============================= test session starts ==============================
platform linux -- Python 3.12.11, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/apu5/000b6b/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 F

=================================== 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:262: 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/apu5/000b6b/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/apu5/000b6b/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, 5 sessions to shutdown
E   Current KQP shutdown state: spent 3.032571 seconds, 5 sessions to shutdown
E   Current KQP shutdown state: spent 6.055442 seconds, 5 sessions to shutdown
E   Current KQP shutdown state: spent 9.088885 seconds, 5 sessions to shutdown
E   GRpc shutdown warning: left infly: 3, spent: 3.480226 sec. GRpcShutdownDeadline: 30
E   GRpc shutdown warning: left infly: 3, spent: 6.717665 sec. GRpcShutdownDeadline: 30
E   GRpc shutdown warning: left infly: 3, spent: 10.006898 sec. GRpcShutdownDeadline: 30
E   GRpc shutdown warning: left infly: 3, spent: 13.300489 sec. GRpcShutdownDeadline: 30
E   GRpc shutdown warning: left infly: 3, spent: 16.524001 sec. GRpcShutdownDeadline: 30
E   GRpc shutdown warning: left infly: 3, spent: 19.81856 sec. GRpcShutdownDeadline: 30
E   GRpc shutdown warning: left infly: 3, spent: 22.983627 sec. GRpcShutdownDeadline: 30
E   GRpc shutdown warning: left infly: 3, spent: 26.206577 sec. GRpcShutdownDeadline: 30
E   GRpc shutdown warning: left infly: 3, spent: 29.385411 sec. GRpcShutdownDeadline: 30
E   GRpc shutdown warning: failed to shutdown all connections, left infly: 3, spent: 30.006006 sec. GRpcShutdownDeadline: 30
E   warning: address range table at offset 0x10c0 has a premature terminator entry at offset 0x10d0
E   
E   =================================================================
E   ==1481179==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 0x00001f36dbcd in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
E   #1 0x00003484b312 in __libcpp_operator_new<unsigned long> /-S/contrib/libs/cxxsupp/libcxx/include/new:271:10
E   #2 0x00003484b312 in __libcpp_allocate /-S/contrib/libs/cxxsupp/libcxx/include/new:295:10
E   #3 0x00003484b312 in allocate /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocator.h:103:32
E   #4 0x00003484b312 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 0x00003484b312 in __vallocate /-S/contrib/libs/cxxsupp/libcxx/include/vector:807:25
E   #6 0x00003484b312 in vector /-S/contrib/libs/cxxsupp/libcxx/include/vector:461:7
E   #7 0x00003484b312 in RealRequestMatcher /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:233:26
E   #8 0x00003484b312 in make_unique<grpc_core::Server::RealRequestMatcher, grpc_core::Server *> /-S/contrib/libs/cxxsupp/libcxx/include/__memory/unique_ptr.h:642:30
E   #9 0x00003484b312 in grpc_core::Server::Start() /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:710:21
E   #10 0x000034859f8e in grpc_server_start /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:1715:37
E   #11 0x00003a625757 in grpc::Server::Start(grpc::ServerCompletionQueue**, unsigned long) /-S/contrib/libs/grpc/src/cpp/server/server_cc.cc:1214:3
E   #12 0x00003a6170d4 in grpc::ServerBuilder::BuildAndStart() /-S/contrib/libs/grpc/src/cpp/server/server_builder.cc:445:11
E   #13 0x00003a606a29 in NYdbGrpc::TGRpcServer::Start() /-S/ydb/library/grpc/server/grpc_server.cpp:249:23
E   #14 0x0000413bdd89 in NKikimr::TGRpcServersManager::Start() /-S/ydb/core/driver_lib/run/run.cpp:274:21
E   #15 0x0000413bcde0 in Bootstrap /-S/ydb/core/driver_lib/run/run.cpp:226:9
E   #16 0x0000413bcde0 in NActors::TActorBootstrapped<NKikimr::TGRpcServersManager>::StateBootstrap(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor_bootstrapped.h:26:22
E   #17 0x000021e15b87 in NActors::IActor::Receive(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor.cpp:350:17
E   #18 0x000021ecce01 in NActors::TExecutorThread::Execute(NActors::TMailbox*, bool) /-S/ydb/library/actors/core/executor_thread.cpp:267:28
E   #19 0x000021ed69f4 in NActors::TExecutorThread::ProcessExecutorPool()::$_0::operator()(NActors::TMailbox*, bool) const /-S/ydb/library/actors/core/executor_thread.cpp:455:39
E   #20 0x000021ed5fad in NActors::TExecutorThread::ProcessExecutorPool() /-S/ydb/library/actors/core/executor_thread.cpp:507:13
E   #21 0x000021ed801e in NActors::TExecutorThread::ThreadProc() /-S/ydb/library/actors/core/executor_thread.cpp:533:9
E   #22 0x00001f693dd4 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
E   #23 0x00001f3316e6 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 0x00001f36dbcd in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
E   #1 0x00003484b22c in make_unique<grpc_core::Server::RealRequestMatcher, grpc_core::Server *> /-S/contrib/libs/cxxsupp/libcxx/include/__memory/unique_ptr.h:642:26
E   #2 0x00003484b22c in grpc_core::Server::Start() /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:710:21
E   #3 0x000034859f8e in grpc_server_start /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:1715:37
E   #4 0x00003a625757 in grpc::Server::Start(grpc::ServerCompletionQueue**, unsigned long) /-S/contrib/libs/grpc/src/cpp/server/server_cc.cc:1214:3
E   #5 0x00003a6170d4 in grpc::ServerBuilder::BuildAndStart() /-S/contrib/libs/grpc/src/cpp/server/server_builder.cc:445:11
E   #6 0x00003a606a29 in NYdbGrpc::TGRpcServer::Start() /-S/ydb/library/grpc/server/grpc_server.cpp:249:23
E   #7 0x0000413bdd89 in NKikimr::TGRpcServersManager::Start() /-S/ydb/core/driver_lib/run/run.cpp:274:21
E   #8 0x0000413bcde0 in Bootstrap /-S/ydb/core/driver_lib/run/run.cpp:226:9
E   #9 0x0000413bcde0 in NActors::TActorBootstrapped<NKikimr::TGRpcServersManager>::StateBootstrap(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor_bootstrapped.h:26:22
E   #10 0x000021e15b87 in NActors::IActor::Receive(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor.cpp:350:17
E   #11 0x000021ecce01 in NActors::TExecutorThread::Execute(NActors::TMailbox*, bool) /-S/ydb/library/actors/core/executor_thread.cpp:267:28
E   #12 0x000021ed69f4 in NActors::TExecutorThread::ProcessExecutorPool()::$_0::operator()(NActors::TMailbox*, bool) const /-S/ydb/library/actors/core/executor_thread.cpp:455:39
E   #13 0x000021ed5fad in NActors::TExecutorThread::ProcessExecutorPool() /-S/ydb/library/actors/core/executor_thread.cpp:507:13
E   #14 0x000021ed801e in NActors::TExecutorThread::ThreadProc() /-S/ydb/library/actors/core/executor_thread.cpp:533:9
E   #15 0x00001f693dd4 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
E   #16 0x00001f3316e6 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 0x00001f36dbcd in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
E   #1 0x00001be20ab7 in __libcpp_operator_new<unsigned long> /-S/contrib/libs/cxxsupp/libcxx/include/new:271:10
E   #2 0x00001be20ab7 in __libcpp_allocate /-S/contrib/libs/cxxsupp/libcxx/include/new:295:10
E   #3 0x00001be20ab7 in allocate /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocator.h:103:32
E   #4 0x00001be20ab7 in __allocate_at_least<std::__y1::allocator<char> > /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocate_at_least.h:41:19
E   #5 0x00001be20ab7 in __init /-S/contrib/libs/cxxsupp/libcxx/include/string:2374:25
E   #6 0x00001be20ab7 in basic_string /-S/contrib/libs/cxxsupp/libcxx/include/string:1091:5
E   #7 0x00001be20ab7 in TStdString<const char *&, unsigned long &> /-S/util/generic/string.h:81:11
E   #8 0x00001be20ab7 in Construct<const char *&, unsigned long &> /-S/util/generic/string.h:212:21
E   #9 0x00001be20ab7 in TBasicString /-S/util/generic/string.h:491:18
E   #10 0x00001be20ab7 in TBasicString<char, std::__y1::char_traits<char>>::TBasicString(char const*) /-S/util/generic/string.h:482:11
E   #11 0x00003484eb8c in RegisteredMethod /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:145:9
E   #12 0x00003484eb8c 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 0x00003484eb8c 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 0x00003a62364f 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 0x00003a616d41 in grpc::ServerBuilder::BuildAndStart() /-S/contrib/libs/grpc/src/cpp/server/server_builder.cc:409:18
E   #16 0x00003a606a29 in NYdbGrpc::TGRpcServer::Start() /-S/ydb/library/grpc/server/grpc_server.cpp:249:23
E   #17 0x0000413bdd89 in NKikimr::TGRpcServersManager::Start() /-S/ydb/core/driver_lib/run/run.cpp:274:21
E   #18 0x0000413bcde0 in Bootstrap /-S/ydb/core/driver_lib/run/run.cpp:226:9
E   #19 0x0000413bcde0 in NActors::TActorBootstrapped<NKikimr::TGRpcServersManager>::StateBootstrap(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor_bootstrapped.h:26:22
E   #20 0x000021e15b87 in NActors::IActor::Receive(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor.cpp:350:17
E   #21 0x000021ecce01 in NActors::TExecutorThread::Execute(NActors::TMailbox*, bool) /-S/ydb/library/actors/core/executor_thread.cpp:267:28
E   #22 0x000021ed69f4 in NActors::TExecutorThread::ProcessExecutorPool()::$_0::operator()(NActors::TMailbox*, bool) const /-S/ydb/library/actors/core/executor_thread.cpp:455:39
E   #23 0x000021ed5fad in NActors::TExecutorThread::ProcessExecutorPool() /-S/ydb/library/actors/core/executor_thread.cpp:507:13
E   #24 0x000021ed801e in NActors::TExecutorThread::ThreadProc() /-S/ydb/library/actors/core/executor_thread.cpp:533:9
E   #25 0x00001f693dd4 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
E   #26 0x00001f3316e6 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 0x00001f36dbcd in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
E   #1 0x00003484eb7a 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 0x00003484eb7a 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 0x00003a62364f 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 0x00003a616d41 in grpc::ServerBuilder::BuildAndStart() /-S/contrib/libs/grpc/src/cpp/server/server_builder.cc:409:18
E   #5 0x00003a606a29 in NYdbGrpc::TGRpcServer::Start() /-S/ydb/library/grpc/server/grpc_server.cpp:249:23
E   #6 0x0000413bdd89 in NKikimr::TGRpcServersManager::Start() /-S/ydb/core/driver_lib/run/run.cpp:274:21
E   #7 0x0000413bcde0 in Bootstrap /-S/ydb/core/driver_lib/run/run.cpp:226:9
E   #8 0x0000413bcde0 in NActors::TActorBootstrapped<NKikimr::TGRpcServersManager>::StateBootstrap(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor_bootstrapped.h:26:22
E   #9 0x000021e15b87 in NActors::IActor::Receive(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor.cpp:350:17
E   #10 0x000021ecce01 in NActors::TExecutorThread::Execute(NActors::TMailbox*, bool) /-S/ydb/library/actors/core/executor_thread.cpp:267:28
E   #11 0x000021ed69f4 in NActors::TExecutorThread::ProcessExecutorPool()::$_0::operator()(NActors::TMailbox*, bool) const /-S/ydb/library/actors/core/executor_thread.cpp:455:39
E   #12 0x000021ed5fad in NActors::TExecutorThread::ProcessExecutorPool() /-S/ydb/library/actors/core/executor_thread.cpp:507:13
E   #13 0x000021ed801e in NActors::TExecutorThread::ThreadProc() /-S/ydb/library/actors/core/executor_thread.cpp:533:9
E   #14 0x00001f693dd4 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
E   #15 0x00001f3316e6 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 0x00001f36dbcd in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
E   #1 0x00001be20a34 in Construct<const char *&, unsigned long &> /-S/util/generic/string.h:212:17
E   #2 0x00001be20a34 in TBasicString /-S/util/generic/string.h:491:18
E   #3 0x00001be20a34 in TBasicString<char, std::__y1::char_traits<char>>::TBasicString(char const*) /-S/util/generic/string.h:482:11
E   #4 0x00003484eb8c in RegisteredMethod /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:145:9
E   #5 0x00003484eb8c 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 0x00003484eb8c 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 0x00003a62364f 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 0x00003a616d41 in grpc::ServerBuilder::BuildAndStart() /-S/contrib/libs/grpc/src/cpp/server/server_builder.cc:409:18
E   #9 0x00003a606a29 in NYdbGrpc::TGRpcServer::Start() /-S/ydb/library/grpc/server/grpc_server.cpp:249:23
E   #10 0x0000413bdd89 in NKikimr::TGRpcServersManager::Start() /-S/ydb/core/driver_lib/run/run.cpp:274:21
E   #11 0x0000413bcde0 in Bootstrap /-S/ydb/core/driver_lib/run/run.cpp:226:9
E   #12 0x0000413bcde0 in NActors::TActorBootstrapped<NKikimr::TGRpcServersManager>::StateBootstrap(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor_bootstrapped.h:26:22
E   #13 0x000021e15b87 in NActors::IActor::Receive(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor.cpp:350:17
E   #14 0x000021ecce01 in NActors::TExecutorThread::Execute(NActors::TMailbox*, bool) /-S/ydb/library/actors/core/executor_thread.cpp:267:28
E   #15 0x000021ed69f4 in NActors::TExecutorThread::ProcessExecutorPool()::$_0::operator()(NActors::TMailbox*, bool) const /-S/ydb/library/actors/core/executor_thread.cpp:455:39
E   #16 0x000021ed5fad in NActors::TExecutorThread::ProcessExecutorPool() /-S/ydb/library/actors/core/executor_thread.cpp:507:13
E   #17 0x000021ed801e in NActors::TExecutorThread::ThreadProc() /-S/ydb/library/actors/core/executor_thread.cpp:533:9
E   #18 0x00001f693dd4 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
E   #19 0x00001f3316e6 in asan_thread_start(void*) /-S/contrib/libs/clang20-rt/lib/asan/asan_interceptors.cpp:239:28
E   
E   Indirect leak of 768 byte(s) in 12 object(s) allocated from:
E   #0 0x00001f36dbcd in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
E   #1 0x0000348ade90 in __libcpp_operator_new<unsigned long> /-S/contrib/libs/cxxsupp/libcxx/include/new:271:10
E   #2 0x0000348ade90 in __libcpp_allocate /-S/contrib/libs/cxxsupp/libcxx/include/new:295:10
E   #3 0x0000348ade90 in allocate /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocator.h:103:32
E   #4 0x0000348ade90 in allocate /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocator_traits.h:281:16
E   #5 0x0000348ade90 in __construct_node<std::__y1::pair<grpc::string_ref, grpc::string_ref> > /-S/contrib/libs/cxxsupp/libcxx/include/__tree:1818:21
E   #6 0x0000348ade90 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 0x0000416a067b in __insert_multi<std::__y1::pair<grpc::string_ref, grpc::string_ref> > /-S/contrib/libs/cxxsupp/libcxx/include/__tree:1136:12
E   #8 0x0000416a067b in insert<std::__y1::pair<grpc::string_ref, grpc::string_ref>, 0> /-S/contrib/libs/cxxsupp/libcxx/include/map:1857:20
E   #9 0x0000416a067b in FillMap /-S/contrib/libs/grpc/include/grpcpp/impl/metadata_map.h:94:12
E   #10 0x0000416a067b in map /-S/contrib/libs/grpc/include/grpcpp/impl/metadata_map.h:68:5
E   #11 0x0000416a067b in client_metadata /-S/contrib/libs/grpc/include/grpcpp/server_context.h:230:30
E   #12 0x0000416a067b 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 0x00004169038d 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 0x000041692730 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 0x00003a60ecfc in PullEvents /-S/ydb/library/grpc/server/grpc_server.cpp:44:21
E   #16 0x00003a60ecfc in operator() /-S/ydb/library/grpc/server/grpc_server.cpp:266:13
E   #17 0x00003a60ecfc 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 0x00003a60ecfc 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 0x00003a60ecfc in operator() /-S/contrib/libs/cxxsupp/libcxx/include/__functional/function.h:169:12
E   #20 0x00003a60ecfc 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 0x000021a9724e in operator() /-S/contrib/libs/cxxsupp/libcxx/include/__functional/function.h:431:12
E   #22 0x000021a9724e in operator() /-S/contrib/libs/cxxsupp/libcxx/include/__functional/function.h:990:10
E   #23 0x000021a9724e in (anonymous namespace)::TThreadFactoryFuncObj::DoExecute() /-S/util/thread/factory.cpp:61:13
E   #24 0x000021a977ac in Execute /-S/util/thread/factory.h:15:13
E   #25 0x000021a977ac in (anonymous namespace)::TSystemThreadFactory::TPoolThread::ThreadProc(void*) /-S/util/thread/factory.cpp:36:41
E   #26 0x00001f693dd4 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
E   #27 0x00001f3316e6 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 0x00001f36dbcd in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
E   #1 0x000033fcd7a4 in __libcpp_operator_new<unsigned long> /-S/contrib/libs/cxxsupp/libcxx/include/new:271:10
E   #2 0x000033fcd7a4 in __libcpp_allocate /-S/contrib/libs/cxxsupp/libcxx/include/new:295:10
E   #3 0x000033fcd7a4 in allocate /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocator.h:103:32
E   #4 0x000033fcd7a4 in __allocate_at_least<std::__y1::allocator<char> > /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocate_at_least.h:41:19
E   #5 0x000033fcd7a4 in __init /-S/contrib/libs/cxxsupp/libcxx/include/string:2374:25
E   #6 0x000033fcd7a4 in basic_string /-S/contrib/libs/cxxsupp/libcxx/include/string:1091:5
E   #7 0x000033fcd7a4 in TStdString<const char *&, unsigned long &> /-S/util/generic/string.h:81:11
E   #8 0x000033fcd7a4 in Construct<const char *&, unsigned long &> /-S/util/generic/string.h:212:21
E   #9 0x000033fcd7a4 in TBasicString /-S/util/generic/string.h:491:18
E   #10 0x000033fcd7a4 in TBasicString<std::__y1::char_traits<char> > /-S/util/generic/string.h:552:11
E   #11 0x000033fcd7a4 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 0x000033fcc572 in Set /-S/contrib/libs/grpc/src/core/lib/channel/channel_args.cc:154:10
E   #13 0x000033fcc572 in grpc_core::ChannelArgs::Set(grpc_arg) const /-S/contrib/libs/grpc/src/core/lib/channel/channel_args.cc:107:14
E   #14 0x000033fd2a90 in grpc_core::ChannelArgsBuiltinPrecondition(grpc_channel_args const*) /-S/contrib/libs/grpc/src/core/lib/channel/channel_args.cc:597:23
E   #15 0x00003402ecd8 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 0x0000348598c6 in grpc_server_create /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:1677:34
E   #17 0x00003a62094b 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 0x00003a6167b2 in grpc::ServerBuilder::BuildAndStart() /-S/contrib/libs/grpc/src/cpp/server/server_builder.cc:365:44
E   #19 0x00003a606a29 in NYdbGrpc::TGRpcServer::Start() /-S/ydb/library/grpc/server/grpc_server.cpp:249:23
E   #20 0x0000413bdd89 in NKikimr::TGRpcServersManager::Start() /-S/ydb/core/driver_lib/run/run.cpp:274:21
E   #21 0x0000413bcde0 in Bootstrap /-S/ydb/core/driver_lib/run/run.cpp:226:9
E   #22 0x0000413bcde0 in NActors::TActorBootstrapped<NKikimr::TGRpcServersManager>::StateBootstrap(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor_bootstrapped.h:26:22
E   #23 0x000021e15b87 in NActors::IActor::Receive(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor.cpp:350:17
E   #24 0x000021ecce01 in NActors::TExecutorThread::Execute(NActors::TMailbox*, bool) /-S/ydb/library/actors/core/executor_thread.cpp:267:28
E   #25 0x000021ed69f4 in NActors::TExecutorThread::ProcessExecutorPool()::$_0::operator()(NActors::TMailbox*, bool) const /-S/ydb/library/actors/core/executor_thread.cpp:455:39
E   #26 0x000021ed5fad in NActors::TExecutorThread::ProcessExecutorPool() /-S/ydb/library/actors/core/executor_thread.cpp:507:13
E   #27 0x000021ed801e in NActors::TExecutorThread::ThreadProc() /-S/ydb/library/actors/core/executor_thread.cpp:533:9
E   #28 0x00001f693dd4 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
E   #29 0x00001f3316e6 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 0x00001f36dbcd in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
E   #1 0x000033fcd702 in Construct<const char *&, unsigned long &> /-S/util/generic/string.h:212:17
E   #2 0x000033fcd702 in TBasicString /-S/util/generic/string.h:491:18
E   #3 0x000033fcd702 in TBasicString<std::__y1::char_traits<char> > /-S/util/generic/string.h:552:11
E   #4 0x000033fcd702 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 0x000033fcc572 in Set /-S/contrib/libs/grpc/src/core/lib/channel/channel_args.cc:154:10
E   #6 0x000033fcc572 in grpc_core::ChannelArgs::Set(grpc_arg) const /-S/contrib/libs/grpc/src/core/lib/channel/channel_args.cc:107:14
E   #7 0x000033fd2a90 in grpc_core::ChannelArgsBuiltinPrecondition(grpc_channel_args const*) /-S/contrib/libs/grpc/src/core/lib/channel/channel_args.cc:597:23
E   #8 0x00003402ecd8 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 0x0000348598c6 in grpc_server_create /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:1677:34
E   #10 0x00003a62094b 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 0x00003a6167b2 in grpc::ServerBuilder::BuildAndStart() /-S/contrib/libs/grpc/src/cpp/server/server_builder.cc:365:44
E   #12 0x00003a606a29 in NYdbGrpc::TGRpcServer::Start() /-S/ydb/library/grpc/server/grpc_server.cpp:249:23
E   #13 0x0000413bdd89 in NKikimr::TGRpcServersManager::Start() /-S/ydb/core/driver_lib/run/run.cpp:274:21
E   #14 0x0000413bcde0 in Bootstrap /-S/ydb/core/driver_lib/run/run.cpp:226:9
E   #15 0x0000413bcde0 in NActors::TActorBootstrapped<NKikimr::TGRpcServersManager>::StateBootstrap(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor_bootstrapped.h:26:22
E   #16 0x000021e15b87 in NActors::IActor::Receive(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor.cpp:350:17
E   #17 0x000021ecce01 in NActors::TExecutorThread::Execute(NActors::TMailbox*, bool) /-S/ydb/library/actors/core/executor_thread.cpp:267:28
E   #18 0x000021ed69f4 in NActors::TExecutorThread::ProcessExecutorPool()::$_0::operator()(NActors::TMailbox*, bool) const /-S/ydb/library/actors/core/executor_thread.cpp:455:39
E   #19 0x000021ed5fad in NActors::TExecutorThread::ProcessExecutorPool() /-S/ydb/library/actors/core/executor_thread.cpp:507:13
E   #20 0x000021ed801e in NActors::TExecutorThread::ThreadProc() /-S/ydb/library/actors/core/executor_thread.cpp:533:9
E   #21 0x00001f693dd4 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
E   #22 0x00001f3316e6 in asan_thread_start(void*) /-S/contrib/libs/clang20-rt/lib/asan/asan_interceptors.cpp:239:28
E   
E   Indirect leak of 216 byte(s) in 3 object(s) allocated from:
E   #0 0x00001f36dbcd in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
E   #1 0x00003989412d in NThreading::TPromise<NYdbGrpc::IRequestContextBase::EFinishStatus> NThreading::NewPromise<NYdbGrpc::IRequestContextBase::EFinishStatus>() /-S/library/cpp/threading/future/core/future-inl.h:970:17
E   #2 0x000041698294 in NYdbGrpc::TGRpcRequestImpl<Ydb::Table::CreateSessionRequest, Ydb::Table::CreateSessionResponse, NKikimr::NGRpcService::TGRpcYdbTableService, google::protobuf::TextFormat::Printer, google::protobuf::TextFormat::Printer>::TGRpcRequestImpl(NKikimr::NGRpcService::TGRpcYdbTableService*, Ydb::Table::V1::TableService::WithAsyncMethod_CreateSession<Ydb::Table::V1::TableService::WithAsyncMethod_DeleteSession<Ydb::Table::V1::TableService::WithAsyncMethod_KeepAlive<Ydb::Table::V1::TableService::WithAsyncMethod_CreateTable<Ydb::Table::V1::TableService::WithAsyncMethod_DropTable<Ydb::Table::V1::TableService::WithAsyncMethod_AlterTable<Ydb::Table::V1::TableService::WithAsyncMethod_CopyTable<Ydb::Table::V1::TableService::WithAsyncMethod_CopyTables<Ydb::Table::V1::TableService::WithAsyncMethod_RenameTables<Ydb::Table::V1::TableService::WithAsyncMethod_DescribeTable<Ydb::Table::V1::TableService::WithAsyncMethod_ExplainDataQuery<Ydb::Table::V1::TableService::WithAsyncMethod_PrepareDataQuery<Ydb::Table::V1::TableService::WithAsyncMethod_ExecuteDataQuery<Ydb::Table::V1::TableService::WithAsyncMethod_ExecuteSchemeQuery<Ydb::Table::V1::TableService::WithAsyncMethod_BeginTransaction<Ydb::Table::V1::TableService::WithAsyncMethod_CommitTransaction<Ydb::Table::V1::TableService::WithAsyncMethod_RollbackTransaction<Ydb::Table::V1::TableService::WithAsyncMethod_DescribeTableOptions<Ydb::Table::V1::TableService::WithAsyncMethod_StreamReadTable<Ydb::Table::V1::TableService::WithAsyncMethod_ReadRows<Ydb::Table::V1::TableService::WithAsyncMethod_BulkUpsert<Ydb::Table::V1::TableService::WithAsyncMethod_StreamExecuteScanQuery<Ydb::Table::V1::TableService::WithAsyncMethod_DescribeExternalDataSource<Ydb::Table::V1::TableService::WithAsyncMethod_DescribeExternalTable<Ydb::Table::V1::TableService::WithAsyncMethod_DescribeSystemView<Ydb::Table::V1::TableService::Service>>>>>>>>>>>>>>>>>>>>>>>>>*, grpc::ServerCompletionQueue*, std::__y1::function<void (NYdbGrpc::IRequestContextBase*)>, void (Ydb::Table::V1::TableService::WithAsyncMethod_CreateSession<Ydb::Table::V1::TableService::WithAsyncMethod_DeleteSession<Ydb::Table::V1::TableService::WithAsyncMethod_KeepAlive<Ydb::Table::V1::TableService::WithAsyncMethod_CreateTable<Ydb::Table::V1::TableService::WithAsyncMethod_DropTable<Ydb::Table::V1::TableService::WithAsyncMethod_AlterTable<Ydb::Table::V1::TableService::WithAsyncMethod_CopyTable<Ydb::Table::V1::TableService::WithAsyncMethod_CopyTables<Ydb::Table::V1::TableService::WithAsyncMethod_RenameTables<Ydb::Table::V1::TableService::WithAsyncMethod_DescribeTable<Ydb::Table::V1::TableService::WithAsyncMethod_ExplainDataQuery<Ydb::Table::V1::TableService::WithAsyncMethod_PrepareDataQuery<Ydb::Table::V1::TableService::WithAsyncMethod_ExecuteDataQuery<Ydb::Table::V1::TableService::WithAsyncMethod_ExecuteSchemeQuery<Ydb::Table::V1::TableService::WithAsyncMethod_BeginTransaction<Ydb::Table::V1::TableService::WithAsyncMethod_CommitTransaction<Ydb::Table::V1::TableService::WithAsyncMethod_RollbackTransaction<Ydb::Table::V1::TableService::WithAsyncMethod_DescribeTableOptions<Ydb::Table::V1::TableService::WithAsyncMethod_StreamReadTable<Ydb::Table::V1::TableService::WithAsyncMethod_ReadRows<Ydb::Table::V1::TableService::WithAsyncMethod_BulkUpsert<Ydb::Table::V1::TableService::WithAsyncMethod_StreamExecuteScanQuery<Ydb::Table::V1::TableService::WithAsyncMethod_DescribeExternalDataSource<Ydb::Table::V1::TableService::WithAsyncMethod_DescribeExternalTable<Ydb::Table::V1::TableService::WithAsyncMethod_DescribeSystemView<Ydb::Table::V1::TableService::Service>>>>>>>>>>>>>>>>>>>>>>>>>::*)(grpc::ServerContext*, Ydb::Table::CreateSessionRequest*, grpc::ServerAsyncResponseWriter<Ydb::Table::CreateSessionResponse>*, grpc::CompletionQueue*, grpc::ServerCompletionQueue*, void*), char const*, TIntrusivePtr<NYdbGrpc::TLogger, TDefaultIntrusivePtrOps<NYdbGrpc::TLogger>>, TIntrusivePtr<NYdbGrpc::ICounterBlock, TDefaultIntrusivePtrOps<NYdbGrpc::ICounterBlock>>, TIntrusivePtr<NYdbGrpc::IGRpcRequestLimiter, TDefaultIntrusivePtrOps<NYdbGrpc::IGRpcRequestLimiter>>) /-S/ydb/library/grpc/server/grpc_request.h:579:58
E   #3 0x000041696771 in TIntrusivePtr<NYdbGrpc::TGRpcRequestImpl<Ydb::Table::CreateSessionRequest, Ydb::Table::CreateSessionResponse, NKikimr::NGRpcService::TGRpcYdbTableService, google::protobuf::TextFormat::Printer, google::protobuf::TextFormat::Printer>, TDefaultIntrusivePtrOps<NYdbGrpc::TGRpcRequestImpl<Ydb::Table::CreateSessionRequest, Ydb::Table::CreateSessionResponse, NKikimr::NGRpcService::TGRpcYdbTableService, google::protobuf::TextFormat::Printer, google::protobuf::TextFormat::Printer>>> MakeIntrusive<NYdbGrpc::TGRpcRequestImpl<Ydb::Table::CreateSessionRequest, Ydb::Table::CreateSessionResponse, NKikimr::NGRpcService::TGRpcYdbTableService, google::protobuf::TextFormat::Printer, google::protobuf::TextFormat::Printer>, TDefaultIntrusivePtrOps<NYdbGrpc::TGRpcRequestImpl<Ydb::Table::CreateSessionRequest, Ydb::Table::CreateSessionResponse, NKikimr::NGRpcService::TGRpcYdbTableService, google::protobuf::TextFormat::Printer, google::protobuf::TextFormat::Printer>>, NKikimr::NGRpcService::TGRpcYdbTableService*, Ydb::Table::V1::TableService::WithAsyncMethod_CreateSession<Ydb::Table::V1::TableService::WithAsyncMethod_DeleteSession<Ydb::Table::V1::TableService::WithAsyncMethod_KeepAlive<Ydb::Table::V1::TableService::WithAsyncMethod_CreateTable<Ydb::Table::V1::TableService::WithAsyncMethod_DropTable<Ydb::Table::V1::TableService::WithAsyncMethod_AlterTable<Ydb::Table::V1::TableService::WithAsyncMethod_CopyTable<Ydb::Table::V1::TableService::WithAsyncMethod_CopyTables<Ydb::Table::V1::TableService::WithAsyncMethod_RenameTables<Ydb::Table::V1::TableService::WithAsyncMethod_DescribeTable<Ydb::Table::V1::TableService::WithAsyncMethod_ExplainDataQuery<Ydb::Table::V1::TableService::WithAsyncMethod_PrepareDataQuery<Ydb::Table::V1::TableService::WithAsyncMethod_ExecuteDataQuery<Ydb::Table::V1::TableService::WithAsyncMethod_ExecuteSchemeQuery<Ydb::Table::V1::TableService::WithAsyncMethod_BeginTransaction<Ydb::Table::V1::TableService::WithAsyncMethod_CommitTransaction<Ydb::Table::V1::TableService::WithAsyncMethod_RollbackTransaction<Ydb::Table::V1::TableService::WithAsyncMethod_DescribeTableOptions<Ydb::Table::V1::TableService::WithAsyncMethod_StreamReadTable<Ydb::Table::V1::TableService::WithAsyncMethod_ReadRows<Ydb::Table::V1::TableService::WithAsyncMethod_BulkUpsert<Ydb::Table::V1::TableService::WithAsyncMethod_StreamExecuteScanQuery<Ydb::Table::V1::TableService::WithAsyncMethod_DescribeExternalDataSource<Ydb::Table::V1::TableService::WithAsyncMethod_DescribeExternalTable<Ydb::Table::V1::TableService::WithAsyncMethod_DescribeSystemView<Ydb::Table::V1::TableService::Service>>>>>>>>>>>>>>>>>>>>>>>>>* const&, grpc::ServerCompletionQueue* const&, std::__y1::function<void (NYdbGrpc::IRequestContextBase*)>&, void (Ydb::Table::V1::TableService::WithAsyncMethod_CreateSession<Ydb::Table::V1::TableService::WithAsyncMethod_DeleteSession<Ydb::Table::V1::TableService::WithAsyncMethod_KeepAlive<Ydb::Table::V1::TableService::WithAsyncMethod_CreateTable<Ydb::Table::V1::TableService::WithAsyncMethod_DropTable<Ydb::Table::V1::TableService::WithAsyncMethod_AlterTable<Ydb::Table::V1::TableService::WithAsyncMethod_CopyTable<Ydb::Table::V1::TableService::WithAsyncMethod_CopyTables<Ydb::Table::V1::TableService::WithAsyncMethod_RenameTables<Ydb::Table::V1::TableService::WithAsyncMethod_DescribeTable<Ydb::Table::V1::TableService::WithAsyncMethod_ExplainDataQuery<Ydb::Table::V1::TableService::WithAsyncMethod_PrepareDataQuery<Ydb::Table::V1::TableService::WithAsyncMethod_ExecuteDataQuery<Ydb::Table::V1::TableService::WithAsyncMethod_ExecuteSchemeQuery<Ydb::Table::V1::TableService::WithAsyncMethod_BeginTransaction<Ydb::Table::V1::TableService::WithAsyncMethod_CommitTransaction<Ydb::Table::V1::TableService::WithAsyncMethod_RollbackTransaction<Ydb::Table::V1::TableService::WithAsyncMethod_DescribeTableOptions<Ydb::Table::V1::TableService::WithAsyncMethod_StreamReadTable<Ydb::Table::V1::TableService::WithAsyncMethod_ReadRows<Ydb::Table::V1::TableService::WithAsyncMethod_BulkUpsert<Ydb::Table::V1::TableService::WithAsyncMethod_StreamExecuteScanQuery<Ydb::Table::V1::TableService::WithAsyncMethod_DescribeExternalDataSource<Ydb::Table::V1::TableService::WithAsyncMethod_DescribeExternalTable<Ydb::Table::V1::TableService::WithAsyncMethod_DescribeSystemView<Ydb::Table::V1::TableService::Service>>>>>>>>>>>>>>>>>>>>>>>>>::*&)(grpc::ServerContext*, Ydb::Table::CreateSessionRequest*, grpc::ServerAsyncResponseWriter<Ydb::Table::CreateSessionResponse>*, grpc::CompletionQueue*, grpc::ServerCompletionQueue*, void*), char const* const&, TIntrusivePtr<NYdbGrpc::TLogger, TDefaultIntrusivePtrOps<NYdbGrpc::TLogger>>&, TIntrusivePtr<NYdbGrpc::ICounterBlock, TDefaultIntrusivePtrOps<NYdbGrpc::ICounterBlock>>, TIntrusivePtr<NYdbGrpc::IGRpcRequestLimiter, TDefaultIntrusivePtrOps<NYdbGrpc::IGRpcRequestLimiter>>&>(NKikimr::NGRpcService::TGRpcYdbTableService*&&, Ydb::Table::V1::TableService::WithAsyncMethod_CreateSession<Ydb::Table::V1::TableService::WithAsyncMethod_DeleteSession<Ydb::Table::V1::TableService::WithAsyncMethod_KeepAlive<Ydb::Table::V1::TableService::WithAsyncMethod_CreateTable<Ydb::Table::V1::TableService::WithAsyncMethod_DropTable<Ydb::Table::V1::TableService::WithAsyncMethod_AlterTable<Ydb::Table::V1::TableService::WithAsyncMethod_CopyTable<Ydb::Table::V1::TableService::WithAsyncMethod_CopyTables<Ydb::Table::V1::TableService::WithAsyncMethod_RenameTables<Ydb::Table::V1::TableService::WithAsyncMethod_DescribeTable<Ydb::Table::V1::TableService::WithAsyncMethod_ExplainDataQuery<Ydb::Table::V1::TableService::WithAsyncMethod_PrepareDataQuery<Ydb::Table::V1::TableService::WithAsyncMethod_ExecuteDataQuery<Ydb::Table::V1::TableService::WithAsyncMethod_ExecuteSchemeQuery<Ydb::Table::V1::TableService::WithAsyncMethod_BeginTransaction<Ydb::Table::V1::TableService::WithAsyncMethod_CommitTransaction<Ydb::Table::V1::TableService::WithAsyncMethod_RollbackTransaction<Ydb::Table::V1::TableService::WithAsyncMethod_DescribeTableOptions<Ydb::Table::V1::TableService::WithAsyncMethod_StreamReadTable<Ydb::Table::V1::TableService::WithAsyncMethod_ReadRows<Ydb::Table::V1::TableService::WithAsyncMethod_BulkUpsert<Ydb::Table::V1::TableService::WithAsyncMethod_StreamExecuteScanQuery<Ydb::Table::V1::TableService::WithAsyncMethod_DescribeExternalDataSource<Ydb::Table::V1::TableService::WithAsyncMethod_DescribeExternalTable<Ydb::Table::V1::TableService::WithAsyncMethod_DescribeSystemView<Ydb::Table::V1::TableService::Service>>>>>>>>>>>>>>>>>>>>>>>>>* const&, grpc::ServerCompletionQueue* const&, std::__y1::function<void (NYdbGrpc::IRequestContextBase*)>&, void (Ydb::Table::V1::TableService::WithAsyncMethod_CreateSession<Ydb::Table::V1::TableService::WithAsyncMethod_DeleteSession<Ydb::Table::V1::TableService::WithAsyncMethod_KeepAlive<Ydb::Table::V1::TableService::WithAsyncMethod_CreateTable<Ydb::Table::V1::TableService::WithAsyncMethod_DropTable<Ydb::Table::V1::TableService::WithAsyncMethod_AlterTable<Ydb::Table::V1::TableService::WithAsyncMethod_CopyTable<Ydb::Table::V1::TableService::WithAsyncMethod_CopyTables<Ydb::Table::V1::TableService::WithAsyncMethod_RenameTables<Ydb::Table::V1::TableService::WithAsyncMethod_DescribeTable<Ydb::Table::V1::TableService::WithAsyncMethod_ExplainDataQuery<Ydb::Table::V1::TableService::WithAsyncMethod_PrepareDataQuery<Ydb::Table::V1::TableService::WithAsyncMethod_ExecuteDataQuery<Ydb::Table::V1::TableService::WithAsyncMethod_ExecuteSchemeQuery<Ydb::Table::V1::TableService::WithAsyncMethod_BeginTransaction<Ydb::Table::V1::TableService::WithAsyncMethod_CommitTransaction<Ydb::Table::V1::TableService::WithAsyncMethod_RollbackTransaction<Ydb::Table::V1::TableService::WithAsyncMethod_DescribeTableOptions<Ydb::Table::V1::TableService::WithAsyncMethod_StreamReadTable<Ydb::Table::V1::TableService::WithAsyncMethod_ReadRows<Ydb::Table::V1::TableService::WithAsyncMethod_BulkUpsert<Ydb::Table::V1::TableService::WithAsyncMethod_StreamExecuteScanQuery<Ydb::Table::V1::TableService::WithAsyncMethod_DescribeExternalDataSource<Ydb::Table::V1::TableService::WithAsyncMethod_DescribeExternalTable<Ydb::Table::V1::TableService::WithAsyncMethod_DescribeSystemView<Ydb::Table::V1::TableService::Service>>>>>>>>>>>>>>>>>>>>>>>>>::*&)(grpc::ServerContext*, Ydb::Table::CreateSessionRequest*, grpc::ServerAsyncResponseWriter<Ydb::Table::CreateSessionResponse>*, grpc::CompletionQueue*, grpc::ServerCompletionQueue*, void*), char const* const&, TIntrusivePtr<NYdbGrpc::TLogger, TDefaultIntrusivePtrOps<NYdbGrpc::TLogger>>&, TIntrusivePtr<NYdbGrpc::ICounterBlock, TDefaultIntrusivePtrOps<NYdbGrpc::ICounterBlock>>&&, TIntrusivePtr<NYdbGrpc::IGRpcRequestLimiter, TDefaultIntrusivePtrOps<NYdbGrpc::IGRpcRequestLimiter>>&) /-S/util/generic/ptr.h:834:16
E   #4 0x000041694892 in NYdbGrpc::TGRpcRequestImpl<Ydb::Table::CreateSessionRequest, Ydb::Table::CreateSessionResponse, NKikimr::NGRpcService::TGRpcYdbTableService, google::protobuf::TextFormat::Printer, google::protobuf::TextFormat::Printer>::Clone() /-S/ydb/library/grpc/server/grpc_request.h:258:17
E   #5 0x000041692472 in NYdbGrpc::TGRpcRequestImpl<Ydb::Table::CreateSessionRequest, Ydb::Table::CreateSessionResponse, NKikimr::NGRpcService::TGRpcYdbTableService, google::protobuf::TextFormat::Printer, google::protobuf::TextFormat::Printer>::SetRequestDone(bool) /-S/ydb/library/grpc/server/grpc_request.h:421:9
E   #6 0x00003a60ecfc in PullEvents /-S/ydb/library/grpc/server/grpc_server.cpp:44:21
E   #7 0x00003a60ecfc in operator() /-S/ydb/library/grpc/server/grpc_server.cpp:266:13
E   #8 0x00003a60ecfc 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 0x00003a60ecfc 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 0x00003a60ecfc in operator() /-S/contrib/libs/cxxsupp/libcxx/include/__functional/function.h:169:12
E   #11 0x00003a60ecfc 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 0x000021a9724e in operator() /-S/contrib/libs/cxxsupp/libcxx/include/__functional/function.h:431:12
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:420 ####################################################################################################
INFO     ya.test:ya.py:421 test_simple_encryption
INFO     ya.test:ya.py:422 ####################################################################################################
INFO     ya.test:ya.py:423 Test setup
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/apu5/000b6b/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/14240
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/8902
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/64486
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/64181
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/29685
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/32250
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/27082
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/17899
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:438 Working directory: /home/runner/.ya/build/build_root/apu5/000b6b/r3tmp/kikimr_cluster_n6xprmgd
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/apu5/000b6b/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/1800
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/9636
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/13965
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/26337
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:256 CFG_DIR_PATH="/home/runner/.ya/build/build_root/apu5/000b6b/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:257 Final command: /home/runner/.ya/build/build_root/apu5/000b6b/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/apu5/000b6b/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/node_1/logfile_sewuth8c.log --grpc-port=1800 --mon-port=9636 --ic-port=14240
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/apu5/000b6b/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/8285
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/63344
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/11965
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/21903
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:256 CFG_DIR_PATH="/home/runner/.ya/build/build_root/apu5/000b6b/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:257 Final command: /home/runner/.ya/build/build_root/apu5/000b6b/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/apu5/000b6b/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/node_2/logfile_4mm_zlh8.log --grpc-port=8285 --mon-port=63344 --ic-port=8902
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/apu5/000b6b/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/4800
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/11145
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/27560
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/19920
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:256 CFG_DIR_PATH="/home/runner/.ya/build/build_root/apu5/000b6b/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:257 Final command: /home/runner/.ya/build/build_root/apu5/000b6b/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/apu5/000b6b/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/node_3/logfile_1ilfpnbm.log --grpc-port=4800 --mon-port=11145 --ic-port=64486
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/apu5/000b6b/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/20447
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/29334
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/61427
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/14152
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:256 CFG_DIR_PATH="/home/runner/.ya/build/build_root/apu5/000b6b/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:257 Final command: /home/runner/.ya/build/build_root/apu5/000b6b/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/apu5/000b6b/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/node_4/logfile_7p3a_4om.log --grpc-port=20447 --mon-port=29334 --ic-port=64181
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/apu5/000b6b/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/2024
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/16077
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/25552
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/32114
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:256 CFG_DIR_PATH="/home/runner/.ya/build/build_root/apu5/000b6b/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:257 Final command: /home/runner/.ya/build/build_root/apu5/000b6b/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/apu5/000b6b/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/node_5/logfile_by7hrs11.log --grpc-port=2024 --mon-port=16077 --ic-port=29685
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/apu5/000b6b/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/6639
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/5712
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/21203
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/29824
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:256 CFG_DIR_PATH="/home/runner/.ya/build/build_root/apu5/000b6b/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:257 Final command: /home/runner/.ya/build/build_root/apu5/000b6b/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/apu5/000b6b/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/node_6/logfile_pp7hu4t1.log --grpc-port=6639 --mon-port=5712 --ic-port=32250
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/apu5/000b6b/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/10858
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/12731
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/1769
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/11500
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:256 CFG_DIR_PATH="/home/runner/.ya/build/build_root/apu5/000b6b/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:257 Final command: /home/runner/.ya/build/build_root/apu5/000b6b/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/apu5/000b6b/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/node_7/logfile_5uvcvhri.log --grpc-port=10858 --mon-port=12731 --ic-port=27082
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/apu5/000b6b/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/19129
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/5259
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/12490
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/32028
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:256 CFG_DIR_PATH="/home/runner/.ya/build/build_root/apu5/000b6b/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:257 Final command: /home/runner/.ya/build/build_root/apu5/000b6b/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/apu5/000b6b/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/node_8/logfile_jadrcfma.log --grpc-port=19129 --mon-port=5259 --ic-port=17899
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:169 Formatting pdisk SectorMap:1:64 on node localhost:1800/1, disk_size 68719476736
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:169 Formatting pdisk SectorMap:2:64 on node localhost:1800/1, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:256 CFG_DIR_PATH="/home/runner/.ya/build/build_root/apu5/000b6b/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:257 Final command: /home/runner/.ya/build/build_root/apu5/000b6b/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/apu5/000b6b/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/node_1/logfile_sewuth8c.log --grpc-port=1800 --mon-port=9636 --ic-port=14240
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/apu5/000b6b/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/apu5/000b6b/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/apu5/000b6b/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/node_1/logfile_sewuth8c.log', '--grpc-port=1800', '--mon-port=9636', '--ic-port=14240')' in '/home/runner/.ya/build/build_root/apu5/000b6b/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: 1468766
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:297 Started node localhost:1800/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/apu5/000b6b/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1468767
DEBUG    ya.test:process.py:259 Command (pid 1468767) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1468767) elapsed time (sec): 1.2163457870483398
DEBUG    ya.test:process.py:263 Command (pid 1468767) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1468767) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1468767) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1468767) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1468767) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1468767) maxrss: 476304
DEBUG    ya.test:process.py:263 Command (pid 1468767) minflt: 45113
DEBUG    ya.test:process.py:263 Command (pid 1468767) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1468767) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1468767) nivcsw: 249
DEBUG    ya.test:process.py:263 Command (pid 1468767) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1468767) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1468767) nvcsw: 14
DEBUG    ya.test:process.py:263 Command (pid 1468767) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1468767) stime: 0.23480199999999998
DEBUG    ya.test:process.py:263 Command (pid 1468767) utime: 0.540485
DEBUG    ya.test:process.py:263 Command (pid 1468767) wtime: 1.231
DEBUG    ya.test:process.py:275 Command (pid 1468767) output:
Git info:
    Commit: 7a23765876ee13ed78e91c1ca1b71325a253b183
    Branch: 
    Author: kungurtsev <alexey66rus@gmail.com>
    Summary: Merge 469f9798005a1a918298775cb8a5adb11a8a50bd into 8d50e29d1b84743d62916af6925e96bcba19c3a1

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

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

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:298 Node 1 version:
Git info:
    Commit: 7a23765876ee13ed78e91c1ca1b71325a253b183
    Branch: 
    Author: kungurtsev <alexey66rus@gmail.com>
    Summary: Merge 469f9798005a1a918298775cb8a5adb11a8a50bd into 8d50e29d1b84743d62916af6925e96bcba19c3a1
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:169 Formatting pdisk SectorMap:1:64 on node localhost:8285/2, disk_size 68719476736
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:169 Formatting pdisk SectorMap:2:64 on node localhost:8285/2, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:256 CFG_DIR_PATH="/home/runner/.ya/build/build_root/apu5/000b6b/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:257 Final command: /home/runner/.ya/build/build_root/apu5/000b6b/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/apu5/000b6b/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/node_2/logfile_4mm_zlh8.log --grpc-port=8285 --mon-port=63344 --ic-port=8902
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/apu5/000b6b/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/apu5/000b6b/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/apu5/000b6b/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/node_2/logfile_4mm_zlh8.log', '--grpc-port=8285', '--mon-port=63344', '--ic-port=8902')' in '/home/runner/.ya/build/build_root/apu5/000b6b/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: 1469045
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:297 Started node localhost:8285/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/apu5/000b6b/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1469048
DEBUG    ya.test:process.py:259 Command (pid 1469048) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1469048) elapsed time (sec): 0.8179521560668945
DEBUG    ya.test:process.py:263 Command (pid 1469048) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1469048) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1469048) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1469048) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1469048) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1469048) maxrss: 476148
DEBUG    ya.test:process.py:263 Command (pid 1469048) minflt: 45178
DEBUG    ya.test:process.py:263 Command (pid 1469048) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1469048) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1469048) nivcsw: 130
DEBUG    ya.test:process.py:263 Command (pid 1469048) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1469048) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1469048) nvcsw: 13
DEBUG    ya.test:process.py:263 Command (pid 1469048) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1469048) stime: 0.191742
DEBUG    ya.test:process.py:263 Command (pid 1469048) utime: 0.480695
DEBUG    ya.test:process.py:263 Command (pid 1469048) wtime: 0.82
DEBUG    ya.test:process.py:275 Command (pid 1469048) output:
Git info:
    Commit: 7a23765876ee13ed78e91c1ca1b71325a253b183
    Branch: 
    Author: kungurtsev <alexey66rus@gmail.com>
    Summary: Merge 469f9798005a1a918298775cb8a5adb11a8a50bd into 8d50e29d1b84743d62916af6925e96bcba19c3a1

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

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

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:298 Node 2 version:
Git info:
    Commit: 7a23765876ee13ed78e91c1ca1b71325a253b183
    Branch: 
    Author: kungurtsev <alexey66rus@gmail.com>
    Summary: Merge 469f9798005a1a918298775cb8a5adb11a8a50bd into 8d50e29d1b84743d62916af6925e96bcba19c3a1
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:169 Formatting pdisk SectorMap:1:64 on node localhost:4800/3, disk_size 68719476736
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:169 Formatting pdisk SectorMap:2:64 on node localhost:4800/3, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:256 CFG_DIR_PATH="/home/runner/.ya/build/build_root/apu5/000b6b/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:257 Final command: /home/runner/.ya/build/build_root/apu5/000b6b/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/apu5/000b6b/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/node_3/logfile_1ilfpnbm.log --grpc-port=4800 --mon-port=11145 --ic-port=64486
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/apu5/000b6b/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/apu5/000b6b/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/apu5/000b6b/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/node_3/logfile_1ilfpnbm.log', '--grpc-port=4800', '--mon-port=11145', '--ic-port=64486')' in '/home/runner/.ya/build/build_root/apu5/000b6b/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: 1469205
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:297 Started node localhost:4800/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/apu5/000b6b/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1469206
DEBUG    ya.test:process.py:259 Command (pid 1469206) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1469206) elapsed time (sec): 0.8609049320220947
DEBUG    ya.test:process.py:263 Command (pid 1469206) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1469206) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1469206) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1469206) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1469206) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1469206) maxrss: 476084
DEBUG    ya.test:process.py:263 Command (pid 1469206) minflt: 45101
DEBUG    ya.test:process.py:263 Command (pid 1469206) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1469206) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1469206) nivcsw: 155
DEBUG    ya.test:process.py:263 Command (pid 1469206) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1469206) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1469206) nvcsw: 15
DEBUG    ya.test:process.py:263 Command (pid 1469206) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1469206) stime: 0.163043
DEBUG    ya.test:process.py:263 Command (pid 1469206) utime: 0.502599
DEBUG    ya.test:process.py:263 Command (pid 1469206) wtime: 0.863
DEBUG    ya.test:process.py:275 Command (pid 1469206) output:
Git info:
    Commit: 7a23765876ee13ed78e91c1ca1b71325a253b183
    Branch: 
    Author: kungurtsev <alexey66rus@gmail.com>
    Summary: Merge 469f9798005a1a918298775cb8a5adb11a8a50bd into 8d50e29d1b84743d62916af6925e96bcba19c3a1

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

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

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:298 Node 3 version:
Git info:
    Commit: 7a23765876ee13ed78e91c1ca1b71325a253b183
    Branch: 
    Author: kungurtsev <alexey66rus@gmail.com>
    Summary: Merge 469f9798005a1a918298775cb8a5adb11a8a50bd into 8d50e29d1b84743d62916af6925e96bcba19c3a1
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:169 Formatting pdisk SectorMap:1:64 on node localhost:20447/4, disk_size 68719476736
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:169 Formatting pdisk SectorMap:2:64 on node localhost:20447/4, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:256 CFG_DIR_PATH="/home/runner/.ya/build/build_root/apu5/000b6b/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:257 Final command: /home/runner/.ya/build/build_root/apu5/000b6b/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/apu5/000b6b/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/node_4/logfile_7p3a_4om.log --grpc-port=20447 --mon-port=29334 --ic-port=64181
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/apu5/000b6b/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/apu5/000b6b/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/apu5/000b6b/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/node_4/logfile_7p3a_4om.log', '--grpc-port=20447', '--mon-port=29334', '--ic-port=64181')' in '/home/runner/.ya/build/build_root/apu5/000b6b/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: 1469436
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:297 Started node localhost:20447/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/apu5/000b6b/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1469438
DEBUG    ya.test:process.py:259 Command (pid 1469438) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1469438) elapsed time (sec): 1.5020194053649902
DEBUG    ya.test:process.py:263 Command (pid 1469438) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1469438) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1469438) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1469438) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1469438) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1469438) maxrss: 475864
DEBUG    ya.test:process.py:263 Command (pid 1469438) minflt: 45119
DEBUG    ya.test:process.py:263 Command (pid 1469438) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1469438) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1469438) nivcsw: 222
DEBUG    ya.test:process.py:263 Command (pid 1469438) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1469438) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1469438) nvcsw: 14
DEBUG    ya.test:process.py:263 Command (pid 1469438) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1469438) stime: 0.21997699999999998
DEBUG    ya.test:process.py:263 Command (pid 1469438) utime: 0.556851
DEBUG    ya.test:process.py:263 Command (pid 1469438) wtime: 1.516
DEBUG    ya.test:process.py:275 Command (pid 1469438) output:
Git info:
    Commit: 7a23765876ee13ed78e91c1ca1b71325a253b183
    Branch: 
    Author: kungurtsev <alexey66rus@gmail.com>
    Summary: Merge 469f9798005a1a918298775cb8a5adb11a8a50bd into 8d50e29d1b84743d62916af6925e96bcba19c3a1

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

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

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:298 Node 4 version:
Git info:
    Commit: 7a23765876ee13ed78e91c1ca1b71325a253b183
    Branch: 
    Author: kungurtsev <alexey66rus@gmail.com>
    Summary: Merge 469f9798005a1a918298775cb8a5adb11a8a50bd into 8d50e29d1b84743d62916af6925e96bcba19c3a1
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:169 Formatting pdisk SectorMap:1:64 on node localhost:2024/5, disk_size 68719476736
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:169 Formatting pdisk SectorMap:2:64 on node localhost:2024/5, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:256 CFG_DIR_PATH="/home/runner/.ya/build/build_root/apu5/000b6b/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:257 Final command: /home/runner/.ya/build/build_root/apu5/000b6b/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/apu5/000b6b/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/node_5/logfile_by7hrs11.log --grpc-port=2024 --mon-port=16077 --ic-port=29685
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/apu5/000b6b/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/apu5/000b6b/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/apu5/000b6b/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/node_5/logfile_by7hrs11.log', '--grpc-port=2024', '--mon-port=16077', '--ic-port=29685')' in '/home/runner/.ya/build/build_root/apu5/000b6b/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: 1470100
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:297 Started node localhost:2024/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/apu5/000b6b/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1470107
DEBUG    ya.test:process.py:259 Command (pid 1470107) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1470107) elapsed time (sec): 1.2261247634887695
DEBUG    ya.test:process.py:263 Command (pid 1470107) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1470107) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1470107) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1470107) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1470107) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1470107) maxrss: 476088
DEBUG    ya.test:process.py:263 Command (pid 1470107) minflt: 45162
DEBUG    ya.test:process.py:263 Command (pid 1470107) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1470107) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1470107) nivcsw: 221
DEBUG    ya.test:process.py:263 Command (pid 1470107) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1470107) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1470107) nvcsw: 16
DEBUG    ya.test:process.py:263 Command (pid 1470107) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1470107) stime: 0.241673
DEBUG    ya.test:process.py:263 Command (pid 1470107) utime: 0.517262
DEBUG    ya.test:process.py:263 Command (pid 1470107) wtime: 1.247
DEBUG    ya.test:process.py:275 Command (pid 1470107) output:
Git info:
    Commit: 7a23765876ee13ed78e91c1ca1b71325a253b183
    Branch: 
    Author: kungurtsev <alexey66rus@gmail.com>
    Summary: Merge 469f9798005a1a918298775cb8a5adb11a8a50bd into 8d50e29d1b84743d62916af6925e96bcba19c3a1

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

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

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:298 Node 5 version:
Git info:
    Commit: 7a23765876ee13ed78e91c1ca1b71325a253b183
    Branch: 
    Author: kungurtsev <alexey66rus@gmail.com>
    Summary: Merge 469f9798005a1a918298775cb8a5adb11a8a50bd into 8d50e29d1b84743d62916af6925e96bcba19c3a1
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:169 Formatting pdisk SectorMap:1:64 on node localhost:6639/6, disk_size 68719476736
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:169 Formatting pdisk SectorMap:2:64 on node localhost:6639/6, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:256 CFG_DIR_PATH="/home/runner/.ya/build/build_root/apu5/000b6b/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:257 Final command: /home/runner/.ya/build/build_root/apu5/000b6b/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/apu5/000b6b/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/node_6/logfile_pp7hu4t1.log --grpc-port=6639 --mon-port=5712 --ic-port=32250
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/apu5/000b6b/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/apu5/000b6b/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/apu5/000b6b/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/node_6/logfile_pp7hu4t1.log', '--grpc-port=6639', '--mon-port=5712', '--ic-port=32250')' in '/home/runner/.ya/build/build_root/apu5/000b6b/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: 1470474
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:297 Started node localhost:6639/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/apu5/000b6b/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1470487
DEBUG    ya.test:process.py:259 Command (pid 1470487) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1470487) elapsed time (sec): 1.2416682243347168
DEBUG    ya.test:process.py:263 Command (pid 1470487) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1470487) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1470487) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1470487) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1470487) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1470487) maxrss: 476320
DEBUG    ya.test:process.py:263 Command (pid 1470487) minflt: 45162
DEBUG    ya.test:process.py:263 Command (pid 1470487) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1470487) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1470487) nivcsw: 221
DEBUG    ya.test:process.py:263 Command (pid 1470487) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1470487) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1470487) nvcsw: 14
DEBUG    ya.test:process.py:263 Command (pid 1470487) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1470487) stime: 0.175374
DEBUG    ya.test:process.py:263 Command (pid 1470487) utime: 0.5165609999999999
DEBUG    ya.test:process.py:263 Command (pid 1470487) wtime: 1.268
DEBUG    ya.test:process.py:275 Command (pid 1470487) output:
Git info:
    Commit: 7a23765876ee13ed78e91c1ca1b71325a253b183
    Branch: 
    Author: kungurtsev <alexey66rus@gmail.com>
    Summary: Merge 469f9798005a1a918298775cb8a5adb11a8a50bd into 8d50e29d1b84743d62916af6925e96bcba19c3a1

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

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

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:298 Node 6 version:
Git info:
    Commit: 7a23765876ee13ed78e91c1ca1b71325a253b183
    Branch: 
    Author: kungurtsev <alexey66rus@gmail.com>
    Summary: Merge 469f9798005a1a918298775cb8a5adb11a8a50bd into 8d50e29d1b84743d62916af6925e96bcba19c3a1
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:169 Formatting pdisk SectorMap:1:64 on node localhost:10858/7, disk_size 68719476736
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:169 Formatting pdisk SectorMap:2:64 on node localhost:10858/7, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:256 CFG_DIR_PATH="/home/runner/.ya/build/build_root/apu5/000b6b/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:257 Final command: /home/runner/.ya/build/build_root/apu5/000b6b/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/apu5/000b6b/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/node_7/logfile_5uvcvhri.log --grpc-port=10858 --mon-port=12731 --ic-port=27082
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/apu5/000b6b/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/apu5/000b6b/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/apu5/000b6b/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/node_7/logfile_5uvcvhri.log', '--grpc-port=10858', '--mon-port=12731', '--ic-port=27082')' in '/home/runner/.ya/build/build_root/apu5/000b6b/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: 1470782
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:297 Started node localhost:10858/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/apu5/000b6b/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1470787
DEBUG    ya.test:process.py:259 Command (pid 1470787) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1470787) elapsed time (sec): 1.218024492263794
DEBUG    ya.test:process.py:263 Command (pid 1470787) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1470787) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1470787) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1470787) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1470787) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1470787) maxrss: 476204
DEBUG    ya.test:process.py:263 Command (pid 1470787) minflt: 45124
DEBUG    ya.test:process.py:263 Command (pid 1470787) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1470787) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1470787) nivcsw: 217
DEBUG    ya.test:process.py:263 Command (pid 1470787) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1470787) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1470787) nvcsw: 16
DEBUG    ya.test:process.py:263 Command (pid 1470787) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1470787) stime: 0.24073399999999998
DEBUG    ya.test:process.py:263 Command (pid 1470787) utime: 0.518182
DEBUG    ya.test:process.py:263 Command (pid 1470787) wtime: 1.232
DEBUG    ya.test:process.py:275 Command (pid 1470787) output:
Git info:
    Commit: 7a23765876ee13ed78e91c1ca1b71325a253b183
    Branch: 
    Author: kungurtsev <alexey66rus@gmail.com>
    Summary: Merge 469f9798005a1a918298775cb8a5adb11a8a50bd into 8d50e29d1b84743d62916af6925e96bcba19c3a1

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

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

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:298 Node 7 version:
Git info:
    Commit: 7a23765876ee13ed78e91c1ca1b71325a253b183
    Branch: 
    Author: kungurtsev <alexey66rus@gmail.com>
    Summary: Merge 469f9798005a1a918298775cb8a5adb11a8a50bd into 8d50e29d1b84743d62916af6925e96bcba19c3a1
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:169 Formatting pdisk SectorMap:1:64 on node localhost:19129/8, disk_size 68719476736
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:169 Formatting pdisk SectorMap:2:64 on node localhost:19129/8, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:256 CFG_DIR_PATH="/home/runner/.ya/build/build_root/apu5/000b6b/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:257 Final command: /home/runner/.ya/build/build_root/apu5/000b6b/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/apu5/000b6b/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/node_8/logfile_jadrcfma.log --grpc-port=19129 --mon-port=5259 --ic-port=17899
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/apu5/000b6b/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/apu5/000b6b/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/apu5/000b6b/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/node_8/logfile_jadrcfma.log', '--grpc-port=19129', '--mon-port=5259', '--ic-port=17899')' in '/home/runner/.ya/build/build_root/apu5/000b6b/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: 1471299
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:297 Started node localhost:19129/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/apu5/000b6b/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1471312
DEBUG    ya.test:process.py:259 Command (pid 1471312) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1471312) elapsed time (sec): 1.430466890335083
DEBUG    ya.test:process.py:263 Command (pid 1471312) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1471312) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1471312) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1471312) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1471312) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1471312) maxrss: 477580
DEBUG    ya.test:process.py:263 Command (pid 1471312) minflt: 45205
DEBUG    ya.test:process.py:263 Command (pid 1471312) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1471312) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1471312) nivcsw: 194
DEBUG    ya.test:process.py:263 Command (pid 1471312) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1471312) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1471312) nvcsw: 16
DEBUG    ya.test:process.py:263 Command (pid 1471312) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1471312) stime: 0.170849
DEBUG    ya.test:process.py:263 Command (pid 1471312) utime: 0.48814799999999997
DEBUG    ya.test:process.py:263 Command (pid 1471312) wtime: 1.478
DEBUG    ya.test:process.py:275 Command (pid 1471312) output:
Git info:
    Commit: 7a23765876ee13ed78e91c1ca1b71325a253b183
    Branch: 
    Author: kungurtsev <alexey66rus@gmail.com>
    Summary: Merge 469f9798005a1a918298775cb8a5adb11a8a50bd into 8d50e29d1b84743d62916af6925e96bcba19c3a1

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

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

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:298 Node 8 version:
Git info:
    Commit: 7a23765876ee13ed78e91c1ca1b71325a253b183
    Branch: 
    Author: kungurtsev <alexey66rus@gmail.com>
    Summary: Merge 469f9798005a1a918298775cb8a5adb11a8a50bd into 8d50e29d1b84743d62916af6925e96bcba19c3a1
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/apu5/000b6b/ydb/apps/ydbd/ydbd
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:398 Executing command = ['/home/runner/.ya/build/build_root/apu5/000b6b/ydb/apps/ydbd/ydbd', '--server=grpc://localhost:1800', '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: 14240\n      }\n      HostConfigId: 1\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 8902\n      }\n      HostConfigId: 2\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 64486\n      }\n      HostConfigId: 3\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 64181\n      }\n      HostConfigId: 4\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 29685\n      }\n      HostConfigId: 5\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 32250\n      }\n      HostConfigId: 6\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 27082\n      }\n      HostConfigId: 7\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 17899\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/apu5/000b6b/ydb/apps/ydbd/ydbd', '--server=grpc://localhost:1800', '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: 14240\n      }\n      HostConfigId: 1\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 8902\n      }\n      HostConfigId: 2\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 64486\n      }\n      HostConfigId: 3\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 64181\n      }\n      HostConfigId: 4\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 29685\n      }\n      HostConfigId: 5\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 32250\n      }\n      HostConfigId: 6\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 27082\n      }\n      HostConfigId: 7\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 17899\n      }\n      HostConfigId: 8\n    }\n  }\n}\n']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1474011
DEBUG    ya.test:process.py:259 Command (pid 1474011) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1474011) elapsed time (sec): 1.6070489883422852
DEBUG    ya.test:process.py:263 Command (pid 1474011) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1474011) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1474011) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1474011) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1474011) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1474011) maxrss: 744464
DEBUG    ya.test:process.py:263 Command (pid 1474011) minflt: 51549
DEBUG    ya.test:process.py:263 Command (pid 1474011) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1474011) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1474011) nivcsw: 279
DEBUG    ya.test:process.py:263 Command (pid 1474011) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1474011) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1474011) nvcsw: 550
DEBUG    ya.test:process.py:263 Command (pid 1474011) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1474011) stime: 0.350879
DEBUG    ya.test:process.py:263 Command (pid 1474011) utime: 0.529551
DEBUG    ya.test:process.py:263 Command (pid 1474011) wtime: 1.617
DEBUG    ya.test:process.py:275 Command (pid 1474011) 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 1474011) errors:

DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/apu5/000b6b/ydb/apps/ydbd/ydbd
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:398 Executing command = ['/home/runner/.ya/build/build_root/apu5/000b6b/ydb/apps/ydbd/ydbd', '--server=grpc://localhost:1800', '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/apu5/000b6b/ydb/apps/ydbd/ydbd', '--server=grpc://localhost:1800', '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: 1474853
DEBUG    ya.test:process.py:259 Command (pid 1474853) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1474853) elapsed time (sec): 2.4198267459869385
DEBUG    ya.test:process.py:263 Command (pid 1474853) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1474853) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1474853) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1474853) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1474853) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1474853) maxrss: 744464
DEBUG    ya.test:process.py:263 Command (pid 1474853) minflt: 51554
DEBUG    ya.test:process.py:263 Command (pid 1474853) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1474853) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1474853) nivcsw: 277
DEBUG    ya.test:process.py:263 Command (pid 1474853) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1474853) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1474853) nvcsw: 379
DEBUG    ya.test:process.py:263 Command (pid 1474853) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1474853) stime: 0.26814899999999997
DEBUG    ya.test:process.py:263 Command (pid 1474853) utime: 0.564089
DEBUG    ya.test:process.py:263 Command (pid 1474853) wtime: 2.431
DEBUG    ya.test:process.py:275 Command (pid 1474853) output:
Status {
  Success: true
}
Success: true
ConfigTxSeqNo: 13

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:512 Binding storage pools to domain Root: {'dynamic_storage_pool:1': 'hdd'}
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:519 Cluster started and initialized
------------------------------ 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/apu5/000b6b/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/21593
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/1545
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/27705
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/30955
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/8747
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:256 CFG_DIR_PATH="/home/runner/.ya/build/build_root/apu5/000b6b/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:257 Final command: /home/runner/.ya/build/build_root/apu5/000b6b/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node-broker=localhost:1800 --tenant=/Root/test_simple_encryption_0 --log-file-name=/home/runner/.ya/build/build_root/apu5/000b6b/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_1/logfile_oazju0f3.log --grpc-port=21593 --mon-port=1545 --ic-port=27705 --key-file /home/runner/.ya/build/build_root/apu5/000b6b/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/apu5/000b6b/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/11501
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/61881
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/6965
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/27864
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/12380
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:256 CFG_DIR_PATH="/home/runner/.ya/build/build_root/apu5/000b6b/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:257 Final command: /home/runner/.ya/build/build_root/apu5/000b6b/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node-broker=localhost:1800 --tenant=/Root/test_simple_encryption_0 --log-file-name=/home/runner/.ya/build/build_root/apu5/000b6b/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_2/logfile_vm8rtc3q.log --grpc-port=11501 --mon-port=61881 --ic-port=6965 --key-file /home/runner/.ya/build/build_root/apu5/000b6b/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:256 CFG_DIR_PATH="/home/runner/.ya/build/build_root/apu5/000b6b/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:257 Final command: /home/runner/.ya/build/build_root/apu5/000b6b/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node-broker=localhost:1800 --tenant=/Root/test_simple_encryption_0 --log-file-name=/home/runner/.ya/build/build_root/apu5/000b6b/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_1/logfile_oazju0f3.log --grpc-port=21593 --mon-port=1545 --ic-port=27705 --key-file /home/runner/.ya/build/build_root/apu5/000b6b/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/apu5/000b6b/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/apu5/000b6b/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:1800', '--tenant=/Root/test_simple_encryption_0', '--log-file-name=/home/runner/.ya/build/build_root/apu5/000b6b/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_1/logfile_oazju0f3.log', '--grpc-port=21593', '--mon-port=1545', '--ic-port=27705', '--key-file', '/home/runner/.ya/build/build_root/apu5/000b6b/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/_Root_test_simple_encryption_0key.txt')' in '/home/runner/.ya/build/build_root/apu5/000b6b/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: 1475802
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:297 Started node localhost:21593/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/apu5/000b6b/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1475804
DEBUG    ya.test:process.py:259 Command (pid 1475804) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1475804) elapsed time (sec): 1.7744660377502441
DEBUG    ya.test:process.py:263 Command (pid 1475804) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1475804) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1475804) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1475804) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1475804) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1475804) maxrss: 756656
DEBUG    ya.test:process.py:263 Command (pid 1475804) minflt: 45199
DEBUG    ya.test:process.py:263 Command (pid 1475804) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1475804) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1475804) nivcsw: 224
DEBUG    ya.test:process.py:263 Command (pid 1475804) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1475804) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1475804) nvcsw: 15
DEBUG    ya.test:process.py:263 Command (pid 1475804) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1475804) stime: 0.22255799999999998
DEBUG    ya.test:process.py:263 Command (pid 1475804) utime: 0.49909
DEBUG    ya.test:process.py:263 Command (pid 1475804) wtime: 1.815
DEBUG    ya.test:process.py:275 Command (pid 1475804) output:
Git info:
    Commit: 7a23765876ee13ed78e91c1ca1b71325a253b183
    Branch: 
    Author: kungurtsev <alexey66rus@gmail.com>
    Summary: Merge 469f9798005a1a918298775cb8a5adb11a8a50bd into 8d50e29d1b84743d62916af6925e96bcba19c3a1

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

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

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:298 Node 1 version:
Git info:
    Commit: 7a23765876ee13ed78e91c1ca1b71325a253b183
    Branch: 
    Author: kungurtsev <alexey66rus@gmail.com>
    Summary: Merge 469f9798005a1a918298775cb8a5adb11a8a50bd into 8d50e29d1b84743d62916af6925e96bcba19c3a1
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:256 CFG_DIR_PATH="/home/runner/.ya/build/build_root/apu5/000b6b/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:257 Final command: /home/runner/.ya/build/build_root/apu5/000b6b/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node-broker=localhost:1800 --tenant=/Root/test_simple_encryption_0 --log-file-name=/home/runner/.ya/build/build_root/apu5/000b6b/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_2/logfile_vm8rtc3q.log --grpc-port=11501 --mon-port=61881 --ic-port=6965 --key-file /home/runner/.ya/build/build_root/apu5/000b6b/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/apu5/000b6b/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/apu5/000b6b/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:1800', '--tenant=/Root/test_simple_encryption_0', '--log-file-name=/home/runner/.ya/build/build_root/apu5/000b6b/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_2/logfile_vm8rtc3q.log', '--grpc-port=11501', '--mon-port=61881', '--ic-port=6965', '--key-file', '/home/runner/.ya/build/build_root/apu5/000b6b/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/_Root_test_simple_encryption_0key.txt')' in '/home/runner/.ya/build/build_root/apu5/000b6b/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: 1475900
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:297 Started node localhost:11501/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/apu5/000b6b/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1475902
DEBUG    ya.test:process.py:259 Command (pid 1475902) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1475902) elapsed time (sec): 1.2937791347503662
DEBUG    ya.test:process.py:263 Command (pid 1475902) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1475902) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1475902) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1475902) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1475902) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1475902) maxrss: 757152
DEBUG    ya.test:process.py:263 Command (pid 1475902) minflt: 45186
DEBUG    ya.test:process.py:263 Command (pid 1475902) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1475902) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1475902) nivcsw: 228
DEBUG    ya.test:process.py:263 Command (pid 1475902) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1475902) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1475902) nvcsw: 15
DEBUG    ya.test:process.py:263 Command (pid 1475902) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1475902) stime: 0.218162
DEBUG    ya.test:process.py:263 Command (pid 1475902) utime: 0.532299
DEBUG    ya.test:process.py:263 Command (pid 1475902) wtime: 1.296
DEBUG    ya.test:process.py:275 Command (pid 1475902) output:
Git info:
    Commit: 7a23765876ee13ed78e91c1ca1b71325a253b183
    Branch: 
    Author: kungurtsev <alexey66rus@gmail.com>
    Summary: Merge 469f9798005a1a918298775cb8a5adb11a8a50bd into 8d50e29d1b84743d62916af6925e96bcba19c3a1

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

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

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:298 Node 2 version:
Git info:
    Commit: 7a23765876ee13ed78e91c1ca1b71325a253b183
    Branch: 
    Author: kungurtsev <alexey66rus@gmail.com>
    Summary: Merge 469f9798005a1a918298775cb8a5adb11a8a50bd into 8d50e29d1b84743d62916af6925e96bcba19c3a1
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/apu5/000b6b/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/28402
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/1614
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/6831
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/29800
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/20138
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:256 CFG_DIR_PATH="/home/runner/.ya/build/build_root/apu5/000b6b/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:257 Final command: /home/runner/.ya/build/build_root/apu5/000b6b/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node-broker=localhost:1800 --tenant=/Root/test_simple_encryption_1 --log-file-name=/home/runner/.ya/build/build_root/apu5/000b6b/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_3/logfile_gy2gd6td.log --grpc-port=28402 --mon-port=1614 --ic-port=6831 --key-file /home/runner/.ya/build/build_root/apu5/000b6b/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/apu5/000b6b/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/2321
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/17363
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/20398
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/14106
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/28399
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:256 CFG_DIR_PATH="/home/runner/.ya/build/build_root/apu5/000b6b/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:257 Final command: /home/runner/.ya/build/build_root/apu5/000b6b/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node-broker=localhost:1800 --tenant=/Root/test_simple_encryption_1 --log-file-name=/home/runner/.ya/build/build_root/apu5/000b6b/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_4/logfile_ta79fyco.log --grpc-port=2321 --mon-port=17363 --ic-port=20398 --key-file /home/runner/.ya/build/build_root/apu5/000b6b/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:256 CFG_DIR_PATH="/home/runner/.ya/build/build_root/apu5/000b6b/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:257 Final command: /home/runner/.ya/build/build_root/apu5/000b6b/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node-broker=localhost:1800 --tenant=/Root/test_simple_encryption_1 --log-file-name=/home/runner/.ya/build/build_root/apu5/000b6b/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_3/logfile_gy2gd6td.log --grpc-port=28402 --mon-port=1614 --ic-port=6831 --key-file /home/runner/.ya/build/build_root/apu5/000b6b/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/apu5/000b6b/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/apu5/000b6b/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:1800', '--tenant=/Root/test_simple_encryption_1', '--log-file-name=/home/runner/.ya/build/build_root/apu5/000b6b/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_3/logfile_gy2gd6td.log', '--grpc-port=28402', '--mon-port=1614', '--ic-port=6831', '--key-file', '/home/runner/.ya/build/build_root/apu5/000b6b/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/_Root_test_simple_encryption_1key.txt')' in '/home/runner/.ya/build/build_root/apu5/000b6b/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: 1476336
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:297 Started node localhost:28402/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/apu5/000b6b/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1476371
DEBUG    ya.test:process.py:259 Command (pid 1476371) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1476371) elapsed time (sec): 1.8543167114257812
DEBUG    ya.test:process.py:263 Command (pid 1476371) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1476371) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1476371) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1476371) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1476371) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1476371) maxrss: 758272
DEBUG    ya.test:process.py:263 Command (pid 1476371) minflt: 45124
DEBUG    ya.test:process.py:263 Command (pid 1476371) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1476371) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1476371) nivcsw: 238
DEBUG    ya.test:process.py:263 Command (pid 1476371) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1476371) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1476371) nvcsw: 14
DEBUG    ya.test:process.py:263 Command (pid 1476371) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1476371) stime: 0.21656599999999998
DEBUG    ya.test:process.py:263 Command (pid 1476371) utime: 0.495011
DEBUG    ya.test:process.py:263 Command (pid 1476371) wtime: 1.873
DEBUG    ya.test:process.py:275 Command (pid 1476371) output:
Git info:
    Commit: 7a23765876ee13ed78e91c1ca1b71325a253b183
    Branch: 
    Author: kungurtsev <alexey66rus@gmail.com>
    Summary: Merge 469f9798005a1a918298775cb8a5adb11a8a50bd into 8d50e29d1b84743d62916af6925e96bcba19c3a1

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

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

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:298 Node 3 version:
Git info:
    Commit: 7a23765876ee13ed78e91c1ca1b71325a253b183
    Branch: 
    Author: kungurtsev <alexey66rus@gmail.com>
    Summary: Merge 469f9798005a1a918298775cb8a5adb11a8a50bd into 8d50e29d1b84743d62916af6925e96bcba19c3a1
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:256 CFG_DIR_PATH="/home/runner/.ya/build/build_root/apu5/000b6b/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:257 Final command: /home/runner/.ya/build/build_root/apu5/000b6b/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node-broker=localhost:1800 --tenant=/Root/test_simple_encryption_1 --log-file-name=/home/runner/.ya/build/build_root/apu5/000b6b/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_4/logfile_ta79fyco.log --grpc-port=2321 --mon-port=17363 --ic-port=20398 --key-file /home/runner/.ya/build/build_root/apu5/000b6b/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/apu5/000b6b/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/apu5/000b6b/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:1800', '--tenant=/Root/test_simple_encryption_1', '--log-file-name=/home/runner/.ya/build/build_root/apu5/000b6b/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_4/logfile_ta79fyco.log', '--grpc-port=2321', '--mon-port=17363', '--ic-port=20398', '--key-file', '/home/runner/.ya/build/build_root/apu5/000b6b/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/_Root_test_simple_encryption_1key.txt')' in '/home/runner/.ya/build/build_root/apu5/000b6b/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: 1476670
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:297 Started node localhost:2321/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/apu5/000b6b/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1476672
DEBUG    ya.test:process.py:259 Command (pid 1476672) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1476672) elapsed time (sec): 1.1698055267333984
DEBUG    ya.test:process.py:263 Command (pid 1476672) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1476672) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1476672) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1476672) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1476672) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1476672) maxrss: 758964
DEBUG    ya.test:process.py:263 Command (pid 1476672) minflt: 45224
DEBUG    ya.test:process.py:263 Command (pid 1476672) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1476672) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1476672) nivcsw: 231
DEBUG    ya.test:process.py:263 Command (pid 1476672) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1476672) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1476672) nvcsw: 14
DEBUG    ya.test:process.py:263 Command (pid 1476672) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1476672) stime: 0.21005
DEBUG    ya.test:process.py:263 Command (pid 1476672) utime: 0.5286179999999999
DEBUG    ya.test:process.py:263 Command (pid 1476672) wtime: 1.186
DEBUG    ya.test:process.py:275 Command (pid 1476672) output:
Git info:
    Commit: 7a23765876ee13ed78e91c1ca1b71325a253b183
    Branch: 
    Author: kungurtsev <alexey66rus@gmail.com>
    Summary: Merge 469f9798005a1a918298775cb8a5adb11a8a50bd into 8d50e29d1b84743d62916af6925e96bcba19c3a1

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

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

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:298 Node 4 version:
Git info:
    Commit: 7a23765876ee13ed78e91c1ca1b71325a253b183
    Branch: 
    Author: kungurtsev <alexey66rus@gmail.com>
    Summary: Merge 469f9798005a1a918298775cb8a5adb11a8a50bd into 8d50e29d1b84743d62916af6925e96bcba19c3a1
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database /Root/test_simple_encryption_0
DEBUG    ydb.connection:connection.py:421 RpcState(ListEndpoints, 0b8092a6-6490-4715-ad68-ab9ddf0a9d96, localhost:1800): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 0b8092a6-6490-4715-ad68-ab9ddf0a9d96, localhost:1800): request = { database: "/Root/test_simple_encryption_0" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 0b8092a6-6490-4715-ad68-ab9ddf0a9d96, localhost:1800): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-l3j5z36jj4.auto.internal" port: 11501 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-l3j5z36jj4.auto.internal" port: 21593 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-l3j5z36jj4.auto.internal:11501, location , ssl: False>, <Endpoint ghrun-l3j5z36jj4.auto.internal:21593, location , ssl: False>]>
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:1800
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database /Root/test_simple_encryption_1
DEBUG    ydb.connection:connection.py:421 RpcState(ListEndpoints, 53e790ea-697d-443f-b55d-d3b83d346bcf, localhost:1800): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 53e790ea-697d-443f-b55d-d3b83d346bcf, localhost:1800): request = { database: "/Root/test_simple_encryption_1" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 53e790ea-697d-443f-b55d-d3b83d346bcf, localhost:1800): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-l3j5z36jj4.auto.internal" port: 2321 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-l3j5z36jj4.auto.internal" port: 28402 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-l3j5z36jj4.auto.internal:28402, location , ssl: False>, <Endpoint ghrun-l3j5z36jj4.auto.internal:2321, location , ssl: False>]>
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:1800
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 0x7b89d13ff930 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 0x7b89d13cb0f0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7b89d13cb0f0>
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 7b5c05b1-ee45-41e7-bf2c-40b8fb5ac528, ghrun-l3j5z36jj4.auto.internal:11501): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 7b5c05b1-ee45-41e7-bf2c-40b8fb5ac528, ghrun-l3j5z36jj4.auto.internal:11501): request = { operation_params { operation_timeout { seconds: 3 } cancel_after { seconds: 3 } } }
DEBUG    ydb.connection:connection.py:118 RpcState(CreateSession, 7b5c05b1-ee45-41e7-bf2c-40b8fb5ac528, ghrun-l3j5z36jj4.auto.internal:11501): on response callback started
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 7b5c05b1-ee45-41e7-bf2c-40b8fb5ac528, ghrun-l3j5z36jj4.auto.internal:11501): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=50001&id=OTgwMzdmM2MtMTU1MDhiNWItZTRmMGIyOWQtNTcyNzA2ZjA=" } } } }
DEBUG    ydb.connection:connection.py:123 RpcState(CreateSession, 7b5c05b1-ee45-41e7-bf2c-40b8fb5ac528, ghrun-l3j5z36jj4.auto.internal:11501): on response callback success
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13cb0f0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:195 Replying to waiter with a session <ydb.table.Session object at 0x7b89d13cb0f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteSchemeQuery, 5505ecd5-ad01-46d9-81c9-a466049bba22, ghrun-l3j5z36jj4.auto.internal:11501): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteSchemeQuery, 5505ecd5-ad01-46d9-81c9-a466049bba22, ghrun-l3j5z36jj4.auto.internal:11501): request = { session_id: "ydb://session/3?node_id=50001&id=OTgwMzdmM2MtMTU1MDhiNWItZTRmMGIyOWQtNTcyNzA2ZjA=" 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, 5505ecd5-ad01-46d9-81c9-a466049bba22, ghrun-l3j5z36jj4.auto.internal:11501): response = { operation { ready: true status: SUCCESS } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13cb0f0>
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 0x7b89d13b0d30 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 0x7b89d13afc30>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, f1014667-0348-4ace-a704-34faee519d36, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, f1014667-0348-4ace-a704-34faee519d36, ghrun-l3j5z36jj4.auto.internal:28402): request = { operation_params { operation_timeout { seconds: 3 } cancel_after { seconds: 3 } } }
DEBUG    ydb.connection:connection.py:118 RpcState(CreateSession, f1014667-0348-4ace-a704-34faee519d36, ghrun-l3j5z36jj4.auto.internal:28402): on response callback started
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, f1014667-0348-4ace-a704-34faee519d36, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.table.SessionPool:_sp_impl.py:195 Replying to waiter with a session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:123 RpcState(CreateSession, f1014667-0348-4ace-a704-34faee519d36, ghrun-l3j5z36jj4.auto.internal:28402): on response callback success
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteSchemeQuery, ff9b9495-1b4c-481c-8db3-4b812db646e8, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteSchemeQuery, ff9b9495-1b4c-481c-8db3-4b812db646e8, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" 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, ff9b9495-1b4c-481c-8db3-4b812db646e8, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(PrepareDataQuery, 6e5a679e-6878-4b94-8cf6-1e04364d6fb3, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(PrepareDataQuery, 6e5a679e-6878-4b94-8cf6-1e04364d6fb3, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" 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 0x7b89d1398c70 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 0x7b89d13972b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 2ab639d5-7b9c-4cb8-8ad7-b337a80883c3, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 2ab639d5-7b9c-4cb8-8ad7-b337a80883c3, ghrun-l3j5z36jj4.auto.internal:2321): 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: 14240
      NodeId: 1
    }
    Path: "SectorMap:1:64"
    Status: ACTIVE
    PDiskId: 1
  }
  DriveStatus {
    HostKey {
      Fqdn: "localhost"
      IcPort: 14240
      NodeId: 1
    }
    Path: "SectorMap:2:64"
    Status: ACTIVE
    PDiskId: 1000
  }
}
Success: true
ConfigTxSeqNo: 28

INFO     __tests__.test_encryption:test_encryption.py:142 Set broken localhost 14240 SectorMap:1:64
DEBUG    ydb.connection:connection.py:118 RpcState(CreateSession, 2ab639d5-7b9c-4cb8-8ad7-b337a80883c3, ghrun-l3j5z36jj4.auto.internal:2321): on response callback started
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 2ab639d5-7b9c-4cb8-8ad7-b337a80883c3, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:195 Replying to waiter with a session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:123 RpcState(CreateSession, 2ab639d5-7b9c-4cb8-8ad7-b337a80883c3, ghrun-l3j5z36jj4.auto.internal:2321): on response callback success
DEBUG    ydb.connection:connection.py:421 RpcState(PrepareDataQuery, cea39fd4-6335-44a2-b4ba-895f2fc3f499, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(PrepareDataQuery, cea39fd4-6335-44a2-b4ba-895f2fc3f499, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
INFO     __tests__.test_encryption:test_encryption.py:145 Set broken resp Status: 1
BlobStorageConfigResponse {
  Status {
    Success: true
  }
  Success: true
  ConfigTxSeqNo: 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 14240 SectorMap:2:64
INFO     __tests__.test_encryption:test_encryption.py:145 Set broken resp Status: 1
BlobStorageConfigResponse {
  Status {
    Success: true
    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: 2
        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"
    }
  }
  Success: true
  ConfigTxSeqNo: 31
}

DEBUG    ydb.connection:connection.py:52 RpcState(PrepareDataQuery, 6e5a679e-6878-4b94-8cf6-1e04364d6fb3, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.PrepareQueryResult] { query_id: "ydb://preparedqueryid/4?id=ff9f7918-25331e69-866403b2-b6dfc43" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 494a2b6b-db78-4e87-aa8d-01b71c2db91b, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 494a2b6b-db78-4e87-aa8d-01b71c2db91b, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15695597376223397806 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1569559737622339780615695597376223397806156955973762233978061569559737622339780615695597376223397806156955973762233978061569559737622339780615695597376223397806156955973762233978061569559737622339780615695597376223397806156955973762233978061569559737622339780615695597376223397806156955973762233978061569559737622339780615695597376223397806156955973762233978061569559737622339780615695597376223397806" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
INFO     __tests__.test_encryption:test_encryption.py:145 Set broken resp Status: 1
BlobStorageConfigResponse {
  Status {
    Success: true
  }
  Success: true
  ConfigTxSeqNo: 32
}

DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 494a2b6b-db78-4e87-aa8d-01b71c2db91b, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5cf6fada-2b67-4d07-bc07-7e6d55aa4ac3, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5cf6fada-2b67-4d07-bc07-7e6d55aa4ac3, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3210075761303503437 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32100757613035034373210075761303503437321007576130350343732100757613035034373210075761303503437321007576130350343732100757613035034373210075761303503437321007576130350343732100757613035034373210075761303503437321007576130350343732100757613035034373210075761303503437321007576130350343732100757613035034373210075761303503437321007576130350343732100757613035034373210075761303503437" } } } 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, cea39fd4-6335-44a2-b4ba-895f2fc3f499, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.PrepareQueryResult] { query_id: "ydb://preparedqueryid/4?id=a89bd37d-38579836-38aa2348-cc4f6550" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9d7e09a5-245f-41a7-88d3-aed6843706f1, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9d7e09a5-245f-41a7-88d3-aed6843706f1, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10218141504904334066 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1021814150490433406610218141504904334066102181415049043340661021814150490433406610218141504904334066102181415049043340661021814150490433406610218141504904334066102181415049043340661021814150490433406610218141504904334066102181415049043340661021814150490433406610218141504904334066102181415049043340661021814150490433406610218141504904334066102181415049043340661021814150490433406610218141504904334066" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5cf6fada-2b67-4d07-bc07-7e6d55aa4ac3, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cb6729e4-7806-4c48-80f0-e1ef2391c077, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cb6729e4-7806-4c48-80f0-e1ef2391c077, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6525052587274975512 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65250525872749755126525052587274975512652505258727497551265250525872749755126525052587274975512652505258727497551265250525872749755126525052587274975512652505258727497551265250525872749755126525052587274975512652505258727497551265250525872749755126525052587274975512652505258727497551265250525872749755126525052587274975512652505258727497551265250525872749755126525052587274975512" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cb6729e4-7806-4c48-80f0-e1ef2391c077, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 70fe755b-2a39-42d7-9a85-569f1a725920, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 70fe755b-2a39-42d7-9a85-569f1a725920, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4357334201862416430 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43573342018624164304357334201862416430435733420186241643043573342018624164304357334201862416430435733420186241643043573342018624164304357334201862416430435733420186241643043573342018624164304357334201862416430435733420186241643043573342018624164304357334201862416430435733420186241643043573342018624164304357334201862416430435733420186241643043573342018624164304357334201862416430" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 70fe755b-2a39-42d7-9a85-569f1a725920, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5765dc76-f4f5-48d3-8576-0e4392a61991, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5765dc76-f4f5-48d3-8576-0e4392a61991, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8541145375022533218 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85411453750225332188541145375022533218854114537502253321885411453750225332188541145375022533218854114537502253321885411453750225332188541145375022533218854114537502253321885411453750225332188541145375022533218854114537502253321885411453750225332188541145375022533218854114537502253321885411453750225332188541145375022533218854114537502253321885411453750225332188541145375022533218" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5765dc76-f4f5-48d3-8576-0e4392a61991, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ab9c2bde-4ac9-449f-a4de-418a5498adaa, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ab9c2bde-4ac9-449f-a4de-418a5498adaa, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16692188334475979621 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1669218833447597962116692188334475979621166921883344759796211669218833447597962116692188334475979621166921883344759796211669218833447597962116692188334475979621166921883344759796211669218833447597962116692188334475979621166921883344759796211669218833447597962116692188334475979621166921883344759796211669218833447597962116692188334475979621166921883344759796211669218833447597962116692188334475979621" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ab9c2bde-4ac9-449f-a4de-418a5498adaa, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 376710fb-5771-48b7-a765-65b2f57963da, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 376710fb-5771-48b7-a765-65b2f57963da, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 788820261082130933 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "788820261082130933788820261082130933788820261082130933788820261082130933788820261082130933788820261082130933788820261082130933788820261082130933788820261082130933788820261082130933788820261082130933788820261082130933788820261082130933788820261082130933788820261082130933788820261082130933788820261082130933788820261082130933788820261082130933788820261082130933" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 376710fb-5771-48b7-a765-65b2f57963da, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3fa0fc3d-7d5e-423d-b42d-692c17b460e2, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3fa0fc3d-7d5e-423d-b42d-692c17b460e2, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4184099863064300846 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41840998630643008464184099863064300846418409986306430084641840998630643008464184099863064300846418409986306430084641840998630643008464184099863064300846418409986306430084641840998630643008464184099863064300846418409986306430084641840998630643008464184099863064300846418409986306430084641840998630643008464184099863064300846418409986306430084641840998630643008464184099863064300846" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9d7e09a5-245f-41a7-88d3-aed6843706f1, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d68ed29f-13e4-4ca7-9f05-7eeac8ce848f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d68ed29f-13e4-4ca7-9f05-7eeac8ce848f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1532333956121009382 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15323339561210093821532333956121009382153233395612100938215323339561210093821532333956121009382153233395612100938215323339561210093821532333956121009382153233395612100938215323339561210093821532333956121009382153233395612100938215323339561210093821532333956121009382153233395612100938215323339561210093821532333956121009382153233395612100938215323339561210093821532333956121009382" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3fa0fc3d-7d5e-423d-b42d-692c17b460e2, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 51369ccf-2e5b-4af2-b800-c82de4ad9e53, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 51369ccf-2e5b-4af2-b800-c82de4ad9e53, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11202128302825550241 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1120212830282555024111202128302825550241112021283028255502411120212830282555024111202128302825550241112021283028255502411120212830282555024111202128302825550241112021283028255502411120212830282555024111202128302825550241112021283028255502411120212830282555024111202128302825550241112021283028255502411120212830282555024111202128302825550241112021283028255502411120212830282555024111202128302825550241" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d68ed29f-13e4-4ca7-9f05-7eeac8ce848f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 66ac7960-20f1-4a15-a752-f6ae91ab6e74, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 66ac7960-20f1-4a15-a752-f6ae91ab6e74, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6583954353840503065 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65839543538405030656583954353840503065658395435384050306565839543538405030656583954353840503065658395435384050306565839543538405030656583954353840503065658395435384050306565839543538405030656583954353840503065658395435384050306565839543538405030656583954353840503065658395435384050306565839543538405030656583954353840503065658395435384050306565839543538405030656583954353840503065" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 51369ccf-2e5b-4af2-b800-c82de4ad9e53, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 042a80e0-3cc3-4129-bd68-0d1e45312cd4, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 042a80e0-3cc3-4129-bd68-0d1e45312cd4, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9857299689860267148 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98572996898602671489857299689860267148985729968986026714898572996898602671489857299689860267148985729968986026714898572996898602671489857299689860267148985729968986026714898572996898602671489857299689860267148985729968986026714898572996898602671489857299689860267148985729968986026714898572996898602671489857299689860267148985729968986026714898572996898602671489857299689860267148" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 66ac7960-20f1-4a15-a752-f6ae91ab6e74, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 20159704-6ef4-4272-a8c5-1d3ba48d7ff3, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 20159704-6ef4-4272-a8c5-1d3ba48d7ff3, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12894139887215258065 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1289413988721525806512894139887215258065128941398872152580651289413988721525806512894139887215258065128941398872152580651289413988721525806512894139887215258065128941398872152580651289413988721525806512894139887215258065128941398872152580651289413988721525806512894139887215258065128941398872152580651289413988721525806512894139887215258065128941398872152580651289413988721525806512894139887215258065" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 042a80e0-3cc3-4129-bd68-0d1e45312cd4, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 136c531c-401a-4ac0-b967-3db5ae3038cb, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 136c531c-401a-4ac0-b967-3db5ae3038cb, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14472954524699411485 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1447295452469941148514472954524699411485144729545246994114851447295452469941148514472954524699411485144729545246994114851447295452469941148514472954524699411485144729545246994114851447295452469941148514472954524699411485144729545246994114851447295452469941148514472954524699411485144729545246994114851447295452469941148514472954524699411485144729545246994114851447295452469941148514472954524699411485" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 136c531c-401a-4ac0-b967-3db5ae3038cb, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7a64354e-ad0b-4fe4-a2e3-196c29b6d8ff, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7a64354e-ad0b-4fe4-a2e3-196c29b6d8ff, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16408871954552375312 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1640887195455237531216408871954552375312164088719545523753121640887195455237531216408871954552375312164088719545523753121640887195455237531216408871954552375312164088719545523753121640887195455237531216408871954552375312164088719545523753121640887195455237531216408871954552375312164088719545523753121640887195455237531216408871954552375312164088719545523753121640887195455237531216408871954552375312" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 20159704-6ef4-4272-a8c5-1d3ba48d7ff3, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6558c7fa-bf7c-4eef-8691-46bb54acf64f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6558c7fa-bf7c-4eef-8691-46bb54acf64f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16252766395989928160 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1625276639598992816016252766395989928160162527663959899281601625276639598992816016252766395989928160162527663959899281601625276639598992816016252766395989928160162527663959899281601625276639598992816016252766395989928160162527663959899281601625276639598992816016252766395989928160162527663959899281601625276639598992816016252766395989928160162527663959899281601625276639598992816016252766395989928160" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7a64354e-ad0b-4fe4-a2e3-196c29b6d8ff, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 57cb80b0-904d-405f-90f9-a866042e80ce, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 57cb80b0-904d-405f-90f9-a866042e80ce, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11258615862197062642 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1125861586219706264211258615862197062642112586158621970626421125861586219706264211258615862197062642112586158621970626421125861586219706264211258615862197062642112586158621970626421125861586219706264211258615862197062642112586158621970626421125861586219706264211258615862197062642112586158621970626421125861586219706264211258615862197062642112586158621970626421125861586219706264211258615862197062642" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6558c7fa-bf7c-4eef-8691-46bb54acf64f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 41976391-0733-4114-884f-3cf865d9b46a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 41976391-0733-4114-884f-3cf865d9b46a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7997319277183795524 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79973192771837955247997319277183795524799731927718379552479973192771837955247997319277183795524799731927718379552479973192771837955247997319277183795524799731927718379552479973192771837955247997319277183795524799731927718379552479973192771837955247997319277183795524799731927718379552479973192771837955247997319277183795524799731927718379552479973192771837955247997319277183795524" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 57cb80b0-904d-405f-90f9-a866042e80ce, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e3d6f5b6-bfde-41b1-a682-045e2e763320, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e3d6f5b6-bfde-41b1-a682-045e2e763320, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14187575107736021583 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1418757510773602158314187575107736021583141875751077360215831418757510773602158314187575107736021583141875751077360215831418757510773602158314187575107736021583141875751077360215831418757510773602158314187575107736021583141875751077360215831418757510773602158314187575107736021583141875751077360215831418757510773602158314187575107736021583141875751077360215831418757510773602158314187575107736021583" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 41976391-0733-4114-884f-3cf865d9b46a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 150151d1-2c80-4e78-b695-50ce3a8e1cb7, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 150151d1-2c80-4e78-b695-50ce3a8e1cb7, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5706008860708155190 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57060088607081551905706008860708155190570600886070815519057060088607081551905706008860708155190570600886070815519057060088607081551905706008860708155190570600886070815519057060088607081551905706008860708155190570600886070815519057060088607081551905706008860708155190570600886070815519057060088607081551905706008860708155190570600886070815519057060088607081551905706008860708155190" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e3d6f5b6-bfde-41b1-a682-045e2e763320, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 19bed5c1-8d26-4b8d-b8b6-033729ebfe84, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 19bed5c1-8d26-4b8d-b8b6-033729ebfe84, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17599723849854188210 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1759972384985418821017599723849854188210175997238498541882101759972384985418821017599723849854188210175997238498541882101759972384985418821017599723849854188210175997238498541882101759972384985418821017599723849854188210175997238498541882101759972384985418821017599723849854188210175997238498541882101759972384985418821017599723849854188210175997238498541882101759972384985418821017599723849854188210" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 19bed5c1-8d26-4b8d-b8b6-033729ebfe84, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8ffbc923-d455-4c6b-9527-77daed85fc07, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8ffbc923-d455-4c6b-9527-77daed85fc07, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9724880400403455488 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97248804004034554889724880400403455488972488040040345548897248804004034554889724880400403455488972488040040345548897248804004034554889724880400403455488972488040040345548897248804004034554889724880400403455488972488040040345548897248804004034554889724880400403455488972488040040345548897248804004034554889724880400403455488972488040040345548897248804004034554889724880400403455488" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 150151d1-2c80-4e78-b695-50ce3a8e1cb7, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 30c59e97-294a-427d-abe9-8b070776b64b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 30c59e97-294a-427d-abe9-8b070776b64b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6015442370970043367 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60154423709700433676015442370970043367601544237097004336760154423709700433676015442370970043367601544237097004336760154423709700433676015442370970043367601544237097004336760154423709700433676015442370970043367601544237097004336760154423709700433676015442370970043367601544237097004336760154423709700433676015442370970043367601544237097004336760154423709700433676015442370970043367" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 30c59e97-294a-427d-abe9-8b070776b64b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8ffbc923-d455-4c6b-9527-77daed85fc07, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 61da990f-32bd-46fe-98aa-d6e3551f3915, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 61da990f-32bd-46fe-98aa-d6e3551f3915, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8822003827151216876 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88220038271512168768822003827151216876882200382715121687688220038271512168768822003827151216876882200382715121687688220038271512168768822003827151216876882200382715121687688220038271512168768822003827151216876882200382715121687688220038271512168768822003827151216876882200382715121687688220038271512168768822003827151216876882200382715121687688220038271512168768822003827151216876" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, de42dfed-7722-43de-858b-9045c6a0e592, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, de42dfed-7722-43de-858b-9045c6a0e592, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11299857398589321060 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1129985739858932106011299857398589321060112998573985893210601129985739858932106011299857398589321060112998573985893210601129985739858932106011299857398589321060112998573985893210601129985739858932106011299857398589321060112998573985893210601129985739858932106011299857398589321060112998573985893210601129985739858932106011299857398589321060112998573985893210601129985739858932106011299857398589321060" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, de42dfed-7722-43de-858b-9045c6a0e592, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fb7c3e6e-9dd6-4b52-b15c-8b2a76fcaf80, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fb7c3e6e-9dd6-4b52-b15c-8b2a76fcaf80, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4868531623102456541 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48685316231024565414868531623102456541486853162310245654148685316231024565414868531623102456541486853162310245654148685316231024565414868531623102456541486853162310245654148685316231024565414868531623102456541486853162310245654148685316231024565414868531623102456541486853162310245654148685316231024565414868531623102456541486853162310245654148685316231024565414868531623102456541" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 61da990f-32bd-46fe-98aa-d6e3551f3915, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8ec29960-1eb7-48f6-a0e7-f31324fab4f0, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8ec29960-1eb7-48f6-a0e7-f31324fab4f0, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10074537252641566950 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1007453725264156695010074537252641566950100745372526415669501007453725264156695010074537252641566950100745372526415669501007453725264156695010074537252641566950100745372526415669501007453725264156695010074537252641566950100745372526415669501007453725264156695010074537252641566950100745372526415669501007453725264156695010074537252641566950100745372526415669501007453725264156695010074537252641566950" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fb7c3e6e-9dd6-4b52-b15c-8b2a76fcaf80, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 875955fd-936c-4870-94bf-2c54f26df6e5, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 875955fd-936c-4870-94bf-2c54f26df6e5, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16470366753743188393 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1647036675374318839316470366753743188393164703667537431883931647036675374318839316470366753743188393164703667537431883931647036675374318839316470366753743188393164703667537431883931647036675374318839316470366753743188393164703667537431883931647036675374318839316470366753743188393164703667537431883931647036675374318839316470366753743188393164703667537431883931647036675374318839316470366753743188393" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8ec29960-1eb7-48f6-a0e7-f31324fab4f0, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 14e3817f-882b-4660-9e83-3b27c6f02fc0, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 14e3817f-882b-4660-9e83-3b27c6f02fc0, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5183238500882630687 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51832385008826306875183238500882630687518323850088263068751832385008826306875183238500882630687518323850088263068751832385008826306875183238500882630687518323850088263068751832385008826306875183238500882630687518323850088263068751832385008826306875183238500882630687518323850088263068751832385008826306875183238500882630687518323850088263068751832385008826306875183238500882630687" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 875955fd-936c-4870-94bf-2c54f26df6e5, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 05eaf51f-aa9b-423a-b4de-11441b44564f, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 05eaf51f-aa9b-423a-b4de-11441b44564f, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8387512294365831910 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83875122943658319108387512294365831910838751229436583191083875122943658319108387512294365831910838751229436583191083875122943658319108387512294365831910838751229436583191083875122943658319108387512294365831910838751229436583191083875122943658319108387512294365831910838751229436583191083875122943658319108387512294365831910838751229436583191083875122943658319108387512294365831910" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 14e3817f-882b-4660-9e83-3b27c6f02fc0, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b8e25611-0e9a-4bc7-9257-6aef9ff41fd0, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b8e25611-0e9a-4bc7-9257-6aef9ff41fd0, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14137409337361348504 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1413740933736134850414137409337361348504141374093373613485041413740933736134850414137409337361348504141374093373613485041413740933736134850414137409337361348504141374093373613485041413740933736134850414137409337361348504141374093373613485041413740933736134850414137409337361348504141374093373613485041413740933736134850414137409337361348504141374093373613485041413740933736134850414137409337361348504" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 05eaf51f-aa9b-423a-b4de-11441b44564f, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6745fdc8-277b-4098-901e-64aaff5349bd, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6745fdc8-277b-4098-901e-64aaff5349bd, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16570602805429852030 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1657060280542985203016570602805429852030165706028054298520301657060280542985203016570602805429852030165706028054298520301657060280542985203016570602805429852030165706028054298520301657060280542985203016570602805429852030165706028054298520301657060280542985203016570602805429852030165706028054298520301657060280542985203016570602805429852030165706028054298520301657060280542985203016570602805429852030" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6745fdc8-277b-4098-901e-64aaff5349bd, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 35e85aa2-a1c0-4670-8309-ed77083c4ad1, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 35e85aa2-a1c0-4670-8309-ed77083c4ad1, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1122585783798443499 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11225857837984434991122585783798443499112258578379844349911225857837984434991122585783798443499112258578379844349911225857837984434991122585783798443499112258578379844349911225857837984434991122585783798443499112258578379844349911225857837984434991122585783798443499112258578379844349911225857837984434991122585783798443499112258578379844349911225857837984434991122585783798443499" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 35e85aa2-a1c0-4670-8309-ed77083c4ad1, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b395b18f-db15-424b-a754-09fc82fc7e75, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b395b18f-db15-424b-a754-09fc82fc7e75, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10941903771609159303 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1094190377160915930310941903771609159303109419037716091593031094190377160915930310941903771609159303109419037716091593031094190377160915930310941903771609159303109419037716091593031094190377160915930310941903771609159303109419037716091593031094190377160915930310941903771609159303109419037716091593031094190377160915930310941903771609159303109419037716091593031094190377160915930310941903771609159303" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b8e25611-0e9a-4bc7-9257-6aef9ff41fd0, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a7ecc57a-935f-4dc5-a065-60b2387cc08a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a7ecc57a-935f-4dc5-a065-60b2387cc08a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9953796467523990416 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99537964675239904169953796467523990416995379646752399041699537964675239904169953796467523990416995379646752399041699537964675239904169953796467523990416995379646752399041699537964675239904169953796467523990416995379646752399041699537964675239904169953796467523990416995379646752399041699537964675239904169953796467523990416995379646752399041699537964675239904169953796467523990416" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b395b18f-db15-424b-a754-09fc82fc7e75, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e6fee485-1e93-4d0a-a2d7-abe4e025d172, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e6fee485-1e93-4d0a-a2d7-abe4e025d172, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14962007431636607237 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1496200743163660723714962007431636607237149620074316366072371496200743163660723714962007431636607237149620074316366072371496200743163660723714962007431636607237149620074316366072371496200743163660723714962007431636607237149620074316366072371496200743163660723714962007431636607237149620074316366072371496200743163660723714962007431636607237149620074316366072371496200743163660723714962007431636607237" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a7ecc57a-935f-4dc5-a065-60b2387cc08a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c52e0ff1-173d-445a-b9ab-2f4e5bb8df7a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c52e0ff1-173d-445a-b9ab-2f4e5bb8df7a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10884242190455098028 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1088424219045509802810884242190455098028108842421904550980281088424219045509802810884242190455098028108842421904550980281088424219045509802810884242190455098028108842421904550980281088424219045509802810884242190455098028108842421904550980281088424219045509802810884242190455098028108842421904550980281088424219045509802810884242190455098028108842421904550980281088424219045509802810884242190455098028" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e6fee485-1e93-4d0a-a2d7-abe4e025d172, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0939d0ed-7a73-4554-8fea-59e6ce581e24, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0939d0ed-7a73-4554-8fea-59e6ce581e24, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17047843836286862654 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1704784383628686265417047843836286862654170478438362868626541704784383628686265417047843836286862654170478438362868626541704784383628686265417047843836286862654170478438362868626541704784383628686265417047843836286862654170478438362868626541704784383628686265417047843836286862654170478438362868626541704784383628686265417047843836286862654170478438362868626541704784383628686265417047843836286862654" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c52e0ff1-173d-445a-b9ab-2f4e5bb8df7a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7568a602-657b-449f-871b-bf7863c515d0, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0939d0ed-7a73-4554-8fea-59e6ce581e24, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7568a602-657b-449f-871b-bf7863c515d0, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18305171842861298546 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1830517184286129854618305171842861298546183051718428612985461830517184286129854618305171842861298546183051718428612985461830517184286129854618305171842861298546183051718428612985461830517184286129854618305171842861298546183051718428612985461830517184286129854618305171842861298546183051718428612985461830517184286129854618305171842861298546183051718428612985461830517184286129854618305171842861298546" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2ef78b2b-d19b-4d84-800b-ab40ba8ca041, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2ef78b2b-d19b-4d84-800b-ab40ba8ca041, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1714494469649310134 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17144944696493101341714494469649310134171449446964931013417144944696493101341714494469649310134171449446964931013417144944696493101341714494469649310134171449446964931013417144944696493101341714494469649310134171449446964931013417144944696493101341714494469649310134171449446964931013417144944696493101341714494469649310134171449446964931013417144944696493101341714494469649310134" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2ef78b2b-d19b-4d84-800b-ab40ba8ca041, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ffc682b2-b340-4a70-a431-c56c0f3065fe, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7568a602-657b-449f-871b-bf7863c515d0, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f36fc229-2482-4b69-bacd-102677cd34b9, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ffc682b2-b340-4a70-a431-c56c0f3065fe, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12736269375734618849 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1273626937573461884912736269375734618849127362693757346188491273626937573461884912736269375734618849127362693757346188491273626937573461884912736269375734618849127362693757346188491273626937573461884912736269375734618849127362693757346188491273626937573461884912736269375734618849127362693757346188491273626937573461884912736269375734618849127362693757346188491273626937573461884912736269375734618849" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f36fc229-2482-4b69-bacd-102677cd34b9, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7386584918397026056 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73865849183970260567386584918397026056738658491839702605673865849183970260567386584918397026056738658491839702605673865849183970260567386584918397026056738658491839702605673865849183970260567386584918397026056738658491839702605673865849183970260567386584918397026056738658491839702605673865849183970260567386584918397026056738658491839702605673865849183970260567386584918397026056" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ffc682b2-b340-4a70-a431-c56c0f3065fe, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cfd0819a-d7be-4610-9ac5-36a734230a11, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cfd0819a-d7be-4610-9ac5-36a734230a11, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5944585277292564584 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59445852772925645845944585277292564584594458527729256458459445852772925645845944585277292564584594458527729256458459445852772925645845944585277292564584594458527729256458459445852772925645845944585277292564584594458527729256458459445852772925645845944585277292564584594458527729256458459445852772925645845944585277292564584594458527729256458459445852772925645845944585277292564584" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f36fc229-2482-4b69-bacd-102677cd34b9, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 73aa042c-2c01-488f-b0e4-b20b5fc7b046, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 73aa042c-2c01-488f-b0e4-b20b5fc7b046, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1295210637194829428 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12952106371948294281295210637194829428129521063719482942812952106371948294281295210637194829428129521063719482942812952106371948294281295210637194829428129521063719482942812952106371948294281295210637194829428129521063719482942812952106371948294281295210637194829428129521063719482942812952106371948294281295210637194829428129521063719482942812952106371948294281295210637194829428" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cfd0819a-d7be-4610-9ac5-36a734230a11, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b96ebaeb-1ce5-460a-8c5c-5a72b7205490, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b96ebaeb-1ce5-460a-8c5c-5a72b7205490, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5756198794462279107 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57561987944622791075756198794462279107575619879446227910757561987944622791075756198794462279107575619879446227910757561987944622791075756198794462279107575619879446227910757561987944622791075756198794462279107575619879446227910757561987944622791075756198794462279107575619879446227910757561987944622791075756198794462279107575619879446227910757561987944622791075756198794462279107" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 73aa042c-2c01-488f-b0e4-b20b5fc7b046, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 932b9dcf-3954-4ecb-9d44-7c88a1c591a7, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 932b9dcf-3954-4ecb-9d44-7c88a1c591a7, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1021388258157171773 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10213882581571717731021388258157171773102138825815717177310213882581571717731021388258157171773102138825815717177310213882581571717731021388258157171773102138825815717177310213882581571717731021388258157171773102138825815717177310213882581571717731021388258157171773102138825815717177310213882581571717731021388258157171773102138825815717177310213882581571717731021388258157171773" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b96ebaeb-1ce5-460a-8c5c-5a72b7205490, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9584018d-3488-4c04-a09d-dc0e20f06855, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9584018d-3488-4c04-a09d-dc0e20f06855, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12548476013988314494 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1254847601398831449412548476013988314494125484760139883144941254847601398831449412548476013988314494125484760139883144941254847601398831449412548476013988314494125484760139883144941254847601398831449412548476013988314494125484760139883144941254847601398831449412548476013988314494125484760139883144941254847601398831449412548476013988314494125484760139883144941254847601398831449412548476013988314494" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 932b9dcf-3954-4ecb-9d44-7c88a1c591a7, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, beb8a89b-8acc-4a25-83a8-ee8ba36ca88c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, beb8a89b-8acc-4a25-83a8-ee8ba36ca88c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15700741235723745657 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1570074123572374565715700741235723745657157007412357237456571570074123572374565715700741235723745657157007412357237456571570074123572374565715700741235723745657157007412357237456571570074123572374565715700741235723745657157007412357237456571570074123572374565715700741235723745657157007412357237456571570074123572374565715700741235723745657157007412357237456571570074123572374565715700741235723745657" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9584018d-3488-4c04-a09d-dc0e20f06855, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e642a977-c839-40f1-b3d8-8fec04cf2196, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e642a977-c839-40f1-b3d8-8fec04cf2196, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14450475933743805506 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1445047593374380550614450475933743805506144504759337438055061445047593374380550614450475933743805506144504759337438055061445047593374380550614450475933743805506144504759337438055061445047593374380550614450475933743805506144504759337438055061445047593374380550614450475933743805506144504759337438055061445047593374380550614450475933743805506144504759337438055061445047593374380550614450475933743805506" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e642a977-c839-40f1-b3d8-8fec04cf2196, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2990cc8c-bd3e-4979-a6d6-83bfa47f6f4b, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2990cc8c-bd3e-4979-a6d6-83bfa47f6f4b, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9464380349041961664 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94643803490419616649464380349041961664946438034904196166494643803490419616649464380349041961664946438034904196166494643803490419616649464380349041961664946438034904196166494643803490419616649464380349041961664946438034904196166494643803490419616649464380349041961664946438034904196166494643803490419616649464380349041961664946438034904196166494643803490419616649464380349041961664" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2990cc8c-bd3e-4979-a6d6-83bfa47f6f4b, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, beb8a89b-8acc-4a25-83a8-ee8ba36ca88c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 29d973af-5852-475c-849e-4816158212b1, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 29d973af-5852-475c-849e-4816158212b1, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8934032602087195469 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89340326020871954698934032602087195469893403260208719546989340326020871954698934032602087195469893403260208719546989340326020871954698934032602087195469893403260208719546989340326020871954698934032602087195469893403260208719546989340326020871954698934032602087195469893403260208719546989340326020871954698934032602087195469893403260208719546989340326020871954698934032602087195469" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 23208bad-b4d7-4257-81ae-8ac98ce4edab, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 23208bad-b4d7-4257-81ae-8ac98ce4edab, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11780584740981606461 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1178058474098160646111780584740981606461117805847409816064611178058474098160646111780584740981606461117805847409816064611178058474098160646111780584740981606461117805847409816064611178058474098160646111780584740981606461117805847409816064611178058474098160646111780584740981606461117805847409816064611178058474098160646111780584740981606461117805847409816064611178058474098160646111780584740981606461" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 29d973af-5852-475c-849e-4816158212b1, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dc0fdcc7-e4a8-4d16-96e9-938759416cef, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dc0fdcc7-e4a8-4d16-96e9-938759416cef, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10668627205933916874 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1066862720593391687410668627205933916874106686272059339168741066862720593391687410668627205933916874106686272059339168741066862720593391687410668627205933916874106686272059339168741066862720593391687410668627205933916874106686272059339168741066862720593391687410668627205933916874106686272059339168741066862720593391687410668627205933916874106686272059339168741066862720593391687410668627205933916874" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dc0fdcc7-e4a8-4d16-96e9-938759416cef, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e081bdf5-c9bc-4447-938d-ea50f55cf8f2, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 23208bad-b4d7-4257-81ae-8ac98ce4edab, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d3616b9c-ce09-45a6-9392-26ad51ccc922, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e081bdf5-c9bc-4447-938d-ea50f55cf8f2, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10601022068657997960 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1060102206865799796010601022068657997960106010220686579979601060102206865799796010601022068657997960106010220686579979601060102206865799796010601022068657997960106010220686579979601060102206865799796010601022068657997960106010220686579979601060102206865799796010601022068657997960106010220686579979601060102206865799796010601022068657997960106010220686579979601060102206865799796010601022068657997960" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d3616b9c-ce09-45a6-9392-26ad51ccc922, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1214636088302253011 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12146360883022530111214636088302253011121463608830225301112146360883022530111214636088302253011121463608830225301112146360883022530111214636088302253011121463608830225301112146360883022530111214636088302253011121463608830225301112146360883022530111214636088302253011121463608830225301112146360883022530111214636088302253011121463608830225301112146360883022530111214636088302253011" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e081bdf5-c9bc-4447-938d-ea50f55cf8f2, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d5dfb3fe-4e04-4935-8c35-54529415e674, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d5dfb3fe-4e04-4935-8c35-54529415e674, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16411049693286470595 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1641104969328647059516411049693286470595164110496932864705951641104969328647059516411049693286470595164110496932864705951641104969328647059516411049693286470595164110496932864705951641104969328647059516411049693286470595164110496932864705951641104969328647059516411049693286470595164110496932864705951641104969328647059516411049693286470595164110496932864705951641104969328647059516411049693286470595" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d3616b9c-ce09-45a6-9392-26ad51ccc922, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 912a505d-f538-44ad-93c3-ba5ae8174460, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 912a505d-f538-44ad-93c3-ba5ae8174460, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2390317916448328601 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23903179164483286012390317916448328601239031791644832860123903179164483286012390317916448328601239031791644832860123903179164483286012390317916448328601239031791644832860123903179164483286012390317916448328601239031791644832860123903179164483286012390317916448328601239031791644832860123903179164483286012390317916448328601239031791644832860123903179164483286012390317916448328601" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d5dfb3fe-4e04-4935-8c35-54529415e674, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 682a4bd5-4d79-41cb-9363-608c4449dd30, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 682a4bd5-4d79-41cb-9363-608c4449dd30, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16641016997216704923 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1664101699721670492316641016997216704923166410169972167049231664101699721670492316641016997216704923166410169972167049231664101699721670492316641016997216704923166410169972167049231664101699721670492316641016997216704923166410169972167049231664101699721670492316641016997216704923166410169972167049231664101699721670492316641016997216704923166410169972167049231664101699721670492316641016997216704923" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 912a505d-f538-44ad-93c3-ba5ae8174460, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d02e148e-1af4-4012-9b6c-dc7039f2b4de, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d02e148e-1af4-4012-9b6c-dc7039f2b4de, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1346434223911324952 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13464342239113249521346434223911324952134643422391132495213464342239113249521346434223911324952134643422391132495213464342239113249521346434223911324952134643422391132495213464342239113249521346434223911324952134643422391132495213464342239113249521346434223911324952134643422391132495213464342239113249521346434223911324952134643422391132495213464342239113249521346434223911324952" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 682a4bd5-4d79-41cb-9363-608c4449dd30, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e4548028-3aa8-4bb8-9c39-15c5707095f7, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e4548028-3aa8-4bb8-9c39-15c5707095f7, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14991081566558550026 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1499108156655855002614991081566558550026149910815665585500261499108156655855002614991081566558550026149910815665585500261499108156655855002614991081566558550026149910815665585500261499108156655855002614991081566558550026149910815665585500261499108156655855002614991081566558550026149910815665585500261499108156655855002614991081566558550026149910815665585500261499108156655855002614991081566558550026" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d02e148e-1af4-4012-9b6c-dc7039f2b4de, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 36eb0a20-72da-4c99-9d9d-7e509cad80e7, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e4548028-3aa8-4bb8-9c39-15c5707095f7, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 36eb0a20-72da-4c99-9d9d-7e509cad80e7, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7764969192881675487 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77649691928816754877764969192881675487776496919288167548777649691928816754877764969192881675487776496919288167548777649691928816754877764969192881675487776496919288167548777649691928816754877764969192881675487776496919288167548777649691928816754877764969192881675487776496919288167548777649691928816754877764969192881675487776496919288167548777649691928816754877764969192881675487" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 39e5c691-eebe-412b-99a6-24ed5b7d66c7, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 39e5c691-eebe-412b-99a6-24ed5b7d66c7, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1409379036266579115 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14093790362665791151409379036266579115140937903626657911514093790362665791151409379036266579115140937903626657911514093790362665791151409379036266579115140937903626657911514093790362665791151409379036266579115140937903626657911514093790362665791151409379036266579115140937903626657911514093790362665791151409379036266579115140937903626657911514093790362665791151409379036266579115" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 36eb0a20-72da-4c99-9d9d-7e509cad80e7, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1695cf11-e9a7-4380-80d1-dfbd087f0f84, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1695cf11-e9a7-4380-80d1-dfbd087f0f84, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4972135617564330973 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49721356175643309734972135617564330973497213561756433097349721356175643309734972135617564330973497213561756433097349721356175643309734972135617564330973497213561756433097349721356175643309734972135617564330973497213561756433097349721356175643309734972135617564330973497213561756433097349721356175643309734972135617564330973497213561756433097349721356175643309734972135617564330973" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1695cf11-e9a7-4380-80d1-dfbd087f0f84, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 52b00646-559b-45d3-95bf-ffdf2fdbad44, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 52b00646-559b-45d3-95bf-ffdf2fdbad44, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14917892966168827156 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1491789296616882715614917892966168827156149178929661688271561491789296616882715614917892966168827156149178929661688271561491789296616882715614917892966168827156149178929661688271561491789296616882715614917892966168827156149178929661688271561491789296616882715614917892966168827156149178929661688271561491789296616882715614917892966168827156149178929661688271561491789296616882715614917892966168827156" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 39e5c691-eebe-412b-99a6-24ed5b7d66c7, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 72fa684f-7398-4e1c-857e-3c848a356d80, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 72fa684f-7398-4e1c-857e-3c848a356d80, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4182760931569570450 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41827609315695704504182760931569570450418276093156957045041827609315695704504182760931569570450418276093156957045041827609315695704504182760931569570450418276093156957045041827609315695704504182760931569570450418276093156957045041827609315695704504182760931569570450418276093156957045041827609315695704504182760931569570450418276093156957045041827609315695704504182760931569570450" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 72fa684f-7398-4e1c-857e-3c848a356d80, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 531fcd46-e0c4-4880-92c3-10ee767f4b8b, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 531fcd46-e0c4-4880-92c3-10ee767f4b8b, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2655342400906434412 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26553424009064344122655342400906434412265534240090643441226553424009064344122655342400906434412265534240090643441226553424009064344122655342400906434412265534240090643441226553424009064344122655342400906434412265534240090643441226553424009064344122655342400906434412265534240090643441226553424009064344122655342400906434412265534240090643441226553424009064344122655342400906434412" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 52b00646-559b-45d3-95bf-ffdf2fdbad44, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ce706bc2-7bd1-400b-8b8c-4e92868ebec5, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ce706bc2-7bd1-400b-8b8c-4e92868ebec5, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12709315527948051469 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1270931552794805146912709315527948051469127093155279480514691270931552794805146912709315527948051469127093155279480514691270931552794805146912709315527948051469127093155279480514691270931552794805146912709315527948051469127093155279480514691270931552794805146912709315527948051469127093155279480514691270931552794805146912709315527948051469127093155279480514691270931552794805146912709315527948051469" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 531fcd46-e0c4-4880-92c3-10ee767f4b8b, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 143f3b99-0d78-4bd0-9c1e-d2c098ec33e4, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 143f3b99-0d78-4bd0-9c1e-d2c098ec33e4, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10829153288199424234 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1082915328819942423410829153288199424234108291532881994242341082915328819942423410829153288199424234108291532881994242341082915328819942423410829153288199424234108291532881994242341082915328819942423410829153288199424234108291532881994242341082915328819942423410829153288199424234108291532881994242341082915328819942423410829153288199424234108291532881994242341082915328819942423410829153288199424234" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ce706bc2-7bd1-400b-8b8c-4e92868ebec5, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1ab31d3d-3756-4df7-baaa-f1f17f1b44c0, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1ab31d3d-3756-4df7-baaa-f1f17f1b44c0, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7352071615774329605 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73520716157743296057352071615774329605735207161577432960573520716157743296057352071615774329605735207161577432960573520716157743296057352071615774329605735207161577432960573520716157743296057352071615774329605735207161577432960573520716157743296057352071615774329605735207161577432960573520716157743296057352071615774329605735207161577432960573520716157743296057352071615774329605" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 143f3b99-0d78-4bd0-9c1e-d2c098ec33e4, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 65712e41-a003-4fa8-95d8-718c5466c7b3, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 65712e41-a003-4fa8-95d8-718c5466c7b3, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14064861788258394927 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1406486178825839492714064861788258394927140648617882583949271406486178825839492714064861788258394927140648617882583949271406486178825839492714064861788258394927140648617882583949271406486178825839492714064861788258394927140648617882583949271406486178825839492714064861788258394927140648617882583949271406486178825839492714064861788258394927140648617882583949271406486178825839492714064861788258394927" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1ab31d3d-3756-4df7-baaa-f1f17f1b44c0, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6f9c1d0a-df08-4386-b99b-fe247a1cf38b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6f9c1d0a-df08-4386-b99b-fe247a1cf38b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9773337384558455083 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97733373845584550839773337384558455083977333738455845508397733373845584550839773337384558455083977333738455845508397733373845584550839773337384558455083977333738455845508397733373845584550839773337384558455083977333738455845508397733373845584550839773337384558455083977333738455845508397733373845584550839773337384558455083977333738455845508397733373845584550839773337384558455083" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 65712e41-a003-4fa8-95d8-718c5466c7b3, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e3a3d1d4-e357-4a22-a4f4-973640c9ad4f, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e3a3d1d4-e357-4a22-a4f4-973640c9ad4f, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16325629128545190996 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1632562912854519099616325629128545190996163256291285451909961632562912854519099616325629128545190996163256291285451909961632562912854519099616325629128545190996163256291285451909961632562912854519099616325629128545190996163256291285451909961632562912854519099616325629128545190996163256291285451909961632562912854519099616325629128545190996163256291285451909961632562912854519099616325629128545190996" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6f9c1d0a-df08-4386-b99b-fe247a1cf38b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2d421bd9-e500-4ffc-a8c7-0bf998e2e629, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2d421bd9-e500-4ffc-a8c7-0bf998e2e629, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10615991373012494988 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1061599137301249498810615991373012494988106159913730124949881061599137301249498810615991373012494988106159913730124949881061599137301249498810615991373012494988106159913730124949881061599137301249498810615991373012494988106159913730124949881061599137301249498810615991373012494988106159913730124949881061599137301249498810615991373012494988106159913730124949881061599137301249498810615991373012494988" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e3a3d1d4-e357-4a22-a4f4-973640c9ad4f, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b15737fc-4c99-4d3f-bb57-9d11f779ed38, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b15737fc-4c99-4d3f-bb57-9d11f779ed38, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9098387787895195729 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90983877878951957299098387787895195729909838778789519572990983877878951957299098387787895195729909838778789519572990983877878951957299098387787895195729909838778789519572990983877878951957299098387787895195729909838778789519572990983877878951957299098387787895195729909838778789519572990983877878951957299098387787895195729909838778789519572990983877878951957299098387787895195729" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2d421bd9-e500-4ffc-a8c7-0bf998e2e629, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 25140cb3-ef92-4235-98df-eaf2bc54f5e8, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 25140cb3-ef92-4235-98df-eaf2bc54f5e8, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8076285354135413031 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80762853541354130318076285354135413031807628535413541303180762853541354130318076285354135413031807628535413541303180762853541354130318076285354135413031807628535413541303180762853541354130318076285354135413031807628535413541303180762853541354130318076285354135413031807628535413541303180762853541354130318076285354135413031807628535413541303180762853541354130318076285354135413031" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b15737fc-4c99-4d3f-bb57-9d11f779ed38, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d5cf9b09-d151-4d55-9dc6-c31ac3d06aab, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d5cf9b09-d151-4d55-9dc6-c31ac3d06aab, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12227190448592702462 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1222719044859270246212227190448592702462122271904485927024621222719044859270246212227190448592702462122271904485927024621222719044859270246212227190448592702462122271904485927024621222719044859270246212227190448592702462122271904485927024621222719044859270246212227190448592702462122271904485927024621222719044859270246212227190448592702462122271904485927024621222719044859270246212227190448592702462" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d5cf9b09-d151-4d55-9dc6-c31ac3d06aab, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b5f7a3de-fa09-4a06-b5a5-5396ae4fd38a, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b5f7a3de-fa09-4a06-b5a5-5396ae4fd38a, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7237172995199325240 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72371729951993252407237172995199325240723717299519932524072371729951993252407237172995199325240723717299519932524072371729951993252407237172995199325240723717299519932524072371729951993252407237172995199325240723717299519932524072371729951993252407237172995199325240723717299519932524072371729951993252407237172995199325240723717299519932524072371729951993252407237172995199325240" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 25140cb3-ef92-4235-98df-eaf2bc54f5e8, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b5f7a3de-fa09-4a06-b5a5-5396ae4fd38a, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cc0547e6-29ce-49cc-8683-4f606b787de1, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 960e9f46-1436-4e94-8dfd-8d2112f241fd, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 960e9f46-1436-4e94-8dfd-8d2112f241fd, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5604721931883890436 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56047219318838904365604721931883890436560472193188389043656047219318838904365604721931883890436560472193188389043656047219318838904365604721931883890436560472193188389043656047219318838904365604721931883890436560472193188389043656047219318838904365604721931883890436560472193188389043656047219318838904365604721931883890436560472193188389043656047219318838904365604721931883890436" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cc0547e6-29ce-49cc-8683-4f606b787de1, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14871818251085270892 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1487181825108527089214871818251085270892148718182510852708921487181825108527089214871818251085270892148718182510852708921487181825108527089214871818251085270892148718182510852708921487181825108527089214871818251085270892148718182510852708921487181825108527089214871818251085270892148718182510852708921487181825108527089214871818251085270892148718182510852708921487181825108527089214871818251085270892" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 960e9f46-1436-4e94-8dfd-8d2112f241fd, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 99483260-9640-40eb-acd4-34aae2f7fdc4, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 99483260-9640-40eb-acd4-34aae2f7fdc4, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10085400812137933269 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1008540081213793326910085400812137933269100854008121379332691008540081213793326910085400812137933269100854008121379332691008540081213793326910085400812137933269100854008121379332691008540081213793326910085400812137933269100854008121379332691008540081213793326910085400812137933269100854008121379332691008540081213793326910085400812137933269100854008121379332691008540081213793326910085400812137933269" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 99483260-9640-40eb-acd4-34aae2f7fdc4, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cfd8c87a-4f9d-4134-b0e7-1448e8ce7b10, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cfd8c87a-4f9d-4134-b0e7-1448e8ce7b10, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9404726947668288132 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94047269476682881329404726947668288132940472694766828813294047269476682881329404726947668288132940472694766828813294047269476682881329404726947668288132940472694766828813294047269476682881329404726947668288132940472694766828813294047269476682881329404726947668288132940472694766828813294047269476682881329404726947668288132940472694766828813294047269476682881329404726947668288132" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cfd8c87a-4f9d-4134-b0e7-1448e8ce7b10, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 71a10705-340e-4429-bd24-82d99d6a0fe1, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 71a10705-340e-4429-bd24-82d99d6a0fe1, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15231230652035653077 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1523123065203565307715231230652035653077152312306520356530771523123065203565307715231230652035653077152312306520356530771523123065203565307715231230652035653077152312306520356530771523123065203565307715231230652035653077152312306520356530771523123065203565307715231230652035653077152312306520356530771523123065203565307715231230652035653077152312306520356530771523123065203565307715231230652035653077" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 71a10705-340e-4429-bd24-82d99d6a0fe1, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 51e6babb-6e58-4858-97c4-a5eb5351a3e6, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 51e6babb-6e58-4858-97c4-a5eb5351a3e6, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6603991929298611734 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66039919292986117346603991929298611734660399192929861173466039919292986117346603991929298611734660399192929861173466039919292986117346603991929298611734660399192929861173466039919292986117346603991929298611734660399192929861173466039919292986117346603991929298611734660399192929861173466039919292986117346603991929298611734660399192929861173466039919292986117346603991929298611734" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cc0547e6-29ce-49cc-8683-4f606b787de1, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d7156510-5735-4b8e-8747-894f1b3717c8, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d7156510-5735-4b8e-8747-894f1b3717c8, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1633231441567136818 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16332314415671368181633231441567136818163323144156713681816332314415671368181633231441567136818163323144156713681816332314415671368181633231441567136818163323144156713681816332314415671368181633231441567136818163323144156713681816332314415671368181633231441567136818163323144156713681816332314415671368181633231441567136818163323144156713681816332314415671368181633231441567136818" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d7156510-5735-4b8e-8747-894f1b3717c8, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f45ab14b-3e53-40c4-8e7b-1c1ce3646c2b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f45ab14b-3e53-40c4-8e7b-1c1ce3646c2b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4311126288263986340 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43111262882639863404311126288263986340431112628826398634043111262882639863404311126288263986340431112628826398634043111262882639863404311126288263986340431112628826398634043111262882639863404311126288263986340431112628826398634043111262882639863404311126288263986340431112628826398634043111262882639863404311126288263986340431112628826398634043111262882639863404311126288263986340" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f45ab14b-3e53-40c4-8e7b-1c1ce3646c2b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 218fa859-49b7-440d-acab-1d2a6775358f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 218fa859-49b7-440d-acab-1d2a6775358f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14551678208797293039 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1455167820879729303914551678208797293039145516782087972930391455167820879729303914551678208797293039145516782087972930391455167820879729303914551678208797293039145516782087972930391455167820879729303914551678208797293039145516782087972930391455167820879729303914551678208797293039145516782087972930391455167820879729303914551678208797293039145516782087972930391455167820879729303914551678208797293039" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 51e6babb-6e58-4858-97c4-a5eb5351a3e6, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3f7de67e-0459-4089-9655-3297a5d61dc1, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3f7de67e-0459-4089-9655-3297a5d61dc1, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 467138453590322627 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "467138453590322627467138453590322627467138453590322627467138453590322627467138453590322627467138453590322627467138453590322627467138453590322627467138453590322627467138453590322627467138453590322627467138453590322627467138453590322627467138453590322627467138453590322627467138453590322627467138453590322627467138453590322627467138453590322627467138453590322627" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 218fa859-49b7-440d-acab-1d2a6775358f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dcd45640-9270-4c5e-8fce-390fb1217edf, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dcd45640-9270-4c5e-8fce-390fb1217edf, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13989541090412048556 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1398954109041204855613989541090412048556139895410904120485561398954109041204855613989541090412048556139895410904120485561398954109041204855613989541090412048556139895410904120485561398954109041204855613989541090412048556139895410904120485561398954109041204855613989541090412048556139895410904120485561398954109041204855613989541090412048556139895410904120485561398954109041204855613989541090412048556" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3f7de67e-0459-4089-9655-3297a5d61dc1, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0168db4e-8a39-4032-9ffb-70b4222cad69, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0168db4e-8a39-4032-9ffb-70b4222cad69, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13496999423215100971 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1349699942321510097113496999423215100971134969994232151009711349699942321510097113496999423215100971134969994232151009711349699942321510097113496999423215100971134969994232151009711349699942321510097113496999423215100971134969994232151009711349699942321510097113496999423215100971134969994232151009711349699942321510097113496999423215100971134969994232151009711349699942321510097113496999423215100971" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dcd45640-9270-4c5e-8fce-390fb1217edf, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0168db4e-8a39-4032-9ffb-70b4222cad69, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2102f76d-c7fa-426f-9baf-f8847fca4e3e, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2102f76d-c7fa-426f-9baf-f8847fca4e3e, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1887445725310853006 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18874457253108530061887445725310853006188744572531085300618874457253108530061887445725310853006188744572531085300618874457253108530061887445725310853006188744572531085300618874457253108530061887445725310853006188744572531085300618874457253108530061887445725310853006188744572531085300618874457253108530061887445725310853006188744572531085300618874457253108530061887445725310853006" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bd679074-4890-4f47-8d03-9c98a252e2c5, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bd679074-4890-4f47-8d03-9c98a252e2c5, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6979226450352871343 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69792264503528713436979226450352871343697922645035287134369792264503528713436979226450352871343697922645035287134369792264503528713436979226450352871343697922645035287134369792264503528713436979226450352871343697922645035287134369792264503528713436979226450352871343697922645035287134369792264503528713436979226450352871343697922645035287134369792264503528713436979226450352871343" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2102f76d-c7fa-426f-9baf-f8847fca4e3e, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, da336439-c2d4-4d32-9043-9b493609a799, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, da336439-c2d4-4d32-9043-9b493609a799, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9961649176948205624 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99616491769482056249961649176948205624996164917694820562499616491769482056249961649176948205624996164917694820562499616491769482056249961649176948205624996164917694820562499616491769482056249961649176948205624996164917694820562499616491769482056249961649176948205624996164917694820562499616491769482056249961649176948205624996164917694820562499616491769482056249961649176948205624" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bd679074-4890-4f47-8d03-9c98a252e2c5, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 12b080b5-0f5e-47da-958d-ce13cb927b89, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 12b080b5-0f5e-47da-958d-ce13cb927b89, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14126576364618947412 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1412657636461894741214126576364618947412141265763646189474121412657636461894741214126576364618947412141265763646189474121412657636461894741214126576364618947412141265763646189474121412657636461894741214126576364618947412141265763646189474121412657636461894741214126576364618947412141265763646189474121412657636461894741214126576364618947412141265763646189474121412657636461894741214126576364618947412" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, da336439-c2d4-4d32-9043-9b493609a799, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bdce3512-bf04-4a36-8e9b-40612b6f37df, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bdce3512-bf04-4a36-8e9b-40612b6f37df, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1468854544802891280 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14688545448028912801468854544802891280146885454480289128014688545448028912801468854544802891280146885454480289128014688545448028912801468854544802891280146885454480289128014688545448028912801468854544802891280146885454480289128014688545448028912801468854544802891280146885454480289128014688545448028912801468854544802891280146885454480289128014688545448028912801468854544802891280" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 12b080b5-0f5e-47da-958d-ce13cb927b89, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5f8381c0-beba-48c1-838f-9aef7745deaf, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5f8381c0-beba-48c1-838f-9aef7745deaf, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7195491344940471880 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71954913449404718807195491344940471880719549134494047188071954913449404718807195491344940471880719549134494047188071954913449404718807195491344940471880719549134494047188071954913449404718807195491344940471880719549134494047188071954913449404718807195491344940471880719549134494047188071954913449404718807195491344940471880719549134494047188071954913449404718807195491344940471880" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bdce3512-bf04-4a36-8e9b-40612b6f37df, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 69ab5037-138a-4b76-ae96-d2df7e5877ae, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 69ab5037-138a-4b76-ae96-d2df7e5877ae, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14990852841543835090 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1499085284154383509014990852841543835090149908528415438350901499085284154383509014990852841543835090149908528415438350901499085284154383509014990852841543835090149908528415438350901499085284154383509014990852841543835090149908528415438350901499085284154383509014990852841543835090149908528415438350901499085284154383509014990852841543835090149908528415438350901499085284154383509014990852841543835090" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5f8381c0-beba-48c1-838f-9aef7745deaf, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a7996fda-e26c-4b02-8a1e-20899a22681c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a7996fda-e26c-4b02-8a1e-20899a22681c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14524828498264537140 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1452482849826453714014524828498264537140145248284982645371401452482849826453714014524828498264537140145248284982645371401452482849826453714014524828498264537140145248284982645371401452482849826453714014524828498264537140145248284982645371401452482849826453714014524828498264537140145248284982645371401452482849826453714014524828498264537140145248284982645371401452482849826453714014524828498264537140" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 69ab5037-138a-4b76-ae96-d2df7e5877ae, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8996ccd7-23d4-4d91-b258-cdf5d822bf07, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8996ccd7-23d4-4d91-b258-cdf5d822bf07, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9865702010475280639 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98657020104752806399865702010475280639986570201047528063998657020104752806399865702010475280639986570201047528063998657020104752806399865702010475280639986570201047528063998657020104752806399865702010475280639986570201047528063998657020104752806399865702010475280639986570201047528063998657020104752806399865702010475280639986570201047528063998657020104752806399865702010475280639" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a7996fda-e26c-4b02-8a1e-20899a22681c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 50d63628-761c-4a4a-8beb-bb6dd2b4703d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 50d63628-761c-4a4a-8beb-bb6dd2b4703d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4409638624969815112 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44096386249698151124409638624969815112440963862496981511244096386249698151124409638624969815112440963862496981511244096386249698151124409638624969815112440963862496981511244096386249698151124409638624969815112440963862496981511244096386249698151124409638624969815112440963862496981511244096386249698151124409638624969815112440963862496981511244096386249698151124409638624969815112" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8996ccd7-23d4-4d91-b258-cdf5d822bf07, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, de54e5d2-88ea-4023-add1-7f2a23bdde8f, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, de54e5d2-88ea-4023-add1-7f2a23bdde8f, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2707561525423540083 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27075615254235400832707561525423540083270756152542354008327075615254235400832707561525423540083270756152542354008327075615254235400832707561525423540083270756152542354008327075615254235400832707561525423540083270756152542354008327075615254235400832707561525423540083270756152542354008327075615254235400832707561525423540083270756152542354008327075615254235400832707561525423540083" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 50d63628-761c-4a4a-8beb-bb6dd2b4703d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 96a3d828-9642-4a63-b0ee-e0e8c7b22402, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 96a3d828-9642-4a63-b0ee-e0e8c7b22402, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4531288387432787939 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45312883874327879394531288387432787939453128838743278793945312883874327879394531288387432787939453128838743278793945312883874327879394531288387432787939453128838743278793945312883874327879394531288387432787939453128838743278793945312883874327879394531288387432787939453128838743278793945312883874327879394531288387432787939453128838743278793945312883874327879394531288387432787939" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, de54e5d2-88ea-4023-add1-7f2a23bdde8f, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 70586f16-b643-45ee-9f2a-a5feed7fde2f, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 70586f16-b643-45ee-9f2a-a5feed7fde2f, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 759141666863349190 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "759141666863349190759141666863349190759141666863349190759141666863349190759141666863349190759141666863349190759141666863349190759141666863349190759141666863349190759141666863349190759141666863349190759141666863349190759141666863349190759141666863349190759141666863349190759141666863349190759141666863349190759141666863349190759141666863349190759141666863349190" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 96a3d828-9642-4a63-b0ee-e0e8c7b22402, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 98767470-a4d1-4d90-894e-8b23548a6380, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 98767470-a4d1-4d90-894e-8b23548a6380, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17675281139204331329 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1767528113920433132917675281139204331329176752811392043313291767528113920433132917675281139204331329176752811392043313291767528113920433132917675281139204331329176752811392043313291767528113920433132917675281139204331329176752811392043313291767528113920433132917675281139204331329176752811392043313291767528113920433132917675281139204331329176752811392043313291767528113920433132917675281139204331329" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 70586f16-b643-45ee-9f2a-a5feed7fde2f, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b6251c6e-1a49-4160-9b6a-27f89dbd5386, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b6251c6e-1a49-4160-9b6a-27f89dbd5386, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13031784731637275950 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1303178473163727595013031784731637275950130317847316372759501303178473163727595013031784731637275950130317847316372759501303178473163727595013031784731637275950130317847316372759501303178473163727595013031784731637275950130317847316372759501303178473163727595013031784731637275950130317847316372759501303178473163727595013031784731637275950130317847316372759501303178473163727595013031784731637275950" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 98767470-a4d1-4d90-894e-8b23548a6380, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c32efba7-654c-4dc1-8f7d-e31e46052475, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c32efba7-654c-4dc1-8f7d-e31e46052475, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3813664135660795906 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38136641356607959063813664135660795906381366413566079590638136641356607959063813664135660795906381366413566079590638136641356607959063813664135660795906381366413566079590638136641356607959063813664135660795906381366413566079590638136641356607959063813664135660795906381366413566079590638136641356607959063813664135660795906381366413566079590638136641356607959063813664135660795906" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b6251c6e-1a49-4160-9b6a-27f89dbd5386, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4891d172-cdc0-45ba-903a-ae26d41fd66d, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4891d172-cdc0-45ba-903a-ae26d41fd66d, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16881196611591562448 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1688119661159156244816881196611591562448168811966115915624481688119661159156244816881196611591562448168811966115915624481688119661159156244816881196611591562448168811966115915624481688119661159156244816881196611591562448168811966115915624481688119661159156244816881196611591562448168811966115915624481688119661159156244816881196611591562448168811966115915624481688119661159156244816881196611591562448" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c32efba7-654c-4dc1-8f7d-e31e46052475, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4ba0251c-4316-4a61-a498-57113cf53e3d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4891d172-cdc0-45ba-903a-ae26d41fd66d, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b42441a4-b73e-443b-9b5b-da3d010db24b, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4ba0251c-4316-4a61-a498-57113cf53e3d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9981549419152279920 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99815494191522799209981549419152279920998154941915227992099815494191522799209981549419152279920998154941915227992099815494191522799209981549419152279920998154941915227992099815494191522799209981549419152279920998154941915227992099815494191522799209981549419152279920998154941915227992099815494191522799209981549419152279920998154941915227992099815494191522799209981549419152279920" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b42441a4-b73e-443b-9b5b-da3d010db24b, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2085750941965179468 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20857509419651794682085750941965179468208575094196517946820857509419651794682085750941965179468208575094196517946820857509419651794682085750941965179468208575094196517946820857509419651794682085750941965179468208575094196517946820857509419651794682085750941965179468208575094196517946820857509419651794682085750941965179468208575094196517946820857509419651794682085750941965179468" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b42441a4-b73e-443b-9b5b-da3d010db24b, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0b63abd5-fdbb-46a2-b7d9-f68a0647ae3c, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0b63abd5-fdbb-46a2-b7d9-f68a0647ae3c, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18076520395957263837 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1807652039595726383718076520395957263837180765203959572638371807652039595726383718076520395957263837180765203959572638371807652039595726383718076520395957263837180765203959572638371807652039595726383718076520395957263837180765203959572638371807652039595726383718076520395957263837180765203959572638371807652039595726383718076520395957263837180765203959572638371807652039595726383718076520395957263837" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4ba0251c-4316-4a61-a498-57113cf53e3d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 60b9492a-be68-45b5-b020-27c4df391236, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 60b9492a-be68-45b5-b020-27c4df391236, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9221614776366216967 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92216147763662169679221614776366216967922161477636621696792216147763662169679221614776366216967922161477636621696792216147763662169679221614776366216967922161477636621696792216147763662169679221614776366216967922161477636621696792216147763662169679221614776366216967922161477636621696792216147763662169679221614776366216967922161477636621696792216147763662169679221614776366216967" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0b63abd5-fdbb-46a2-b7d9-f68a0647ae3c, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e1691a34-8ae1-4479-9631-e7250fa3ff73, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 60b9492a-be68-45b5-b020-27c4df391236, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3271087e-4c09-4f9a-9a28-97aafe17d9a6, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e1691a34-8ae1-4479-9631-e7250fa3ff73, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11659395438788062391 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1165939543878806239111659395438788062391116593954387880623911165939543878806239111659395438788062391116593954387880623911165939543878806239111659395438788062391116593954387880623911165939543878806239111659395438788062391116593954387880623911165939543878806239111659395438788062391116593954387880623911165939543878806239111659395438788062391116593954387880623911165939543878806239111659395438788062391" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3271087e-4c09-4f9a-9a28-97aafe17d9a6, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9592553943250276808 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95925539432502768089592553943250276808959255394325027680895925539432502768089592553943250276808959255394325027680895925539432502768089592553943250276808959255394325027680895925539432502768089592553943250276808959255394325027680895925539432502768089592553943250276808959255394325027680895925539432502768089592553943250276808959255394325027680895925539432502768089592553943250276808" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3271087e-4c09-4f9a-9a28-97aafe17d9a6, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9ad7a55e-09e8-43d5-bd9a-8fe3b0b443da, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9ad7a55e-09e8-43d5-bd9a-8fe3b0b443da, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3426520399552409421 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34265203995524094213426520399552409421342652039955240942134265203995524094213426520399552409421342652039955240942134265203995524094213426520399552409421342652039955240942134265203995524094213426520399552409421342652039955240942134265203995524094213426520399552409421342652039955240942134265203995524094213426520399552409421342652039955240942134265203995524094213426520399552409421" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e1691a34-8ae1-4479-9631-e7250fa3ff73, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9ad7a55e-09e8-43d5-bd9a-8fe3b0b443da, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8f72e28a-0c8b-43a1-8b9d-7ecd91c0a476, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 802f1f94-5257-4771-97c4-f47f715c6cfb, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8f72e28a-0c8b-43a1-8b9d-7ecd91c0a476, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17526297901710754414 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1752629790171075441417526297901710754414175262979017107544141752629790171075441417526297901710754414175262979017107544141752629790171075441417526297901710754414175262979017107544141752629790171075441417526297901710754414175262979017107544141752629790171075441417526297901710754414175262979017107544141752629790171075441417526297901710754414175262979017107544141752629790171075441417526297901710754414" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 802f1f94-5257-4771-97c4-f47f715c6cfb, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13064519737678426928 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1306451973767842692813064519737678426928130645197376784269281306451973767842692813064519737678426928130645197376784269281306451973767842692813064519737678426928130645197376784269281306451973767842692813064519737678426928130645197376784269281306451973767842692813064519737678426928130645197376784269281306451973767842692813064519737678426928130645197376784269281306451973767842692813064519737678426928" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 802f1f94-5257-4771-97c4-f47f715c6cfb, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 06780503-f3cc-4f4b-b8e4-91fa5a258609, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 06780503-f3cc-4f4b-b8e4-91fa5a258609, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 293833595092616796 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "293833595092616796293833595092616796293833595092616796293833595092616796293833595092616796293833595092616796293833595092616796293833595092616796293833595092616796293833595092616796293833595092616796293833595092616796293833595092616796293833595092616796293833595092616796293833595092616796293833595092616796293833595092616796293833595092616796293833595092616796" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8f72e28a-0c8b-43a1-8b9d-7ecd91c0a476, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0c5b22fb-4de7-4955-9a3e-001f59d57a25, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0c5b22fb-4de7-4955-9a3e-001f59d57a25, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8157237598162655507 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81572375981626555078157237598162655507815723759816265550781572375981626555078157237598162655507815723759816265550781572375981626555078157237598162655507815723759816265550781572375981626555078157237598162655507815723759816265550781572375981626555078157237598162655507815723759816265550781572375981626555078157237598162655507815723759816265550781572375981626555078157237598162655507" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 06780503-f3cc-4f4b-b8e4-91fa5a258609, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a37d38b3-817f-484b-9b0f-993c87d5a0b5, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a37d38b3-817f-484b-9b0f-993c87d5a0b5, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9047806503949621568 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90478065039496215689047806503949621568904780650394962156890478065039496215689047806503949621568904780650394962156890478065039496215689047806503949621568904780650394962156890478065039496215689047806503949621568904780650394962156890478065039496215689047806503949621568904780650394962156890478065039496215689047806503949621568904780650394962156890478065039496215689047806503949621568" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0c5b22fb-4de7-4955-9a3e-001f59d57a25, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, edcf7399-efb4-4c48-a84c-400d4903c8ee, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, edcf7399-efb4-4c48-a84c-400d4903c8ee, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6947144948801252838 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69471449488012528386947144948801252838694714494880125283869471449488012528386947144948801252838694714494880125283869471449488012528386947144948801252838694714494880125283869471449488012528386947144948801252838694714494880125283869471449488012528386947144948801252838694714494880125283869471449488012528386947144948801252838694714494880125283869471449488012528386947144948801252838" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a37d38b3-817f-484b-9b0f-993c87d5a0b5, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7810a362-a599-46a1-8586-de055fe821f5, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7810a362-a599-46a1-8586-de055fe821f5, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9635224872290030435 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96352248722900304359635224872290030435963522487229003043596352248722900304359635224872290030435963522487229003043596352248722900304359635224872290030435963522487229003043596352248722900304359635224872290030435963522487229003043596352248722900304359635224872290030435963522487229003043596352248722900304359635224872290030435963522487229003043596352248722900304359635224872290030435" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, edcf7399-efb4-4c48-a84c-400d4903c8ee, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e18a3449-a346-4401-93ac-3ad3c860bf27, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e18a3449-a346-4401-93ac-3ad3c860bf27, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9957966638117885919 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99579666381178859199957966638117885919995796663811788591999579666381178859199957966638117885919995796663811788591999579666381178859199957966638117885919995796663811788591999579666381178859199957966638117885919995796663811788591999579666381178859199957966638117885919995796663811788591999579666381178859199957966638117885919995796663811788591999579666381178859199957966638117885919" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e18a3449-a346-4401-93ac-3ad3c860bf27, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7810a362-a599-46a1-8586-de055fe821f5, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 055e7e2e-5484-49d3-a72c-fd48033efed1, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 055e7e2e-5484-49d3-a72c-fd48033efed1, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6932479030604544422 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69324790306045444226932479030604544422693247903060454442269324790306045444226932479030604544422693247903060454442269324790306045444226932479030604544422693247903060454442269324790306045444226932479030604544422693247903060454442269324790306045444226932479030604544422693247903060454442269324790306045444226932479030604544422693247903060454442269324790306045444226932479030604544422" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 96b1fda3-5d54-43cc-a54a-08d873e0d61d, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 96b1fda3-5d54-43cc-a54a-08d873e0d61d, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15259662580737910417 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1525966258073791041715259662580737910417152596625807379104171525966258073791041715259662580737910417152596625807379104171525966258073791041715259662580737910417152596625807379104171525966258073791041715259662580737910417152596625807379104171525966258073791041715259662580737910417152596625807379104171525966258073791041715259662580737910417152596625807379104171525966258073791041715259662580737910417" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 055e7e2e-5484-49d3-a72c-fd48033efed1, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ffc89338-545f-4b06-b762-5c8e388fcab7, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ffc89338-545f-4b06-b762-5c8e388fcab7, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9108970010841296999 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91089700108412969999108970010841296999910897001084129699991089700108412969999108970010841296999910897001084129699991089700108412969999108970010841296999910897001084129699991089700108412969999108970010841296999910897001084129699991089700108412969999108970010841296999910897001084129699991089700108412969999108970010841296999910897001084129699991089700108412969999108970010841296999" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 96b1fda3-5d54-43cc-a54a-08d873e0d61d, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f11dc554-0b54-4dd5-9cba-e60501c4063e, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f11dc554-0b54-4dd5-9cba-e60501c4063e, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8716817130370976734 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87168171303709767348716817130370976734871681713037097673487168171303709767348716817130370976734871681713037097673487168171303709767348716817130370976734871681713037097673487168171303709767348716817130370976734871681713037097673487168171303709767348716817130370976734871681713037097673487168171303709767348716817130370976734871681713037097673487168171303709767348716817130370976734" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ffc89338-545f-4b06-b762-5c8e388fcab7, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7ea2cde0-9793-4953-887e-bf3bc9316df9, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7ea2cde0-9793-4953-887e-bf3bc9316df9, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3741419002702071309 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37414190027020713093741419002702071309374141900270207130937414190027020713093741419002702071309374141900270207130937414190027020713093741419002702071309374141900270207130937414190027020713093741419002702071309374141900270207130937414190027020713093741419002702071309374141900270207130937414190027020713093741419002702071309374141900270207130937414190027020713093741419002702071309" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f11dc554-0b54-4dd5-9cba-e60501c4063e, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 177fe855-892d-4394-9e7f-20d736a688e8, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 177fe855-892d-4394-9e7f-20d736a688e8, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16328485438930578094 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1632848543893057809416328485438930578094163284854389305780941632848543893057809416328485438930578094163284854389305780941632848543893057809416328485438930578094163284854389305780941632848543893057809416328485438930578094163284854389305780941632848543893057809416328485438930578094163284854389305780941632848543893057809416328485438930578094163284854389305780941632848543893057809416328485438930578094" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7ea2cde0-9793-4953-887e-bf3bc9316df9, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b8b1d07b-6eb0-471f-a79a-72209258bb57, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b8b1d07b-6eb0-471f-a79a-72209258bb57, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15741695262734248855 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1574169526273424885515741695262734248855157416952627342488551574169526273424885515741695262734248855157416952627342488551574169526273424885515741695262734248855157416952627342488551574169526273424885515741695262734248855157416952627342488551574169526273424885515741695262734248855157416952627342488551574169526273424885515741695262734248855157416952627342488551574169526273424885515741695262734248855" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 177fe855-892d-4394-9e7f-20d736a688e8, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f24ac90b-aead-4a7e-96f0-bd3c6a4cf3c5, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f24ac90b-aead-4a7e-96f0-bd3c6a4cf3c5, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3720275481575841412 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37202754815758414123720275481575841412372027548157584141237202754815758414123720275481575841412372027548157584141237202754815758414123720275481575841412372027548157584141237202754815758414123720275481575841412372027548157584141237202754815758414123720275481575841412372027548157584141237202754815758414123720275481575841412372027548157584141237202754815758414123720275481575841412" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b8b1d07b-6eb0-471f-a79a-72209258bb57, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3e8268dd-0e61-455f-8a1c-6136b13f18f6, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3e8268dd-0e61-455f-8a1c-6136b13f18f6, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1924472181354151470 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19244721813541514701924472181354151470192447218135415147019244721813541514701924472181354151470192447218135415147019244721813541514701924472181354151470192447218135415147019244721813541514701924472181354151470192447218135415147019244721813541514701924472181354151470192447218135415147019244721813541514701924472181354151470192447218135415147019244721813541514701924472181354151470" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f24ac90b-aead-4a7e-96f0-bd3c6a4cf3c5, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1d165d5f-d52d-465d-9f34-80c0ac574359, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1d165d5f-d52d-465d-9f34-80c0ac574359, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16296661886317555391 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1629666188631755539116296661886317555391162966618863175553911629666188631755539116296661886317555391162966618863175553911629666188631755539116296661886317555391162966618863175553911629666188631755539116296661886317555391162966618863175553911629666188631755539116296661886317555391162966618863175553911629666188631755539116296661886317555391162966618863175553911629666188631755539116296661886317555391" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1d165d5f-d52d-465d-9f34-80c0ac574359, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3814b276-3546-40b9-b1c8-d6253793e70e, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3814b276-3546-40b9-b1c8-d6253793e70e, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15060164865919829479 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1506016486591982947915060164865919829479150601648659198294791506016486591982947915060164865919829479150601648659198294791506016486591982947915060164865919829479150601648659198294791506016486591982947915060164865919829479150601648659198294791506016486591982947915060164865919829479150601648659198294791506016486591982947915060164865919829479150601648659198294791506016486591982947915060164865919829479" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3e8268dd-0e61-455f-8a1c-6136b13f18f6, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 31cd77cc-0b60-44e5-8d54-98ad4c3a5345, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 31cd77cc-0b60-44e5-8d54-98ad4c3a5345, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 111240230376663565 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "111240230376663565111240230376663565111240230376663565111240230376663565111240230376663565111240230376663565111240230376663565111240230376663565111240230376663565111240230376663565111240230376663565111240230376663565111240230376663565111240230376663565111240230376663565111240230376663565111240230376663565111240230376663565111240230376663565111240230376663565" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3814b276-3546-40b9-b1c8-d6253793e70e, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a972607d-242f-44f4-aa71-fae1f0c4a97f, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a972607d-242f-44f4-aa71-fae1f0c4a97f, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4590750439494692653 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45907504394946926534590750439494692653459075043949469265345907504394946926534590750439494692653459075043949469265345907504394946926534590750439494692653459075043949469265345907504394946926534590750439494692653459075043949469265345907504394946926534590750439494692653459075043949469265345907504394946926534590750439494692653459075043949469265345907504394946926534590750439494692653" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 31cd77cc-0b60-44e5-8d54-98ad4c3a5345, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8cccbd19-fdeb-4a85-8efe-1d7c1d02d516, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8cccbd19-fdeb-4a85-8efe-1d7c1d02d516, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9621872606901874480 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96218726069018744809621872606901874480962187260690187448096218726069018744809621872606901874480962187260690187448096218726069018744809621872606901874480962187260690187448096218726069018744809621872606901874480962187260690187448096218726069018744809621872606901874480962187260690187448096218726069018744809621872606901874480962187260690187448096218726069018744809621872606901874480" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a972607d-242f-44f4-aa71-fae1f0c4a97f, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ab6dd0d0-9389-4460-bb93-ceba2921f714, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ab6dd0d0-9389-4460-bb93-ceba2921f714, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6185258867158278325 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61852588671582783256185258867158278325618525886715827832561852588671582783256185258867158278325618525886715827832561852588671582783256185258867158278325618525886715827832561852588671582783256185258867158278325618525886715827832561852588671582783256185258867158278325618525886715827832561852588671582783256185258867158278325618525886715827832561852588671582783256185258867158278325" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8cccbd19-fdeb-4a85-8efe-1d7c1d02d516, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 56449b5b-ead6-43df-b1fd-f7f0ea05d923, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 56449b5b-ead6-43df-b1fd-f7f0ea05d923, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10646878701861284010 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1064687870186128401010646878701861284010106468787018612840101064687870186128401010646878701861284010106468787018612840101064687870186128401010646878701861284010106468787018612840101064687870186128401010646878701861284010106468787018612840101064687870186128401010646878701861284010106468787018612840101064687870186128401010646878701861284010106468787018612840101064687870186128401010646878701861284010" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ab6dd0d0-9389-4460-bb93-ceba2921f714, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 565f6ad3-6558-4117-98e1-067e8e94978b, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 565f6ad3-6558-4117-98e1-067e8e94978b, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14661067259596908315 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1466106725959690831514661067259596908315146610672595969083151466106725959690831514661067259596908315146610672595969083151466106725959690831514661067259596908315146610672595969083151466106725959690831514661067259596908315146610672595969083151466106725959690831514661067259596908315146610672595969083151466106725959690831514661067259596908315146610672595969083151466106725959690831514661067259596908315" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 56449b5b-ead6-43df-b1fd-f7f0ea05d923, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 565f6ad3-6558-4117-98e1-067e8e94978b, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 832d213c-324f-47ca-858b-baa969293699, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 832d213c-324f-47ca-858b-baa969293699, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16451000281119348112 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1645100028111934811216451000281119348112164510002811193481121645100028111934811216451000281119348112164510002811193481121645100028111934811216451000281119348112164510002811193481121645100028111934811216451000281119348112164510002811193481121645100028111934811216451000281119348112164510002811193481121645100028111934811216451000281119348112164510002811193481121645100028111934811216451000281119348112" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2fdb15ea-b6cb-4b87-870b-47f87ec815c6, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2fdb15ea-b6cb-4b87-870b-47f87ec815c6, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17196574588043723900 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1719657458804372390017196574588043723900171965745880437239001719657458804372390017196574588043723900171965745880437239001719657458804372390017196574588043723900171965745880437239001719657458804372390017196574588043723900171965745880437239001719657458804372390017196574588043723900171965745880437239001719657458804372390017196574588043723900171965745880437239001719657458804372390017196574588043723900" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2fdb15ea-b6cb-4b87-870b-47f87ec815c6, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5ebf4696-e906-4259-8a89-7527342ec679, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5ebf4696-e906-4259-8a89-7527342ec679, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10105805684572062165 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1010580568457206216510105805684572062165101058056845720621651010580568457206216510105805684572062165101058056845720621651010580568457206216510105805684572062165101058056845720621651010580568457206216510105805684572062165101058056845720621651010580568457206216510105805684572062165101058056845720621651010580568457206216510105805684572062165101058056845720621651010580568457206216510105805684572062165" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 832d213c-324f-47ca-858b-baa969293699, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1f797feb-bbe3-49db-80ad-b6803dfcfdcd, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1f797feb-bbe3-49db-80ad-b6803dfcfdcd, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6397144525936692106 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63971445259366921066397144525936692106639714452593669210663971445259366921066397144525936692106639714452593669210663971445259366921066397144525936692106639714452593669210663971445259366921066397144525936692106639714452593669210663971445259366921066397144525936692106639714452593669210663971445259366921066397144525936692106639714452593669210663971445259366921066397144525936692106" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1f797feb-bbe3-49db-80ad-b6803dfcfdcd, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5ebf4696-e906-4259-8a89-7527342ec679, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a9e07f10-61b0-4d2b-8ff3-f3d1c47def64, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 906e40c0-ce20-499c-95c4-3cdbd888831a, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a9e07f10-61b0-4d2b-8ff3-f3d1c47def64, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2372588963130747751 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23725889631307477512372588963130747751237258896313074775123725889631307477512372588963130747751237258896313074775123725889631307477512372588963130747751237258896313074775123725889631307477512372588963130747751237258896313074775123725889631307477512372588963130747751237258896313074775123725889631307477512372588963130747751237258896313074775123725889631307477512372588963130747751" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 906e40c0-ce20-499c-95c4-3cdbd888831a, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6141965802362858702 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61419658023628587026141965802362858702614196580236285870261419658023628587026141965802362858702614196580236285870261419658023628587026141965802362858702614196580236285870261419658023628587026141965802362858702614196580236285870261419658023628587026141965802362858702614196580236285870261419658023628587026141965802362858702614196580236285870261419658023628587026141965802362858702" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a9e07f10-61b0-4d2b-8ff3-f3d1c47def64, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 25b3e23a-8ff2-4258-b8e8-0bd8c7625dfd, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 25b3e23a-8ff2-4258-b8e8-0bd8c7625dfd, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2228000766284495404 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22280007662844954042228000766284495404222800076628449540422280007662844954042228000766284495404222800076628449540422280007662844954042228000766284495404222800076628449540422280007662844954042228000766284495404222800076628449540422280007662844954042228000766284495404222800076628449540422280007662844954042228000766284495404222800076628449540422280007662844954042228000766284495404" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 906e40c0-ce20-499c-95c4-3cdbd888831a, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 10eff2d3-48df-4ec3-b6d6-9b69f80e0e7a, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 10eff2d3-48df-4ec3-b6d6-9b69f80e0e7a, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14524111735464021141 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1452411173546402114114524111735464021141145241117354640211411452411173546402114114524111735464021141145241117354640211411452411173546402114114524111735464021141145241117354640211411452411173546402114114524111735464021141145241117354640211411452411173546402114114524111735464021141145241117354640211411452411173546402114114524111735464021141145241117354640211411452411173546402114114524111735464021141" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 10eff2d3-48df-4ec3-b6d6-9b69f80e0e7a, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 84d40761-8fc6-4a42-aad6-2fd9b4f708b4, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 25b3e23a-8ff2-4258-b8e8-0bd8c7625dfd, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f8c1acc7-092d-45f3-befa-e3c618f42bda, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f8c1acc7-092d-45f3-befa-e3c618f42bda, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 418935888340552762 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "418935888340552762418935888340552762418935888340552762418935888340552762418935888340552762418935888340552762418935888340552762418935888340552762418935888340552762418935888340552762418935888340552762418935888340552762418935888340552762418935888340552762418935888340552762418935888340552762418935888340552762418935888340552762418935888340552762418935888340552762" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 84d40761-8fc6-4a42-aad6-2fd9b4f708b4, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3965478655219917171 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39654786552199171713965478655219917171396547865521991717139654786552199171713965478655219917171396547865521991717139654786552199171713965478655219917171396547865521991717139654786552199171713965478655219917171396547865521991717139654786552199171713965478655219917171396547865521991717139654786552199171713965478655219917171396547865521991717139654786552199171713965478655219917171" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 84d40761-8fc6-4a42-aad6-2fd9b4f708b4, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fb53c8c4-a820-4188-8aff-7594af8021ab, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fb53c8c4-a820-4188-8aff-7594af8021ab, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11385044187711008346 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1138504418771100834611385044187711008346113850441877110083461138504418771100834611385044187711008346113850441877110083461138504418771100834611385044187711008346113850441877110083461138504418771100834611385044187711008346113850441877110083461138504418771100834611385044187711008346113850441877110083461138504418771100834611385044187711008346113850441877110083461138504418771100834611385044187711008346" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fb53c8c4-a820-4188-8aff-7594af8021ab, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8bf58ab3-609b-44b6-8a04-207102eab62c, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8bf58ab3-609b-44b6-8a04-207102eab62c, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14695022714140389706 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1469502271414038970614695022714140389706146950227141403897061469502271414038970614695022714140389706146950227141403897061469502271414038970614695022714140389706146950227141403897061469502271414038970614695022714140389706146950227141403897061469502271414038970614695022714140389706146950227141403897061469502271414038970614695022714140389706146950227141403897061469502271414038970614695022714140389706" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8bf58ab3-609b-44b6-8a04-207102eab62c, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 40838b43-b828-49e3-860b-c1097d2ab5d3, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 40838b43-b828-49e3-860b-c1097d2ab5d3, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9105804423341268399 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91058044233412683999105804423341268399910580442334126839991058044233412683999105804423341268399910580442334126839991058044233412683999105804423341268399910580442334126839991058044233412683999105804423341268399910580442334126839991058044233412683999105804423341268399910580442334126839991058044233412683999105804423341268399910580442334126839991058044233412683999105804423341268399" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f8c1acc7-092d-45f3-befa-e3c618f42bda, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c9b2e0d2-3468-43d8-99f2-43ebfa520e72, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c9b2e0d2-3468-43d8-99f2-43ebfa520e72, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16882121978432491085 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1688212197843249108516882121978432491085168821219784324910851688212197843249108516882121978432491085168821219784324910851688212197843249108516882121978432491085168821219784324910851688212197843249108516882121978432491085168821219784324910851688212197843249108516882121978432491085168821219784324910851688212197843249108516882121978432491085168821219784324910851688212197843249108516882121978432491085" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 40838b43-b828-49e3-860b-c1097d2ab5d3, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4e3f4875-15b6-4210-8f79-043a0c02a59c, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4e3f4875-15b6-4210-8f79-043a0c02a59c, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10021484342746609681 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1002148434274660968110021484342746609681100214843427466096811002148434274660968110021484342746609681100214843427466096811002148434274660968110021484342746609681100214843427466096811002148434274660968110021484342746609681100214843427466096811002148434274660968110021484342746609681100214843427466096811002148434274660968110021484342746609681100214843427466096811002148434274660968110021484342746609681" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4e3f4875-15b6-4210-8f79-043a0c02a59c, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, aa5cf9c8-49a8-45fa-aa94-198b95433c87, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aa5cf9c8-49a8-45fa-aa94-198b95433c87, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3651674425849699341 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36516744258496993413651674425849699341365167442584969934136516744258496993413651674425849699341365167442584969934136516744258496993413651674425849699341365167442584969934136516744258496993413651674425849699341365167442584969934136516744258496993413651674425849699341365167442584969934136516744258496993413651674425849699341365167442584969934136516744258496993413651674425849699341" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c9b2e0d2-3468-43d8-99f2-43ebfa520e72, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1a1e6919-7a19-470c-8a5f-baf292537d88, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1a1e6919-7a19-470c-8a5f-baf292537d88, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8912788575282973716 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89127885752829737168912788575282973716891278857528297371689127885752829737168912788575282973716891278857528297371689127885752829737168912788575282973716891278857528297371689127885752829737168912788575282973716891278857528297371689127885752829737168912788575282973716891278857528297371689127885752829737168912788575282973716891278857528297371689127885752829737168912788575282973716" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aa5cf9c8-49a8-45fa-aa94-198b95433c87, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6b6bb723-453d-489b-b183-4db2426097fe, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6b6bb723-453d-489b-b183-4db2426097fe, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13937319273537920491 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1393731927353792049113937319273537920491139373192735379204911393731927353792049113937319273537920491139373192735379204911393731927353792049113937319273537920491139373192735379204911393731927353792049113937319273537920491139373192735379204911393731927353792049113937319273537920491139373192735379204911393731927353792049113937319273537920491139373192735379204911393731927353792049113937319273537920491" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1a1e6919-7a19-470c-8a5f-baf292537d88, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9c2a22e3-d827-4ba2-b66e-6364f00defc7, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6b6bb723-453d-489b-b183-4db2426097fe, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9c2a22e3-d827-4ba2-b66e-6364f00defc7, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 172540753810561588 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "172540753810561588172540753810561588172540753810561588172540753810561588172540753810561588172540753810561588172540753810561588172540753810561588172540753810561588172540753810561588172540753810561588172540753810561588172540753810561588172540753810561588172540753810561588172540753810561588172540753810561588172540753810561588172540753810561588172540753810561588" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9640290a-e82a-48bc-bd45-a9706abc93cb, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9640290a-e82a-48bc-bd45-a9706abc93cb, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7930941654446487683 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79309416544464876837930941654446487683793094165444648768379309416544464876837930941654446487683793094165444648768379309416544464876837930941654446487683793094165444648768379309416544464876837930941654446487683793094165444648768379309416544464876837930941654446487683793094165444648768379309416544464876837930941654446487683793094165444648768379309416544464876837930941654446487683" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9c2a22e3-d827-4ba2-b66e-6364f00defc7, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 76f149b1-e46d-4b6e-a349-69a8d96c73d8, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 76f149b1-e46d-4b6e-a349-69a8d96c73d8, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16415743101976597817 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1641574310197659781716415743101976597817164157431019765978171641574310197659781716415743101976597817164157431019765978171641574310197659781716415743101976597817164157431019765978171641574310197659781716415743101976597817164157431019765978171641574310197659781716415743101976597817164157431019765978171641574310197659781716415743101976597817164157431019765978171641574310197659781716415743101976597817" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9640290a-e82a-48bc-bd45-a9706abc93cb, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a5d9b4f7-6903-4597-995d-a11c41fe5678, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a5d9b4f7-6903-4597-995d-a11c41fe5678, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2399599826688715620 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23995998266887156202399599826688715620239959982668871562023995998266887156202399599826688715620239959982668871562023995998266887156202399599826688715620239959982668871562023995998266887156202399599826688715620239959982668871562023995998266887156202399599826688715620239959982668871562023995998266887156202399599826688715620239959982668871562023995998266887156202399599826688715620" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 76f149b1-e46d-4b6e-a349-69a8d96c73d8, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0bd6e521-78af-43c5-adf3-b8a7306d6b1c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0bd6e521-78af-43c5-adf3-b8a7306d6b1c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9896063007946744366 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98960630079467443669896063007946744366989606300794674436698960630079467443669896063007946744366989606300794674436698960630079467443669896063007946744366989606300794674436698960630079467443669896063007946744366989606300794674436698960630079467443669896063007946744366989606300794674436698960630079467443669896063007946744366989606300794674436698960630079467443669896063007946744366" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a5d9b4f7-6903-4597-995d-a11c41fe5678, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f2a18f5d-c267-4327-b238-ecf412ff67ab, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f2a18f5d-c267-4327-b238-ecf412ff67ab, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17688489091312159130 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1768848909131215913017688489091312159130176884890913121591301768848909131215913017688489091312159130176884890913121591301768848909131215913017688489091312159130176884890913121591301768848909131215913017688489091312159130176884890913121591301768848909131215913017688489091312159130176884890913121591301768848909131215913017688489091312159130176884890913121591301768848909131215913017688489091312159130" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0bd6e521-78af-43c5-adf3-b8a7306d6b1c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5375c10b-d031-454a-a149-1ea485ce6ed7, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5375c10b-d031-454a-a149-1ea485ce6ed7, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11058203498571427230 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1105820349857142723011058203498571427230110582034985714272301105820349857142723011058203498571427230110582034985714272301105820349857142723011058203498571427230110582034985714272301105820349857142723011058203498571427230110582034985714272301105820349857142723011058203498571427230110582034985714272301105820349857142723011058203498571427230110582034985714272301105820349857142723011058203498571427230" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f2a18f5d-c267-4327-b238-ecf412ff67ab, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6907c4eb-bdee-492c-a941-de3a195397b4, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6907c4eb-bdee-492c-a941-de3a195397b4, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8537562158352386076 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85375621583523860768537562158352386076853756215835238607685375621583523860768537562158352386076853756215835238607685375621583523860768537562158352386076853756215835238607685375621583523860768537562158352386076853756215835238607685375621583523860768537562158352386076853756215835238607685375621583523860768537562158352386076853756215835238607685375621583523860768537562158352386076" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5375c10b-d031-454a-a149-1ea485ce6ed7, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c45e4879-37c5-4e94-affc-7158075ba0c8, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c45e4879-37c5-4e94-affc-7158075ba0c8, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13660621854454159669 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1366062185445415966913660621854454159669136606218544541596691366062185445415966913660621854454159669136606218544541596691366062185445415966913660621854454159669136606218544541596691366062185445415966913660621854454159669136606218544541596691366062185445415966913660621854454159669136606218544541596691366062185445415966913660621854454159669136606218544541596691366062185445415966913660621854454159669" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6907c4eb-bdee-492c-a941-de3a195397b4, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c6a81e4a-12f4-45f3-8ac7-b043ca46f3c9, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c6a81e4a-12f4-45f3-8ac7-b043ca46f3c9, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12905214267218614279 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1290521426721861427912905214267218614279129052142672186142791290521426721861427912905214267218614279129052142672186142791290521426721861427912905214267218614279129052142672186142791290521426721861427912905214267218614279129052142672186142791290521426721861427912905214267218614279129052142672186142791290521426721861427912905214267218614279129052142672186142791290521426721861427912905214267218614279" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c6a81e4a-12f4-45f3-8ac7-b043ca46f3c9, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 144265b8-d020-4452-aaf6-b87182118f64, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 144265b8-d020-4452-aaf6-b87182118f64, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3439475685615470909 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34394756856154709093439475685615470909343947568561547090934394756856154709093439475685615470909343947568561547090934394756856154709093439475685615470909343947568561547090934394756856154709093439475685615470909343947568561547090934394756856154709093439475685615470909343947568561547090934394756856154709093439475685615470909343947568561547090934394756856154709093439475685615470909" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c45e4879-37c5-4e94-affc-7158075ba0c8, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f2722d68-9eb0-411d-a1c8-936d10850917, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f2722d68-9eb0-411d-a1c8-936d10850917, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9322569761774702765 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93225697617747027659322569761774702765932256976177470276593225697617747027659322569761774702765932256976177470276593225697617747027659322569761774702765932256976177470276593225697617747027659322569761774702765932256976177470276593225697617747027659322569761774702765932256976177470276593225697617747027659322569761774702765932256976177470276593225697617747027659322569761774702765" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 144265b8-d020-4452-aaf6-b87182118f64, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 99c6a9b6-0adc-4c24-8673-ac140bbea0fa, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f2722d68-9eb0-411d-a1c8-936d10850917, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 99c6a9b6-0adc-4c24-8673-ac140bbea0fa, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10948842673977645515 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1094884267397764551510948842673977645515109488426739776455151094884267397764551510948842673977645515109488426739776455151094884267397764551510948842673977645515109488426739776455151094884267397764551510948842673977645515109488426739776455151094884267397764551510948842673977645515109488426739776455151094884267397764551510948842673977645515109488426739776455151094884267397764551510948842673977645515" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6310eca1-eb33-4d36-b368-d60b2e768b54, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6310eca1-eb33-4d36-b368-d60b2e768b54, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 222047184823196498 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "222047184823196498222047184823196498222047184823196498222047184823196498222047184823196498222047184823196498222047184823196498222047184823196498222047184823196498222047184823196498222047184823196498222047184823196498222047184823196498222047184823196498222047184823196498222047184823196498222047184823196498222047184823196498222047184823196498222047184823196498" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 99c6a9b6-0adc-4c24-8673-ac140bbea0fa, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 552ab3b4-2dd3-4e7f-b4bd-e7e8ff041e95, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 552ab3b4-2dd3-4e7f-b4bd-e7e8ff041e95, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17397859790539607797 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1739785979053960779717397859790539607797173978597905396077971739785979053960779717397859790539607797173978597905396077971739785979053960779717397859790539607797173978597905396077971739785979053960779717397859790539607797173978597905396077971739785979053960779717397859790539607797173978597905396077971739785979053960779717397859790539607797173978597905396077971739785979053960779717397859790539607797" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 552ab3b4-2dd3-4e7f-b4bd-e7e8ff041e95, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6310eca1-eb33-4d36-b368-d60b2e768b54, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 610b5025-4ef1-4f09-a0f1-769697b2b80e, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 610b5025-4ef1-4f09-a0f1-769697b2b80e, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8103714295607019317 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81037142956070193178103714295607019317810371429560701931781037142956070193178103714295607019317810371429560701931781037142956070193178103714295607019317810371429560701931781037142956070193178103714295607019317810371429560701931781037142956070193178103714295607019317810371429560701931781037142956070193178103714295607019317810371429560701931781037142956070193178103714295607019317" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 74417165-ae07-4648-bef9-17811c1f10e8, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 74417165-ae07-4648-bef9-17811c1f10e8, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8891292746811921613 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88912927468119216138891292746811921613889129274681192161388912927468119216138891292746811921613889129274681192161388912927468119216138891292746811921613889129274681192161388912927468119216138891292746811921613889129274681192161388912927468119216138891292746811921613889129274681192161388912927468119216138891292746811921613889129274681192161388912927468119216138891292746811921613" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 74417165-ae07-4648-bef9-17811c1f10e8, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c3da481a-4015-4e3e-b7b3-d38189cb5a0b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c3da481a-4015-4e3e-b7b3-d38189cb5a0b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10799855254978295386 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1079985525497829538610799855254978295386107998552549782953861079985525497829538610799855254978295386107998552549782953861079985525497829538610799855254978295386107998552549782953861079985525497829538610799855254978295386107998552549782953861079985525497829538610799855254978295386107998552549782953861079985525497829538610799855254978295386107998552549782953861079985525497829538610799855254978295386" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 610b5025-4ef1-4f09-a0f1-769697b2b80e, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 99684ed3-91fd-4053-a2dc-bd1bd1f38075, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 99684ed3-91fd-4053-a2dc-bd1bd1f38075, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16273890607669872651 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1627389060766987265116273890607669872651162738906076698726511627389060766987265116273890607669872651162738906076698726511627389060766987265116273890607669872651162738906076698726511627389060766987265116273890607669872651162738906076698726511627389060766987265116273890607669872651162738906076698726511627389060766987265116273890607669872651162738906076698726511627389060766987265116273890607669872651" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c3da481a-4015-4e3e-b7b3-d38189cb5a0b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 99684ed3-91fd-4053-a2dc-bd1bd1f38075, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ce1abb08-e6a3-49a2-9f71-f33edd9fb9da, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ce1abb08-e6a3-49a2-9f71-f33edd9fb9da, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5402603340274028007 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54026033402740280075402603340274028007540260334027402800754026033402740280075402603340274028007540260334027402800754026033402740280075402603340274028007540260334027402800754026033402740280075402603340274028007540260334027402800754026033402740280075402603340274028007540260334027402800754026033402740280075402603340274028007540260334027402800754026033402740280075402603340274028007" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6a69b400-53bd-46ce-aae7-4a33d1024881, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6a69b400-53bd-46ce-aae7-4a33d1024881, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17826917990366371705 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1782691799036637170517826917990366371705178269179903663717051782691799036637170517826917990366371705178269179903663717051782691799036637170517826917990366371705178269179903663717051782691799036637170517826917990366371705178269179903663717051782691799036637170517826917990366371705178269179903663717051782691799036637170517826917990366371705178269179903663717051782691799036637170517826917990366371705" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6a69b400-53bd-46ce-aae7-4a33d1024881, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 58b82ea9-6c8c-43bb-bbf7-9e24f8ce0327, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 58b82ea9-6c8c-43bb-bbf7-9e24f8ce0327, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5970833562849309633 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59708335628493096335970833562849309633597083356284930963359708335628493096335970833562849309633597083356284930963359708335628493096335970833562849309633597083356284930963359708335628493096335970833562849309633597083356284930963359708335628493096335970833562849309633597083356284930963359708335628493096335970833562849309633597083356284930963359708335628493096335970833562849309633" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ce1abb08-e6a3-49a2-9f71-f33edd9fb9da, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 39f880ca-1c72-4148-8451-92f5828efe7f, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 39f880ca-1c72-4148-8451-92f5828efe7f, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8398874917713077461 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83988749177130774618398874917713077461839887491771307746183988749177130774618398874917713077461839887491771307746183988749177130774618398874917713077461839887491771307746183988749177130774618398874917713077461839887491771307746183988749177130774618398874917713077461839887491771307746183988749177130774618398874917713077461839887491771307746183988749177130774618398874917713077461" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 58b82ea9-6c8c-43bb-bbf7-9e24f8ce0327, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e2dbbf38-0b13-4a07-ab99-942af205b6bd, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e2dbbf38-0b13-4a07-ab99-942af205b6bd, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10289248542288362318 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1028924854228836231810289248542288362318102892485422883623181028924854228836231810289248542288362318102892485422883623181028924854228836231810289248542288362318102892485422883623181028924854228836231810289248542288362318102892485422883623181028924854228836231810289248542288362318102892485422883623181028924854228836231810289248542288362318102892485422883623181028924854228836231810289248542288362318" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 39f880ca-1c72-4148-8451-92f5828efe7f, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9a9695d1-6eef-40a1-a65c-6a3e958ff4ff, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9a9695d1-6eef-40a1-a65c-6a3e958ff4ff, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15690558503926720609 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1569055850392672060915690558503926720609156905585039267206091569055850392672060915690558503926720609156905585039267206091569055850392672060915690558503926720609156905585039267206091569055850392672060915690558503926720609156905585039267206091569055850392672060915690558503926720609156905585039267206091569055850392672060915690558503926720609156905585039267206091569055850392672060915690558503926720609" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e2dbbf38-0b13-4a07-ab99-942af205b6bd, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c356e6e9-d245-4a78-a89c-ccf18befd838, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9a9695d1-6eef-40a1-a65c-6a3e958ff4ff, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c356e6e9-d245-4a78-a89c-ccf18befd838, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14081294216416156016 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1408129421641615601614081294216416156016140812942164161560161408129421641615601614081294216416156016140812942164161560161408129421641615601614081294216416156016140812942164161560161408129421641615601614081294216416156016140812942164161560161408129421641615601614081294216416156016140812942164161560161408129421641615601614081294216416156016140812942164161560161408129421641615601614081294216416156016" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3a3cb80f-a311-41fb-873f-5529661befaf, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3a3cb80f-a311-41fb-873f-5529661befaf, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10917247592023177909 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1091724759202317790910917247592023177909109172475920231779091091724759202317790910917247592023177909109172475920231779091091724759202317790910917247592023177909109172475920231779091091724759202317790910917247592023177909109172475920231779091091724759202317790910917247592023177909109172475920231779091091724759202317790910917247592023177909109172475920231779091091724759202317790910917247592023177909" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c356e6e9-d245-4a78-a89c-ccf18befd838, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, afee035a-7a0a-4596-9e9a-da4ea4f4cc48, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, afee035a-7a0a-4596-9e9a-da4ea4f4cc48, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14886563416501857152 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1488656341650185715214886563416501857152148865634165018571521488656341650185715214886563416501857152148865634165018571521488656341650185715214886563416501857152148865634165018571521488656341650185715214886563416501857152148865634165018571521488656341650185715214886563416501857152148865634165018571521488656341650185715214886563416501857152148865634165018571521488656341650185715214886563416501857152" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3a3cb80f-a311-41fb-873f-5529661befaf, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4e4ab4b4-897b-4083-a839-ecd6814e06ba, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4e4ab4b4-897b-4083-a839-ecd6814e06ba, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1478068396646141571 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14780683966461415711478068396646141571147806839664614157114780683966461415711478068396646141571147806839664614157114780683966461415711478068396646141571147806839664614157114780683966461415711478068396646141571147806839664614157114780683966461415711478068396646141571147806839664614157114780683966461415711478068396646141571147806839664614157114780683966461415711478068396646141571" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, afee035a-7a0a-4596-9e9a-da4ea4f4cc48, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a89b538f-c7cb-45e9-b5d1-063d4cf4ac44, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4e4ab4b4-897b-4083-a839-ecd6814e06ba, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bd92f61d-aad7-4647-82d4-430318c7dc98, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bd92f61d-aad7-4647-82d4-430318c7dc98, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13831294067452938486 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1383129406745293848613831294067452938486138312940674529384861383129406745293848613831294067452938486138312940674529384861383129406745293848613831294067452938486138312940674529384861383129406745293848613831294067452938486138312940674529384861383129406745293848613831294067452938486138312940674529384861383129406745293848613831294067452938486138312940674529384861383129406745293848613831294067452938486" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a89b538f-c7cb-45e9-b5d1-063d4cf4ac44, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14837950863745104688 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1483795086374510468814837950863745104688148379508637451046881483795086374510468814837950863745104688148379508637451046881483795086374510468814837950863745104688148379508637451046881483795086374510468814837950863745104688148379508637451046881483795086374510468814837950863745104688148379508637451046881483795086374510468814837950863745104688148379508637451046881483795086374510468814837950863745104688" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a89b538f-c7cb-45e9-b5d1-063d4cf4ac44, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 54686929-5b8c-4995-ba90-9019e99cd6cc, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 54686929-5b8c-4995-ba90-9019e99cd6cc, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2153365570632595886 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21533655706325958862153365570632595886215336557063259588621533655706325958862153365570632595886215336557063259588621533655706325958862153365570632595886215336557063259588621533655706325958862153365570632595886215336557063259588621533655706325958862153365570632595886215336557063259588621533655706325958862153365570632595886215336557063259588621533655706325958862153365570632595886" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bd92f61d-aad7-4647-82d4-430318c7dc98, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 63592be9-a89a-4b1a-8088-9968310c3456, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 63592be9-a89a-4b1a-8088-9968310c3456, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 742724201729967163 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "742724201729967163742724201729967163742724201729967163742724201729967163742724201729967163742724201729967163742724201729967163742724201729967163742724201729967163742724201729967163742724201729967163742724201729967163742724201729967163742724201729967163742724201729967163742724201729967163742724201729967163742724201729967163742724201729967163742724201729967163" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 54686929-5b8c-4995-ba90-9019e99cd6cc, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a381095d-8780-4f0e-866a-807113a4d133, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a381095d-8780-4f0e-866a-807113a4d133, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17565853564184832998 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1756585356418483299817565853564184832998175658535641848329981756585356418483299817565853564184832998175658535641848329981756585356418483299817565853564184832998175658535641848329981756585356418483299817565853564184832998175658535641848329981756585356418483299817565853564184832998175658535641848329981756585356418483299817565853564184832998175658535641848329981756585356418483299817565853564184832998" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 63592be9-a89a-4b1a-8088-9968310c3456, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 14ff0b33-63ae-401e-9373-6abfde75242f, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 14ff0b33-63ae-401e-9373-6abfde75242f, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5887916467838075847 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58879164678380758475887916467838075847588791646783807584758879164678380758475887916467838075847588791646783807584758879164678380758475887916467838075847588791646783807584758879164678380758475887916467838075847588791646783807584758879164678380758475887916467838075847588791646783807584758879164678380758475887916467838075847588791646783807584758879164678380758475887916467838075847" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 14ff0b33-63ae-401e-9373-6abfde75242f, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a9ae0bd8-a977-44eb-a76d-49df254e8388, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a9ae0bd8-a977-44eb-a76d-49df254e8388, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10996084274745904348 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1099608427474590434810996084274745904348109960842747459043481099608427474590434810996084274745904348109960842747459043481099608427474590434810996084274745904348109960842747459043481099608427474590434810996084274745904348109960842747459043481099608427474590434810996084274745904348109960842747459043481099608427474590434810996084274745904348109960842747459043481099608427474590434810996084274745904348" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a381095d-8780-4f0e-866a-807113a4d133, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a6cfaa5b-c423-41be-afe0-caa7f74b9ac2, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a6cfaa5b-c423-41be-afe0-caa7f74b9ac2, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10460022168332219939 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1046002216833221993910460022168332219939104600221683322199391046002216833221993910460022168332219939104600221683322199391046002216833221993910460022168332219939104600221683322199391046002216833221993910460022168332219939104600221683322199391046002216833221993910460022168332219939104600221683322199391046002216833221993910460022168332219939104600221683322199391046002216833221993910460022168332219939" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a9ae0bd8-a977-44eb-a76d-49df254e8388, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3fc0a988-1f75-4cc8-b77c-3fa0a05cde9f, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3fc0a988-1f75-4cc8-b77c-3fa0a05cde9f, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16181473009287620906 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1618147300928762090616181473009287620906161814730092876209061618147300928762090616181473009287620906161814730092876209061618147300928762090616181473009287620906161814730092876209061618147300928762090616181473009287620906161814730092876209061618147300928762090616181473009287620906161814730092876209061618147300928762090616181473009287620906161814730092876209061618147300928762090616181473009287620906" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a6cfaa5b-c423-41be-afe0-caa7f74b9ac2, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6c0ed41e-d4bd-4c68-bcde-fad809fe13f0, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6c0ed41e-d4bd-4c68-bcde-fad809fe13f0, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6600165178972355600 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66001651789723556006600165178972355600660016517897235560066001651789723556006600165178972355600660016517897235560066001651789723556006600165178972355600660016517897235560066001651789723556006600165178972355600660016517897235560066001651789723556006600165178972355600660016517897235560066001651789723556006600165178972355600660016517897235560066001651789723556006600165178972355600" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3fc0a988-1f75-4cc8-b77c-3fa0a05cde9f, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 28dccaa4-1ccb-45b2-b90a-5bec28840933, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 28dccaa4-1ccb-45b2-b90a-5bec28840933, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7664454249166481421 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76644542491664814217664454249166481421766445424916648142176644542491664814217664454249166481421766445424916648142176644542491664814217664454249166481421766445424916648142176644542491664814217664454249166481421766445424916648142176644542491664814217664454249166481421766445424916648142176644542491664814217664454249166481421766445424916648142176644542491664814217664454249166481421" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6c0ed41e-d4bd-4c68-bcde-fad809fe13f0, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d533530c-1373-437a-9d1e-dbbb03e75a24, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d533530c-1373-437a-9d1e-dbbb03e75a24, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 107784817087853833 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "107784817087853833107784817087853833107784817087853833107784817087853833107784817087853833107784817087853833107784817087853833107784817087853833107784817087853833107784817087853833107784817087853833107784817087853833107784817087853833107784817087853833107784817087853833107784817087853833107784817087853833107784817087853833107784817087853833107784817087853833" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 28dccaa4-1ccb-45b2-b90a-5bec28840933, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 464daff0-47a6-4bbb-9c45-df8d7f1e7a9c, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 464daff0-47a6-4bbb-9c45-df8d7f1e7a9c, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2483521533563625398 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24835215335636253982483521533563625398248352153356362539824835215335636253982483521533563625398248352153356362539824835215335636253982483521533563625398248352153356362539824835215335636253982483521533563625398248352153356362539824835215335636253982483521533563625398248352153356362539824835215335636253982483521533563625398248352153356362539824835215335636253982483521533563625398" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d533530c-1373-437a-9d1e-dbbb03e75a24, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ab9e9626-d6fa-47a7-b629-b5566eb2d361, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ab9e9626-d6fa-47a7-b629-b5566eb2d361, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6683012597028718293 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66830125970287182936683012597028718293668301259702871829366830125970287182936683012597028718293668301259702871829366830125970287182936683012597028718293668301259702871829366830125970287182936683012597028718293668301259702871829366830125970287182936683012597028718293668301259702871829366830125970287182936683012597028718293668301259702871829366830125970287182936683012597028718293" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 464daff0-47a6-4bbb-9c45-df8d7f1e7a9c, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fdb9b827-b8f8-489e-8cf1-3b2f7303a746, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fdb9b827-b8f8-489e-8cf1-3b2f7303a746, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1058907603652092056 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10589076036520920561058907603652092056105890760365209205610589076036520920561058907603652092056105890760365209205610589076036520920561058907603652092056105890760365209205610589076036520920561058907603652092056105890760365209205610589076036520920561058907603652092056105890760365209205610589076036520920561058907603652092056105890760365209205610589076036520920561058907603652092056" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ab9e9626-d6fa-47a7-b629-b5566eb2d361, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c74c84a9-3eae-4f4d-9fa3-e568869b82eb, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c74c84a9-3eae-4f4d-9fa3-e568869b82eb, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18287044686330709718 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1828704468633070971818287044686330709718182870446863307097181828704468633070971818287044686330709718182870446863307097181828704468633070971818287044686330709718182870446863307097181828704468633070971818287044686330709718182870446863307097181828704468633070971818287044686330709718182870446863307097181828704468633070971818287044686330709718182870446863307097181828704468633070971818287044686330709718" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fdb9b827-b8f8-489e-8cf1-3b2f7303a746, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d028e9bb-bb41-40cd-9a06-6dc9346625f6, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d028e9bb-bb41-40cd-9a06-6dc9346625f6, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16448499279797765779 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1644849927979776577916448499279797765779164484992797977657791644849927979776577916448499279797765779164484992797977657791644849927979776577916448499279797765779164484992797977657791644849927979776577916448499279797765779164484992797977657791644849927979776577916448499279797765779164484992797977657791644849927979776577916448499279797765779164484992797977657791644849927979776577916448499279797765779" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c74c84a9-3eae-4f4d-9fa3-e568869b82eb, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5391af31-4d54-47f0-9c03-27488e7a9ad7, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5391af31-4d54-47f0-9c03-27488e7a9ad7, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1512555193342189297 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15125551933421892971512555193342189297151255519334218929715125551933421892971512555193342189297151255519334218929715125551933421892971512555193342189297151255519334218929715125551933421892971512555193342189297151255519334218929715125551933421892971512555193342189297151255519334218929715125551933421892971512555193342189297151255519334218929715125551933421892971512555193342189297" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d028e9bb-bb41-40cd-9a06-6dc9346625f6, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, df3f6092-fb00-4c28-a71e-215f624a1ad8, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, df3f6092-fb00-4c28-a71e-215f624a1ad8, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5432137423679850455 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54321374236798504555432137423679850455543213742367985045554321374236798504555432137423679850455543213742367985045554321374236798504555432137423679850455543213742367985045554321374236798504555432137423679850455543213742367985045554321374236798504555432137423679850455543213742367985045554321374236798504555432137423679850455543213742367985045554321374236798504555432137423679850455" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5391af31-4d54-47f0-9c03-27488e7a9ad7, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bb53f2e9-db5c-4c96-8840-028f7c4225fd, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bb53f2e9-db5c-4c96-8840-028f7c4225fd, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4651725391319172261 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46517253913191722614651725391319172261465172539131917226146517253913191722614651725391319172261465172539131917226146517253913191722614651725391319172261465172539131917226146517253913191722614651725391319172261465172539131917226146517253913191722614651725391319172261465172539131917226146517253913191722614651725391319172261465172539131917226146517253913191722614651725391319172261" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, df3f6092-fb00-4c28-a71e-215f624a1ad8, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, df0c0b7a-f24c-421b-ace4-7068d8626608, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, df0c0b7a-f24c-421b-ace4-7068d8626608, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8259457211706088482 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82594572117060884828259457211706088482825945721170608848282594572117060884828259457211706088482825945721170608848282594572117060884828259457211706088482825945721170608848282594572117060884828259457211706088482825945721170608848282594572117060884828259457211706088482825945721170608848282594572117060884828259457211706088482825945721170608848282594572117060884828259457211706088482" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bb53f2e9-db5c-4c96-8840-028f7c4225fd, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 99b29af1-e89d-4b5e-8356-a5d021d11ed6, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 99b29af1-e89d-4b5e-8356-a5d021d11ed6, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17849111291598272412 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1784911129159827241217849111291598272412178491112915982724121784911129159827241217849111291598272412178491112915982724121784911129159827241217849111291598272412178491112915982724121784911129159827241217849111291598272412178491112915982724121784911129159827241217849111291598272412178491112915982724121784911129159827241217849111291598272412178491112915982724121784911129159827241217849111291598272412" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, df0c0b7a-f24c-421b-ace4-7068d8626608, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 473f278f-bd5f-4594-a277-6219d39d6be0, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 473f278f-bd5f-4594-a277-6219d39d6be0, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12951878644226266109 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1295187864422626610912951878644226266109129518786442262661091295187864422626610912951878644226266109129518786442262661091295187864422626610912951878644226266109129518786442262661091295187864422626610912951878644226266109129518786442262661091295187864422626610912951878644226266109129518786442262661091295187864422626610912951878644226266109129518786442262661091295187864422626610912951878644226266109" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 473f278f-bd5f-4594-a277-6219d39d6be0, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 530fb6fd-1452-4a81-8b4e-5dc1ea6326d4, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 530fb6fd-1452-4a81-8b4e-5dc1ea6326d4, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10636017754337409807 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1063601775433740980710636017754337409807106360177543374098071063601775433740980710636017754337409807106360177543374098071063601775433740980710636017754337409807106360177543374098071063601775433740980710636017754337409807106360177543374098071063601775433740980710636017754337409807106360177543374098071063601775433740980710636017754337409807106360177543374098071063601775433740980710636017754337409807" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 99b29af1-e89d-4b5e-8356-a5d021d11ed6, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f0799d68-ebcd-4abc-88f6-a86737bbdbae, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f0799d68-ebcd-4abc-88f6-a86737bbdbae, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9148279673190690311 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91482796731906903119148279673190690311914827967319069031191482796731906903119148279673190690311914827967319069031191482796731906903119148279673190690311914827967319069031191482796731906903119148279673190690311914827967319069031191482796731906903119148279673190690311914827967319069031191482796731906903119148279673190690311914827967319069031191482796731906903119148279673190690311" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f0799d68-ebcd-4abc-88f6-a86737bbdbae, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 65a0b016-d005-4ea4-806b-7295d59048cf, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 65a0b016-d005-4ea4-806b-7295d59048cf, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18405167338450475196 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1840516733845047519618405167338450475196184051673384504751961840516733845047519618405167338450475196184051673384504751961840516733845047519618405167338450475196184051673384504751961840516733845047519618405167338450475196184051673384504751961840516733845047519618405167338450475196184051673384504751961840516733845047519618405167338450475196184051673384504751961840516733845047519618405167338450475196" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 530fb6fd-1452-4a81-8b4e-5dc1ea6326d4, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8b3a619a-5370-4ada-97af-83edd74aaf5c, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8b3a619a-5370-4ada-97af-83edd74aaf5c, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5218668079711094566 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52186680797110945665218668079711094566521866807971109456652186680797110945665218668079711094566521866807971109456652186680797110945665218668079711094566521866807971109456652186680797110945665218668079711094566521866807971109456652186680797110945665218668079711094566521866807971109456652186680797110945665218668079711094566521866807971109456652186680797110945665218668079711094566" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 65a0b016-d005-4ea4-806b-7295d59048cf, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d7ec4338-c3ff-47d5-83f8-d0a2bf59e280, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d7ec4338-c3ff-47d5-83f8-d0a2bf59e280, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14478685452761292636 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1447868545276129263614478685452761292636144786854527612926361447868545276129263614478685452761292636144786854527612926361447868545276129263614478685452761292636144786854527612926361447868545276129263614478685452761292636144786854527612926361447868545276129263614478685452761292636144786854527612926361447868545276129263614478685452761292636144786854527612926361447868545276129263614478685452761292636" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8b3a619a-5370-4ada-97af-83edd74aaf5c, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e45a6cdb-416b-468b-8aa7-a93b7601b608, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e45a6cdb-416b-468b-8aa7-a93b7601b608, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9831327279715934634 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98313272797159346349831327279715934634983132727971593463498313272797159346349831327279715934634983132727971593463498313272797159346349831327279715934634983132727971593463498313272797159346349831327279715934634983132727971593463498313272797159346349831327279715934634983132727971593463498313272797159346349831327279715934634983132727971593463498313272797159346349831327279715934634" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e45a6cdb-416b-468b-8aa7-a93b7601b608, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9fec4e3e-86bc-428d-b47a-bc4b9899879b, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9fec4e3e-86bc-428d-b47a-bc4b9899879b, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14136875138299967144 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1413687513829996714414136875138299967144141368751382999671441413687513829996714414136875138299967144141368751382999671441413687513829996714414136875138299967144141368751382999671441413687513829996714414136875138299967144141368751382999671441413687513829996714414136875138299967144141368751382999671441413687513829996714414136875138299967144141368751382999671441413687513829996714414136875138299967144" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d7ec4338-c3ff-47d5-83f8-d0a2bf59e280, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7d422b5e-9abf-4f81-a9da-c6c199cae9c7, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7d422b5e-9abf-4f81-a9da-c6c199cae9c7, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17425965812945657115 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1742596581294565711517425965812945657115174259658129456571151742596581294565711517425965812945657115174259658129456571151742596581294565711517425965812945657115174259658129456571151742596581294565711517425965812945657115174259658129456571151742596581294565711517425965812945657115174259658129456571151742596581294565711517425965812945657115174259658129456571151742596581294565711517425965812945657115" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9fec4e3e-86bc-428d-b47a-bc4b9899879b, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f31475cc-01bd-4a5b-9531-34a1ad48d545, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f31475cc-01bd-4a5b-9531-34a1ad48d545, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13529643765746643424 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1352964376574664342413529643765746643424135296437657466434241352964376574664342413529643765746643424135296437657466434241352964376574664342413529643765746643424135296437657466434241352964376574664342413529643765746643424135296437657466434241352964376574664342413529643765746643424135296437657466434241352964376574664342413529643765746643424135296437657466434241352964376574664342413529643765746643424" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7d422b5e-9abf-4f81-a9da-c6c199cae9c7, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4d022890-2665-42ac-9f44-e6981be0e5e1, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f31475cc-01bd-4a5b-9531-34a1ad48d545, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 10c243cf-90d0-4e6e-94f1-d01dc4e044d9, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 10c243cf-90d0-4e6e-94f1-d01dc4e044d9, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3896258572622547670 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38962585726225476703896258572622547670389625857262254767038962585726225476703896258572622547670389625857262254767038962585726225476703896258572622547670389625857262254767038962585726225476703896258572622547670389625857262254767038962585726225476703896258572622547670389625857262254767038962585726225476703896258572622547670389625857262254767038962585726225476703896258572622547670" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4d022890-2665-42ac-9f44-e6981be0e5e1, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16414206809738433656 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1641420680973843365616414206809738433656164142068097384336561641420680973843365616414206809738433656164142068097384336561641420680973843365616414206809738433656164142068097384336561641420680973843365616414206809738433656164142068097384336561641420680973843365616414206809738433656164142068097384336561641420680973843365616414206809738433656164142068097384336561641420680973843365616414206809738433656" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 10c243cf-90d0-4e6e-94f1-d01dc4e044d9, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0e8f5091-05ea-4f10-91e7-f823f2ed25da, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0e8f5091-05ea-4f10-91e7-f823f2ed25da, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16575514951964683094 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1657551495196468309416575514951964683094165755149519646830941657551495196468309416575514951964683094165755149519646830941657551495196468309416575514951964683094165755149519646830941657551495196468309416575514951964683094165755149519646830941657551495196468309416575514951964683094165755149519646830941657551495196468309416575514951964683094165755149519646830941657551495196468309416575514951964683094" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4d022890-2665-42ac-9f44-e6981be0e5e1, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 687e2322-034e-43e5-b88b-4b83ac4b0f47, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 687e2322-034e-43e5-b88b-4b83ac4b0f47, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17147249485113010083 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1714724948511301008317147249485113010083171472494851130100831714724948511301008317147249485113010083171472494851130100831714724948511301008317147249485113010083171472494851130100831714724948511301008317147249485113010083171472494851130100831714724948511301008317147249485113010083171472494851130100831714724948511301008317147249485113010083171472494851130100831714724948511301008317147249485113010083" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0e8f5091-05ea-4f10-91e7-f823f2ed25da, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4512b738-c98e-43c2-853b-c22025de6e85, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4512b738-c98e-43c2-853b-c22025de6e85, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3379417399956449669 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33794173999564496693379417399956449669337941739995644966933794173999564496693379417399956449669337941739995644966933794173999564496693379417399956449669337941739995644966933794173999564496693379417399956449669337941739995644966933794173999564496693379417399956449669337941739995644966933794173999564496693379417399956449669337941739995644966933794173999564496693379417399956449669" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 687e2322-034e-43e5-b88b-4b83ac4b0f47, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 04c78c38-4e40-4390-935b-411e7081e11d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 04c78c38-4e40-4390-935b-411e7081e11d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17675091176341891468 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1767509117634189146817675091176341891468176750911763418914681767509117634189146817675091176341891468176750911763418914681767509117634189146817675091176341891468176750911763418914681767509117634189146817675091176341891468176750911763418914681767509117634189146817675091176341891468176750911763418914681767509117634189146817675091176341891468176750911763418914681767509117634189146817675091176341891468" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 04c78c38-4e40-4390-935b-411e7081e11d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8fd1a725-c08b-4cd2-87e5-6beee8645964, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8fd1a725-c08b-4cd2-87e5-6beee8645964, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15973759975528851847 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1597375997552885184715973759975528851847159737599755288518471597375997552885184715973759975528851847159737599755288518471597375997552885184715973759975528851847159737599755288518471597375997552885184715973759975528851847159737599755288518471597375997552885184715973759975528851847159737599755288518471597375997552885184715973759975528851847159737599755288518471597375997552885184715973759975528851847" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4512b738-c98e-43c2-853b-c22025de6e85, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 40e0af8b-07f8-4461-83b7-f9305125fcd9, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 40e0af8b-07f8-4461-83b7-f9305125fcd9, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5337609681182032141 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53376096811820321415337609681182032141533760968118203214153376096811820321415337609681182032141533760968118203214153376096811820321415337609681182032141533760968118203214153376096811820321415337609681182032141533760968118203214153376096811820321415337609681182032141533760968118203214153376096811820321415337609681182032141533760968118203214153376096811820321415337609681182032141" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8fd1a725-c08b-4cd2-87e5-6beee8645964, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a10cd669-4540-4234-82e2-2154bada27e1, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a10cd669-4540-4234-82e2-2154bada27e1, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1046005562107748268 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10460055621077482681046005562107748268104600556210774826810460055621077482681046005562107748268104600556210774826810460055621077482681046005562107748268104600556210774826810460055621077482681046005562107748268104600556210774826810460055621077482681046005562107748268104600556210774826810460055621077482681046005562107748268104600556210774826810460055621077482681046005562107748268" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 40e0af8b-07f8-4461-83b7-f9305125fcd9, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a35a7a28-f93c-4ae9-9f41-fa5262345d2d, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a35a7a28-f93c-4ae9-9f41-fa5262345d2d, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5016827443638175388 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50168274436381753885016827443638175388501682744363817538850168274436381753885016827443638175388501682744363817538850168274436381753885016827443638175388501682744363817538850168274436381753885016827443638175388501682744363817538850168274436381753885016827443638175388501682744363817538850168274436381753885016827443638175388501682744363817538850168274436381753885016827443638175388" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a35a7a28-f93c-4ae9-9f41-fa5262345d2d, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 54ce40ca-3853-48a1-82f7-f9fabde5738c, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 54ce40ca-3853-48a1-82f7-f9fabde5738c, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16449738231530166252 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1644973823153016625216449738231530166252164497382315301662521644973823153016625216449738231530166252164497382315301662521644973823153016625216449738231530166252164497382315301662521644973823153016625216449738231530166252164497382315301662521644973823153016625216449738231530166252164497382315301662521644973823153016625216449738231530166252164497382315301662521644973823153016625216449738231530166252" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a10cd669-4540-4234-82e2-2154bada27e1, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c63150ff-f738-4faa-9644-06bad7b9f53d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c63150ff-f738-4faa-9644-06bad7b9f53d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1390696077952709827 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13906960779527098271390696077952709827139069607795270982713906960779527098271390696077952709827139069607795270982713906960779527098271390696077952709827139069607795270982713906960779527098271390696077952709827139069607795270982713906960779527098271390696077952709827139069607795270982713906960779527098271390696077952709827139069607795270982713906960779527098271390696077952709827" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 54ce40ca-3853-48a1-82f7-f9fabde5738c, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d6ab32c7-e494-445d-afae-5cd643826c95, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d6ab32c7-e494-445d-afae-5cd643826c95, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15385228881593703289 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1538522888159370328915385228881593703289153852288815937032891538522888159370328915385228881593703289153852288815937032891538522888159370328915385228881593703289153852288815937032891538522888159370328915385228881593703289153852288815937032891538522888159370328915385228881593703289153852288815937032891538522888159370328915385228881593703289153852288815937032891538522888159370328915385228881593703289" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c63150ff-f738-4faa-9644-06bad7b9f53d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1463f3bf-4f75-4964-ad39-1588428b20b3, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1463f3bf-4f75-4964-ad39-1588428b20b3, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2696844455166800571 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26968444551668005712696844455166800571269684445516680057126968444551668005712696844455166800571269684445516680057126968444551668005712696844455166800571269684445516680057126968444551668005712696844455166800571269684445516680057126968444551668005712696844455166800571269684445516680057126968444551668005712696844455166800571269684445516680057126968444551668005712696844455166800571" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d6ab32c7-e494-445d-afae-5cd643826c95, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, db76ac3e-b121-4f49-b755-683a429f0b34, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, db76ac3e-b121-4f49-b755-683a429f0b34, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12525725446897424432 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1252572544689742443212525725446897424432125257254468974244321252572544689742443212525725446897424432125257254468974244321252572544689742443212525725446897424432125257254468974244321252572544689742443212525725446897424432125257254468974244321252572544689742443212525725446897424432125257254468974244321252572544689742443212525725446897424432125257254468974244321252572544689742443212525725446897424432" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1463f3bf-4f75-4964-ad39-1588428b20b3, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ba7c45ef-2806-4429-87ce-877e72c1ebc9, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, db76ac3e-b121-4f49-b755-683a429f0b34, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b9243956-b7af-467b-a94c-265cba4b8f1f, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b9243956-b7af-467b-a94c-265cba4b8f1f, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3010265386751040904 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30102653867510409043010265386751040904301026538675104090430102653867510409043010265386751040904301026538675104090430102653867510409043010265386751040904301026538675104090430102653867510409043010265386751040904301026538675104090430102653867510409043010265386751040904301026538675104090430102653867510409043010265386751040904301026538675104090430102653867510409043010265386751040904" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ba7c45ef-2806-4429-87ce-877e72c1ebc9, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3220079429241713198 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32200794292417131983220079429241713198322007942924171319832200794292417131983220079429241713198322007942924171319832200794292417131983220079429241713198322007942924171319832200794292417131983220079429241713198322007942924171319832200794292417131983220079429241713198322007942924171319832200794292417131983220079429241713198322007942924171319832200794292417131983220079429241713198" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ba7c45ef-2806-4429-87ce-877e72c1ebc9, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 03aa5a16-9ea3-4497-a799-b1e7d5b36f0b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 03aa5a16-9ea3-4497-a799-b1e7d5b36f0b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10876116602132645807 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1087611660213264580710876116602132645807108761166021326458071087611660213264580710876116602132645807108761166021326458071087611660213264580710876116602132645807108761166021326458071087611660213264580710876116602132645807108761166021326458071087611660213264580710876116602132645807108761166021326458071087611660213264580710876116602132645807108761166021326458071087611660213264580710876116602132645807" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b9243956-b7af-467b-a94c-265cba4b8f1f, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4e3e486c-2038-4055-ad5d-b8a035200c3c, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4e3e486c-2038-4055-ad5d-b8a035200c3c, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17326701897473628133 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1732670189747362813317326701897473628133173267018974736281331732670189747362813317326701897473628133173267018974736281331732670189747362813317326701897473628133173267018974736281331732670189747362813317326701897473628133173267018974736281331732670189747362813317326701897473628133173267018974736281331732670189747362813317326701897473628133173267018974736281331732670189747362813317326701897473628133" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 03aa5a16-9ea3-4497-a799-b1e7d5b36f0b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 29f36d8c-800c-48b4-9dc2-7516e6885396, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 29f36d8c-800c-48b4-9dc2-7516e6885396, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8127288412354120529 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81272884123541205298127288412354120529812728841235412052981272884123541205298127288412354120529812728841235412052981272884123541205298127288412354120529812728841235412052981272884123541205298127288412354120529812728841235412052981272884123541205298127288412354120529812728841235412052981272884123541205298127288412354120529812728841235412052981272884123541205298127288412354120529" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4e3e486c-2038-4055-ad5d-b8a035200c3c, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, aaf14afb-f56c-4bdd-b6ed-ebb83ea80bc7, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aaf14afb-f56c-4bdd-b6ed-ebb83ea80bc7, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17529403330673297680 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1752940333067329768017529403330673297680175294033306732976801752940333067329768017529403330673297680175294033306732976801752940333067329768017529403330673297680175294033306732976801752940333067329768017529403330673297680175294033306732976801752940333067329768017529403330673297680175294033306732976801752940333067329768017529403330673297680175294033306732976801752940333067329768017529403330673297680" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 29f36d8c-800c-48b4-9dc2-7516e6885396, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 29af7fb2-d99d-42bd-b8fe-1774dddd7ec5, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 29af7fb2-d99d-42bd-b8fe-1774dddd7ec5, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16124635279402280177 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1612463527940228017716124635279402280177161246352794022801771612463527940228017716124635279402280177161246352794022801771612463527940228017716124635279402280177161246352794022801771612463527940228017716124635279402280177161246352794022801771612463527940228017716124635279402280177161246352794022801771612463527940228017716124635279402280177161246352794022801771612463527940228017716124635279402280177" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aaf14afb-f56c-4bdd-b6ed-ebb83ea80bc7, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 90b4ab54-f6d3-4266-91e5-15bd013dce02, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 90b4ab54-f6d3-4266-91e5-15bd013dce02, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1603405908169970101 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16034059081699701011603405908169970101160340590816997010116034059081699701011603405908169970101160340590816997010116034059081699701011603405908169970101160340590816997010116034059081699701011603405908169970101160340590816997010116034059081699701011603405908169970101160340590816997010116034059081699701011603405908169970101160340590816997010116034059081699701011603405908169970101" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 29af7fb2-d99d-42bd-b8fe-1774dddd7ec5, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0a7ab9a3-9382-4dbd-b8f8-084a42831570, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0a7ab9a3-9382-4dbd-b8f8-084a42831570, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17202601984626034972 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1720260198462603497217202601984626034972172026019846260349721720260198462603497217202601984626034972172026019846260349721720260198462603497217202601984626034972172026019846260349721720260198462603497217202601984626034972172026019846260349721720260198462603497217202601984626034972172026019846260349721720260198462603497217202601984626034972172026019846260349721720260198462603497217202601984626034972" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 90b4ab54-f6d3-4266-91e5-15bd013dce02, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b9d742ab-b3a7-4d35-9b5a-8c36a0cca3fb, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b9d742ab-b3a7-4d35-9b5a-8c36a0cca3fb, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1692417269195213232 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16924172691952132321692417269195213232169241726919521323216924172691952132321692417269195213232169241726919521323216924172691952132321692417269195213232169241726919521323216924172691952132321692417269195213232169241726919521323216924172691952132321692417269195213232169241726919521323216924172691952132321692417269195213232169241726919521323216924172691952132321692417269195213232" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b9d742ab-b3a7-4d35-9b5a-8c36a0cca3fb, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0a7ab9a3-9382-4dbd-b8f8-084a42831570, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 335c0f0c-eba0-4867-810c-5060b0f3dc1c, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 335c0f0c-eba0-4867-810c-5060b0f3dc1c, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13866975366457405167 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1386697536645740516713866975366457405167138669753664574051671386697536645740516713866975366457405167138669753664574051671386697536645740516713866975366457405167138669753664574051671386697536645740516713866975366457405167138669753664574051671386697536645740516713866975366457405167138669753664574051671386697536645740516713866975366457405167138669753664574051671386697536645740516713866975366457405167" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3497ec63-0f9c-43bf-9d35-90e9e01d87e9, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3497ec63-0f9c-43bf-9d35-90e9e01d87e9, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1372921880510700678 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13729218805107006781372921880510700678137292188051070067813729218805107006781372921880510700678137292188051070067813729218805107006781372921880510700678137292188051070067813729218805107006781372921880510700678137292188051070067813729218805107006781372921880510700678137292188051070067813729218805107006781372921880510700678137292188051070067813729218805107006781372921880510700678" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3497ec63-0f9c-43bf-9d35-90e9e01d87e9, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7b8f85ba-8e9f-4f2a-8856-470767f64036, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7b8f85ba-8e9f-4f2a-8856-470767f64036, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3212633062372685400 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32126330623726854003212633062372685400321263306237268540032126330623726854003212633062372685400321263306237268540032126330623726854003212633062372685400321263306237268540032126330623726854003212633062372685400321263306237268540032126330623726854003212633062372685400321263306237268540032126330623726854003212633062372685400321263306237268540032126330623726854003212633062372685400" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 335c0f0c-eba0-4867-810c-5060b0f3dc1c, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5a93d7af-72dd-49c7-84a2-d3046be33446, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5a93d7af-72dd-49c7-84a2-d3046be33446, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15006218946530374660 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1500621894653037466015006218946530374660150062189465303746601500621894653037466015006218946530374660150062189465303746601500621894653037466015006218946530374660150062189465303746601500621894653037466015006218946530374660150062189465303746601500621894653037466015006218946530374660150062189465303746601500621894653037466015006218946530374660150062189465303746601500621894653037466015006218946530374660" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7b8f85ba-8e9f-4f2a-8856-470767f64036, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fa718115-382b-4734-819d-221d1de3fd2e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fa718115-382b-4734-819d-221d1de3fd2e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10065204869576757154 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1006520486957675715410065204869576757154100652048695767571541006520486957675715410065204869576757154100652048695767571541006520486957675715410065204869576757154100652048695767571541006520486957675715410065204869576757154100652048695767571541006520486957675715410065204869576757154100652048695767571541006520486957675715410065204869576757154100652048695767571541006520486957675715410065204869576757154" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5a93d7af-72dd-49c7-84a2-d3046be33446, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0caa6cf9-45ce-4ea2-8bd9-6fd9693da095, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0caa6cf9-45ce-4ea2-8bd9-6fd9693da095, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15572095297214503835 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1557209529721450383515572095297214503835155720952972145038351557209529721450383515572095297214503835155720952972145038351557209529721450383515572095297214503835155720952972145038351557209529721450383515572095297214503835155720952972145038351557209529721450383515572095297214503835155720952972145038351557209529721450383515572095297214503835155720952972145038351557209529721450383515572095297214503835" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fa718115-382b-4734-819d-221d1de3fd2e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9438c409-c78f-4036-be2e-bb371d9b3bdb, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9438c409-c78f-4036-be2e-bb371d9b3bdb, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8111086886968515790 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81110868869685157908111086886968515790811108688696851579081110868869685157908111086886968515790811108688696851579081110868869685157908111086886968515790811108688696851579081110868869685157908111086886968515790811108688696851579081110868869685157908111086886968515790811108688696851579081110868869685157908111086886968515790811108688696851579081110868869685157908111086886968515790" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0caa6cf9-45ce-4ea2-8bd9-6fd9693da095, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1341589c-3d2c-45cc-a9d9-cfe28b633c94, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1341589c-3d2c-45cc-a9d9-cfe28b633c94, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1570274727642352029 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15702747276423520291570274727642352029157027472764235202915702747276423520291570274727642352029157027472764235202915702747276423520291570274727642352029157027472764235202915702747276423520291570274727642352029157027472764235202915702747276423520291570274727642352029157027472764235202915702747276423520291570274727642352029157027472764235202915702747276423520291570274727642352029" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9438c409-c78f-4036-be2e-bb371d9b3bdb, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a1f97784-90c8-4eb4-9877-815d21211173, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a1f97784-90c8-4eb4-9877-815d21211173, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1049338457972974514 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10493384579729745141049338457972974514104933845797297451410493384579729745141049338457972974514104933845797297451410493384579729745141049338457972974514104933845797297451410493384579729745141049338457972974514104933845797297451410493384579729745141049338457972974514104933845797297451410493384579729745141049338457972974514104933845797297451410493384579729745141049338457972974514" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a1f97784-90c8-4eb4-9877-815d21211173, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3ba26d84-7754-4749-8c3e-aa53f3c8d9fe, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1341589c-3d2c-45cc-a9d9-cfe28b633c94, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ece9687d-6e1d-4390-92be-35fd5c7cd575, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ece9687d-6e1d-4390-92be-35fd5c7cd575, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1760670210030990533 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17606702100309905331760670210030990533176067021003099053317606702100309905331760670210030990533176067021003099053317606702100309905331760670210030990533176067021003099053317606702100309905331760670210030990533176067021003099053317606702100309905331760670210030990533176067021003099053317606702100309905331760670210030990533176067021003099053317606702100309905331760670210030990533" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3ba26d84-7754-4749-8c3e-aa53f3c8d9fe, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10096214999878864598 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1009621499987886459810096214999878864598100962149998788645981009621499987886459810096214999878864598100962149998788645981009621499987886459810096214999878864598100962149998788645981009621499987886459810096214999878864598100962149998788645981009621499987886459810096214999878864598100962149998788645981009621499987886459810096214999878864598100962149998788645981009621499987886459810096214999878864598" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ece9687d-6e1d-4390-92be-35fd5c7cd575, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fc6ce7da-f4e4-4b71-b5c6-36088d0d25ab, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fc6ce7da-f4e4-4b71-b5c6-36088d0d25ab, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16791559548376398675 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1679155954837639867516791559548376398675167915595483763986751679155954837639867516791559548376398675167915595483763986751679155954837639867516791559548376398675167915595483763986751679155954837639867516791559548376398675167915595483763986751679155954837639867516791559548376398675167915595483763986751679155954837639867516791559548376398675167915595483763986751679155954837639867516791559548376398675" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3ba26d84-7754-4749-8c3e-aa53f3c8d9fe, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 887e2b66-9762-467f-8d48-77fdb8706762, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 887e2b66-9762-467f-8d48-77fdb8706762, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8129276799834625501 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81292767998346255018129276799834625501812927679983462550181292767998346255018129276799834625501812927679983462550181292767998346255018129276799834625501812927679983462550181292767998346255018129276799834625501812927679983462550181292767998346255018129276799834625501812927679983462550181292767998346255018129276799834625501812927679983462550181292767998346255018129276799834625501" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fc6ce7da-f4e4-4b71-b5c6-36088d0d25ab, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5b38da75-1a48-47b2-b137-a7efd8866540, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5b38da75-1a48-47b2-b137-a7efd8866540, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6054755272161789015 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60547552721617890156054755272161789015605475527216178901560547552721617890156054755272161789015605475527216178901560547552721617890156054755272161789015605475527216178901560547552721617890156054755272161789015605475527216178901560547552721617890156054755272161789015605475527216178901560547552721617890156054755272161789015605475527216178901560547552721617890156054755272161789015" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 887e2b66-9762-467f-8d48-77fdb8706762, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a4648d05-bb1d-49ee-8125-f4c349b19bc9, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a4648d05-bb1d-49ee-8125-f4c349b19bc9, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15427667886721240903 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1542766788672124090315427667886721240903154276678867212409031542766788672124090315427667886721240903154276678867212409031542766788672124090315427667886721240903154276678867212409031542766788672124090315427667886721240903154276678867212409031542766788672124090315427667886721240903154276678867212409031542766788672124090315427667886721240903154276678867212409031542766788672124090315427667886721240903" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5b38da75-1a48-47b2-b137-a7efd8866540, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b3de03eb-10ae-4be8-ab3b-be2012358b0d, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b3de03eb-10ae-4be8-ab3b-be2012358b0d, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4433241107183299724 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44332411071832997244433241107183299724443324110718329972444332411071832997244433241107183299724443324110718329972444332411071832997244433241107183299724443324110718329972444332411071832997244433241107183299724443324110718329972444332411071832997244433241107183299724443324110718329972444332411071832997244433241107183299724443324110718329972444332411071832997244433241107183299724" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a4648d05-bb1d-49ee-8125-f4c349b19bc9, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 28c4b8e0-0f79-4adc-960d-04f7e671b16d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 28c4b8e0-0f79-4adc-960d-04f7e671b16d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18404589332211914636 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1840458933221191463618404589332211914636184045893322119146361840458933221191463618404589332211914636184045893322119146361840458933221191463618404589332211914636184045893322119146361840458933221191463618404589332211914636184045893322119146361840458933221191463618404589332211914636184045893322119146361840458933221191463618404589332211914636184045893322119146361840458933221191463618404589332211914636" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b3de03eb-10ae-4be8-ab3b-be2012358b0d, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7eb3bca9-70d1-4253-a7dd-e70e602a35f6, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7eb3bca9-70d1-4253-a7dd-e70e602a35f6, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4249728010686441828 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42497280106864418284249728010686441828424972801068644182842497280106864418284249728010686441828424972801068644182842497280106864418284249728010686441828424972801068644182842497280106864418284249728010686441828424972801068644182842497280106864418284249728010686441828424972801068644182842497280106864418284249728010686441828424972801068644182842497280106864418284249728010686441828" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 28c4b8e0-0f79-4adc-960d-04f7e671b16d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a0034de7-b401-4a91-a5fa-e7ee8262ee59, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a0034de7-b401-4a91-a5fa-e7ee8262ee59, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9494687102419266449 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94946871024192664499494687102419266449949468710241926644994946871024192664499494687102419266449949468710241926644994946871024192664499494687102419266449949468710241926644994946871024192664499494687102419266449949468710241926644994946871024192664499494687102419266449949468710241926644994946871024192664499494687102419266449949468710241926644994946871024192664499494687102419266449" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7eb3bca9-70d1-4253-a7dd-e70e602a35f6, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a0034de7-b401-4a91-a5fa-e7ee8262ee59, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bf1e9ddc-ef1a-4767-98c8-bd6a258c7e15, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bf1e9ddc-ef1a-4767-98c8-bd6a258c7e15, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15495427091719914708 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1549542709171991470815495427091719914708154954270917199147081549542709171991470815495427091719914708154954270917199147081549542709171991470815495427091719914708154954270917199147081549542709171991470815495427091719914708154954270917199147081549542709171991470815495427091719914708154954270917199147081549542709171991470815495427091719914708154954270917199147081549542709171991470815495427091719914708" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ff203a2d-4bd5-43ab-be8a-661c4c009e45, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ff203a2d-4bd5-43ab-be8a-661c4c009e45, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18270916815859618894 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1827091681585961889418270916815859618894182709168158596188941827091681585961889418270916815859618894182709168158596188941827091681585961889418270916815859618894182709168158596188941827091681585961889418270916815859618894182709168158596188941827091681585961889418270916815859618894182709168158596188941827091681585961889418270916815859618894182709168158596188941827091681585961889418270916815859618894" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bf1e9ddc-ef1a-4767-98c8-bd6a258c7e15, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ff203a2d-4bd5-43ab-be8a-661c4c009e45, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, de8b038a-d3af-4783-aa0b-4a3805cf32bf, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 172e9947-d0bf-4f4d-9d44-094f7e4584e5, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 172e9947-d0bf-4f4d-9d44-094f7e4584e5, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 515155781757775055 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "515155781757775055515155781757775055515155781757775055515155781757775055515155781757775055515155781757775055515155781757775055515155781757775055515155781757775055515155781757775055515155781757775055515155781757775055515155781757775055515155781757775055515155781757775055515155781757775055515155781757775055515155781757775055515155781757775055515155781757775055" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, de8b038a-d3af-4783-aa0b-4a3805cf32bf, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9562287407438812860 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95622874074388128609562287407438812860956228740743881286095622874074388128609562287407438812860956228740743881286095622874074388128609562287407438812860956228740743881286095622874074388128609562287407438812860956228740743881286095622874074388128609562287407438812860956228740743881286095622874074388128609562287407438812860956228740743881286095622874074388128609562287407438812860" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, de8b038a-d3af-4783-aa0b-4a3805cf32bf, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8738dcf5-92e4-4472-898c-972ed2126299, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8738dcf5-92e4-4472-898c-972ed2126299, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16903427759566145724 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1690342775956614572416903427759566145724169034277595661457241690342775956614572416903427759566145724169034277595661457241690342775956614572416903427759566145724169034277595661457241690342775956614572416903427759566145724169034277595661457241690342775956614572416903427759566145724169034277595661457241690342775956614572416903427759566145724169034277595661457241690342775956614572416903427759566145724" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 172e9947-d0bf-4f4d-9d44-094f7e4584e5, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f69d879d-aacc-4f28-b236-050d9f7b94d8, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f69d879d-aacc-4f28-b236-050d9f7b94d8, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17326807500656673165 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1732680750065667316517326807500656673165173268075006566731651732680750065667316517326807500656673165173268075006566731651732680750065667316517326807500656673165173268075006566731651732680750065667316517326807500656673165173268075006566731651732680750065667316517326807500656673165173268075006566731651732680750065667316517326807500656673165173268075006566731651732680750065667316517326807500656673165" } } } 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:264 Stopped node localhost:21593/1
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f69d879d-aacc-4f28-b236-050d9f7b94d8, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 95a9c828-25ff-4cb5-9b0d-36c2d3777070, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 95a9c828-25ff-4cb5-9b0d-36c2d3777070, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10721617758564488448 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1072161775856448844810721617758564488448107216177585644884481072161775856448844810721617758564488448107216177585644884481072161775856448844810721617758564488448107216177585644884481072161775856448844810721617758564488448107216177585644884481072161775856448844810721617758564488448107216177585644884481072161775856448844810721617758564488448107216177585644884481072161775856448844810721617758564488448" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 95a9c828-25ff-4cb5-9b0d-36c2d3777070, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5a140bca-c94e-4dd6-9515-756c9d829cb1, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5a140bca-c94e-4dd6-9515-756c9d829cb1, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 456826521777104370 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "456826521777104370456826521777104370456826521777104370456826521777104370456826521777104370456826521777104370456826521777104370456826521777104370456826521777104370456826521777104370456826521777104370456826521777104370456826521777104370456826521777104370456826521777104370456826521777104370456826521777104370456826521777104370456826521777104370456826521777104370" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8738dcf5-92e4-4472-898c-972ed2126299, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 75fbf449-150b-491b-9909-f7a2d2d4d042, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 75fbf449-150b-491b-9909-f7a2d2d4d042, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1558439328699622452 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15584393286996224521558439328699622452155843932869962245215584393286996224521558439328699622452155843932869962245215584393286996224521558439328699622452155843932869962245215584393286996224521558439328699622452155843932869962245215584393286996224521558439328699622452155843932869962245215584393286996224521558439328699622452155843932869962245215584393286996224521558439328699622452" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5a140bca-c94e-4dd6-9515-756c9d829cb1, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 59322b0c-9917-4e69-be80-851ccc3b8b7d, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 59322b0c-9917-4e69-be80-851ccc3b8b7d, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8889735615595816667 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88897356155958166678889735615595816667888973561559581666788897356155958166678889735615595816667888973561559581666788897356155958166678889735615595816667888973561559581666788897356155958166678889735615595816667888973561559581666788897356155958166678889735615595816667888973561559581666788897356155958166678889735615595816667888973561559581666788897356155958166678889735615595816667" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 75fbf449-150b-491b-9909-f7a2d2d4d042, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7cfe8db1-b744-4c68-b5fb-7f203761c9e8, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7cfe8db1-b744-4c68-b5fb-7f203761c9e8, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9758358352277841890 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97583583522778418909758358352277841890975835835227784189097583583522778418909758358352277841890975835835227784189097583583522778418909758358352277841890975835835227784189097583583522778418909758358352277841890975835835227784189097583583522778418909758358352277841890975835835227784189097583583522778418909758358352277841890975835835227784189097583583522778418909758358352277841890" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 59322b0c-9917-4e69-be80-851ccc3b8b7d, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7cfe8db1-b744-4c68-b5fb-7f203761c9e8, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 614a6a99-14ad-4e2f-808f-f0632af1ee8e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 614a6a99-14ad-4e2f-808f-f0632af1ee8e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16140016339304239689 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1614001633930423968916140016339304239689161400163393042396891614001633930423968916140016339304239689161400163393042396891614001633930423968916140016339304239689161400163393042396891614001633930423968916140016339304239689161400163393042396891614001633930423968916140016339304239689161400163393042396891614001633930423968916140016339304239689161400163393042396891614001633930423968916140016339304239689" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ca4bea7a-6bbb-499a-8582-0510c02da4ba, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ca4bea7a-6bbb-499a-8582-0510c02da4ba, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16981145827552618931 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1698114582755261893116981145827552618931169811458275526189311698114582755261893116981145827552618931169811458275526189311698114582755261893116981145827552618931169811458275526189311698114582755261893116981145827552618931169811458275526189311698114582755261893116981145827552618931169811458275526189311698114582755261893116981145827552618931169811458275526189311698114582755261893116981145827552618931" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 614a6a99-14ad-4e2f-808f-f0632af1ee8e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 46ac0959-0a12-4709-b128-19aeb543fb14, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 46ac0959-0a12-4709-b128-19aeb543fb14, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11659995149990226714 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1165999514999022671411659995149990226714116599951499902267141165999514999022671411659995149990226714116599951499902267141165999514999022671411659995149990226714116599951499902267141165999514999022671411659995149990226714116599951499902267141165999514999022671411659995149990226714116599951499902267141165999514999022671411659995149990226714116599951499902267141165999514999022671411659995149990226714" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ca4bea7a-6bbb-499a-8582-0510c02da4ba, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b024a45f-3078-4992-ba5b-575eb849c9ee, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b024a45f-3078-4992-ba5b-575eb849c9ee, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 24730001094585208 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "2473000109458520824730001094585208247300010945852082473000109458520824730001094585208247300010945852082473000109458520824730001094585208247300010945852082473000109458520824730001094585208247300010945852082473000109458520824730001094585208247300010945852082473000109458520824730001094585208247300010945852082473000109458520824730001094585208" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 46ac0959-0a12-4709-b128-19aeb543fb14, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 11ac9c3d-d79b-486c-8c9a-07c35c5494f2, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 11ac9c3d-d79b-486c-8c9a-07c35c5494f2, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10619004260474792343 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1061900426047479234310619004260474792343106190042604747923431061900426047479234310619004260474792343106190042604747923431061900426047479234310619004260474792343106190042604747923431061900426047479234310619004260474792343106190042604747923431061900426047479234310619004260474792343106190042604747923431061900426047479234310619004260474792343106190042604747923431061900426047479234310619004260474792343" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b024a45f-3078-4992-ba5b-575eb849c9ee, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fe26126f-cf9f-40cc-a828-edf3b635121f, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fe26126f-cf9f-40cc-a828-edf3b635121f, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4795604699007578205 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47956046990075782054795604699007578205479560469900757820547956046990075782054795604699007578205479560469900757820547956046990075782054795604699007578205479560469900757820547956046990075782054795604699007578205479560469900757820547956046990075782054795604699007578205479560469900757820547956046990075782054795604699007578205479560469900757820547956046990075782054795604699007578205" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 11ac9c3d-d79b-486c-8c9a-07c35c5494f2, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f415161d-6b78-48e1-b837-3d20bcea5ba8, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f415161d-6b78-48e1-b837-3d20bcea5ba8, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15655852283074281823 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1565585228307428182315655852283074281823156558522830742818231565585228307428182315655852283074281823156558522830742818231565585228307428182315655852283074281823156558522830742818231565585228307428182315655852283074281823156558522830742818231565585228307428182315655852283074281823156558522830742818231565585228307428182315655852283074281823156558522830742818231565585228307428182315655852283074281823" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fe26126f-cf9f-40cc-a828-edf3b635121f, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3b093b38-9075-4327-b17b-0c24f7a6ca43, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3b093b38-9075-4327-b17b-0c24f7a6ca43, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1844027390964625202 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18440273909646252021844027390964625202184402739096462520218440273909646252021844027390964625202184402739096462520218440273909646252021844027390964625202184402739096462520218440273909646252021844027390964625202184402739096462520218440273909646252021844027390964625202184402739096462520218440273909646252021844027390964625202184402739096462520218440273909646252021844027390964625202" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f415161d-6b78-48e1-b837-3d20bcea5ba8, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9784e056-5be3-4801-be18-cb08c3b894c7, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3b093b38-9075-4327-b17b-0c24f7a6ca43, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 878bb5d6-52e3-45f8-8888-13b22c8f8d9d, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9784e056-5be3-4801-be18-cb08c3b894c7, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3093570804377877201 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30935708043778772013093570804377877201309357080437787720130935708043778772013093570804377877201309357080437787720130935708043778772013093570804377877201309357080437787720130935708043778772013093570804377877201309357080437787720130935708043778772013093570804377877201309357080437787720130935708043778772013093570804377877201309357080437787720130935708043778772013093570804377877201" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 878bb5d6-52e3-45f8-8888-13b22c8f8d9d, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10122080769810933094 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1012208076981093309410122080769810933094101220807698109330941012208076981093309410122080769810933094101220807698109330941012208076981093309410122080769810933094101220807698109330941012208076981093309410122080769810933094101220807698109330941012208076981093309410122080769810933094101220807698109330941012208076981093309410122080769810933094101220807698109330941012208076981093309410122080769810933094" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9784e056-5be3-4801-be18-cb08c3b894c7, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e1f31ca0-a37b-459e-8b6c-385ad411889b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e1f31ca0-a37b-459e-8b6c-385ad411889b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18102992397533369226 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1810299239753336922618102992397533369226181029923975333692261810299239753336922618102992397533369226181029923975333692261810299239753336922618102992397533369226181029923975333692261810299239753336922618102992397533369226181029923975333692261810299239753336922618102992397533369226181029923975333692261810299239753336922618102992397533369226181029923975333692261810299239753336922618102992397533369226" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 878bb5d6-52e3-45f8-8888-13b22c8f8d9d, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e1527675-e7cd-4962-b123-e7836c9e3b20, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e1527675-e7cd-4962-b123-e7836c9e3b20, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11912669479457245946 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1191266947945724594611912669479457245946119126694794572459461191266947945724594611912669479457245946119126694794572459461191266947945724594611912669479457245946119126694794572459461191266947945724594611912669479457245946119126694794572459461191266947945724594611912669479457245946119126694794572459461191266947945724594611912669479457245946119126694794572459461191266947945724594611912669479457245946" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e1f31ca0-a37b-459e-8b6c-385ad411889b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 95976821-d73b-4bcd-ba90-ffde3e799ce8, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 95976821-d73b-4bcd-ba90-ffde3e799ce8, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13967300929617646207 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1396730092961764620713967300929617646207139673009296176462071396730092961764620713967300929617646207139673009296176462071396730092961764620713967300929617646207139673009296176462071396730092961764620713967300929617646207139673009296176462071396730092961764620713967300929617646207139673009296176462071396730092961764620713967300929617646207139673009296176462071396730092961764620713967300929617646207" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e1527675-e7cd-4962-b123-e7836c9e3b20, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 542f5d10-65b4-4901-9a26-e2ac007f43fc, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 542f5d10-65b4-4901-9a26-e2ac007f43fc, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7657105623026205753 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76571056230262057537657105623026205753765710562302620575376571056230262057537657105623026205753765710562302620575376571056230262057537657105623026205753765710562302620575376571056230262057537657105623026205753765710562302620575376571056230262057537657105623026205753765710562302620575376571056230262057537657105623026205753765710562302620575376571056230262057537657105623026205753" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 95976821-d73b-4bcd-ba90-ffde3e799ce8, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6a7c28db-887a-4746-869b-439849f434cd, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6a7c28db-887a-4746-869b-439849f434cd, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 243360357356804382 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "243360357356804382243360357356804382243360357356804382243360357356804382243360357356804382243360357356804382243360357356804382243360357356804382243360357356804382243360357356804382243360357356804382243360357356804382243360357356804382243360357356804382243360357356804382243360357356804382243360357356804382243360357356804382243360357356804382243360357356804382" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6a7c28db-887a-4746-869b-439849f434cd, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, eb5b5e1e-38b5-4a16-9cef-58654f1d3f45, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eb5b5e1e-38b5-4a16-9cef-58654f1d3f45, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3628869113707997567 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36288691137079975673628869113707997567362886911370799756736288691137079975673628869113707997567362886911370799756736288691137079975673628869113707997567362886911370799756736288691137079975673628869113707997567362886911370799756736288691137079975673628869113707997567362886911370799756736288691137079975673628869113707997567362886911370799756736288691137079975673628869113707997567" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 542f5d10-65b4-4901-9a26-e2ac007f43fc, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 144de528-1001-4658-b690-899df0a81795, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 144de528-1001-4658-b690-899df0a81795, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14440729665509972920 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1444072966550997292014440729665509972920144407296655099729201444072966550997292014440729665509972920144407296655099729201444072966550997292014440729665509972920144407296655099729201444072966550997292014440729665509972920144407296655099729201444072966550997292014440729665509972920144407296655099729201444072966550997292014440729665509972920144407296655099729201444072966550997292014440729665509972920" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eb5b5e1e-38b5-4a16-9cef-58654f1d3f45, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9f56f3f6-ddc2-4697-b740-50fb5ae6ea58, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9f56f3f6-ddc2-4697-b740-50fb5ae6ea58, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2778891737805101941 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27788917378051019412778891737805101941277889173780510194127788917378051019412778891737805101941277889173780510194127788917378051019412778891737805101941277889173780510194127788917378051019412778891737805101941277889173780510194127788917378051019412778891737805101941277889173780510194127788917378051019412778891737805101941277889173780510194127788917378051019412778891737805101941" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 144de528-1001-4658-b690-899df0a81795, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 17ea896f-2b4c-42e8-a817-6b6ba133762d, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9f56f3f6-ddc2-4697-b740-50fb5ae6ea58, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 126038a0-fbf8-42ae-a2c8-a0ccbe894efe, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 126038a0-fbf8-42ae-a2c8-a0ccbe894efe, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12573777923546090692 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1257377792354609069212573777923546090692125737779235460906921257377792354609069212573777923546090692125737779235460906921257377792354609069212573777923546090692125737779235460906921257377792354609069212573777923546090692125737779235460906921257377792354609069212573777923546090692125737779235460906921257377792354609069212573777923546090692125737779235460906921257377792354609069212573777923546090692" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 17ea896f-2b4c-42e8-a817-6b6ba133762d, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2549797021787115250 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25497970217871152502549797021787115250254979702178711525025497970217871152502549797021787115250254979702178711525025497970217871152502549797021787115250254979702178711525025497970217871152502549797021787115250254979702178711525025497970217871152502549797021787115250254979702178711525025497970217871152502549797021787115250254979702178711525025497970217871152502549797021787115250" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 17ea896f-2b4c-42e8-a817-6b6ba133762d, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a61ba78a-e7f3-4dc0-b9aa-23714f3df5c0, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 126038a0-fbf8-42ae-a2c8-a0ccbe894efe, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a61ba78a-e7f3-4dc0-b9aa-23714f3df5c0, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12188307850744329704 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1218830785074432970412188307850744329704121883078507443297041218830785074432970412188307850744329704121883078507443297041218830785074432970412188307850744329704121883078507443297041218830785074432970412188307850744329704121883078507443297041218830785074432970412188307850744329704121883078507443297041218830785074432970412188307850744329704121883078507443297041218830785074432970412188307850744329704" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c07298d5-479d-4ea2-b14d-3ebb059dfc89, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c07298d5-479d-4ea2-b14d-3ebb059dfc89, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3090930075143759699 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30909300751437596993090930075143759699309093007514375969930909300751437596993090930075143759699309093007514375969930909300751437596993090930075143759699309093007514375969930909300751437596993090930075143759699309093007514375969930909300751437596993090930075143759699309093007514375969930909300751437596993090930075143759699309093007514375969930909300751437596993090930075143759699" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a61ba78a-e7f3-4dc0-b9aa-23714f3df5c0, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 17774407-ee11-4acc-83db-51fb34b8bcd0, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 17774407-ee11-4acc-83db-51fb34b8bcd0, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2724801163809554043 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27248011638095540432724801163809554043272480116380955404327248011638095540432724801163809554043272480116380955404327248011638095540432724801163809554043272480116380955404327248011638095540432724801163809554043272480116380955404327248011638095540432724801163809554043272480116380955404327248011638095540432724801163809554043272480116380955404327248011638095540432724801163809554043" } } } 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:256 CFG_DIR_PATH="/home/runner/.ya/build/build_root/apu5/000b6b/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:257 Final command: /home/runner/.ya/build/build_root/apu5/000b6b/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node-broker=localhost:1800 --tenant=/Root/test_simple_encryption_0 --log-file-name=/home/runner/.ya/build/build_root/apu5/000b6b/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_1/logfile_oazju0f3.log --grpc-port=21593 --mon-port=1545 --ic-port=27705 --key-file /home/runner/.ya/build/build_root/apu5/000b6b/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/apu5/000b6b/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/apu5/000b6b/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:1800', '--tenant=/Root/test_simple_encryption_0', '--log-file-name=/home/runner/.ya/build/build_root/apu5/000b6b/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_1/logfile_oazju0f3.log', '--grpc-port=21593', '--mon-port=1545', '--ic-port=27705', '--key-file', '/home/runner/.ya/build/build_root/apu5/000b6b/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/_Root_test_simple_encryption_0key.txt')' in '/home/runner/.ya/build/build_root/apu5/000b6b/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, c07298d5-479d-4ea2-b14d-3ebb059dfc89, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 47fefd21-93cb-4c53-9102-45cb40fb9982, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 47fefd21-93cb-4c53-9102-45cb40fb9982, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16532301154950741860 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1653230115495074186016532301154950741860165323011549507418601653230115495074186016532301154950741860165323011549507418601653230115495074186016532301154950741860165323011549507418601653230115495074186016532301154950741860165323011549507418601653230115495074186016532301154950741860165323011549507418601653230115495074186016532301154950741860165323011549507418601653230115495074186016532301154950741860" } } } 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: 1478716
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:297 Started node localhost:21593/1
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.13
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 17774407-ee11-4acc-83db-51fb34b8bcd0, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.13
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 47fefd21-93cb-4c53-9102-45cb40fb9982, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c9e3e3bc-0e5c-42c4-ac58-58463efab604, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 16d380dc-9db6-42fb-ad3d-1d2b7066120c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 16d380dc-9db6-42fb-ad3d-1d2b7066120c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9465191368798467827 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94651913687984678279465191368798467827946519136879846782794651913687984678279465191368798467827946519136879846782794651913687984678279465191368798467827946519136879846782794651913687984678279465191368798467827946519136879846782794651913687984678279465191368798467827946519136879846782794651913687984678279465191368798467827946519136879846782794651913687984678279465191368798467827" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/apu5/000b6b/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c9e3e3bc-0e5c-42c4-ac58-58463efab604, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2344244962183350164 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23442449621833501642344244962183350164234424496218335016423442449621833501642344244962183350164234424496218335016423442449621833501642344244962183350164234424496218335016423442449621833501642344244962183350164234424496218335016423442449621833501642344244962183350164234424496218335016423442449621833501642344244962183350164234424496218335016423442449621833501642344244962183350164" } } } 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: 1478737
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 16d380dc-9db6-42fb-ad3d-1d2b7066120c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e0870940-0e87-47a7-8f1e-3431d04513f6, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e0870940-0e87-47a7-8f1e-3431d04513f6, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16777124481879737442 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1677712448187973744216777124481879737442167771244818797374421677712448187973744216777124481879737442167771244818797374421677712448187973744216777124481879737442167771244818797374421677712448187973744216777124481879737442167771244818797374421677712448187973744216777124481879737442167771244818797374421677712448187973744216777124481879737442167771244818797374421677712448187973744216777124481879737442" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c9e3e3bc-0e5c-42c4-ac58-58463efab604, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1b9c5717-c2e8-49c7-a48a-f2c5bb5fb21a, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1b9c5717-c2e8-49c7-a48a-f2c5bb5fb21a, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3019069056234398225 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30190690562343982253019069056234398225301906905623439822530190690562343982253019069056234398225301906905623439822530190690562343982253019069056234398225301906905623439822530190690562343982253019069056234398225301906905623439822530190690562343982253019069056234398225301906905623439822530190690562343982253019069056234398225301906905623439822530190690562343982253019069056234398225" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e0870940-0e87-47a7-8f1e-3431d04513f6, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1b9c5717-c2e8-49c7-a48a-f2c5bb5fb21a, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 14768272-7e85-44d2-905d-72e35658df70, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 14768272-7e85-44d2-905d-72e35658df70, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1011466764416618760 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10114667644166187601011466764416618760101146676441661876010114667644166187601011466764416618760101146676441661876010114667644166187601011466764416618760101146676441661876010114667644166187601011466764416618760101146676441661876010114667644166187601011466764416618760101146676441661876010114667644166187601011466764416618760101146676441661876010114667644166187601011466764416618760" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c1e6e482-8ef5-4556-b07e-8ffd3b0b86e4, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c1e6e482-8ef5-4556-b07e-8ffd3b0b86e4, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12173765403323892438 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1217376540332389243812173765403323892438121737654033238924381217376540332389243812173765403323892438121737654033238924381217376540332389243812173765403323892438121737654033238924381217376540332389243812173765403323892438121737654033238924381217376540332389243812173765403323892438121737654033238924381217376540332389243812173765403323892438121737654033238924381217376540332389243812173765403323892438" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 14768272-7e85-44d2-905d-72e35658df70, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 43744714-2ebc-4211-ac4f-b9b76cae0525, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 43744714-2ebc-4211-ac4f-b9b76cae0525, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7160660730691650523 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71606607306916505237160660730691650523716066073069165052371606607306916505237160660730691650523716066073069165052371606607306916505237160660730691650523716066073069165052371606607306916505237160660730691650523716066073069165052371606607306916505237160660730691650523716066073069165052371606607306916505237160660730691650523716066073069165052371606607306916505237160660730691650523" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c1e6e482-8ef5-4556-b07e-8ffd3b0b86e4, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1fc32d0b-1c61-4d68-ae5a-46bf13d9d3b2, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1fc32d0b-1c61-4d68-ae5a-46bf13d9d3b2, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2803148144072366864 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28031481440723668642803148144072366864280314814407236686428031481440723668642803148144072366864280314814407236686428031481440723668642803148144072366864280314814407236686428031481440723668642803148144072366864280314814407236686428031481440723668642803148144072366864280314814407236686428031481440723668642803148144072366864280314814407236686428031481440723668642803148144072366864" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1fc32d0b-1c61-4d68-ae5a-46bf13d9d3b2, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 19bf5e93-378c-4b38-b22e-d4cbced8c91a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 19bf5e93-378c-4b38-b22e-d4cbced8c91a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13622067755910229789 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1362206775591022978913622067755910229789136220677559102297891362206775591022978913622067755910229789136220677559102297891362206775591022978913622067755910229789136220677559102297891362206775591022978913622067755910229789136220677559102297891362206775591022978913622067755910229789136220677559102297891362206775591022978913622067755910229789136220677559102297891362206775591022978913622067755910229789" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 43744714-2ebc-4211-ac4f-b9b76cae0525, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5e6279f0-c966-480c-88de-7ddcb54f1075, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5e6279f0-c966-480c-88de-7ddcb54f1075, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11780590325723616580 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1178059032572361658011780590325723616580117805903257236165801178059032572361658011780590325723616580117805903257236165801178059032572361658011780590325723616580117805903257236165801178059032572361658011780590325723616580117805903257236165801178059032572361658011780590325723616580117805903257236165801178059032572361658011780590325723616580117805903257236165801178059032572361658011780590325723616580" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 19bf5e93-378c-4b38-b22e-d4cbced8c91a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5e6279f0-c966-480c-88de-7ddcb54f1075, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cdd5269e-f01b-4cb3-8048-1a0bacd7a12c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cdd5269e-f01b-4cb3-8048-1a0bacd7a12c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2717326422989883924 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27173264229898839242717326422989883924271732642298988392427173264229898839242717326422989883924271732642298988392427173264229898839242717326422989883924271732642298988392427173264229898839242717326422989883924271732642298988392427173264229898839242717326422989883924271732642298988392427173264229898839242717326422989883924271732642298988392427173264229898839242717326422989883924" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c3f7c22a-87e7-4405-8ed2-0abbcc9cdeac, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c3f7c22a-87e7-4405-8ed2-0abbcc9cdeac, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10510317341170644049 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1051031734117064404910510317341170644049105103173411706440491051031734117064404910510317341170644049105103173411706440491051031734117064404910510317341170644049105103173411706440491051031734117064404910510317341170644049105103173411706440491051031734117064404910510317341170644049105103173411706440491051031734117064404910510317341170644049105103173411706440491051031734117064404910510317341170644049" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cdd5269e-f01b-4cb3-8048-1a0bacd7a12c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 264fc3dd-e045-4f8f-bdec-33b52a5083bf, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 264fc3dd-e045-4f8f-bdec-33b52a5083bf, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11776759778422067673 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1177675977842206767311776759778422067673117767597784220676731177675977842206767311776759778422067673117767597784220676731177675977842206767311776759778422067673117767597784220676731177675977842206767311776759778422067673117767597784220676731177675977842206767311776759778422067673117767597784220676731177675977842206767311776759778422067673117767597784220676731177675977842206767311776759778422067673" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c3f7c22a-87e7-4405-8ed2-0abbcc9cdeac, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ade7dd49-39cc-4a9a-840c-399b094c7ae9, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ade7dd49-39cc-4a9a-840c-399b094c7ae9, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2670161061547268459 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26701610615472684592670161061547268459267016106154726845926701610615472684592670161061547268459267016106154726845926701610615472684592670161061547268459267016106154726845926701610615472684592670161061547268459267016106154726845926701610615472684592670161061547268459267016106154726845926701610615472684592670161061547268459267016106154726845926701610615472684592670161061547268459" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 264fc3dd-e045-4f8f-bdec-33b52a5083bf, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 74805db8-4ca3-40c3-bd36-1cdedc196d51, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 74805db8-4ca3-40c3-bd36-1cdedc196d51, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11222724829958336667 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1122272482995833666711222724829958336667112227248299583366671122272482995833666711222724829958336667112227248299583366671122272482995833666711222724829958336667112227248299583366671122272482995833666711222724829958336667112227248299583366671122272482995833666711222724829958336667112227248299583366671122272482995833666711222724829958336667112227248299583366671122272482995833666711222724829958336667" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ade7dd49-39cc-4a9a-840c-399b094c7ae9, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6b519694-f413-4714-b866-0d55aa5c35c4, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6b519694-f413-4714-b866-0d55aa5c35c4, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1557718593962780252 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15577185939627802521557718593962780252155771859396278025215577185939627802521557718593962780252155771859396278025215577185939627802521557718593962780252155771859396278025215577185939627802521557718593962780252155771859396278025215577185939627802521557718593962780252155771859396278025215577185939627802521557718593962780252155771859396278025215577185939627802521557718593962780252" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 74805db8-4ca3-40c3-bd36-1cdedc196d51, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cd6c6f5c-d28c-4058-9318-a0c190fd47a7, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cd6c6f5c-d28c-4058-9318-a0c190fd47a7, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8926251113653732145 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89262511136537321458926251113653732145892625111365373214589262511136537321458926251113653732145892625111365373214589262511136537321458926251113653732145892625111365373214589262511136537321458926251113653732145892625111365373214589262511136537321458926251113653732145892625111365373214589262511136537321458926251113653732145892625111365373214589262511136537321458926251113653732145" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6b519694-f413-4714-b866-0d55aa5c35c4, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2524fdf1-828a-46e6-bb19-2acbd9a9e427, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2524fdf1-828a-46e6-bb19-2acbd9a9e427, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4329997956199908463 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43299979561999084634329997956199908463432999795619990846343299979561999084634329997956199908463432999795619990846343299979561999084634329997956199908463432999795619990846343299979561999084634329997956199908463432999795619990846343299979561999084634329997956199908463432999795619990846343299979561999084634329997956199908463432999795619990846343299979561999084634329997956199908463" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cd6c6f5c-d28c-4058-9318-a0c190fd47a7, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 734e0d90-f350-451a-8e76-0746f782a6ce, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 734e0d90-f350-451a-8e76-0746f782a6ce, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3052136130194320411 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30521361301943204113052136130194320411305213613019432041130521361301943204113052136130194320411305213613019432041130521361301943204113052136130194320411305213613019432041130521361301943204113052136130194320411305213613019432041130521361301943204113052136130194320411305213613019432041130521361301943204113052136130194320411305213613019432041130521361301943204113052136130194320411" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2524fdf1-828a-46e6-bb19-2acbd9a9e427, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6d2cedf9-bb6a-4060-bba9-1a831cc01325, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6d2cedf9-bb6a-4060-bba9-1a831cc01325, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2591439534902618731 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25914395349026187312591439534902618731259143953490261873125914395349026187312591439534902618731259143953490261873125914395349026187312591439534902618731259143953490261873125914395349026187312591439534902618731259143953490261873125914395349026187312591439534902618731259143953490261873125914395349026187312591439534902618731259143953490261873125914395349026187312591439534902618731" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 734e0d90-f350-451a-8e76-0746f782a6ce, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 63d62ffe-323a-4077-91f7-3d907c3e2008, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 63d62ffe-323a-4077-91f7-3d907c3e2008, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13249566788668461367 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1324956678866846136713249566788668461367132495667886684613671324956678866846136713249566788668461367132495667886684613671324956678866846136713249566788668461367132495667886684613671324956678866846136713249566788668461367132495667886684613671324956678866846136713249566788668461367132495667886684613671324956678866846136713249566788668461367132495667886684613671324956678866846136713249566788668461367" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6d2cedf9-bb6a-4060-bba9-1a831cc01325, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5a17119b-b5a4-45cc-b129-71cdff8d69c8, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 63d62ffe-323a-4077-91f7-3d907c3e2008, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5a17119b-b5a4-45cc-b129-71cdff8d69c8, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 406556612730217411 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "406556612730217411406556612730217411406556612730217411406556612730217411406556612730217411406556612730217411406556612730217411406556612730217411406556612730217411406556612730217411406556612730217411406556612730217411406556612730217411406556612730217411406556612730217411406556612730217411406556612730217411406556612730217411406556612730217411406556612730217411" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 341ddb81-a403-4154-8e3d-f0d337ae2190, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 341ddb81-a403-4154-8e3d-f0d337ae2190, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10245204655207791419 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1024520465520779141910245204655207791419102452046552077914191024520465520779141910245204655207791419102452046552077914191024520465520779141910245204655207791419102452046552077914191024520465520779141910245204655207791419102452046552077914191024520465520779141910245204655207791419102452046552077914191024520465520779141910245204655207791419102452046552077914191024520465520779141910245204655207791419" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 341ddb81-a403-4154-8e3d-f0d337ae2190, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a18fd4fc-18c2-4e5a-b67a-26f82d84e08a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a18fd4fc-18c2-4e5a-b67a-26f82d84e08a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16331113749148104237 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1633111374914810423716331113749148104237163311137491481042371633111374914810423716331113749148104237163311137491481042371633111374914810423716331113749148104237163311137491481042371633111374914810423716331113749148104237163311137491481042371633111374914810423716331113749148104237163311137491481042371633111374914810423716331113749148104237163311137491481042371633111374914810423716331113749148104237" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a18fd4fc-18c2-4e5a-b67a-26f82d84e08a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a74d0fcd-84e2-40db-9a51-8d33d952f456, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a74d0fcd-84e2-40db-9a51-8d33d952f456, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15490286716410777368 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1549028671641077736815490286716410777368154902867164107773681549028671641077736815490286716410777368154902867164107773681549028671641077736815490286716410777368154902867164107773681549028671641077736815490286716410777368154902867164107773681549028671641077736815490286716410777368154902867164107773681549028671641077736815490286716410777368154902867164107773681549028671641077736815490286716410777368" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5a17119b-b5a4-45cc-b129-71cdff8d69c8, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a74d0fcd-84e2-40db-9a51-8d33d952f456, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b170664b-4107-4f2c-9ace-416d63c1797b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fb186544-849b-46cf-973b-458b9f88015f, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b170664b-4107-4f2c-9ace-416d63c1797b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 572559789709559365 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "572559789709559365572559789709559365572559789709559365572559789709559365572559789709559365572559789709559365572559789709559365572559789709559365572559789709559365572559789709559365572559789709559365572559789709559365572559789709559365572559789709559365572559789709559365572559789709559365572559789709559365572559789709559365572559789709559365572559789709559365" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fb186544-849b-46cf-973b-458b9f88015f, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8522600143460379192 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85226001434603791928522600143460379192852260014346037919285226001434603791928522600143460379192852260014346037919285226001434603791928522600143460379192852260014346037919285226001434603791928522600143460379192852260014346037919285226001434603791928522600143460379192852260014346037919285226001434603791928522600143460379192852260014346037919285226001434603791928522600143460379192" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fb186544-849b-46cf-973b-458b9f88015f, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7570f424-5c2c-4075-beeb-79eafbe7d5af, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7570f424-5c2c-4075-beeb-79eafbe7d5af, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4076440157550661603 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40764401575506616034076440157550661603407644015755066160340764401575506616034076440157550661603407644015755066160340764401575506616034076440157550661603407644015755066160340764401575506616034076440157550661603407644015755066160340764401575506616034076440157550661603407644015755066160340764401575506616034076440157550661603407644015755066160340764401575506616034076440157550661603" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b170664b-4107-4f2c-9ace-416d63c1797b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 323877a3-061f-47c0-bf28-7a967eed6606, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 323877a3-061f-47c0-bf28-7a967eed6606, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16690326167968296902 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1669032616796829690216690326167968296902166903261679682969021669032616796829690216690326167968296902166903261679682969021669032616796829690216690326167968296902166903261679682969021669032616796829690216690326167968296902166903261679682969021669032616796829690216690326167968296902166903261679682969021669032616796829690216690326167968296902166903261679682969021669032616796829690216690326167968296902" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 323877a3-061f-47c0-bf28-7a967eed6606, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 132f7090-b938-4daa-bae2-73455d13a789, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 132f7090-b938-4daa-bae2-73455d13a789, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6131421407860412464 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61314214078604124646131421407860412464613142140786041246461314214078604124646131421407860412464613142140786041246461314214078604124646131421407860412464613142140786041246461314214078604124646131421407860412464613142140786041246461314214078604124646131421407860412464613142140786041246461314214078604124646131421407860412464613142140786041246461314214078604124646131421407860412464" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7570f424-5c2c-4075-beeb-79eafbe7d5af, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f520f4ea-14cd-4c82-b1a6-a521b070756f, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f520f4ea-14cd-4c82-b1a6-a521b070756f, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10709192102239358821 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1070919210223935882110709192102239358821107091921022393588211070919210223935882110709192102239358821107091921022393588211070919210223935882110709192102239358821107091921022393588211070919210223935882110709192102239358821107091921022393588211070919210223935882110709192102239358821107091921022393588211070919210223935882110709192102239358821107091921022393588211070919210223935882110709192102239358821" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 132f7090-b938-4daa-bae2-73455d13a789, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 92f94518-0622-4ade-bf17-4a4be7baf29b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 92f94518-0622-4ade-bf17-4a4be7baf29b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13129696777522468708 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1312969677752246870813129696777522468708131296967775224687081312969677752246870813129696777522468708131296967775224687081312969677752246870813129696777522468708131296967775224687081312969677752246870813129696777522468708131296967775224687081312969677752246870813129696777522468708131296967775224687081312969677752246870813129696777522468708131296967775224687081312969677752246870813129696777522468708" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f520f4ea-14cd-4c82-b1a6-a521b070756f, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 29c896e5-fd72-4594-871f-170676b81f70, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 29c896e5-fd72-4594-871f-170676b81f70, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3830719532922492988 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38307195329224929883830719532922492988383071953292249298838307195329224929883830719532922492988383071953292249298838307195329224929883830719532922492988383071953292249298838307195329224929883830719532922492988383071953292249298838307195329224929883830719532922492988383071953292249298838307195329224929883830719532922492988383071953292249298838307195329224929883830719532922492988" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 92f94518-0622-4ade-bf17-4a4be7baf29b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4ec05cfd-7237-4122-9a25-301bd14bf0a6, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4ec05cfd-7237-4122-9a25-301bd14bf0a6, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1671872109082887084 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16718721090828870841671872109082887084167187210908288708416718721090828870841671872109082887084167187210908288708416718721090828870841671872109082887084167187210908288708416718721090828870841671872109082887084167187210908288708416718721090828870841671872109082887084167187210908288708416718721090828870841671872109082887084167187210908288708416718721090828870841671872109082887084" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 29c896e5-fd72-4594-871f-170676b81f70, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 232dbf00-47e8-49e7-8daa-02c17c3c1b48, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 232dbf00-47e8-49e7-8daa-02c17c3c1b48, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7287811753091977225 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72878117530919772257287811753091977225728781175309197722572878117530919772257287811753091977225728781175309197722572878117530919772257287811753091977225728781175309197722572878117530919772257287811753091977225728781175309197722572878117530919772257287811753091977225728781175309197722572878117530919772257287811753091977225728781175309197722572878117530919772257287811753091977225" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4ec05cfd-7237-4122-9a25-301bd14bf0a6, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3ec305bf-ea45-404b-9b37-d90dffe020e8, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3ec305bf-ea45-404b-9b37-d90dffe020e8, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9476190355025561847 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94761903550255618479476190355025561847947619035502556184794761903550255618479476190355025561847947619035502556184794761903550255618479476190355025561847947619035502556184794761903550255618479476190355025561847947619035502556184794761903550255618479476190355025561847947619035502556184794761903550255618479476190355025561847947619035502556184794761903550255618479476190355025561847" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 232dbf00-47e8-49e7-8daa-02c17c3c1b48, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7d3836e0-25f2-4cef-af21-e8e72fce4bfa, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3ec305bf-ea45-404b-9b37-d90dffe020e8, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7d3836e0-25f2-4cef-af21-e8e72fce4bfa, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 563279632173346053 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "563279632173346053563279632173346053563279632173346053563279632173346053563279632173346053563279632173346053563279632173346053563279632173346053563279632173346053563279632173346053563279632173346053563279632173346053563279632173346053563279632173346053563279632173346053563279632173346053563279632173346053563279632173346053563279632173346053563279632173346053" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a00cecc6-58e7-449f-bb42-2eb059c1010d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a00cecc6-58e7-449f-bb42-2eb059c1010d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10454749567248754269 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1045474956724875426910454749567248754269104547495672487542691045474956724875426910454749567248754269104547495672487542691045474956724875426910454749567248754269104547495672487542691045474956724875426910454749567248754269104547495672487542691045474956724875426910454749567248754269104547495672487542691045474956724875426910454749567248754269104547495672487542691045474956724875426910454749567248754269" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7d3836e0-25f2-4cef-af21-e8e72fce4bfa, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e13603f2-9834-4fda-9f91-6569eb1ac807, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e13603f2-9834-4fda-9f91-6569eb1ac807, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13376094065481655312 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1337609406548165531213376094065481655312133760940654816553121337609406548165531213376094065481655312133760940654816553121337609406548165531213376094065481655312133760940654816553121337609406548165531213376094065481655312133760940654816553121337609406548165531213376094065481655312133760940654816553121337609406548165531213376094065481655312133760940654816553121337609406548165531213376094065481655312" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a00cecc6-58e7-449f-bb42-2eb059c1010d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cf863482-be21-419c-b4ea-d11df09a5813, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cf863482-be21-419c-b4ea-d11df09a5813, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10468064053685184073 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1046806405368518407310468064053685184073104680640536851840731046806405368518407310468064053685184073104680640536851840731046806405368518407310468064053685184073104680640536851840731046806405368518407310468064053685184073104680640536851840731046806405368518407310468064053685184073104680640536851840731046806405368518407310468064053685184073104680640536851840731046806405368518407310468064053685184073" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e13603f2-9834-4fda-9f91-6569eb1ac807, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4ae51ea7-422e-4c0d-932a-f57b450eed0b, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4ae51ea7-422e-4c0d-932a-f57b450eed0b, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8150617854255273010 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81506178542552730108150617854255273010815061785425527301081506178542552730108150617854255273010815061785425527301081506178542552730108150617854255273010815061785425527301081506178542552730108150617854255273010815061785425527301081506178542552730108150617854255273010815061785425527301081506178542552730108150617854255273010815061785425527301081506178542552730108150617854255273010" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4ae51ea7-422e-4c0d-932a-f57b450eed0b, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 47ee4b29-b7f3-43c2-adb8-e34abf416bf6, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 47ee4b29-b7f3-43c2-adb8-e34abf416bf6, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1855813285721941983 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18558132857219419831855813285721941983185581328572194198318558132857219419831855813285721941983185581328572194198318558132857219419831855813285721941983185581328572194198318558132857219419831855813285721941983185581328572194198318558132857219419831855813285721941983185581328572194198318558132857219419831855813285721941983185581328572194198318558132857219419831855813285721941983" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cf863482-be21-419c-b4ea-d11df09a5813, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7cb23bda-feb6-4309-816b-8f379795e360, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7cb23bda-feb6-4309-816b-8f379795e360, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14800517040140967997 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1480051704014096799714800517040140967997148005170401409679971480051704014096799714800517040140967997148005170401409679971480051704014096799714800517040140967997148005170401409679971480051704014096799714800517040140967997148005170401409679971480051704014096799714800517040140967997148005170401409679971480051704014096799714800517040140967997148005170401409679971480051704014096799714800517040140967997" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 47ee4b29-b7f3-43c2-adb8-e34abf416bf6, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, abecfbdc-0783-474d-b4c3-8cb90e4d9b52, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, abecfbdc-0783-474d-b4c3-8cb90e4d9b52, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 333400005321001530 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "333400005321001530333400005321001530333400005321001530333400005321001530333400005321001530333400005321001530333400005321001530333400005321001530333400005321001530333400005321001530333400005321001530333400005321001530333400005321001530333400005321001530333400005321001530333400005321001530333400005321001530333400005321001530333400005321001530333400005321001530" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7cb23bda-feb6-4309-816b-8f379795e360, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 366a4389-ec1c-48e3-b088-28e9234fba75, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 366a4389-ec1c-48e3-b088-28e9234fba75, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7882852910163533771 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78828529101635337717882852910163533771788285291016353377178828529101635337717882852910163533771788285291016353377178828529101635337717882852910163533771788285291016353377178828529101635337717882852910163533771788285291016353377178828529101635337717882852910163533771788285291016353377178828529101635337717882852910163533771788285291016353377178828529101635337717882852910163533771" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, abecfbdc-0783-474d-b4c3-8cb90e4d9b52, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e7b92dad-bf89-4c30-a5ab-72abedf0d115, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e7b92dad-bf89-4c30-a5ab-72abedf0d115, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12753945771285741297 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1275394577128574129712753945771285741297127539457712857412971275394577128574129712753945771285741297127539457712857412971275394577128574129712753945771285741297127539457712857412971275394577128574129712753945771285741297127539457712857412971275394577128574129712753945771285741297127539457712857412971275394577128574129712753945771285741297127539457712857412971275394577128574129712753945771285741297" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 366a4389-ec1c-48e3-b088-28e9234fba75, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 57ec5efa-1245-4e59-a178-abd8f4b12ead, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 57ec5efa-1245-4e59-a178-abd8f4b12ead, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6744597814814633607 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67445978148146336076744597814814633607674459781481463360767445978148146336076744597814814633607674459781481463360767445978148146336076744597814814633607674459781481463360767445978148146336076744597814814633607674459781481463360767445978148146336076744597814814633607674459781481463360767445978148146336076744597814814633607674459781481463360767445978148146336076744597814814633607" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e7b92dad-bf89-4c30-a5ab-72abedf0d115, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 15b7442b-0107-4494-b48f-032f63ed72a7, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 15b7442b-0107-4494-b48f-032f63ed72a7, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8462774949234928546 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84627749492349285468462774949234928546846277494923492854684627749492349285468462774949234928546846277494923492854684627749492349285468462774949234928546846277494923492854684627749492349285468462774949234928546846277494923492854684627749492349285468462774949234928546846277494923492854684627749492349285468462774949234928546846277494923492854684627749492349285468462774949234928546" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 57ec5efa-1245-4e59-a178-abd8f4b12ead, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 78163d91-5556-4895-8296-36e1d388da7d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 78163d91-5556-4895-8296-36e1d388da7d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16741789486518263141 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1674178948651826314116741789486518263141167417894865182631411674178948651826314116741789486518263141167417894865182631411674178948651826314116741789486518263141167417894865182631411674178948651826314116741789486518263141167417894865182631411674178948651826314116741789486518263141167417894865182631411674178948651826314116741789486518263141167417894865182631411674178948651826314116741789486518263141" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 15b7442b-0107-4494-b48f-032f63ed72a7, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 94428c23-73f5-4597-a43b-353df67bdd8f, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 94428c23-73f5-4597-a43b-353df67bdd8f, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10556667214186978236 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1055666721418697823610556667214186978236105566672141869782361055666721418697823610556667214186978236105566672141869782361055666721418697823610556667214186978236105566672141869782361055666721418697823610556667214186978236105566672141869782361055666721418697823610556667214186978236105566672141869782361055666721418697823610556667214186978236105566672141869782361055666721418697823610556667214186978236" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 78163d91-5556-4895-8296-36e1d388da7d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ce06bc50-c6af-4176-ac43-f2336ed7e935, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ce06bc50-c6af-4176-ac43-f2336ed7e935, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9493442412191838514 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94934424121918385149493442412191838514949344241219183851494934424121918385149493442412191838514949344241219183851494934424121918385149493442412191838514949344241219183851494934424121918385149493442412191838514949344241219183851494934424121918385149493442412191838514949344241219183851494934424121918385149493442412191838514949344241219183851494934424121918385149493442412191838514" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 94428c23-73f5-4597-a43b-353df67bdd8f, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 81fce285-adaa-4b67-b5a0-cd2f8269a738, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 81fce285-adaa-4b67-b5a0-cd2f8269a738, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7595729769468785163 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75957297694687851637595729769468785163759572976946878516375957297694687851637595729769468785163759572976946878516375957297694687851637595729769468785163759572976946878516375957297694687851637595729769468785163759572976946878516375957297694687851637595729769468785163759572976946878516375957297694687851637595729769468785163759572976946878516375957297694687851637595729769468785163" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ce06bc50-c6af-4176-ac43-f2336ed7e935, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 313dba28-ab53-4a85-be33-2ecd64c49c90, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 313dba28-ab53-4a85-be33-2ecd64c49c90, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12354043908769366996 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1235404390876936699612354043908769366996123540439087693669961235404390876936699612354043908769366996123540439087693669961235404390876936699612354043908769366996123540439087693669961235404390876936699612354043908769366996123540439087693669961235404390876936699612354043908769366996123540439087693669961235404390876936699612354043908769366996123540439087693669961235404390876936699612354043908769366996" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 313dba28-ab53-4a85-be33-2ecd64c49c90, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 96d00cc8-6f84-4783-9995-8e0ee7ac860b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 96d00cc8-6f84-4783-9995-8e0ee7ac860b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7399553876649471888 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73995538766494718887399553876649471888739955387664947188873995538766494718887399553876649471888739955387664947188873995538766494718887399553876649471888739955387664947188873995538766494718887399553876649471888739955387664947188873995538766494718887399553876649471888739955387664947188873995538766494718887399553876649471888739955387664947188873995538766494718887399553876649471888" } } } 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 1478737) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1478737) elapsed time (sec): 1.3894801139831543
DEBUG    ya.test:process.py:263 Command (pid 1478737) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1478737) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1478737) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1478737) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1478737) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1478737) maxrss: 763480
DEBUG    ya.test:process.py:263 Command (pid 1478737) minflt: 45186
DEBUG    ya.test:process.py:263 Command (pid 1478737) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1478737) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1478737) nivcsw: 244
DEBUG    ya.test:process.py:263 Command (pid 1478737) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1478737) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1478737) nvcsw: 14
DEBUG    ya.test:process.py:263 Command (pid 1478737) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1478737) stime: 0.20246799999999998
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 96d00cc8-6f84-4783-9995-8e0ee7ac860b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b210b794-01eb-480f-ada8-3a1b84f2b4cd, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b210b794-01eb-480f-ada8-3a1b84f2b4cd, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6591015199406558179 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65910151994065581796591015199406558179659101519940655817965910151994065581796591015199406558179659101519940655817965910151994065581796591015199406558179659101519940655817965910151994065581796591015199406558179659101519940655817965910151994065581796591015199406558179659101519940655817965910151994065581796591015199406558179659101519940655817965910151994065581796591015199406558179" } } } 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 1478737) utime: 0.5159739999999999
DEBUG    ya.test:process.py:263 Command (pid 1478737) wtime: 1.402
DEBUG    ya.test:process.py:275 Command (pid 1478737) output:
Git info:
    Commit: 7a23765876ee13ed78e91c1ca1b71325a253b183
    Branch: 
    Author: kungurtsev <alexey66rus@gmail.com>
    Summary: Merge 469f9798005a1a918298775cb8a5adb11a8a50bd into 8d50e29d1b84743d62916af6925e96bcba19c3a1

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

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

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:298 Node 1 version:
Git info:
    Commit: 7a23765876ee13ed78e91c1ca1b71325a253b183
    Branch: 
    Author: kungurtsev <alexey66rus@gmail.com>
    Summary: Merge 469f9798005a1a918298775cb8a5adb11a8a50bd into 8d50e29d1b84743d62916af6925e96bcba19c3a1
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 81fce285-adaa-4b67-b5a0-cd2f8269a738, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 85ab6003-a2a7-4e54-aef9-2d702a46a49d, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 85ab6003-a2a7-4e54-aef9-2d702a46a49d, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12338943198934262614 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1233894319893426261412338943198934262614123389431989342626141233894319893426261412338943198934262614123389431989342626141233894319893426261412338943198934262614123389431989342626141233894319893426261412338943198934262614123389431989342626141233894319893426261412338943198934262614123389431989342626141233894319893426261412338943198934262614123389431989342626141233894319893426261412338943198934262614" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 85ab6003-a2a7-4e54-aef9-2d702a46a49d, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 34494d8f-38a8-4add-889f-ef4bac68e39f, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 34494d8f-38a8-4add-889f-ef4bac68e39f, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7375238765398152516 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73752387653981525167375238765398152516737523876539815251673752387653981525167375238765398152516737523876539815251673752387653981525167375238765398152516737523876539815251673752387653981525167375238765398152516737523876539815251673752387653981525167375238765398152516737523876539815251673752387653981525167375238765398152516737523876539815251673752387653981525167375238765398152516" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b210b794-01eb-480f-ada8-3a1b84f2b4cd, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 08a41854-2032-4c75-ac04-9b38cf97c96a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 08a41854-2032-4c75-ac04-9b38cf97c96a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5054019474488882058 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50540194744888820585054019474488882058505401947448888205850540194744888820585054019474488882058505401947448888205850540194744888820585054019474488882058505401947448888205850540194744888820585054019474488882058505401947448888205850540194744888820585054019474488882058505401947448888205850540194744888820585054019474488882058505401947448888205850540194744888820585054019474488882058" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 34494d8f-38a8-4add-889f-ef4bac68e39f, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bd768cf5-75ca-4553-9eb0-d2ac12eb6321, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bd768cf5-75ca-4553-9eb0-d2ac12eb6321, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12555425942313966524 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1255542594231396652412555425942313966524125554259423139665241255542594231396652412555425942313966524125554259423139665241255542594231396652412555425942313966524125554259423139665241255542594231396652412555425942313966524125554259423139665241255542594231396652412555425942313966524125554259423139665241255542594231396652412555425942313966524125554259423139665241255542594231396652412555425942313966524" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 08a41854-2032-4c75-ac04-9b38cf97c96a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 09ea080d-79ed-407b-bc46-2fb5854e6791, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 09ea080d-79ed-407b-bc46-2fb5854e6791, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11396095938743630330 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1139609593874363033011396095938743630330113960959387436303301139609593874363033011396095938743630330113960959387436303301139609593874363033011396095938743630330113960959387436303301139609593874363033011396095938743630330113960959387436303301139609593874363033011396095938743630330113960959387436303301139609593874363033011396095938743630330113960959387436303301139609593874363033011396095938743630330" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 09ea080d-79ed-407b-bc46-2fb5854e6791, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2a7b758f-6796-4325-af0d-939d0753e29c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bd768cf5-75ca-4553-9eb0-d2ac12eb6321, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a92b200a-316c-4559-b4bd-3cc8ad58b641, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a92b200a-316c-4559-b4bd-3cc8ad58b641, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18425947874578301172 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1842594787457830117218425947874578301172184259478745783011721842594787457830117218425947874578301172184259478745783011721842594787457830117218425947874578301172184259478745783011721842594787457830117218425947874578301172184259478745783011721842594787457830117218425947874578301172184259478745783011721842594787457830117218425947874578301172184259478745783011721842594787457830117218425947874578301172" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2a7b758f-6796-4325-af0d-939d0753e29c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6153323100494208893 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61533231004942088936153323100494208893615332310049420889361533231004942088936153323100494208893615332310049420889361533231004942088936153323100494208893615332310049420889361533231004942088936153323100494208893615332310049420889361533231004942088936153323100494208893615332310049420889361533231004942088936153323100494208893615332310049420889361533231004942088936153323100494208893" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2a7b758f-6796-4325-af0d-939d0753e29c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fbedf23d-094c-42e1-b838-c8eafcc9ada9, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fbedf23d-094c-42e1-b838-c8eafcc9ada9, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12964677089404784507 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1296467708940478450712964677089404784507129646770894047845071296467708940478450712964677089404784507129646770894047845071296467708940478450712964677089404784507129646770894047845071296467708940478450712964677089404784507129646770894047845071296467708940478450712964677089404784507129646770894047845071296467708940478450712964677089404784507129646770894047845071296467708940478450712964677089404784507" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fbedf23d-094c-42e1-b838-c8eafcc9ada9, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b67d56c8-20bd-4377-9feb-24c7e107f510, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b67d56c8-20bd-4377-9feb-24c7e107f510, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2844762506106432991 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28447625061064329912844762506106432991284476250610643299128447625061064329912844762506106432991284476250610643299128447625061064329912844762506106432991284476250610643299128447625061064329912844762506106432991284476250610643299128447625061064329912844762506106432991284476250610643299128447625061064329912844762506106432991284476250610643299128447625061064329912844762506106432991" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a92b200a-316c-4559-b4bd-3cc8ad58b641, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 05c65982-95cc-4ad2-98bd-cd2f2e1d9931, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 05c65982-95cc-4ad2-98bd-cd2f2e1d9931, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1449200134288717327 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14492001342887173271449200134288717327144920013428871732714492001342887173271449200134288717327144920013428871732714492001342887173271449200134288717327144920013428871732714492001342887173271449200134288717327144920013428871732714492001342887173271449200134288717327144920013428871732714492001342887173271449200134288717327144920013428871732714492001342887173271449200134288717327" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b67d56c8-20bd-4377-9feb-24c7e107f510, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 13d8e123-a2cf-43c4-846c-449239b9d030, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 13d8e123-a2cf-43c4-846c-449239b9d030, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12072800771676262237 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1207280077167626223712072800771676262237120728007716762622371207280077167626223712072800771676262237120728007716762622371207280077167626223712072800771676262237120728007716762622371207280077167626223712072800771676262237120728007716762622371207280077167626223712072800771676262237120728007716762622371207280077167626223712072800771676262237120728007716762622371207280077167626223712072800771676262237" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 05c65982-95cc-4ad2-98bd-cd2f2e1d9931, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e619ae53-cafa-48d0-a04d-11f73b5ec949, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e619ae53-cafa-48d0-a04d-11f73b5ec949, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4521810936108750456 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45218109361087504564521810936108750456452181093610875045645218109361087504564521810936108750456452181093610875045645218109361087504564521810936108750456452181093610875045645218109361087504564521810936108750456452181093610875045645218109361087504564521810936108750456452181093610875045645218109361087504564521810936108750456452181093610875045645218109361087504564521810936108750456" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e619ae53-cafa-48d0-a04d-11f73b5ec949, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4262c47f-d69c-4bcd-bf34-4c99c8985b50, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4262c47f-d69c-4bcd-bf34-4c99c8985b50, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11550484141458811809 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1155048414145881180911550484141458811809115504841414588118091155048414145881180911550484141458811809115504841414588118091155048414145881180911550484141458811809115504841414588118091155048414145881180911550484141458811809115504841414588118091155048414145881180911550484141458811809115504841414588118091155048414145881180911550484141458811809115504841414588118091155048414145881180911550484141458811809" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 13d8e123-a2cf-43c4-846c-449239b9d030, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4262c47f-d69c-4bcd-bf34-4c99c8985b50, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5a5d1a51-8835-4303-8117-6c9e6f694a01, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5a5d1a51-8835-4303-8117-6c9e6f694a01, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17487749099965084611 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1748774909996508461117487749099965084611174877490999650846111748774909996508461117487749099965084611174877490999650846111748774909996508461117487749099965084611174877490999650846111748774909996508461117487749099965084611174877490999650846111748774909996508461117487749099965084611174877490999650846111748774909996508461117487749099965084611174877490999650846111748774909996508461117487749099965084611" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 90800368-5a25-4af0-be33-41d8e0e73222, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 90800368-5a25-4af0-be33-41d8e0e73222, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13989339611312816877 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1398933961131281687713989339611312816877139893396113128168771398933961131281687713989339611312816877139893396113128168771398933961131281687713989339611312816877139893396113128168771398933961131281687713989339611312816877139893396113128168771398933961131281687713989339611312816877139893396113128168771398933961131281687713989339611312816877139893396113128168771398933961131281687713989339611312816877" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5a5d1a51-8835-4303-8117-6c9e6f694a01, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f36b6e53-4ed4-4e0c-9e13-0841114fbf61, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 90800368-5a25-4af0-be33-41d8e0e73222, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c2a1e3c8-0f36-4bc8-81f0-e0600d167bc3, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c2a1e3c8-0f36-4bc8-81f0-e0600d167bc3, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3782093228224403912 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37820932282244039123782093228224403912378209322822440391237820932282244039123782093228224403912378209322822440391237820932282244039123782093228224403912378209322822440391237820932282244039123782093228224403912378209322822440391237820932282244039123782093228224403912378209322822440391237820932282244039123782093228224403912378209322822440391237820932282244039123782093228224403912" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f36b6e53-4ed4-4e0c-9e13-0841114fbf61, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9486184223482561322 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94861842234825613229486184223482561322948618422348256132294861842234825613229486184223482561322948618422348256132294861842234825613229486184223482561322948618422348256132294861842234825613229486184223482561322948618422348256132294861842234825613229486184223482561322948618422348256132294861842234825613229486184223482561322948618422348256132294861842234825613229486184223482561322" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c2a1e3c8-0f36-4bc8-81f0-e0600d167bc3, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9355870f-a3b0-414c-aacf-03dcb1fa255c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9355870f-a3b0-414c-aacf-03dcb1fa255c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 425986179960918836 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "425986179960918836425986179960918836425986179960918836425986179960918836425986179960918836425986179960918836425986179960918836425986179960918836425986179960918836425986179960918836425986179960918836425986179960918836425986179960918836425986179960918836425986179960918836425986179960918836425986179960918836425986179960918836425986179960918836425986179960918836" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f36b6e53-4ed4-4e0c-9e13-0841114fbf61, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7f63ff38-7b10-479a-8cd7-f45b037fa921, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9355870f-a3b0-414c-aacf-03dcb1fa255c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e0891ccf-2fbe-4ea9-aba0-e62842fa5358, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7f63ff38-7b10-479a-8cd7-f45b037fa921, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2416255440031119854 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24162554400311198542416255440031119854241625544003111985424162554400311198542416255440031119854241625544003111985424162554400311198542416255440031119854241625544003111985424162554400311198542416255440031119854241625544003111985424162554400311198542416255440031119854241625544003111985424162554400311198542416255440031119854241625544003111985424162554400311198542416255440031119854" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e0891ccf-2fbe-4ea9-aba0-e62842fa5358, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6069026474965252416 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60690264749652524166069026474965252416606902647496525241660690264749652524166069026474965252416606902647496525241660690264749652524166069026474965252416606902647496525241660690264749652524166069026474965252416606902647496525241660690264749652524166069026474965252416606902647496525241660690264749652524166069026474965252416606902647496525241660690264749652524166069026474965252416" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7f63ff38-7b10-479a-8cd7-f45b037fa921, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ff49d09e-4e16-4d59-b6dd-9e44992d8945, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ff49d09e-4e16-4d59-b6dd-9e44992d8945, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9536331804266715271 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95363318042667152719536331804266715271953633180426671527195363318042667152719536331804266715271953633180426671527195363318042667152719536331804266715271953633180426671527195363318042667152719536331804266715271953633180426671527195363318042667152719536331804266715271953633180426671527195363318042667152719536331804266715271953633180426671527195363318042667152719536331804266715271" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e0891ccf-2fbe-4ea9-aba0-e62842fa5358, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e7f3e5c6-c906-4a4e-9d3d-a25eaf4e6735, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ff49d09e-4e16-4d59-b6dd-9e44992d8945, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e7f3e5c6-c906-4a4e-9d3d-a25eaf4e6735, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15654612129806631150 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1565461212980663115015654612129806631150156546121298066311501565461212980663115015654612129806631150156546121298066311501565461212980663115015654612129806631150156546121298066311501565461212980663115015654612129806631150156546121298066311501565461212980663115015654612129806631150156546121298066311501565461212980663115015654612129806631150156546121298066311501565461212980663115015654612129806631150" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 44c3edae-c08a-4361-8821-9c7819731521, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 44c3edae-c08a-4361-8821-9c7819731521, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8160075185429533531 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81600751854295335318160075185429533531816007518542953353181600751854295335318160075185429533531816007518542953353181600751854295335318160075185429533531816007518542953353181600751854295335318160075185429533531816007518542953353181600751854295335318160075185429533531816007518542953353181600751854295335318160075185429533531816007518542953353181600751854295335318160075185429533531" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e7f3e5c6-c906-4a4e-9d3d-a25eaf4e6735, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a66ae2c4-7c24-4a8a-b581-a1dd7cf6ae70, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 44c3edae-c08a-4361-8821-9c7819731521, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8f930534-6bbe-48e3-88a0-20c42edb7dea, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a66ae2c4-7c24-4a8a-b581-a1dd7cf6ae70, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16454334626811983410 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1645433462681198341016454334626811983410164543346268119834101645433462681198341016454334626811983410164543346268119834101645433462681198341016454334626811983410164543346268119834101645433462681198341016454334626811983410164543346268119834101645433462681198341016454334626811983410164543346268119834101645433462681198341016454334626811983410164543346268119834101645433462681198341016454334626811983410" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8f930534-6bbe-48e3-88a0-20c42edb7dea, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8221733714861605786 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82217337148616057868221733714861605786822173371486160578682217337148616057868221733714861605786822173371486160578682217337148616057868221733714861605786822173371486160578682217337148616057868221733714861605786822173371486160578682217337148616057868221733714861605786822173371486160578682217337148616057868221733714861605786822173371486160578682217337148616057868221733714861605786" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a66ae2c4-7c24-4a8a-b581-a1dd7cf6ae70, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0db0d0fe-0c99-4169-ac63-fbb5e1229acb, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8f930534-6bbe-48e3-88a0-20c42edb7dea, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e010e7e9-8218-4ba5-94d8-741a4b6ae2d2, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e010e7e9-8218-4ba5-94d8-741a4b6ae2d2, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6460231243480631499 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64602312434806314996460231243480631499646023124348063149964602312434806314996460231243480631499646023124348063149964602312434806314996460231243480631499646023124348063149964602312434806314996460231243480631499646023124348063149964602312434806314996460231243480631499646023124348063149964602312434806314996460231243480631499646023124348063149964602312434806314996460231243480631499" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0db0d0fe-0c99-4169-ac63-fbb5e1229acb, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6373428316449884733 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63734283164498847336373428316449884733637342831644988473363734283164498847336373428316449884733637342831644988473363734283164498847336373428316449884733637342831644988473363734283164498847336373428316449884733637342831644988473363734283164498847336373428316449884733637342831644988473363734283164498847336373428316449884733637342831644988473363734283164498847336373428316449884733" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e010e7e9-8218-4ba5-94d8-741a4b6ae2d2, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8b5ff8a9-066d-4c90-8deb-70144af9e7e2, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0db0d0fe-0c99-4169-ac63-fbb5e1229acb, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8b5ff8a9-066d-4c90-8deb-70144af9e7e2, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6385285586617723323 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63852855866177233236385285586617723323638528558661772332363852855866177233236385285586617723323638528558661772332363852855866177233236385285586617723323638528558661772332363852855866177233236385285586617723323638528558661772332363852855866177233236385285586617723323638528558661772332363852855866177233236385285586617723323638528558661772332363852855866177233236385285586617723323" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3e6437f0-ff6f-4bd4-9341-e32a7bbb0199, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8b5ff8a9-066d-4c90-8deb-70144af9e7e2, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3e6437f0-ff6f-4bd4-9341-e32a7bbb0199, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18036385010946559249 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1803638501094655924918036385010946559249180363850109465592491803638501094655924918036385010946559249180363850109465592491803638501094655924918036385010946559249180363850109465592491803638501094655924918036385010946559249180363850109465592491803638501094655924918036385010946559249180363850109465592491803638501094655924918036385010946559249180363850109465592491803638501094655924918036385010946559249" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ea37e1d3-daf0-471f-8e1e-a1545b9994af, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ea37e1d3-daf0-471f-8e1e-a1545b9994af, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 832956529278090076 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "832956529278090076832956529278090076832956529278090076832956529278090076832956529278090076832956529278090076832956529278090076832956529278090076832956529278090076832956529278090076832956529278090076832956529278090076832956529278090076832956529278090076832956529278090076832956529278090076832956529278090076832956529278090076832956529278090076832956529278090076" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3e6437f0-ff6f-4bd4-9341-e32a7bbb0199, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8bedd134-40f5-4bd6-8228-7f0f2eff0178, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8bedd134-40f5-4bd6-8228-7f0f2eff0178, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14428089018395167243 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1442808901839516724314428089018395167243144280890183951672431442808901839516724314428089018395167243144280890183951672431442808901839516724314428089018395167243144280890183951672431442808901839516724314428089018395167243144280890183951672431442808901839516724314428089018395167243144280890183951672431442808901839516724314428089018395167243144280890183951672431442808901839516724314428089018395167243" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ea37e1d3-daf0-471f-8e1e-a1545b9994af, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a086c0e3-ae44-44d7-976b-33455e141771, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a086c0e3-ae44-44d7-976b-33455e141771, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5149468552321290521 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51494685523212905215149468552321290521514946855232129052151494685523212905215149468552321290521514946855232129052151494685523212905215149468552321290521514946855232129052151494685523212905215149468552321290521514946855232129052151494685523212905215149468552321290521514946855232129052151494685523212905215149468552321290521514946855232129052151494685523212905215149468552321290521" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8bedd134-40f5-4bd6-8228-7f0f2eff0178, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6d05cee3-7c21-4335-b652-43dc235825ef, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6d05cee3-7c21-4335-b652-43dc235825ef, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7686023265799195264 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76860232657991952647686023265799195264768602326579919526476860232657991952647686023265799195264768602326579919526476860232657991952647686023265799195264768602326579919526476860232657991952647686023265799195264768602326579919526476860232657991952647686023265799195264768602326579919526476860232657991952647686023265799195264768602326579919526476860232657991952647686023265799195264" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a086c0e3-ae44-44d7-976b-33455e141771, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7e4ec145-4faa-4227-9370-0754101a418c, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7e4ec145-4faa-4227-9370-0754101a418c, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2418824369715851040 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24188243697158510402418824369715851040241882436971585104024188243697158510402418824369715851040241882436971585104024188243697158510402418824369715851040241882436971585104024188243697158510402418824369715851040241882436971585104024188243697158510402418824369715851040241882436971585104024188243697158510402418824369715851040241882436971585104024188243697158510402418824369715851040" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6d05cee3-7c21-4335-b652-43dc235825ef, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 00cb75b6-4611-4e88-ae15-3c438b98c4d5, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 00cb75b6-4611-4e88-ae15-3c438b98c4d5, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11079974589577873833 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1107997458957787383311079974589577873833110799745895778738331107997458957787383311079974589577873833110799745895778738331107997458957787383311079974589577873833110799745895778738331107997458957787383311079974589577873833110799745895778738331107997458957787383311079974589577873833110799745895778738331107997458957787383311079974589577873833110799745895778738331107997458957787383311079974589577873833" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7e4ec145-4faa-4227-9370-0754101a418c, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e28befe0-1648-433d-a009-7ea878409162, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e28befe0-1648-433d-a009-7ea878409162, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9575130954319224417 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95751309543192244179575130954319224417957513095431922441795751309543192244179575130954319224417957513095431922441795751309543192244179575130954319224417957513095431922441795751309543192244179575130954319224417957513095431922441795751309543192244179575130954319224417957513095431922441795751309543192244179575130954319224417957513095431922441795751309543192244179575130954319224417" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e28befe0-1648-433d-a009-7ea878409162, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a3f3ad13-54cf-4cdf-9d0e-6b3155b561cf, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a3f3ad13-54cf-4cdf-9d0e-6b3155b561cf, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5530423069168143863 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55304230691681438635530423069168143863553042306916814386355304230691681438635530423069168143863553042306916814386355304230691681438635530423069168143863553042306916814386355304230691681438635530423069168143863553042306916814386355304230691681438635530423069168143863553042306916814386355304230691681438635530423069168143863553042306916814386355304230691681438635530423069168143863" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 00cb75b6-4611-4e88-ae15-3c438b98c4d5, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a861f5be-30c0-47df-b1f6-a015d4147226, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a3f3ad13-54cf-4cdf-9d0e-6b3155b561cf, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4183a261-14dc-43a5-8b79-d3cf02435044, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4183a261-14dc-43a5-8b79-d3cf02435044, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7838055718481382664 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78380557184813826647838055718481382664783805571848138266478380557184813826647838055718481382664783805571848138266478380557184813826647838055718481382664783805571848138266478380557184813826647838055718481382664783805571848138266478380557184813826647838055718481382664783805571848138266478380557184813826647838055718481382664783805571848138266478380557184813826647838055718481382664" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a861f5be-30c0-47df-b1f6-a015d4147226, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14055803433632409985 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1405580343363240998514055803433632409985140558034336324099851405580343363240998514055803433632409985140558034336324099851405580343363240998514055803433632409985140558034336324099851405580343363240998514055803433632409985140558034336324099851405580343363240998514055803433632409985140558034336324099851405580343363240998514055803433632409985140558034336324099851405580343363240998514055803433632409985" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a861f5be-30c0-47df-b1f6-a015d4147226, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 891ff7b9-419b-4c2c-a3b6-d5b572619a6e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 891ff7b9-419b-4c2c-a3b6-d5b572619a6e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 534164178597999333 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "534164178597999333534164178597999333534164178597999333534164178597999333534164178597999333534164178597999333534164178597999333534164178597999333534164178597999333534164178597999333534164178597999333534164178597999333534164178597999333534164178597999333534164178597999333534164178597999333534164178597999333534164178597999333534164178597999333534164178597999333" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4183a261-14dc-43a5-8b79-d3cf02435044, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6a92bd4c-dbeb-4f4f-bc3f-0b563a833452, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6a92bd4c-dbeb-4f4f-bc3f-0b563a833452, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9960122520222417048 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99601225202224170489960122520222417048996012252022241704899601225202224170489960122520222417048996012252022241704899601225202224170489960122520222417048996012252022241704899601225202224170489960122520222417048996012252022241704899601225202224170489960122520222417048996012252022241704899601225202224170489960122520222417048996012252022241704899601225202224170489960122520222417048" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 891ff7b9-419b-4c2c-a3b6-d5b572619a6e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fad82f09-9408-4073-b961-8fa05224448c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fad82f09-9408-4073-b961-8fa05224448c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8488469506120514038 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84884695061205140388488469506120514038848846950612051403884884695061205140388488469506120514038848846950612051403884884695061205140388488469506120514038848846950612051403884884695061205140388488469506120514038848846950612051403884884695061205140388488469506120514038848846950612051403884884695061205140388488469506120514038848846950612051403884884695061205140388488469506120514038" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6a92bd4c-dbeb-4f4f-bc3f-0b563a833452, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4eb81371-b04a-4f45-9e3c-85af867dfac0, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4eb81371-b04a-4f45-9e3c-85af867dfac0, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8774110996746248983 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87741109967462489838774110996746248983877411099674624898387741109967462489838774110996746248983877411099674624898387741109967462489838774110996746248983877411099674624898387741109967462489838774110996746248983877411099674624898387741109967462489838774110996746248983877411099674624898387741109967462489838774110996746248983877411099674624898387741109967462489838774110996746248983" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fad82f09-9408-4073-b961-8fa05224448c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a1bc7910-abc5-4f9d-960a-12c48800062e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a1bc7910-abc5-4f9d-960a-12c48800062e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10585916749571734704 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1058591674957173470410585916749571734704105859167495717347041058591674957173470410585916749571734704105859167495717347041058591674957173470410585916749571734704105859167495717347041058591674957173470410585916749571734704105859167495717347041058591674957173470410585916749571734704105859167495717347041058591674957173470410585916749571734704105859167495717347041058591674957173470410585916749571734704" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4eb81371-b04a-4f45-9e3c-85af867dfac0, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ac5dae4c-e9da-43b6-aa0e-9badb890302b, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ac5dae4c-e9da-43b6-aa0e-9badb890302b, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 386509227010408468 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "386509227010408468386509227010408468386509227010408468386509227010408468386509227010408468386509227010408468386509227010408468386509227010408468386509227010408468386509227010408468386509227010408468386509227010408468386509227010408468386509227010408468386509227010408468386509227010408468386509227010408468386509227010408468386509227010408468386509227010408468" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a1bc7910-abc5-4f9d-960a-12c48800062e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 500f3367-57be-44db-89a9-eafd4dd23e4a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 500f3367-57be-44db-89a9-eafd4dd23e4a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17577177071222149816 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1757717707122214981617577177071222149816175771770712221498161757717707122214981617577177071222149816175771770712221498161757717707122214981617577177071222149816175771770712221498161757717707122214981617577177071222149816175771770712221498161757717707122214981617577177071222149816175771770712221498161757717707122214981617577177071222149816175771770712221498161757717707122214981617577177071222149816" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 500f3367-57be-44db-89a9-eafd4dd23e4a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bb637780-3338-4747-90a3-12cfb7b07c2e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bb637780-3338-4747-90a3-12cfb7b07c2e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12405949958451601939 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1240594995845160193912405949958451601939124059499584516019391240594995845160193912405949958451601939124059499584516019391240594995845160193912405949958451601939124059499584516019391240594995845160193912405949958451601939124059499584516019391240594995845160193912405949958451601939124059499584516019391240594995845160193912405949958451601939124059499584516019391240594995845160193912405949958451601939" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ac5dae4c-e9da-43b6-aa0e-9badb890302b, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 74895364-e8b2-4741-a7f1-49d7a795a0b6, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 74895364-e8b2-4741-a7f1-49d7a795a0b6, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3910294548319077107 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39102945483190771073910294548319077107391029454831907710739102945483190771073910294548319077107391029454831907710739102945483190771073910294548319077107391029454831907710739102945483190771073910294548319077107391029454831907710739102945483190771073910294548319077107391029454831907710739102945483190771073910294548319077107391029454831907710739102945483190771073910294548319077107" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bb637780-3338-4747-90a3-12cfb7b07c2e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b2ba75ec-02a5-43a2-adc2-254cb725910b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b2ba75ec-02a5-43a2-adc2-254cb725910b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12673131998171207803 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1267313199817120780312673131998171207803126731319981712078031267313199817120780312673131998171207803126731319981712078031267313199817120780312673131998171207803126731319981712078031267313199817120780312673131998171207803126731319981712078031267313199817120780312673131998171207803126731319981712078031267313199817120780312673131998171207803126731319981712078031267313199817120780312673131998171207803" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 74895364-e8b2-4741-a7f1-49d7a795a0b6, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 484766a1-6cc8-44c5-9cfe-fb8ca4e5953b, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 484766a1-6cc8-44c5-9cfe-fb8ca4e5953b, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5778487519464605865 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57784875194646058655778487519464605865577848751946460586557784875194646058655778487519464605865577848751946460586557784875194646058655778487519464605865577848751946460586557784875194646058655778487519464605865577848751946460586557784875194646058655778487519464605865577848751946460586557784875194646058655778487519464605865577848751946460586557784875194646058655778487519464605865" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b2ba75ec-02a5-43a2-adc2-254cb725910b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2ba6fc17-97ac-4392-9d71-1661925d8044, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 484766a1-6cc8-44c5-9cfe-fb8ca4e5953b, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a344905b-b5d2-4da9-82d8-99f845871f11, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a344905b-b5d2-4da9-82d8-99f845871f11, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16808400216187898623 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1680840021618789862316808400216187898623168084002161878986231680840021618789862316808400216187898623168084002161878986231680840021618789862316808400216187898623168084002161878986231680840021618789862316808400216187898623168084002161878986231680840021618789862316808400216187898623168084002161878986231680840021618789862316808400216187898623168084002161878986231680840021618789862316808400216187898623" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2ba6fc17-97ac-4392-9d71-1661925d8044, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9690774135817395473 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96907741358173954739690774135817395473969077413581739547396907741358173954739690774135817395473969077413581739547396907741358173954739690774135817395473969077413581739547396907741358173954739690774135817395473969077413581739547396907741358173954739690774135817395473969077413581739547396907741358173954739690774135817395473969077413581739547396907741358173954739690774135817395473" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a344905b-b5d2-4da9-82d8-99f845871f11, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f7f43e93-ba27-4225-b8b3-c186a314bcdf, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2ba6fc17-97ac-4392-9d71-1661925d8044, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f3769692-f469-4f22-836d-449aae6ec57f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f3769692-f469-4f22-836d-449aae6ec57f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9564831870922823215 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95648318709228232159564831870922823215956483187092282321595648318709228232159564831870922823215956483187092282321595648318709228232159564831870922823215956483187092282321595648318709228232159564831870922823215956483187092282321595648318709228232159564831870922823215956483187092282321595648318709228232159564831870922823215956483187092282321595648318709228232159564831870922823215" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f7f43e93-ba27-4225-b8b3-c186a314bcdf, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3802123612051171862 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38021236120511718623802123612051171862380212361205117186238021236120511718623802123612051171862380212361205117186238021236120511718623802123612051171862380212361205117186238021236120511718623802123612051171862380212361205117186238021236120511718623802123612051171862380212361205117186238021236120511718623802123612051171862380212361205117186238021236120511718623802123612051171862" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f3769692-f469-4f22-836d-449aae6ec57f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e20d89db-ce9d-42d7-b949-deb5e54adf77, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e20d89db-ce9d-42d7-b949-deb5e54adf77, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9741653304362100772 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97416533043621007729741653304362100772974165330436210077297416533043621007729741653304362100772974165330436210077297416533043621007729741653304362100772974165330436210077297416533043621007729741653304362100772974165330436210077297416533043621007729741653304362100772974165330436210077297416533043621007729741653304362100772974165330436210077297416533043621007729741653304362100772" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f7f43e93-ba27-4225-b8b3-c186a314bcdf, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 54a8fa10-ef0e-4a97-9a1f-a9ac433f4b29, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 54a8fa10-ef0e-4a97-9a1f-a9ac433f4b29, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18117548865873804727 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1811754886587380472718117548865873804727181175488658738047271811754886587380472718117548865873804727181175488658738047271811754886587380472718117548865873804727181175488658738047271811754886587380472718117548865873804727181175488658738047271811754886587380472718117548865873804727181175488658738047271811754886587380472718117548865873804727181175488658738047271811754886587380472718117548865873804727" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 54a8fa10-ef0e-4a97-9a1f-a9ac433f4b29, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d20c8450-5c74-4fcc-a269-cc98d6d402e1, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d20c8450-5c74-4fcc-a269-cc98d6d402e1, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9468700129796999875 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94687001297969998759468700129796999875946870012979699987594687001297969998759468700129796999875946870012979699987594687001297969998759468700129796999875946870012979699987594687001297969998759468700129796999875946870012979699987594687001297969998759468700129796999875946870012979699987594687001297969998759468700129796999875946870012979699987594687001297969998759468700129796999875" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e20d89db-ce9d-42d7-b949-deb5e54adf77, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ef430208-ef9f-43f1-8f1b-59d66a750d48, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ef430208-ef9f-43f1-8f1b-59d66a750d48, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14565341208304097912 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1456534120830409791214565341208304097912145653412083040979121456534120830409791214565341208304097912145653412083040979121456534120830409791214565341208304097912145653412083040979121456534120830409791214565341208304097912145653412083040979121456534120830409791214565341208304097912145653412083040979121456534120830409791214565341208304097912145653412083040979121456534120830409791214565341208304097912" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d20c8450-5c74-4fcc-a269-cc98d6d402e1, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cb6058ab-3020-4aeb-894a-5b20ec3599b1, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cb6058ab-3020-4aeb-894a-5b20ec3599b1, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18252540214300801489 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1825254021430080148918252540214300801489182525402143008014891825254021430080148918252540214300801489182525402143008014891825254021430080148918252540214300801489182525402143008014891825254021430080148918252540214300801489182525402143008014891825254021430080148918252540214300801489182525402143008014891825254021430080148918252540214300801489182525402143008014891825254021430080148918252540214300801489" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ef430208-ef9f-43f1-8f1b-59d66a750d48, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6b250e70-b540-484b-ae4b-690de7f247e4, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6b250e70-b540-484b-ae4b-690de7f247e4, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7515744333058783019 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75157443330587830197515744333058783019751574433305878301975157443330587830197515744333058783019751574433305878301975157443330587830197515744333058783019751574433305878301975157443330587830197515744333058783019751574433305878301975157443330587830197515744333058783019751574433305878301975157443330587830197515744333058783019751574433305878301975157443330587830197515744333058783019" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cb6058ab-3020-4aeb-894a-5b20ec3599b1, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e8fb600b-bec3-44fd-90f9-b4e6de72d5e2, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e8fb600b-bec3-44fd-90f9-b4e6de72d5e2, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10446459303990538 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1044645930399053810446459303990538104464593039905381044645930399053810446459303990538104464593039905381044645930399053810446459303990538104464593039905381044645930399053810446459303990538104464593039905381044645930399053810446459303990538104464593039905381044645930399053810446459303990538104464593039905381044645930399053810446459303990538" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6b250e70-b540-484b-ae4b-690de7f247e4, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 488d1f07-2c04-4c35-9f3d-f3e04699e502, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 488d1f07-2c04-4c35-9f3d-f3e04699e502, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17122545541275646673 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1712254554127564667317122545541275646673171225455412756466731712254554127564667317122545541275646673171225455412756466731712254554127564667317122545541275646673171225455412756466731712254554127564667317122545541275646673171225455412756466731712254554127564667317122545541275646673171225455412756466731712254554127564667317122545541275646673171225455412756466731712254554127564667317122545541275646673" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e8fb600b-bec3-44fd-90f9-b4e6de72d5e2, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 51e0b246-76da-46aa-af59-ade941c246cb, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 51e0b246-76da-46aa-af59-ade941c246cb, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4881573539636532536 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48815735396365325364881573539636532536488157353963653253648815735396365325364881573539636532536488157353963653253648815735396365325364881573539636532536488157353963653253648815735396365325364881573539636532536488157353963653253648815735396365325364881573539636532536488157353963653253648815735396365325364881573539636532536488157353963653253648815735396365325364881573539636532536" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 488d1f07-2c04-4c35-9f3d-f3e04699e502, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 51e0b246-76da-46aa-af59-ade941c246cb, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c9e6832f-eed2-427c-b775-b15f7b191d5c, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 07cf49e0-3eec-4cb0-9439-10926e290b5f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 07cf49e0-3eec-4cb0-9439-10926e290b5f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4117724355994397043 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41177243559943970434117724355994397043411772435599439704341177243559943970434117724355994397043411772435599439704341177243559943970434117724355994397043411772435599439704341177243559943970434117724355994397043411772435599439704341177243559943970434117724355994397043411772435599439704341177243559943970434117724355994397043411772435599439704341177243559943970434117724355994397043" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c9e6832f-eed2-427c-b775-b15f7b191d5c, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1039559160736919106 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10395591607369191061039559160736919106103955916073691910610395591607369191061039559160736919106103955916073691910610395591607369191061039559160736919106103955916073691910610395591607369191061039559160736919106103955916073691910610395591607369191061039559160736919106103955916073691910610395591607369191061039559160736919106103955916073691910610395591607369191061039559160736919106" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 07cf49e0-3eec-4cb0-9439-10926e290b5f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ee9236b2-3642-48f9-8798-cd1eeaee6af1, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ee9236b2-3642-48f9-8798-cd1eeaee6af1, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10151387691872863555 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1015138769187286355510151387691872863555101513876918728635551015138769187286355510151387691872863555101513876918728635551015138769187286355510151387691872863555101513876918728635551015138769187286355510151387691872863555101513876918728635551015138769187286355510151387691872863555101513876918728635551015138769187286355510151387691872863555101513876918728635551015138769187286355510151387691872863555" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c9e6832f-eed2-427c-b775-b15f7b191d5c, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 69fc241f-7f37-4520-88dd-0c7f9b797b1b, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 69fc241f-7f37-4520-88dd-0c7f9b797b1b, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17078458166874952413 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1707845816687495241317078458166874952413170784581668749524131707845816687495241317078458166874952413170784581668749524131707845816687495241317078458166874952413170784581668749524131707845816687495241317078458166874952413170784581668749524131707845816687495241317078458166874952413170784581668749524131707845816687495241317078458166874952413170784581668749524131707845816687495241317078458166874952413" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ee9236b2-3642-48f9-8798-cd1eeaee6af1, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 58451952-f482-4c2a-aa2f-5671d41bb417, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 58451952-f482-4c2a-aa2f-5671d41bb417, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16319189411693889431 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1631918941169388943116319189411693889431163191894116938894311631918941169388943116319189411693889431163191894116938894311631918941169388943116319189411693889431163191894116938894311631918941169388943116319189411693889431163191894116938894311631918941169388943116319189411693889431163191894116938894311631918941169388943116319189411693889431163191894116938894311631918941169388943116319189411693889431" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 69fc241f-7f37-4520-88dd-0c7f9b797b1b, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 00ebc30e-7b75-45bb-b381-505bd39134b4, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 00ebc30e-7b75-45bb-b381-505bd39134b4, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12507265015094244588 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1250726501509424458812507265015094244588125072650150942445881250726501509424458812507265015094244588125072650150942445881250726501509424458812507265015094244588125072650150942445881250726501509424458812507265015094244588125072650150942445881250726501509424458812507265015094244588125072650150942445881250726501509424458812507265015094244588125072650150942445881250726501509424458812507265015094244588" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 58451952-f482-4c2a-aa2f-5671d41bb417, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5ae88284-79c3-48da-8dc1-a63556c7a934, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5ae88284-79c3-48da-8dc1-a63556c7a934, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11081899432940785639 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1108189943294078563911081899432940785639110818994329407856391108189943294078563911081899432940785639110818994329407856391108189943294078563911081899432940785639110818994329407856391108189943294078563911081899432940785639110818994329407856391108189943294078563911081899432940785639110818994329407856391108189943294078563911081899432940785639110818994329407856391108189943294078563911081899432940785639" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 00ebc30e-7b75-45bb-b381-505bd39134b4, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 143fb357-6549-43a1-95c0-9ab338916fb5, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 143fb357-6549-43a1-95c0-9ab338916fb5, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14715716018161012725 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1471571601816101272514715716018161012725147157160181610127251471571601816101272514715716018161012725147157160181610127251471571601816101272514715716018161012725147157160181610127251471571601816101272514715716018161012725147157160181610127251471571601816101272514715716018161012725147157160181610127251471571601816101272514715716018161012725147157160181610127251471571601816101272514715716018161012725" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5ae88284-79c3-48da-8dc1-a63556c7a934, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 48f8f3b2-372e-4c42-9d38-cbd6171ab5cd, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 48f8f3b2-372e-4c42-9d38-cbd6171ab5cd, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11521996182471578340 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1152199618247157834011521996182471578340115219961824715783401152199618247157834011521996182471578340115219961824715783401152199618247157834011521996182471578340115219961824715783401152199618247157834011521996182471578340115219961824715783401152199618247157834011521996182471578340115219961824715783401152199618247157834011521996182471578340115219961824715783401152199618247157834011521996182471578340" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 143fb357-6549-43a1-95c0-9ab338916fb5, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 40fb7b81-85ce-42ba-a542-02acdd004e5d, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 40fb7b81-85ce-42ba-a542-02acdd004e5d, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5614634747179328864 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56146347471793288645614634747179328864561463474717932886456146347471793288645614634747179328864561463474717932886456146347471793288645614634747179328864561463474717932886456146347471793288645614634747179328864561463474717932886456146347471793288645614634747179328864561463474717932886456146347471793288645614634747179328864561463474717932886456146347471793288645614634747179328864" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 48f8f3b2-372e-4c42-9d38-cbd6171ab5cd, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 49e11a49-779b-4f40-a686-a27358fa81f3, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 49e11a49-779b-4f40-a686-a27358fa81f3, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17965528313455350050 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1796552831345535005017965528313455350050179655283134553500501796552831345535005017965528313455350050179655283134553500501796552831345535005017965528313455350050179655283134553500501796552831345535005017965528313455350050179655283134553500501796552831345535005017965528313455350050179655283134553500501796552831345535005017965528313455350050179655283134553500501796552831345535005017965528313455350050" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 40fb7b81-85ce-42ba-a542-02acdd004e5d, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c8a2be78-313e-496f-8131-7958a7d90307, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c8a2be78-313e-496f-8131-7958a7d90307, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6437394716796153781 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64373947167961537816437394716796153781643739471679615378164373947167961537816437394716796153781643739471679615378164373947167961537816437394716796153781643739471679615378164373947167961537816437394716796153781643739471679615378164373947167961537816437394716796153781643739471679615378164373947167961537816437394716796153781643739471679615378164373947167961537816437394716796153781" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 49e11a49-779b-4f40-a686-a27358fa81f3, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7f752882-8232-41d2-95f2-193b56d4c9bc, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7f752882-8232-41d2-95f2-193b56d4c9bc, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8880190020084713271 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88801900200847132718880190020084713271888019002008471327188801900200847132718880190020084713271888019002008471327188801900200847132718880190020084713271888019002008471327188801900200847132718880190020084713271888019002008471327188801900200847132718880190020084713271888019002008471327188801900200847132718880190020084713271888019002008471327188801900200847132718880190020084713271" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c8a2be78-313e-496f-8131-7958a7d90307, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ab0a60ad-d0fd-475c-9c6a-b11d684a3589, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ab0a60ad-d0fd-475c-9c6a-b11d684a3589, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16254886287610781145 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1625488628761078114516254886287610781145162548862876107811451625488628761078114516254886287610781145162548862876107811451625488628761078114516254886287610781145162548862876107811451625488628761078114516254886287610781145162548862876107811451625488628761078114516254886287610781145162548862876107811451625488628761078114516254886287610781145162548862876107811451625488628761078114516254886287610781145" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7f752882-8232-41d2-95f2-193b56d4c9bc, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ab0a60ad-d0fd-475c-9c6a-b11d684a3589, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ea5c3b2b-c2b5-4786-afa1-66a96a594182, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ea5c3b2b-c2b5-4786-afa1-66a96a594182, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10544419101756416544 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1054441910175641654410544419101756416544105444191017564165441054441910175641654410544419101756416544105444191017564165441054441910175641654410544419101756416544105444191017564165441054441910175641654410544419101756416544105444191017564165441054441910175641654410544419101756416544105444191017564165441054441910175641654410544419101756416544105444191017564165441054441910175641654410544419101756416544" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5a74dab9-a804-43e4-8f5c-6568b7882d69, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5a74dab9-a804-43e4-8f5c-6568b7882d69, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 83726440529881961 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "8372644052988196183726440529881961837264405298819618372644052988196183726440529881961837264405298819618372644052988196183726440529881961837264405298819618372644052988196183726440529881961837264405298819618372644052988196183726440529881961837264405298819618372644052988196183726440529881961837264405298819618372644052988196183726440529881961" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ea5c3b2b-c2b5-4786-afa1-66a96a594182, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d87f1a7c-7083-4771-8e6f-3d89bc0ce14d, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d87f1a7c-7083-4771-8e6f-3d89bc0ce14d, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8060582488731637834 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80605824887316378348060582488731637834806058248873163783480605824887316378348060582488731637834806058248873163783480605824887316378348060582488731637834806058248873163783480605824887316378348060582488731637834806058248873163783480605824887316378348060582488731637834806058248873163783480605824887316378348060582488731637834806058248873163783480605824887316378348060582488731637834" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5a74dab9-a804-43e4-8f5c-6568b7882d69, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 65c5ce28-e607-4190-a808-e067bc720b61, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 65c5ce28-e607-4190-a808-e067bc720b61, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10526424393359310054 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1052642439335931005410526424393359310054105264243933593100541052642439335931005410526424393359310054105264243933593100541052642439335931005410526424393359310054105264243933593100541052642439335931005410526424393359310054105264243933593100541052642439335931005410526424393359310054105264243933593100541052642439335931005410526424393359310054105264243933593100541052642439335931005410526424393359310054" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d87f1a7c-7083-4771-8e6f-3d89bc0ce14d, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 75ad3cd5-af47-43c0-b4a8-56875f6346bb, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 75ad3cd5-af47-43c0-b4a8-56875f6346bb, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 731762912638612123 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "731762912638612123731762912638612123731762912638612123731762912638612123731762912638612123731762912638612123731762912638612123731762912638612123731762912638612123731762912638612123731762912638612123731762912638612123731762912638612123731762912638612123731762912638612123731762912638612123731762912638612123731762912638612123731762912638612123731762912638612123" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 65c5ce28-e607-4190-a808-e067bc720b61, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 226f8f1a-183d-4dee-ac48-d940fae8a754, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 226f8f1a-183d-4dee-ac48-d940fae8a754, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13813786356285158846 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1381378635628515884613813786356285158846138137863562851588461381378635628515884613813786356285158846138137863562851588461381378635628515884613813786356285158846138137863562851588461381378635628515884613813786356285158846138137863562851588461381378635628515884613813786356285158846138137863562851588461381378635628515884613813786356285158846138137863562851588461381378635628515884613813786356285158846" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 75ad3cd5-af47-43c0-b4a8-56875f6346bb, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0e79c371-db88-4dd7-aba3-8951383951ea, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0e79c371-db88-4dd7-aba3-8951383951ea, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11667797960995199669 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1166779796099519966911667797960995199669116677979609951996691166779796099519966911667797960995199669116677979609951996691166779796099519966911667797960995199669116677979609951996691166779796099519966911667797960995199669116677979609951996691166779796099519966911667797960995199669116677979609951996691166779796099519966911667797960995199669116677979609951996691166779796099519966911667797960995199669" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 226f8f1a-183d-4dee-ac48-d940fae8a754, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 51fd55e5-8c38-4d05-a42b-043b902d9bb4, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 51fd55e5-8c38-4d05-a42b-043b902d9bb4, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12366398162885154218 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1236639816288515421812366398162885154218123663981628851542181236639816288515421812366398162885154218123663981628851542181236639816288515421812366398162885154218123663981628851542181236639816288515421812366398162885154218123663981628851542181236639816288515421812366398162885154218123663981628851542181236639816288515421812366398162885154218123663981628851542181236639816288515421812366398162885154218" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0e79c371-db88-4dd7-aba3-8951383951ea, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 22513b09-f0a9-4df4-9242-7c844e007992, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 22513b09-f0a9-4df4-9242-7c844e007992, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9390043887148663094 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93900438871486630949390043887148663094939004388714866309493900438871486630949390043887148663094939004388714866309493900438871486630949390043887148663094939004388714866309493900438871486630949390043887148663094939004388714866309493900438871486630949390043887148663094939004388714866309493900438871486630949390043887148663094939004388714866309493900438871486630949390043887148663094" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 51fd55e5-8c38-4d05-a42b-043b902d9bb4, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1be71429-d23d-46dc-a1e5-a695711b86eb, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 22513b09-f0a9-4df4-9242-7c844e007992, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cbfb68e8-5f67-49f0-872e-76ad67b651fa, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1be71429-d23d-46dc-a1e5-a695711b86eb, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3167375792665607810 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31673757926656078103167375792665607810316737579266560781031673757926656078103167375792665607810316737579266560781031673757926656078103167375792665607810316737579266560781031673757926656078103167375792665607810316737579266560781031673757926656078103167375792665607810316737579266560781031673757926656078103167375792665607810316737579266560781031673757926656078103167375792665607810" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cbfb68e8-5f67-49f0-872e-76ad67b651fa, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3238794696945286355 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32387946969452863553238794696945286355323879469694528635532387946969452863553238794696945286355323879469694528635532387946969452863553238794696945286355323879469694528635532387946969452863553238794696945286355323879469694528635532387946969452863553238794696945286355323879469694528635532387946969452863553238794696945286355323879469694528635532387946969452863553238794696945286355" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1be71429-d23d-46dc-a1e5-a695711b86eb, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 82dacac6-6c5b-428f-acdc-06ed94276ccd, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 82dacac6-6c5b-428f-acdc-06ed94276ccd, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4863924429027403828 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48639244290274038284863924429027403828486392442902740382848639244290274038284863924429027403828486392442902740382848639244290274038284863924429027403828486392442902740382848639244290274038284863924429027403828486392442902740382848639244290274038284863924429027403828486392442902740382848639244290274038284863924429027403828486392442902740382848639244290274038284863924429027403828" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cbfb68e8-5f67-49f0-872e-76ad67b651fa, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9406c22c-b13c-4365-b168-90c0c26112c6, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9406c22c-b13c-4365-b168-90c0c26112c6, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4780573870291380896 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47805738702913808964780573870291380896478057387029138089647805738702913808964780573870291380896478057387029138089647805738702913808964780573870291380896478057387029138089647805738702913808964780573870291380896478057387029138089647805738702913808964780573870291380896478057387029138089647805738702913808964780573870291380896478057387029138089647805738702913808964780573870291380896" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 82dacac6-6c5b-428f-acdc-06ed94276ccd, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4b140f2c-1c98-4f55-bb5d-25e0c96f6052, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4b140f2c-1c98-4f55-bb5d-25e0c96f6052, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5962023911223865135 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59620239112238651355962023911223865135596202391122386513559620239112238651355962023911223865135596202391122386513559620239112238651355962023911223865135596202391122386513559620239112238651355962023911223865135596202391122386513559620239112238651355962023911223865135596202391122386513559620239112238651355962023911223865135596202391122386513559620239112238651355962023911223865135" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9406c22c-b13c-4365-b168-90c0c26112c6, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fb3ec2bb-a6ab-4f98-9e88-dac48578e36d, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4b140f2c-1c98-4f55-bb5d-25e0c96f6052, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fb3ec2bb-a6ab-4f98-9e88-dac48578e36d, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10197871853987676414 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1019787185398767641410197871853987676414101978718539876764141019787185398767641410197871853987676414101978718539876764141019787185398767641410197871853987676414101978718539876764141019787185398767641410197871853987676414101978718539876764141019787185398767641410197871853987676414101978718539876764141019787185398767641410197871853987676414101978718539876764141019787185398767641410197871853987676414" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e75efe4a-2338-4bd7-abcf-8f9517a76d4c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e75efe4a-2338-4bd7-abcf-8f9517a76d4c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4599232161036835122 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45992321610368351224599232161036835122459923216103683512245992321610368351224599232161036835122459923216103683512245992321610368351224599232161036835122459923216103683512245992321610368351224599232161036835122459923216103683512245992321610368351224599232161036835122459923216103683512245992321610368351224599232161036835122459923216103683512245992321610368351224599232161036835122" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fb3ec2bb-a6ab-4f98-9e88-dac48578e36d, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e9e8f2f3-3376-49db-bcd3-44ca2b1375b7, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e9e8f2f3-3376-49db-bcd3-44ca2b1375b7, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 698335248578998516 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "698335248578998516698335248578998516698335248578998516698335248578998516698335248578998516698335248578998516698335248578998516698335248578998516698335248578998516698335248578998516698335248578998516698335248578998516698335248578998516698335248578998516698335248578998516698335248578998516698335248578998516698335248578998516698335248578998516698335248578998516" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e75efe4a-2338-4bd7-abcf-8f9517a76d4c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b101f8d7-2913-431c-b686-9d7e870238b3, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e9e8f2f3-3376-49db-bcd3-44ca2b1375b7, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 18a81c55-830b-4771-83f7-2540ef0718fb, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 18a81c55-830b-4771-83f7-2540ef0718fb, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4580565485740888702 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45805654857408887024580565485740888702458056548574088870245805654857408887024580565485740888702458056548574088870245805654857408887024580565485740888702458056548574088870245805654857408887024580565485740888702458056548574088870245805654857408887024580565485740888702458056548574088870245805654857408887024580565485740888702458056548574088870245805654857408887024580565485740888702" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b101f8d7-2913-431c-b686-9d7e870238b3, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8654907392865834325 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86549073928658343258654907392865834325865490739286583432586549073928658343258654907392865834325865490739286583432586549073928658343258654907392865834325865490739286583432586549073928658343258654907392865834325865490739286583432586549073928658343258654907392865834325865490739286583432586549073928658343258654907392865834325865490739286583432586549073928658343258654907392865834325" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 18a81c55-830b-4771-83f7-2540ef0718fb, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 02190f8d-fcfb-436c-a8f4-55a1ff58414e, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 02190f8d-fcfb-436c-a8f4-55a1ff58414e, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2826423149968637239 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28264231499686372392826423149968637239282642314996863723928264231499686372392826423149968637239282642314996863723928264231499686372392826423149968637239282642314996863723928264231499686372392826423149968637239282642314996863723928264231499686372392826423149968637239282642314996863723928264231499686372392826423149968637239282642314996863723928264231499686372392826423149968637239" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b101f8d7-2913-431c-b686-9d7e870238b3, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5ca0fd10-7186-404d-8334-1ca3841a3913, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5ca0fd10-7186-404d-8334-1ca3841a3913, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2640875761206232458 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26408757612062324582640875761206232458264087576120623245826408757612062324582640875761206232458264087576120623245826408757612062324582640875761206232458264087576120623245826408757612062324582640875761206232458264087576120623245826408757612062324582640875761206232458264087576120623245826408757612062324582640875761206232458264087576120623245826408757612062324582640875761206232458" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 02190f8d-fcfb-436c-a8f4-55a1ff58414e, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8983880a-e9ce-452d-b873-c7d92f5a2c2c, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8983880a-e9ce-452d-b873-c7d92f5a2c2c, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12408806471385870408 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1240880647138587040812408806471385870408124088064713858704081240880647138587040812408806471385870408124088064713858704081240880647138587040812408806471385870408124088064713858704081240880647138587040812408806471385870408124088064713858704081240880647138587040812408806471385870408124088064713858704081240880647138587040812408806471385870408124088064713858704081240880647138587040812408806471385870408" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5ca0fd10-7186-404d-8334-1ca3841a3913, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 00b4a7b6-b078-41e8-82b6-1b80ca548941, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 00b4a7b6-b078-41e8-82b6-1b80ca548941, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11974279789367744892 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1197427978936774489211974279789367744892119742797893677448921197427978936774489211974279789367744892119742797893677448921197427978936774489211974279789367744892119742797893677448921197427978936774489211974279789367744892119742797893677448921197427978936774489211974279789367744892119742797893677448921197427978936774489211974279789367744892119742797893677448921197427978936774489211974279789367744892" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8983880a-e9ce-452d-b873-c7d92f5a2c2c, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8e505106-dc39-46c1-babf-ee254f4679ba, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8e505106-dc39-46c1-babf-ee254f4679ba, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17520461157079356840 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1752046115707935684017520461157079356840175204611570793568401752046115707935684017520461157079356840175204611570793568401752046115707935684017520461157079356840175204611570793568401752046115707935684017520461157079356840175204611570793568401752046115707935684017520461157079356840175204611570793568401752046115707935684017520461157079356840175204611570793568401752046115707935684017520461157079356840" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 00b4a7b6-b078-41e8-82b6-1b80ca548941, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a677d71b-5420-4418-8ade-575a1ce6e38c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a677d71b-5420-4418-8ade-575a1ce6e38c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10672506815289292776 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1067250681528929277610672506815289292776106725068152892927761067250681528929277610672506815289292776106725068152892927761067250681528929277610672506815289292776106725068152892927761067250681528929277610672506815289292776106725068152892927761067250681528929277610672506815289292776106725068152892927761067250681528929277610672506815289292776106725068152892927761067250681528929277610672506815289292776" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8e505106-dc39-46c1-babf-ee254f4679ba, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4100842c-3942-44b6-8397-934402282556, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a677d71b-5420-4418-8ade-575a1ce6e38c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4100842c-3942-44b6-8397-934402282556, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14537717621796320169 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1453771762179632016914537717621796320169145377176217963201691453771762179632016914537717621796320169145377176217963201691453771762179632016914537717621796320169145377176217963201691453771762179632016914537717621796320169145377176217963201691453771762179632016914537717621796320169145377176217963201691453771762179632016914537717621796320169145377176217963201691453771762179632016914537717621796320169" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2ca7f784-c478-4607-82b8-91c24f6ae436, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2ca7f784-c478-4607-82b8-91c24f6ae436, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5500591638245143286 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55005916382451432865500591638245143286550059163824514328655005916382451432865500591638245143286550059163824514328655005916382451432865500591638245143286550059163824514328655005916382451432865500591638245143286550059163824514328655005916382451432865500591638245143286550059163824514328655005916382451432865500591638245143286550059163824514328655005916382451432865500591638245143286" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4100842c-3942-44b6-8397-934402282556, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2ca7f784-c478-4607-82b8-91c24f6ae436, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 30936dfa-1005-4a38-9443-eb94584821e2, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 30936dfa-1005-4a38-9443-eb94584821e2, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11017477615848319537 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1101747761584831953711017477615848319537110174776158483195371101747761584831953711017477615848319537110174776158483195371101747761584831953711017477615848319537110174776158483195371101747761584831953711017477615848319537110174776158483195371101747761584831953711017477615848319537110174776158483195371101747761584831953711017477615848319537110174776158483195371101747761584831953711017477615848319537" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b9ec9695-40eb-4da1-9e0a-0db119cab0aa, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b9ec9695-40eb-4da1-9e0a-0db119cab0aa, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2573031331671330648 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25730313316713306482573031331671330648257303133167133064825730313316713306482573031331671330648257303133167133064825730313316713306482573031331671330648257303133167133064825730313316713306482573031331671330648257303133167133064825730313316713306482573031331671330648257303133167133064825730313316713306482573031331671330648257303133167133064825730313316713306482573031331671330648" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 30936dfa-1005-4a38-9443-eb94584821e2, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b7c3ae7a-24ad-4122-951a-ed31e7a61f88, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b7c3ae7a-24ad-4122-951a-ed31e7a61f88, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4804528554782224600 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48045285547822246004804528554782224600480452855478222460048045285547822246004804528554782224600480452855478222460048045285547822246004804528554782224600480452855478222460048045285547822246004804528554782224600480452855478222460048045285547822246004804528554782224600480452855478222460048045285547822246004804528554782224600480452855478222460048045285547822246004804528554782224600" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b9ec9695-40eb-4da1-9e0a-0db119cab0aa, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4346562a-3178-4f3b-9d26-937b8b90e3cb, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b7c3ae7a-24ad-4122-951a-ed31e7a61f88, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4346562a-3178-4f3b-9d26-937b8b90e3cb, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4648868345368550276 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46488683453685502764648868345368550276464886834536855027646488683453685502764648868345368550276464886834536855027646488683453685502764648868345368550276464886834536855027646488683453685502764648868345368550276464886834536855027646488683453685502764648868345368550276464886834536855027646488683453685502764648868345368550276464886834536855027646488683453685502764648868345368550276" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2d574f06-9156-4f5c-9b97-28b6393bdf84, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2d574f06-9156-4f5c-9b97-28b6393bdf84, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2580260636471726079 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25802606364717260792580260636471726079258026063647172607925802606364717260792580260636471726079258026063647172607925802606364717260792580260636471726079258026063647172607925802606364717260792580260636471726079258026063647172607925802606364717260792580260636471726079258026063647172607925802606364717260792580260636471726079258026063647172607925802606364717260792580260636471726079" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4346562a-3178-4f3b-9d26-937b8b90e3cb, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 97af17f8-984b-49e2-a875-c5e3ed264afd, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 97af17f8-984b-49e2-a875-c5e3ed264afd, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3650791215715884468 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36507912157158844683650791215715884468365079121571588446836507912157158844683650791215715884468365079121571588446836507912157158844683650791215715884468365079121571588446836507912157158844683650791215715884468365079121571588446836507912157158844683650791215715884468365079121571588446836507912157158844683650791215715884468365079121571588446836507912157158844683650791215715884468" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2d574f06-9156-4f5c-9b97-28b6393bdf84, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3dd58783-3d46-4789-8d03-d85da9c0fea4, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3dd58783-3d46-4789-8d03-d85da9c0fea4, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4318126920651049591 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43181269206510495914318126920651049591431812692065104959143181269206510495914318126920651049591431812692065104959143181269206510495914318126920651049591431812692065104959143181269206510495914318126920651049591431812692065104959143181269206510495914318126920651049591431812692065104959143181269206510495914318126920651049591431812692065104959143181269206510495914318126920651049591" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 97af17f8-984b-49e2-a875-c5e3ed264afd, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dd49ffd4-567d-4ce3-b7e4-d12d7ea2c207, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3dd58783-3d46-4789-8d03-d85da9c0fea4, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dd49ffd4-567d-4ce3-b7e4-d12d7ea2c207, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1865203686354785904 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18652036863547859041865203686354785904186520368635478590418652036863547859041865203686354785904186520368635478590418652036863547859041865203686354785904186520368635478590418652036863547859041865203686354785904186520368635478590418652036863547859041865203686354785904186520368635478590418652036863547859041865203686354785904186520368635478590418652036863547859041865203686354785904" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bf84ef4b-5c65-486f-8f49-4ff66b70c9e7, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bf84ef4b-5c65-486f-8f49-4ff66b70c9e7, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13257673924732138195 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1325767392473213819513257673924732138195132576739247321381951325767392473213819513257673924732138195132576739247321381951325767392473213819513257673924732138195132576739247321381951325767392473213819513257673924732138195132576739247321381951325767392473213819513257673924732138195132576739247321381951325767392473213819513257673924732138195132576739247321381951325767392473213819513257673924732138195" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dd49ffd4-567d-4ce3-b7e4-d12d7ea2c207, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 62a79a2e-3357-435c-84a3-ef669e420ec5, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 62a79a2e-3357-435c-84a3-ef669e420ec5, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6400913010154954942 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64009130101549549426400913010154954942640091301015495494264009130101549549426400913010154954942640091301015495494264009130101549549426400913010154954942640091301015495494264009130101549549426400913010154954942640091301015495494264009130101549549426400913010154954942640091301015495494264009130101549549426400913010154954942640091301015495494264009130101549549426400913010154954942" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 62a79a2e-3357-435c-84a3-ef669e420ec5, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c22343da-9ddf-483f-8924-97afcf2fa418, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c22343da-9ddf-483f-8924-97afcf2fa418, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16506693923101407195 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1650669392310140719516506693923101407195165066939231014071951650669392310140719516506693923101407195165066939231014071951650669392310140719516506693923101407195165066939231014071951650669392310140719516506693923101407195165066939231014071951650669392310140719516506693923101407195165066939231014071951650669392310140719516506693923101407195165066939231014071951650669392310140719516506693923101407195" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bf84ef4b-5c65-486f-8f49-4ff66b70c9e7, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c22343da-9ddf-483f-8924-97afcf2fa418, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, af61f5b4-01f8-4122-a7e8-353a94f82114, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, af61f5b4-01f8-4122-a7e8-353a94f82114, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3669724092632770281 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36697240926327702813669724092632770281366972409263277028136697240926327702813669724092632770281366972409263277028136697240926327702813669724092632770281366972409263277028136697240926327702813669724092632770281366972409263277028136697240926327702813669724092632770281366972409263277028136697240926327702813669724092632770281366972409263277028136697240926327702813669724092632770281" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1d4da3cd-927a-4031-97f7-da0d78bc0549, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1d4da3cd-927a-4031-97f7-da0d78bc0549, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6205881851900050708 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62058818519000507086205881851900050708620588185190005070862058818519000507086205881851900050708620588185190005070862058818519000507086205881851900050708620588185190005070862058818519000507086205881851900050708620588185190005070862058818519000507086205881851900050708620588185190005070862058818519000507086205881851900050708620588185190005070862058818519000507086205881851900050708" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, af61f5b4-01f8-4122-a7e8-353a94f82114, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6c4a93ec-8892-4692-8fab-b194809c7a87, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6c4a93ec-8892-4692-8fab-b194809c7a87, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9789962896358224568 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97899628963582245689789962896358224568978996289635822456897899628963582245689789962896358224568978996289635822456897899628963582245689789962896358224568978996289635822456897899628963582245689789962896358224568978996289635822456897899628963582245689789962896358224568978996289635822456897899628963582245689789962896358224568978996289635822456897899628963582245689789962896358224568" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1d4da3cd-927a-4031-97f7-da0d78bc0549, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d5bce791-4da9-4964-a3ac-57e6433bfa6d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d5bce791-4da9-4964-a3ac-57e6433bfa6d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2508416875371520398 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25084168753715203982508416875371520398250841687537152039825084168753715203982508416875371520398250841687537152039825084168753715203982508416875371520398250841687537152039825084168753715203982508416875371520398250841687537152039825084168753715203982508416875371520398250841687537152039825084168753715203982508416875371520398250841687537152039825084168753715203982508416875371520398" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6c4a93ec-8892-4692-8fab-b194809c7a87, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9b45ea88-9013-4bad-ac18-35ed625fc901, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d5bce791-4da9-4964-a3ac-57e6433bfa6d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4a40bfe6-83cc-4133-9762-190ef8e6eeb0, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9b45ea88-9013-4bad-ac18-35ed625fc901, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11474164136379701408 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1147416413637970140811474164136379701408114741641363797014081147416413637970140811474164136379701408114741641363797014081147416413637970140811474164136379701408114741641363797014081147416413637970140811474164136379701408114741641363797014081147416413637970140811474164136379701408114741641363797014081147416413637970140811474164136379701408114741641363797014081147416413637970140811474164136379701408" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4a40bfe6-83cc-4133-9762-190ef8e6eeb0, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 164908783851299457 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "164908783851299457164908783851299457164908783851299457164908783851299457164908783851299457164908783851299457164908783851299457164908783851299457164908783851299457164908783851299457164908783851299457164908783851299457164908783851299457164908783851299457164908783851299457164908783851299457164908783851299457164908783851299457164908783851299457164908783851299457" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4a40bfe6-83cc-4133-9762-190ef8e6eeb0, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 907b30d4-0954-435d-8248-e3edfbc904fe, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9b45ea88-9013-4bad-ac18-35ed625fc901, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 907b30d4-0954-435d-8248-e3edfbc904fe, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10987167305697310438 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1098716730569731043810987167305697310438109871673056973104381098716730569731043810987167305697310438109871673056973104381098716730569731043810987167305697310438109871673056973104381098716730569731043810987167305697310438109871673056973104381098716730569731043810987167305697310438109871673056973104381098716730569731043810987167305697310438109871673056973104381098716730569731043810987167305697310438" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 94d1307e-6283-4ecb-887f-2fbec26b3034, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 94d1307e-6283-4ecb-887f-2fbec26b3034, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15444195881383985652 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1544419588138398565215444195881383985652154441958813839856521544419588138398565215444195881383985652154441958813839856521544419588138398565215444195881383985652154441958813839856521544419588138398565215444195881383985652154441958813839856521544419588138398565215444195881383985652154441958813839856521544419588138398565215444195881383985652154441958813839856521544419588138398565215444195881383985652" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 907b30d4-0954-435d-8248-e3edfbc904fe, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 649fdec0-6095-416c-858c-3120a6113129, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 649fdec0-6095-416c-858c-3120a6113129, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7017836188052425468 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70178361880524254687017836188052425468701783618805242546870178361880524254687017836188052425468701783618805242546870178361880524254687017836188052425468701783618805242546870178361880524254687017836188052425468701783618805242546870178361880524254687017836188052425468701783618805242546870178361880524254687017836188052425468701783618805242546870178361880524254687017836188052425468" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 94d1307e-6283-4ecb-887f-2fbec26b3034, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7b50ceea-f2a4-4fcd-b609-f7d60e988020, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 649fdec0-6095-416c-858c-3120a6113129, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8fdb0d67-7807-46cc-b1d4-a04fa31a6f6a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8fdb0d67-7807-46cc-b1d4-a04fa31a6f6a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1590359044575860156 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15903590445758601561590359044575860156159035904457586015615903590445758601561590359044575860156159035904457586015615903590445758601561590359044575860156159035904457586015615903590445758601561590359044575860156159035904457586015615903590445758601561590359044575860156159035904457586015615903590445758601561590359044575860156159035904457586015615903590445758601561590359044575860156" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7b50ceea-f2a4-4fcd-b609-f7d60e988020, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16883731858013667073 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1688373185801366707316883731858013667073168837318580136670731688373185801366707316883731858013667073168837318580136670731688373185801366707316883731858013667073168837318580136670731688373185801366707316883731858013667073168837318580136670731688373185801366707316883731858013667073168837318580136670731688373185801366707316883731858013667073168837318580136670731688373185801366707316883731858013667073" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8fdb0d67-7807-46cc-b1d4-a04fa31a6f6a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e2cb0a33-f3a3-48d5-b18d-bf90b509b12a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7b50ceea-f2a4-4fcd-b609-f7d60e988020, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f679c16d-507b-44bb-b6cb-b5ba18ea5f83, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f679c16d-507b-44bb-b6cb-b5ba18ea5f83, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4262933657449470231 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42629336574494702314262933657449470231426293365744947023142629336574494702314262933657449470231426293365744947023142629336574494702314262933657449470231426293365744947023142629336574494702314262933657449470231426293365744947023142629336574494702314262933657449470231426293365744947023142629336574494702314262933657449470231426293365744947023142629336574494702314262933657449470231" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e2cb0a33-f3a3-48d5-b18d-bf90b509b12a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11926118970331300624 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1192611897033130062411926118970331300624119261189703313006241192611897033130062411926118970331300624119261189703313006241192611897033130062411926118970331300624119261189703313006241192611897033130062411926118970331300624119261189703313006241192611897033130062411926118970331300624119261189703313006241192611897033130062411926118970331300624119261189703313006241192611897033130062411926118970331300624" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e2cb0a33-f3a3-48d5-b18d-bf90b509b12a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 226cbe8a-0d74-4676-89bf-f8c259431dc5, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f679c16d-507b-44bb-b6cb-b5ba18ea5f83, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 226cbe8a-0d74-4676-89bf-f8c259431dc5, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2677670565125199902 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26776705651251999022677670565125199902267767056512519990226776705651251999022677670565125199902267767056512519990226776705651251999022677670565125199902267767056512519990226776705651251999022677670565125199902267767056512519990226776705651251999022677670565125199902267767056512519990226776705651251999022677670565125199902267767056512519990226776705651251999022677670565125199902" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b8cf3db8-a997-4b8d-b97f-b372b9684f74, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b8cf3db8-a997-4b8d-b97f-b372b9684f74, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15400960124447682279 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1540096012444768227915400960124447682279154009601244476822791540096012444768227915400960124447682279154009601244476822791540096012444768227915400960124447682279154009601244476822791540096012444768227915400960124447682279154009601244476822791540096012444768227915400960124447682279154009601244476822791540096012444768227915400960124447682279154009601244476822791540096012444768227915400960124447682279" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 226cbe8a-0d74-4676-89bf-f8c259431dc5, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b9efcd14-d549-45cd-b86d-0ee8182a6db8, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b9efcd14-d549-45cd-b86d-0ee8182a6db8, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14077239281277305195 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1407723928127730519514077239281277305195140772392812773051951407723928127730519514077239281277305195140772392812773051951407723928127730519514077239281277305195140772392812773051951407723928127730519514077239281277305195140772392812773051951407723928127730519514077239281277305195140772392812773051951407723928127730519514077239281277305195140772392812773051951407723928127730519514077239281277305195" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b8cf3db8-a997-4b8d-b97f-b372b9684f74, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b00ebffd-94c4-40b1-99ea-08602a03100b, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b00ebffd-94c4-40b1-99ea-08602a03100b, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10042313454890512770 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1004231345489051277010042313454890512770100423134548905127701004231345489051277010042313454890512770100423134548905127701004231345489051277010042313454890512770100423134548905127701004231345489051277010042313454890512770100423134548905127701004231345489051277010042313454890512770100423134548905127701004231345489051277010042313454890512770100423134548905127701004231345489051277010042313454890512770" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b9efcd14-d549-45cd-b86d-0ee8182a6db8, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9a9fa4ff-f802-4a98-968f-0e80b557df1d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9a9fa4ff-f802-4a98-968f-0e80b557df1d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12813682527038334798 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1281368252703833479812813682527038334798128136825270383347981281368252703833479812813682527038334798128136825270383347981281368252703833479812813682527038334798128136825270383347981281368252703833479812813682527038334798128136825270383347981281368252703833479812813682527038334798128136825270383347981281368252703833479812813682527038334798128136825270383347981281368252703833479812813682527038334798" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b00ebffd-94c4-40b1-99ea-08602a03100b, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, aa3d497c-4b93-48f9-8c7a-742d70e74f85, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aa3d497c-4b93-48f9-8c7a-742d70e74f85, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11955474107429732516 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1195547410742973251611955474107429732516119554741074297325161195547410742973251611955474107429732516119554741074297325161195547410742973251611955474107429732516119554741074297325161195547410742973251611955474107429732516119554741074297325161195547410742973251611955474107429732516119554741074297325161195547410742973251611955474107429732516119554741074297325161195547410742973251611955474107429732516" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9a9fa4ff-f802-4a98-968f-0e80b557df1d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d247057c-8aa5-4b63-a5a8-2d751bef1444, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d247057c-8aa5-4b63-a5a8-2d751bef1444, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2554282370468662988 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25542823704686629882554282370468662988255428237046866298825542823704686629882554282370468662988255428237046866298825542823704686629882554282370468662988255428237046866298825542823704686629882554282370468662988255428237046866298825542823704686629882554282370468662988255428237046866298825542823704686629882554282370468662988255428237046866298825542823704686629882554282370468662988" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aa3d497c-4b93-48f9-8c7a-742d70e74f85, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e1651538-7ce2-46ec-9990-e822eff45db9, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e1651538-7ce2-46ec-9990-e822eff45db9, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11108897997289427838 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1110889799728942783811108897997289427838111088979972894278381110889799728942783811108897997289427838111088979972894278381110889799728942783811108897997289427838111088979972894278381110889799728942783811108897997289427838111088979972894278381110889799728942783811108897997289427838111088979972894278381110889799728942783811108897997289427838111088979972894278381110889799728942783811108897997289427838" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d247057c-8aa5-4b63-a5a8-2d751bef1444, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3aef3c12-7508-4031-8174-2782c33c4339, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3aef3c12-7508-4031-8174-2782c33c4339, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17081122184426340145 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1708112218442634014517081122184426340145170811221844263401451708112218442634014517081122184426340145170811221844263401451708112218442634014517081122184426340145170811221844263401451708112218442634014517081122184426340145170811221844263401451708112218442634014517081122184426340145170811221844263401451708112218442634014517081122184426340145170811221844263401451708112218442634014517081122184426340145" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e1651538-7ce2-46ec-9990-e822eff45db9, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9eba0eec-cfad-44e7-9924-2e94f825930f, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9eba0eec-cfad-44e7-9924-2e94f825930f, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10497201757974182187 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1049720175797418218710497201757974182187104972017579741821871049720175797418218710497201757974182187104972017579741821871049720175797418218710497201757974182187104972017579741821871049720175797418218710497201757974182187104972017579741821871049720175797418218710497201757974182187104972017579741821871049720175797418218710497201757974182187104972017579741821871049720175797418218710497201757974182187" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3aef3c12-7508-4031-8174-2782c33c4339, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e7a1323b-4da5-4afd-b277-2f765651cc53, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e7a1323b-4da5-4afd-b277-2f765651cc53, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10146268788203990509 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1014626878820399050910146268788203990509101462687882039905091014626878820399050910146268788203990509101462687882039905091014626878820399050910146268788203990509101462687882039905091014626878820399050910146268788203990509101462687882039905091014626878820399050910146268788203990509101462687882039905091014626878820399050910146268788203990509101462687882039905091014626878820399050910146268788203990509" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9eba0eec-cfad-44e7-9924-2e94f825930f, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e7a1323b-4da5-4afd-b277-2f765651cc53, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b46b2a04-38a7-4425-9f88-50d49cf09463, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b46b2a04-38a7-4425-9f88-50d49cf09463, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5380178856095579351 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53801788560955793515380178856095579351538017885609557935153801788560955793515380178856095579351538017885609557935153801788560955793515380178856095579351538017885609557935153801788560955793515380178856095579351538017885609557935153801788560955793515380178856095579351538017885609557935153801788560955793515380178856095579351538017885609557935153801788560955793515380178856095579351" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 43b572d0-b900-4351-91d2-068d5bd36383, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 43b572d0-b900-4351-91d2-068d5bd36383, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6510596209821173777 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65105962098211737776510596209821173777651059620982117377765105962098211737776510596209821173777651059620982117377765105962098211737776510596209821173777651059620982117377765105962098211737776510596209821173777651059620982117377765105962098211737776510596209821173777651059620982117377765105962098211737776510596209821173777651059620982117377765105962098211737776510596209821173777" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b46b2a04-38a7-4425-9f88-50d49cf09463, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 34fb25c2-2252-4931-ad1c-b2388cfb80ca, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 34fb25c2-2252-4931-ad1c-b2388cfb80ca, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 740473694668501282 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "740473694668501282740473694668501282740473694668501282740473694668501282740473694668501282740473694668501282740473694668501282740473694668501282740473694668501282740473694668501282740473694668501282740473694668501282740473694668501282740473694668501282740473694668501282740473694668501282740473694668501282740473694668501282740473694668501282740473694668501282" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 43b572d0-b900-4351-91d2-068d5bd36383, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4e74ee1c-6325-413d-87ee-d86bb4e90d91, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4e74ee1c-6325-413d-87ee-d86bb4e90d91, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17153332057672555751 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1715333205767255575117153332057672555751171533320576725557511715333205767255575117153332057672555751171533320576725557511715333205767255575117153332057672555751171533320576725557511715333205767255575117153332057672555751171533320576725557511715333205767255575117153332057672555751171533320576725557511715333205767255575117153332057672555751171533320576725557511715333205767255575117153332057672555751" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 34fb25c2-2252-4931-ad1c-b2388cfb80ca, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ce28fbd3-15c2-46e0-855c-1b62dbddb2eb, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ce28fbd3-15c2-46e0-855c-1b62dbddb2eb, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8477058745337570446 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84770587453375704468477058745337570446847705874533757044684770587453375704468477058745337570446847705874533757044684770587453375704468477058745337570446847705874533757044684770587453375704468477058745337570446847705874533757044684770587453375704468477058745337570446847705874533757044684770587453375704468477058745337570446847705874533757044684770587453375704468477058745337570446" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4e74ee1c-6325-413d-87ee-d86bb4e90d91, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1abd1b60-e94f-487e-b570-f25e858e5151, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1abd1b60-e94f-487e-b570-f25e858e5151, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10364715900734234295 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1036471590073423429510364715900734234295103647159007342342951036471590073423429510364715900734234295103647159007342342951036471590073423429510364715900734234295103647159007342342951036471590073423429510364715900734234295103647159007342342951036471590073423429510364715900734234295103647159007342342951036471590073423429510364715900734234295103647159007342342951036471590073423429510364715900734234295" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ce28fbd3-15c2-46e0-855c-1b62dbddb2eb, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1abd1b60-e94f-487e-b570-f25e858e5151, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 049b4d37-a309-4e18-9ca7-4983c9ac11a1, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 963899a5-3505-4df5-974b-749fad3310d3, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 963899a5-3505-4df5-974b-749fad3310d3, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1297568127942831399 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12975681279428313991297568127942831399129756812794283139912975681279428313991297568127942831399129756812794283139912975681279428313991297568127942831399129756812794283139912975681279428313991297568127942831399129756812794283139912975681279428313991297568127942831399129756812794283139912975681279428313991297568127942831399129756812794283139912975681279428313991297568127942831399" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 049b4d37-a309-4e18-9ca7-4983c9ac11a1, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5616908980621651138 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56169089806216511385616908980621651138561690898062165113856169089806216511385616908980621651138561690898062165113856169089806216511385616908980621651138561690898062165113856169089806216511385616908980621651138561690898062165113856169089806216511385616908980621651138561690898062165113856169089806216511385616908980621651138561690898062165113856169089806216511385616908980621651138" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 963899a5-3505-4df5-974b-749fad3310d3, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 591262d4-0b7d-4dbe-ae11-5457577b1f04, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 591262d4-0b7d-4dbe-ae11-5457577b1f04, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5853114988081592330 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58531149880815923305853114988081592330585311498808159233058531149880815923305853114988081592330585311498808159233058531149880815923305853114988081592330585311498808159233058531149880815923305853114988081592330585311498808159233058531149880815923305853114988081592330585311498808159233058531149880815923305853114988081592330585311498808159233058531149880815923305853114988081592330" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 049b4d37-a309-4e18-9ca7-4983c9ac11a1, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 60805a6d-a2ce-4f0d-8914-e7d17acd2d13, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 60805a6d-a2ce-4f0d-8914-e7d17acd2d13, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15452772594228454572 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1545277259422845457215452772594228454572154527725942284545721545277259422845457215452772594228454572154527725942284545721545277259422845457215452772594228454572154527725942284545721545277259422845457215452772594228454572154527725942284545721545277259422845457215452772594228454572154527725942284545721545277259422845457215452772594228454572154527725942284545721545277259422845457215452772594228454572" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 591262d4-0b7d-4dbe-ae11-5457577b1f04, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cfad08ae-4486-44ae-bb95-d0af4fc4eecb, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cfad08ae-4486-44ae-bb95-d0af4fc4eecb, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5536423065226674885 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55364230652266748855536423065226674885553642306522667488555364230652266748855536423065226674885553642306522667488555364230652266748855536423065226674885553642306522667488555364230652266748855536423065226674885553642306522667488555364230652266748855536423065226674885553642306522667488555364230652266748855536423065226674885553642306522667488555364230652266748855536423065226674885" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 60805a6d-a2ce-4f0d-8914-e7d17acd2d13, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ee671ad8-1ab3-41f1-80da-d24023ffac3b, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ee671ad8-1ab3-41f1-80da-d24023ffac3b, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1832171387279028446 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18321713872790284461832171387279028446183217138727902844618321713872790284461832171387279028446183217138727902844618321713872790284461832171387279028446183217138727902844618321713872790284461832171387279028446183217138727902844618321713872790284461832171387279028446183217138727902844618321713872790284461832171387279028446183217138727902844618321713872790284461832171387279028446" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ee671ad8-1ab3-41f1-80da-d24023ffac3b, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b79682d0-6034-40fc-9306-2d47ca05ff20, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b79682d0-6034-40fc-9306-2d47ca05ff20, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7628626351081762551 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76286263510817625517628626351081762551762862635108176255176286263510817625517628626351081762551762862635108176255176286263510817625517628626351081762551762862635108176255176286263510817625517628626351081762551762862635108176255176286263510817625517628626351081762551762862635108176255176286263510817625517628626351081762551762862635108176255176286263510817625517628626351081762551" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cfad08ae-4486-44ae-bb95-d0af4fc4eecb, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 257941b9-dd76-409a-bd2a-6e48e19ba770, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 257941b9-dd76-409a-bd2a-6e48e19ba770, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2559249426576339244 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25592494265763392442559249426576339244255924942657633924425592494265763392442559249426576339244255924942657633924425592494265763392442559249426576339244255924942657633924425592494265763392442559249426576339244255924942657633924425592494265763392442559249426576339244255924942657633924425592494265763392442559249426576339244255924942657633924425592494265763392442559249426576339244" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b79682d0-6034-40fc-9306-2d47ca05ff20, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5433cc17-65e3-4360-b41e-2cc6c454cc83, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5433cc17-65e3-4360-b41e-2cc6c454cc83, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14102202989430347680 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1410220298943034768014102202989430347680141022029894303476801410220298943034768014102202989430347680141022029894303476801410220298943034768014102202989430347680141022029894303476801410220298943034768014102202989430347680141022029894303476801410220298943034768014102202989430347680141022029894303476801410220298943034768014102202989430347680141022029894303476801410220298943034768014102202989430347680" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5433cc17-65e3-4360-b41e-2cc6c454cc83, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e77db782-244f-4fad-8ab4-bf645933a9a9, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e77db782-244f-4fad-8ab4-bf645933a9a9, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17021337699117481087 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1702133769911748108717021337699117481087170213376991174810871702133769911748108717021337699117481087170213376991174810871702133769911748108717021337699117481087170213376991174810871702133769911748108717021337699117481087170213376991174810871702133769911748108717021337699117481087170213376991174810871702133769911748108717021337699117481087170213376991174810871702133769911748108717021337699117481087" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 257941b9-dd76-409a-bd2a-6e48e19ba770, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e77db782-244f-4fad-8ab4-bf645933a9a9, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3540c9bf-4236-4dbb-bbac-7d1b309f9d8b, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5c057166-aeaf-482f-b013-d59cac5debb9, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3540c9bf-4236-4dbb-bbac-7d1b309f9d8b, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7927381768929273113 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79273817689292731137927381768929273113792738176892927311379273817689292731137927381768929273113792738176892927311379273817689292731137927381768929273113792738176892927311379273817689292731137927381768929273113792738176892927311379273817689292731137927381768929273113792738176892927311379273817689292731137927381768929273113792738176892927311379273817689292731137927381768929273113" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5c057166-aeaf-482f-b013-d59cac5debb9, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10795382874499685635 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1079538287449968563510795382874499685635107953828744996856351079538287449968563510795382874499685635107953828744996856351079538287449968563510795382874499685635107953828744996856351079538287449968563510795382874499685635107953828744996856351079538287449968563510795382874499685635107953828744996856351079538287449968563510795382874499685635107953828744996856351079538287449968563510795382874499685635" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5c057166-aeaf-482f-b013-d59cac5debb9, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4fb7b870-b749-4034-accf-8a265cc88b19, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4fb7b870-b749-4034-accf-8a265cc88b19, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1960347884677657085 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19603478846776570851960347884677657085196034788467765708519603478846776570851960347884677657085196034788467765708519603478846776570851960347884677657085196034788467765708519603478846776570851960347884677657085196034788467765708519603478846776570851960347884677657085196034788467765708519603478846776570851960347884677657085196034788467765708519603478846776570851960347884677657085" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3540c9bf-4236-4dbb-bbac-7d1b309f9d8b, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 07062f07-3854-42f7-8052-a65e8df40b4b, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 07062f07-3854-42f7-8052-a65e8df40b4b, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13337607068380841959 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1333760706838084195913337607068380841959133376070683808419591333760706838084195913337607068380841959133376070683808419591333760706838084195913337607068380841959133376070683808419591333760706838084195913337607068380841959133376070683808419591333760706838084195913337607068380841959133376070683808419591333760706838084195913337607068380841959133376070683808419591333760706838084195913337607068380841959" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4fb7b870-b749-4034-accf-8a265cc88b19, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3de31ff4-e173-4cc1-a263-2e375fbaa7f1, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3de31ff4-e173-4cc1-a263-2e375fbaa7f1, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7475549432066264529 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74755494320662645297475549432066264529747554943206626452974755494320662645297475549432066264529747554943206626452974755494320662645297475549432066264529747554943206626452974755494320662645297475549432066264529747554943206626452974755494320662645297475549432066264529747554943206626452974755494320662645297475549432066264529747554943206626452974755494320662645297475549432066264529" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 07062f07-3854-42f7-8052-a65e8df40b4b, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4f2ba98d-27eb-4c86-8de1-bdcd856be4ff, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4f2ba98d-27eb-4c86-8de1-bdcd856be4ff, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4724336212458296754 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47243362124582967544724336212458296754472433621245829675447243362124582967544724336212458296754472433621245829675447243362124582967544724336212458296754472433621245829675447243362124582967544724336212458296754472433621245829675447243362124582967544724336212458296754472433621245829675447243362124582967544724336212458296754472433621245829675447243362124582967544724336212458296754" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3de31ff4-e173-4cc1-a263-2e375fbaa7f1, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 43f4f1b6-6650-4cfa-a622-2e3da54081b8, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 43f4f1b6-6650-4cfa-a622-2e3da54081b8, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7375157581866022457 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73751575818660224577375157581866022457737515758186602245773751575818660224577375157581866022457737515758186602245773751575818660224577375157581866022457737515758186602245773751575818660224577375157581866022457737515758186602245773751575818660224577375157581866022457737515758186602245773751575818660224577375157581866022457737515758186602245773751575818660224577375157581866022457" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4f2ba98d-27eb-4c86-8de1-bdcd856be4ff, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0d17641a-0643-4338-8c95-904e844372ea, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0d17641a-0643-4338-8c95-904e844372ea, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6647941578672644735 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66479415786726447356647941578672644735664794157867264473566479415786726447356647941578672644735664794157867264473566479415786726447356647941578672644735664794157867264473566479415786726447356647941578672644735664794157867264473566479415786726447356647941578672644735664794157867264473566479415786726447356647941578672644735664794157867264473566479415786726447356647941578672644735" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 43f4f1b6-6650-4cfa-a622-2e3da54081b8, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0cbbf61b-ecfb-40c9-be6d-4796245fbf5f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0cbbf61b-ecfb-40c9-be6d-4796245fbf5f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5943067990106127796 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59430679901061277965943067990106127796594306799010612779659430679901061277965943067990106127796594306799010612779659430679901061277965943067990106127796594306799010612779659430679901061277965943067990106127796594306799010612779659430679901061277965943067990106127796594306799010612779659430679901061277965943067990106127796594306799010612779659430679901061277965943067990106127796" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0d17641a-0643-4338-8c95-904e844372ea, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9be7b528-e48e-41d9-a5e9-7913924ba84d, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9be7b528-e48e-41d9-a5e9-7913924ba84d, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10309545751781605375 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1030954575178160537510309545751781605375103095457517816053751030954575178160537510309545751781605375103095457517816053751030954575178160537510309545751781605375103095457517816053751030954575178160537510309545751781605375103095457517816053751030954575178160537510309545751781605375103095457517816053751030954575178160537510309545751781605375103095457517816053751030954575178160537510309545751781605375" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0cbbf61b-ecfb-40c9-be6d-4796245fbf5f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2e6b1a4d-508a-40d7-bcb1-c73ea8b4959c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2e6b1a4d-508a-40d7-bcb1-c73ea8b4959c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9256163900945115318 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92561639009451153189256163900945115318925616390094511531892561639009451153189256163900945115318925616390094511531892561639009451153189256163900945115318925616390094511531892561639009451153189256163900945115318925616390094511531892561639009451153189256163900945115318925616390094511531892561639009451153189256163900945115318925616390094511531892561639009451153189256163900945115318" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9be7b528-e48e-41d9-a5e9-7913924ba84d, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 72d64ab2-78b2-4a53-908a-80e22aaa0b61, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 72d64ab2-78b2-4a53-908a-80e22aaa0b61, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11316310164374363616 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1131631016437436361611316310164374363616113163101643743636161131631016437436361611316310164374363616113163101643743636161131631016437436361611316310164374363616113163101643743636161131631016437436361611316310164374363616113163101643743636161131631016437436361611316310164374363616113163101643743636161131631016437436361611316310164374363616113163101643743636161131631016437436361611316310164374363616" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2e6b1a4d-508a-40d7-bcb1-c73ea8b4959c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fb09d0dd-2209-4a7c-ba83-90b447592123, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fb09d0dd-2209-4a7c-ba83-90b447592123, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6535673722525857337 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65356737225258573376535673722525857337653567372252585733765356737225258573376535673722525857337653567372252585733765356737225258573376535673722525857337653567372252585733765356737225258573376535673722525857337653567372252585733765356737225258573376535673722525857337653567372252585733765356737225258573376535673722525857337653567372252585733765356737225258573376535673722525857337" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 72d64ab2-78b2-4a53-908a-80e22aaa0b61, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7da9ef23-75a0-4713-94a3-10334a6bbeda, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7da9ef23-75a0-4713-94a3-10334a6bbeda, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15706409525390816213 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1570640952539081621315706409525390816213157064095253908162131570640952539081621315706409525390816213157064095253908162131570640952539081621315706409525390816213157064095253908162131570640952539081621315706409525390816213157064095253908162131570640952539081621315706409525390816213157064095253908162131570640952539081621315706409525390816213157064095253908162131570640952539081621315706409525390816213" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fb09d0dd-2209-4a7c-ba83-90b447592123, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5e84d54d-ec1a-42c4-adc3-d00a3148d105, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5e84d54d-ec1a-42c4-adc3-d00a3148d105, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1303714590607788179 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13037145906077881791303714590607788179130371459060778817913037145906077881791303714590607788179130371459060778817913037145906077881791303714590607788179130371459060778817913037145906077881791303714590607788179130371459060778817913037145906077881791303714590607788179130371459060778817913037145906077881791303714590607788179130371459060778817913037145906077881791303714590607788179" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7da9ef23-75a0-4713-94a3-10334a6bbeda, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 381a5667-b469-4d01-bba9-2e97bb8e0ddd, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5e84d54d-ec1a-42c4-adc3-d00a3148d105, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9d16c731-acf7-48b2-8492-aaedb8c1bd80, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9d16c731-acf7-48b2-8492-aaedb8c1bd80, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2182672147270955093 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21826721472709550932182672147270955093218267214727095509321826721472709550932182672147270955093218267214727095509321826721472709550932182672147270955093218267214727095509321826721472709550932182672147270955093218267214727095509321826721472709550932182672147270955093218267214727095509321826721472709550932182672147270955093218267214727095509321826721472709550932182672147270955093" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 381a5667-b469-4d01-bba9-2e97bb8e0ddd, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11076043788969751442 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1107604378896975144211076043788969751442110760437889697514421107604378896975144211076043788969751442110760437889697514421107604378896975144211076043788969751442110760437889697514421107604378896975144211076043788969751442110760437889697514421107604378896975144211076043788969751442110760437889697514421107604378896975144211076043788969751442110760437889697514421107604378896975144211076043788969751442" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 381a5667-b469-4d01-bba9-2e97bb8e0ddd, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c752a707-b43e-4e4b-ab7e-5cebc155fa5f, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c752a707-b43e-4e4b-ab7e-5cebc155fa5f, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8489345472588336056 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84893454725883360568489345472588336056848934547258833605684893454725883360568489345472588336056848934547258833605684893454725883360568489345472588336056848934547258833605684893454725883360568489345472588336056848934547258833605684893454725883360568489345472588336056848934547258833605684893454725883360568489345472588336056848934547258833605684893454725883360568489345472588336056" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9d16c731-acf7-48b2-8492-aaedb8c1bd80, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9ce1ae34-43ce-402c-938c-3454a7cad2ab, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9ce1ae34-43ce-402c-938c-3454a7cad2ab, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14128065275564079433 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1412806527556407943314128065275564079433141280652755640794331412806527556407943314128065275564079433141280652755640794331412806527556407943314128065275564079433141280652755640794331412806527556407943314128065275564079433141280652755640794331412806527556407943314128065275564079433141280652755640794331412806527556407943314128065275564079433141280652755640794331412806527556407943314128065275564079433" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9ce1ae34-43ce-402c-938c-3454a7cad2ab, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c2339aae-e9fb-4f7f-a240-9e55aad343da, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c2339aae-e9fb-4f7f-a240-9e55aad343da, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4611097755245759756 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46110977552457597564611097755245759756461109775524575975646110977552457597564611097755245759756461109775524575975646110977552457597564611097755245759756461109775524575975646110977552457597564611097755245759756461109775524575975646110977552457597564611097755245759756461109775524575975646110977552457597564611097755245759756461109775524575975646110977552457597564611097755245759756" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c752a707-b43e-4e4b-ab7e-5cebc155fa5f, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cf9b14fb-7f90-4080-9852-2e6a61fe3a5f, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cf9b14fb-7f90-4080-9852-2e6a61fe3a5f, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11724595985592784360 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1172459598559278436011724595985592784360117245959855927843601172459598559278436011724595985592784360117245959855927843601172459598559278436011724595985592784360117245959855927843601172459598559278436011724595985592784360117245959855927843601172459598559278436011724595985592784360117245959855927843601172459598559278436011724595985592784360117245959855927843601172459598559278436011724595985592784360" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c2339aae-e9fb-4f7f-a240-9e55aad343da, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 01dd9b59-cf65-4551-b952-decd63d10f2f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cf9b14fb-7f90-4080-9852-2e6a61fe3a5f, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 01dd9b59-cf65-4551-b952-decd63d10f2f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14333943289871524315 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1433394328987152431514333943289871524315143339432898715243151433394328987152431514333943289871524315143339432898715243151433394328987152431514333943289871524315143339432898715243151433394328987152431514333943289871524315143339432898715243151433394328987152431514333943289871524315143339432898715243151433394328987152431514333943289871524315143339432898715243151433394328987152431514333943289871524315" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a077f018-192a-4b1a-89fd-1dbc3c1d60b8, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a077f018-192a-4b1a-89fd-1dbc3c1d60b8, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2537294976892636441 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25372949768926364412537294976892636441253729497689263644125372949768926364412537294976892636441253729497689263644125372949768926364412537294976892636441253729497689263644125372949768926364412537294976892636441253729497689263644125372949768926364412537294976892636441253729497689263644125372949768926364412537294976892636441253729497689263644125372949768926364412537294976892636441" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 01dd9b59-cf65-4551-b952-decd63d10f2f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0030e5e8-42da-4147-ab94-4524643c4325, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0030e5e8-42da-4147-ab94-4524643c4325, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9270780689094294526 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92707806890942945269270780689094294526927078068909429452692707806890942945269270780689094294526927078068909429452692707806890942945269270780689094294526927078068909429452692707806890942945269270780689094294526927078068909429452692707806890942945269270780689094294526927078068909429452692707806890942945269270780689094294526927078068909429452692707806890942945269270780689094294526" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a077f018-192a-4b1a-89fd-1dbc3c1d60b8, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 773e5aa2-e071-4109-a769-9e693b696876, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 773e5aa2-e071-4109-a769-9e693b696876, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7717252886754683118 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77172528867546831187717252886754683118771725288675468311877172528867546831187717252886754683118771725288675468311877172528867546831187717252886754683118771725288675468311877172528867546831187717252886754683118771725288675468311877172528867546831187717252886754683118771725288675468311877172528867546831187717252886754683118771725288675468311877172528867546831187717252886754683118" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0030e5e8-42da-4147-ab94-4524643c4325, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 72d59ea6-f02d-496c-8980-92b80f4c2124, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 72d59ea6-f02d-496c-8980-92b80f4c2124, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 355455009803938269 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "355455009803938269355455009803938269355455009803938269355455009803938269355455009803938269355455009803938269355455009803938269355455009803938269355455009803938269355455009803938269355455009803938269355455009803938269355455009803938269355455009803938269355455009803938269355455009803938269355455009803938269355455009803938269355455009803938269355455009803938269" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 773e5aa2-e071-4109-a769-9e693b696876, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bda744f7-995d-4370-80f7-e6e363356a8a, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bda744f7-995d-4370-80f7-e6e363356a8a, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3596019407731685435 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35960194077316854353596019407731685435359601940773168543535960194077316854353596019407731685435359601940773168543535960194077316854353596019407731685435359601940773168543535960194077316854353596019407731685435359601940773168543535960194077316854353596019407731685435359601940773168543535960194077316854353596019407731685435359601940773168543535960194077316854353596019407731685435" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 72d59ea6-f02d-496c-8980-92b80f4c2124, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6e4fe3a1-3f8c-44c2-9700-5064816858fb, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6e4fe3a1-3f8c-44c2-9700-5064816858fb, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14579255806955954468 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1457925580695595446814579255806955954468145792558069559544681457925580695595446814579255806955954468145792558069559544681457925580695595446814579255806955954468145792558069559544681457925580695595446814579255806955954468145792558069559544681457925580695595446814579255806955954468145792558069559544681457925580695595446814579255806955954468145792558069559544681457925580695595446814579255806955954468" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bda744f7-995d-4370-80f7-e6e363356a8a, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3803bf1f-50b5-4f7d-923e-c7e59a065e57, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3803bf1f-50b5-4f7d-923e-c7e59a065e57, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16135683323293453305 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1613568332329345330516135683323293453305161356833232934533051613568332329345330516135683323293453305161356833232934533051613568332329345330516135683323293453305161356833232934533051613568332329345330516135683323293453305161356833232934533051613568332329345330516135683323293453305161356833232934533051613568332329345330516135683323293453305161356833232934533051613568332329345330516135683323293453305" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6e4fe3a1-3f8c-44c2-9700-5064816858fb, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 744da955-91a3-488f-930c-f0040fbcd58e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 744da955-91a3-488f-930c-f0040fbcd58e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5630502517294900744 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56305025172949007445630502517294900744563050251729490074456305025172949007445630502517294900744563050251729490074456305025172949007445630502517294900744563050251729490074456305025172949007445630502517294900744563050251729490074456305025172949007445630502517294900744563050251729490074456305025172949007445630502517294900744563050251729490074456305025172949007445630502517294900744" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3803bf1f-50b5-4f7d-923e-c7e59a065e57, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ac29acaa-b448-4b8a-80b1-cf73f411ccc3, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ac29acaa-b448-4b8a-80b1-cf73f411ccc3, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4459120757856773010 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44591207578567730104459120757856773010445912075785677301044591207578567730104459120757856773010445912075785677301044591207578567730104459120757856773010445912075785677301044591207578567730104459120757856773010445912075785677301044591207578567730104459120757856773010445912075785677301044591207578567730104459120757856773010445912075785677301044591207578567730104459120757856773010" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 744da955-91a3-488f-930c-f0040fbcd58e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ac29acaa-b448-4b8a-80b1-cf73f411ccc3, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1e710aba-6b13-4462-a8ca-e07adcc8be79, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7c59b224-a385-45d4-ad0d-b2b646f7a551, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1e710aba-6b13-4462-a8ca-e07adcc8be79, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1068349891166858281 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10683498911668582811068349891166858281106834989116685828110683498911668582811068349891166858281106834989116685828110683498911668582811068349891166858281106834989116685828110683498911668582811068349891166858281106834989116685828110683498911668582811068349891166858281106834989116685828110683498911668582811068349891166858281106834989116685828110683498911668582811068349891166858281" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7c59b224-a385-45d4-ad0d-b2b646f7a551, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4278146200869455167 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42781462008694551674278146200869455167427814620086945516742781462008694551674278146200869455167427814620086945516742781462008694551674278146200869455167427814620086945516742781462008694551674278146200869455167427814620086945516742781462008694551674278146200869455167427814620086945516742781462008694551674278146200869455167427814620086945516742781462008694551674278146200869455167" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1e710aba-6b13-4462-a8ca-e07adcc8be79, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e92a533d-a78e-4347-84d5-0463621f4e42, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e92a533d-a78e-4347-84d5-0463621f4e42, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9702670273143866163 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97026702731438661639702670273143866163970267027314386616397026702731438661639702670273143866163970267027314386616397026702731438661639702670273143866163970267027314386616397026702731438661639702670273143866163970267027314386616397026702731438661639702670273143866163970267027314386616397026702731438661639702670273143866163970267027314386616397026702731438661639702670273143866163" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e92a533d-a78e-4347-84d5-0463621f4e42, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 98035a59-0611-4e22-ac1e-7ee693a1080e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 98035a59-0611-4e22-ac1e-7ee693a1080e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3576093362521270625 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35760933625212706253576093362521270625357609336252127062535760933625212706253576093362521270625357609336252127062535760933625212706253576093362521270625357609336252127062535760933625212706253576093362521270625357609336252127062535760933625212706253576093362521270625357609336252127062535760933625212706253576093362521270625357609336252127062535760933625212706253576093362521270625" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7c59b224-a385-45d4-ad0d-b2b646f7a551, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d91d26ae-7f5b-481a-8403-2efdb47d9ee0, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d91d26ae-7f5b-481a-8403-2efdb47d9ee0, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 232355540033712693 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "232355540033712693232355540033712693232355540033712693232355540033712693232355540033712693232355540033712693232355540033712693232355540033712693232355540033712693232355540033712693232355540033712693232355540033712693232355540033712693232355540033712693232355540033712693232355540033712693232355540033712693232355540033712693232355540033712693232355540033712693" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 98035a59-0611-4e22-ac1e-7ee693a1080e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dc88beee-0943-47ef-aea6-730c5d51d90b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dc88beee-0943-47ef-aea6-730c5d51d90b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12939532222858691976 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1293953222285869197612939532222858691976129395322228586919761293953222285869197612939532222858691976129395322228586919761293953222285869197612939532222858691976129395322228586919761293953222285869197612939532222858691976129395322228586919761293953222285869197612939532222858691976129395322228586919761293953222285869197612939532222858691976129395322228586919761293953222285869197612939532222858691976" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d91d26ae-7f5b-481a-8403-2efdb47d9ee0, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 61ffeeb9-331f-47c1-b78d-a5f832b86571, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 61ffeeb9-331f-47c1-b78d-a5f832b86571, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 102401411219967767 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "102401411219967767102401411219967767102401411219967767102401411219967767102401411219967767102401411219967767102401411219967767102401411219967767102401411219967767102401411219967767102401411219967767102401411219967767102401411219967767102401411219967767102401411219967767102401411219967767102401411219967767102401411219967767102401411219967767102401411219967767" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dc88beee-0943-47ef-aea6-730c5d51d90b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f64dcde1-6c4b-4265-a14d-963d47c0884a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f64dcde1-6c4b-4265-a14d-963d47c0884a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3701030627509735280 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37010306275097352803701030627509735280370103062750973528037010306275097352803701030627509735280370103062750973528037010306275097352803701030627509735280370103062750973528037010306275097352803701030627509735280370103062750973528037010306275097352803701030627509735280370103062750973528037010306275097352803701030627509735280370103062750973528037010306275097352803701030627509735280" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 61ffeeb9-331f-47c1-b78d-a5f832b86571, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fb7fc2d8-f2db-4c00-9fa3-0a6eadb83eb7, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fb7fc2d8-f2db-4c00-9fa3-0a6eadb83eb7, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1911884791665186765 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19118847916651867651911884791665186765191188479166518676519118847916651867651911884791665186765191188479166518676519118847916651867651911884791665186765191188479166518676519118847916651867651911884791665186765191188479166518676519118847916651867651911884791665186765191188479166518676519118847916651867651911884791665186765191188479166518676519118847916651867651911884791665186765" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f64dcde1-6c4b-4265-a14d-963d47c0884a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2684be2e-6046-47be-a1aa-23ccf900a213, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2684be2e-6046-47be-a1aa-23ccf900a213, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3896339593314422321 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38963395933144223213896339593314422321389633959331442232138963395933144223213896339593314422321389633959331442232138963395933144223213896339593314422321389633959331442232138963395933144223213896339593314422321389633959331442232138963395933144223213896339593314422321389633959331442232138963395933144223213896339593314422321389633959331442232138963395933144223213896339593314422321" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fb7fc2d8-f2db-4c00-9fa3-0a6eadb83eb7, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fa33d152-c9d3-4f3d-9b4a-6f6038da6823, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fa33d152-c9d3-4f3d-9b4a-6f6038da6823, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3280080012462257732 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32800800124622577323280080012462257732328008001246225773232800800124622577323280080012462257732328008001246225773232800800124622577323280080012462257732328008001246225773232800800124622577323280080012462257732328008001246225773232800800124622577323280080012462257732328008001246225773232800800124622577323280080012462257732328008001246225773232800800124622577323280080012462257732" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2684be2e-6046-47be-a1aa-23ccf900a213, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e5cc7465-65d7-455a-bcef-cc4a772ac9cc, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e5cc7465-65d7-455a-bcef-cc4a772ac9cc, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11769937596238218138 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1176993759623821813811769937596238218138117699375962382181381176993759623821813811769937596238218138117699375962382181381176993759623821813811769937596238218138117699375962382181381176993759623821813811769937596238218138117699375962382181381176993759623821813811769937596238218138117699375962382181381176993759623821813811769937596238218138117699375962382181381176993759623821813811769937596238218138" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fa33d152-c9d3-4f3d-9b4a-6f6038da6823, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c55cd439-8f3c-4d4c-935e-3c18a368ddce, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e5cc7465-65d7-455a-bcef-cc4a772ac9cc, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c55cd439-8f3c-4d4c-935e-3c18a368ddce, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3720588996535158562 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37205889965351585623720588996535158562372058899653515856237205889965351585623720588996535158562372058899653515856237205889965351585623720588996535158562372058899653515856237205889965351585623720588996535158562372058899653515856237205889965351585623720588996535158562372058899653515856237205889965351585623720588996535158562372058899653515856237205889965351585623720588996535158562" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7ffbffe7-13a2-4b66-95f7-8690fb29f78d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7ffbffe7-13a2-4b66-95f7-8690fb29f78d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 978735457662827789 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "978735457662827789978735457662827789978735457662827789978735457662827789978735457662827789978735457662827789978735457662827789978735457662827789978735457662827789978735457662827789978735457662827789978735457662827789978735457662827789978735457662827789978735457662827789978735457662827789978735457662827789978735457662827789978735457662827789978735457662827789" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c55cd439-8f3c-4d4c-935e-3c18a368ddce, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7ffbffe7-13a2-4b66-95f7-8690fb29f78d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6e0a6166-f4b3-4bbc-89da-9af550e191d4, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6e0a6166-f4b3-4bbc-89da-9af550e191d4, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16990814331706340402 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1699081433170634040216990814331706340402169908143317063404021699081433170634040216990814331706340402169908143317063404021699081433170634040216990814331706340402169908143317063404021699081433170634040216990814331706340402169908143317063404021699081433170634040216990814331706340402169908143317063404021699081433170634040216990814331706340402169908143317063404021699081433170634040216990814331706340402" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e52a0aab-df33-469a-b2e4-46cc517008c1, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e52a0aab-df33-469a-b2e4-46cc517008c1, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5200608338880871694 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52006083388808716945200608338880871694520060833888087169452006083388808716945200608338880871694520060833888087169452006083388808716945200608338880871694520060833888087169452006083388808716945200608338880871694520060833888087169452006083388808716945200608338880871694520060833888087169452006083388808716945200608338880871694520060833888087169452006083388808716945200608338880871694" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6e0a6166-f4b3-4bbc-89da-9af550e191d4, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 39bca489-94e4-49e4-9e91-fe239c13e404, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 39bca489-94e4-49e4-9e91-fe239c13e404, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16280848284092565886 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1628084828409256588616280848284092565886162808482840925658861628084828409256588616280848284092565886162808482840925658861628084828409256588616280848284092565886162808482840925658861628084828409256588616280848284092565886162808482840925658861628084828409256588616280848284092565886162808482840925658861628084828409256588616280848284092565886162808482840925658861628084828409256588616280848284092565886" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e52a0aab-df33-469a-b2e4-46cc517008c1, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b4565773-6810-4c57-9d6f-d970b4291da6, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 39bca489-94e4-49e4-9e91-fe239c13e404, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, edd73dc1-7679-4426-af7f-9385e85bde27, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, edd73dc1-7679-4426-af7f-9385e85bde27, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6561155306055093304 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65611553060550933046561155306055093304656115530605509330465611553060550933046561155306055093304656115530605509330465611553060550933046561155306055093304656115530605509330465611553060550933046561155306055093304656115530605509330465611553060550933046561155306055093304656115530605509330465611553060550933046561155306055093304656115530605509330465611553060550933046561155306055093304" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b4565773-6810-4c57-9d6f-d970b4291da6, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10540421660111760373 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1054042166011176037310540421660111760373105404216601117603731054042166011176037310540421660111760373105404216601117603731054042166011176037310540421660111760373105404216601117603731054042166011176037310540421660111760373105404216601117603731054042166011176037310540421660111760373105404216601117603731054042166011176037310540421660111760373105404216601117603731054042166011176037310540421660111760373" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, edd73dc1-7679-4426-af7f-9385e85bde27, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 26af067a-85af-4ffb-b3e0-58642a1b593c, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 26af067a-85af-4ffb-b3e0-58642a1b593c, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7170214676193023530 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71702146761930235307170214676193023530717021467619302353071702146761930235307170214676193023530717021467619302353071702146761930235307170214676193023530717021467619302353071702146761930235307170214676193023530717021467619302353071702146761930235307170214676193023530717021467619302353071702146761930235307170214676193023530717021467619302353071702146761930235307170214676193023530" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b4565773-6810-4c57-9d6f-d970b4291da6, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ff58d09b-65ef-4a08-b8ae-61da2886b210, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ff58d09b-65ef-4a08-b8ae-61da2886b210, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8103258303835585580 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81032583038355855808103258303835585580810325830383558558081032583038355855808103258303835585580810325830383558558081032583038355855808103258303835585580810325830383558558081032583038355855808103258303835585580810325830383558558081032583038355855808103258303835585580810325830383558558081032583038355855808103258303835585580810325830383558558081032583038355855808103258303835585580" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 26af067a-85af-4ffb-b3e0-58642a1b593c, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 60593fee-cb71-4ec5-a599-336ae6c9d0f2, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 60593fee-cb71-4ec5-a599-336ae6c9d0f2, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 60037890422651806 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "6003789042265180660037890422651806600378904226518066003789042265180660037890422651806600378904226518066003789042265180660037890422651806600378904226518066003789042265180660037890422651806600378904226518066003789042265180660037890422651806600378904226518066003789042265180660037890422651806600378904226518066003789042265180660037890422651806" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ff58d09b-65ef-4a08-b8ae-61da2886b210, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fd0a7747-7943-4931-b709-c30c6251c97d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fd0a7747-7943-4931-b709-c30c6251c97d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6064757360278302582 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60647573602783025826064757360278302582606475736027830258260647573602783025826064757360278302582606475736027830258260647573602783025826064757360278302582606475736027830258260647573602783025826064757360278302582606475736027830258260647573602783025826064757360278302582606475736027830258260647573602783025826064757360278302582606475736027830258260647573602783025826064757360278302582" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 60593fee-cb71-4ec5-a599-336ae6c9d0f2, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 52d97b2e-02b4-49f7-af93-22ac5d0eea46, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 52d97b2e-02b4-49f7-af93-22ac5d0eea46, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10923405710483365791 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1092340571048336579110923405710483365791109234057104833657911092340571048336579110923405710483365791109234057104833657911092340571048336579110923405710483365791109234057104833657911092340571048336579110923405710483365791109234057104833657911092340571048336579110923405710483365791109234057104833657911092340571048336579110923405710483365791109234057104833657911092340571048336579110923405710483365791" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fd0a7747-7943-4931-b709-c30c6251c97d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9d250f7d-92fb-4ab7-8cdd-30f9cfb42bcb, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9d250f7d-92fb-4ab7-8cdd-30f9cfb42bcb, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5509813762337378151 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55098137623373781515509813762337378151550981376233737815155098137623373781515509813762337378151550981376233737815155098137623373781515509813762337378151550981376233737815155098137623373781515509813762337378151550981376233737815155098137623373781515509813762337378151550981376233737815155098137623373781515509813762337378151550981376233737815155098137623373781515509813762337378151" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9d250f7d-92fb-4ab7-8cdd-30f9cfb42bcb, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 52d97b2e-02b4-49f7-af93-22ac5d0eea46, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e3870d6b-fb71-4b13-8840-02e500181127, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e3870d6b-fb71-4b13-8840-02e500181127, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6664668937939403812 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66646689379394038126664668937939403812666466893793940381266646689379394038126664668937939403812666466893793940381266646689379394038126664668937939403812666466893793940381266646689379394038126664668937939403812666466893793940381266646689379394038126664668937939403812666466893793940381266646689379394038126664668937939403812666466893793940381266646689379394038126664668937939403812" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a2a03507-e8af-4d0a-a683-5758cfdffc2a, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a2a03507-e8af-4d0a-a683-5758cfdffc2a, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7550358022396097035 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75503580223960970357550358022396097035755035802239609703575503580223960970357550358022396097035755035802239609703575503580223960970357550358022396097035755035802239609703575503580223960970357550358022396097035755035802239609703575503580223960970357550358022396097035755035802239609703575503580223960970357550358022396097035755035802239609703575503580223960970357550358022396097035" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e3870d6b-fb71-4b13-8840-02e500181127, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8bb2fc3e-0145-4e39-83a4-e69a596bcd72, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a2a03507-e8af-4d0a-a683-5758cfdffc2a, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6c8c843f-0620-4d63-a7ee-a0e99233ee9a, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6c8c843f-0620-4d63-a7ee-a0e99233ee9a, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15097488373666370353 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1509748837366637035315097488373666370353150974883736663703531509748837366637035315097488373666370353150974883736663703531509748837366637035315097488373666370353150974883736663703531509748837366637035315097488373666370353150974883736663703531509748837366637035315097488373666370353150974883736663703531509748837366637035315097488373666370353150974883736663703531509748837366637035315097488373666370353" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8bb2fc3e-0145-4e39-83a4-e69a596bcd72, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8316406068356998750 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83164060683569987508316406068356998750831640606835699875083164060683569987508316406068356998750831640606835699875083164060683569987508316406068356998750831640606835699875083164060683569987508316406068356998750831640606835699875083164060683569987508316406068356998750831640606835699875083164060683569987508316406068356998750831640606835699875083164060683569987508316406068356998750" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8bb2fc3e-0145-4e39-83a4-e69a596bcd72, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d2aca0d7-2b3f-4f1c-844d-9034c119aa51, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d2aca0d7-2b3f-4f1c-844d-9034c119aa51, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9342821619979461860 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93428216199794618609342821619979461860934282161997946186093428216199794618609342821619979461860934282161997946186093428216199794618609342821619979461860934282161997946186093428216199794618609342821619979461860934282161997946186093428216199794618609342821619979461860934282161997946186093428216199794618609342821619979461860934282161997946186093428216199794618609342821619979461860" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6c8c843f-0620-4d63-a7ee-a0e99233ee9a, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d7397a94-bb68-4357-964d-ccdd3a0a03c4, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d7397a94-bb68-4357-964d-ccdd3a0a03c4, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12130747854298366003 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1213074785429836600312130747854298366003121307478542983660031213074785429836600312130747854298366003121307478542983660031213074785429836600312130747854298366003121307478542983660031213074785429836600312130747854298366003121307478542983660031213074785429836600312130747854298366003121307478542983660031213074785429836600312130747854298366003121307478542983660031213074785429836600312130747854298366003" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d7397a94-bb68-4357-964d-ccdd3a0a03c4, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1b16df6f-4fff-4bc7-9be3-6abc5c7c34f9, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1b16df6f-4fff-4bc7-9be3-6abc5c7c34f9, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6400867720722407785 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64008677207224077856400867720722407785640086772072240778564008677207224077856400867720722407785640086772072240778564008677207224077856400867720722407785640086772072240778564008677207224077856400867720722407785640086772072240778564008677207224077856400867720722407785640086772072240778564008677207224077856400867720722407785640086772072240778564008677207224077856400867720722407785" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d2aca0d7-2b3f-4f1c-844d-9034c119aa51, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c4849e73-4240-4f83-8a29-c21bb19100dc, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c4849e73-4240-4f83-8a29-c21bb19100dc, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2784040274588570223 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27840402745885702232784040274588570223278404027458857022327840402745885702232784040274588570223278404027458857022327840402745885702232784040274588570223278404027458857022327840402745885702232784040274588570223278404027458857022327840402745885702232784040274588570223278404027458857022327840402745885702232784040274588570223278404027458857022327840402745885702232784040274588570223" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c4849e73-4240-4f83-8a29-c21bb19100dc, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1b8e0099-5caf-4319-ae9b-98f2e7f048a9, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1b16df6f-4fff-4bc7-9be3-6abc5c7c34f9, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 34895ff1-0845-4e44-ac3e-f30847e1c2f3, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 34895ff1-0845-4e44-ac3e-f30847e1c2f3, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15080142864633027559 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1508014286463302755915080142864633027559150801428646330275591508014286463302755915080142864633027559150801428646330275591508014286463302755915080142864633027559150801428646330275591508014286463302755915080142864633027559150801428646330275591508014286463302755915080142864633027559150801428646330275591508014286463302755915080142864633027559150801428646330275591508014286463302755915080142864633027559" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1b8e0099-5caf-4319-ae9b-98f2e7f048a9, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14363599558207242991 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1436359955820724299114363599558207242991143635995582072429911436359955820724299114363599558207242991143635995582072429911436359955820724299114363599558207242991143635995582072429911436359955820724299114363599558207242991143635995582072429911436359955820724299114363599558207242991143635995582072429911436359955820724299114363599558207242991143635995582072429911436359955820724299114363599558207242991" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 34895ff1-0845-4e44-ac3e-f30847e1c2f3, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 451120c1-fa26-4593-a57e-b44f55f5b821, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 451120c1-fa26-4593-a57e-b44f55f5b821, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 224714224729616089 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "224714224729616089224714224729616089224714224729616089224714224729616089224714224729616089224714224729616089224714224729616089224714224729616089224714224729616089224714224729616089224714224729616089224714224729616089224714224729616089224714224729616089224714224729616089224714224729616089224714224729616089224714224729616089224714224729616089224714224729616089" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1b8e0099-5caf-4319-ae9b-98f2e7f048a9, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8c503ee0-8c3b-46af-b643-da25160d84ac, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8c503ee0-8c3b-46af-b643-da25160d84ac, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5172859672719940232 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51728596727199402325172859672719940232517285967271994023251728596727199402325172859672719940232517285967271994023251728596727199402325172859672719940232517285967271994023251728596727199402325172859672719940232517285967271994023251728596727199402325172859672719940232517285967271994023251728596727199402325172859672719940232517285967271994023251728596727199402325172859672719940232" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 451120c1-fa26-4593-a57e-b44f55f5b821, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 151d7aa5-7894-4adc-be84-b236c2aae287, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8c503ee0-8c3b-46af-b643-da25160d84ac, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 151d7aa5-7894-4adc-be84-b236c2aae287, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4065063980733541461 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40650639807335414614065063980733541461406506398073354146140650639807335414614065063980733541461406506398073354146140650639807335414614065063980733541461406506398073354146140650639807335414614065063980733541461406506398073354146140650639807335414614065063980733541461406506398073354146140650639807335414614065063980733541461406506398073354146140650639807335414614065063980733541461" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 74b3f37e-acec-43a1-b614-b3482dd843cb, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 74b3f37e-acec-43a1-b614-b3482dd843cb, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7235414168315223320 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72354141683152233207235414168315223320723541416831522332072354141683152233207235414168315223320723541416831522332072354141683152233207235414168315223320723541416831522332072354141683152233207235414168315223320723541416831522332072354141683152233207235414168315223320723541416831522332072354141683152233207235414168315223320723541416831522332072354141683152233207235414168315223320" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 151d7aa5-7894-4adc-be84-b236c2aae287, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5faf5696-8376-4550-80a2-553317850f46, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5faf5696-8376-4550-80a2-553317850f46, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14512362169546001259 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1451236216954600125914512362169546001259145123621695460012591451236216954600125914512362169546001259145123621695460012591451236216954600125914512362169546001259145123621695460012591451236216954600125914512362169546001259145123621695460012591451236216954600125914512362169546001259145123621695460012591451236216954600125914512362169546001259145123621695460012591451236216954600125914512362169546001259" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 74b3f37e-acec-43a1-b614-b3482dd843cb, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d08df432-7c8c-4fb8-a24e-89767727447c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d08df432-7c8c-4fb8-a24e-89767727447c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14755222898087644826 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1475522289808764482614755222898087644826147552228980876448261475522289808764482614755222898087644826147552228980876448261475522289808764482614755222898087644826147552228980876448261475522289808764482614755222898087644826147552228980876448261475522289808764482614755222898087644826147552228980876448261475522289808764482614755222898087644826147552228980876448261475522289808764482614755222898087644826" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5faf5696-8376-4550-80a2-553317850f46, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, facfd67b-c5e2-4e47-9b3a-59af4118e80d, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, facfd67b-c5e2-4e47-9b3a-59af4118e80d, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2300658694865520550 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23006586948655205502300658694865520550230065869486552055023006586948655205502300658694865520550230065869486552055023006586948655205502300658694865520550230065869486552055023006586948655205502300658694865520550230065869486552055023006586948655205502300658694865520550230065869486552055023006586948655205502300658694865520550230065869486552055023006586948655205502300658694865520550" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d08df432-7c8c-4fb8-a24e-89767727447c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a45bd8d2-f9e6-4b43-8f61-281c7f2c9a06, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, facfd67b-c5e2-4e47-9b3a-59af4118e80d, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ae7a1457-7275-4011-aa98-e7566182895f, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ae7a1457-7275-4011-aa98-e7566182895f, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13870133163467354445 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1387013316346735444513870133163467354445138701331634673544451387013316346735444513870133163467354445138701331634673544451387013316346735444513870133163467354445138701331634673544451387013316346735444513870133163467354445138701331634673544451387013316346735444513870133163467354445138701331634673544451387013316346735444513870133163467354445138701331634673544451387013316346735444513870133163467354445" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a45bd8d2-f9e6-4b43-8f61-281c7f2c9a06, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2434121813943023734 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24341218139430237342434121813943023734243412181394302373424341218139430237342434121813943023734243412181394302373424341218139430237342434121813943023734243412181394302373424341218139430237342434121813943023734243412181394302373424341218139430237342434121813943023734243412181394302373424341218139430237342434121813943023734243412181394302373424341218139430237342434121813943023734" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ae7a1457-7275-4011-aa98-e7566182895f, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a45bd8d2-f9e6-4b43-8f61-281c7f2c9a06, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 08f6a7d8-6603-46e1-9da5-12d1493e1572, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 08f6a7d8-6603-46e1-9da5-12d1493e1572, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2448158305039448551 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24481583050394485512448158305039448551244815830503944855124481583050394485512448158305039448551244815830503944855124481583050394485512448158305039448551244815830503944855124481583050394485512448158305039448551244815830503944855124481583050394485512448158305039448551244815830503944855124481583050394485512448158305039448551244815830503944855124481583050394485512448158305039448551" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f14f95b6-0445-4aa3-80eb-02b4c61d683e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f14f95b6-0445-4aa3-80eb-02b4c61d683e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7901139509592590658 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79011395095925906587901139509592590658790113950959259065879011395095925906587901139509592590658790113950959259065879011395095925906587901139509592590658790113950959259065879011395095925906587901139509592590658790113950959259065879011395095925906587901139509592590658790113950959259065879011395095925906587901139509592590658790113950959259065879011395095925906587901139509592590658" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 08f6a7d8-6603-46e1-9da5-12d1493e1572, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 28f9c3e1-e29b-4128-97f5-db9876bde2a5, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 28f9c3e1-e29b-4128-97f5-db9876bde2a5, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2290150177398666481 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22901501773986664812290150177398666481229015017739866648122901501773986664812290150177398666481229015017739866648122901501773986664812290150177398666481229015017739866648122901501773986664812290150177398666481229015017739866648122901501773986664812290150177398666481229015017739866648122901501773986664812290150177398666481229015017739866648122901501773986664812290150177398666481" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f14f95b6-0445-4aa3-80eb-02b4c61d683e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 55f8d9d5-7bfb-46ef-ae2c-61d529ca94b4, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 55f8d9d5-7bfb-46ef-ae2c-61d529ca94b4, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2794385029357648118 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27943850293576481182794385029357648118279438502935764811827943850293576481182794385029357648118279438502935764811827943850293576481182794385029357648118279438502935764811827943850293576481182794385029357648118279438502935764811827943850293576481182794385029357648118279438502935764811827943850293576481182794385029357648118279438502935764811827943850293576481182794385029357648118" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 28f9c3e1-e29b-4128-97f5-db9876bde2a5, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1e56bec2-746b-44a8-8d5b-5a4804c9d971, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1e56bec2-746b-44a8-8d5b-5a4804c9d971, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6444518808334785622 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64445188083347856226444518808334785622644451880833478562264445188083347856226444518808334785622644451880833478562264445188083347856226444518808334785622644451880833478562264445188083347856226444518808334785622644451880833478562264445188083347856226444518808334785622644451880833478562264445188083347856226444518808334785622644451880833478562264445188083347856226444518808334785622" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 55f8d9d5-7bfb-46ef-ae2c-61d529ca94b4, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b8a95f8e-b45f-4ec7-ba8f-5db814e0cbf2, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b8a95f8e-b45f-4ec7-ba8f-5db814e0cbf2, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5457345490455042096 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54573454904550420965457345490455042096545734549045504209654573454904550420965457345490455042096545734549045504209654573454904550420965457345490455042096545734549045504209654573454904550420965457345490455042096545734549045504209654573454904550420965457345490455042096545734549045504209654573454904550420965457345490455042096545734549045504209654573454904550420965457345490455042096" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1e56bec2-746b-44a8-8d5b-5a4804c9d971, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 79558746-729f-4111-9a14-a0b59c8ee899, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 79558746-729f-4111-9a14-a0b59c8ee899, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17425970745315783203 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1742597074531578320317425970745315783203174259707453157832031742597074531578320317425970745315783203174259707453157832031742597074531578320317425970745315783203174259707453157832031742597074531578320317425970745315783203174259707453157832031742597074531578320317425970745315783203174259707453157832031742597074531578320317425970745315783203174259707453157832031742597074531578320317425970745315783203" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b8a95f8e-b45f-4ec7-ba8f-5db814e0cbf2, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e4320d1e-8619-4933-ae66-dc76413dcc2a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e4320d1e-8619-4933-ae66-dc76413dcc2a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1377153462427219556 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13771534624272195561377153462427219556137715346242721955613771534624272195561377153462427219556137715346242721955613771534624272195561377153462427219556137715346242721955613771534624272195561377153462427219556137715346242721955613771534624272195561377153462427219556137715346242721955613771534624272195561377153462427219556137715346242721955613771534624272195561377153462427219556" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 79558746-729f-4111-9a14-a0b59c8ee899, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dee0b5f0-489b-4839-92d8-9c2abc0b4462, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dee0b5f0-489b-4839-92d8-9c2abc0b4462, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2733019741735098023 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27330197417350980232733019741735098023273301974173509802327330197417350980232733019741735098023273301974173509802327330197417350980232733019741735098023273301974173509802327330197417350980232733019741735098023273301974173509802327330197417350980232733019741735098023273301974173509802327330197417350980232733019741735098023273301974173509802327330197417350980232733019741735098023" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e4320d1e-8619-4933-ae66-dc76413dcc2a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 16f26fac-6030-45cf-9ec3-fd4641cc8148, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 16f26fac-6030-45cf-9ec3-fd4641cc8148, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15343369031935624467 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1534336903193562446715343369031935624467153433690319356244671534336903193562446715343369031935624467153433690319356244671534336903193562446715343369031935624467153433690319356244671534336903193562446715343369031935624467153433690319356244671534336903193562446715343369031935624467153433690319356244671534336903193562446715343369031935624467153433690319356244671534336903193562446715343369031935624467" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 16f26fac-6030-45cf-9ec3-fd4641cc8148, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f07c4e56-964d-4a6b-8f2e-803a715f4ba4, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f07c4e56-964d-4a6b-8f2e-803a715f4ba4, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8483526126614171377 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84835261266141713778483526126614171377848352612661417137784835261266141713778483526126614171377848352612661417137784835261266141713778483526126614171377848352612661417137784835261266141713778483526126614171377848352612661417137784835261266141713778483526126614171377848352612661417137784835261266141713778483526126614171377848352612661417137784835261266141713778483526126614171377" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dee0b5f0-489b-4839-92d8-9c2abc0b4462, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 297a925e-b19d-46f2-bbaf-c73de119d254, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 297a925e-b19d-46f2-bbaf-c73de119d254, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3905803335690222300 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39058033356902223003905803335690222300390580333569022230039058033356902223003905803335690222300390580333569022230039058033356902223003905803335690222300390580333569022230039058033356902223003905803335690222300390580333569022230039058033356902223003905803335690222300390580333569022230039058033356902223003905803335690222300390580333569022230039058033356902223003905803335690222300" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f07c4e56-964d-4a6b-8f2e-803a715f4ba4, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 297a925e-b19d-46f2-bbaf-c73de119d254, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bd5d8378-3004-42e9-b7d2-87d37391e5f8, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bd5d8378-3004-42e9-b7d2-87d37391e5f8, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4106928197323091795 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41069281973230917954106928197323091795410692819732309179541069281973230917954106928197323091795410692819732309179541069281973230917954106928197323091795410692819732309179541069281973230917954106928197323091795410692819732309179541069281973230917954106928197323091795410692819732309179541069281973230917954106928197323091795410692819732309179541069281973230917954106928197323091795" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 79493ea1-2d49-455f-b523-983d38616e62, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 79493ea1-2d49-455f-b523-983d38616e62, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13465785283530667335 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1346578528353066733513465785283530667335134657852835306673351346578528353066733513465785283530667335134657852835306673351346578528353066733513465785283530667335134657852835306673351346578528353066733513465785283530667335134657852835306673351346578528353066733513465785283530667335134657852835306673351346578528353066733513465785283530667335134657852835306673351346578528353066733513465785283530667335" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bd5d8378-3004-42e9-b7d2-87d37391e5f8, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 79493ea1-2d49-455f-b523-983d38616e62, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 74b8aa56-1df3-45c3-8914-3e8fe0433b37, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 74b8aa56-1df3-45c3-8914-3e8fe0433b37, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9883932223186207747 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98839322231862077479883932223186207747988393222318620774798839322231862077479883932223186207747988393222318620774798839322231862077479883932223186207747988393222318620774798839322231862077479883932223186207747988393222318620774798839322231862077479883932223186207747988393222318620774798839322231862077479883932223186207747988393222318620774798839322231862077479883932223186207747" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 81b1c457-6625-422d-8098-67959410ce6d, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 81b1c457-6625-422d-8098-67959410ce6d, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1902125495819954091 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19021254958199540911902125495819954091190212549581995409119021254958199540911902125495819954091190212549581995409119021254958199540911902125495819954091190212549581995409119021254958199540911902125495819954091190212549581995409119021254958199540911902125495819954091190212549581995409119021254958199540911902125495819954091190212549581995409119021254958199540911902125495819954091" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 74b8aa56-1df3-45c3-8914-3e8fe0433b37, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d3784298-74c0-4032-9e42-ef84d7c13f32, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d3784298-74c0-4032-9e42-ef84d7c13f32, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15230187803901637819 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1523018780390163781915230187803901637819152301878039016378191523018780390163781915230187803901637819152301878039016378191523018780390163781915230187803901637819152301878039016378191523018780390163781915230187803901637819152301878039016378191523018780390163781915230187803901637819152301878039016378191523018780390163781915230187803901637819152301878039016378191523018780390163781915230187803901637819" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 81b1c457-6625-422d-8098-67959410ce6d, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0bfdf0fc-f6d8-4afa-97a4-7b54689a4612, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0bfdf0fc-f6d8-4afa-97a4-7b54689a4612, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7281192365281366211 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72811923652813662117281192365281366211728119236528136621172811923652813662117281192365281366211728119236528136621172811923652813662117281192365281366211728119236528136621172811923652813662117281192365281366211728119236528136621172811923652813662117281192365281366211728119236528136621172811923652813662117281192365281366211728119236528136621172811923652813662117281192365281366211" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0bfdf0fc-f6d8-4afa-97a4-7b54689a4612, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cabab2b4-17ae-4491-8ddb-3ad2534221c0, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cabab2b4-17ae-4491-8ddb-3ad2534221c0, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8636577271589078766 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86365772715890787668636577271589078766863657727158907876686365772715890787668636577271589078766863657727158907876686365772715890787668636577271589078766863657727158907876686365772715890787668636577271589078766863657727158907876686365772715890787668636577271589078766863657727158907876686365772715890787668636577271589078766863657727158907876686365772715890787668636577271589078766" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d3784298-74c0-4032-9e42-ef84d7c13f32, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5f3bfb7b-596d-43e4-a44f-8c02911fe456, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5f3bfb7b-596d-43e4-a44f-8c02911fe456, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15961770298760403074 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1596177029876040307415961770298760403074159617702987604030741596177029876040307415961770298760403074159617702987604030741596177029876040307415961770298760403074159617702987604030741596177029876040307415961770298760403074159617702987604030741596177029876040307415961770298760403074159617702987604030741596177029876040307415961770298760403074159617702987604030741596177029876040307415961770298760403074" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cabab2b4-17ae-4491-8ddb-3ad2534221c0, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5f3bfb7b-596d-43e4-a44f-8c02911fe456, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f8308f61-4811-4a33-b9fb-8abe85d34eec, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f8308f61-4811-4a33-b9fb-8abe85d34eec, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 927252258556263231 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "927252258556263231927252258556263231927252258556263231927252258556263231927252258556263231927252258556263231927252258556263231927252258556263231927252258556263231927252258556263231927252258556263231927252258556263231927252258556263231927252258556263231927252258556263231927252258556263231927252258556263231927252258556263231927252258556263231927252258556263231" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b4c03f7f-582f-44f3-98da-60cda84b3f64, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b4c03f7f-582f-44f3-98da-60cda84b3f64, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2199171513409972542 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21991715134099725422199171513409972542219917151340997254221991715134099725422199171513409972542219917151340997254221991715134099725422199171513409972542219917151340997254221991715134099725422199171513409972542219917151340997254221991715134099725422199171513409972542219917151340997254221991715134099725422199171513409972542219917151340997254221991715134099725422199171513409972542" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b4c03f7f-582f-44f3-98da-60cda84b3f64, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b33a8807-14a9-4169-9bd2-7e46594a08ee, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b33a8807-14a9-4169-9bd2-7e46594a08ee, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9912858202386920805 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99128582023869208059912858202386920805991285820238692080599128582023869208059912858202386920805991285820238692080599128582023869208059912858202386920805991285820238692080599128582023869208059912858202386920805991285820238692080599128582023869208059912858202386920805991285820238692080599128582023869208059912858202386920805991285820238692080599128582023869208059912858202386920805" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f8308f61-4811-4a33-b9fb-8abe85d34eec, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8432e6ed-ba7e-4390-b4c9-b21210a646d2, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8432e6ed-ba7e-4390-b4c9-b21210a646d2, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13833611086713535752 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1383361108671353575213833611086713535752138336110867135357521383361108671353575213833611086713535752138336110867135357521383361108671353575213833611086713535752138336110867135357521383361108671353575213833611086713535752138336110867135357521383361108671353575213833611086713535752138336110867135357521383361108671353575213833611086713535752138336110867135357521383361108671353575213833611086713535752" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b33a8807-14a9-4169-9bd2-7e46594a08ee, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7a32e800-fbb9-4c4c-8ac0-b41f39a77521, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7a32e800-fbb9-4c4c-8ac0-b41f39a77521, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5470722376787061952 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54707223767870619525470722376787061952547072237678706195254707223767870619525470722376787061952547072237678706195254707223767870619525470722376787061952547072237678706195254707223767870619525470722376787061952547072237678706195254707223767870619525470722376787061952547072237678706195254707223767870619525470722376787061952547072237678706195254707223767870619525470722376787061952" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8432e6ed-ba7e-4390-b4c9-b21210a646d2, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 10d1e4f8-35f1-492b-83e3-377a7dc66c9c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 10d1e4f8-35f1-492b-83e3-377a7dc66c9c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 691996177090747272 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "691996177090747272691996177090747272691996177090747272691996177090747272691996177090747272691996177090747272691996177090747272691996177090747272691996177090747272691996177090747272691996177090747272691996177090747272691996177090747272691996177090747272691996177090747272691996177090747272691996177090747272691996177090747272691996177090747272691996177090747272" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 10d1e4f8-35f1-492b-83e3-377a7dc66c9c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 600e350e-eeb9-43a5-b1a3-746270fef727, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 600e350e-eeb9-43a5-b1a3-746270fef727, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13720064934541466940 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1372006493454146694013720064934541466940137200649345414669401372006493454146694013720064934541466940137200649345414669401372006493454146694013720064934541466940137200649345414669401372006493454146694013720064934541466940137200649345414669401372006493454146694013720064934541466940137200649345414669401372006493454146694013720064934541466940137200649345414669401372006493454146694013720064934541466940" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7a32e800-fbb9-4c4c-8ac0-b41f39a77521, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 34f321e6-fa4f-4f28-85c6-2a2d7c6a7d01, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 34f321e6-fa4f-4f28-85c6-2a2d7c6a7d01, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6561237262764205266 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65612372627642052666561237262764205266656123726276420526665612372627642052666561237262764205266656123726276420526665612372627642052666561237262764205266656123726276420526665612372627642052666561237262764205266656123726276420526665612372627642052666561237262764205266656123726276420526665612372627642052666561237262764205266656123726276420526665612372627642052666561237262764205266" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 600e350e-eeb9-43a5-b1a3-746270fef727, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 08912aeb-bbc4-4073-b0e9-0d7b3f6faa2d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 08912aeb-bbc4-4073-b0e9-0d7b3f6faa2d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7312545269364416036 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73125452693644160367312545269364416036731254526936441603673125452693644160367312545269364416036731254526936441603673125452693644160367312545269364416036731254526936441603673125452693644160367312545269364416036731254526936441603673125452693644160367312545269364416036731254526936441603673125452693644160367312545269364416036731254526936441603673125452693644160367312545269364416036" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 34f321e6-fa4f-4f28-85c6-2a2d7c6a7d01, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8231a0e4-eef9-47da-8e4d-31da3f994e1d, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8231a0e4-eef9-47da-8e4d-31da3f994e1d, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15398480918643995083 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1539848091864399508315398480918643995083153984809186439950831539848091864399508315398480918643995083153984809186439950831539848091864399508315398480918643995083153984809186439950831539848091864399508315398480918643995083153984809186439950831539848091864399508315398480918643995083153984809186439950831539848091864399508315398480918643995083153984809186439950831539848091864399508315398480918643995083" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 08912aeb-bbc4-4073-b0e9-0d7b3f6faa2d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 52b7a504-1800-4dc2-88d7-8d8a777ef621, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8231a0e4-eef9-47da-8e4d-31da3f994e1d, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 52b7a504-1800-4dc2-88d7-8d8a777ef621, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5658146386947836356 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56581463869478363565658146386947836356565814638694783635656581463869478363565658146386947836356565814638694783635656581463869478363565658146386947836356565814638694783635656581463869478363565658146386947836356565814638694783635656581463869478363565658146386947836356565814638694783635656581463869478363565658146386947836356565814638694783635656581463869478363565658146386947836356" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7bc57d81-cf7d-4f7b-a514-4c3c8afee127, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7bc57d81-cf7d-4f7b-a514-4c3c8afee127, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10354335063538333830 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1035433506353833383010354335063538333830103543350635383338301035433506353833383010354335063538333830103543350635383338301035433506353833383010354335063538333830103543350635383338301035433506353833383010354335063538333830103543350635383338301035433506353833383010354335063538333830103543350635383338301035433506353833383010354335063538333830103543350635383338301035433506353833383010354335063538333830" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 52b7a504-1800-4dc2-88d7-8d8a777ef621, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 526a2472-1a0d-44e0-aba1-1bd469859113, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 526a2472-1a0d-44e0-aba1-1bd469859113, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12208039156526328030 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1220803915652632803012208039156526328030122080391565263280301220803915652632803012208039156526328030122080391565263280301220803915652632803012208039156526328030122080391565263280301220803915652632803012208039156526328030122080391565263280301220803915652632803012208039156526328030122080391565263280301220803915652632803012208039156526328030122080391565263280301220803915652632803012208039156526328030" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7bc57d81-cf7d-4f7b-a514-4c3c8afee127, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fc038894-8bad-40fe-a638-5457e445c403, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fc038894-8bad-40fe-a638-5457e445c403, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7360397046602779066 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73603970466027790667360397046602779066736039704660277906673603970466027790667360397046602779066736039704660277906673603970466027790667360397046602779066736039704660277906673603970466027790667360397046602779066736039704660277906673603970466027790667360397046602779066736039704660277906673603970466027790667360397046602779066736039704660277906673603970466027790667360397046602779066" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 526a2472-1a0d-44e0-aba1-1bd469859113, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 797b0799-816c-4983-89db-baaab9774dea, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 797b0799-816c-4983-89db-baaab9774dea, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17930217321908939925 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1793021732190893992517930217321908939925179302173219089399251793021732190893992517930217321908939925179302173219089399251793021732190893992517930217321908939925179302173219089399251793021732190893992517930217321908939925179302173219089399251793021732190893992517930217321908939925179302173219089399251793021732190893992517930217321908939925179302173219089399251793021732190893992517930217321908939925" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fc038894-8bad-40fe-a638-5457e445c403, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5d33c564-b5f8-40d4-9cea-8646a68f3327, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5d33c564-b5f8-40d4-9cea-8646a68f3327, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16278990361668904579 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1627899036166890457916278990361668904579162789903616689045791627899036166890457916278990361668904579162789903616689045791627899036166890457916278990361668904579162789903616689045791627899036166890457916278990361668904579162789903616689045791627899036166890457916278990361668904579162789903616689045791627899036166890457916278990361668904579162789903616689045791627899036166890457916278990361668904579" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 797b0799-816c-4983-89db-baaab9774dea, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4f2eacd1-eb01-4554-9e8c-56f3619865a9, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4f2eacd1-eb01-4554-9e8c-56f3619865a9, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14382135906705016717 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1438213590670501671714382135906705016717143821359067050167171438213590670501671714382135906705016717143821359067050167171438213590670501671714382135906705016717143821359067050167171438213590670501671714382135906705016717143821359067050167171438213590670501671714382135906705016717143821359067050167171438213590670501671714382135906705016717143821359067050167171438213590670501671714382135906705016717" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5d33c564-b5f8-40d4-9cea-8646a68f3327, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 69582250-9664-4c2b-a93a-959190e2941e, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 69582250-9664-4c2b-a93a-959190e2941e, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7506951015416659103 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75069510154166591037506951015416659103750695101541665910375069510154166591037506951015416659103750695101541665910375069510154166591037506951015416659103750695101541665910375069510154166591037506951015416659103750695101541665910375069510154166591037506951015416659103750695101541665910375069510154166591037506951015416659103750695101541665910375069510154166591037506951015416659103" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 69582250-9664-4c2b-a93a-959190e2941e, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ebf269e9-b54c-446b-98dc-de2a8e097cdc, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ebf269e9-b54c-446b-98dc-de2a8e097cdc, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11848917455211263116 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1184891745521126311611848917455211263116118489174552112631161184891745521126311611848917455211263116118489174552112631161184891745521126311611848917455211263116118489174552112631161184891745521126311611848917455211263116118489174552112631161184891745521126311611848917455211263116118489174552112631161184891745521126311611848917455211263116118489174552112631161184891745521126311611848917455211263116" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4f2eacd1-eb01-4554-9e8c-56f3619865a9, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2d60c643-75c5-44b7-8134-0de360d8450c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2d60c643-75c5-44b7-8134-0de360d8450c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17340699865077589357 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1734069986507758935717340699865077589357173406998650775893571734069986507758935717340699865077589357173406998650775893571734069986507758935717340699865077589357173406998650775893571734069986507758935717340699865077589357173406998650775893571734069986507758935717340699865077589357173406998650775893571734069986507758935717340699865077589357173406998650775893571734069986507758935717340699865077589357" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ebf269e9-b54c-446b-98dc-de2a8e097cdc, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ca6715d0-e282-41c0-b8a7-cf00dab9b624, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ca6715d0-e282-41c0-b8a7-cf00dab9b624, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16399837092918033171 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1639983709291803317116399837092918033171163998370929180331711639983709291803317116399837092918033171163998370929180331711639983709291803317116399837092918033171163998370929180331711639983709291803317116399837092918033171163998370929180331711639983709291803317116399837092918033171163998370929180331711639983709291803317116399837092918033171163998370929180331711639983709291803317116399837092918033171" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2d60c643-75c5-44b7-8134-0de360d8450c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c7a34570-050b-4fcb-a483-b727dacf7f8e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c7a34570-050b-4fcb-a483-b727dacf7f8e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10961758614565682003 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1096175861456568200310961758614565682003109617586145656820031096175861456568200310961758614565682003109617586145656820031096175861456568200310961758614565682003109617586145656820031096175861456568200310961758614565682003109617586145656820031096175861456568200310961758614565682003109617586145656820031096175861456568200310961758614565682003109617586145656820031096175861456568200310961758614565682003" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ca6715d0-e282-41c0-b8a7-cf00dab9b624, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1a2dac20-6ad9-456a-869b-1c1d0914d1d8, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1a2dac20-6ad9-456a-869b-1c1d0914d1d8, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10865984089045778922 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1086598408904577892210865984089045778922108659840890457789221086598408904577892210865984089045778922108659840890457789221086598408904577892210865984089045778922108659840890457789221086598408904577892210865984089045778922108659840890457789221086598408904577892210865984089045778922108659840890457789221086598408904577892210865984089045778922108659840890457789221086598408904577892210865984089045778922" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1a2dac20-6ad9-456a-869b-1c1d0914d1d8, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9cef0e50-262e-4136-8ef8-5a25dabcb7ad, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c7a34570-050b-4fcb-a483-b727dacf7f8e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9cef0e50-262e-4136-8ef8-5a25dabcb7ad, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16149712238047434810 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1614971223804743481016149712238047434810161497122380474348101614971223804743481016149712238047434810161497122380474348101614971223804743481016149712238047434810161497122380474348101614971223804743481016149712238047434810161497122380474348101614971223804743481016149712238047434810161497122380474348101614971223804743481016149712238047434810161497122380474348101614971223804743481016149712238047434810" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c423bc60-bded-4b04-8630-e8337e8a9c25, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9cef0e50-262e-4136-8ef8-5a25dabcb7ad, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9543ff30-8243-4a14-a98e-435ecabd548f, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9543ff30-8243-4a14-a98e-435ecabd548f, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11190076774882213588 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1119007677488221358811190076774882213588111900767748822135881119007677488221358811190076774882213588111900767748822135881119007677488221358811190076774882213588111900767748822135881119007677488221358811190076774882213588111900767748822135881119007677488221358811190076774882213588111900767748822135881119007677488221358811190076774882213588111900767748822135881119007677488221358811190076774882213588" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c423bc60-bded-4b04-8630-e8337e8a9c25, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2564969970726215244 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25649699707262152442564969970726215244256496997072621524425649699707262152442564969970726215244256496997072621524425649699707262152442564969970726215244256496997072621524425649699707262152442564969970726215244256496997072621524425649699707262152442564969970726215244256496997072621524425649699707262152442564969970726215244256496997072621524425649699707262152442564969970726215244" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9543ff30-8243-4a14-a98e-435ecabd548f, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f4d819dd-7c60-4660-9b83-bcf970c36c90, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f4d819dd-7c60-4660-9b83-bcf970c36c90, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4568394119305281245 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45683941193052812454568394119305281245456839411930528124545683941193052812454568394119305281245456839411930528124545683941193052812454568394119305281245456839411930528124545683941193052812454568394119305281245456839411930528124545683941193052812454568394119305281245456839411930528124545683941193052812454568394119305281245456839411930528124545683941193052812454568394119305281245" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c423bc60-bded-4b04-8630-e8337e8a9c25, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ed5bdf08-3b14-4fce-a827-aae9dd4013dc, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ed5bdf08-3b14-4fce-a827-aae9dd4013dc, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5995733762857143342 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59957337628571433425995733762857143342599573376285714334259957337628571433425995733762857143342599573376285714334259957337628571433425995733762857143342599573376285714334259957337628571433425995733762857143342599573376285714334259957337628571433425995733762857143342599573376285714334259957337628571433425995733762857143342599573376285714334259957337628571433425995733762857143342" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f4d819dd-7c60-4660-9b83-bcf970c36c90, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ed5bdf08-3b14-4fce-a827-aae9dd4013dc, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 531a3b3c-2963-4110-8fa1-814a466986f2, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 531a3b3c-2963-4110-8fa1-814a466986f2, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3130515827553783415 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31305158275537834153130515827553783415313051582755378341531305158275537834153130515827553783415313051582755378341531305158275537834153130515827553783415313051582755378341531305158275537834153130515827553783415313051582755378341531305158275537834153130515827553783415313051582755378341531305158275537834153130515827553783415313051582755378341531305158275537834153130515827553783415" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 76a89188-733e-45ca-aadc-2d7f6e7da9a9, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 76a89188-733e-45ca-aadc-2d7f6e7da9a9, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 369268461540705283 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "369268461540705283369268461540705283369268461540705283369268461540705283369268461540705283369268461540705283369268461540705283369268461540705283369268461540705283369268461540705283369268461540705283369268461540705283369268461540705283369268461540705283369268461540705283369268461540705283369268461540705283369268461540705283369268461540705283369268461540705283" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 531a3b3c-2963-4110-8fa1-814a466986f2, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8f79811d-d10a-466f-8c17-f93a23d35ec2, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 76a89188-733e-45ca-aadc-2d7f6e7da9a9, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 45740f53-42f4-441b-879d-187477e97145, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 45740f53-42f4-441b-879d-187477e97145, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8714862974296916302 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87148629742969163028714862974296916302871486297429691630287148629742969163028714862974296916302871486297429691630287148629742969163028714862974296916302871486297429691630287148629742969163028714862974296916302871486297429691630287148629742969163028714862974296916302871486297429691630287148629742969163028714862974296916302871486297429691630287148629742969163028714862974296916302" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8f79811d-d10a-466f-8c17-f93a23d35ec2, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1104895152112589536 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11048951521125895361104895152112589536110489515211258953611048951521125895361104895152112589536110489515211258953611048951521125895361104895152112589536110489515211258953611048951521125895361104895152112589536110489515211258953611048951521125895361104895152112589536110489515211258953611048951521125895361104895152112589536110489515211258953611048951521125895361104895152112589536" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 45740f53-42f4-441b-879d-187477e97145, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4cb60eb0-9607-496a-bd12-1d302353d1f0, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8f79811d-d10a-466f-8c17-f93a23d35ec2, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ce76d996-c168-4597-ba18-4254a68298ae, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ce76d996-c168-4597-ba18-4254a68298ae, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11259694982513090623 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1125969498251309062311259694982513090623112596949825130906231125969498251309062311259694982513090623112596949825130906231125969498251309062311259694982513090623112596949825130906231125969498251309062311259694982513090623112596949825130906231125969498251309062311259694982513090623112596949825130906231125969498251309062311259694982513090623112596949825130906231125969498251309062311259694982513090623" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4cb60eb0-9607-496a-bd12-1d302353d1f0, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10900393083424484701 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1090039308342448470110900393083424484701109003930834244847011090039308342448470110900393083424484701109003930834244847011090039308342448470110900393083424484701109003930834244847011090039308342448470110900393083424484701109003930834244847011090039308342448470110900393083424484701109003930834244847011090039308342448470110900393083424484701109003930834244847011090039308342448470110900393083424484701" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4cb60eb0-9607-496a-bd12-1d302353d1f0, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 13ee5c26-e9f7-4985-a684-01054deb4b48, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ce76d996-c168-4597-ba18-4254a68298ae, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7f9a5bb1-5844-430e-b444-10966dac8f0d, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7f9a5bb1-5844-430e-b444-10966dac8f0d, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8895487573730131634 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88954875737301316348895487573730131634889548757373013163488954875737301316348895487573730131634889548757373013163488954875737301316348895487573730131634889548757373013163488954875737301316348895487573730131634889548757373013163488954875737301316348895487573730131634889548757373013163488954875737301316348895487573730131634889548757373013163488954875737301316348895487573730131634" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 13ee5c26-e9f7-4985-a684-01054deb4b48, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12497359369283736046 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1249735936928373604612497359369283736046124973593692837360461249735936928373604612497359369283736046124973593692837360461249735936928373604612497359369283736046124973593692837360461249735936928373604612497359369283736046124973593692837360461249735936928373604612497359369283736046124973593692837360461249735936928373604612497359369283736046124973593692837360461249735936928373604612497359369283736046" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7f9a5bb1-5844-430e-b444-10966dac8f0d, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fa1e510a-9d6d-4f9b-b4e7-a9dea8d9f908, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fa1e510a-9d6d-4f9b-b4e7-a9dea8d9f908, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7206841120177926758 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72068411201779267587206841120177926758720684112017792675872068411201779267587206841120177926758720684112017792675872068411201779267587206841120177926758720684112017792675872068411201779267587206841120177926758720684112017792675872068411201779267587206841120177926758720684112017792675872068411201779267587206841120177926758720684112017792675872068411201779267587206841120177926758" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 13ee5c26-e9f7-4985-a684-01054deb4b48, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 978960c2-3a8d-44eb-b3bc-a2ab4eeda293, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 978960c2-3a8d-44eb-b3bc-a2ab4eeda293, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9221828987898667977 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92218289878986679779221828987898667977922182898789866797792218289878986679779221828987898667977922182898789866797792218289878986679779221828987898667977922182898789866797792218289878986679779221828987898667977922182898789866797792218289878986679779221828987898667977922182898789866797792218289878986679779221828987898667977922182898789866797792218289878986679779221828987898667977" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fa1e510a-9d6d-4f9b-b4e7-a9dea8d9f908, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, eceaa417-f193-4c31-93b1-a7c2945db7cd, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eceaa417-f193-4c31-93b1-a7c2945db7cd, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12014935446264268027 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1201493544626426802712014935446264268027120149354462642680271201493544626426802712014935446264268027120149354462642680271201493544626426802712014935446264268027120149354462642680271201493544626426802712014935446264268027120149354462642680271201493544626426802712014935446264268027120149354462642680271201493544626426802712014935446264268027120149354462642680271201493544626426802712014935446264268027" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eceaa417-f193-4c31-93b1-a7c2945db7cd, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9e0b20ed-31e9-4ab5-9145-adc635a600bf, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9e0b20ed-31e9-4ab5-9145-adc635a600bf, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10064447260206120800 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1006444726020612080010064447260206120800100644472602061208001006444726020612080010064447260206120800100644472602061208001006444726020612080010064447260206120800100644472602061208001006444726020612080010064447260206120800100644472602061208001006444726020612080010064447260206120800100644472602061208001006444726020612080010064447260206120800100644472602061208001006444726020612080010064447260206120800" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 978960c2-3a8d-44eb-b3bc-a2ab4eeda293, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e8d05ad0-47ee-44a7-8016-a46179483ed7, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e8d05ad0-47ee-44a7-8016-a46179483ed7, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14513928751196187952 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1451392875119618795214513928751196187952145139287511961879521451392875119618795214513928751196187952145139287511961879521451392875119618795214513928751196187952145139287511961879521451392875119618795214513928751196187952145139287511961879521451392875119618795214513928751196187952145139287511961879521451392875119618795214513928751196187952145139287511961879521451392875119618795214513928751196187952" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9e0b20ed-31e9-4ab5-9145-adc635a600bf, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b9c1fa8f-1e31-4f92-87f4-1018954dc6d4, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b9c1fa8f-1e31-4f92-87f4-1018954dc6d4, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13241649818062320162 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1324164981806232016213241649818062320162132416498180623201621324164981806232016213241649818062320162132416498180623201621324164981806232016213241649818062320162132416498180623201621324164981806232016213241649818062320162132416498180623201621324164981806232016213241649818062320162132416498180623201621324164981806232016213241649818062320162132416498180623201621324164981806232016213241649818062320162" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e8d05ad0-47ee-44a7-8016-a46179483ed7, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cc840026-563c-4fc7-b29a-11db2342f95b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cc840026-563c-4fc7-b29a-11db2342f95b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7059813151224177667 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70598131512241776677059813151224177667705981315122417766770598131512241776677059813151224177667705981315122417766770598131512241776677059813151224177667705981315122417766770598131512241776677059813151224177667705981315122417766770598131512241776677059813151224177667705981315122417766770598131512241776677059813151224177667705981315122417766770598131512241776677059813151224177667" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b9c1fa8f-1e31-4f92-87f4-1018954dc6d4, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f93d095c-9fdd-4573-b0ed-89156ed3eb21, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f93d095c-9fdd-4573-b0ed-89156ed3eb21, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14948792373452636513 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1494879237345263651314948792373452636513149487923734526365131494879237345263651314948792373452636513149487923734526365131494879237345263651314948792373452636513149487923734526365131494879237345263651314948792373452636513149487923734526365131494879237345263651314948792373452636513149487923734526365131494879237345263651314948792373452636513149487923734526365131494879237345263651314948792373452636513" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cc840026-563c-4fc7-b29a-11db2342f95b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b2b056d6-54f5-41c1-abba-721e422bca54, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b2b056d6-54f5-41c1-abba-721e422bca54, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9465376891310698810 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94653768913106988109465376891310698810946537689131069881094653768913106988109465376891310698810946537689131069881094653768913106988109465376891310698810946537689131069881094653768913106988109465376891310698810946537689131069881094653768913106988109465376891310698810946537689131069881094653768913106988109465376891310698810946537689131069881094653768913106988109465376891310698810" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f93d095c-9fdd-4573-b0ed-89156ed3eb21, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 01e0dfad-12a1-40e6-9e3d-e1813a8b2a5b, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b2b056d6-54f5-41c1-abba-721e422bca54, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3ba6f692-b1fe-484b-b984-e547ef60f8a3, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 01e0dfad-12a1-40e6-9e3d-e1813a8b2a5b, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11504730965729971419 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1150473096572997141911504730965729971419115047309657299714191150473096572997141911504730965729971419115047309657299714191150473096572997141911504730965729971419115047309657299714191150473096572997141911504730965729971419115047309657299714191150473096572997141911504730965729971419115047309657299714191150473096572997141911504730965729971419115047309657299714191150473096572997141911504730965729971419" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3ba6f692-b1fe-484b-b984-e547ef60f8a3, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4473678730572118984 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44736787305721189844473678730572118984447367873057211898444736787305721189844473678730572118984447367873057211898444736787305721189844473678730572118984447367873057211898444736787305721189844473678730572118984447367873057211898444736787305721189844473678730572118984447367873057211898444736787305721189844473678730572118984447367873057211898444736787305721189844473678730572118984" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3ba6f692-b1fe-484b-b984-e547ef60f8a3, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 01e0dfad-12a1-40e6-9e3d-e1813a8b2a5b, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 502650c7-a718-4f7f-ace4-fa8e57b1f177, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f5cc88f3-49ee-4e11-b03c-87e6350a4530, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f5cc88f3-49ee-4e11-b03c-87e6350a4530, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9998059344226283292 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99980593442262832929998059344226283292999805934422628329299980593442262832929998059344226283292999805934422628329299980593442262832929998059344226283292999805934422628329299980593442262832929998059344226283292999805934422628329299980593442262832929998059344226283292999805934422628329299980593442262832929998059344226283292999805934422628329299980593442262832929998059344226283292" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 502650c7-a718-4f7f-ace4-fa8e57b1f177, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18040086233423362793 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1804008623342336279318040086233423362793180400862334233627931804008623342336279318040086233423362793180400862334233627931804008623342336279318040086233423362793180400862334233627931804008623342336279318040086233423362793180400862334233627931804008623342336279318040086233423362793180400862334233627931804008623342336279318040086233423362793180400862334233627931804008623342336279318040086233423362793" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 502650c7-a718-4f7f-ace4-fa8e57b1f177, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ed1be21e-9728-4ccf-8093-57c59ec2b216, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ed1be21e-9728-4ccf-8093-57c59ec2b216, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11281351954723195531 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1128135195472319553111281351954723195531112813519547231955311128135195472319553111281351954723195531112813519547231955311128135195472319553111281351954723195531112813519547231955311128135195472319553111281351954723195531112813519547231955311128135195472319553111281351954723195531112813519547231955311128135195472319553111281351954723195531112813519547231955311128135195472319553111281351954723195531" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f5cc88f3-49ee-4e11-b03c-87e6350a4530, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e5bd6fd1-515f-4eb6-b803-330d4cd08795, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e5bd6fd1-515f-4eb6-b803-330d4cd08795, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15445461688923187510 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1544546168892318751015445461688923187510154454616889231875101544546168892318751015445461688923187510154454616889231875101544546168892318751015445461688923187510154454616889231875101544546168892318751015445461688923187510154454616889231875101544546168892318751015445461688923187510154454616889231875101544546168892318751015445461688923187510154454616889231875101544546168892318751015445461688923187510" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ed1be21e-9728-4ccf-8093-57c59ec2b216, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e5bd6fd1-515f-4eb6-b803-330d4cd08795, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a734807e-9bd5-47ed-a352-4f6e621e9f95, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a734807e-9bd5-47ed-a352-4f6e621e9f95, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11079807847798807017 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1107980784779880701711079807847798807017110798078477988070171107980784779880701711079807847798807017110798078477988070171107980784779880701711079807847798807017110798078477988070171107980784779880701711079807847798807017110798078477988070171107980784779880701711079807847798807017110798078477988070171107980784779880701711079807847798807017110798078477988070171107980784779880701711079807847798807017" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 26c23103-404a-475e-a00d-5b55cf764855, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 26c23103-404a-475e-a00d-5b55cf764855, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8952403695515697535 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89524036955156975358952403695515697535895240369551569753589524036955156975358952403695515697535895240369551569753589524036955156975358952403695515697535895240369551569753589524036955156975358952403695515697535895240369551569753589524036955156975358952403695515697535895240369551569753589524036955156975358952403695515697535895240369551569753589524036955156975358952403695515697535" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a734807e-9bd5-47ed-a352-4f6e621e9f95, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0c445fe3-7cf0-44ca-8c25-da7c699a33b1, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0c445fe3-7cf0-44ca-8c25-da7c699a33b1, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16561986068203646817 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1656198606820364681716561986068203646817165619860682036468171656198606820364681716561986068203646817165619860682036468171656198606820364681716561986068203646817165619860682036468171656198606820364681716561986068203646817165619860682036468171656198606820364681716561986068203646817165619860682036468171656198606820364681716561986068203646817165619860682036468171656198606820364681716561986068203646817" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 26c23103-404a-475e-a00d-5b55cf764855, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a26778ee-35f8-4260-8ebb-7e126d9fada3, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a26778ee-35f8-4260-8ebb-7e126d9fada3, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4829990200979927729 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48299902009799277294829990200979927729482999020097992772948299902009799277294829990200979927729482999020097992772948299902009799277294829990200979927729482999020097992772948299902009799277294829990200979927729482999020097992772948299902009799277294829990200979927729482999020097992772948299902009799277294829990200979927729482999020097992772948299902009799277294829990200979927729" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0c445fe3-7cf0-44ca-8c25-da7c699a33b1, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ccd25084-638d-4d17-b405-2dd8fbe1854b, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ccd25084-638d-4d17-b405-2dd8fbe1854b, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11570238283732661310 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1157023828373266131011570238283732661310115702382837326613101157023828373266131011570238283732661310115702382837326613101157023828373266131011570238283732661310115702382837326613101157023828373266131011570238283732661310115702382837326613101157023828373266131011570238283732661310115702382837326613101157023828373266131011570238283732661310115702382837326613101157023828373266131011570238283732661310" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a26778ee-35f8-4260-8ebb-7e126d9fada3, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f23d725f-7171-4747-9857-b6a8fad6d88b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f23d725f-7171-4747-9857-b6a8fad6d88b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6717917868499196815 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67179178684991968156717917868499196815671791786849919681567179178684991968156717917868499196815671791786849919681567179178684991968156717917868499196815671791786849919681567179178684991968156717917868499196815671791786849919681567179178684991968156717917868499196815671791786849919681567179178684991968156717917868499196815671791786849919681567179178684991968156717917868499196815" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ccd25084-638d-4d17-b405-2dd8fbe1854b, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 12e9ac27-59e6-4bcf-91ca-c994f9d9292a, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 12e9ac27-59e6-4bcf-91ca-c994f9d9292a, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8421014731536423075 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84210147315364230758421014731536423075842101473153642307584210147315364230758421014731536423075842101473153642307584210147315364230758421014731536423075842101473153642307584210147315364230758421014731536423075842101473153642307584210147315364230758421014731536423075842101473153642307584210147315364230758421014731536423075842101473153642307584210147315364230758421014731536423075" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f23d725f-7171-4747-9857-b6a8fad6d88b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1481b4ea-49f7-4404-a6dd-d53c150a6cdc, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1481b4ea-49f7-4404-a6dd-d53c150a6cdc, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15420935966722606965 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1542093596672260696515420935966722606965154209359667226069651542093596672260696515420935966722606965154209359667226069651542093596672260696515420935966722606965154209359667226069651542093596672260696515420935966722606965154209359667226069651542093596672260696515420935966722606965154209359667226069651542093596672260696515420935966722606965154209359667226069651542093596672260696515420935966722606965" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 12e9ac27-59e6-4bcf-91ca-c994f9d9292a, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9a785eba-2fd7-4061-9e55-16bfbdc35c36, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9a785eba-2fd7-4061-9e55-16bfbdc35c36, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12387233895824451150 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1238723389582445115012387233895824451150123872338958244511501238723389582445115012387233895824451150123872338958244511501238723389582445115012387233895824451150123872338958244511501238723389582445115012387233895824451150123872338958244511501238723389582445115012387233895824451150123872338958244511501238723389582445115012387233895824451150123872338958244511501238723389582445115012387233895824451150" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1481b4ea-49f7-4404-a6dd-d53c150a6cdc, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 00394d99-d129-4b71-8bba-098926f00337, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 00394d99-d129-4b71-8bba-098926f00337, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17189483408864077697 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1718948340886407769717189483408864077697171894834088640776971718948340886407769717189483408864077697171894834088640776971718948340886407769717189483408864077697171894834088640776971718948340886407769717189483408864077697171894834088640776971718948340886407769717189483408864077697171894834088640776971718948340886407769717189483408864077697171894834088640776971718948340886407769717189483408864077697" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9a785eba-2fd7-4061-9e55-16bfbdc35c36, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 229f75b3-03b0-4136-8e40-f3d60730767e, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 229f75b3-03b0-4136-8e40-f3d60730767e, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13132032158403652970 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1313203215840365297013132032158403652970131320321584036529701313203215840365297013132032158403652970131320321584036529701313203215840365297013132032158403652970131320321584036529701313203215840365297013132032158403652970131320321584036529701313203215840365297013132032158403652970131320321584036529701313203215840365297013132032158403652970131320321584036529701313203215840365297013132032158403652970" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 00394d99-d129-4b71-8bba-098926f00337, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 577c65ce-651f-481d-8bf1-6e300664910c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 577c65ce-651f-481d-8bf1-6e300664910c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17022596205481132894 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1702259620548113289417022596205481132894170225962054811328941702259620548113289417022596205481132894170225962054811328941702259620548113289417022596205481132894170225962054811328941702259620548113289417022596205481132894170225962054811328941702259620548113289417022596205481132894170225962054811328941702259620548113289417022596205481132894170225962054811328941702259620548113289417022596205481132894" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 229f75b3-03b0-4136-8e40-f3d60730767e, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bf1d27a1-9ac1-4f3a-b75c-8a249f8a5c4f, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bf1d27a1-9ac1-4f3a-b75c-8a249f8a5c4f, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4210328402723649501 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42103284027236495014210328402723649501421032840272364950142103284027236495014210328402723649501421032840272364950142103284027236495014210328402723649501421032840272364950142103284027236495014210328402723649501421032840272364950142103284027236495014210328402723649501421032840272364950142103284027236495014210328402723649501421032840272364950142103284027236495014210328402723649501" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 577c65ce-651f-481d-8bf1-6e300664910c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1ddfd093-d1e3-4443-966c-8de3e9e14f87, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1ddfd093-d1e3-4443-966c-8de3e9e14f87, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13647189647872966533 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1364718964787296653313647189647872966533136471896478729665331364718964787296653313647189647872966533136471896478729665331364718964787296653313647189647872966533136471896478729665331364718964787296653313647189647872966533136471896478729665331364718964787296653313647189647872966533136471896478729665331364718964787296653313647189647872966533136471896478729665331364718964787296653313647189647872966533" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bf1d27a1-9ac1-4f3a-b75c-8a249f8a5c4f, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a4019862-d714-4b75-bbff-279ce48c1b02, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a4019862-d714-4b75-bbff-279ce48c1b02, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15846962374320753889 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1584696237432075388915846962374320753889158469623743207538891584696237432075388915846962374320753889158469623743207538891584696237432075388915846962374320753889158469623743207538891584696237432075388915846962374320753889158469623743207538891584696237432075388915846962374320753889158469623743207538891584696237432075388915846962374320753889158469623743207538891584696237432075388915846962374320753889" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1ddfd093-d1e3-4443-966c-8de3e9e14f87, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 493ab8cf-fcc8-4fd8-8920-e4ad9d58e061, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 493ab8cf-fcc8-4fd8-8920-e4ad9d58e061, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7421357748558556355 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74213577485585563557421357748558556355742135774855855635574213577485585563557421357748558556355742135774855855635574213577485585563557421357748558556355742135774855855635574213577485585563557421357748558556355742135774855855635574213577485585563557421357748558556355742135774855855635574213577485585563557421357748558556355742135774855855635574213577485585563557421357748558556355" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a4019862-d714-4b75-bbff-279ce48c1b02, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6e29c71b-9117-49a3-badc-5dee3cb55f26, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6e29c71b-9117-49a3-badc-5dee3cb55f26, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 158963149641972645 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "158963149641972645158963149641972645158963149641972645158963149641972645158963149641972645158963149641972645158963149641972645158963149641972645158963149641972645158963149641972645158963149641972645158963149641972645158963149641972645158963149641972645158963149641972645158963149641972645158963149641972645158963149641972645158963149641972645158963149641972645" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 493ab8cf-fcc8-4fd8-8920-e4ad9d58e061, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5d129834-b4f3-4323-adf0-eff692706343, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5d129834-b4f3-4323-adf0-eff692706343, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3017216310619447880 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30172163106194478803017216310619447880301721631061944788030172163106194478803017216310619447880301721631061944788030172163106194478803017216310619447880301721631061944788030172163106194478803017216310619447880301721631061944788030172163106194478803017216310619447880301721631061944788030172163106194478803017216310619447880301721631061944788030172163106194478803017216310619447880" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6e29c71b-9117-49a3-badc-5dee3cb55f26, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e42f402a-90c0-43b2-ab10-85e65ee25d59, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e42f402a-90c0-43b2-ab10-85e65ee25d59, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1951633165670668536 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19516331656706685361951633165670668536195163316567066853619516331656706685361951633165670668536195163316567066853619516331656706685361951633165670668536195163316567066853619516331656706685361951633165670668536195163316567066853619516331656706685361951633165670668536195163316567066853619516331656706685361951633165670668536195163316567066853619516331656706685361951633165670668536" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5d129834-b4f3-4323-adf0-eff692706343, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 29d21a27-a5e4-4e6c-99f5-ed6449d28a7e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 29d21a27-a5e4-4e6c-99f5-ed6449d28a7e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14992810595155328733 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1499281059515532873314992810595155328733149928105951553287331499281059515532873314992810595155328733149928105951553287331499281059515532873314992810595155328733149928105951553287331499281059515532873314992810595155328733149928105951553287331499281059515532873314992810595155328733149928105951553287331499281059515532873314992810595155328733149928105951553287331499281059515532873314992810595155328733" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e42f402a-90c0-43b2-ab10-85e65ee25d59, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a065b645-9436-4c23-afdf-f64e18b23b37, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a065b645-9436-4c23-afdf-f64e18b23b37, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13859616194366841739 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1385961619436684173913859616194366841739138596161943668417391385961619436684173913859616194366841739138596161943668417391385961619436684173913859616194366841739138596161943668417391385961619436684173913859616194366841739138596161943668417391385961619436684173913859616194366841739138596161943668417391385961619436684173913859616194366841739138596161943668417391385961619436684173913859616194366841739" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 29d21a27-a5e4-4e6c-99f5-ed6449d28a7e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ca2091ec-0dc5-4bab-b929-bc1f7f1a5f4c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ca2091ec-0dc5-4bab-b929-bc1f7f1a5f4c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17844099354482388843 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1784409935448238884317844099354482388843178440993544823888431784409935448238884317844099354482388843178440993544823888431784409935448238884317844099354482388843178440993544823888431784409935448238884317844099354482388843178440993544823888431784409935448238884317844099354482388843178440993544823888431784409935448238884317844099354482388843178440993544823888431784409935448238884317844099354482388843" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a065b645-9436-4c23-afdf-f64e18b23b37, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2e3c3252-93b4-4a1b-bcf3-0e88f00b5566, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2e3c3252-93b4-4a1b-bcf3-0e88f00b5566, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7896978455503316364 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78969784555033163647896978455503316364789697845550331636478969784555033163647896978455503316364789697845550331636478969784555033163647896978455503316364789697845550331636478969784555033163647896978455503316364789697845550331636478969784555033163647896978455503316364789697845550331636478969784555033163647896978455503316364789697845550331636478969784555033163647896978455503316364" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ca2091ec-0dc5-4bab-b929-bc1f7f1a5f4c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b20e0413-2ded-4867-8564-6f7a1a94820e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b20e0413-2ded-4867-8564-6f7a1a94820e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14924520390030091713 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1492452039003009171314924520390030091713149245203900300917131492452039003009171314924520390030091713149245203900300917131492452039003009171314924520390030091713149245203900300917131492452039003009171314924520390030091713149245203900300917131492452039003009171314924520390030091713149245203900300917131492452039003009171314924520390030091713149245203900300917131492452039003009171314924520390030091713" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2e3c3252-93b4-4a1b-bcf3-0e88f00b5566, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 51e984e2-2592-486d-ad9b-ca12d6c498cd, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 51e984e2-2592-486d-ad9b-ca12d6c498cd, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12461634545597353254 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1246163454559735325412461634545597353254124616345455973532541246163454559735325412461634545597353254124616345455973532541246163454559735325412461634545597353254124616345455973532541246163454559735325412461634545597353254124616345455973532541246163454559735325412461634545597353254124616345455973532541246163454559735325412461634545597353254124616345455973532541246163454559735325412461634545597353254" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b20e0413-2ded-4867-8564-6f7a1a94820e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 49ad2c68-e284-4a8c-9745-3de07835efd5, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 49ad2c68-e284-4a8c-9745-3de07835efd5, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7004615287431502860 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70046152874315028607004615287431502860700461528743150286070046152874315028607004615287431502860700461528743150286070046152874315028607004615287431502860700461528743150286070046152874315028607004615287431502860700461528743150286070046152874315028607004615287431502860700461528743150286070046152874315028607004615287431502860700461528743150286070046152874315028607004615287431502860" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 51e984e2-2592-486d-ad9b-ca12d6c498cd, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4bd5bd3a-95c4-47fd-9f0c-5b4c10998e11, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4bd5bd3a-95c4-47fd-9f0c-5b4c10998e11, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13404615426378267397 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1340461542637826739713404615426378267397134046154263782673971340461542637826739713404615426378267397134046154263782673971340461542637826739713404615426378267397134046154263782673971340461542637826739713404615426378267397134046154263782673971340461542637826739713404615426378267397134046154263782673971340461542637826739713404615426378267397134046154263782673971340461542637826739713404615426378267397" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 49ad2c68-e284-4a8c-9745-3de07835efd5, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, df70c75e-5385-4431-bc37-ed54d1042437, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, df70c75e-5385-4431-bc37-ed54d1042437, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2892565072083122813 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28925650720831228132892565072083122813289256507208312281328925650720831228132892565072083122813289256507208312281328925650720831228132892565072083122813289256507208312281328925650720831228132892565072083122813289256507208312281328925650720831228132892565072083122813289256507208312281328925650720831228132892565072083122813289256507208312281328925650720831228132892565072083122813" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4bd5bd3a-95c4-47fd-9f0c-5b4c10998e11, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, df70c75e-5385-4431-bc37-ed54d1042437, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 67889154-3209-4c0b-ab3b-e4a64a80cf7c, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 67889154-3209-4c0b-ab3b-e4a64a80cf7c, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10260606206439475769 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1026060620643947576910260606206439475769102606062064394757691026060620643947576910260606206439475769102606062064394757691026060620643947576910260606206439475769102606062064394757691026060620643947576910260606206439475769102606062064394757691026060620643947576910260606206439475769102606062064394757691026060620643947576910260606206439475769102606062064394757691026060620643947576910260606206439475769" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 287c3c1b-f977-448a-a7fd-d7dce3c673f9, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 287c3c1b-f977-448a-a7fd-d7dce3c673f9, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16281042996086729376 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1628104299608672937616281042996086729376162810429960867293761628104299608672937616281042996086729376162810429960867293761628104299608672937616281042996086729376162810429960867293761628104299608672937616281042996086729376162810429960867293761628104299608672937616281042996086729376162810429960867293761628104299608672937616281042996086729376162810429960867293761628104299608672937616281042996086729376" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 67889154-3209-4c0b-ab3b-e4a64a80cf7c, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3ecd2812-961b-4e39-a7ac-c1ff6216c9b3, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3ecd2812-961b-4e39-a7ac-c1ff6216c9b3, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12985700984705397472 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1298570098470539747212985700984705397472129857009847053974721298570098470539747212985700984705397472129857009847053974721298570098470539747212985700984705397472129857009847053974721298570098470539747212985700984705397472129857009847053974721298570098470539747212985700984705397472129857009847053974721298570098470539747212985700984705397472129857009847053974721298570098470539747212985700984705397472" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 287c3c1b-f977-448a-a7fd-d7dce3c673f9, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c8073a5c-4f11-4914-8859-6feffa7d0170, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c8073a5c-4f11-4914-8859-6feffa7d0170, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9837955349272383486 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98379553492723834869837955349272383486983795534927238348698379553492723834869837955349272383486983795534927238348698379553492723834869837955349272383486983795534927238348698379553492723834869837955349272383486983795534927238348698379553492723834869837955349272383486983795534927238348698379553492723834869837955349272383486983795534927238348698379553492723834869837955349272383486" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3ecd2812-961b-4e39-a7ac-c1ff6216c9b3, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b0c21b76-d162-4761-bcc6-31e14f3eb1f9, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b0c21b76-d162-4761-bcc6-31e14f3eb1f9, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16132002410395729550 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1613200241039572955016132002410395729550161320024103957295501613200241039572955016132002410395729550161320024103957295501613200241039572955016132002410395729550161320024103957295501613200241039572955016132002410395729550161320024103957295501613200241039572955016132002410395729550161320024103957295501613200241039572955016132002410395729550161320024103957295501613200241039572955016132002410395729550" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c8073a5c-4f11-4914-8859-6feffa7d0170, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0fe42aba-5464-44f3-ad39-27e0fdac5f13, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0fe42aba-5464-44f3-ad39-27e0fdac5f13, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15997029874645991477 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1599702987464599147715997029874645991477159970298746459914771599702987464599147715997029874645991477159970298746459914771599702987464599147715997029874645991477159970298746459914771599702987464599147715997029874645991477159970298746459914771599702987464599147715997029874645991477159970298746459914771599702987464599147715997029874645991477159970298746459914771599702987464599147715997029874645991477" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b0c21b76-d162-4761-bcc6-31e14f3eb1f9, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0fe42aba-5464-44f3-ad39-27e0fdac5f13, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e18f2acd-c4d6-4134-94c1-e129162f8563, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e18f2acd-c4d6-4134-94c1-e129162f8563, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9458683761869610109 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94586837618696101099458683761869610109945868376186961010994586837618696101099458683761869610109945868376186961010994586837618696101099458683761869610109945868376186961010994586837618696101099458683761869610109945868376186961010994586837618696101099458683761869610109945868376186961010994586837618696101099458683761869610109945868376186961010994586837618696101099458683761869610109" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c4acee1d-cebd-4029-8726-413968be95ce, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c4acee1d-cebd-4029-8726-413968be95ce, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16292015674998495260 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1629201567499849526016292015674998495260162920156749984952601629201567499849526016292015674998495260162920156749984952601629201567499849526016292015674998495260162920156749984952601629201567499849526016292015674998495260162920156749984952601629201567499849526016292015674998495260162920156749984952601629201567499849526016292015674998495260162920156749984952601629201567499849526016292015674998495260" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c4acee1d-cebd-4029-8726-413968be95ce, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e23a48e9-c1ab-4311-be84-9bc13c2f4d11, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e23a48e9-c1ab-4311-be84-9bc13c2f4d11, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18192336388904461502 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1819233638890446150218192336388904461502181923363889044615021819233638890446150218192336388904461502181923363889044615021819233638890446150218192336388904461502181923363889044615021819233638890446150218192336388904461502181923363889044615021819233638890446150218192336388904461502181923363889044615021819233638890446150218192336388904461502181923363889044615021819233638890446150218192336388904461502" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e18f2acd-c4d6-4134-94c1-e129162f8563, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 45f11625-dba5-41b5-bb46-73095c6f77ae, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 45f11625-dba5-41b5-bb46-73095c6f77ae, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12671757382163878646 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1267175738216387864612671757382163878646126717573821638786461267175738216387864612671757382163878646126717573821638786461267175738216387864612671757382163878646126717573821638786461267175738216387864612671757382163878646126717573821638786461267175738216387864612671757382163878646126717573821638786461267175738216387864612671757382163878646126717573821638786461267175738216387864612671757382163878646" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e23a48e9-c1ab-4311-be84-9bc13c2f4d11, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d943ac12-27c0-46e8-b4a2-fb0dc059fe44, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d943ac12-27c0-46e8-b4a2-fb0dc059fe44, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 987427932979461550 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "987427932979461550987427932979461550987427932979461550987427932979461550987427932979461550987427932979461550987427932979461550987427932979461550987427932979461550987427932979461550987427932979461550987427932979461550987427932979461550987427932979461550987427932979461550987427932979461550987427932979461550987427932979461550987427932979461550987427932979461550" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 45f11625-dba5-41b5-bb46-73095c6f77ae, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a60d431f-1e56-45da-835a-f867147303fa, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a60d431f-1e56-45da-835a-f867147303fa, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2888067566171224548 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28880675661712245482888067566171224548288806756617122454828880675661712245482888067566171224548288806756617122454828880675661712245482888067566171224548288806756617122454828880675661712245482888067566171224548288806756617122454828880675661712245482888067566171224548288806756617122454828880675661712245482888067566171224548288806756617122454828880675661712245482888067566171224548" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d943ac12-27c0-46e8-b4a2-fb0dc059fe44, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f7935e2b-f13e-43ff-9f69-2f71edf83db2, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f7935e2b-f13e-43ff-9f69-2f71edf83db2, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17892959088967402664 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1789295908896740266417892959088967402664178929590889674026641789295908896740266417892959088967402664178929590889674026641789295908896740266417892959088967402664178929590889674026641789295908896740266417892959088967402664178929590889674026641789295908896740266417892959088967402664178929590889674026641789295908896740266417892959088967402664178929590889674026641789295908896740266417892959088967402664" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a60d431f-1e56-45da-835a-f867147303fa, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 61d45317-5f0e-40ac-9780-fce878345c5a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 61d45317-5f0e-40ac-9780-fce878345c5a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15535905830858179775 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1553590583085817977515535905830858179775155359058308581797751553590583085817977515535905830858179775155359058308581797751553590583085817977515535905830858179775155359058308581797751553590583085817977515535905830858179775155359058308581797751553590583085817977515535905830858179775155359058308581797751553590583085817977515535905830858179775155359058308581797751553590583085817977515535905830858179775" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f7935e2b-f13e-43ff-9f69-2f71edf83db2, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4d714942-460a-4698-a126-492e27c09c3f, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4d714942-460a-4698-a126-492e27c09c3f, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11601657597554641174 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1160165759755464117411601657597554641174116016575975546411741160165759755464117411601657597554641174116016575975546411741160165759755464117411601657597554641174116016575975546411741160165759755464117411601657597554641174116016575975546411741160165759755464117411601657597554641174116016575975546411741160165759755464117411601657597554641174116016575975546411741160165759755464117411601657597554641174" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4d714942-460a-4698-a126-492e27c09c3f, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2b549104-ca29-4fb6-ac62-d579fd999706, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2b549104-ca29-4fb6-ac62-d579fd999706, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2682282946013890618 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26822829460138906182682282946013890618268228294601389061826822829460138906182682282946013890618268228294601389061826822829460138906182682282946013890618268228294601389061826822829460138906182682282946013890618268228294601389061826822829460138906182682282946013890618268228294601389061826822829460138906182682282946013890618268228294601389061826822829460138906182682282946013890618" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 61d45317-5f0e-40ac-9780-fce878345c5a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c7ecc069-74a7-4997-913b-1b7982d22a03, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c7ecc069-74a7-4997-913b-1b7982d22a03, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8233322040451104353 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82333220404511043538233322040451104353823332204045110435382333220404511043538233322040451104353823332204045110435382333220404511043538233322040451104353823332204045110435382333220404511043538233322040451104353823332204045110435382333220404511043538233322040451104353823332204045110435382333220404511043538233322040451104353823332204045110435382333220404511043538233322040451104353" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2b549104-ca29-4fb6-ac62-d579fd999706, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fccdd802-a5c1-40cb-ba09-17f01e00e269, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fccdd802-a5c1-40cb-ba09-17f01e00e269, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5486557518216920920 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54865575182169209205486557518216920920548655751821692092054865575182169209205486557518216920920548655751821692092054865575182169209205486557518216920920548655751821692092054865575182169209205486557518216920920548655751821692092054865575182169209205486557518216920920548655751821692092054865575182169209205486557518216920920548655751821692092054865575182169209205486557518216920920" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c7ecc069-74a7-4997-913b-1b7982d22a03, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0abff952-6303-474f-85c9-0f46b1dac64c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0abff952-6303-474f-85c9-0f46b1dac64c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16549429345440523459 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1654942934544052345916549429345440523459165494293454405234591654942934544052345916549429345440523459165494293454405234591654942934544052345916549429345440523459165494293454405234591654942934544052345916549429345440523459165494293454405234591654942934544052345916549429345440523459165494293454405234591654942934544052345916549429345440523459165494293454405234591654942934544052345916549429345440523459" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fccdd802-a5c1-40cb-ba09-17f01e00e269, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0310bb38-9d92-4e51-807e-3862dd99ee3a, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0310bb38-9d92-4e51-807e-3862dd99ee3a, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5080976687471362076 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50809766874713620765080976687471362076508097668747136207650809766874713620765080976687471362076508097668747136207650809766874713620765080976687471362076508097668747136207650809766874713620765080976687471362076508097668747136207650809766874713620765080976687471362076508097668747136207650809766874713620765080976687471362076508097668747136207650809766874713620765080976687471362076" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0310bb38-9d92-4e51-807e-3862dd99ee3a, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 737bbc60-8f8c-4a59-b5e2-e8c861b3ca64, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 737bbc60-8f8c-4a59-b5e2-e8c861b3ca64, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15520006226074593882 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1552000622607459388215520006226074593882155200062260745938821552000622607459388215520006226074593882155200062260745938821552000622607459388215520006226074593882155200062260745938821552000622607459388215520006226074593882155200062260745938821552000622607459388215520006226074593882155200062260745938821552000622607459388215520006226074593882155200062260745938821552000622607459388215520006226074593882" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0abff952-6303-474f-85c9-0f46b1dac64c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e4f991f2-fd49-47cb-9e19-7c1415911ebb, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e4f991f2-fd49-47cb-9e19-7c1415911ebb, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7202393945190969403 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72023939451909694037202393945190969403720239394519096940372023939451909694037202393945190969403720239394519096940372023939451909694037202393945190969403720239394519096940372023939451909694037202393945190969403720239394519096940372023939451909694037202393945190969403720239394519096940372023939451909694037202393945190969403720239394519096940372023939451909694037202393945190969403" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 737bbc60-8f8c-4a59-b5e2-e8c861b3ca64, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e8afbb92-9e0a-4d09-912f-716bd67808f1, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e8afbb92-9e0a-4d09-912f-716bd67808f1, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1558369663284618254 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15583696632846182541558369663284618254155836966328461825415583696632846182541558369663284618254155836966328461825415583696632846182541558369663284618254155836966328461825415583696632846182541558369663284618254155836966328461825415583696632846182541558369663284618254155836966328461825415583696632846182541558369663284618254155836966328461825415583696632846182541558369663284618254" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e4f991f2-fd49-47cb-9e19-7c1415911ebb, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e8afbb92-9e0a-4d09-912f-716bd67808f1, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f3d3bbaa-8258-4816-bf00-4a2d13a36387, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f3d3bbaa-8258-4816-bf00-4a2d13a36387, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4448921976839303169 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44489219768393031694448921976839303169444892197683930316944489219768393031694448921976839303169444892197683930316944489219768393031694448921976839303169444892197683930316944489219768393031694448921976839303169444892197683930316944489219768393031694448921976839303169444892197683930316944489219768393031694448921976839303169444892197683930316944489219768393031694448921976839303169" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7e04f55d-716d-43ed-b208-7b87a70c11b9, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7e04f55d-716d-43ed-b208-7b87a70c11b9, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4730080576387718102 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47300805763877181024730080576387718102473008057638771810247300805763877181024730080576387718102473008057638771810247300805763877181024730080576387718102473008057638771810247300805763877181024730080576387718102473008057638771810247300805763877181024730080576387718102473008057638771810247300805763877181024730080576387718102473008057638771810247300805763877181024730080576387718102" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7e04f55d-716d-43ed-b208-7b87a70c11b9, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5a15f4fc-9515-4b64-b45c-08e4caa2e9d8, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5a15f4fc-9515-4b64-b45c-08e4caa2e9d8, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10455869559652294474 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1045586955965229447410455869559652294474104558695596522944741045586955965229447410455869559652294474104558695596522944741045586955965229447410455869559652294474104558695596522944741045586955965229447410455869559652294474104558695596522944741045586955965229447410455869559652294474104558695596522944741045586955965229447410455869559652294474104558695596522944741045586955965229447410455869559652294474" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f3d3bbaa-8258-4816-bf00-4a2d13a36387, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b9f2ceff-d1e7-4166-a270-69c88beed553, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b9f2ceff-d1e7-4166-a270-69c88beed553, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5733077336111381269 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57330773361113812695733077336111381269573307733611138126957330773361113812695733077336111381269573307733611138126957330773361113812695733077336111381269573307733611138126957330773361113812695733077336111381269573307733611138126957330773361113812695733077336111381269573307733611138126957330773361113812695733077336111381269573307733611138126957330773361113812695733077336111381269" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5a15f4fc-9515-4b64-b45c-08e4caa2e9d8, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c3295666-10cc-4869-9d4f-8978fd75db55, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c3295666-10cc-4869-9d4f-8978fd75db55, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8079341678239924290 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80793416782399242908079341678239924290807934167823992429080793416782399242908079341678239924290807934167823992429080793416782399242908079341678239924290807934167823992429080793416782399242908079341678239924290807934167823992429080793416782399242908079341678239924290807934167823992429080793416782399242908079341678239924290807934167823992429080793416782399242908079341678239924290" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b9f2ceff-d1e7-4166-a270-69c88beed553, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 19dffb97-ed34-480c-baaa-68233a06742e, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 19dffb97-ed34-480c-baaa-68233a06742e, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13723866892907850787 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1372386689290785078713723866892907850787137238668929078507871372386689290785078713723866892907850787137238668929078507871372386689290785078713723866892907850787137238668929078507871372386689290785078713723866892907850787137238668929078507871372386689290785078713723866892907850787137238668929078507871372386689290785078713723866892907850787137238668929078507871372386689290785078713723866892907850787" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c3295666-10cc-4869-9d4f-8978fd75db55, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5b71c9d3-3a38-4523-bd38-2b89fb3ee61f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5b71c9d3-3a38-4523-bd38-2b89fb3ee61f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17571454956764279550 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1757145495676427955017571454956764279550175714549567642795501757145495676427955017571454956764279550175714549567642795501757145495676427955017571454956764279550175714549567642795501757145495676427955017571454956764279550175714549567642795501757145495676427955017571454956764279550175714549567642795501757145495676427955017571454956764279550175714549567642795501757145495676427955017571454956764279550" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 19dffb97-ed34-480c-baaa-68233a06742e, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9150d8aa-4285-4b95-ba38-cc1e2636f7f9, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9150d8aa-4285-4b95-ba38-cc1e2636f7f9, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15302491147486356187 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1530249114748635618715302491147486356187153024911474863561871530249114748635618715302491147486356187153024911474863561871530249114748635618715302491147486356187153024911474863561871530249114748635618715302491147486356187153024911474863561871530249114748635618715302491147486356187153024911474863561871530249114748635618715302491147486356187153024911474863561871530249114748635618715302491147486356187" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5b71c9d3-3a38-4523-bd38-2b89fb3ee61f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fef8a569-f78e-4b27-ac95-d659e3c5f364, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9150d8aa-4285-4b95-ba38-cc1e2636f7f9, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8d701b61-2ad4-4c05-9d68-fd7177c217f8, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8d701b61-2ad4-4c05-9d68-fd7177c217f8, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7933224693791834690 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79332246937918346907933224693791834690793322469379183469079332246937918346907933224693791834690793322469379183469079332246937918346907933224693791834690793322469379183469079332246937918346907933224693791834690793322469379183469079332246937918346907933224693791834690793322469379183469079332246937918346907933224693791834690793322469379183469079332246937918346907933224693791834690" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fef8a569-f78e-4b27-ac95-d659e3c5f364, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13105317910384159778 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1310531791038415977813105317910384159778131053179103841597781310531791038415977813105317910384159778131053179103841597781310531791038415977813105317910384159778131053179103841597781310531791038415977813105317910384159778131053179103841597781310531791038415977813105317910384159778131053179103841597781310531791038415977813105317910384159778131053179103841597781310531791038415977813105317910384159778" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8d701b61-2ad4-4c05-9d68-fd7177c217f8, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c1bb9d42-44c1-4b4a-b289-813c1e74c1e4, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c1bb9d42-44c1-4b4a-b289-813c1e74c1e4, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16420894421665262142 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1642089442166526214216420894421665262142164208944216652621421642089442166526214216420894421665262142164208944216652621421642089442166526214216420894421665262142164208944216652621421642089442166526214216420894421665262142164208944216652621421642089442166526214216420894421665262142164208944216652621421642089442166526214216420894421665262142164208944216652621421642089442166526214216420894421665262142" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fef8a569-f78e-4b27-ac95-d659e3c5f364, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 25075d86-db40-4943-8c43-345927991a03, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 25075d86-db40-4943-8c43-345927991a03, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9160742462562344149 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91607424625623441499160742462562344149916074246256234414991607424625623441499160742462562344149916074246256234414991607424625623441499160742462562344149916074246256234414991607424625623441499160742462562344149916074246256234414991607424625623441499160742462562344149916074246256234414991607424625623441499160742462562344149916074246256234414991607424625623441499160742462562344149" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c1bb9d42-44c1-4b4a-b289-813c1e74c1e4, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fbca039d-56ab-4db0-a49b-4cb8ab0a8573, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fbca039d-56ab-4db0-a49b-4cb8ab0a8573, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11517172258120960591 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1151717225812096059111517172258120960591115171722581209605911151717225812096059111517172258120960591115171722581209605911151717225812096059111517172258120960591115171722581209605911151717225812096059111517172258120960591115171722581209605911151717225812096059111517172258120960591115171722581209605911151717225812096059111517172258120960591115171722581209605911151717225812096059111517172258120960591" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 25075d86-db40-4943-8c43-345927991a03, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 00aab976-f9fa-4103-8137-45dcdadc2ded, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 00aab976-f9fa-4103-8137-45dcdadc2ded, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13481337125643501314 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1348133712564350131413481337125643501314134813371256435013141348133712564350131413481337125643501314134813371256435013141348133712564350131413481337125643501314134813371256435013141348133712564350131413481337125643501314134813371256435013141348133712564350131413481337125643501314134813371256435013141348133712564350131413481337125643501314134813371256435013141348133712564350131413481337125643501314" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fbca039d-56ab-4db0-a49b-4cb8ab0a8573, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 00df3488-324e-4b2c-ab7d-ed26c93036b8, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 00df3488-324e-4b2c-ab7d-ed26c93036b8, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8007064437876978335 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80070644378769783358007064437876978335800706443787697833580070644378769783358007064437876978335800706443787697833580070644378769783358007064437876978335800706443787697833580070644378769783358007064437876978335800706443787697833580070644378769783358007064437876978335800706443787697833580070644378769783358007064437876978335800706443787697833580070644378769783358007064437876978335" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 00aab976-f9fa-4103-8137-45dcdadc2ded, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a3254665-5d17-43cb-81d6-70171104266c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a3254665-5d17-43cb-81d6-70171104266c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13298347178079461458 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1329834717807946145813298347178079461458132983471780794614581329834717807946145813298347178079461458132983471780794614581329834717807946145813298347178079461458132983471780794614581329834717807946145813298347178079461458132983471780794614581329834717807946145813298347178079461458132983471780794614581329834717807946145813298347178079461458132983471780794614581329834717807946145813298347178079461458" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a3254665-5d17-43cb-81d6-70171104266c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 00df3488-324e-4b2c-ab7d-ed26c93036b8, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3b708327-cac8-4b23-919a-47d9d909c561, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 61fb601c-fd73-4794-9dab-e5840fd8afef, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 61fb601c-fd73-4794-9dab-e5840fd8afef, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17630710933818206852 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1763071093381820685217630710933818206852176307109338182068521763071093381820685217630710933818206852176307109338182068521763071093381820685217630710933818206852176307109338182068521763071093381820685217630710933818206852176307109338182068521763071093381820685217630710933818206852176307109338182068521763071093381820685217630710933818206852176307109338182068521763071093381820685217630710933818206852" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3b708327-cac8-4b23-919a-47d9d909c561, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 331355255015757116 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "331355255015757116331355255015757116331355255015757116331355255015757116331355255015757116331355255015757116331355255015757116331355255015757116331355255015757116331355255015757116331355255015757116331355255015757116331355255015757116331355255015757116331355255015757116331355255015757116331355255015757116331355255015757116331355255015757116331355255015757116" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 61fb601c-fd73-4794-9dab-e5840fd8afef, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 48ad61c4-37ed-4480-a4c0-6a2fb84a332f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 48ad61c4-37ed-4480-a4c0-6a2fb84a332f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7488811312178907723 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74888113121789077237488811312178907723748881131217890772374888113121789077237488811312178907723748881131217890772374888113121789077237488811312178907723748881131217890772374888113121789077237488811312178907723748881131217890772374888113121789077237488811312178907723748881131217890772374888113121789077237488811312178907723748881131217890772374888113121789077237488811312178907723" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3b708327-cac8-4b23-919a-47d9d909c561, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4afddc1e-b8dd-4f1e-96ac-f12a97b14d4d, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4afddc1e-b8dd-4f1e-96ac-f12a97b14d4d, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6936062656130093073 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69360626561300930736936062656130093073693606265613009307369360626561300930736936062656130093073693606265613009307369360626561300930736936062656130093073693606265613009307369360626561300930736936062656130093073693606265613009307369360626561300930736936062656130093073693606265613009307369360626561300930736936062656130093073693606265613009307369360626561300930736936062656130093073" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 48ad61c4-37ed-4480-a4c0-6a2fb84a332f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5258a6b4-0653-4f78-9e38-417912e16d02, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5258a6b4-0653-4f78-9e38-417912e16d02, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9653369458428163871 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96533694584281638719653369458428163871965336945842816387196533694584281638719653369458428163871965336945842816387196533694584281638719653369458428163871965336945842816387196533694584281638719653369458428163871965336945842816387196533694584281638719653369458428163871965336945842816387196533694584281638719653369458428163871965336945842816387196533694584281638719653369458428163871" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4afddc1e-b8dd-4f1e-96ac-f12a97b14d4d, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 98f458f1-219d-497d-9607-e174923b4299, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 98f458f1-219d-497d-9607-e174923b4299, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8690441673379689360 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86904416733796893608690441673379689360869044167337968936086904416733796893608690441673379689360869044167337968936086904416733796893608690441673379689360869044167337968936086904416733796893608690441673379689360869044167337968936086904416733796893608690441673379689360869044167337968936086904416733796893608690441673379689360869044167337968936086904416733796893608690441673379689360" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5258a6b4-0653-4f78-9e38-417912e16d02, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2fbf2005-8c83-4da0-8e25-bca79674febf, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2fbf2005-8c83-4da0-8e25-bca79674febf, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12476890794788649879 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1247689079478864987912476890794788649879124768907947886498791247689079478864987912476890794788649879124768907947886498791247689079478864987912476890794788649879124768907947886498791247689079478864987912476890794788649879124768907947886498791247689079478864987912476890794788649879124768907947886498791247689079478864987912476890794788649879124768907947886498791247689079478864987912476890794788649879" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 98f458f1-219d-497d-9607-e174923b4299, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 074a6b1e-c06d-4890-8b2e-e4e56e49e9fa, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 074a6b1e-c06d-4890-8b2e-e4e56e49e9fa, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5377792464134772146 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53777924641347721465377792464134772146537779246413477214653777924641347721465377792464134772146537779246413477214653777924641347721465377792464134772146537779246413477214653777924641347721465377792464134772146537779246413477214653777924641347721465377792464134772146537779246413477214653777924641347721465377792464134772146537779246413477214653777924641347721465377792464134772146" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2fbf2005-8c83-4da0-8e25-bca79674febf, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, aa4f3af7-b8cf-4794-89d6-c24e16ef88c0, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aa4f3af7-b8cf-4794-89d6-c24e16ef88c0, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10101318974027745835 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1010131897402774583510101318974027745835101013189740277458351010131897402774583510101318974027745835101013189740277458351010131897402774583510101318974027745835101013189740277458351010131897402774583510101318974027745835101013189740277458351010131897402774583510101318974027745835101013189740277458351010131897402774583510101318974027745835101013189740277458351010131897402774583510101318974027745835" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 074a6b1e-c06d-4890-8b2e-e4e56e49e9fa, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aa4f3af7-b8cf-4794-89d6-c24e16ef88c0, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c1ec4a93-d7e4-40ca-b1aa-da948851bae3, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c1ec4a93-d7e4-40ca-b1aa-da948851bae3, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8048862891698120941 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80488628916981209418048862891698120941804886289169812094180488628916981209418048862891698120941804886289169812094180488628916981209418048862891698120941804886289169812094180488628916981209418048862891698120941804886289169812094180488628916981209418048862891698120941804886289169812094180488628916981209418048862891698120941804886289169812094180488628916981209418048862891698120941" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, db9183b4-98c8-4e9c-a299-41da5a986b22, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, db9183b4-98c8-4e9c-a299-41da5a986b22, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15330214186182387248 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1533021418618238724815330214186182387248153302141861823872481533021418618238724815330214186182387248153302141861823872481533021418618238724815330214186182387248153302141861823872481533021418618238724815330214186182387248153302141861823872481533021418618238724815330214186182387248153302141861823872481533021418618238724815330214186182387248153302141861823872481533021418618238724815330214186182387248" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c1ec4a93-d7e4-40ca-b1aa-da948851bae3, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9115e56a-8e0d-490f-b4dd-82dea4200949, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9115e56a-8e0d-490f-b4dd-82dea4200949, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4211832959543934566 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42118329595439345664211832959543934566421183295954393456642118329595439345664211832959543934566421183295954393456642118329595439345664211832959543934566421183295954393456642118329595439345664211832959543934566421183295954393456642118329595439345664211832959543934566421183295954393456642118329595439345664211832959543934566421183295954393456642118329595439345664211832959543934566" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, db9183b4-98c8-4e9c-a299-41da5a986b22, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 69a58c81-1307-4de5-8796-506b056aea01, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 69a58c81-1307-4de5-8796-506b056aea01, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8471992381112535203 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84719923811125352038471992381112535203847199238111253520384719923811125352038471992381112535203847199238111253520384719923811125352038471992381112535203847199238111253520384719923811125352038471992381112535203847199238111253520384719923811125352038471992381112535203847199238111253520384719923811125352038471992381112535203847199238111253520384719923811125352038471992381112535203" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 69a58c81-1307-4de5-8796-506b056aea01, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 97b68f5d-c6b9-4b48-9f76-0feec447c11a, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 97b68f5d-c6b9-4b48-9f76-0feec447c11a, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17054826899964164699 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1705482689996416469917054826899964164699170548268999641646991705482689996416469917054826899964164699170548268999641646991705482689996416469917054826899964164699170548268999641646991705482689996416469917054826899964164699170548268999641646991705482689996416469917054826899964164699170548268999641646991705482689996416469917054826899964164699170548268999641646991705482689996416469917054826899964164699" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9115e56a-8e0d-490f-b4dd-82dea4200949, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 155e7c67-71c0-4820-9986-efc691b99d4c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 155e7c67-71c0-4820-9986-efc691b99d4c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2920842282934433274 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29208422829344332742920842282934433274292084228293443327429208422829344332742920842282934433274292084228293443327429208422829344332742920842282934433274292084228293443327429208422829344332742920842282934433274292084228293443327429208422829344332742920842282934433274292084228293443327429208422829344332742920842282934433274292084228293443327429208422829344332742920842282934433274" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 97b68f5d-c6b9-4b48-9f76-0feec447c11a, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d78da465-eed2-42ad-8a02-4edd3b2aaa3c, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d78da465-eed2-42ad-8a02-4edd3b2aaa3c, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9082092102574482216 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90820921025744822169082092102574482216908209210257448221690820921025744822169082092102574482216908209210257448221690820921025744822169082092102574482216908209210257448221690820921025744822169082092102574482216908209210257448221690820921025744822169082092102574482216908209210257448221690820921025744822169082092102574482216908209210257448221690820921025744822169082092102574482216" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 155e7c67-71c0-4820-9986-efc691b99d4c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 236f3e04-fb68-408b-8d64-b8e8827570e4, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 236f3e04-fb68-408b-8d64-b8e8827570e4, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10642995466228972435 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1064299546622897243510642995466228972435106429954662289724351064299546622897243510642995466228972435106429954662289724351064299546622897243510642995466228972435106429954662289724351064299546622897243510642995466228972435106429954662289724351064299546622897243510642995466228972435106429954662289724351064299546622897243510642995466228972435106429954662289724351064299546622897243510642995466228972435" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d78da465-eed2-42ad-8a02-4edd3b2aaa3c, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7f127c5b-bb2f-48c5-8106-79ed5a2c39a6, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7f127c5b-bb2f-48c5-8106-79ed5a2c39a6, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5148144131522483698 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51481441315224836985148144131522483698514814413152248369851481441315224836985148144131522483698514814413152248369851481441315224836985148144131522483698514814413152248369851481441315224836985148144131522483698514814413152248369851481441315224836985148144131522483698514814413152248369851481441315224836985148144131522483698514814413152248369851481441315224836985148144131522483698" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 236f3e04-fb68-408b-8d64-b8e8827570e4, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 31575671-edce-4828-9f7c-c143ca6da6f2, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 31575671-edce-4828-9f7c-c143ca6da6f2, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8995615407415200374 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89956154074152003748995615407415200374899561540741520037489956154074152003748995615407415200374899561540741520037489956154074152003748995615407415200374899561540741520037489956154074152003748995615407415200374899561540741520037489956154074152003748995615407415200374899561540741520037489956154074152003748995615407415200374899561540741520037489956154074152003748995615407415200374" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7f127c5b-bb2f-48c5-8106-79ed5a2c39a6, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1fb9bbcb-4334-4a6c-805f-c8dce6f3a759, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1fb9bbcb-4334-4a6c-805f-c8dce6f3a759, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2272624797684032763 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22726247976840327632272624797684032763227262479768403276322726247976840327632272624797684032763227262479768403276322726247976840327632272624797684032763227262479768403276322726247976840327632272624797684032763227262479768403276322726247976840327632272624797684032763227262479768403276322726247976840327632272624797684032763227262479768403276322726247976840327632272624797684032763" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 31575671-edce-4828-9f7c-c143ca6da6f2, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2985a698-eb39-4b70-ba41-25100ccb4e0f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2985a698-eb39-4b70-ba41-25100ccb4e0f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3481745631661027695 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34817456316610276953481745631661027695348174563166102769534817456316610276953481745631661027695348174563166102769534817456316610276953481745631661027695348174563166102769534817456316610276953481745631661027695348174563166102769534817456316610276953481745631661027695348174563166102769534817456316610276953481745631661027695348174563166102769534817456316610276953481745631661027695" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1fb9bbcb-4334-4a6c-805f-c8dce6f3a759, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f64a1ea4-b85e-4836-8bf7-8dfb5ae21a61, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f64a1ea4-b85e-4836-8bf7-8dfb5ae21a61, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16585307343046218655 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1658530734304621865516585307343046218655165853073430462186551658530734304621865516585307343046218655165853073430462186551658530734304621865516585307343046218655165853073430462186551658530734304621865516585307343046218655165853073430462186551658530734304621865516585307343046218655165853073430462186551658530734304621865516585307343046218655165853073430462186551658530734304621865516585307343046218655" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2985a698-eb39-4b70-ba41-25100ccb4e0f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e0aa2894-4b80-425d-8beb-c49dde817bfb, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e0aa2894-4b80-425d-8beb-c49dde817bfb, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3872748806234291494 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38727488062342914943872748806234291494387274880623429149438727488062342914943872748806234291494387274880623429149438727488062342914943872748806234291494387274880623429149438727488062342914943872748806234291494387274880623429149438727488062342914943872748806234291494387274880623429149438727488062342914943872748806234291494387274880623429149438727488062342914943872748806234291494" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e0aa2894-4b80-425d-8beb-c49dde817bfb, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b6c64eac-ef6f-41d7-91ca-6bb1f7679735, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b6c64eac-ef6f-41d7-91ca-6bb1f7679735, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6827229706197273294 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68272297061972732946827229706197273294682722970619727329468272297061972732946827229706197273294682722970619727329468272297061972732946827229706197273294682722970619727329468272297061972732946827229706197273294682722970619727329468272297061972732946827229706197273294682722970619727329468272297061972732946827229706197273294682722970619727329468272297061972732946827229706197273294" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b6c64eac-ef6f-41d7-91ca-6bb1f7679735, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7ab3a1a4-2321-42d8-9601-f59a57dc50cd, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7ab3a1a4-2321-42d8-9601-f59a57dc50cd, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4292696647098090783 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42926966470980907834292696647098090783429269664709809078342926966470980907834292696647098090783429269664709809078342926966470980907834292696647098090783429269664709809078342926966470980907834292696647098090783429269664709809078342926966470980907834292696647098090783429269664709809078342926966470980907834292696647098090783429269664709809078342926966470980907834292696647098090783" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f64a1ea4-b85e-4836-8bf7-8dfb5ae21a61, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 372cada7-2de2-4ab4-917c-a9ce45e926d0, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 372cada7-2de2-4ab4-917c-a9ce45e926d0, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16078369312561785113 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1607836931256178511316078369312561785113160783693125617851131607836931256178511316078369312561785113160783693125617851131607836931256178511316078369312561785113160783693125617851131607836931256178511316078369312561785113160783693125617851131607836931256178511316078369312561785113160783693125617851131607836931256178511316078369312561785113160783693125617851131607836931256178511316078369312561785113" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7ab3a1a4-2321-42d8-9601-f59a57dc50cd, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d634b2db-302b-40bc-a86e-589500b184d5, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d634b2db-302b-40bc-a86e-589500b184d5, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11530339545006603617 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1153033954500660361711530339545006603617115303395450066036171153033954500660361711530339545006603617115303395450066036171153033954500660361711530339545006603617115303395450066036171153033954500660361711530339545006603617115303395450066036171153033954500660361711530339545006603617115303395450066036171153033954500660361711530339545006603617115303395450066036171153033954500660361711530339545006603617" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 372cada7-2de2-4ab4-917c-a9ce45e926d0, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cf5f922d-380f-4174-a29e-7c32854ad73a, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cf5f922d-380f-4174-a29e-7c32854ad73a, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11032251746389789096 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1103225174638978909611032251746389789096110322517463897890961103225174638978909611032251746389789096110322517463897890961103225174638978909611032251746389789096110322517463897890961103225174638978909611032251746389789096110322517463897890961103225174638978909611032251746389789096110322517463897890961103225174638978909611032251746389789096110322517463897890961103225174638978909611032251746389789096" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d634b2db-302b-40bc-a86e-589500b184d5, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0afd9698-9d4f-4a83-ab5c-22427beae55e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0afd9698-9d4f-4a83-ab5c-22427beae55e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1321143035180953245 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13211430351809532451321143035180953245132114303518095324513211430351809532451321143035180953245132114303518095324513211430351809532451321143035180953245132114303518095324513211430351809532451321143035180953245132114303518095324513211430351809532451321143035180953245132114303518095324513211430351809532451321143035180953245132114303518095324513211430351809532451321143035180953245" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cf5f922d-380f-4174-a29e-7c32854ad73a, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e3fc9b32-ac7a-4ca9-8f62-d9d3c276285a, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e3fc9b32-ac7a-4ca9-8f62-d9d3c276285a, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17054529851333420469 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1705452985133342046917054529851333420469170545298513334204691705452985133342046917054529851333420469170545298513334204691705452985133342046917054529851333420469170545298513334204691705452985133342046917054529851333420469170545298513334204691705452985133342046917054529851333420469170545298513334204691705452985133342046917054529851333420469170545298513334204691705452985133342046917054529851333420469" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0afd9698-9d4f-4a83-ab5c-22427beae55e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 39443532-25fd-49b6-a39b-df9469a54ea4, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 39443532-25fd-49b6-a39b-df9469a54ea4, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4050734589519670937 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40507345895196709374050734589519670937405073458951967093740507345895196709374050734589519670937405073458951967093740507345895196709374050734589519670937405073458951967093740507345895196709374050734589519670937405073458951967093740507345895196709374050734589519670937405073458951967093740507345895196709374050734589519670937405073458951967093740507345895196709374050734589519670937" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e3fc9b32-ac7a-4ca9-8f62-d9d3c276285a, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dca4fcbc-1563-40d3-a2cb-c87adf70434b, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dca4fcbc-1563-40d3-a2cb-c87adf70434b, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12770076569067290209 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1277007656906729020912770076569067290209127700765690672902091277007656906729020912770076569067290209127700765690672902091277007656906729020912770076569067290209127700765690672902091277007656906729020912770076569067290209127700765690672902091277007656906729020912770076569067290209127700765690672902091277007656906729020912770076569067290209127700765690672902091277007656906729020912770076569067290209" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dca4fcbc-1563-40d3-a2cb-c87adf70434b, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 39443532-25fd-49b6-a39b-df9469a54ea4, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5a82bede-d181-4430-91cc-554af74f9b29, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5a82bede-d181-4430-91cc-554af74f9b29, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9552244436106453980 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95522444361064539809552244436106453980955224443610645398095522444361064539809552244436106453980955224443610645398095522444361064539809552244436106453980955224443610645398095522444361064539809552244436106453980955224443610645398095522444361064539809552244436106453980955224443610645398095522444361064539809552244436106453980955224443610645398095522444361064539809552244436106453980" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5abef350-2e96-473c-a891-3b77bf6f9f1c, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5abef350-2e96-473c-a891-3b77bf6f9f1c, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6135297184878038337 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61352971848780383376135297184878038337613529718487803833761352971848780383376135297184878038337613529718487803833761352971848780383376135297184878038337613529718487803833761352971848780383376135297184878038337613529718487803833761352971848780383376135297184878038337613529718487803833761352971848780383376135297184878038337613529718487803833761352971848780383376135297184878038337" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5abef350-2e96-473c-a891-3b77bf6f9f1c, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e165527e-177d-4957-ab95-efa76c7023cd, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e165527e-177d-4957-ab95-efa76c7023cd, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5740644368165783775 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57406443681657837755740644368165783775574064436816578377557406443681657837755740644368165783775574064436816578377557406443681657837755740644368165783775574064436816578377557406443681657837755740644368165783775574064436816578377557406443681657837755740644368165783775574064436816578377557406443681657837755740644368165783775574064436816578377557406443681657837755740644368165783775" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5a82bede-d181-4430-91cc-554af74f9b29, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a73dc08d-ffbd-4497-81be-f00db8fc7c1a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a73dc08d-ffbd-4497-81be-f00db8fc7c1a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8813232707704059241 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88132327077040592418813232707704059241881323270770405924188132327077040592418813232707704059241881323270770405924188132327077040592418813232707704059241881323270770405924188132327077040592418813232707704059241881323270770405924188132327077040592418813232707704059241881323270770405924188132327077040592418813232707704059241881323270770405924188132327077040592418813232707704059241" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e165527e-177d-4957-ab95-efa76c7023cd, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ee72a990-a351-4189-ada0-ff18ed130d5d, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ee72a990-a351-4189-ada0-ff18ed130d5d, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17117009739161204467 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1711700973916120446717117009739161204467171170097391612044671711700973916120446717117009739161204467171170097391612044671711700973916120446717117009739161204467171170097391612044671711700973916120446717117009739161204467171170097391612044671711700973916120446717117009739161204467171170097391612044671711700973916120446717117009739161204467171170097391612044671711700973916120446717117009739161204467" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a73dc08d-ffbd-4497-81be-f00db8fc7c1a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 28548619-153c-4018-bdea-a2254ed5b766, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 28548619-153c-4018-bdea-a2254ed5b766, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 491512828988675031 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "491512828988675031491512828988675031491512828988675031491512828988675031491512828988675031491512828988675031491512828988675031491512828988675031491512828988675031491512828988675031491512828988675031491512828988675031491512828988675031491512828988675031491512828988675031491512828988675031491512828988675031491512828988675031491512828988675031491512828988675031" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ee72a990-a351-4189-ada0-ff18ed130d5d, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 28548619-153c-4018-bdea-a2254ed5b766, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5d527e6d-b915-430b-9e61-cb5eff055000, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5d527e6d-b915-430b-9e61-cb5eff055000, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9921782497181433439 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99217824971814334399921782497181433439992178249718143343999217824971814334399921782497181433439992178249718143343999217824971814334399921782497181433439992178249718143343999217824971814334399921782497181433439992178249718143343999217824971814334399921782497181433439992178249718143343999217824971814334399921782497181433439992178249718143343999217824971814334399921782497181433439" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, efbc88bd-e687-4b07-9ab4-7968b9ace09d, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, efbc88bd-e687-4b07-9ab4-7968b9ace09d, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11671524991965941073 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1167152499196594107311671524991965941073116715249919659410731167152499196594107311671524991965941073116715249919659410731167152499196594107311671524991965941073116715249919659410731167152499196594107311671524991965941073116715249919659410731167152499196594107311671524991965941073116715249919659410731167152499196594107311671524991965941073116715249919659410731167152499196594107311671524991965941073" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5d527e6d-b915-430b-9e61-cb5eff055000, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 28fb6940-4da5-455a-85b4-8105c442f35b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 28fb6940-4da5-455a-85b4-8105c442f35b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 438844596116068724 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "438844596116068724438844596116068724438844596116068724438844596116068724438844596116068724438844596116068724438844596116068724438844596116068724438844596116068724438844596116068724438844596116068724438844596116068724438844596116068724438844596116068724438844596116068724438844596116068724438844596116068724438844596116068724438844596116068724438844596116068724" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, efbc88bd-e687-4b07-9ab4-7968b9ace09d, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 57c677b5-5e42-4907-adfc-85fb783e311d, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 57c677b5-5e42-4907-adfc-85fb783e311d, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15748780503666126955 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1574878050366612695515748780503666126955157487805036661269551574878050366612695515748780503666126955157487805036661269551574878050366612695515748780503666126955157487805036661269551574878050366612695515748780503666126955157487805036661269551574878050366612695515748780503666126955157487805036661269551574878050366612695515748780503666126955157487805036661269551574878050366612695515748780503666126955" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 28fb6940-4da5-455a-85b4-8105c442f35b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 33ec795a-4c1f-4308-b015-61e40b9379e8, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 33ec795a-4c1f-4308-b015-61e40b9379e8, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13756192210752437198 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1375619221075243719813756192210752437198137561922107524371981375619221075243719813756192210752437198137561922107524371981375619221075243719813756192210752437198137561922107524371981375619221075243719813756192210752437198137561922107524371981375619221075243719813756192210752437198137561922107524371981375619221075243719813756192210752437198137561922107524371981375619221075243719813756192210752437198" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 57c677b5-5e42-4907-adfc-85fb783e311d, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c248959f-05d9-49be-83aa-ed8511ae4b72, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c248959f-05d9-49be-83aa-ed8511ae4b72, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4631247800969554687 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46312478009695546874631247800969554687463124780096955468746312478009695546874631247800969554687463124780096955468746312478009695546874631247800969554687463124780096955468746312478009695546874631247800969554687463124780096955468746312478009695546874631247800969554687463124780096955468746312478009695546874631247800969554687463124780096955468746312478009695546874631247800969554687" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 33ec795a-4c1f-4308-b015-61e40b9379e8, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2e0f5e50-66f8-41f2-af4d-64c6c4c731cc, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2e0f5e50-66f8-41f2-af4d-64c6c4c731cc, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 204130311203134421 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "204130311203134421204130311203134421204130311203134421204130311203134421204130311203134421204130311203134421204130311203134421204130311203134421204130311203134421204130311203134421204130311203134421204130311203134421204130311203134421204130311203134421204130311203134421204130311203134421204130311203134421204130311203134421204130311203134421204130311203134421" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c248959f-05d9-49be-83aa-ed8511ae4b72, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 081e210a-cdd0-4125-abbc-d32880756d81, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 081e210a-cdd0-4125-abbc-d32880756d81, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1851206036804663476 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18512060368046634761851206036804663476185120603680466347618512060368046634761851206036804663476185120603680466347618512060368046634761851206036804663476185120603680466347618512060368046634761851206036804663476185120603680466347618512060368046634761851206036804663476185120603680466347618512060368046634761851206036804663476185120603680466347618512060368046634761851206036804663476" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2e0f5e50-66f8-41f2-af4d-64c6c4c731cc, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 74c508f7-8806-4b40-b833-25146c585fb1, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 74c508f7-8806-4b40-b833-25146c585fb1, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11923406880306230930 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1192340688030623093011923406880306230930119234068803062309301192340688030623093011923406880306230930119234068803062309301192340688030623093011923406880306230930119234068803062309301192340688030623093011923406880306230930119234068803062309301192340688030623093011923406880306230930119234068803062309301192340688030623093011923406880306230930119234068803062309301192340688030623093011923406880306230930" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 081e210a-cdd0-4125-abbc-d32880756d81, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e5b381ae-2d61-4e3a-a794-755d98fce76c, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e5b381ae-2d61-4e3a-a794-755d98fce76c, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12687672220211621471 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1268767222021162147112687672220211621471126876722202116214711268767222021162147112687672220211621471126876722202116214711268767222021162147112687672220211621471126876722202116214711268767222021162147112687672220211621471126876722202116214711268767222021162147112687672220211621471126876722202116214711268767222021162147112687672220211621471126876722202116214711268767222021162147112687672220211621471" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 74c508f7-8806-4b40-b833-25146c585fb1, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4173ef10-2ab5-4f7a-a790-8dac57c1107e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4173ef10-2ab5-4f7a-a790-8dac57c1107e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6973504825931136462 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69735048259311364626973504825931136462697350482593113646269735048259311364626973504825931136462697350482593113646269735048259311364626973504825931136462697350482593113646269735048259311364626973504825931136462697350482593113646269735048259311364626973504825931136462697350482593113646269735048259311364626973504825931136462697350482593113646269735048259311364626973504825931136462" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e5b381ae-2d61-4e3a-a794-755d98fce76c, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cc9448c7-8fd4-472e-ab95-fb1a63388e34, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cc9448c7-8fd4-472e-ab95-fb1a63388e34, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10033121270338197333 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1003312127033819733310033121270338197333100331212703381973331003312127033819733310033121270338197333100331212703381973331003312127033819733310033121270338197333100331212703381973331003312127033819733310033121270338197333100331212703381973331003312127033819733310033121270338197333100331212703381973331003312127033819733310033121270338197333100331212703381973331003312127033819733310033121270338197333" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4173ef10-2ab5-4f7a-a790-8dac57c1107e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0526e89d-4598-4d45-b81e-830be7c19906, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0526e89d-4598-4d45-b81e-830be7c19906, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4373429621060085259 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43734296210600852594373429621060085259437342962106008525943734296210600852594373429621060085259437342962106008525943734296210600852594373429621060085259437342962106008525943734296210600852594373429621060085259437342962106008525943734296210600852594373429621060085259437342962106008525943734296210600852594373429621060085259437342962106008525943734296210600852594373429621060085259" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cc9448c7-8fd4-472e-ab95-fb1a63388e34, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 48094633-eb92-476e-9bec-c59cba05959f, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 48094633-eb92-476e-9bec-c59cba05959f, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9430046594834486923 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94300465948344869239430046594834486923943004659483448692394300465948344869239430046594834486923943004659483448692394300465948344869239430046594834486923943004659483448692394300465948344869239430046594834486923943004659483448692394300465948344869239430046594834486923943004659483448692394300465948344869239430046594834486923943004659483448692394300465948344869239430046594834486923" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0526e89d-4598-4d45-b81e-830be7c19906, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 92d30d57-6284-49df-b466-38c53aec1dc4, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 92d30d57-6284-49df-b466-38c53aec1dc4, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1330669327429694961 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13306693274296949611330669327429694961133066932742969496113306693274296949611330669327429694961133066932742969496113306693274296949611330669327429694961133066932742969496113306693274296949611330669327429694961133066932742969496113306693274296949611330669327429694961133066932742969496113306693274296949611330669327429694961133066932742969496113306693274296949611330669327429694961" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 48094633-eb92-476e-9bec-c59cba05959f, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, aa817b0e-d548-4706-a01b-e187e13bf44c, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aa817b0e-d548-4706-a01b-e187e13bf44c, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3968874256936070886 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39688742569360708863968874256936070886396887425693607088639688742569360708863968874256936070886396887425693607088639688742569360708863968874256936070886396887425693607088639688742569360708863968874256936070886396887425693607088639688742569360708863968874256936070886396887425693607088639688742569360708863968874256936070886396887425693607088639688742569360708863968874256936070886" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 92d30d57-6284-49df-b466-38c53aec1dc4, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fe296544-dda4-4ab4-8bd0-547e3fcd79f3, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fe296544-dda4-4ab4-8bd0-547e3fcd79f3, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11354758426297806772 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1135475842629780677211354758426297806772113547584262978067721135475842629780677211354758426297806772113547584262978067721135475842629780677211354758426297806772113547584262978067721135475842629780677211354758426297806772113547584262978067721135475842629780677211354758426297806772113547584262978067721135475842629780677211354758426297806772113547584262978067721135475842629780677211354758426297806772" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aa817b0e-d548-4706-a01b-e187e13bf44c, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6ca89139-6f9f-4804-bba1-a8a1417eadac, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6ca89139-6f9f-4804-bba1-a8a1417eadac, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9485677178393986278 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94856771783939862789485677178393986278948567717839398627894856771783939862789485677178393986278948567717839398627894856771783939862789485677178393986278948567717839398627894856771783939862789485677178393986278948567717839398627894856771783939862789485677178393986278948567717839398627894856771783939862789485677178393986278948567717839398627894856771783939862789485677178393986278" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fe296544-dda4-4ab4-8bd0-547e3fcd79f3, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fb468492-13c4-467a-929d-e28311e41443, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fb468492-13c4-467a-929d-e28311e41443, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8555796383291073881 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85557963832910738818555796383291073881855579638329107388185557963832910738818555796383291073881855579638329107388185557963832910738818555796383291073881855579638329107388185557963832910738818555796383291073881855579638329107388185557963832910738818555796383291073881855579638329107388185557963832910738818555796383291073881855579638329107388185557963832910738818555796383291073881" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6ca89139-6f9f-4804-bba1-a8a1417eadac, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bfb198b3-73ce-4f7d-940a-c47fccdbb400, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bfb198b3-73ce-4f7d-940a-c47fccdbb400, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15261851199991794616 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1526185119999179461615261851199991794616152618511999917946161526185119999179461615261851199991794616152618511999917946161526185119999179461615261851199991794616152618511999917946161526185119999179461615261851199991794616152618511999917946161526185119999179461615261851199991794616152618511999917946161526185119999179461615261851199991794616152618511999917946161526185119999179461615261851199991794616" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fb468492-13c4-467a-929d-e28311e41443, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b3157b1e-f174-4963-9e2d-2b6fb30ac766, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b3157b1e-f174-4963-9e2d-2b6fb30ac766, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17517736972715707845 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1751773697271570784517517736972715707845175177369727157078451751773697271570784517517736972715707845175177369727157078451751773697271570784517517736972715707845175177369727157078451751773697271570784517517736972715707845175177369727157078451751773697271570784517517736972715707845175177369727157078451751773697271570784517517736972715707845175177369727157078451751773697271570784517517736972715707845" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bfb198b3-73ce-4f7d-940a-c47fccdbb400, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d1be3291-8f50-4053-8fe2-4265b1d087a5, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d1be3291-8f50-4053-8fe2-4265b1d087a5, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7167316438282296095 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71673164382822960957167316438282296095716731643828229609571673164382822960957167316438282296095716731643828229609571673164382822960957167316438282296095716731643828229609571673164382822960957167316438282296095716731643828229609571673164382822960957167316438282296095716731643828229609571673164382822960957167316438282296095716731643828229609571673164382822960957167316438282296095" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b3157b1e-f174-4963-9e2d-2b6fb30ac766, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 028bdbed-280a-4589-8ac7-85b4bc93baae, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 028bdbed-280a-4589-8ac7-85b4bc93baae, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16537406338205787630 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1653740633820578763016537406338205787630165374063382057876301653740633820578763016537406338205787630165374063382057876301653740633820578763016537406338205787630165374063382057876301653740633820578763016537406338205787630165374063382057876301653740633820578763016537406338205787630165374063382057876301653740633820578763016537406338205787630165374063382057876301653740633820578763016537406338205787630" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d1be3291-8f50-4053-8fe2-4265b1d087a5, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 03bddfee-5f16-4aed-a682-cef1ecec7bfe, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 03bddfee-5f16-4aed-a682-cef1ecec7bfe, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12297539911724017097 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1229753991172401709712297539911724017097122975399117240170971229753991172401709712297539911724017097122975399117240170971229753991172401709712297539911724017097122975399117240170971229753991172401709712297539911724017097122975399117240170971229753991172401709712297539911724017097122975399117240170971229753991172401709712297539911724017097122975399117240170971229753991172401709712297539911724017097" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 028bdbed-280a-4589-8ac7-85b4bc93baae, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b200c253-eb20-4f58-b251-90d375b2c93c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b200c253-eb20-4f58-b251-90d375b2c93c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11140829755609413193 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1114082975560941319311140829755609413193111408297556094131931114082975560941319311140829755609413193111408297556094131931114082975560941319311140829755609413193111408297556094131931114082975560941319311140829755609413193111408297556094131931114082975560941319311140829755609413193111408297556094131931114082975560941319311140829755609413193111408297556094131931114082975560941319311140829755609413193" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 03bddfee-5f16-4aed-a682-cef1ecec7bfe, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0958069b-4c55-41fe-8631-0dbad6edc941, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0958069b-4c55-41fe-8631-0dbad6edc941, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9477906773832349985 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94779067738323499859477906773832349985947790677383234998594779067738323499859477906773832349985947790677383234998594779067738323499859477906773832349985947790677383234998594779067738323499859477906773832349985947790677383234998594779067738323499859477906773832349985947790677383234998594779067738323499859477906773832349985947790677383234998594779067738323499859477906773832349985" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b200c253-eb20-4f58-b251-90d375b2c93c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dab09890-4ab3-4dc7-80d2-4a176a2d927a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dab09890-4ab3-4dc7-80d2-4a176a2d927a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3287855449967697319 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32878554499676973193287855449967697319328785544996769731932878554499676973193287855449967697319328785544996769731932878554499676973193287855449967697319328785544996769731932878554499676973193287855449967697319328785544996769731932878554499676973193287855449967697319328785544996769731932878554499676973193287855449967697319328785544996769731932878554499676973193287855449967697319" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0958069b-4c55-41fe-8631-0dbad6edc941, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a9375e18-c417-454a-bdd5-4d3a1bc97994, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a9375e18-c417-454a-bdd5-4d3a1bc97994, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3612696602939679068 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36126966029396790683612696602939679068361269660293967906836126966029396790683612696602939679068361269660293967906836126966029396790683612696602939679068361269660293967906836126966029396790683612696602939679068361269660293967906836126966029396790683612696602939679068361269660293967906836126966029396790683612696602939679068361269660293967906836126966029396790683612696602939679068" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dab09890-4ab3-4dc7-80d2-4a176a2d927a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2798d5d2-6a31-4661-a7df-65afa3d75528, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2798d5d2-6a31-4661-a7df-65afa3d75528, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2046999212795463876 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20469992127954638762046999212795463876204699921279546387620469992127954638762046999212795463876204699921279546387620469992127954638762046999212795463876204699921279546387620469992127954638762046999212795463876204699921279546387620469992127954638762046999212795463876204699921279546387620469992127954638762046999212795463876204699921279546387620469992127954638762046999212795463876" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a9375e18-c417-454a-bdd5-4d3a1bc97994, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1efa0cfb-0576-4c05-9acd-92eab41ca212, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1efa0cfb-0576-4c05-9acd-92eab41ca212, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3900355526177895618 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39003555261778956183900355526177895618390035552617789561839003555261778956183900355526177895618390035552617789561839003555261778956183900355526177895618390035552617789561839003555261778956183900355526177895618390035552617789561839003555261778956183900355526177895618390035552617789561839003555261778956183900355526177895618390035552617789561839003555261778956183900355526177895618" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2798d5d2-6a31-4661-a7df-65afa3d75528, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a056ee26-0efe-461f-a114-e88c5651df6f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a056ee26-0efe-461f-a114-e88c5651df6f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16677221656003003275 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1667722165600300327516677221656003003275166772216560030032751667722165600300327516677221656003003275166772216560030032751667722165600300327516677221656003003275166772216560030032751667722165600300327516677221656003003275166772216560030032751667722165600300327516677221656003003275166772216560030032751667722165600300327516677221656003003275166772216560030032751667722165600300327516677221656003003275" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1efa0cfb-0576-4c05-9acd-92eab41ca212, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 47de8d06-9307-4c30-a160-cbc26c8537c7, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 47de8d06-9307-4c30-a160-cbc26c8537c7, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8993099469006496200 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89930994690064962008993099469006496200899309946900649620089930994690064962008993099469006496200899309946900649620089930994690064962008993099469006496200899309946900649620089930994690064962008993099469006496200899309946900649620089930994690064962008993099469006496200899309946900649620089930994690064962008993099469006496200899309946900649620089930994690064962008993099469006496200" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a056ee26-0efe-461f-a114-e88c5651df6f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fc7daadb-1066-4c82-bfbe-860efc3f0175, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fc7daadb-1066-4c82-bfbe-860efc3f0175, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9551448611524535046 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95514486115245350469551448611524535046955144861152453504695514486115245350469551448611524535046955144861152453504695514486115245350469551448611524535046955144861152453504695514486115245350469551448611524535046955144861152453504695514486115245350469551448611524535046955144861152453504695514486115245350469551448611524535046955144861152453504695514486115245350469551448611524535046" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fc7daadb-1066-4c82-bfbe-860efc3f0175, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dddf000e-253b-489f-b0a9-8eaab3d5346d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dddf000e-253b-489f-b0a9-8eaab3d5346d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3882830197618427640 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38828301976184276403882830197618427640388283019761842764038828301976184276403882830197618427640388283019761842764038828301976184276403882830197618427640388283019761842764038828301976184276403882830197618427640388283019761842764038828301976184276403882830197618427640388283019761842764038828301976184276403882830197618427640388283019761842764038828301976184276403882830197618427640" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 47de8d06-9307-4c30-a160-cbc26c8537c7, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3782efa9-316b-40f1-ae62-3fa037006a8b, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3782efa9-316b-40f1-ae62-3fa037006a8b, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7767977869159149243 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77679778691591492437767977869159149243776797786915914924377679778691591492437767977869159149243776797786915914924377679778691591492437767977869159149243776797786915914924377679778691591492437767977869159149243776797786915914924377679778691591492437767977869159149243776797786915914924377679778691591492437767977869159149243776797786915914924377679778691591492437767977869159149243" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dddf000e-253b-489f-b0a9-8eaab3d5346d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 44a74a1f-39c1-4023-936c-22d36ba33e3b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 44a74a1f-39c1-4023-936c-22d36ba33e3b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17397823831891552320 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1739782383189155232017397823831891552320173978238318915523201739782383189155232017397823831891552320173978238318915523201739782383189155232017397823831891552320173978238318915523201739782383189155232017397823831891552320173978238318915523201739782383189155232017397823831891552320173978238318915523201739782383189155232017397823831891552320173978238318915523201739782383189155232017397823831891552320" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3782efa9-316b-40f1-ae62-3fa037006a8b, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 45390926-59ee-48d1-8c76-81ddafb30d60, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 45390926-59ee-48d1-8c76-81ddafb30d60, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5057340110691289628 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50573401106912896285057340110691289628505734011069128962850573401106912896285057340110691289628505734011069128962850573401106912896285057340110691289628505734011069128962850573401106912896285057340110691289628505734011069128962850573401106912896285057340110691289628505734011069128962850573401106912896285057340110691289628505734011069128962850573401106912896285057340110691289628" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 44a74a1f-39c1-4023-936c-22d36ba33e3b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fb4eb825-ff56-48d4-a5ad-a8c92590ff0c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fb4eb825-ff56-48d4-a5ad-a8c92590ff0c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 224936598925180373 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "224936598925180373224936598925180373224936598925180373224936598925180373224936598925180373224936598925180373224936598925180373224936598925180373224936598925180373224936598925180373224936598925180373224936598925180373224936598925180373224936598925180373224936598925180373224936598925180373224936598925180373224936598925180373224936598925180373224936598925180373" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 45390926-59ee-48d1-8c76-81ddafb30d60, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1ed48b5e-ad47-427e-8d6b-b00d08a2384b, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1ed48b5e-ad47-427e-8d6b-b00d08a2384b, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5601739624041000623 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56017396240410006235601739624041000623560173962404100062356017396240410006235601739624041000623560173962404100062356017396240410006235601739624041000623560173962404100062356017396240410006235601739624041000623560173962404100062356017396240410006235601739624041000623560173962404100062356017396240410006235601739624041000623560173962404100062356017396240410006235601739624041000623" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1ed48b5e-ad47-427e-8d6b-b00d08a2384b, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4dd084c4-2db2-4899-b50b-d1e694e0b89c, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4dd084c4-2db2-4899-b50b-d1e694e0b89c, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10247240527327780693 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1024724052732778069310247240527327780693102472405273277806931024724052732778069310247240527327780693102472405273277806931024724052732778069310247240527327780693102472405273277806931024724052732778069310247240527327780693102472405273277806931024724052732778069310247240527327780693102472405273277806931024724052732778069310247240527327780693102472405273277806931024724052732778069310247240527327780693" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fb4eb825-ff56-48d4-a5ad-a8c92590ff0c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4b274af3-7feb-4fdd-bded-b7b737ef7187, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4b274af3-7feb-4fdd-bded-b7b737ef7187, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8742943104902764930 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87429431049027649308742943104902764930874294310490276493087429431049027649308742943104902764930874294310490276493087429431049027649308742943104902764930874294310490276493087429431049027649308742943104902764930874294310490276493087429431049027649308742943104902764930874294310490276493087429431049027649308742943104902764930874294310490276493087429431049027649308742943104902764930" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4dd084c4-2db2-4899-b50b-d1e694e0b89c, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4215e43e-a284-4ad8-8887-037f7e58ec27, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4215e43e-a284-4ad8-8887-037f7e58ec27, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1754123047959822489 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17541230479598224891754123047959822489175412304795982248917541230479598224891754123047959822489175412304795982248917541230479598224891754123047959822489175412304795982248917541230479598224891754123047959822489175412304795982248917541230479598224891754123047959822489175412304795982248917541230479598224891754123047959822489175412304795982248917541230479598224891754123047959822489" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4b274af3-7feb-4fdd-bded-b7b737ef7187, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9e478dc7-d8b2-4843-bb3e-d973d003527b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9e478dc7-d8b2-4843-bb3e-d973d003527b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6210637266006956055 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62106372660069560556210637266006956055621063726600695605562106372660069560556210637266006956055621063726600695605562106372660069560556210637266006956055621063726600695605562106372660069560556210637266006956055621063726600695605562106372660069560556210637266006956055621063726600695605562106372660069560556210637266006956055621063726600695605562106372660069560556210637266006956055" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9e478dc7-d8b2-4843-bb3e-d973d003527b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 92f6a889-8c15-44da-bc01-ec8766385f01, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4215e43e-a284-4ad8-8887-037f7e58ec27, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b1777bf3-6826-4a36-bebd-af9ab8360182, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b1777bf3-6826-4a36-bebd-af9ab8360182, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2069285273209931428 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20692852732099314282069285273209931428206928527320993142820692852732099314282069285273209931428206928527320993142820692852732099314282069285273209931428206928527320993142820692852732099314282069285273209931428206928527320993142820692852732099314282069285273209931428206928527320993142820692852732099314282069285273209931428206928527320993142820692852732099314282069285273209931428" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 92f6a889-8c15-44da-bc01-ec8766385f01, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6550865343169256037 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65508653431692560376550865343169256037655086534316925603765508653431692560376550865343169256037655086534316925603765508653431692560376550865343169256037655086534316925603765508653431692560376550865343169256037655086534316925603765508653431692560376550865343169256037655086534316925603765508653431692560376550865343169256037655086534316925603765508653431692560376550865343169256037" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b1777bf3-6826-4a36-bebd-af9ab8360182, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 05b73dc1-17c7-4e8c-ade9-35b7a8218449, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 05b73dc1-17c7-4e8c-ade9-35b7a8218449, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6342666110985646055 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63426661109856460556342666110985646055634266611098564605563426661109856460556342666110985646055634266611098564605563426661109856460556342666110985646055634266611098564605563426661109856460556342666110985646055634266611098564605563426661109856460556342666110985646055634266611098564605563426661109856460556342666110985646055634266611098564605563426661109856460556342666110985646055" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 92f6a889-8c15-44da-bc01-ec8766385f01, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b753f61e-34ab-4ece-95f0-d861e85fb678, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b753f61e-34ab-4ece-95f0-d861e85fb678, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9849919606739700368 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98499196067397003689849919606739700368984991960673970036898499196067397003689849919606739700368984991960673970036898499196067397003689849919606739700368984991960673970036898499196067397003689849919606739700368984991960673970036898499196067397003689849919606739700368984991960673970036898499196067397003689849919606739700368984991960673970036898499196067397003689849919606739700368" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 05b73dc1-17c7-4e8c-ade9-35b7a8218449, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f5842a0c-72d6-4b56-99a4-0a4e1acf5882, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f5842a0c-72d6-4b56-99a4-0a4e1acf5882, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13706677415517120384 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1370667741551712038413706677415517120384137066774155171203841370667741551712038413706677415517120384137066774155171203841370667741551712038413706677415517120384137066774155171203841370667741551712038413706677415517120384137066774155171203841370667741551712038413706677415517120384137066774155171203841370667741551712038413706677415517120384137066774155171203841370667741551712038413706677415517120384" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b753f61e-34ab-4ece-95f0-d861e85fb678, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f6d0f711-74b4-4685-b602-62b65783c215, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f6d0f711-74b4-4685-b602-62b65783c215, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12833141066928201106 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1283314106692820110612833141066928201106128331410669282011061283314106692820110612833141066928201106128331410669282011061283314106692820110612833141066928201106128331410669282011061283314106692820110612833141066928201106128331410669282011061283314106692820110612833141066928201106128331410669282011061283314106692820110612833141066928201106128331410669282011061283314106692820110612833141066928201106" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f5842a0c-72d6-4b56-99a4-0a4e1acf5882, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0fabf5ec-4e98-40c1-9a08-49ad5efb0e35, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0fabf5ec-4e98-40c1-9a08-49ad5efb0e35, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13589698629105341122 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1358969862910534112213589698629105341122135896986291053411221358969862910534112213589698629105341122135896986291053411221358969862910534112213589698629105341122135896986291053411221358969862910534112213589698629105341122135896986291053411221358969862910534112213589698629105341122135896986291053411221358969862910534112213589698629105341122135896986291053411221358969862910534112213589698629105341122" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f6d0f711-74b4-4685-b602-62b65783c215, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 21807ce1-4054-4f3a-856f-0fbd82e515bf, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 21807ce1-4054-4f3a-856f-0fbd82e515bf, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13229931354413302691 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1322993135441330269113229931354413302691132299313544133026911322993135441330269113229931354413302691132299313544133026911322993135441330269113229931354413302691132299313544133026911322993135441330269113229931354413302691132299313544133026911322993135441330269113229931354413302691132299313544133026911322993135441330269113229931354413302691132299313544133026911322993135441330269113229931354413302691" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0fabf5ec-4e98-40c1-9a08-49ad5efb0e35, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9374f493-d42e-4e64-a085-03efdae5a8eb, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9374f493-d42e-4e64-a085-03efdae5a8eb, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5573223200250520586 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55732232002505205865573223200250520586557322320025052058655732232002505205865573223200250520586557322320025052058655732232002505205865573223200250520586557322320025052058655732232002505205865573223200250520586557322320025052058655732232002505205865573223200250520586557322320025052058655732232002505205865573223200250520586557322320025052058655732232002505205865573223200250520586" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 21807ce1-4054-4f3a-856f-0fbd82e515bf, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9374f493-d42e-4e64-a085-03efdae5a8eb, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4101f2f2-1d3e-483c-ab83-f9c1d3bc50f0, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4101f2f2-1d3e-483c-ab83-f9c1d3bc50f0, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13836484539114588360 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1383648453911458836013836484539114588360138364845391145883601383648453911458836013836484539114588360138364845391145883601383648453911458836013836484539114588360138364845391145883601383648453911458836013836484539114588360138364845391145883601383648453911458836013836484539114588360138364845391145883601383648453911458836013836484539114588360138364845391145883601383648453911458836013836484539114588360" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7637a67a-daa0-43cb-a213-eb52190b0547, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7637a67a-daa0-43cb-a213-eb52190b0547, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16637394080516998400 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1663739408051699840016637394080516998400166373940805169984001663739408051699840016637394080516998400166373940805169984001663739408051699840016637394080516998400166373940805169984001663739408051699840016637394080516998400166373940805169984001663739408051699840016637394080516998400166373940805169984001663739408051699840016637394080516998400166373940805169984001663739408051699840016637394080516998400" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4101f2f2-1d3e-483c-ab83-f9c1d3bc50f0, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7637a67a-daa0-43cb-a213-eb52190b0547, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a93f70d5-b517-4a56-987f-f7388f6698c6, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a93f70d5-b517-4a56-987f-f7388f6698c6, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14325841022304965912 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1432584102230496591214325841022304965912143258410223049659121432584102230496591214325841022304965912143258410223049659121432584102230496591214325841022304965912143258410223049659121432584102230496591214325841022304965912143258410223049659121432584102230496591214325841022304965912143258410223049659121432584102230496591214325841022304965912143258410223049659121432584102230496591214325841022304965912" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d9224dfd-2cdf-483d-b691-ce3a9638ba19, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d9224dfd-2cdf-483d-b691-ce3a9638ba19, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12810394993115991829 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1281039499311599182912810394993115991829128103949931159918291281039499311599182912810394993115991829128103949931159918291281039499311599182912810394993115991829128103949931159918291281039499311599182912810394993115991829128103949931159918291281039499311599182912810394993115991829128103949931159918291281039499311599182912810394993115991829128103949931159918291281039499311599182912810394993115991829" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a93f70d5-b517-4a56-987f-f7388f6698c6, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c1c2d684-3077-4af5-b29e-d099e62c7bfb, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d9224dfd-2cdf-483d-b691-ce3a9638ba19, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c1c2d684-3077-4af5-b29e-d099e62c7bfb, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14683961478600277566 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1468396147860027756614683961478600277566146839614786002775661468396147860027756614683961478600277566146839614786002775661468396147860027756614683961478600277566146839614786002775661468396147860027756614683961478600277566146839614786002775661468396147860027756614683961478600277566146839614786002775661468396147860027756614683961478600277566146839614786002775661468396147860027756614683961478600277566" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5493a212-69a6-45f6-ac09-6a88abc0fbf3, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5493a212-69a6-45f6-ac09-6a88abc0fbf3, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2539151708655888525 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25391517086558885252539151708655888525253915170865588852525391517086558885252539151708655888525253915170865588852525391517086558885252539151708655888525253915170865588852525391517086558885252539151708655888525253915170865588852525391517086558885252539151708655888525253915170865588852525391517086558885252539151708655888525253915170865588852525391517086558885252539151708655888525" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c1c2d684-3077-4af5-b29e-d099e62c7bfb, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 25123230-4735-4d62-8e08-cb3eec71293c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 25123230-4735-4d62-8e08-cb3eec71293c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5206400507291006909 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52064005072910069095206400507291006909520640050729100690952064005072910069095206400507291006909520640050729100690952064005072910069095206400507291006909520640050729100690952064005072910069095206400507291006909520640050729100690952064005072910069095206400507291006909520640050729100690952064005072910069095206400507291006909520640050729100690952064005072910069095206400507291006909" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5493a212-69a6-45f6-ac09-6a88abc0fbf3, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 25123230-4735-4d62-8e08-cb3eec71293c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4b69f346-9beb-43cb-867d-f273f21b12a3, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4b69f346-9beb-43cb-867d-f273f21b12a3, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4521418925182501678 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45214189251825016784521418925182501678452141892518250167845214189251825016784521418925182501678452141892518250167845214189251825016784521418925182501678452141892518250167845214189251825016784521418925182501678452141892518250167845214189251825016784521418925182501678452141892518250167845214189251825016784521418925182501678452141892518250167845214189251825016784521418925182501678" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 18f42a38-47f4-4106-b261-a9031b7c7f8e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 18f42a38-47f4-4106-b261-a9031b7c7f8e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6967554355637296113 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69675543556372961136967554355637296113696755435563729611369675543556372961136967554355637296113696755435563729611369675543556372961136967554355637296113696755435563729611369675543556372961136967554355637296113696755435563729611369675543556372961136967554355637296113696755435563729611369675543556372961136967554355637296113696755435563729611369675543556372961136967554355637296113" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 18f42a38-47f4-4106-b261-a9031b7c7f8e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dc0311fb-0962-411d-9928-629ff7bf4adb, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4b69f346-9beb-43cb-867d-f273f21b12a3, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 93120ca6-abf7-4289-a322-1e4aafe4cc73, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 93120ca6-abf7-4289-a322-1e4aafe4cc73, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14402926168165734095 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1440292616816573409514402926168165734095144029261681657340951440292616816573409514402926168165734095144029261681657340951440292616816573409514402926168165734095144029261681657340951440292616816573409514402926168165734095144029261681657340951440292616816573409514402926168165734095144029261681657340951440292616816573409514402926168165734095144029261681657340951440292616816573409514402926168165734095" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dc0311fb-0962-411d-9928-629ff7bf4adb, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4081932292295503556 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40819322922955035564081932292295503556408193229229550355640819322922955035564081932292295503556408193229229550355640819322922955035564081932292295503556408193229229550355640819322922955035564081932292295503556408193229229550355640819322922955035564081932292295503556408193229229550355640819322922955035564081932292295503556408193229229550355640819322922955035564081932292295503556" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dc0311fb-0962-411d-9928-629ff7bf4adb, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7121c20a-98b0-4592-ad7c-e0bc5b635666, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7121c20a-98b0-4592-ad7c-e0bc5b635666, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14008692758401544783 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1400869275840154478314008692758401544783140086927584015447831400869275840154478314008692758401544783140086927584015447831400869275840154478314008692758401544783140086927584015447831400869275840154478314008692758401544783140086927584015447831400869275840154478314008692758401544783140086927584015447831400869275840154478314008692758401544783140086927584015447831400869275840154478314008692758401544783" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 93120ca6-abf7-4289-a322-1e4aafe4cc73, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6eb71ca0-be48-49b5-bed9-e4c041e751cc, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6eb71ca0-be48-49b5-bed9-e4c041e751cc, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13641740021267976151 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1364174002126797615113641740021267976151136417400212679761511364174002126797615113641740021267976151136417400212679761511364174002126797615113641740021267976151136417400212679761511364174002126797615113641740021267976151136417400212679761511364174002126797615113641740021267976151136417400212679761511364174002126797615113641740021267976151136417400212679761511364174002126797615113641740021267976151" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6eb71ca0-be48-49b5-bed9-e4c041e751cc, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6cbaf2bc-1bf4-465f-9836-618a28dad657, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6cbaf2bc-1bf4-465f-9836-618a28dad657, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2764082103957562709 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27640821039575627092764082103957562709276408210395756270927640821039575627092764082103957562709276408210395756270927640821039575627092764082103957562709276408210395756270927640821039575627092764082103957562709276408210395756270927640821039575627092764082103957562709276408210395756270927640821039575627092764082103957562709276408210395756270927640821039575627092764082103957562709" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7121c20a-98b0-4592-ad7c-e0bc5b635666, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 15e6a923-5ad1-4185-9a29-1d284f0df4b2, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 15e6a923-5ad1-4185-9a29-1d284f0df4b2, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4668011684737939295 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46680116847379392954668011684737939295466801168473793929546680116847379392954668011684737939295466801168473793929546680116847379392954668011684737939295466801168473793929546680116847379392954668011684737939295466801168473793929546680116847379392954668011684737939295466801168473793929546680116847379392954668011684737939295466801168473793929546680116847379392954668011684737939295" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6cbaf2bc-1bf4-465f-9836-618a28dad657, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 15e6a923-5ad1-4185-9a29-1d284f0df4b2, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1538ad25-a0b8-44fb-8eba-eb71a01b5157, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e62fa75f-33b6-44c4-9972-a17c374417a9, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1538ad25-a0b8-44fb-8eba-eb71a01b5157, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12366225985262518455 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1236622598526251845512366225985262518455123662259852625184551236622598526251845512366225985262518455123662259852625184551236622598526251845512366225985262518455123662259852625184551236622598526251845512366225985262518455123662259852625184551236622598526251845512366225985262518455123662259852625184551236622598526251845512366225985262518455123662259852625184551236622598526251845512366225985262518455" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e62fa75f-33b6-44c4-9972-a17c374417a9, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11628400195358850832 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1162840019535885083211628400195358850832116284001953588508321162840019535885083211628400195358850832116284001953588508321162840019535885083211628400195358850832116284001953588508321162840019535885083211628400195358850832116284001953588508321162840019535885083211628400195358850832116284001953588508321162840019535885083211628400195358850832116284001953588508321162840019535885083211628400195358850832" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1538ad25-a0b8-44fb-8eba-eb71a01b5157, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 18d36979-6f39-40e6-b106-a8ca445d8d22, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 18d36979-6f39-40e6-b106-a8ca445d8d22, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9167982738250721225 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91679827382507212259167982738250721225916798273825072122591679827382507212259167982738250721225916798273825072122591679827382507212259167982738250721225916798273825072122591679827382507212259167982738250721225916798273825072122591679827382507212259167982738250721225916798273825072122591679827382507212259167982738250721225916798273825072122591679827382507212259167982738250721225" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e62fa75f-33b6-44c4-9972-a17c374417a9, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fb4e6d43-9d21-4ca4-bc4f-0e38355aba93, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fb4e6d43-9d21-4ca4-bc4f-0e38355aba93, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5130250879471825240 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51302508794718252405130250879471825240513025087947182524051302508794718252405130250879471825240513025087947182524051302508794718252405130250879471825240513025087947182524051302508794718252405130250879471825240513025087947182524051302508794718252405130250879471825240513025087947182524051302508794718252405130250879471825240513025087947182524051302508794718252405130250879471825240" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fb4e6d43-9d21-4ca4-bc4f-0e38355aba93, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5fa4d4d0-728d-4259-9ec9-a033f1b8f1a7, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5fa4d4d0-728d-4259-9ec9-a033f1b8f1a7, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16946097108439599360 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1694609710843959936016946097108439599360169460971084395993601694609710843959936016946097108439599360169460971084395993601694609710843959936016946097108439599360169460971084395993601694609710843959936016946097108439599360169460971084395993601694609710843959936016946097108439599360169460971084395993601694609710843959936016946097108439599360169460971084395993601694609710843959936016946097108439599360" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 18d36979-6f39-40e6-b106-a8ca445d8d22, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 766b4caa-c190-4ab8-9965-e1bdbcc4927c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 766b4caa-c190-4ab8-9965-e1bdbcc4927c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5709915868066795368 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57099158680667953685709915868066795368570991586806679536857099158680667953685709915868066795368570991586806679536857099158680667953685709915868066795368570991586806679536857099158680667953685709915868066795368570991586806679536857099158680667953685709915868066795368570991586806679536857099158680667953685709915868066795368570991586806679536857099158680667953685709915868066795368" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5fa4d4d0-728d-4259-9ec9-a033f1b8f1a7, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bd3b7588-d77e-4635-82b7-a7b18f656088, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bd3b7588-d77e-4635-82b7-a7b18f656088, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11525227326557564704 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1152522732655756470411525227326557564704115252273265575647041152522732655756470411525227326557564704115252273265575647041152522732655756470411525227326557564704115252273265575647041152522732655756470411525227326557564704115252273265575647041152522732655756470411525227326557564704115252273265575647041152522732655756470411525227326557564704115252273265575647041152522732655756470411525227326557564704" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 766b4caa-c190-4ab8-9965-e1bdbcc4927c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 01999f47-0de9-4f75-8c7d-31e64f59171c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 01999f47-0de9-4f75-8c7d-31e64f59171c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7557559216640049369 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75575592166400493697557559216640049369755755921664004936975575592166400493697557559216640049369755755921664004936975575592166400493697557559216640049369755755921664004936975575592166400493697557559216640049369755755921664004936975575592166400493697557559216640049369755755921664004936975575592166400493697557559216640049369755755921664004936975575592166400493697557559216640049369" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bd3b7588-d77e-4635-82b7-a7b18f656088, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 36982eaf-1a1c-4af6-8f80-d4f5c939b68c, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 36982eaf-1a1c-4af6-8f80-d4f5c939b68c, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14877878048175396083 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1487787804817539608314877878048175396083148778780481753960831487787804817539608314877878048175396083148778780481753960831487787804817539608314877878048175396083148778780481753960831487787804817539608314877878048175396083148778780481753960831487787804817539608314877878048175396083148778780481753960831487787804817539608314877878048175396083148778780481753960831487787804817539608314877878048175396083" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 01999f47-0de9-4f75-8c7d-31e64f59171c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 53d613fa-8d92-43e3-a9e9-f04c7b622adb, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 53d613fa-8d92-43e3-a9e9-f04c7b622adb, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7624163372380472751 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76241633723804727517624163372380472751762416337238047275176241633723804727517624163372380472751762416337238047275176241633723804727517624163372380472751762416337238047275176241633723804727517624163372380472751762416337238047275176241633723804727517624163372380472751762416337238047275176241633723804727517624163372380472751762416337238047275176241633723804727517624163372380472751" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 36982eaf-1a1c-4af6-8f80-d4f5c939b68c, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2a2a27df-fddb-45a9-8760-4b10b204ab12, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2a2a27df-fddb-45a9-8760-4b10b204ab12, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14211280063912602166 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1421128006391260216614211280063912602166142112800639126021661421128006391260216614211280063912602166142112800639126021661421128006391260216614211280063912602166142112800639126021661421128006391260216614211280063912602166142112800639126021661421128006391260216614211280063912602166142112800639126021661421128006391260216614211280063912602166142112800639126021661421128006391260216614211280063912602166" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 53d613fa-8d92-43e3-a9e9-f04c7b622adb, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, edcd307a-2914-4a4f-8e6e-3e947c24b317, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, edcd307a-2914-4a4f-8e6e-3e947c24b317, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4777534060065191683 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47775340600651916834777534060065191683477753406006519168347775340600651916834777534060065191683477753406006519168347775340600651916834777534060065191683477753406006519168347775340600651916834777534060065191683477753406006519168347775340600651916834777534060065191683477753406006519168347775340600651916834777534060065191683477753406006519168347775340600651916834777534060065191683" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2a2a27df-fddb-45a9-8760-4b10b204ab12, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d2b3d816-e797-4de8-b772-9bcce37531c3, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d2b3d816-e797-4de8-b772-9bcce37531c3, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 981854144520017639 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "981854144520017639981854144520017639981854144520017639981854144520017639981854144520017639981854144520017639981854144520017639981854144520017639981854144520017639981854144520017639981854144520017639981854144520017639981854144520017639981854144520017639981854144520017639981854144520017639981854144520017639981854144520017639981854144520017639981854144520017639" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, edcd307a-2914-4a4f-8e6e-3e947c24b317, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6cbe0a9a-ecfa-44c4-bf5d-70db5d6c0ba9, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6cbe0a9a-ecfa-44c4-bf5d-70db5d6c0ba9, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6783379579403233482 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67833795794032334826783379579403233482678337957940323348267833795794032334826783379579403233482678337957940323348267833795794032334826783379579403233482678337957940323348267833795794032334826783379579403233482678337957940323348267833795794032334826783379579403233482678337957940323348267833795794032334826783379579403233482678337957940323348267833795794032334826783379579403233482" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d2b3d816-e797-4de8-b772-9bcce37531c3, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 71473754-0a00-41a6-8777-7907057b6a8e, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 71473754-0a00-41a6-8777-7907057b6a8e, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3551534260781117761 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35515342607811177613551534260781117761355153426078111776135515342607811177613551534260781117761355153426078111776135515342607811177613551534260781117761355153426078111776135515342607811177613551534260781117761355153426078111776135515342607811177613551534260781117761355153426078111776135515342607811177613551534260781117761355153426078111776135515342607811177613551534260781117761" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6cbe0a9a-ecfa-44c4-bf5d-70db5d6c0ba9, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d09061f2-4908-40e4-a553-47db16bcc1d6, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d09061f2-4908-40e4-a553-47db16bcc1d6, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5756800133570813302 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57568001335708133025756800133570813302575680013357081330257568001335708133025756800133570813302575680013357081330257568001335708133025756800133570813302575680013357081330257568001335708133025756800133570813302575680013357081330257568001335708133025756800133570813302575680013357081330257568001335708133025756800133570813302575680013357081330257568001335708133025756800133570813302" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 71473754-0a00-41a6-8777-7907057b6a8e, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4b79fea4-52c5-4d5e-9589-64e2edca7eef, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4b79fea4-52c5-4d5e-9589-64e2edca7eef, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14574795256414794508 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1457479525641479450814574795256414794508145747952564147945081457479525641479450814574795256414794508145747952564147945081457479525641479450814574795256414794508145747952564147945081457479525641479450814574795256414794508145747952564147945081457479525641479450814574795256414794508145747952564147945081457479525641479450814574795256414794508145747952564147945081457479525641479450814574795256414794508" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d09061f2-4908-40e4-a553-47db16bcc1d6, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 62370c95-50be-4585-86d0-d3c800fc0dd4, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 62370c95-50be-4585-86d0-d3c800fc0dd4, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 649081792245212892 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "649081792245212892649081792245212892649081792245212892649081792245212892649081792245212892649081792245212892649081792245212892649081792245212892649081792245212892649081792245212892649081792245212892649081792245212892649081792245212892649081792245212892649081792245212892649081792245212892649081792245212892649081792245212892649081792245212892649081792245212892" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4b79fea4-52c5-4d5e-9589-64e2edca7eef, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 62370c95-50be-4585-86d0-d3c800fc0dd4, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8d2b1e29-0a47-4019-90ad-432921edbb4c, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, eff9b67a-7d3f-401a-8664-0c41dbfdb196, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eff9b67a-7d3f-401a-8664-0c41dbfdb196, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16365658181809905618 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1636565818180990561816365658181809905618163656581818099056181636565818180990561816365658181809905618163656581818099056181636565818180990561816365658181809905618163656581818099056181636565818180990561816365658181809905618163656581818099056181636565818180990561816365658181809905618163656581818099056181636565818180990561816365658181809905618163656581818099056181636565818180990561816365658181809905618" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8d2b1e29-0a47-4019-90ad-432921edbb4c, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9278835985888561291 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92788359858885612919278835985888561291927883598588856129192788359858885612919278835985888561291927883598588856129192788359858885612919278835985888561291927883598588856129192788359858885612919278835985888561291927883598588856129192788359858885612919278835985888561291927883598588856129192788359858885612919278835985888561291927883598588856129192788359858885612919278835985888561291" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8d2b1e29-0a47-4019-90ad-432921edbb4c, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c2fd9a09-61a2-4049-9e5d-a919e7853cdc, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c2fd9a09-61a2-4049-9e5d-a919e7853cdc, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15865681409558173852 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1586568140955817385215865681409558173852158656814095581738521586568140955817385215865681409558173852158656814095581738521586568140955817385215865681409558173852158656814095581738521586568140955817385215865681409558173852158656814095581738521586568140955817385215865681409558173852158656814095581738521586568140955817385215865681409558173852158656814095581738521586568140955817385215865681409558173852" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eff9b67a-7d3f-401a-8664-0c41dbfdb196, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4f302e09-02ac-4ff3-adfc-5721ab4a283c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4f302e09-02ac-4ff3-adfc-5721ab4a283c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9947725515841311881 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99477255158413118819947725515841311881994772551584131188199477255158413118819947725515841311881994772551584131188199477255158413118819947725515841311881994772551584131188199477255158413118819947725515841311881994772551584131188199477255158413118819947725515841311881994772551584131188199477255158413118819947725515841311881994772551584131188199477255158413118819947725515841311881" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4f302e09-02ac-4ff3-adfc-5721ab4a283c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0482d890-db29-4abe-a649-effe972e90b6, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0482d890-db29-4abe-a649-effe972e90b6, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9272514452981530196 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92725144529815301969272514452981530196927251445298153019692725144529815301969272514452981530196927251445298153019692725144529815301969272514452981530196927251445298153019692725144529815301969272514452981530196927251445298153019692725144529815301969272514452981530196927251445298153019692725144529815301969272514452981530196927251445298153019692725144529815301969272514452981530196" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c2fd9a09-61a2-4049-9e5d-a919e7853cdc, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2cc77ce2-7feb-4c25-9068-6ab46d5dc9f7, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2cc77ce2-7feb-4c25-9068-6ab46d5dc9f7, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8099130735947541682 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80991307359475416828099130735947541682809913073594754168280991307359475416828099130735947541682809913073594754168280991307359475416828099130735947541682809913073594754168280991307359475416828099130735947541682809913073594754168280991307359475416828099130735947541682809913073594754168280991307359475416828099130735947541682809913073594754168280991307359475416828099130735947541682" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0482d890-db29-4abe-a649-effe972e90b6, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ee7d2e86-cd2a-4876-b1bf-725f5a139c2c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ee7d2e86-cd2a-4876-b1bf-725f5a139c2c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11393695817515053712 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1139369581751505371211393695817515053712113936958175150537121139369581751505371211393695817515053712113936958175150537121139369581751505371211393695817515053712113936958175150537121139369581751505371211393695817515053712113936958175150537121139369581751505371211393695817515053712113936958175150537121139369581751505371211393695817515053712113936958175150537121139369581751505371211393695817515053712" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2cc77ce2-7feb-4c25-9068-6ab46d5dc9f7, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4983dd31-662b-40cf-bdcc-f0d73e234dfe, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4983dd31-662b-40cf-bdcc-f0d73e234dfe, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 463821897625845468 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "463821897625845468463821897625845468463821897625845468463821897625845468463821897625845468463821897625845468463821897625845468463821897625845468463821897625845468463821897625845468463821897625845468463821897625845468463821897625845468463821897625845468463821897625845468463821897625845468463821897625845468463821897625845468463821897625845468463821897625845468" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ee7d2e86-cd2a-4876-b1bf-725f5a139c2c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a2763ca7-51f1-4008-857d-21841180001f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a2763ca7-51f1-4008-857d-21841180001f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6109898922442913344 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61098989224429133446109898922442913344610989892244291334461098989224429133446109898922442913344610989892244291334461098989224429133446109898922442913344610989892244291334461098989224429133446109898922442913344610989892244291334461098989224429133446109898922442913344610989892244291334461098989224429133446109898922442913344610989892244291334461098989224429133446109898922442913344" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4983dd31-662b-40cf-bdcc-f0d73e234dfe, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 159cc5c8-ad9e-4ffa-9248-b88f4df62cc4, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 159cc5c8-ad9e-4ffa-9248-b88f4df62cc4, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11777909072769838314 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1177790907276983831411777909072769838314117779090727698383141177790907276983831411777909072769838314117779090727698383141177790907276983831411777909072769838314117779090727698383141177790907276983831411777909072769838314117779090727698383141177790907276983831411777909072769838314117779090727698383141177790907276983831411777909072769838314117779090727698383141177790907276983831411777909072769838314" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a2763ca7-51f1-4008-857d-21841180001f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6a928dfd-381a-4fa8-9654-5b863dff9ba6, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6a928dfd-381a-4fa8-9654-5b863dff9ba6, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6433095027600793757 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64330950276007937576433095027600793757643309502760079375764330950276007937576433095027600793757643309502760079375764330950276007937576433095027600793757643309502760079375764330950276007937576433095027600793757643309502760079375764330950276007937576433095027600793757643309502760079375764330950276007937576433095027600793757643309502760079375764330950276007937576433095027600793757" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6a928dfd-381a-4fa8-9654-5b863dff9ba6, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 306ca78c-8f6b-412d-9a93-a8b65c13937f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 306ca78c-8f6b-412d-9a93-a8b65c13937f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3084440336751773538 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30844403367517735383084440336751773538308444033675177353830844403367517735383084440336751773538308444033675177353830844403367517735383084440336751773538308444033675177353830844403367517735383084440336751773538308444033675177353830844403367517735383084440336751773538308444033675177353830844403367517735383084440336751773538308444033675177353830844403367517735383084440336751773538" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 159cc5c8-ad9e-4ffa-9248-b88f4df62cc4, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 651876a6-d08a-4c86-8322-53814c87d894, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 651876a6-d08a-4c86-8322-53814c87d894, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11994305890606648368 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1199430589060664836811994305890606648368119943058906066483681199430589060664836811994305890606648368119943058906066483681199430589060664836811994305890606648368119943058906066483681199430589060664836811994305890606648368119943058906066483681199430589060664836811994305890606648368119943058906066483681199430589060664836811994305890606648368119943058906066483681199430589060664836811994305890606648368" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 306ca78c-8f6b-412d-9a93-a8b65c13937f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 985e312b-7921-4a2f-9af5-e205c37e3b1e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 985e312b-7921-4a2f-9af5-e205c37e3b1e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16857630462916272974 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1685763046291627297416857630462916272974168576304629162729741685763046291627297416857630462916272974168576304629162729741685763046291627297416857630462916272974168576304629162729741685763046291627297416857630462916272974168576304629162729741685763046291627297416857630462916272974168576304629162729741685763046291627297416857630462916272974168576304629162729741685763046291627297416857630462916272974" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 651876a6-d08a-4c86-8322-53814c87d894, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3b0a671a-c58e-4a5d-9c43-d379b740691c, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3b0a671a-c58e-4a5d-9c43-d379b740691c, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2630476960787137661 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26304769607871376612630476960787137661263047696078713766126304769607871376612630476960787137661263047696078713766126304769607871376612630476960787137661263047696078713766126304769607871376612630476960787137661263047696078713766126304769607871376612630476960787137661263047696078713766126304769607871376612630476960787137661263047696078713766126304769607871376612630476960787137661" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 985e312b-7921-4a2f-9af5-e205c37e3b1e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3eed2438-d037-4d2a-aad9-0eea1950e63e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3eed2438-d037-4d2a-aad9-0eea1950e63e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17379919306938142097 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1737991930693814209717379919306938142097173799193069381420971737991930693814209717379919306938142097173799193069381420971737991930693814209717379919306938142097173799193069381420971737991930693814209717379919306938142097173799193069381420971737991930693814209717379919306938142097173799193069381420971737991930693814209717379919306938142097173799193069381420971737991930693814209717379919306938142097" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3b0a671a-c58e-4a5d-9c43-d379b740691c, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6075cf84-ca28-4084-bddf-f99f8a5eec03, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3eed2438-d037-4d2a-aad9-0eea1950e63e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 189638aa-d2d0-4ccf-83ea-a2fe45acc932, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6075cf84-ca28-4084-bddf-f99f8a5eec03, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8376650531354797378 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83766505313547973788376650531354797378837665053135479737883766505313547973788376650531354797378837665053135479737883766505313547973788376650531354797378837665053135479737883766505313547973788376650531354797378837665053135479737883766505313547973788376650531354797378837665053135479737883766505313547973788376650531354797378837665053135479737883766505313547973788376650531354797378" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 189638aa-d2d0-4ccf-83ea-a2fe45acc932, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11917237002080814882 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1191723700208081488211917237002080814882119172370020808148821191723700208081488211917237002080814882119172370020808148821191723700208081488211917237002080814882119172370020808148821191723700208081488211917237002080814882119172370020808148821191723700208081488211917237002080814882119172370020808148821191723700208081488211917237002080814882119172370020808148821191723700208081488211917237002080814882" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6075cf84-ca28-4084-bddf-f99f8a5eec03, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d3f5741b-f83e-4d47-a8a9-9bc2d2e89285, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d3f5741b-f83e-4d47-a8a9-9bc2d2e89285, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2157322257085486176 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21573222570854861762157322257085486176215732225708548617621573222570854861762157322257085486176215732225708548617621573222570854861762157322257085486176215732225708548617621573222570854861762157322257085486176215732225708548617621573222570854861762157322257085486176215732225708548617621573222570854861762157322257085486176215732225708548617621573222570854861762157322257085486176" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 189638aa-d2d0-4ccf-83ea-a2fe45acc932, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7dd5ed7e-b603-4820-ad97-9b3ea81ff475, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7dd5ed7e-b603-4820-ad97-9b3ea81ff475, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 859119108651229638 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "859119108651229638859119108651229638859119108651229638859119108651229638859119108651229638859119108651229638859119108651229638859119108651229638859119108651229638859119108651229638859119108651229638859119108651229638859119108651229638859119108651229638859119108651229638859119108651229638859119108651229638859119108651229638859119108651229638859119108651229638" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d3f5741b-f83e-4d47-a8a9-9bc2d2e89285, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1b4ec5a2-affb-43f2-941e-0cf77ea4eb95, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1b4ec5a2-affb-43f2-941e-0cf77ea4eb95, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10643881551061508332 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1064388155106150833210643881551061508332106438815510615083321064388155106150833210643881551061508332106438815510615083321064388155106150833210643881551061508332106438815510615083321064388155106150833210643881551061508332106438815510615083321064388155106150833210643881551061508332106438815510615083321064388155106150833210643881551061508332106438815510615083321064388155106150833210643881551061508332" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7dd5ed7e-b603-4820-ad97-9b3ea81ff475, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 98003966-13f0-456c-a417-773ef685910f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 98003966-13f0-456c-a417-773ef685910f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17946944303159677316 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1794694430315967731617946944303159677316179469443031596773161794694430315967731617946944303159677316179469443031596773161794694430315967731617946944303159677316179469443031596773161794694430315967731617946944303159677316179469443031596773161794694430315967731617946944303159677316179469443031596773161794694430315967731617946944303159677316179469443031596773161794694430315967731617946944303159677316" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1b4ec5a2-affb-43f2-941e-0cf77ea4eb95, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dcd671ec-3741-4d7a-8101-979cdceae265, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dcd671ec-3741-4d7a-8101-979cdceae265, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15067032770000842695 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1506703277000084269515067032770000842695150670327700008426951506703277000084269515067032770000842695150670327700008426951506703277000084269515067032770000842695150670327700008426951506703277000084269515067032770000842695150670327700008426951506703277000084269515067032770000842695150670327700008426951506703277000084269515067032770000842695150670327700008426951506703277000084269515067032770000842695" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 98003966-13f0-456c-a417-773ef685910f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a7463234-0d0a-4d4a-8465-6539c87e4737, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a7463234-0d0a-4d4a-8465-6539c87e4737, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2744610064613153911 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27446100646131539112744610064613153911274461006461315391127446100646131539112744610064613153911274461006461315391127446100646131539112744610064613153911274461006461315391127446100646131539112744610064613153911274461006461315391127446100646131539112744610064613153911274461006461315391127446100646131539112744610064613153911274461006461315391127446100646131539112744610064613153911" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dcd671ec-3741-4d7a-8101-979cdceae265, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a7463234-0d0a-4d4a-8465-6539c87e4737, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8cf66981-c87d-4c60-85ef-9d87c4baadb2, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8cf66981-c87d-4c60-85ef-9d87c4baadb2, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10378110499923213618 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1037811049992321361810378110499923213618103781104999232136181037811049992321361810378110499923213618103781104999232136181037811049992321361810378110499923213618103781104999232136181037811049992321361810378110499923213618103781104999232136181037811049992321361810378110499923213618103781104999232136181037811049992321361810378110499923213618103781104999232136181037811049992321361810378110499923213618" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7c0484ec-ef37-4ae3-b599-142e878da14e, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7c0484ec-ef37-4ae3-b599-142e878da14e, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17594190673202055865 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1759419067320205586517594190673202055865175941906732020558651759419067320205586517594190673202055865175941906732020558651759419067320205586517594190673202055865175941906732020558651759419067320205586517594190673202055865175941906732020558651759419067320205586517594190673202055865175941906732020558651759419067320205586517594190673202055865175941906732020558651759419067320205586517594190673202055865" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7c0484ec-ef37-4ae3-b599-142e878da14e, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ed27d692-38aa-47d3-99e1-214b1d39b88e, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ed27d692-38aa-47d3-99e1-214b1d39b88e, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10792378124656614430 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1079237812465661443010792378124656614430107923781246566144301079237812465661443010792378124656614430107923781246566144301079237812465661443010792378124656614430107923781246566144301079237812465661443010792378124656614430107923781246566144301079237812465661443010792378124656614430107923781246566144301079237812465661443010792378124656614430107923781246566144301079237812465661443010792378124656614430" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8cf66981-c87d-4c60-85ef-9d87c4baadb2, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 10c8d403-bd87-4b4e-bb75-c2f3218e6f13, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 10c8d403-bd87-4b4e-bb75-c2f3218e6f13, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6914100704681127803 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69141007046811278036914100704681127803691410070468112780369141007046811278036914100704681127803691410070468112780369141007046811278036914100704681127803691410070468112780369141007046811278036914100704681127803691410070468112780369141007046811278036914100704681127803691410070468112780369141007046811278036914100704681127803691410070468112780369141007046811278036914100704681127803" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ed27d692-38aa-47d3-99e1-214b1d39b88e, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c1c8790c-a8aa-4734-b939-40bcd9eb1acc, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c1c8790c-a8aa-4734-b939-40bcd9eb1acc, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7145351686504235398 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71453516865042353987145351686504235398714535168650423539871453516865042353987145351686504235398714535168650423539871453516865042353987145351686504235398714535168650423539871453516865042353987145351686504235398714535168650423539871453516865042353987145351686504235398714535168650423539871453516865042353987145351686504235398714535168650423539871453516865042353987145351686504235398" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 10c8d403-bd87-4b4e-bb75-c2f3218e6f13, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c1b9ae87-f197-46bd-b41f-1f320eab62ce, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c1b9ae87-f197-46bd-b41f-1f320eab62ce, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13274349699722822153 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1327434969972282215313274349699722822153132743496997228221531327434969972282215313274349699722822153132743496997228221531327434969972282215313274349699722822153132743496997228221531327434969972282215313274349699722822153132743496997228221531327434969972282215313274349699722822153132743496997228221531327434969972282215313274349699722822153132743496997228221531327434969972282215313274349699722822153" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c1c8790c-a8aa-4734-b939-40bcd9eb1acc, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8b62d1d9-331f-4845-bbbb-0a559dc5fd03, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8b62d1d9-331f-4845-bbbb-0a559dc5fd03, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8891247537566540570 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88912475375665405708891247537566540570889124753756654057088912475375665405708891247537566540570889124753756654057088912475375665405708891247537566540570889124753756654057088912475375665405708891247537566540570889124753756654057088912475375665405708891247537566540570889124753756654057088912475375665405708891247537566540570889124753756654057088912475375665405708891247537566540570" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c1b9ae87-f197-46bd-b41f-1f320eab62ce, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fadb45d2-8d62-43bd-ab9f-64524110016c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8b62d1d9-331f-4845-bbbb-0a559dc5fd03, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dbf2fc56-c713-4f73-acf7-3fa5ff54144a, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fadb45d2-8d62-43bd-ab9f-64524110016c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6547067037410233507 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65470670374102335076547067037410233507654706703741023350765470670374102335076547067037410233507654706703741023350765470670374102335076547067037410233507654706703741023350765470670374102335076547067037410233507654706703741023350765470670374102335076547067037410233507654706703741023350765470670374102335076547067037410233507654706703741023350765470670374102335076547067037410233507" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dbf2fc56-c713-4f73-acf7-3fa5ff54144a, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16160338182730245538 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1616033818273024553816160338182730245538161603381827302455381616033818273024553816160338182730245538161603381827302455381616033818273024553816160338182730245538161603381827302455381616033818273024553816160338182730245538161603381827302455381616033818273024553816160338182730245538161603381827302455381616033818273024553816160338182730245538161603381827302455381616033818273024553816160338182730245538" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dbf2fc56-c713-4f73-acf7-3fa5ff54144a, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4dc47034-a707-4ef3-876b-699ec1875fe3, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4dc47034-a707-4ef3-876b-699ec1875fe3, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15772034782949504106 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1577203478294950410615772034782949504106157720347829495041061577203478294950410615772034782949504106157720347829495041061577203478294950410615772034782949504106157720347829495041061577203478294950410615772034782949504106157720347829495041061577203478294950410615772034782949504106157720347829495041061577203478294950410615772034782949504106157720347829495041061577203478294950410615772034782949504106" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4dc47034-a707-4ef3-876b-699ec1875fe3, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9a69b0c6-70f4-45a2-b512-62afb8192644, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fadb45d2-8d62-43bd-ab9f-64524110016c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1f9e01f4-d70b-4475-872b-4dd1065974af, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1f9e01f4-d70b-4475-872b-4dd1065974af, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12668941023618131995 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1266894102361813199512668941023618131995126689410236181319951266894102361813199512668941023618131995126689410236181319951266894102361813199512668941023618131995126689410236181319951266894102361813199512668941023618131995126689410236181319951266894102361813199512668941023618131995126689410236181319951266894102361813199512668941023618131995126689410236181319951266894102361813199512668941023618131995" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9a69b0c6-70f4-45a2-b512-62afb8192644, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9538763780783870010 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95387637807838700109538763780783870010953876378078387001095387637807838700109538763780783870010953876378078387001095387637807838700109538763780783870010953876378078387001095387637807838700109538763780783870010953876378078387001095387637807838700109538763780783870010953876378078387001095387637807838700109538763780783870010953876378078387001095387637807838700109538763780783870010" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1f9e01f4-d70b-4475-872b-4dd1065974af, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 81984086-249e-4b81-9646-1c82783e23aa, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 81984086-249e-4b81-9646-1c82783e23aa, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13502916765491984625 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1350291676549198462513502916765491984625135029167654919846251350291676549198462513502916765491984625135029167654919846251350291676549198462513502916765491984625135029167654919846251350291676549198462513502916765491984625135029167654919846251350291676549198462513502916765491984625135029167654919846251350291676549198462513502916765491984625135029167654919846251350291676549198462513502916765491984625" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9a69b0c6-70f4-45a2-b512-62afb8192644, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 780e21a9-003b-4442-9b36-7e0a3b233bca, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 780e21a9-003b-4442-9b36-7e0a3b233bca, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4254671387001386734 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42546713870013867344254671387001386734425467138700138673442546713870013867344254671387001386734425467138700138673442546713870013867344254671387001386734425467138700138673442546713870013867344254671387001386734425467138700138673442546713870013867344254671387001386734425467138700138673442546713870013867344254671387001386734425467138700138673442546713870013867344254671387001386734" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 81984086-249e-4b81-9646-1c82783e23aa, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2ca52dc7-af75-4fd0-9442-c568fbe4934a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2ca52dc7-af75-4fd0-9442-c568fbe4934a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3418463558605987164 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34184635586059871643418463558605987164341846355860598716434184635586059871643418463558605987164341846355860598716434184635586059871643418463558605987164341846355860598716434184635586059871643418463558605987164341846355860598716434184635586059871643418463558605987164341846355860598716434184635586059871643418463558605987164341846355860598716434184635586059871643418463558605987164" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 780e21a9-003b-4442-9b36-7e0a3b233bca, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6cd0579a-8e28-4142-b18f-5cfada08d5f3, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6cd0579a-8e28-4142-b18f-5cfada08d5f3, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12986088199192456319 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1298608819919245631912986088199192456319129860881991924563191298608819919245631912986088199192456319129860881991924563191298608819919245631912986088199192456319129860881991924563191298608819919245631912986088199192456319129860881991924563191298608819919245631912986088199192456319129860881991924563191298608819919245631912986088199192456319129860881991924563191298608819919245631912986088199192456319" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2ca52dc7-af75-4fd0-9442-c568fbe4934a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f9b40d6a-c27b-4f14-8ccf-a2182692bb1c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f9b40d6a-c27b-4f14-8ccf-a2182692bb1c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10763134249232193994 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1076313424923219399410763134249232193994107631342492321939941076313424923219399410763134249232193994107631342492321939941076313424923219399410763134249232193994107631342492321939941076313424923219399410763134249232193994107631342492321939941076313424923219399410763134249232193994107631342492321939941076313424923219399410763134249232193994107631342492321939941076313424923219399410763134249232193994" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6cd0579a-8e28-4142-b18f-5cfada08d5f3, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5fb84f02-3112-40d6-ad8c-8a314e69bc5e, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5fb84f02-3112-40d6-ad8c-8a314e69bc5e, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4047485115297955855 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40474851152979558554047485115297955855404748511529795585540474851152979558554047485115297955855404748511529795585540474851152979558554047485115297955855404748511529795585540474851152979558554047485115297955855404748511529795585540474851152979558554047485115297955855404748511529795585540474851152979558554047485115297955855404748511529795585540474851152979558554047485115297955855" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f9b40d6a-c27b-4f14-8ccf-a2182692bb1c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f65665ea-92f6-4471-bd5b-f9e988382800, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f65665ea-92f6-4471-bd5b-f9e988382800, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2547175671947571807 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25471756719475718072547175671947571807254717567194757180725471756719475718072547175671947571807254717567194757180725471756719475718072547175671947571807254717567194757180725471756719475718072547175671947571807254717567194757180725471756719475718072547175671947571807254717567194757180725471756719475718072547175671947571807254717567194757180725471756719475718072547175671947571807" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5fb84f02-3112-40d6-ad8c-8a314e69bc5e, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a7763bf3-39a6-43bc-a23c-34ddd4a48dc4, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a7763bf3-39a6-43bc-a23c-34ddd4a48dc4, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3258763369637929504 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32587633696379295043258763369637929504325876336963792950432587633696379295043258763369637929504325876336963792950432587633696379295043258763369637929504325876336963792950432587633696379295043258763369637929504325876336963792950432587633696379295043258763369637929504325876336963792950432587633696379295043258763369637929504325876336963792950432587633696379295043258763369637929504" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a7763bf3-39a6-43bc-a23c-34ddd4a48dc4, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 275e12cd-9412-4cfa-9cbd-060bbbb4f500, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 275e12cd-9412-4cfa-9cbd-060bbbb4f500, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1828191281421654213 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18281912814216542131828191281421654213182819128142165421318281912814216542131828191281421654213182819128142165421318281912814216542131828191281421654213182819128142165421318281912814216542131828191281421654213182819128142165421318281912814216542131828191281421654213182819128142165421318281912814216542131828191281421654213182819128142165421318281912814216542131828191281421654213" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f65665ea-92f6-4471-bd5b-f9e988382800, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 354d2526-a3d1-41ce-890b-0563b388586d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 354d2526-a3d1-41ce-890b-0563b388586d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2085389183995321012 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20853891839953210122085389183995321012208538918399532101220853891839953210122085389183995321012208538918399532101220853891839953210122085389183995321012208538918399532101220853891839953210122085389183995321012208538918399532101220853891839953210122085389183995321012208538918399532101220853891839953210122085389183995321012208538918399532101220853891839953210122085389183995321012" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 275e12cd-9412-4cfa-9cbd-060bbbb4f500, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2a3a2d36-6706-4fa0-83bc-3e0660e01d9a, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2a3a2d36-6706-4fa0-83bc-3e0660e01d9a, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15209631659515018659 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1520963165951501865915209631659515018659152096316595150186591520963165951501865915209631659515018659152096316595150186591520963165951501865915209631659515018659152096316595150186591520963165951501865915209631659515018659152096316595150186591520963165951501865915209631659515018659152096316595150186591520963165951501865915209631659515018659152096316595150186591520963165951501865915209631659515018659" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 354d2526-a3d1-41ce-890b-0563b388586d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a79ed21e-04ad-4326-b763-c5228d122b3f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a79ed21e-04ad-4326-b763-c5228d122b3f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15882163993293012538 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1588216399329301253815882163993293012538158821639932930125381588216399329301253815882163993293012538158821639932930125381588216399329301253815882163993293012538158821639932930125381588216399329301253815882163993293012538158821639932930125381588216399329301253815882163993293012538158821639932930125381588216399329301253815882163993293012538158821639932930125381588216399329301253815882163993293012538" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2a3a2d36-6706-4fa0-83bc-3e0660e01d9a, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 14949992-4b37-49d8-8437-4eb0e799da48, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 14949992-4b37-49d8-8437-4eb0e799da48, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8621305639538496428 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86213056395384964288621305639538496428862130563953849642886213056395384964288621305639538496428862130563953849642886213056395384964288621305639538496428862130563953849642886213056395384964288621305639538496428862130563953849642886213056395384964288621305639538496428862130563953849642886213056395384964288621305639538496428862130563953849642886213056395384964288621305639538496428" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a79ed21e-04ad-4326-b763-c5228d122b3f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 661327c1-8305-462e-acf7-c2fa8b183112, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 661327c1-8305-462e-acf7-c2fa8b183112, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9656257900300725482 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96562579003007254829656257900300725482965625790030072548296562579003007254829656257900300725482965625790030072548296562579003007254829656257900300725482965625790030072548296562579003007254829656257900300725482965625790030072548296562579003007254829656257900300725482965625790030072548296562579003007254829656257900300725482965625790030072548296562579003007254829656257900300725482" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 14949992-4b37-49d8-8437-4eb0e799da48, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a93cc34d-1201-41ab-8cfb-15a21592d0ac, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a93cc34d-1201-41ab-8cfb-15a21592d0ac, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11579939005878996674 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1157993900587899667411579939005878996674115799390058789966741157993900587899667411579939005878996674115799390058789966741157993900587899667411579939005878996674115799390058789966741157993900587899667411579939005878996674115799390058789966741157993900587899667411579939005878996674115799390058789966741157993900587899667411579939005878996674115799390058789966741157993900587899667411579939005878996674" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 661327c1-8305-462e-acf7-c2fa8b183112, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2e842937-4882-4ac5-931d-5d9d51ad1f00, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2e842937-4882-4ac5-931d-5d9d51ad1f00, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17973339003545193609 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1797333900354519360917973339003545193609179733390035451936091797333900354519360917973339003545193609179733390035451936091797333900354519360917973339003545193609179733390035451936091797333900354519360917973339003545193609179733390035451936091797333900354519360917973339003545193609179733390035451936091797333900354519360917973339003545193609179733390035451936091797333900354519360917973339003545193609" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a93cc34d-1201-41ab-8cfb-15a21592d0ac, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ede7f448-6768-4adf-a419-8bb46c17dfad, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ede7f448-6768-4adf-a419-8bb46c17dfad, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8057408423352028837 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80574084233520288378057408423352028837805740842335202883780574084233520288378057408423352028837805740842335202883780574084233520288378057408423352028837805740842335202883780574084233520288378057408423352028837805740842335202883780574084233520288378057408423352028837805740842335202883780574084233520288378057408423352028837805740842335202883780574084233520288378057408423352028837" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2e842937-4882-4ac5-931d-5d9d51ad1f00, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, da69471f-ee05-49fc-9d65-6f37ebe286e6, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, da69471f-ee05-49fc-9d65-6f37ebe286e6, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12212543736233654085 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1221254373623365408512212543736233654085122125437362336540851221254373623365408512212543736233654085122125437362336540851221254373623365408512212543736233654085122125437362336540851221254373623365408512212543736233654085122125437362336540851221254373623365408512212543736233654085122125437362336540851221254373623365408512212543736233654085122125437362336540851221254373623365408512212543736233654085" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ede7f448-6768-4adf-a419-8bb46c17dfad, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cc4d891b-8858-4263-88a8-f9a131c20c94, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cc4d891b-8858-4263-88a8-f9a131c20c94, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16130280117843662744 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1613028011784366274416130280117843662744161302801178436627441613028011784366274416130280117843662744161302801178436627441613028011784366274416130280117843662744161302801178436627441613028011784366274416130280117843662744161302801178436627441613028011784366274416130280117843662744161302801178436627441613028011784366274416130280117843662744161302801178436627441613028011784366274416130280117843662744" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cc4d891b-8858-4263-88a8-f9a131c20c94, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 88a1a646-e15d-43cf-a83a-09dfe08fcc54, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, da69471f-ee05-49fc-9d65-6f37ebe286e6, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 759263a4-f7e5-4a8b-9444-4929b6e13315, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 88a1a646-e15d-43cf-a83a-09dfe08fcc54, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14060621336587075928 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1406062133658707592814060621336587075928140606213365870759281406062133658707592814060621336587075928140606213365870759281406062133658707592814060621336587075928140606213365870759281406062133658707592814060621336587075928140606213365870759281406062133658707592814060621336587075928140606213365870759281406062133658707592814060621336587075928140606213365870759281406062133658707592814060621336587075928" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 759263a4-f7e5-4a8b-9444-4929b6e13315, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10718068726633737097 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1071806872663373709710718068726633737097107180687266337370971071806872663373709710718068726633737097107180687266337370971071806872663373709710718068726633737097107180687266337370971071806872663373709710718068726633737097107180687266337370971071806872663373709710718068726633737097107180687266337370971071806872663373709710718068726633737097107180687266337370971071806872663373709710718068726633737097" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 88a1a646-e15d-43cf-a83a-09dfe08fcc54, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 285772ee-ab69-4c93-8cdf-cbaae1bb9fac, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 285772ee-ab69-4c93-8cdf-cbaae1bb9fac, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3113802767088958034 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31138027670889580343113802767088958034311380276708895803431138027670889580343113802767088958034311380276708895803431138027670889580343113802767088958034311380276708895803431138027670889580343113802767088958034311380276708895803431138027670889580343113802767088958034311380276708895803431138027670889580343113802767088958034311380276708895803431138027670889580343113802767088958034" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 759263a4-f7e5-4a8b-9444-4929b6e13315, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0d531689-7d7e-4c08-939a-fd4ab11e68f4, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0d531689-7d7e-4c08-939a-fd4ab11e68f4, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5388458681046936509 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53884586810469365095388458681046936509538845868104693650953884586810469365095388458681046936509538845868104693650953884586810469365095388458681046936509538845868104693650953884586810469365095388458681046936509538845868104693650953884586810469365095388458681046936509538845868104693650953884586810469365095388458681046936509538845868104693650953884586810469365095388458681046936509" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 285772ee-ab69-4c93-8cdf-cbaae1bb9fac, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b678b8ef-bb76-4b49-b534-8fd98c47d35d, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b678b8ef-bb76-4b49-b534-8fd98c47d35d, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15313632303267773821 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1531363230326777382115313632303267773821153136323032677738211531363230326777382115313632303267773821153136323032677738211531363230326777382115313632303267773821153136323032677738211531363230326777382115313632303267773821153136323032677738211531363230326777382115313632303267773821153136323032677738211531363230326777382115313632303267773821153136323032677738211531363230326777382115313632303267773821" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b678b8ef-bb76-4b49-b534-8fd98c47d35d, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 505d04ef-36d3-459f-a51c-074271e868de, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 505d04ef-36d3-459f-a51c-074271e868de, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3026698561239137757 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30266985612391377573026698561239137757302669856123913775730266985612391377573026698561239137757302669856123913775730266985612391377573026698561239137757302669856123913775730266985612391377573026698561239137757302669856123913775730266985612391377573026698561239137757302669856123913775730266985612391377573026698561239137757302669856123913775730266985612391377573026698561239137757" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0d531689-7d7e-4c08-939a-fd4ab11e68f4, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 04fb4615-a0d3-48fb-8d1c-d1f3e310b380, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 505d04ef-36d3-459f-a51c-074271e868de, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1625a089-fdc6-4000-bbf5-2c7f16e70c70, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1625a089-fdc6-4000-bbf5-2c7f16e70c70, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14482922262348564206 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1448292226234856420614482922262348564206144829222623485642061448292226234856420614482922262348564206144829222623485642061448292226234856420614482922262348564206144829222623485642061448292226234856420614482922262348564206144829222623485642061448292226234856420614482922262348564206144829222623485642061448292226234856420614482922262348564206144829222623485642061448292226234856420614482922262348564206" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 04fb4615-a0d3-48fb-8d1c-d1f3e310b380, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11445971193230725004 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1144597119323072500411445971193230725004114459711932307250041144597119323072500411445971193230725004114459711932307250041144597119323072500411445971193230725004114459711932307250041144597119323072500411445971193230725004114459711932307250041144597119323072500411445971193230725004114459711932307250041144597119323072500411445971193230725004114459711932307250041144597119323072500411445971193230725004" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 04fb4615-a0d3-48fb-8d1c-d1f3e310b380, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3ee647b0-fd99-4ac5-be47-a194d4b34ba9, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3ee647b0-fd99-4ac5-be47-a194d4b34ba9, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8811252550380973532 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88112525503809735328811252550380973532881125255038097353288112525503809735328811252550380973532881125255038097353288112525503809735328811252550380973532881125255038097353288112525503809735328811252550380973532881125255038097353288112525503809735328811252550380973532881125255038097353288112525503809735328811252550380973532881125255038097353288112525503809735328811252550380973532" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3ee647b0-fd99-4ac5-be47-a194d4b34ba9, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4c1c77c1-9072-42e4-9051-6b9edac073da, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4c1c77c1-9072-42e4-9051-6b9edac073da, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 811208115706875626 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "811208115706875626811208115706875626811208115706875626811208115706875626811208115706875626811208115706875626811208115706875626811208115706875626811208115706875626811208115706875626811208115706875626811208115706875626811208115706875626811208115706875626811208115706875626811208115706875626811208115706875626811208115706875626811208115706875626811208115706875626" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1625a089-fdc6-4000-bbf5-2c7f16e70c70, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8cc8fbb4-9179-46cb-8444-8144b92e9b25, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4c1c77c1-9072-42e4-9051-6b9edac073da, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0c7eb0d3-f140-4af9-8070-731589a56447, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0c7eb0d3-f140-4af9-8070-731589a56447, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5282367773732442446 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52823677737324424465282367773732442446528236777373244244652823677737324424465282367773732442446528236777373244244652823677737324424465282367773732442446528236777373244244652823677737324424465282367773732442446528236777373244244652823677737324424465282367773732442446528236777373244244652823677737324424465282367773732442446528236777373244244652823677737324424465282367773732442446" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8cc8fbb4-9179-46cb-8444-8144b92e9b25, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15983669590546343241 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1598366959054634324115983669590546343241159836695905463432411598366959054634324115983669590546343241159836695905463432411598366959054634324115983669590546343241159836695905463432411598366959054634324115983669590546343241159836695905463432411598366959054634324115983669590546343241159836695905463432411598366959054634324115983669590546343241159836695905463432411598366959054634324115983669590546343241" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8cc8fbb4-9179-46cb-8444-8144b92e9b25, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0c7eb0d3-f140-4af9-8070-731589a56447, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3630f44a-95cd-473d-8df4-83b6bf1c0b2f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3630f44a-95cd-473d-8df4-83b6bf1c0b2f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10474418854440845261 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1047441885444084526110474418854440845261104744188544408452611047441885444084526110474418854440845261104744188544408452611047441885444084526110474418854440845261104744188544408452611047441885444084526110474418854440845261104744188544408452611047441885444084526110474418854440845261104744188544408452611047441885444084526110474418854440845261104744188544408452611047441885444084526110474418854440845261" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a3a3c91a-18db-40db-b9e1-8264cacbd19c, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a3a3c91a-18db-40db-b9e1-8264cacbd19c, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11065141702040530092 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1106514170204053009211065141702040530092110651417020405300921106514170204053009211065141702040530092110651417020405300921106514170204053009211065141702040530092110651417020405300921106514170204053009211065141702040530092110651417020405300921106514170204053009211065141702040530092110651417020405300921106514170204053009211065141702040530092110651417020405300921106514170204053009211065141702040530092" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3630f44a-95cd-473d-8df4-83b6bf1c0b2f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c4e88ef3-3b40-46fa-8798-dabc37b782b3, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c4e88ef3-3b40-46fa-8798-dabc37b782b3, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7037272300316686780 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70372723003166867807037272300316686780703727230031668678070372723003166867807037272300316686780703727230031668678070372723003166867807037272300316686780703727230031668678070372723003166867807037272300316686780703727230031668678070372723003166867807037272300316686780703727230031668678070372723003166867807037272300316686780703727230031668678070372723003166867807037272300316686780" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a3a3c91a-18db-40db-b9e1-8264cacbd19c, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1dcb4bd0-9317-4e3c-a82a-292a3bd2850c, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1dcb4bd0-9317-4e3c-a82a-292a3bd2850c, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6686086390087566376 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66860863900875663766686086390087566376668608639008756637666860863900875663766686086390087566376668608639008756637666860863900875663766686086390087566376668608639008756637666860863900875663766686086390087566376668608639008756637666860863900875663766686086390087566376668608639008756637666860863900875663766686086390087566376668608639008756637666860863900875663766686086390087566376" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c4e88ef3-3b40-46fa-8798-dabc37b782b3, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6a903c0c-099a-4668-928c-cefc7b020377, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6a903c0c-099a-4668-928c-cefc7b020377, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12853551212080031641 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1285355121208003164112853551212080031641128535512120800316411285355121208003164112853551212080031641128535512120800316411285355121208003164112853551212080031641128535512120800316411285355121208003164112853551212080031641128535512120800316411285355121208003164112853551212080031641128535512120800316411285355121208003164112853551212080031641128535512120800316411285355121208003164112853551212080031641" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1dcb4bd0-9317-4e3c-a82a-292a3bd2850c, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8b9ac6c8-9388-4e3d-a505-5d3589acecb5, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8b9ac6c8-9388-4e3d-a505-5d3589acecb5, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14813465099808018580 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1481346509980801858014813465099808018580148134650998080185801481346509980801858014813465099808018580148134650998080185801481346509980801858014813465099808018580148134650998080185801481346509980801858014813465099808018580148134650998080185801481346509980801858014813465099808018580148134650998080185801481346509980801858014813465099808018580148134650998080185801481346509980801858014813465099808018580" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6a903c0c-099a-4668-928c-cefc7b020377, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 75221ef2-a9e3-43f3-8dde-b6ec64fd1430, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 75221ef2-a9e3-43f3-8dde-b6ec64fd1430, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17367872183223077177 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1736787218322307717717367872183223077177173678721832230771771736787218322307717717367872183223077177173678721832230771771736787218322307717717367872183223077177173678721832230771771736787218322307717717367872183223077177173678721832230771771736787218322307717717367872183223077177173678721832230771771736787218322307717717367872183223077177173678721832230771771736787218322307717717367872183223077177" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8b9ac6c8-9388-4e3d-a505-5d3589acecb5, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 77451db4-492d-4f1a-845c-dfb56467ff1b, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 77451db4-492d-4f1a-845c-dfb56467ff1b, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8353739133714336833 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83537391337143368338353739133714336833835373913371433683383537391337143368338353739133714336833835373913371433683383537391337143368338353739133714336833835373913371433683383537391337143368338353739133714336833835373913371433683383537391337143368338353739133714336833835373913371433683383537391337143368338353739133714336833835373913371433683383537391337143368338353739133714336833" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 75221ef2-a9e3-43f3-8dde-b6ec64fd1430, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f1ca8753-9163-44d2-975e-51eb1a5ea0bb, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f1ca8753-9163-44d2-975e-51eb1a5ea0bb, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10541885658052665039 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1054188565805266503910541885658052665039105418856580526650391054188565805266503910541885658052665039105418856580526650391054188565805266503910541885658052665039105418856580526650391054188565805266503910541885658052665039105418856580526650391054188565805266503910541885658052665039105418856580526650391054188565805266503910541885658052665039105418856580526650391054188565805266503910541885658052665039" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f1ca8753-9163-44d2-975e-51eb1a5ea0bb, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a24e9a52-9ed0-46a8-91bd-ce02969c7a42, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a24e9a52-9ed0-46a8-91bd-ce02969c7a42, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12875459967059180524 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1287545996705918052412875459967059180524128754599670591805241287545996705918052412875459967059180524128754599670591805241287545996705918052412875459967059180524128754599670591805241287545996705918052412875459967059180524128754599670591805241287545996705918052412875459967059180524128754599670591805241287545996705918052412875459967059180524128754599670591805241287545996705918052412875459967059180524" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 77451db4-492d-4f1a-845c-dfb56467ff1b, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e97adf32-519f-4da1-b463-009b7893c4e7, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e97adf32-519f-4da1-b463-009b7893c4e7, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8777204514371339273 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87772045143713392738777204514371339273877720451437133927387772045143713392738777204514371339273877720451437133927387772045143713392738777204514371339273877720451437133927387772045143713392738777204514371339273877720451437133927387772045143713392738777204514371339273877720451437133927387772045143713392738777204514371339273877720451437133927387772045143713392738777204514371339273" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e97adf32-519f-4da1-b463-009b7893c4e7, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e67be117-62a6-4ad3-a82d-9364d84af00a, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e67be117-62a6-4ad3-a82d-9364d84af00a, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3322496800610473639 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33224968006104736393322496800610473639332249680061047363933224968006104736393322496800610473639332249680061047363933224968006104736393322496800610473639332249680061047363933224968006104736393322496800610473639332249680061047363933224968006104736393322496800610473639332249680061047363933224968006104736393322496800610473639332249680061047363933224968006104736393322496800610473639" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a24e9a52-9ed0-46a8-91bd-ce02969c7a42, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1a1b8103-c0d9-46cf-a3e3-0f8c853a763a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1a1b8103-c0d9-46cf-a3e3-0f8c853a763a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9356335867699485320 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93563358676994853209356335867699485320935633586769948532093563358676994853209356335867699485320935633586769948532093563358676994853209356335867699485320935633586769948532093563358676994853209356335867699485320935633586769948532093563358676994853209356335867699485320935633586769948532093563358676994853209356335867699485320935633586769948532093563358676994853209356335867699485320" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e67be117-62a6-4ad3-a82d-9364d84af00a, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8d8ddb3e-b5c9-4c34-9099-7cd470ee0393, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8d8ddb3e-b5c9-4c34-9099-7cd470ee0393, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1675143649764248827 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16751436497642488271675143649764248827167514364976424882716751436497642488271675143649764248827167514364976424882716751436497642488271675143649764248827167514364976424882716751436497642488271675143649764248827167514364976424882716751436497642488271675143649764248827167514364976424882716751436497642488271675143649764248827167514364976424882716751436497642488271675143649764248827" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1a1b8103-c0d9-46cf-a3e3-0f8c853a763a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 191deec9-923e-43d5-a0c0-c66fcbf26305, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 191deec9-923e-43d5-a0c0-c66fcbf26305, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 867612624692172138 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "867612624692172138867612624692172138867612624692172138867612624692172138867612624692172138867612624692172138867612624692172138867612624692172138867612624692172138867612624692172138867612624692172138867612624692172138867612624692172138867612624692172138867612624692172138867612624692172138867612624692172138867612624692172138867612624692172138867612624692172138" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8d8ddb3e-b5c9-4c34-9099-7cd470ee0393, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4bfc07d4-6d7a-4b4a-8a26-806a6eed12fc, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4bfc07d4-6d7a-4b4a-8a26-806a6eed12fc, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14472633620364725391 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1447263362036472539114472633620364725391144726336203647253911447263362036472539114472633620364725391144726336203647253911447263362036472539114472633620364725391144726336203647253911447263362036472539114472633620364725391144726336203647253911447263362036472539114472633620364725391144726336203647253911447263362036472539114472633620364725391144726336203647253911447263362036472539114472633620364725391" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 191deec9-923e-43d5-a0c0-c66fcbf26305, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c60afd73-6fc6-4dca-9796-e5c17246d8da, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c60afd73-6fc6-4dca-9796-e5c17246d8da, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12358755057812556133 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1235875505781255613312358755057812556133123587550578125561331235875505781255613312358755057812556133123587550578125561331235875505781255613312358755057812556133123587550578125561331235875505781255613312358755057812556133123587550578125561331235875505781255613312358755057812556133123587550578125561331235875505781255613312358755057812556133123587550578125561331235875505781255613312358755057812556133" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4bfc07d4-6d7a-4b4a-8a26-806a6eed12fc, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e13331ce-71f1-4c09-a32e-a7fc5c0a0394, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e13331ce-71f1-4c09-a32e-a7fc5c0a0394, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 23057663801715633 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "2305766380171563323057663801715633230576638017156332305766380171563323057663801715633230576638017156332305766380171563323057663801715633230576638017156332305766380171563323057663801715633230576638017156332305766380171563323057663801715633230576638017156332305766380171563323057663801715633230576638017156332305766380171563323057663801715633" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c60afd73-6fc6-4dca-9796-e5c17246d8da, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 532097df-9d93-4c6d-88a1-dcc65ebcbaaa, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e13331ce-71f1-4c09-a32e-a7fc5c0a0394, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 532097df-9d93-4c6d-88a1-dcc65ebcbaaa, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8718421551213652163 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87184215512136521638718421551213652163871842155121365216387184215512136521638718421551213652163871842155121365216387184215512136521638718421551213652163871842155121365216387184215512136521638718421551213652163871842155121365216387184215512136521638718421551213652163871842155121365216387184215512136521638718421551213652163871842155121365216387184215512136521638718421551213652163" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 799d2aa0-3bb1-4acd-9b74-f06240efd875, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 799d2aa0-3bb1-4acd-9b74-f06240efd875, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2430081607683864803 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24300816076838648032430081607683864803243008160768386480324300816076838648032430081607683864803243008160768386480324300816076838648032430081607683864803243008160768386480324300816076838648032430081607683864803243008160768386480324300816076838648032430081607683864803243008160768386480324300816076838648032430081607683864803243008160768386480324300816076838648032430081607683864803" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 799d2aa0-3bb1-4acd-9b74-f06240efd875, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4225b9c8-9531-4100-8c62-8a6d4ba43a73, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4225b9c8-9531-4100-8c62-8a6d4ba43a73, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14247026473263164438 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1424702647326316443814247026473263164438142470264732631644381424702647326316443814247026473263164438142470264732631644381424702647326316443814247026473263164438142470264732631644381424702647326316443814247026473263164438142470264732631644381424702647326316443814247026473263164438142470264732631644381424702647326316443814247026473263164438142470264732631644381424702647326316443814247026473263164438" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 532097df-9d93-4c6d-88a1-dcc65ebcbaaa, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b6fcbbcb-f7cd-463f-b0b4-f9ac501a7166, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b6fcbbcb-f7cd-463f-b0b4-f9ac501a7166, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4922797265521102572 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49227972655211025724922797265521102572492279726552110257249227972655211025724922797265521102572492279726552110257249227972655211025724922797265521102572492279726552110257249227972655211025724922797265521102572492279726552110257249227972655211025724922797265521102572492279726552110257249227972655211025724922797265521102572492279726552110257249227972655211025724922797265521102572" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4225b9c8-9531-4100-8c62-8a6d4ba43a73, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, de3f851d-97d5-4113-967a-5cfb468defaa, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, de3f851d-97d5-4113-967a-5cfb468defaa, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8569416188747139230 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85694161887471392308569416188747139230856941618874713923085694161887471392308569416188747139230856941618874713923085694161887471392308569416188747139230856941618874713923085694161887471392308569416188747139230856941618874713923085694161887471392308569416188747139230856941618874713923085694161887471392308569416188747139230856941618874713923085694161887471392308569416188747139230" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b6fcbbcb-f7cd-463f-b0b4-f9ac501a7166, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1a6443ab-2665-444c-bbf8-12e397d28e48, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1a6443ab-2665-444c-bbf8-12e397d28e48, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15474370931448603062 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1547437093144860306215474370931448603062154743709314486030621547437093144860306215474370931448603062154743709314486030621547437093144860306215474370931448603062154743709314486030621547437093144860306215474370931448603062154743709314486030621547437093144860306215474370931448603062154743709314486030621547437093144860306215474370931448603062154743709314486030621547437093144860306215474370931448603062" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, de3f851d-97d5-4113-967a-5cfb468defaa, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6d3b6722-70f8-4a6c-9bd7-b2a1c79cbd72, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6d3b6722-70f8-4a6c-9bd7-b2a1c79cbd72, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8956564091614756114 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89565640916147561148956564091614756114895656409161475611489565640916147561148956564091614756114895656409161475611489565640916147561148956564091614756114895656409161475611489565640916147561148956564091614756114895656409161475611489565640916147561148956564091614756114895656409161475611489565640916147561148956564091614756114895656409161475611489565640916147561148956564091614756114" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1a6443ab-2665-444c-bbf8-12e397d28e48, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, eb322cac-5a62-4b95-a086-aa616a7b26de, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eb322cac-5a62-4b95-a086-aa616a7b26de, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11186282810844847737 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1118628281084484773711186282810844847737111862828108448477371118628281084484773711186282810844847737111862828108448477371118628281084484773711186282810844847737111862828108448477371118628281084484773711186282810844847737111862828108448477371118628281084484773711186282810844847737111862828108448477371118628281084484773711186282810844847737111862828108448477371118628281084484773711186282810844847737" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6d3b6722-70f8-4a6c-9bd7-b2a1c79cbd72, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ae4fbae3-ff64-4acb-83b0-d123797ce195, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ae4fbae3-ff64-4acb-83b0-d123797ce195, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11293014458307842603 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1129301445830784260311293014458307842603112930144583078426031129301445830784260311293014458307842603112930144583078426031129301445830784260311293014458307842603112930144583078426031129301445830784260311293014458307842603112930144583078426031129301445830784260311293014458307842603112930144583078426031129301445830784260311293014458307842603112930144583078426031129301445830784260311293014458307842603" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eb322cac-5a62-4b95-a086-aa616a7b26de, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d9f9d5ba-4ed1-400c-a98f-db42770f25ad, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d9f9d5ba-4ed1-400c-a98f-db42770f25ad, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15060817860572135760 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1506081786057213576015060817860572135760150608178605721357601506081786057213576015060817860572135760150608178605721357601506081786057213576015060817860572135760150608178605721357601506081786057213576015060817860572135760150608178605721357601506081786057213576015060817860572135760150608178605721357601506081786057213576015060817860572135760150608178605721357601506081786057213576015060817860572135760" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ae4fbae3-ff64-4acb-83b0-d123797ce195, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 07552be8-e9f1-4380-a223-b14bbda881ba, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 07552be8-e9f1-4380-a223-b14bbda881ba, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4358472064532645752 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43584720645326457524358472064532645752435847206453264575243584720645326457524358472064532645752435847206453264575243584720645326457524358472064532645752435847206453264575243584720645326457524358472064532645752435847206453264575243584720645326457524358472064532645752435847206453264575243584720645326457524358472064532645752435847206453264575243584720645326457524358472064532645752" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d9f9d5ba-4ed1-400c-a98f-db42770f25ad, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bd8989ad-5df1-4fea-9320-27297f7be005, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bd8989ad-5df1-4fea-9320-27297f7be005, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8225150086295402579 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82251500862954025798225150086295402579822515008629540257982251500862954025798225150086295402579822515008629540257982251500862954025798225150086295402579822515008629540257982251500862954025798225150086295402579822515008629540257982251500862954025798225150086295402579822515008629540257982251500862954025798225150086295402579822515008629540257982251500862954025798225150086295402579" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 07552be8-e9f1-4380-a223-b14bbda881ba, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d75b70e0-1180-4d79-b6d2-2dea1af8faef, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d75b70e0-1180-4d79-b6d2-2dea1af8faef, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7637217910160912118 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76372179101609121187637217910160912118763721791016091211876372179101609121187637217910160912118763721791016091211876372179101609121187637217910160912118763721791016091211876372179101609121187637217910160912118763721791016091211876372179101609121187637217910160912118763721791016091211876372179101609121187637217910160912118763721791016091211876372179101609121187637217910160912118" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bd8989ad-5df1-4fea-9320-27297f7be005, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2209e431-6002-4001-b404-b2e94855cc1e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2209e431-6002-4001-b404-b2e94855cc1e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10140693291147943168 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1014069329114794316810140693291147943168101406932911479431681014069329114794316810140693291147943168101406932911479431681014069329114794316810140693291147943168101406932911479431681014069329114794316810140693291147943168101406932911479431681014069329114794316810140693291147943168101406932911479431681014069329114794316810140693291147943168101406932911479431681014069329114794316810140693291147943168" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2209e431-6002-4001-b404-b2e94855cc1e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1a0efd30-f69d-4d66-abbe-1d24d8d11ef9, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1a0efd30-f69d-4d66-abbe-1d24d8d11ef9, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8505014392126940872 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85050143921269408728505014392126940872850501439212694087285050143921269408728505014392126940872850501439212694087285050143921269408728505014392126940872850501439212694087285050143921269408728505014392126940872850501439212694087285050143921269408728505014392126940872850501439212694087285050143921269408728505014392126940872850501439212694087285050143921269408728505014392126940872" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1a0efd30-f69d-4d66-abbe-1d24d8d11ef9, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 06a15912-a183-4fd5-967d-9fa84adfdcf0, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 06a15912-a183-4fd5-967d-9fa84adfdcf0, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2070675328745872445 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20706753287458724452070675328745872445207067532874587244520706753287458724452070675328745872445207067532874587244520706753287458724452070675328745872445207067532874587244520706753287458724452070675328745872445207067532874587244520706753287458724452070675328745872445207067532874587244520706753287458724452070675328745872445207067532874587244520706753287458724452070675328745872445" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d75b70e0-1180-4d79-b6d2-2dea1af8faef, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 25faac96-ab6a-41c0-b2a1-d0b999d2653e, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 25faac96-ab6a-41c0-b2a1-d0b999d2653e, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16346261770015090263 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1634626177001509026316346261770015090263163462617700150902631634626177001509026316346261770015090263163462617700150902631634626177001509026316346261770015090263163462617700150902631634626177001509026316346261770015090263163462617700150902631634626177001509026316346261770015090263163462617700150902631634626177001509026316346261770015090263163462617700150902631634626177001509026316346261770015090263" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 06a15912-a183-4fd5-967d-9fa84adfdcf0, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6abbd171-df70-403c-8a76-213a35df9fd4, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6abbd171-df70-403c-8a76-213a35df9fd4, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2970731885063735667 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29707318850637356672970731885063735667297073188506373566729707318850637356672970731885063735667297073188506373566729707318850637356672970731885063735667297073188506373566729707318850637356672970731885063735667297073188506373566729707318850637356672970731885063735667297073188506373566729707318850637356672970731885063735667297073188506373566729707318850637356672970731885063735667" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 25faac96-ab6a-41c0-b2a1-d0b999d2653e, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bd161759-909f-486f-b31c-49a58a2d9ae8, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bd161759-909f-486f-b31c-49a58a2d9ae8, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4947956928064823084 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49479569280648230844947956928064823084494795692806482308449479569280648230844947956928064823084494795692806482308449479569280648230844947956928064823084494795692806482308449479569280648230844947956928064823084494795692806482308449479569280648230844947956928064823084494795692806482308449479569280648230844947956928064823084494795692806482308449479569280648230844947956928064823084" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6abbd171-df70-403c-8a76-213a35df9fd4, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c07e6917-4d2f-4b6b-8c50-2da81cf1a35c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bd161759-909f-486f-b31c-49a58a2d9ae8, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6d2b44f6-f598-4b6f-8326-dcfffd4d8f95, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6d2b44f6-f598-4b6f-8326-dcfffd4d8f95, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9003433044862984443 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90034330448629844439003433044862984443900343304486298444390034330448629844439003433044862984443900343304486298444390034330448629844439003433044862984443900343304486298444390034330448629844439003433044862984443900343304486298444390034330448629844439003433044862984443900343304486298444390034330448629844439003433044862984443900343304486298444390034330448629844439003433044862984443" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c07e6917-4d2f-4b6b-8c50-2da81cf1a35c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1056532943857836752 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10565329438578367521056532943857836752105653294385783675210565329438578367521056532943857836752105653294385783675210565329438578367521056532943857836752105653294385783675210565329438578367521056532943857836752105653294385783675210565329438578367521056532943857836752105653294385783675210565329438578367521056532943857836752105653294385783675210565329438578367521056532943857836752" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6d2b44f6-f598-4b6f-8326-dcfffd4d8f95, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d3e19997-651f-478a-b8d0-efb9bdf3974f, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d3e19997-651f-478a-b8d0-efb9bdf3974f, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7974458245343817723 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79744582453438177237974458245343817723797445824534381772379744582453438177237974458245343817723797445824534381772379744582453438177237974458245343817723797445824534381772379744582453438177237974458245343817723797445824534381772379744582453438177237974458245343817723797445824534381772379744582453438177237974458245343817723797445824534381772379744582453438177237974458245343817723" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c07e6917-4d2f-4b6b-8c50-2da81cf1a35c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f69e3d51-2598-4463-b018-29ddc7bee081, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f69e3d51-2598-4463-b018-29ddc7bee081, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11808675862503942920 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1180867586250394292011808675862503942920118086758625039429201180867586250394292011808675862503942920118086758625039429201180867586250394292011808675862503942920118086758625039429201180867586250394292011808675862503942920118086758625039429201180867586250394292011808675862503942920118086758625039429201180867586250394292011808675862503942920118086758625039429201180867586250394292011808675862503942920" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d3e19997-651f-478a-b8d0-efb9bdf3974f, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8e4595ef-bb86-4a56-8ca2-46bc6b4f3683, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8e4595ef-bb86-4a56-8ca2-46bc6b4f3683, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9797945369492501560 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97979453694925015609797945369492501560979794536949250156097979453694925015609797945369492501560979794536949250156097979453694925015609797945369492501560979794536949250156097979453694925015609797945369492501560979794536949250156097979453694925015609797945369492501560979794536949250156097979453694925015609797945369492501560979794536949250156097979453694925015609797945369492501560" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f69e3d51-2598-4463-b018-29ddc7bee081, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 22840548-7cb5-45a9-a5ec-dd7f028bde25, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 22840548-7cb5-45a9-a5ec-dd7f028bde25, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9053100750404449896 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90531007504044498969053100750404449896905310075040444989690531007504044498969053100750404449896905310075040444989690531007504044498969053100750404449896905310075040444989690531007504044498969053100750404449896905310075040444989690531007504044498969053100750404449896905310075040444989690531007504044498969053100750404449896905310075040444989690531007504044498969053100750404449896" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8e4595ef-bb86-4a56-8ca2-46bc6b4f3683, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f01fc03f-888b-45c1-8e99-326811b30ef8, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f01fc03f-888b-45c1-8e99-326811b30ef8, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17724265211313021298 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1772426521131302129817724265211313021298177242652113130212981772426521131302129817724265211313021298177242652113130212981772426521131302129817724265211313021298177242652113130212981772426521131302129817724265211313021298177242652113130212981772426521131302129817724265211313021298177242652113130212981772426521131302129817724265211313021298177242652113130212981772426521131302129817724265211313021298" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 22840548-7cb5-45a9-a5ec-dd7f028bde25, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cbca0904-67eb-49d4-89b5-e9adcd183d71, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cbca0904-67eb-49d4-89b5-e9adcd183d71, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 486083407592217070 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "486083407592217070486083407592217070486083407592217070486083407592217070486083407592217070486083407592217070486083407592217070486083407592217070486083407592217070486083407592217070486083407592217070486083407592217070486083407592217070486083407592217070486083407592217070486083407592217070486083407592217070486083407592217070486083407592217070486083407592217070" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f01fc03f-888b-45c1-8e99-326811b30ef8, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f902e34e-61a9-4d42-923a-7c99539fa55b, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f902e34e-61a9-4d42-923a-7c99539fa55b, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6892987918091205327 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68929879180912053276892987918091205327689298791809120532768929879180912053276892987918091205327689298791809120532768929879180912053276892987918091205327689298791809120532768929879180912053276892987918091205327689298791809120532768929879180912053276892987918091205327689298791809120532768929879180912053276892987918091205327689298791809120532768929879180912053276892987918091205327" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cbca0904-67eb-49d4-89b5-e9adcd183d71, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 239c0a41-847c-46e2-a2d1-b3a93700f541, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 239c0a41-847c-46e2-a2d1-b3a93700f541, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 526813868502458443 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "526813868502458443526813868502458443526813868502458443526813868502458443526813868502458443526813868502458443526813868502458443526813868502458443526813868502458443526813868502458443526813868502458443526813868502458443526813868502458443526813868502458443526813868502458443526813868502458443526813868502458443526813868502458443526813868502458443526813868502458443" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f902e34e-61a9-4d42-923a-7c99539fa55b, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ec7ec74a-0699-4766-933f-35ae4324f7d2, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ec7ec74a-0699-4766-933f-35ae4324f7d2, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11525563832345566033 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1152556383234556603311525563832345566033115255638323455660331152556383234556603311525563832345566033115255638323455660331152556383234556603311525563832345566033115255638323455660331152556383234556603311525563832345566033115255638323455660331152556383234556603311525563832345566033115255638323455660331152556383234556603311525563832345566033115255638323455660331152556383234556603311525563832345566033" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 239c0a41-847c-46e2-a2d1-b3a93700f541, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b220c448-cc67-443c-9640-9c5aed3b3514, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b220c448-cc67-443c-9640-9c5aed3b3514, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10069284908365690888 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1006928490836569088810069284908365690888100692849083656908881006928490836569088810069284908365690888100692849083656908881006928490836569088810069284908365690888100692849083656908881006928490836569088810069284908365690888100692849083656908881006928490836569088810069284908365690888100692849083656908881006928490836569088810069284908365690888100692849083656908881006928490836569088810069284908365690888" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ec7ec74a-0699-4766-933f-35ae4324f7d2, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 209c3950-b864-457b-ac96-0d56262aa64d, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 209c3950-b864-457b-ac96-0d56262aa64d, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7207496506564572853 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72074965065645728537207496506564572853720749650656457285372074965065645728537207496506564572853720749650656457285372074965065645728537207496506564572853720749650656457285372074965065645728537207496506564572853720749650656457285372074965065645728537207496506564572853720749650656457285372074965065645728537207496506564572853720749650656457285372074965065645728537207496506564572853" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b220c448-cc67-443c-9640-9c5aed3b3514, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4ffdd869-2d93-4f74-93de-eabfacbc74c1, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4ffdd869-2d93-4f74-93de-eabfacbc74c1, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3203266876841936676 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32032668768419366763203266876841936676320326687684193667632032668768419366763203266876841936676320326687684193667632032668768419366763203266876841936676320326687684193667632032668768419366763203266876841936676320326687684193667632032668768419366763203266876841936676320326687684193667632032668768419366763203266876841936676320326687684193667632032668768419366763203266876841936676" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 209c3950-b864-457b-ac96-0d56262aa64d, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4ffdd869-2d93-4f74-93de-eabfacbc74c1, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 984503e0-7332-47dd-a43f-b0dac32a3358, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 984503e0-7332-47dd-a43f-b0dac32a3358, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4800759239562511564 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48007592395625115644800759239562511564480075923956251156448007592395625115644800759239562511564480075923956251156448007592395625115644800759239562511564480075923956251156448007592395625115644800759239562511564480075923956251156448007592395625115644800759239562511564480075923956251156448007592395625115644800759239562511564480075923956251156448007592395625115644800759239562511564" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8893f676-dc51-45f2-8e9a-fe2dfbf64e6a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8893f676-dc51-45f2-8e9a-fe2dfbf64e6a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12031699276936348866 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1203169927693634886612031699276936348866120316992769363488661203169927693634886612031699276936348866120316992769363488661203169927693634886612031699276936348866120316992769363488661203169927693634886612031699276936348866120316992769363488661203169927693634886612031699276936348866120316992769363488661203169927693634886612031699276936348866120316992769363488661203169927693634886612031699276936348866" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8893f676-dc51-45f2-8e9a-fe2dfbf64e6a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 984503e0-7332-47dd-a43f-b0dac32a3358, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a6c791df-b903-4963-8fd8-b740632f8206, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a6c791df-b903-4963-8fd8-b740632f8206, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4985786609625134385 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49857866096251343854985786609625134385498578660962513438549857866096251343854985786609625134385498578660962513438549857866096251343854985786609625134385498578660962513438549857866096251343854985786609625134385498578660962513438549857866096251343854985786609625134385498578660962513438549857866096251343854985786609625134385498578660962513438549857866096251343854985786609625134385" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 88ed01bb-e6ae-4f9a-a159-6cfbd6d64a77, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 88ed01bb-e6ae-4f9a-a159-6cfbd6d64a77, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17677613251834315467 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1767761325183431546717677613251834315467176776132518343154671767761325183431546717677613251834315467176776132518343154671767761325183431546717677613251834315467176776132518343154671767761325183431546717677613251834315467176776132518343154671767761325183431546717677613251834315467176776132518343154671767761325183431546717677613251834315467176776132518343154671767761325183431546717677613251834315467" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a6c791df-b903-4963-8fd8-b740632f8206, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8332ee83-dda6-47d8-a760-ecf5dc075df5, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8332ee83-dda6-47d8-a760-ecf5dc075df5, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2238761839374892259 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22387618393748922592238761839374892259223876183937489225922387618393748922592238761839374892259223876183937489225922387618393748922592238761839374892259223876183937489225922387618393748922592238761839374892259223876183937489225922387618393748922592238761839374892259223876183937489225922387618393748922592238761839374892259223876183937489225922387618393748922592238761839374892259" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 88ed01bb-e6ae-4f9a-a159-6cfbd6d64a77, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ecca98a6-9249-47eb-90fc-c9696e376c1b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ecca98a6-9249-47eb-90fc-c9696e376c1b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7435772626030942963 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74357726260309429637435772626030942963743577262603094296374357726260309429637435772626030942963743577262603094296374357726260309429637435772626030942963743577262603094296374357726260309429637435772626030942963743577262603094296374357726260309429637435772626030942963743577262603094296374357726260309429637435772626030942963743577262603094296374357726260309429637435772626030942963" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8332ee83-dda6-47d8-a760-ecf5dc075df5, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 78235074-e2a1-4b58-9ce8-bc297332cc30, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 78235074-e2a1-4b58-9ce8-bc297332cc30, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9465241437542808776 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94652414375428087769465241437542808776946524143754280877694652414375428087769465241437542808776946524143754280877694652414375428087769465241437542808776946524143754280877694652414375428087769465241437542808776946524143754280877694652414375428087769465241437542808776946524143754280877694652414375428087769465241437542808776946524143754280877694652414375428087769465241437542808776" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ecca98a6-9249-47eb-90fc-c9696e376c1b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 78235074-e2a1-4b58-9ce8-bc297332cc30, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4397c101-abfd-4d53-abc0-54b4f9504ec3, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 822cb5dd-0f07-4075-aabd-e6a8929e617d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4397c101-abfd-4d53-abc0-54b4f9504ec3, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2648608544116595424 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26486085441165954242648608544116595424264860854411659542426486085441165954242648608544116595424264860854411659542426486085441165954242648608544116595424264860854411659542426486085441165954242648608544116595424264860854411659542426486085441165954242648608544116595424264860854411659542426486085441165954242648608544116595424264860854411659542426486085441165954242648608544116595424" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 822cb5dd-0f07-4075-aabd-e6a8929e617d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5426470456003584821 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54264704560035848215426470456003584821542647045600358482154264704560035848215426470456003584821542647045600358482154264704560035848215426470456003584821542647045600358482154264704560035848215426470456003584821542647045600358482154264704560035848215426470456003584821542647045600358482154264704560035848215426470456003584821542647045600358482154264704560035848215426470456003584821" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 822cb5dd-0f07-4075-aabd-e6a8929e617d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3488a0a2-0677-40c6-81bd-2cbb2cc7f248, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4397c101-abfd-4d53-abc0-54b4f9504ec3, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 215d7dd5-2854-451e-b982-c26358ef7048, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 215d7dd5-2854-451e-b982-c26358ef7048, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14187054826824705232 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1418705482682470523214187054826824705232141870548268247052321418705482682470523214187054826824705232141870548268247052321418705482682470523214187054826824705232141870548268247052321418705482682470523214187054826824705232141870548268247052321418705482682470523214187054826824705232141870548268247052321418705482682470523214187054826824705232141870548268247052321418705482682470523214187054826824705232" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3488a0a2-0677-40c6-81bd-2cbb2cc7f248, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16403681738732037253 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1640368173873203725316403681738732037253164036817387320372531640368173873203725316403681738732037253164036817387320372531640368173873203725316403681738732037253164036817387320372531640368173873203725316403681738732037253164036817387320372531640368173873203725316403681738732037253164036817387320372531640368173873203725316403681738732037253164036817387320372531640368173873203725316403681738732037253" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 215d7dd5-2854-451e-b982-c26358ef7048, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 79fc6c08-970b-48a7-b8df-9a19ea53bae1, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3488a0a2-0677-40c6-81bd-2cbb2cc7f248, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 79fc6c08-970b-48a7-b8df-9a19ea53bae1, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12966873070669622124 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1296687307066962212412966873070669622124129668730706696221241296687307066962212412966873070669622124129668730706696221241296687307066962212412966873070669622124129668730706696221241296687307066962212412966873070669622124129668730706696221241296687307066962212412966873070669622124129668730706696221241296687307066962212412966873070669622124129668730706696221241296687307066962212412966873070669622124" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 34a90f48-6a02-45f6-bcc7-d4ea8eb45d68, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 34a90f48-6a02-45f6-bcc7-d4ea8eb45d68, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10748905375947611844 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1074890537594761184410748905375947611844107489053759476118441074890537594761184410748905375947611844107489053759476118441074890537594761184410748905375947611844107489053759476118441074890537594761184410748905375947611844107489053759476118441074890537594761184410748905375947611844107489053759476118441074890537594761184410748905375947611844107489053759476118441074890537594761184410748905375947611844" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 79fc6c08-970b-48a7-b8df-9a19ea53bae1, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ed8b8c10-e4b2-4796-b287-e0634092d31b, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ed8b8c10-e4b2-4796-b287-e0634092d31b, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12452358250589549290 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1245235825058954929012452358250589549290124523582505895492901245235825058954929012452358250589549290124523582505895492901245235825058954929012452358250589549290124523582505895492901245235825058954929012452358250589549290124523582505895492901245235825058954929012452358250589549290124523582505895492901245235825058954929012452358250589549290124523582505895492901245235825058954929012452358250589549290" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 34a90f48-6a02-45f6-bcc7-d4ea8eb45d68, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1df76096-660d-43d3-8f1b-b3eaee83443c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1df76096-660d-43d3-8f1b-b3eaee83443c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12810386901254877362 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1281038690125487736212810386901254877362128103869012548773621281038690125487736212810386901254877362128103869012548773621281038690125487736212810386901254877362128103869012548773621281038690125487736212810386901254877362128103869012548773621281038690125487736212810386901254877362128103869012548773621281038690125487736212810386901254877362128103869012548773621281038690125487736212810386901254877362" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ed8b8c10-e4b2-4796-b287-e0634092d31b, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3721d7dc-e57b-495a-ad56-5cb2a554b45d, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3721d7dc-e57b-495a-ad56-5cb2a554b45d, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9564265755525809884 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95642657555258098849564265755525809884956426575552580988495642657555258098849564265755525809884956426575552580988495642657555258098849564265755525809884956426575552580988495642657555258098849564265755525809884956426575552580988495642657555258098849564265755525809884956426575552580988495642657555258098849564265755525809884956426575552580988495642657555258098849564265755525809884" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1df76096-660d-43d3-8f1b-b3eaee83443c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 20c05405-8635-4f50-8dd3-8f16c428bf80, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 20c05405-8635-4f50-8dd3-8f16c428bf80, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13360341752704720083 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1336034175270472008313360341752704720083133603417527047200831336034175270472008313360341752704720083133603417527047200831336034175270472008313360341752704720083133603417527047200831336034175270472008313360341752704720083133603417527047200831336034175270472008313360341752704720083133603417527047200831336034175270472008313360341752704720083133603417527047200831336034175270472008313360341752704720083" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3721d7dc-e57b-495a-ad56-5cb2a554b45d, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bd9aa0cc-41c3-4828-a0e7-b075663334c3, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bd9aa0cc-41c3-4828-a0e7-b075663334c3, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11383661654293923289 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1138366165429392328911383661654293923289113836616542939232891138366165429392328911383661654293923289113836616542939232891138366165429392328911383661654293923289113836616542939232891138366165429392328911383661654293923289113836616542939232891138366165429392328911383661654293923289113836616542939232891138366165429392328911383661654293923289113836616542939232891138366165429392328911383661654293923289" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 20c05405-8635-4f50-8dd3-8f16c428bf80, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bd9aa0cc-41c3-4828-a0e7-b075663334c3, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c6228757-8d04-47b7-92db-0b8eaf6e6860, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 212e8d0f-9003-49fe-853b-a61ee16308bf, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 212e8d0f-9003-49fe-853b-a61ee16308bf, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8953311995954506974 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89533119959545069748953311995954506974895331199595450697489533119959545069748953311995954506974895331199595450697489533119959545069748953311995954506974895331199595450697489533119959545069748953311995954506974895331199595450697489533119959545069748953311995954506974895331199595450697489533119959545069748953311995954506974895331199595450697489533119959545069748953311995954506974" } } } 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:264 Stopped node localhost:11501/2
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c6228757-8d04-47b7-92db-0b8eaf6e6860, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2684019276832556140 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26840192768325561402684019276832556140268401927683255614026840192768325561402684019276832556140268401927683255614026840192768325561402684019276832556140268401927683255614026840192768325561402684019276832556140268401927683255614026840192768325561402684019276832556140268401927683255614026840192768325561402684019276832556140268401927683255614026840192768325561402684019276832556140" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 212e8d0f-9003-49fe-853b-a61ee16308bf, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 83c2d54a-6a1f-4418-a7f3-30caa5ca841c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 83c2d54a-6a1f-4418-a7f3-30caa5ca841c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4773503697951375239 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47735036979513752394773503697951375239477350369795137523947735036979513752394773503697951375239477350369795137523947735036979513752394773503697951375239477350369795137523947735036979513752394773503697951375239477350369795137523947735036979513752394773503697951375239477350369795137523947735036979513752394773503697951375239477350369795137523947735036979513752394773503697951375239" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c6228757-8d04-47b7-92db-0b8eaf6e6860, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9f1e4305-b758-4fed-89ca-481b9ec643d7, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9f1e4305-b758-4fed-89ca-481b9ec643d7, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 396579556218966750 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "396579556218966750396579556218966750396579556218966750396579556218966750396579556218966750396579556218966750396579556218966750396579556218966750396579556218966750396579556218966750396579556218966750396579556218966750396579556218966750396579556218966750396579556218966750396579556218966750396579556218966750396579556218966750396579556218966750396579556218966750" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 83c2d54a-6a1f-4418-a7f3-30caa5ca841c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 36b93df5-e11d-480a-9e03-efaf71c0214b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 36b93df5-e11d-480a-9e03-efaf71c0214b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10675384976065513770 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1067538497606551377010675384976065513770106753849760655137701067538497606551377010675384976065513770106753849760655137701067538497606551377010675384976065513770106753849760655137701067538497606551377010675384976065513770106753849760655137701067538497606551377010675384976065513770106753849760655137701067538497606551377010675384976065513770106753849760655137701067538497606551377010675384976065513770" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9f1e4305-b758-4fed-89ca-481b9ec643d7, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, acf60c76-27ec-478a-a092-a608c8cb7984, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, acf60c76-27ec-478a-a092-a608c8cb7984, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10190671301001695140 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1019067130100169514010190671301001695140101906713010016951401019067130100169514010190671301001695140101906713010016951401019067130100169514010190671301001695140101906713010016951401019067130100169514010190671301001695140101906713010016951401019067130100169514010190671301001695140101906713010016951401019067130100169514010190671301001695140101906713010016951401019067130100169514010190671301001695140" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 36b93df5-e11d-480a-9e03-efaf71c0214b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 08e84d0a-05ae-4ef9-b3bd-de33a3d01451, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 08e84d0a-05ae-4ef9-b3bd-de33a3d01451, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13617429368195858425 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1361742936819585842513617429368195858425136174293681958584251361742936819585842513617429368195858425136174293681958584251361742936819585842513617429368195858425136174293681958584251361742936819585842513617429368195858425136174293681958584251361742936819585842513617429368195858425136174293681958584251361742936819585842513617429368195858425136174293681958584251361742936819585842513617429368195858425" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 08e84d0a-05ae-4ef9-b3bd-de33a3d01451, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 66e2c59e-9d15-4db7-bb18-1f36b2f79a22, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 66e2c59e-9d15-4db7-bb18-1f36b2f79a22, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16395522293175463681 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1639552229317546368116395522293175463681163955222931754636811639552229317546368116395522293175463681163955222931754636811639552229317546368116395522293175463681163955222931754636811639552229317546368116395522293175463681163955222931754636811639552229317546368116395522293175463681163955222931754636811639552229317546368116395522293175463681163955222931754636811639552229317546368116395522293175463681" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, acf60c76-27ec-478a-a092-a608c8cb7984, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ff6b46db-f928-4e44-bf2b-ad308891ca76, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ff6b46db-f928-4e44-bf2b-ad308891ca76, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13995780530643622402 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1399578053064362240213995780530643622402139957805306436224021399578053064362240213995780530643622402139957805306436224021399578053064362240213995780530643622402139957805306436224021399578053064362240213995780530643622402139957805306436224021399578053064362240213995780530643622402139957805306436224021399578053064362240213995780530643622402139957805306436224021399578053064362240213995780530643622402" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 66e2c59e-9d15-4db7-bb18-1f36b2f79a22, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4c6661b6-05bf-4f03-9eed-2b645a4001d2, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4c6661b6-05bf-4f03-9eed-2b645a4001d2, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8589608536807402488 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85896085368074024888589608536807402488858960853680740248885896085368074024888589608536807402488858960853680740248885896085368074024888589608536807402488858960853680740248885896085368074024888589608536807402488858960853680740248885896085368074024888589608536807402488858960853680740248885896085368074024888589608536807402488858960853680740248885896085368074024888589608536807402488" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ff6b46db-f928-4e44-bf2b-ad308891ca76, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 56c0746d-a8d2-4588-b359-cfe5f1f61da6, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 56c0746d-a8d2-4588-b359-cfe5f1f61da6, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3562320052509758581 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35623200525097585813562320052509758581356232005250975858135623200525097585813562320052509758581356232005250975858135623200525097585813562320052509758581356232005250975858135623200525097585813562320052509758581356232005250975858135623200525097585813562320052509758581356232005250975858135623200525097585813562320052509758581356232005250975858135623200525097585813562320052509758581" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4c6661b6-05bf-4f03-9eed-2b645a4001d2, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b3f109b5-f06f-4cd1-9a5f-b7cc0a666099, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b3f109b5-f06f-4cd1-9a5f-b7cc0a666099, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11108360497617132461 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1110836049761713246111108360497617132461111083604976171324611110836049761713246111108360497617132461111083604976171324611110836049761713246111108360497617132461111083604976171324611110836049761713246111108360497617132461111083604976171324611110836049761713246111108360497617132461111083604976171324611110836049761713246111108360497617132461111083604976171324611110836049761713246111108360497617132461" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 56c0746d-a8d2-4588-b359-cfe5f1f61da6, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5f523a54-c941-4844-bc88-d493b83b1dcb, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5f523a54-c941-4844-bc88-d493b83b1dcb, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10398974504715151207 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1039897450471515120710398974504715151207103989745047151512071039897450471515120710398974504715151207103989745047151512071039897450471515120710398974504715151207103989745047151512071039897450471515120710398974504715151207103989745047151512071039897450471515120710398974504715151207103989745047151512071039897450471515120710398974504715151207103989745047151512071039897450471515120710398974504715151207" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b3f109b5-f06f-4cd1-9a5f-b7cc0a666099, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d5ca1ec8-9df2-42d4-88e3-8968e40d08fa, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d5ca1ec8-9df2-42d4-88e3-8968e40d08fa, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5436939680982621468 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54369396809826214685436939680982621468543693968098262146854369396809826214685436939680982621468543693968098262146854369396809826214685436939680982621468543693968098262146854369396809826214685436939680982621468543693968098262146854369396809826214685436939680982621468543693968098262146854369396809826214685436939680982621468543693968098262146854369396809826214685436939680982621468" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5f523a54-c941-4844-bc88-d493b83b1dcb, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bd48b7b5-dd40-416b-8b76-505c692898dd, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bd48b7b5-dd40-416b-8b76-505c692898dd, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1923810134069752144 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19238101340697521441923810134069752144192381013406975214419238101340697521441923810134069752144192381013406975214419238101340697521441923810134069752144192381013406975214419238101340697521441923810134069752144192381013406975214419238101340697521441923810134069752144192381013406975214419238101340697521441923810134069752144192381013406975214419238101340697521441923810134069752144" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d5ca1ec8-9df2-42d4-88e3-8968e40d08fa, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c5c0fd7f-baae-4348-97ec-d77d2f93ad71, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c5c0fd7f-baae-4348-97ec-d77d2f93ad71, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4894559827959029578 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48945598279590295784894559827959029578489455982795902957848945598279590295784894559827959029578489455982795902957848945598279590295784894559827959029578489455982795902957848945598279590295784894559827959029578489455982795902957848945598279590295784894559827959029578489455982795902957848945598279590295784894559827959029578489455982795902957848945598279590295784894559827959029578" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bd48b7b5-dd40-416b-8b76-505c692898dd, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 76715d09-4794-41f6-888e-dbb463fb2758, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 76715d09-4794-41f6-888e-dbb463fb2758, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5251066717959798751 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52510667179597987515251066717959798751525106671795979875152510667179597987515251066717959798751525106671795979875152510667179597987515251066717959798751525106671795979875152510667179597987515251066717959798751525106671795979875152510667179597987515251066717959798751525106671795979875152510667179597987515251066717959798751525106671795979875152510667179597987515251066717959798751" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c5c0fd7f-baae-4348-97ec-d77d2f93ad71, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 256206ac-0d67-46db-af7b-079c5d5fc4df, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 76715d09-4794-41f6-888e-dbb463fb2758, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7483c75f-d3b0-43d7-be80-9688e6066d3c, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7483c75f-d3b0-43d7-be80-9688e6066d3c, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16505008542569892926 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1650500854256989292616505008542569892926165050085425698929261650500854256989292616505008542569892926165050085425698929261650500854256989292616505008542569892926165050085425698929261650500854256989292616505008542569892926165050085425698929261650500854256989292616505008542569892926165050085425698929261650500854256989292616505008542569892926165050085425698929261650500854256989292616505008542569892926" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 256206ac-0d67-46db-af7b-079c5d5fc4df, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9863022725652821262 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98630227256528212629863022725652821262986302272565282126298630227256528212629863022725652821262986302272565282126298630227256528212629863022725652821262986302272565282126298630227256528212629863022725652821262986302272565282126298630227256528212629863022725652821262986302272565282126298630227256528212629863022725652821262986302272565282126298630227256528212629863022725652821262" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7483c75f-d3b0-43d7-be80-9688e6066d3c, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 274d266c-7840-40f1-9b27-6af728b539d4, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 256206ac-0d67-46db-af7b-079c5d5fc4df, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1438e0ec-4c2d-42fa-8bdd-88c765c6ec4f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 274d266c-7840-40f1-9b27-6af728b539d4, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3201053231684920352 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32010532316849203523201053231684920352320105323168492035232010532316849203523201053231684920352320105323168492035232010532316849203523201053231684920352320105323168492035232010532316849203523201053231684920352320105323168492035232010532316849203523201053231684920352320105323168492035232010532316849203523201053231684920352320105323168492035232010532316849203523201053231684920352" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1438e0ec-4c2d-42fa-8bdd-88c765c6ec4f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8330081419201190619 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83300814192011906198330081419201190619833008141920119061983300814192011906198330081419201190619833008141920119061983300814192011906198330081419201190619833008141920119061983300814192011906198330081419201190619833008141920119061983300814192011906198330081419201190619833008141920119061983300814192011906198330081419201190619833008141920119061983300814192011906198330081419201190619" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1438e0ec-4c2d-42fa-8bdd-88c765c6ec4f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a73a8797-0db1-4c08-8ca3-56db441e1825, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a73a8797-0db1-4c08-8ca3-56db441e1825, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9473983697447061763 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94739836974470617639473983697447061763947398369744706176394739836974470617639473983697447061763947398369744706176394739836974470617639473983697447061763947398369744706176394739836974470617639473983697447061763947398369744706176394739836974470617639473983697447061763947398369744706176394739836974470617639473983697447061763947398369744706176394739836974470617639473983697447061763" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 274d266c-7840-40f1-9b27-6af728b539d4, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0172d163-d42f-4cd5-9e78-e950d17ecb70, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0172d163-d42f-4cd5-9e78-e950d17ecb70, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13814058718633261504 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1381405871863326150413814058718633261504138140587186332615041381405871863326150413814058718633261504138140587186332615041381405871863326150413814058718633261504138140587186332615041381405871863326150413814058718633261504138140587186332615041381405871863326150413814058718633261504138140587186332615041381405871863326150413814058718633261504138140587186332615041381405871863326150413814058718633261504" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0172d163-d42f-4cd5-9e78-e950d17ecb70, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c2d7756d-39dd-4add-b55e-80d1d7a48c77, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a73a8797-0db1-4c08-8ca3-56db441e1825, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c8c646fa-37df-4b51-9173-9c968e591547, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c2d7756d-39dd-4add-b55e-80d1d7a48c77, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10103984696987720927 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1010398469698772092710103984696987720927101039846969877209271010398469698772092710103984696987720927101039846969877209271010398469698772092710103984696987720927101039846969877209271010398469698772092710103984696987720927101039846969877209271010398469698772092710103984696987720927101039846969877209271010398469698772092710103984696987720927101039846969877209271010398469698772092710103984696987720927" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c8c646fa-37df-4b51-9173-9c968e591547, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11933225731796921579 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1193322573179692157911933225731796921579119332257317969215791193322573179692157911933225731796921579119332257317969215791193322573179692157911933225731796921579119332257317969215791193322573179692157911933225731796921579119332257317969215791193322573179692157911933225731796921579119332257317969215791193322573179692157911933225731796921579119332257317969215791193322573179692157911933225731796921579" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c8c646fa-37df-4b51-9173-9c968e591547, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 85768a14-2bf6-4ba1-aa32-a1c648c6e98d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 85768a14-2bf6-4ba1-aa32-a1c648c6e98d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15847010325878577882 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1584701032587857788215847010325878577882158470103258785778821584701032587857788215847010325878577882158470103258785778821584701032587857788215847010325878577882158470103258785778821584701032587857788215847010325878577882158470103258785778821584701032587857788215847010325878577882158470103258785778821584701032587857788215847010325878577882158470103258785778821584701032587857788215847010325878577882" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c2d7756d-39dd-4add-b55e-80d1d7a48c77, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 36e4a986-0c83-41d1-9fae-142048d5b5d0, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 36e4a986-0c83-41d1-9fae-142048d5b5d0, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5867709264465753351 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58677092644657533515867709264465753351586770926446575335158677092644657533515867709264465753351586770926446575335158677092644657533515867709264465753351586770926446575335158677092644657533515867709264465753351586770926446575335158677092644657533515867709264465753351586770926446575335158677092644657533515867709264465753351586770926446575335158677092644657533515867709264465753351" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 85768a14-2bf6-4ba1-aa32-a1c648c6e98d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d3c93f25-3ad3-4e33-bda8-0ca6d23a3674, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d3c93f25-3ad3-4e33-bda8-0ca6d23a3674, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10729029478764437319 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1072902947876443731910729029478764437319107290294787644373191072902947876443731910729029478764437319107290294787644373191072902947876443731910729029478764437319107290294787644373191072902947876443731910729029478764437319107290294787644373191072902947876443731910729029478764437319107290294787644373191072902947876443731910729029478764437319107290294787644373191072902947876443731910729029478764437319" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 36e4a986-0c83-41d1-9fae-142048d5b5d0, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7bf13df4-fee6-45b9-87d4-269e8ea9972c, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7bf13df4-fee6-45b9-87d4-269e8ea9972c, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3043094868474841386 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30430948684748413863043094868474841386304309486847484138630430948684748413863043094868474841386304309486847484138630430948684748413863043094868474841386304309486847484138630430948684748413863043094868474841386304309486847484138630430948684748413863043094868474841386304309486847484138630430948684748413863043094868474841386304309486847484138630430948684748413863043094868474841386" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d3c93f25-3ad3-4e33-bda8-0ca6d23a3674, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 27499b9b-7a36-4ad3-a4a7-8925aa120bdb, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 27499b9b-7a36-4ad3-a4a7-8925aa120bdb, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5107593209700607 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51075932097006075107593209700607510759320970060751075932097006075107593209700607510759320970060751075932097006075107593209700607510759320970060751075932097006075107593209700607510759320970060751075932097006075107593209700607510759320970060751075932097006075107593209700607510759320970060751075932097006075107593209700607" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7bf13df4-fee6-45b9-87d4-269e8ea9972c, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0ae90c99-5dde-484b-a5bc-41c88b63f0d1, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0ae90c99-5dde-484b-a5bc-41c88b63f0d1, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11382393593789389024 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1138239359378938902411382393593789389024113823935937893890241138239359378938902411382393593789389024113823935937893890241138239359378938902411382393593789389024113823935937893890241138239359378938902411382393593789389024113823935937893890241138239359378938902411382393593789389024113823935937893890241138239359378938902411382393593789389024113823935937893890241138239359378938902411382393593789389024" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 27499b9b-7a36-4ad3-a4a7-8925aa120bdb, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b30a34db-e95a-49d3-a281-7675114d3040, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b30a34db-e95a-49d3-a281-7675114d3040, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8479096551216765124 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84790965512167651248479096551216765124847909655121676512484790965512167651248479096551216765124847909655121676512484790965512167651248479096551216765124847909655121676512484790965512167651248479096551216765124847909655121676512484790965512167651248479096551216765124847909655121676512484790965512167651248479096551216765124847909655121676512484790965512167651248479096551216765124" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0ae90c99-5dde-484b-a5bc-41c88b63f0d1, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dee19a4d-dae9-4958-8fd1-f17b12c24a5e, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dee19a4d-dae9-4958-8fd1-f17b12c24a5e, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14715749114030321514 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1471574911403032151414715749114030321514147157491140303215141471574911403032151414715749114030321514147157491140303215141471574911403032151414715749114030321514147157491140303215141471574911403032151414715749114030321514147157491140303215141471574911403032151414715749114030321514147157491140303215141471574911403032151414715749114030321514147157491140303215141471574911403032151414715749114030321514" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b30a34db-e95a-49d3-a281-7675114d3040, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7595d1a0-1291-47be-9c14-6e6203e222f6, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7595d1a0-1291-47be-9c14-6e6203e222f6, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13078473890415183140 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1307847389041518314013078473890415183140130784738904151831401307847389041518314013078473890415183140130784738904151831401307847389041518314013078473890415183140130784738904151831401307847389041518314013078473890415183140130784738904151831401307847389041518314013078473890415183140130784738904151831401307847389041518314013078473890415183140130784738904151831401307847389041518314013078473890415183140" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dee19a4d-dae9-4958-8fd1-f17b12c24a5e, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 83c2f9f9-ad8d-4635-888f-352f18f68132, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 83c2f9f9-ad8d-4635-888f-352f18f68132, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6411017534238295098 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64110175342382950986411017534238295098641101753423829509864110175342382950986411017534238295098641101753423829509864110175342382950986411017534238295098641101753423829509864110175342382950986411017534238295098641101753423829509864110175342382950986411017534238295098641101753423829509864110175342382950986411017534238295098641101753423829509864110175342382950986411017534238295098" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 83c2f9f9-ad8d-4635-888f-352f18f68132, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 35d83d7a-e4f5-43c8-b227-e5c8f7999958, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 35d83d7a-e4f5-43c8-b227-e5c8f7999958, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4780507702643816201 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47805077026438162014780507702643816201478050770264381620147805077026438162014780507702643816201478050770264381620147805077026438162014780507702643816201478050770264381620147805077026438162014780507702643816201478050770264381620147805077026438162014780507702643816201478050770264381620147805077026438162014780507702643816201478050770264381620147805077026438162014780507702643816201" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 35d83d7a-e4f5-43c8-b227-e5c8f7999958, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f7fb1cc6-0cc5-4bf5-8a87-7cac6ab5e7c0, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f7fb1cc6-0cc5-4bf5-8a87-7cac6ab5e7c0, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5218494304086951142 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52184943040869511425218494304086951142521849430408695114252184943040869511425218494304086951142521849430408695114252184943040869511425218494304086951142521849430408695114252184943040869511425218494304086951142521849430408695114252184943040869511425218494304086951142521849430408695114252184943040869511425218494304086951142521849430408695114252184943040869511425218494304086951142" } } } 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:256 CFG_DIR_PATH="/home/runner/.ya/build/build_root/apu5/000b6b/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:257 Final command: /home/runner/.ya/build/build_root/apu5/000b6b/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node-broker=localhost:1800 --tenant=/Root/test_simple_encryption_0 --log-file-name=/home/runner/.ya/build/build_root/apu5/000b6b/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_2/logfile_vm8rtc3q.log --grpc-port=11501 --mon-port=61881 --ic-port=6965 --key-file /home/runner/.ya/build/build_root/apu5/000b6b/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/apu5/000b6b/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/apu5/000b6b/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:1800', '--tenant=/Root/test_simple_encryption_0', '--log-file-name=/home/runner/.ya/build/build_root/apu5/000b6b/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_2/logfile_vm8rtc3q.log', '--grpc-port=11501', '--mon-port=61881', '--ic-port=6965', '--key-file', '/home/runner/.ya/build/build_root/apu5/000b6b/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/_Root_test_simple_encryption_0key.txt')' in '/home/runner/.ya/build/build_root/apu5/000b6b/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, f7fb1cc6-0cc5-4bf5-8a87-7cac6ab5e7c0, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5dd6de1b-3d1d-486e-85f9-c1009390c87b, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5dd6de1b-3d1d-486e-85f9-c1009390c87b, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 715810868492068485 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "715810868492068485715810868492068485715810868492068485715810868492068485715810868492068485715810868492068485715810868492068485715810868492068485715810868492068485715810868492068485715810868492068485715810868492068485715810868492068485715810868492068485715810868492068485715810868492068485715810868492068485715810868492068485715810868492068485715810868492068485" } } } 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: 1479787
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:297 Started node localhost:11501/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/apu5/000b6b/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5dd6de1b-3d1d-486e-85f9-c1009390c87b, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 192f7ca4-5e87-472c-a382-b408c87e0a76, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 192f7ca4-5e87-472c-a382-b408c87e0a76, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18258161010974157921 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1825816101097415792118258161010974157921182581610109741579211825816101097415792118258161010974157921182581610109741579211825816101097415792118258161010974157921182581610109741579211825816101097415792118258161010974157921182581610109741579211825816101097415792118258161010974157921182581610109741579211825816101097415792118258161010974157921182581610109741579211825816101097415792118258161010974157921" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7595d1a0-1291-47be-9c14-6e6203e222f6, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c89b5c6d-b8b4-450b-b460-f9f6ac2f34ec, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ya.test:process.py:628 Command pid: 1479788
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c89b5c6d-b8b4-450b-b460-f9f6ac2f34ec, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2071121896594068305 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20711218965940683052071121896594068305207112189659406830520711218965940683052071121896594068305207112189659406830520711218965940683052071121896594068305207112189659406830520711218965940683052071121896594068305207112189659406830520711218965940683052071121896594068305207112189659406830520711218965940683052071121896594068305207112189659406830520711218965940683052071121896594068305" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 192f7ca4-5e87-472c-a382-b408c87e0a76, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dd8cc80e-6026-4374-8e1c-db18f13c1a3d, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dd8cc80e-6026-4374-8e1c-db18f13c1a3d, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12113488331952984718 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1211348833195298471812113488331952984718121134883319529847181211348833195298471812113488331952984718121134883319529847181211348833195298471812113488331952984718121134883319529847181211348833195298471812113488331952984718121134883319529847181211348833195298471812113488331952984718121134883319529847181211348833195298471812113488331952984718121134883319529847181211348833195298471812113488331952984718" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c89b5c6d-b8b4-450b-b460-f9f6ac2f34ec, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 787fdb8a-80b7-4d5c-8ed0-b21defb38700, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 787fdb8a-80b7-4d5c-8ed0-b21defb38700, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6050722837970928174 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60507228379709281746050722837970928174605072283797092817460507228379709281746050722837970928174605072283797092817460507228379709281746050722837970928174605072283797092817460507228379709281746050722837970928174605072283797092817460507228379709281746050722837970928174605072283797092817460507228379709281746050722837970928174605072283797092817460507228379709281746050722837970928174" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 787fdb8a-80b7-4d5c-8ed0-b21defb38700, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 148f0a96-6bfd-45fd-ad0c-1e38f6f1bfa4, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 148f0a96-6bfd-45fd-ad0c-1e38f6f1bfa4, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16314503715779922139 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1631450371577992213916314503715779922139163145037157799221391631450371577992213916314503715779922139163145037157799221391631450371577992213916314503715779922139163145037157799221391631450371577992213916314503715779922139163145037157799221391631450371577992213916314503715779922139163145037157799221391631450371577992213916314503715779922139163145037157799221391631450371577992213916314503715779922139" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dd8cc80e-6026-4374-8e1c-db18f13c1a3d, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e6fe23a9-06e1-447c-beba-e80085a3fd72, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e6fe23a9-06e1-447c-beba-e80085a3fd72, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11181375345286722762 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1118137534528672276211181375345286722762111813753452867227621118137534528672276211181375345286722762111813753452867227621118137534528672276211181375345286722762111813753452867227621118137534528672276211181375345286722762111813753452867227621118137534528672276211181375345286722762111813753452867227621118137534528672276211181375345286722762111813753452867227621118137534528672276211181375345286722762" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e6fe23a9-06e1-447c-beba-e80085a3fd72, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 148f0a96-6bfd-45fd-ad0c-1e38f6f1bfa4, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c0f6eed2-3213-45d8-a817-4b578898658f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c0f6eed2-3213-45d8-a817-4b578898658f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12653881656888122794 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1265388165688812279412653881656888122794126538816568881227941265388165688812279412653881656888122794126538816568881227941265388165688812279412653881656888122794126538816568881227941265388165688812279412653881656888122794126538816568881227941265388165688812279412653881656888122794126538816568881227941265388165688812279412653881656888122794126538816568881227941265388165688812279412653881656888122794" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5920e3d8-e8d8-4d6d-9665-75ac8d4c3492, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5920e3d8-e8d8-4d6d-9665-75ac8d4c3492, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16359637099937634919 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1635963709993763491916359637099937634919163596370999376349191635963709993763491916359637099937634919163596370999376349191635963709993763491916359637099937634919163596370999376349191635963709993763491916359637099937634919163596370999376349191635963709993763491916359637099937634919163596370999376349191635963709993763491916359637099937634919163596370999376349191635963709993763491916359637099937634919" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c0f6eed2-3213-45d8-a817-4b578898658f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 49b9137e-ac6d-4b5b-a504-83e8a8152f12, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 49b9137e-ac6d-4b5b-a504-83e8a8152f12, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13503523871661814148 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1350352387166181414813503523871661814148135035238716618141481350352387166181414813503523871661814148135035238716618141481350352387166181414813503523871661814148135035238716618141481350352387166181414813503523871661814148135035238716618141481350352387166181414813503523871661814148135035238716618141481350352387166181414813503523871661814148135035238716618141481350352387166181414813503523871661814148" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5920e3d8-e8d8-4d6d-9665-75ac8d4c3492, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b0be08ef-7597-42f5-9462-aecccff9f808, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b0be08ef-7597-42f5-9462-aecccff9f808, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4002197369654260639 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40021973696542606394002197369654260639400219736965426063940021973696542606394002197369654260639400219736965426063940021973696542606394002197369654260639400219736965426063940021973696542606394002197369654260639400219736965426063940021973696542606394002197369654260639400219736965426063940021973696542606394002197369654260639400219736965426063940021973696542606394002197369654260639" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 49b9137e-ac6d-4b5b-a504-83e8a8152f12, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, da8ba5e0-1ebe-4869-8b67-24b6a62c51f4, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, da8ba5e0-1ebe-4869-8b67-24b6a62c51f4, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16511395736322862146 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1651139573632286214616511395736322862146165113957363228621461651139573632286214616511395736322862146165113957363228621461651139573632286214616511395736322862146165113957363228621461651139573632286214616511395736322862146165113957363228621461651139573632286214616511395736322862146165113957363228621461651139573632286214616511395736322862146165113957363228621461651139573632286214616511395736322862146" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b0be08ef-7597-42f5-9462-aecccff9f808, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9edca501-553d-4ca1-8415-f3fa5d5fdc13, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9edca501-553d-4ca1-8415-f3fa5d5fdc13, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6107390640081620909 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61073906400816209096107390640081620909610739064008162090961073906400816209096107390640081620909610739064008162090961073906400816209096107390640081620909610739064008162090961073906400816209096107390640081620909610739064008162090961073906400816209096107390640081620909610739064008162090961073906400816209096107390640081620909610739064008162090961073906400816209096107390640081620909" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, da8ba5e0-1ebe-4869-8b67-24b6a62c51f4, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9edca501-553d-4ca1-8415-f3fa5d5fdc13, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bd8d597e-1be1-48a1-b281-e0210bdee8df, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bd8d597e-1be1-48a1-b281-e0210bdee8df, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13885683659887531689 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1388568365988753168913885683659887531689138856836598875316891388568365988753168913885683659887531689138856836598875316891388568365988753168913885683659887531689138856836598875316891388568365988753168913885683659887531689138856836598875316891388568365988753168913885683659887531689138856836598875316891388568365988753168913885683659887531689138856836598875316891388568365988753168913885683659887531689" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d1647318-c525-482e-b28a-b2f0e7f0b2eb, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d1647318-c525-482e-b28a-b2f0e7f0b2eb, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13395388911432869659 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1339538891143286965913395388911432869659133953889114328696591339538891143286965913395388911432869659133953889114328696591339538891143286965913395388911432869659133953889114328696591339538891143286965913395388911432869659133953889114328696591339538891143286965913395388911432869659133953889114328696591339538891143286965913395388911432869659133953889114328696591339538891143286965913395388911432869659" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d1647318-c525-482e-b28a-b2f0e7f0b2eb, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 19568670-7043-4bcc-8cba-19f480464a0b, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 19568670-7043-4bcc-8cba-19f480464a0b, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10886181199543152820 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1088618119954315282010886181199543152820108861811995431528201088618119954315282010886181199543152820108861811995431528201088618119954315282010886181199543152820108861811995431528201088618119954315282010886181199543152820108861811995431528201088618119954315282010886181199543152820108861811995431528201088618119954315282010886181199543152820108861811995431528201088618119954315282010886181199543152820" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bd8d597e-1be1-48a1-b281-e0210bdee8df, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c36a6d48-2be0-4165-8d4f-1249bd70c463, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c36a6d48-2be0-4165-8d4f-1249bd70c463, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2942886640979139443 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29428866409791394432942886640979139443294288664097913944329428866409791394432942886640979139443294288664097913944329428866409791394432942886640979139443294288664097913944329428866409791394432942886640979139443294288664097913944329428866409791394432942886640979139443294288664097913944329428866409791394432942886640979139443294288664097913944329428866409791394432942886640979139443" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 19568670-7043-4bcc-8cba-19f480464a0b, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cab5cb7b-299d-41fb-977b-c2bbe8ff365d, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cab5cb7b-299d-41fb-977b-c2bbe8ff365d, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 805629935261529429 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "805629935261529429805629935261529429805629935261529429805629935261529429805629935261529429805629935261529429805629935261529429805629935261529429805629935261529429805629935261529429805629935261529429805629935261529429805629935261529429805629935261529429805629935261529429805629935261529429805629935261529429805629935261529429805629935261529429805629935261529429" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c36a6d48-2be0-4165-8d4f-1249bd70c463, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, df495fb2-c6cd-4ab1-b34e-63e25340c212, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, df495fb2-c6cd-4ab1-b34e-63e25340c212, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12275492613558529712 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1227549261355852971212275492613558529712122754926135585297121227549261355852971212275492613558529712122754926135585297121227549261355852971212275492613558529712122754926135585297121227549261355852971212275492613558529712122754926135585297121227549261355852971212275492613558529712122754926135585297121227549261355852971212275492613558529712122754926135585297121227549261355852971212275492613558529712" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cab5cb7b-299d-41fb-977b-c2bbe8ff365d, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1742574d-8910-4ae3-a0fc-aeb7aca0a960, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1742574d-8910-4ae3-a0fc-aeb7aca0a960, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4047682810442626095 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40476828104426260954047682810442626095404768281044262609540476828104426260954047682810442626095404768281044262609540476828104426260954047682810442626095404768281044262609540476828104426260954047682810442626095404768281044262609540476828104426260954047682810442626095404768281044262609540476828104426260954047682810442626095404768281044262609540476828104426260954047682810442626095" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, df495fb2-c6cd-4ab1-b34e-63e25340c212, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 13433596-3ae0-46b6-b8dc-e7685974230e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 13433596-3ae0-46b6-b8dc-e7685974230e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2621937195593807533 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26219371955938075332621937195593807533262193719559380753326219371955938075332621937195593807533262193719559380753326219371955938075332621937195593807533262193719559380753326219371955938075332621937195593807533262193719559380753326219371955938075332621937195593807533262193719559380753326219371955938075332621937195593807533262193719559380753326219371955938075332621937195593807533" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1742574d-8910-4ae3-a0fc-aeb7aca0a960, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5f7cd161-08af-4d25-aa04-37900a2f2ef8, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5f7cd161-08af-4d25-aa04-37900a2f2ef8, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10999496299618394151 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1099949629961839415110999496299618394151109994962996183941511099949629961839415110999496299618394151109994962996183941511099949629961839415110999496299618394151109994962996183941511099949629961839415110999496299618394151109994962996183941511099949629961839415110999496299618394151109994962996183941511099949629961839415110999496299618394151109994962996183941511099949629961839415110999496299618394151" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 13433596-3ae0-46b6-b8dc-e7685974230e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 67069c3c-7cb3-4dac-9993-89f08dc55528, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 67069c3c-7cb3-4dac-9993-89f08dc55528, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4476274090967968355 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44762740909679683554476274090967968355447627409096796835544762740909679683554476274090967968355447627409096796835544762740909679683554476274090967968355447627409096796835544762740909679683554476274090967968355447627409096796835544762740909679683554476274090967968355447627409096796835544762740909679683554476274090967968355447627409096796835544762740909679683554476274090967968355" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 67069c3c-7cb3-4dac-9993-89f08dc55528, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d3e56481-3cb3-4f6f-b2b6-f9e58dada6be, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d3e56481-3cb3-4f6f-b2b6-f9e58dada6be, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10083768332480298358 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1008376833248029835810083768332480298358100837683324802983581008376833248029835810083768332480298358100837683324802983581008376833248029835810083768332480298358100837683324802983581008376833248029835810083768332480298358100837683324802983581008376833248029835810083768332480298358100837683324802983581008376833248029835810083768332480298358100837683324802983581008376833248029835810083768332480298358" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5f7cd161-08af-4d25-aa04-37900a2f2ef8, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c6f4aa1c-7576-4ee1-9713-2c9a848b8e26, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c6f4aa1c-7576-4ee1-9713-2c9a848b8e26, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17947113548989980673 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1794711354898998067317947113548989980673179471135489899806731794711354898998067317947113548989980673179471135489899806731794711354898998067317947113548989980673179471135489899806731794711354898998067317947113548989980673179471135489899806731794711354898998067317947113548989980673179471135489899806731794711354898998067317947113548989980673179471135489899806731794711354898998067317947113548989980673" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d3e56481-3cb3-4f6f-b2b6-f9e58dada6be, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ca60804a-0a1a-4c5c-aa37-56a0fcd62eab, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ca60804a-0a1a-4c5c-aa37-56a0fcd62eab, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18062713678586788980 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1806271367858678898018062713678586788980180627136785867889801806271367858678898018062713678586788980180627136785867889801806271367858678898018062713678586788980180627136785867889801806271367858678898018062713678586788980180627136785867889801806271367858678898018062713678586788980180627136785867889801806271367858678898018062713678586788980180627136785867889801806271367858678898018062713678586788980" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c6f4aa1c-7576-4ee1-9713-2c9a848b8e26, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7923c4ac-5783-42ed-b5d2-cbad40635899, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7923c4ac-5783-42ed-b5d2-cbad40635899, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 42747288764048295 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "4274728876404829542747288764048295427472887640482954274728876404829542747288764048295427472887640482954274728876404829542747288764048295427472887640482954274728876404829542747288764048295427472887640482954274728876404829542747288764048295427472887640482954274728876404829542747288764048295427472887640482954274728876404829542747288764048295" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ca60804a-0a1a-4c5c-aa37-56a0fcd62eab, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cfc86ab5-2a00-4704-9f86-a753bb5c716e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cfc86ab5-2a00-4704-9f86-a753bb5c716e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17001385407299950737 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1700138540729995073717001385407299950737170013854072999507371700138540729995073717001385407299950737170013854072999507371700138540729995073717001385407299950737170013854072999507371700138540729995073717001385407299950737170013854072999507371700138540729995073717001385407299950737170013854072999507371700138540729995073717001385407299950737170013854072999507371700138540729995073717001385407299950737" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7923c4ac-5783-42ed-b5d2-cbad40635899, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d3685dbb-93cd-4709-acd7-d042431b350c, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d3685dbb-93cd-4709-acd7-d042431b350c, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8561737982349934938 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85617379823499349388561737982349934938856173798234993493885617379823499349388561737982349934938856173798234993493885617379823499349388561737982349934938856173798234993493885617379823499349388561737982349934938856173798234993493885617379823499349388561737982349934938856173798234993493885617379823499349388561737982349934938856173798234993493885617379823499349388561737982349934938" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cfc86ab5-2a00-4704-9f86-a753bb5c716e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 83f2f2c0-7378-46be-b275-4922f3a48348, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 83f2f2c0-7378-46be-b275-4922f3a48348, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10109377346034740764 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1010937734603474076410109377346034740764101093773460347407641010937734603474076410109377346034740764101093773460347407641010937734603474076410109377346034740764101093773460347407641010937734603474076410109377346034740764101093773460347407641010937734603474076410109377346034740764101093773460347407641010937734603474076410109377346034740764101093773460347407641010937734603474076410109377346034740764" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d3685dbb-93cd-4709-acd7-d042431b350c, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bb55334f-bcc5-4b80-9c32-b4dbf3d4db97, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bb55334f-bcc5-4b80-9c32-b4dbf3d4db97, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18279634914027235361 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1827963491402723536118279634914027235361182796349140272353611827963491402723536118279634914027235361182796349140272353611827963491402723536118279634914027235361182796349140272353611827963491402723536118279634914027235361182796349140272353611827963491402723536118279634914027235361182796349140272353611827963491402723536118279634914027235361182796349140272353611827963491402723536118279634914027235361" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 83f2f2c0-7378-46be-b275-4922f3a48348, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 07305f17-1caf-4977-8bf5-ddff78b4dbc5, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 07305f17-1caf-4977-8bf5-ddff78b4dbc5, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9473116644969769590 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94731166449697695909473116644969769590947311664496976959094731166449697695909473116644969769590947311664496976959094731166449697695909473116644969769590947311664496976959094731166449697695909473116644969769590947311664496976959094731166449697695909473116644969769590947311664496976959094731166449697695909473116644969769590947311664496976959094731166449697695909473116644969769590" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bb55334f-bcc5-4b80-9c32-b4dbf3d4db97, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5b09a744-cd28-4bff-b057-4349231fa581, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5b09a744-cd28-4bff-b057-4349231fa581, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15149235389686188442 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1514923538968618844215149235389686188442151492353896861884421514923538968618844215149235389686188442151492353896861884421514923538968618844215149235389686188442151492353896861884421514923538968618844215149235389686188442151492353896861884421514923538968618844215149235389686188442151492353896861884421514923538968618844215149235389686188442151492353896861884421514923538968618844215149235389686188442" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 07305f17-1caf-4977-8bf5-ddff78b4dbc5, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 41bd5ba1-d59e-408b-a7cc-3c2c4cb37438, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 41bd5ba1-d59e-408b-a7cc-3c2c4cb37438, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2903847028225177596 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29038470282251775962903847028225177596290384702822517759629038470282251775962903847028225177596290384702822517759629038470282251775962903847028225177596290384702822517759629038470282251775962903847028225177596290384702822517759629038470282251775962903847028225177596290384702822517759629038470282251775962903847028225177596290384702822517759629038470282251775962903847028225177596" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5b09a744-cd28-4bff-b057-4349231fa581, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ba5beb7b-0bdb-4573-80e5-1e571bced493, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ba5beb7b-0bdb-4573-80e5-1e571bced493, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13643311097666941171 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1364331109766694117113643311097666941171136433110976669411711364331109766694117113643311097666941171136433110976669411711364331109766694117113643311097666941171136433110976669411711364331109766694117113643311097666941171136433110976669411711364331109766694117113643311097666941171136433110976669411711364331109766694117113643311097666941171136433110976669411711364331109766694117113643311097666941171" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 41bd5ba1-d59e-408b-a7cc-3c2c4cb37438, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4d5e5eed-e50f-4dc7-81f0-8cbde6c18b2c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4d5e5eed-e50f-4dc7-81f0-8cbde6c18b2c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8218110792053289467 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82181107920532894678218110792053289467821811079205328946782181107920532894678218110792053289467821811079205328946782181107920532894678218110792053289467821811079205328946782181107920532894678218110792053289467821811079205328946782181107920532894678218110792053289467821811079205328946782181107920532894678218110792053289467821811079205328946782181107920532894678218110792053289467" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ba5beb7b-0bdb-4573-80e5-1e571bced493, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ad0d08db-216e-4255-80b1-4ada1631cf06, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ad0d08db-216e-4255-80b1-4ada1631cf06, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16187864650950947263 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1618786465095094726316187864650950947263161878646509509472631618786465095094726316187864650950947263161878646509509472631618786465095094726316187864650950947263161878646509509472631618786465095094726316187864650950947263161878646509509472631618786465095094726316187864650950947263161878646509509472631618786465095094726316187864650950947263161878646509509472631618786465095094726316187864650950947263" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ad0d08db-216e-4255-80b1-4ada1631cf06, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 257ae034-78c8-450f-9a84-52931090fc9a, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 257ae034-78c8-450f-9a84-52931090fc9a, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15794226454257443759 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1579422645425744375915794226454257443759157942264542574437591579422645425744375915794226454257443759157942264542574437591579422645425744375915794226454257443759157942264542574437591579422645425744375915794226454257443759157942264542574437591579422645425744375915794226454257443759157942264542574437591579422645425744375915794226454257443759157942264542574437591579422645425744375915794226454257443759" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4d5e5eed-e50f-4dc7-81f0-8cbde6c18b2c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f02a447f-d130-499e-81d1-7c9780aa2546, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f02a447f-d130-499e-81d1-7c9780aa2546, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14548525285257836585 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1454852528525783658514548525285257836585145485252852578365851454852528525783658514548525285257836585145485252852578365851454852528525783658514548525285257836585145485252852578365851454852528525783658514548525285257836585145485252852578365851454852528525783658514548525285257836585145485252852578365851454852528525783658514548525285257836585145485252852578365851454852528525783658514548525285257836585" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 257ae034-78c8-450f-9a84-52931090fc9a, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7649ec47-3510-45c3-8c8a-311db584bf5a, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7649ec47-3510-45c3-8c8a-311db584bf5a, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15730389459699025963 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1573038945969902596315730389459699025963157303894596990259631573038945969902596315730389459699025963157303894596990259631573038945969902596315730389459699025963157303894596990259631573038945969902596315730389459699025963157303894596990259631573038945969902596315730389459699025963157303894596990259631573038945969902596315730389459699025963157303894596990259631573038945969902596315730389459699025963" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f02a447f-d130-499e-81d1-7c9780aa2546, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 77fb1977-26ad-49ac-9591-933b111c61c5, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 77fb1977-26ad-49ac-9591-933b111c61c5, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6726467864435820176 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67264678644358201766726467864435820176672646786443582017667264678644358201766726467864435820176672646786443582017667264678644358201766726467864435820176672646786443582017667264678644358201766726467864435820176672646786443582017667264678644358201766726467864435820176672646786443582017667264678644358201766726467864435820176672646786443582017667264678644358201766726467864435820176" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7649ec47-3510-45c3-8c8a-311db584bf5a, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c3751173-3283-4a48-8592-c70abc7628f9, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c3751173-3283-4a48-8592-c70abc7628f9, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1164382547887533240 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11643825478875332401164382547887533240116438254788753324011643825478875332401164382547887533240116438254788753324011643825478875332401164382547887533240116438254788753324011643825478875332401164382547887533240116438254788753324011643825478875332401164382547887533240116438254788753324011643825478875332401164382547887533240116438254788753324011643825478875332401164382547887533240" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 77fb1977-26ad-49ac-9591-933b111c61c5, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 46687602-6233-4ec6-9628-aa3ca1d040a9, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 46687602-6233-4ec6-9628-aa3ca1d040a9, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15360340512979849546 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1536034051297984954615360340512979849546153603405129798495461536034051297984954615360340512979849546153603405129798495461536034051297984954615360340512979849546153603405129798495461536034051297984954615360340512979849546153603405129798495461536034051297984954615360340512979849546153603405129798495461536034051297984954615360340512979849546153603405129798495461536034051297984954615360340512979849546" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c3751173-3283-4a48-8592-c70abc7628f9, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 78f0c9e1-ee1d-490b-93ba-3c181e9b8028, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 78f0c9e1-ee1d-490b-93ba-3c181e9b8028, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17888318290396604632 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1788831829039660463217888318290396604632178883182903966046321788831829039660463217888318290396604632178883182903966046321788831829039660463217888318290396604632178883182903966046321788831829039660463217888318290396604632178883182903966046321788831829039660463217888318290396604632178883182903966046321788831829039660463217888318290396604632178883182903966046321788831829039660463217888318290396604632" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 46687602-6233-4ec6-9628-aa3ca1d040a9, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d5a0de5a-2b4d-44d6-bf4b-35cffde83fd4, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d5a0de5a-2b4d-44d6-bf4b-35cffde83fd4, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14860572355376347887 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1486057235537634788714860572355376347887148605723553763478871486057235537634788714860572355376347887148605723553763478871486057235537634788714860572355376347887148605723553763478871486057235537634788714860572355376347887148605723553763478871486057235537634788714860572355376347887148605723553763478871486057235537634788714860572355376347887148605723553763478871486057235537634788714860572355376347887" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d5a0de5a-2b4d-44d6-bf4b-35cffde83fd4, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 07c4c750-3ed5-4ca8-b9f2-7fdd42f41f12, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 07c4c750-3ed5-4ca8-b9f2-7fdd42f41f12, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16556634355322601035 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1655663435532260103516556634355322601035165566343553226010351655663435532260103516556634355322601035165566343553226010351655663435532260103516556634355322601035165566343553226010351655663435532260103516556634355322601035165566343553226010351655663435532260103516556634355322601035165566343553226010351655663435532260103516556634355322601035165566343553226010351655663435532260103516556634355322601035" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 07c4c750-3ed5-4ca8-b9f2-7fdd42f41f12, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 440afb5c-2086-428d-8a09-2d0baa9cc627, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 440afb5c-2086-428d-8a09-2d0baa9cc627, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8882471055843863481 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88824710558438634818882471055843863481888247105584386348188824710558438634818882471055843863481888247105584386348188824710558438634818882471055843863481888247105584386348188824710558438634818882471055843863481888247105584386348188824710558438634818882471055843863481888247105584386348188824710558438634818882471055843863481888247105584386348188824710558438634818882471055843863481" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 78f0c9e1-ee1d-490b-93ba-3c181e9b8028, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7548db7f-4f7c-4f92-8595-a917897c111f, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7548db7f-4f7c-4f92-8595-a917897c111f, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10814743158307444788 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1081474315830744478810814743158307444788108147431583074447881081474315830744478810814743158307444788108147431583074447881081474315830744478810814743158307444788108147431583074447881081474315830744478810814743158307444788108147431583074447881081474315830744478810814743158307444788108147431583074447881081474315830744478810814743158307444788108147431583074447881081474315830744478810814743158307444788" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 440afb5c-2086-428d-8a09-2d0baa9cc627, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7184d958-a2f3-4db1-8497-8e6d317e0296, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7184d958-a2f3-4db1-8497-8e6d317e0296, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13099377428383648793 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1309937742838364879313099377428383648793130993774283836487931309937742838364879313099377428383648793130993774283836487931309937742838364879313099377428383648793130993774283836487931309937742838364879313099377428383648793130993774283836487931309937742838364879313099377428383648793130993774283836487931309937742838364879313099377428383648793130993774283836487931309937742838364879313099377428383648793" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7548db7f-4f7c-4f92-8595-a917897c111f, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 428167b0-bb25-47ec-938a-1043ae4c90d5, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 428167b0-bb25-47ec-938a-1043ae4c90d5, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17125687456084614172 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1712568745608461417217125687456084614172171256874560846141721712568745608461417217125687456084614172171256874560846141721712568745608461417217125687456084614172171256874560846141721712568745608461417217125687456084614172171256874560846141721712568745608461417217125687456084614172171256874560846141721712568745608461417217125687456084614172171256874560846141721712568745608461417217125687456084614172" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7184d958-a2f3-4db1-8497-8e6d317e0296, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ba8f0be6-3307-4a14-bff8-9fa4801d8bcf, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 428167b0-bb25-47ec-938a-1043ae4c90d5, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ba8f0be6-3307-4a14-bff8-9fa4801d8bcf, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3036419941244822107 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30364199412448221073036419941244822107303641994124482210730364199412448221073036419941244822107303641994124482210730364199412448221073036419941244822107303641994124482210730364199412448221073036419941244822107303641994124482210730364199412448221073036419941244822107303641994124482210730364199412448221073036419941244822107303641994124482210730364199412448221073036419941244822107" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c53f3590-129d-4b36-96b6-e6f9922065c0, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c53f3590-129d-4b36-96b6-e6f9922065c0, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2389483920878511899 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23894839208785118992389483920878511899238948392087851189923894839208785118992389483920878511899238948392087851189923894839208785118992389483920878511899238948392087851189923894839208785118992389483920878511899238948392087851189923894839208785118992389483920878511899238948392087851189923894839208785118992389483920878511899238948392087851189923894839208785118992389483920878511899" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ba8f0be6-3307-4a14-bff8-9fa4801d8bcf, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c53f3590-129d-4b36-96b6-e6f9922065c0, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e7d05c55-22d7-4cd9-bd75-912ca9ec22bc, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e7d05c55-22d7-4cd9-bd75-912ca9ec22bc, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13911895610787416196 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1391189561078741619613911895610787416196139118956107874161961391189561078741619613911895610787416196139118956107874161961391189561078741619613911895610787416196139118956107874161961391189561078741619613911895610787416196139118956107874161961391189561078741619613911895610787416196139118956107874161961391189561078741619613911895610787416196139118956107874161961391189561078741619613911895610787416196" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 405a950d-0a9b-4735-8fc6-06b9fcff0a72, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 405a950d-0a9b-4735-8fc6-06b9fcff0a72, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17269280655052385731 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1726928065505238573117269280655052385731172692806550523857311726928065505238573117269280655052385731172692806550523857311726928065505238573117269280655052385731172692806550523857311726928065505238573117269280655052385731172692806550523857311726928065505238573117269280655052385731172692806550523857311726928065505238573117269280655052385731172692806550523857311726928065505238573117269280655052385731" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e7d05c55-22d7-4cd9-bd75-912ca9ec22bc, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 48eaafbf-8e53-4254-9301-588598d09cf1, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 48eaafbf-8e53-4254-9301-588598d09cf1, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9936399005801577099 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99363990058015770999936399005801577099993639900580157709999363990058015770999936399005801577099993639900580157709999363990058015770999936399005801577099993639900580157709999363990058015770999936399005801577099993639900580157709999363990058015770999936399005801577099993639900580157709999363990058015770999936399005801577099993639900580157709999363990058015770999936399005801577099" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 405a950d-0a9b-4735-8fc6-06b9fcff0a72, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b954c40c-f50f-442b-9fdb-432bcdc96bd8, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b954c40c-f50f-442b-9fdb-432bcdc96bd8, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2055804197303802901 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20558041973038029012055804197303802901205580419730380290120558041973038029012055804197303802901205580419730380290120558041973038029012055804197303802901205580419730380290120558041973038029012055804197303802901205580419730380290120558041973038029012055804197303802901205580419730380290120558041973038029012055804197303802901205580419730380290120558041973038029012055804197303802901" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 48eaafbf-8e53-4254-9301-588598d09cf1, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a9a5e151-82a0-4605-97c6-5c5bf891db09, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a9a5e151-82a0-4605-97c6-5c5bf891db09, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17580216987229173714 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1758021698722917371417580216987229173714175802169872291737141758021698722917371417580216987229173714175802169872291737141758021698722917371417580216987229173714175802169872291737141758021698722917371417580216987229173714175802169872291737141758021698722917371417580216987229173714175802169872291737141758021698722917371417580216987229173714175802169872291737141758021698722917371417580216987229173714" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b954c40c-f50f-442b-9fdb-432bcdc96bd8, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 58116e3c-880b-4656-a936-fa3cf39729b2, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 58116e3c-880b-4656-a936-fa3cf39729b2, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1048237645434641566 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10482376454346415661048237645434641566104823764543464156610482376454346415661048237645434641566104823764543464156610482376454346415661048237645434641566104823764543464156610482376454346415661048237645434641566104823764543464156610482376454346415661048237645434641566104823764543464156610482376454346415661048237645434641566104823764543464156610482376454346415661048237645434641566" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 58116e3c-880b-4656-a936-fa3cf39729b2, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fdf0c1e9-942a-43ca-9ffc-d7558f774164, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fdf0c1e9-942a-43ca-9ffc-d7558f774164, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10820672381917658025 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1082067238191765802510820672381917658025108206723819176580251082067238191765802510820672381917658025108206723819176580251082067238191765802510820672381917658025108206723819176580251082067238191765802510820672381917658025108206723819176580251082067238191765802510820672381917658025108206723819176580251082067238191765802510820672381917658025108206723819176580251082067238191765802510820672381917658025" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a9a5e151-82a0-4605-97c6-5c5bf891db09, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 14e2c1ce-29dc-4fe7-baa9-02bbfc67801e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 14e2c1ce-29dc-4fe7-baa9-02bbfc67801e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16716187444456601646 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1671618744445660164616716187444456601646167161874444566016461671618744445660164616716187444456601646167161874444566016461671618744445660164616716187444456601646167161874444566016461671618744445660164616716187444456601646167161874444566016461671618744445660164616716187444456601646167161874444566016461671618744445660164616716187444456601646167161874444566016461671618744445660164616716187444456601646" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fdf0c1e9-942a-43ca-9ffc-d7558f774164, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2a9d48a9-1b55-4c85-a91b-5f38ba9fcbad, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2a9d48a9-1b55-4c85-a91b-5f38ba9fcbad, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9750113149816562172 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97501131498165621729750113149816562172975011314981656217297501131498165621729750113149816562172975011314981656217297501131498165621729750113149816562172975011314981656217297501131498165621729750113149816562172975011314981656217297501131498165621729750113149816562172975011314981656217297501131498165621729750113149816562172975011314981656217297501131498165621729750113149816562172" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 14e2c1ce-29dc-4fe7-baa9-02bbfc67801e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2fceea17-424d-405a-b190-28b69c6b7b21, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2fceea17-424d-405a-b190-28b69c6b7b21, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10304585379365873645 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1030458537936587364510304585379365873645103045853793658736451030458537936587364510304585379365873645103045853793658736451030458537936587364510304585379365873645103045853793658736451030458537936587364510304585379365873645103045853793658736451030458537936587364510304585379365873645103045853793658736451030458537936587364510304585379365873645103045853793658736451030458537936587364510304585379365873645" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2fceea17-424d-405a-b190-28b69c6b7b21, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0ca0d334-af59-4caf-bef2-be1add5ded55, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0ca0d334-af59-4caf-bef2-be1add5ded55, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4615232098531297261 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46152320985312972614615232098531297261461523209853129726146152320985312972614615232098531297261461523209853129726146152320985312972614615232098531297261461523209853129726146152320985312972614615232098531297261461523209853129726146152320985312972614615232098531297261461523209853129726146152320985312972614615232098531297261461523209853129726146152320985312972614615232098531297261" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2a9d48a9-1b55-4c85-a91b-5f38ba9fcbad, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0e0a8cb1-51fa-41db-95aa-1d04c4b35371, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0e0a8cb1-51fa-41db-95aa-1d04c4b35371, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5406808466371330777 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54068084663713307775406808466371330777540680846637133077754068084663713307775406808466371330777540680846637133077754068084663713307775406808466371330777540680846637133077754068084663713307775406808466371330777540680846637133077754068084663713307775406808466371330777540680846637133077754068084663713307775406808466371330777540680846637133077754068084663713307775406808466371330777" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0ca0d334-af59-4caf-bef2-be1add5ded55, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 420d660a-4590-44d3-9b62-2d9acd1a4fe0, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 420d660a-4590-44d3-9b62-2d9acd1a4fe0, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14774357670052985307 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1477435767005298530714774357670052985307147743576700529853071477435767005298530714774357670052985307147743576700529853071477435767005298530714774357670052985307147743576700529853071477435767005298530714774357670052985307147743576700529853071477435767005298530714774357670052985307147743576700529853071477435767005298530714774357670052985307147743576700529853071477435767005298530714774357670052985307" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0e0a8cb1-51fa-41db-95aa-1d04c4b35371, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 735f2ac4-d35d-4372-ad2b-da6d7782d8d4, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 735f2ac4-d35d-4372-ad2b-da6d7782d8d4, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9451933780285027387 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94519337802850273879451933780285027387945193378028502738794519337802850273879451933780285027387945193378028502738794519337802850273879451933780285027387945193378028502738794519337802850273879451933780285027387945193378028502738794519337802850273879451933780285027387945193378028502738794519337802850273879451933780285027387945193378028502738794519337802850273879451933780285027387" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 420d660a-4590-44d3-9b62-2d9acd1a4fe0, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b37b7b4e-a77c-42f2-a25b-c2d25adc4dbc, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b37b7b4e-a77c-42f2-a25b-c2d25adc4dbc, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1855242678405712362 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18552426784057123621855242678405712362185524267840571236218552426784057123621855242678405712362185524267840571236218552426784057123621855242678405712362185524267840571236218552426784057123621855242678405712362185524267840571236218552426784057123621855242678405712362185524267840571236218552426784057123621855242678405712362185524267840571236218552426784057123621855242678405712362" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 735f2ac4-d35d-4372-ad2b-da6d7782d8d4, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9dc3b14f-b2cc-49ff-957f-aeb35ff40dd3, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9dc3b14f-b2cc-49ff-957f-aeb35ff40dd3, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10538348258938783996 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1053834825893878399610538348258938783996105383482589387839961053834825893878399610538348258938783996105383482589387839961053834825893878399610538348258938783996105383482589387839961053834825893878399610538348258938783996105383482589387839961053834825893878399610538348258938783996105383482589387839961053834825893878399610538348258938783996105383482589387839961053834825893878399610538348258938783996" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b37b7b4e-a77c-42f2-a25b-c2d25adc4dbc, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 835fefd5-f896-4d2c-82fb-5c31d541ba30, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 835fefd5-f896-4d2c-82fb-5c31d541ba30, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9802676874855805521 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98026768748558055219802676874855805521980267687485580552198026768748558055219802676874855805521980267687485580552198026768748558055219802676874855805521980267687485580552198026768748558055219802676874855805521980267687485580552198026768748558055219802676874855805521980267687485580552198026768748558055219802676874855805521980267687485580552198026768748558055219802676874855805521" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9dc3b14f-b2cc-49ff-957f-aeb35ff40dd3, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 35a80557-c490-4792-bac2-0e37ae8439f9, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 35a80557-c490-4792-bac2-0e37ae8439f9, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17497567615987197516 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1749756761598719751617497567615987197516174975676159871975161749756761598719751617497567615987197516174975676159871975161749756761598719751617497567615987197516174975676159871975161749756761598719751617497567615987197516174975676159871975161749756761598719751617497567615987197516174975676159871975161749756761598719751617497567615987197516174975676159871975161749756761598719751617497567615987197516" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 835fefd5-f896-4d2c-82fb-5c31d541ba30, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 41755797-ea8b-4206-99bb-4274613d34e1, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 35a80557-c490-4792-bac2-0e37ae8439f9, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7c67dd79-8b96-48da-a9e1-8df5726a4fee, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7c67dd79-8b96-48da-a9e1-8df5726a4fee, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3264954213170013662 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32649542131700136623264954213170013662326495421317001366232649542131700136623264954213170013662326495421317001366232649542131700136623264954213170013662326495421317001366232649542131700136623264954213170013662326495421317001366232649542131700136623264954213170013662326495421317001366232649542131700136623264954213170013662326495421317001366232649542131700136623264954213170013662" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 41755797-ea8b-4206-99bb-4274613d34e1, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18373261910626293947 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1837326191062629394718373261910626293947183732619106262939471837326191062629394718373261910626293947183732619106262939471837326191062629394718373261910626293947183732619106262939471837326191062629394718373261910626293947183732619106262939471837326191062629394718373261910626293947183732619106262939471837326191062629394718373261910626293947183732619106262939471837326191062629394718373261910626293947" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 41755797-ea8b-4206-99bb-4274613d34e1, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fcff66c6-a9d1-450a-a3d4-bca7914e6d64, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fcff66c6-a9d1-450a-a3d4-bca7914e6d64, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11482932896065788274 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1148293289606578827411482932896065788274114829328960657882741148293289606578827411482932896065788274114829328960657882741148293289606578827411482932896065788274114829328960657882741148293289606578827411482932896065788274114829328960657882741148293289606578827411482932896065788274114829328960657882741148293289606578827411482932896065788274114829328960657882741148293289606578827411482932896065788274" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7c67dd79-8b96-48da-a9e1-8df5726a4fee, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fcff66c6-a9d1-450a-a3d4-bca7914e6d64, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c75bfb03-07fb-4af3-8639-bc8b73ad8879, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, faa45563-294c-4c11-b5e7-042461db1636, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, faa45563-294c-4c11-b5e7-042461db1636, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3123181982268780095 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31231819822687800953123181982268780095312318198226878009531231819822687800953123181982268780095312318198226878009531231819822687800953123181982268780095312318198226878009531231819822687800953123181982268780095312318198226878009531231819822687800953123181982268780095312318198226878009531231819822687800953123181982268780095312318198226878009531231819822687800953123181982268780095" } } } 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 1479788) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1479788) elapsed time (sec): 1.7530088424682617
DEBUG    ya.test:process.py:263 Command (pid 1479788) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1479788) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1479788) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1479788) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1479788) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1479788) maxrss: 852248
DEBUG    ya.test:process.py:263 Command (pid 1479788) minflt: 45194
DEBUG    ya.test:process.py:263 Command (pid 1479788) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1479788) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1479788) nivcsw: 230
DEBUG    ya.test:process.py:263 Command (pid 1479788) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1479788) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1479788) nvcsw: 15
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c75bfb03-07fb-4af3-8639-bc8b73ad8879, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1049236420723121348 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10492364207231213481049236420723121348104923642072312134810492364207231213481049236420723121348104923642072312134810492364207231213481049236420723121348104923642072312134810492364207231213481049236420723121348104923642072312134810492364207231213481049236420723121348104923642072312134810492364207231213481049236420723121348104923642072312134810492364207231213481049236420723121348" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, faa45563-294c-4c11-b5e7-042461db1636, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ya.test:process.py:263 Command (pid 1479788) oublock: 8
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ya.test:process.py:263 Command (pid 1479788) stime: 0.20590499999999998
DEBUG    ya.test:process.py:263 Command (pid 1479788) utime: 0.5689179999999999
DEBUG    ya.test:process.py:263 Command (pid 1479788) wtime: 1.814
DEBUG    ya.test:process.py:275 Command (pid 1479788) output:
Git info:
    Commit: 7a23765876ee13ed78e91c1ca1b71325a253b183
    Branch: 
    Author: kungurtsev <alexey66rus@gmail.com>
    Summary: Merge 469f9798005a1a918298775cb8a5adb11a8a50bd into 8d50e29d1b84743d62916af6925e96bcba19c3a1

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

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

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:298 Node 2 version:
Git info:
    Commit: 7a23765876ee13ed78e91c1ca1b71325a253b183
    Branch: 
    Author: kungurtsev <alexey66rus@gmail.com>
    Summary: Merge 469f9798005a1a918298775cb8a5adb11a8a50bd into 8d50e29d1b84743d62916af6925e96bcba19c3a1
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c75bfb03-07fb-4af3-8639-bc8b73ad8879, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e8afa7e1-f380-4c7c-8ce8-7403ea75f246, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e8afa7e1-f380-4c7c-8ce8-7403ea75f246, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5788830124044979550 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57888301240449795505788830124044979550578883012404497955057888301240449795505788830124044979550578883012404497955057888301240449795505788830124044979550578883012404497955057888301240449795505788830124044979550578883012404497955057888301240449795505788830124044979550578883012404497955057888301240449795505788830124044979550578883012404497955057888301240449795505788830124044979550" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 73e2079f-d783-4878-af18-ee739114f39b, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 73e2079f-d783-4878-af18-ee739114f39b, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16041611342450389912 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1604161134245038991216041611342450389912160416113424503899121604161134245038991216041611342450389912160416113424503899121604161134245038991216041611342450389912160416113424503899121604161134245038991216041611342450389912160416113424503899121604161134245038991216041611342450389912160416113424503899121604161134245038991216041611342450389912160416113424503899121604161134245038991216041611342450389912" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e8afa7e1-f380-4c7c-8ce8-7403ea75f246, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7555e32f-da5c-411f-b1b3-0570912cc890, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7555e32f-da5c-411f-b1b3-0570912cc890, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15099068497670048499 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1509906849767004849915099068497670048499150990684976700484991509906849767004849915099068497670048499150990684976700484991509906849767004849915099068497670048499150990684976700484991509906849767004849915099068497670048499150990684976700484991509906849767004849915099068497670048499150990684976700484991509906849767004849915099068497670048499150990684976700484991509906849767004849915099068497670048499" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 73e2079f-d783-4878-af18-ee739114f39b, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e00ed571-79773bcb-6cdd0324-973985b4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13afc30>
DEBUG    ydb.table.SessionPool:_sp_impl.py:145 Requested session destroy: <ydb.table.Session object at 0x7b89d13afc30>, reason: session-close
DEBUG    ydb.table.SessionPool:_sp_impl.py:149 Session <ydb.table.Session object at 0x7b89d13afc30> is no longer active. Current active count 1.
DEBUG    ydb.connection:connection.py:421 RpcState(DeleteSession, 564c906c-081f-4ba1-990e-73a4c81aebbc, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DeleteSession, 564c906c-081f-4ba1-990e-73a4c81aebbc, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NzE5MjRiNjItNzc2NzFmMjEtOGZkYWVhNDgtMTAzM2M2NTU=" operation_params { operation_timeout { seconds: 3 } cancel_after { seconds: 3 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:173 Sent delete on session <ydb.table.Session object at 0x7b89d13afc30>
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 0x7b89d1b6f7b0 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 0x7b89d1b70570>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7b89d1b70570>
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 876fddb2-2060-486f-ad9e-99ea12cbdc41, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 876fddb2-2060-486f-ad9e-99ea12cbdc41, ghrun-l3j5z36jj4.auto.internal:28402): request = { operation_params { operation_timeout { seconds: 3 } cancel_after { seconds: 3 } } }
DEBUG    ydb.connection:connection.py:118 RpcState(DeleteSession, 564c906c-081f-4ba1-990e-73a4c81aebbc, ghrun-l3j5z36jj4.auto.internal:28402): on response callback started
DEBUG    ydb.connection:connection.py:52 RpcState(DeleteSession, 564c906c-081f-4ba1-990e-73a4c81aebbc, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS } }
DEBUG    ydb.connection:connection.py:123 RpcState(DeleteSession, 564c906c-081f-4ba1-990e-73a4c81aebbc, ghrun-l3j5z36jj4.auto.internal:28402): on response callback success
DEBUG    ydb.connection:connection.py:118 RpcState(CreateSession, 876fddb2-2060-486f-ad9e-99ea12cbdc41, ghrun-l3j5z36jj4.auto.internal:28402): on response callback started
DEBUG    ydb.connection:connection.py:78 RpcState(CreateSession, 876fddb2-2060-486f-ad9e-99ea12cbdc41, ghrun-l3j5z36jj4.auto.internal:28402): 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-10-14T15:03:25.468367411+00:00"}"
>
DEBUG    ydb.connection:connection.py:91 RpcState(CreateSession, 876fddb2-2060-486f-ad9e-99ea12cbdc41, ghrun-l3j5z36jj4.auto.internal:28402): unhandled rpc error, disconnecting channel
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-l3j5z36jj4.auto.internal:28402
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-10-14T15:03:25.468367411+00:00"}"
>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7555e32f-da5c-411f-b1b3-0570912cc890, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:195 Replying to waiter with a session <ydb.table.Session object at 0x7b89d13972b0>
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 0x7b89d1b786b0 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 0x7b89d1b643b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7b89d1b643b0>
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, cb06b151-24c9-4945-b7a4-af27b359e524, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, cb06b151-24c9-4945-b7a4-af27b359e524, ghrun-l3j5z36jj4.auto.internal:2321): request = { operation_params { operation_timeout { seconds: 3 } cancel_after { seconds: 3 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 64c148b6-f9fe-4091-86a9-0e1a93290f77, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 64c148b6-f9fe-4091-86a9-0e1a93290f77, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3601344092938969163 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36013440929389691633601344092938969163360134409293896916336013440929389691633601344092938969163360134409293896916336013440929389691633601344092938969163360134409293896916336013440929389691633601344092938969163360134409293896916336013440929389691633601344092938969163360134409293896916336013440929389691633601344092938969163360134409293896916336013440929389691633601344092938969163" } } } 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:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 64c148b6-f9fe-4091-86a9-0e1a93290f77, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: UNDETERMINED issues { message: "State of operation is unknown. Error writing to table `/Root/test_simple_encryption_1/db1`. Transaction state unknown for tablet 72075186224038911." issue_code: 2026 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k7hkyr2t8vz83kqm43e9exg5" } } } } }
DEBUG    ydb.connection:connection.py:118 RpcState(CreateSession, cb06b151-24c9-4945-b7a4-af27b359e524, ghrun-l3j5z36jj4.auto.internal:2321): on response callback started
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, cb06b151-24c9-4945-b7a4-af27b359e524, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=50003&id=NGMxZTc0ZjQtZWRiNjhiYmItZTJjZTA2ZDAtN2IzMzRkNmY=" } } } }
DEBUG    ydb.connection:connection.py:123 RpcState(CreateSession, cb06b151-24c9-4945-b7a4-af27b359e524, ghrun-l3j5z36jj4.auto.internal:2321): on response callback success
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1b643b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:195 Replying to waiter with a session <ydb.table.Session object at 0x7b89d1b643b0>
DEBUG    ydb.connection:connection.py:421 RpcState(PrepareDataQuery, 9b6129e0-50f8-44f9-8d9a-3be999b35038, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(PrepareDataQuery, 9b6129e0-50f8-44f9-8d9a-3be999b35038, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NGMxZTc0ZjQtZWRiNjhiYmItZTJjZTA2ZDAtN2IzMzRkNmY=" yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7b89d1b70570>
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 0x7b89d1b70570>, reason: session-useless
DEBUG    ydb.table.SessionPool:_sp_impl.py:149 Session <ydb.table.Session object at 0x7b89d1b70570> is no longer active. Current active count 2.
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
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 135, in retry_operation_sync
    for next_opt in opt_generator:
                    ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 96, 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 516, 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. Error writing to table `/Root/test_simple_encryption_1/db1`. Transaction state unknown for tablet 72075186224038911." issue_code: 2026 severity: 1 (server_code: 400170)
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7befe615-f30f-4f3b-b6f8-13e98a95d164, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7befe615-f30f-4f3b-b6f8-13e98a95d164, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16513371081729158430 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1651337108172915843016513371081729158430165133710817291584301651337108172915843016513371081729158430165133710817291584301651337108172915843016513371081729158430165133710817291584301651337108172915843016513371081729158430165133710817291584301651337108172915843016513371081729158430165133710817291584301651337108172915843016513371081729158430165133710817291584301651337108172915843016513371081729158430" } } } 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, 9b6129e0-50f8-44f9-8d9a-3be999b35038, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.PrepareQueryResult] { query_id: "ydb://preparedqueryid/4?id=a89bd37d-38579836-38aa2348-cc4f6550" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7cd4643e-fdc8-45b5-b4a3-7161da8233a9, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7cd4643e-fdc8-45b5-b4a3-7161da8233a9, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NGMxZTc0ZjQtZWRiNjhiYmItZTJjZTA2ZDAtN2IzMzRkNmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11817765673480447785 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1181776567348044778511817765673480447785118177656734804477851181776567348044778511817765673480447785118177656734804477851181776567348044778511817765673480447785118177656734804477851181776567348044778511817765673480447785118177656734804477851181776567348044778511817765673480447785118177656734804477851181776567348044778511817765673480447785118177656734804477851181776567348044778511817765673480447785" } } } 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:421 RpcState(ListEndpoints, 16a2abdb-a271-41e5-b8ea-b1406df21268, localhost:1800): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 16a2abdb-a271-41e5-b8ea-b1406df21268, localhost:1800): request = { database: "/Root/test_simple_encryption_1" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 16a2abdb-a271-41e5-b8ea-b1406df21268, localhost:1800): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-l3j5z36jj4.auto.internal" port: 2321 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-l3j5z36jj4.auto.internal:2321, location , ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:1800
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7cd4643e-fdc8-45b5-b4a3-7161da8233a9, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1b643b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, abea4b82-a9ec-4135-ac06-00b707568a0f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7befe615-f30f-4f3b-b6f8-13e98a95d164, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 66dbcebc-d4b1-4ec7-a90d-9f595555fb45, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 66dbcebc-d4b1-4ec7-a90d-9f595555fb45, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6295656624042159809 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62956566240421598096295656624042159809629565662404215980962956566240421598096295656624042159809629565662404215980962956566240421598096295656624042159809629565662404215980962956566240421598096295656624042159809629565662404215980962956566240421598096295656624042159809629565662404215980962956566240421598096295656624042159809629565662404215980962956566240421598096295656624042159809" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, abea4b82-a9ec-4135-ac06-00b707568a0f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NGMxZTc0ZjQtZWRiNjhiYmItZTJjZTA2ZDAtN2IzMzRkNmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2326758512229871198 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23267585122298711982326758512229871198232675851222987119823267585122298711982326758512229871198232675851222987119823267585122298711982326758512229871198232675851222987119823267585122298711982326758512229871198232675851222987119823267585122298711982326758512229871198232675851222987119823267585122298711982326758512229871198232675851222987119823267585122298711982326758512229871198" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 66dbcebc-d4b1-4ec7-a90d-9f595555fb45, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038920." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k7hkyrcj9qv3cvk70xpz24vq" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 834689de-997d-4106-b79f-5250d45ccf4f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 834689de-997d-4106-b79f-5250d45ccf4f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6295656624042159809 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62956566240421598096295656624042159809629565662404215980962956566240421598096295656624042159809629565662404215980962956566240421598096295656624042159809629565662404215980962956566240421598096295656624042159809629565662404215980962956566240421598096295656624042159809629565662404215980962956566240421598096295656624042159809629565662404215980962956566240421598096295656624042159809" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, abea4b82-a9ec-4135-ac06-00b707568a0f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1b643b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 44832926-7b6d-417e-973c-cb6449be6f5f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 44832926-7b6d-417e-973c-cb6449be6f5f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NGMxZTc0ZjQtZWRiNjhiYmItZTJjZTA2ZDAtN2IzMzRkNmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16759206888511961546 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1675920688851196154616759206888511961546167592068885119615461675920688851196154616759206888511961546167592068885119615461675920688851196154616759206888511961546167592068885119615461675920688851196154616759206888511961546167592068885119615461675920688851196154616759206888511961546167592068885119615461675920688851196154616759206888511961546167592068885119615461675920688851196154616759206888511961546" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 834689de-997d-4106-b79f-5250d45ccf4f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5ee7824a-a5e0-41f7-891f-34e814be9bb8, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5ee7824a-a5e0-41f7-891f-34e814be9bb8, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17967135609721234167 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1796713560972123416717967135609721234167179671356097212341671796713560972123416717967135609721234167179671356097212341671796713560972123416717967135609721234167179671356097212341671796713560972123416717967135609721234167179671356097212341671796713560972123416717967135609721234167179671356097212341671796713560972123416717967135609721234167179671356097212341671796713560972123416717967135609721234167" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 44832926-7b6d-417e-973c-cb6449be6f5f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1b643b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 024b094f-4ceb-48f7-800d-1eb2c91648da, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 024b094f-4ceb-48f7-800d-1eb2c91648da, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NGMxZTc0ZjQtZWRiNjhiYmItZTJjZTA2ZDAtN2IzMzRkNmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13997339550420480761 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1399733955042048076113997339550420480761139973395504204807611399733955042048076113997339550420480761139973395504204807611399733955042048076113997339550420480761139973395504204807611399733955042048076113997339550420480761139973395504204807611399733955042048076113997339550420480761139973395504204807611399733955042048076113997339550420480761139973395504204807611399733955042048076113997339550420480761" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5ee7824a-a5e0-41f7-891f-34e814be9bb8, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 94fa6128-f6d9-48f6-9798-6cdb1c6572e8, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 94fa6128-f6d9-48f6-9798-6cdb1c6572e8, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12152300081756535175 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1215230008175653517512152300081756535175121523000817565351751215230008175653517512152300081756535175121523000817565351751215230008175653517512152300081756535175121523000817565351751215230008175653517512152300081756535175121523000817565351751215230008175653517512152300081756535175121523000817565351751215230008175653517512152300081756535175121523000817565351751215230008175653517512152300081756535175" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 024b094f-4ceb-48f7-800d-1eb2c91648da, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1b643b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 15a8fc9a-8fab-4256-bb4e-851d5f3ea778, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 15a8fc9a-8fab-4256-bb4e-851d5f3ea778, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NGMxZTc0ZjQtZWRiNjhiYmItZTJjZTA2ZDAtN2IzMzRkNmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8230983092000373586 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82309830920003735868230983092000373586823098309200037358682309830920003735868230983092000373586823098309200037358682309830920003735868230983092000373586823098309200037358682309830920003735868230983092000373586823098309200037358682309830920003735868230983092000373586823098309200037358682309830920003735868230983092000373586823098309200037358682309830920003735868230983092000373586" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 94fa6128-f6d9-48f6-9798-6cdb1c6572e8, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9868db8c-4b98-437e-bbfc-6cb11c55f817, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9868db8c-4b98-437e-bbfc-6cb11c55f817, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1699251571998858171 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16992515719988581711699251571998858171169925157199885817116992515719988581711699251571998858171169925157199885817116992515719988581711699251571998858171169925157199885817116992515719988581711699251571998858171169925157199885817116992515719988581711699251571998858171169925157199885817116992515719988581711699251571998858171169925157199885817116992515719988581711699251571998858171" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 15a8fc9a-8fab-4256-bb4e-851d5f3ea778, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1b643b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 36a79d85-3522-40bd-b38c-0a01cc1f97ca, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 36a79d85-3522-40bd-b38c-0a01cc1f97ca, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NGMxZTc0ZjQtZWRiNjhiYmItZTJjZTA2ZDAtN2IzMzRkNmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1556969224579243722 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15569692245792437221556969224579243722155696922457924372215569692245792437221556969224579243722155696922457924372215569692245792437221556969224579243722155696922457924372215569692245792437221556969224579243722155696922457924372215569692245792437221556969224579243722155696922457924372215569692245792437221556969224579243722155696922457924372215569692245792437221556969224579243722" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9868db8c-4b98-437e-bbfc-6cb11c55f817, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 36a79d85-3522-40bd-b38c-0a01cc1f97ca, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 844d31c0-c01a-4af6-a743-6a34e4592cff, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 844d31c0-c01a-4af6-a743-6a34e4592cff, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4617511732765922073 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46175117327659220734617511732765922073461751173276592207346175117327659220734617511732765922073461751173276592207346175117327659220734617511732765922073461751173276592207346175117327659220734617511732765922073461751173276592207346175117327659220734617511732765922073461751173276592207346175117327659220734617511732765922073461751173276592207346175117327659220734617511732765922073" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1b643b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d5dff259-cd75-4986-87c6-c78fc910bd1a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d5dff259-cd75-4986-87c6-c78fc910bd1a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NGMxZTc0ZjQtZWRiNjhiYmItZTJjZTA2ZDAtN2IzMzRkNmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13587742468998871865 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1358774246899887186513587742468998871865135877424689988718651358774246899887186513587742468998871865135877424689988718651358774246899887186513587742468998871865135877424689988718651358774246899887186513587742468998871865135877424689988718651358774246899887186513587742468998871865135877424689988718651358774246899887186513587742468998871865135877424689988718651358774246899887186513587742468998871865" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 844d31c0-c01a-4af6-a743-6a34e4592cff, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5e30e7f7-eff7-4c45-b848-2e37c31a3eb1, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5e30e7f7-eff7-4c45-b848-2e37c31a3eb1, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7428300492312357776 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74283004923123577767428300492312357776742830049231235777674283004923123577767428300492312357776742830049231235777674283004923123577767428300492312357776742830049231235777674283004923123577767428300492312357776742830049231235777674283004923123577767428300492312357776742830049231235777674283004923123577767428300492312357776742830049231235777674283004923123577767428300492312357776" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d5dff259-cd75-4986-87c6-c78fc910bd1a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1b643b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bc48b917-aba0-48aa-9b3e-45a6f54d8206, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bc48b917-aba0-48aa-9b3e-45a6f54d8206, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NGMxZTc0ZjQtZWRiNjhiYmItZTJjZTA2ZDAtN2IzMzRkNmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6720559141142398725 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67205591411423987256720559141142398725672055914114239872567205591411423987256720559141142398725672055914114239872567205591411423987256720559141142398725672055914114239872567205591411423987256720559141142398725672055914114239872567205591411423987256720559141142398725672055914114239872567205591411423987256720559141142398725672055914114239872567205591411423987256720559141142398725" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5e30e7f7-eff7-4c45-b848-2e37c31a3eb1, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c6e4d7a6-cc67-4698-b00a-c5a2cd0f5843, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bc48b917-aba0-48aa-9b3e-45a6f54d8206, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1b643b0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c6e4d7a6-cc67-4698-b00a-c5a2cd0f5843, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12084757946113970141 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1208475794611397014112084757946113970141120847579461139701411208475794611397014112084757946113970141120847579461139701411208475794611397014112084757946113970141120847579461139701411208475794611397014112084757946113970141120847579461139701411208475794611397014112084757946113970141120847579461139701411208475794611397014112084757946113970141120847579461139701411208475794611397014112084757946113970141" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8f15305b-5e4a-4a60-b9b0-b12c52d91583, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8f15305b-5e4a-4a60-b9b0-b12c52d91583, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NGMxZTc0ZjQtZWRiNjhiYmItZTJjZTA2ZDAtN2IzMzRkNmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4317886372128793973 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43178863721287939734317886372128793973431788637212879397343178863721287939734317886372128793973431788637212879397343178863721287939734317886372128793973431788637212879397343178863721287939734317886372128793973431788637212879397343178863721287939734317886372128793973431788637212879397343178863721287939734317886372128793973431788637212879397343178863721287939734317886372128793973" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c6e4d7a6-cc67-4698-b00a-c5a2cd0f5843, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e6beb68d-6ecf-48d9-89d6-753348143d27, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8f15305b-5e4a-4a60-b9b0-b12c52d91583, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1b643b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5e240e74-db93-4686-b056-a2f1f4c0dfb0, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5e240e74-db93-4686-b056-a2f1f4c0dfb0, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NGMxZTc0ZjQtZWRiNjhiYmItZTJjZTA2ZDAtN2IzMzRkNmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10363653661369196065 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1036365366136919606510363653661369196065103636536613691960651036365366136919606510363653661369196065103636536613691960651036365366136919606510363653661369196065103636536613691960651036365366136919606510363653661369196065103636536613691960651036365366136919606510363653661369196065103636536613691960651036365366136919606510363653661369196065103636536613691960651036365366136919606510363653661369196065" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e6beb68d-6ecf-48d9-89d6-753348143d27, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1742728458699282021 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17427284586992820211742728458699282021174272845869928202117427284586992820211742728458699282021174272845869928202117427284586992820211742728458699282021174272845869928202117427284586992820211742728458699282021174272845869928202117427284586992820211742728458699282021174272845869928202117427284586992820211742728458699282021174272845869928202117427284586992820211742728458699282021" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5e240e74-db93-4686-b056-a2f1f4c0dfb0, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1b643b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 73258c6d-5208-4365-92bc-fdc49be7ed62, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 73258c6d-5208-4365-92bc-fdc49be7ed62, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NGMxZTc0ZjQtZWRiNjhiYmItZTJjZTA2ZDAtN2IzMzRkNmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1606489538708807428 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16064895387088074281606489538708807428160648953870880742816064895387088074281606489538708807428160648953870880742816064895387088074281606489538708807428160648953870880742816064895387088074281606489538708807428160648953870880742816064895387088074281606489538708807428160648953870880742816064895387088074281606489538708807428160648953870880742816064895387088074281606489538708807428" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e6beb68d-6ecf-48d9-89d6-753348143d27, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c235e1e5-6eee-4bd5-ae6f-69b7a3ef049c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 73258c6d-5208-4365-92bc-fdc49be7ed62, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1b643b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3a307106-0b55-4e54-b6f6-5afd9ba62cf3, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c235e1e5-6eee-4bd5-ae6f-69b7a3ef049c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16788040814159241185 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1678804081415924118516788040814159241185167880408141592411851678804081415924118516788040814159241185167880408141592411851678804081415924118516788040814159241185167880408141592411851678804081415924118516788040814159241185167880408141592411851678804081415924118516788040814159241185167880408141592411851678804081415924118516788040814159241185167880408141592411851678804081415924118516788040814159241185" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3a307106-0b55-4e54-b6f6-5afd9ba62cf3, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NGMxZTc0ZjQtZWRiNjhiYmItZTJjZTA2ZDAtN2IzMzRkNmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8626410282341975448 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86264102823419754488626410282341975448862641028234197544886264102823419754488626410282341975448862641028234197544886264102823419754488626410282341975448862641028234197544886264102823419754488626410282341975448862641028234197544886264102823419754488626410282341975448862641028234197544886264102823419754488626410282341975448862641028234197544886264102823419754488626410282341975448" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c235e1e5-6eee-4bd5-ae6f-69b7a3ef049c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3b44c2fe-2838-480d-a80f-711e32c0f7e6, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3b44c2fe-2838-480d-a80f-711e32c0f7e6, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14725821916867319644 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1472582191686731964414725821916867319644147258219168673196441472582191686731964414725821916867319644147258219168673196441472582191686731964414725821916867319644147258219168673196441472582191686731964414725821916867319644147258219168673196441472582191686731964414725821916867319644147258219168673196441472582191686731964414725821916867319644147258219168673196441472582191686731964414725821916867319644" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3a307106-0b55-4e54-b6f6-5afd9ba62cf3, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1b643b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a6e2a5bb-e35e-4f82-977e-be5d9b735289, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a6e2a5bb-e35e-4f82-977e-be5d9b735289, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NGMxZTc0ZjQtZWRiNjhiYmItZTJjZTA2ZDAtN2IzMzRkNmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12146986153493131035 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1214698615349313103512146986153493131035121469861534931310351214698615349313103512146986153493131035121469861534931310351214698615349313103512146986153493131035121469861534931310351214698615349313103512146986153493131035121469861534931310351214698615349313103512146986153493131035121469861534931310351214698615349313103512146986153493131035121469861534931310351214698615349313103512146986153493131035" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3b44c2fe-2838-480d-a80f-711e32c0f7e6, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 18e2c1c4-b31e-4351-85c6-7b2496f768df, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 18e2c1c4-b31e-4351-85c6-7b2496f768df, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8030353198155969278 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80303531981559692788030353198155969278803035319815596927880303531981559692788030353198155969278803035319815596927880303531981559692788030353198155969278803035319815596927880303531981559692788030353198155969278803035319815596927880303531981559692788030353198155969278803035319815596927880303531981559692788030353198155969278803035319815596927880303531981559692788030353198155969278" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a6e2a5bb-e35e-4f82-977e-be5d9b735289, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1b643b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 943704f8-9c50-4fd5-aac4-eb11a53e86d2, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 943704f8-9c50-4fd5-aac4-eb11a53e86d2, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NGMxZTc0ZjQtZWRiNjhiYmItZTJjZTA2ZDAtN2IzMzRkNmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8875124719572636445 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88751247195726364458875124719572636445887512471957263644588751247195726364458875124719572636445887512471957263644588751247195726364458875124719572636445887512471957263644588751247195726364458875124719572636445887512471957263644588751247195726364458875124719572636445887512471957263644588751247195726364458875124719572636445887512471957263644588751247195726364458875124719572636445" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 18e2c1c4-b31e-4351-85c6-7b2496f768df, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bc151252-62ea-4aea-8de5-8670a25463b8, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bc151252-62ea-4aea-8de5-8670a25463b8, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12493312944377932096 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1249331294437793209612493312944377932096124933129443779320961249331294437793209612493312944377932096124933129443779320961249331294437793209612493312944377932096124933129443779320961249331294437793209612493312944377932096124933129443779320961249331294437793209612493312944377932096124933129443779320961249331294437793209612493312944377932096124933129443779320961249331294437793209612493312944377932096" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 943704f8-9c50-4fd5-aac4-eb11a53e86d2, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1b643b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4aa94968-3a06-4bf1-8125-a7259bb7b4b9, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4aa94968-3a06-4bf1-8125-a7259bb7b4b9, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NGMxZTc0ZjQtZWRiNjhiYmItZTJjZTA2ZDAtN2IzMzRkNmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16085944972052560185 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1608594497205256018516085944972052560185160859449720525601851608594497205256018516085944972052560185160859449720525601851608594497205256018516085944972052560185160859449720525601851608594497205256018516085944972052560185160859449720525601851608594497205256018516085944972052560185160859449720525601851608594497205256018516085944972052560185160859449720525601851608594497205256018516085944972052560185" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bc151252-62ea-4aea-8de5-8670a25463b8, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1442839c-57e9-4d26-8d46-2349b52b5e18, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1442839c-57e9-4d26-8d46-2349b52b5e18, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15914482132022878465 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1591448213202287846515914482132022878465159144821320228784651591448213202287846515914482132022878465159144821320228784651591448213202287846515914482132022878465159144821320228784651591448213202287846515914482132022878465159144821320228784651591448213202287846515914482132022878465159144821320228784651591448213202287846515914482132022878465159144821320228784651591448213202287846515914482132022878465" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4aa94968-3a06-4bf1-8125-a7259bb7b4b9, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1b643b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6e032c63-66ab-4d3a-a41a-7b139f96f4c0, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6e032c63-66ab-4d3a-a41a-7b139f96f4c0, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NGMxZTc0ZjQtZWRiNjhiYmItZTJjZTA2ZDAtN2IzMzRkNmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17774772682572422197 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1777477268257242219717774772682572422197177747726825724221971777477268257242219717774772682572422197177747726825724221971777477268257242219717774772682572422197177747726825724221971777477268257242219717774772682572422197177747726825724221971777477268257242219717774772682572422197177747726825724221971777477268257242219717774772682572422197177747726825724221971777477268257242219717774772682572422197" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1442839c-57e9-4d26-8d46-2349b52b5e18, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 32190486-7322-4c87-af43-39a2313f0f48, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 32190486-7322-4c87-af43-39a2313f0f48, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3556031623191768851 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35560316231917688513556031623191768851355603162319176885135560316231917688513556031623191768851355603162319176885135560316231917688513556031623191768851355603162319176885135560316231917688513556031623191768851355603162319176885135560316231917688513556031623191768851355603162319176885135560316231917688513556031623191768851355603162319176885135560316231917688513556031623191768851" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6e032c63-66ab-4d3a-a41a-7b139f96f4c0, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1b643b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 622428d2-c651-4dea-82e3-5c9c848a8550, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 622428d2-c651-4dea-82e3-5c9c848a8550, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NGMxZTc0ZjQtZWRiNjhiYmItZTJjZTA2ZDAtN2IzMzRkNmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2895827406296540789 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28958274062965407892895827406296540789289582740629654078928958274062965407892895827406296540789289582740629654078928958274062965407892895827406296540789289582740629654078928958274062965407892895827406296540789289582740629654078928958274062965407892895827406296540789289582740629654078928958274062965407892895827406296540789289582740629654078928958274062965407892895827406296540789" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 32190486-7322-4c87-af43-39a2313f0f48, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 622428d2-c651-4dea-82e3-5c9c848a8550, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1b643b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e51db954-0ab2-472b-b17d-0fe8779c3473, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e51db954-0ab2-472b-b17d-0fe8779c3473, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NGMxZTc0ZjQtZWRiNjhiYmItZTJjZTA2ZDAtN2IzMzRkNmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11285515292068695206 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1128551529206869520611285515292068695206112855152920686952061128551529206869520611285515292068695206112855152920686952061128551529206869520611285515292068695206112855152920686952061128551529206869520611285515292068695206112855152920686952061128551529206869520611285515292068695206112855152920686952061128551529206869520611285515292068695206112855152920686952061128551529206869520611285515292068695206" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5f9a2669-de88-4b35-8ff1-5f472101377d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5f9a2669-de88-4b35-8ff1-5f472101377d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7787852926644704468 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77878529266447044687787852926644704468778785292664470446877878529266447044687787852926644704468778785292664470446877878529266447044687787852926644704468778785292664470446877878529266447044687787852926644704468778785292664470446877878529266447044687787852926644704468778785292664470446877878529266447044687787852926644704468778785292664470446877878529266447044687787852926644704468" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e51db954-0ab2-472b-b17d-0fe8779c3473, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1b643b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0295e91f-0b46-4a4d-8a40-f6bd0eae448a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0295e91f-0b46-4a4d-8a40-f6bd0eae448a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NGMxZTc0ZjQtZWRiNjhiYmItZTJjZTA2ZDAtN2IzMzRkNmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2949097277169692850 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29490972771696928502949097277169692850294909727716969285029490972771696928502949097277169692850294909727716969285029490972771696928502949097277169692850294909727716969285029490972771696928502949097277169692850294909727716969285029490972771696928502949097277169692850294909727716969285029490972771696928502949097277169692850294909727716969285029490972771696928502949097277169692850" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5f9a2669-de88-4b35-8ff1-5f472101377d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3b70fed1-5a1f-49ee-aa3a-3ac3c708f13f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3b70fed1-5a1f-49ee-aa3a-3ac3c708f13f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5548281954108686525 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55482819541086865255548281954108686525554828195410868652555482819541086865255548281954108686525554828195410868652555482819541086865255548281954108686525554828195410868652555482819541086865255548281954108686525554828195410868652555482819541086865255548281954108686525554828195410868652555482819541086865255548281954108686525554828195410868652555482819541086865255548281954108686525" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0295e91f-0b46-4a4d-8a40-f6bd0eae448a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1b643b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a68ef220-986e-4f13-ab4a-2b6c075ae117, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a68ef220-986e-4f13-ab4a-2b6c075ae117, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NGMxZTc0ZjQtZWRiNjhiYmItZTJjZTA2ZDAtN2IzMzRkNmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17767566172920584825 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1776756617292058482517767566172920584825177675661729205848251776756617292058482517767566172920584825177675661729205848251776756617292058482517767566172920584825177675661729205848251776756617292058482517767566172920584825177675661729205848251776756617292058482517767566172920584825177675661729205848251776756617292058482517767566172920584825177675661729205848251776756617292058482517767566172920584825" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3b70fed1-5a1f-49ee-aa3a-3ac3c708f13f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 93214b24-310c-4e0d-add6-749ac59f0326, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 93214b24-310c-4e0d-add6-749ac59f0326, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2673160620941133462 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26731606209411334622673160620941133462267316062094113346226731606209411334622673160620941133462267316062094113346226731606209411334622673160620941133462267316062094113346226731606209411334622673160620941133462267316062094113346226731606209411334622673160620941133462267316062094113346226731606209411334622673160620941133462267316062094113346226731606209411334622673160620941133462" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a68ef220-986e-4f13-ab4a-2b6c075ae117, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1b643b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 34fd668e-0dde-4722-a393-1d53adab6d41, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 34fd668e-0dde-4722-a393-1d53adab6d41, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NGMxZTc0ZjQtZWRiNjhiYmItZTJjZTA2ZDAtN2IzMzRkNmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12596727974275036872 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1259672797427503687212596727974275036872125967279742750368721259672797427503687212596727974275036872125967279742750368721259672797427503687212596727974275036872125967279742750368721259672797427503687212596727974275036872125967279742750368721259672797427503687212596727974275036872125967279742750368721259672797427503687212596727974275036872125967279742750368721259672797427503687212596727974275036872" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 93214b24-310c-4e0d-add6-749ac59f0326, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fd77de22-fcc0-4eac-989a-db73cfe52e86, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fd77de22-fcc0-4eac-989a-db73cfe52e86, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14076885337103358130 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1407688533710335813014076885337103358130140768853371033581301407688533710335813014076885337103358130140768853371033581301407688533710335813014076885337103358130140768853371033581301407688533710335813014076885337103358130140768853371033581301407688533710335813014076885337103358130140768853371033581301407688533710335813014076885337103358130140768853371033581301407688533710335813014076885337103358130" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 34fd668e-0dde-4722-a393-1d53adab6d41, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1b643b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fcc202ae-5b7c-43c9-844f-06e78a4e875c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fcc202ae-5b7c-43c9-844f-06e78a4e875c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NGMxZTc0ZjQtZWRiNjhiYmItZTJjZTA2ZDAtN2IzMzRkNmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15665229543340705382 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1566522954334070538215665229543340705382156652295433407053821566522954334070538215665229543340705382156652295433407053821566522954334070538215665229543340705382156652295433407053821566522954334070538215665229543340705382156652295433407053821566522954334070538215665229543340705382156652295433407053821566522954334070538215665229543340705382156652295433407053821566522954334070538215665229543340705382" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fd77de22-fcc0-4eac-989a-db73cfe52e86, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 580465be-4fd5-4d0e-90bf-c5aad2c1bfef, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 580465be-4fd5-4d0e-90bf-c5aad2c1bfef, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18002570506137708855 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1800257050613770885518002570506137708855180025705061377088551800257050613770885518002570506137708855180025705061377088551800257050613770885518002570506137708855180025705061377088551800257050613770885518002570506137708855180025705061377088551800257050613770885518002570506137708855180025705061377088551800257050613770885518002570506137708855180025705061377088551800257050613770885518002570506137708855" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fcc202ae-5b7c-43c9-844f-06e78a4e875c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1b643b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c4502195-c52a-44f2-ae1f-ccea97fb9f99, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c4502195-c52a-44f2-ae1f-ccea97fb9f99, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NGMxZTc0ZjQtZWRiNjhiYmItZTJjZTA2ZDAtN2IzMzRkNmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12656345504984677102 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1265634550498467710212656345504984677102126563455049846771021265634550498467710212656345504984677102126563455049846771021265634550498467710212656345504984677102126563455049846771021265634550498467710212656345504984677102126563455049846771021265634550498467710212656345504984677102126563455049846771021265634550498467710212656345504984677102126563455049846771021265634550498467710212656345504984677102" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 580465be-4fd5-4d0e-90bf-c5aad2c1bfef, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6c710c7b-b2e0-4d20-a966-4ca4bc55614e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6c710c7b-b2e0-4d20-a966-4ca4bc55614e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6963417026961689430 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69634170269616894306963417026961689430696341702696168943069634170269616894306963417026961689430696341702696168943069634170269616894306963417026961689430696341702696168943069634170269616894306963417026961689430696341702696168943069634170269616894306963417026961689430696341702696168943069634170269616894306963417026961689430696341702696168943069634170269616894306963417026961689430" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c4502195-c52a-44f2-ae1f-ccea97fb9f99, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1b643b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bfc2bf1a-df36-43fc-8c38-9bff9cf08bd6, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bfc2bf1a-df36-43fc-8c38-9bff9cf08bd6, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NGMxZTc0ZjQtZWRiNjhiYmItZTJjZTA2ZDAtN2IzMzRkNmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5029561703701795369 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50295617037017953695029561703701795369502956170370179536950295617037017953695029561703701795369502956170370179536950295617037017953695029561703701795369502956170370179536950295617037017953695029561703701795369502956170370179536950295617037017953695029561703701795369502956170370179536950295617037017953695029561703701795369502956170370179536950295617037017953695029561703701795369" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6c710c7b-b2e0-4d20-a966-4ca4bc55614e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f2273188-6949-4f54-8017-475384393f73, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f2273188-6949-4f54-8017-475384393f73, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5278876344361824135 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52788763443618241355278876344361824135527887634436182413552788763443618241355278876344361824135527887634436182413552788763443618241355278876344361824135527887634436182413552788763443618241355278876344361824135527887634436182413552788763443618241355278876344361824135527887634436182413552788763443618241355278876344361824135527887634436182413552788763443618241355278876344361824135" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bfc2bf1a-df36-43fc-8c38-9bff9cf08bd6, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1b643b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ebd8c1c6-15a2-4bb8-aa68-04b0838572aa, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ebd8c1c6-15a2-4bb8-aa68-04b0838572aa, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NGMxZTc0ZjQtZWRiNjhiYmItZTJjZTA2ZDAtN2IzMzRkNmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3733009923934773542 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37330099239347735423733009923934773542373300992393477354237330099239347735423733009923934773542373300992393477354237330099239347735423733009923934773542373300992393477354237330099239347735423733009923934773542373300992393477354237330099239347735423733009923934773542373300992393477354237330099239347735423733009923934773542373300992393477354237330099239347735423733009923934773542" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f2273188-6949-4f54-8017-475384393f73, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f5a91a96-cec1-4726-b7e4-4658b2106424, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f5a91a96-cec1-4726-b7e4-4658b2106424, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4603186963827945570 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46031869638279455704603186963827945570460318696382794557046031869638279455704603186963827945570460318696382794557046031869638279455704603186963827945570460318696382794557046031869638279455704603186963827945570460318696382794557046031869638279455704603186963827945570460318696382794557046031869638279455704603186963827945570460318696382794557046031869638279455704603186963827945570" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ebd8c1c6-15a2-4bb8-aa68-04b0838572aa, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1b643b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 488dc8f5-39d1-4d99-a9d1-ff9bffde51bf, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 488dc8f5-39d1-4d99-a9d1-ff9bffde51bf, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NGMxZTc0ZjQtZWRiNjhiYmItZTJjZTA2ZDAtN2IzMzRkNmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5446937593096192308 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54469375930961923085446937593096192308544693759309619230854469375930961923085446937593096192308544693759309619230854469375930961923085446937593096192308544693759309619230854469375930961923085446937593096192308544693759309619230854469375930961923085446937593096192308544693759309619230854469375930961923085446937593096192308544693759309619230854469375930961923085446937593096192308" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f5a91a96-cec1-4726-b7e4-4658b2106424, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5d1f4a58-8f22-4c12-81c0-856dfdf57747, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5d1f4a58-8f22-4c12-81c0-856dfdf57747, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5068001256799995139 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50680012567999951395068001256799995139506800125679999513950680012567999951395068001256799995139506800125679999513950680012567999951395068001256799995139506800125679999513950680012567999951395068001256799995139506800125679999513950680012567999951395068001256799995139506800125679999513950680012567999951395068001256799995139506800125679999513950680012567999951395068001256799995139" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 488dc8f5-39d1-4d99-a9d1-ff9bffde51bf, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1b643b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a54c029c-0c40-458d-91b9-5bb9dd69051e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a54c029c-0c40-458d-91b9-5bb9dd69051e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NGMxZTc0ZjQtZWRiNjhiYmItZTJjZTA2ZDAtN2IzMzRkNmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15949465080440737881 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1594946508044073788115949465080440737881159494650804407378811594946508044073788115949465080440737881159494650804407378811594946508044073788115949465080440737881159494650804407378811594946508044073788115949465080440737881159494650804407378811594946508044073788115949465080440737881159494650804407378811594946508044073788115949465080440737881159494650804407378811594946508044073788115949465080440737881" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a54c029c-0c40-458d-91b9-5bb9dd69051e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1b643b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4919ca17-b04f-498f-8ca8-dd725c136bbc, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4919ca17-b04f-498f-8ca8-dd725c136bbc, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NGMxZTc0ZjQtZWRiNjhiYmItZTJjZTA2ZDAtN2IzMzRkNmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6366244659096684684 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63662446590966846846366244659096684684636624465909668468463662446590966846846366244659096684684636624465909668468463662446590966846846366244659096684684636624465909668468463662446590966846846366244659096684684636624465909668468463662446590966846846366244659096684684636624465909668468463662446590966846846366244659096684684636624465909668468463662446590966846846366244659096684684" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5d1f4a58-8f22-4c12-81c0-856dfdf57747, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d08111b5-b3c4-4ca2-9a0a-be7a8710cef1, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d08111b5-b3c4-4ca2-9a0a-be7a8710cef1, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1980636624737386201 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19806366247373862011980636624737386201198063662473738620119806366247373862011980636624737386201198063662473738620119806366247373862011980636624737386201198063662473738620119806366247373862011980636624737386201198063662473738620119806366247373862011980636624737386201198063662473738620119806366247373862011980636624737386201198063662473738620119806366247373862011980636624737386201" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4919ca17-b04f-498f-8ca8-dd725c136bbc, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1b643b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, eff00332-4085-4a46-8358-808601dd1d04, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eff00332-4085-4a46-8358-808601dd1d04, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NGMxZTc0ZjQtZWRiNjhiYmItZTJjZTA2ZDAtN2IzMzRkNmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 884625792093898687 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "884625792093898687884625792093898687884625792093898687884625792093898687884625792093898687884625792093898687884625792093898687884625792093898687884625792093898687884625792093898687884625792093898687884625792093898687884625792093898687884625792093898687884625792093898687884625792093898687884625792093898687884625792093898687884625792093898687884625792093898687" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d08111b5-b3c4-4ca2-9a0a-be7a8710cef1, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eff00332-4085-4a46-8358-808601dd1d04, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1b643b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ae5da277-0e4b-442f-86c0-36dea44cf700, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ae5da277-0e4b-442f-86c0-36dea44cf700, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NGMxZTc0ZjQtZWRiNjhiYmItZTJjZTA2ZDAtN2IzMzRkNmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5498762840798418828 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54987628407984188285498762840798418828549876284079841882854987628407984188285498762840798418828549876284079841882854987628407984188285498762840798418828549876284079841882854987628407984188285498762840798418828549876284079841882854987628407984188285498762840798418828549876284079841882854987628407984188285498762840798418828549876284079841882854987628407984188285498762840798418828" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 04d2531a-3ad2-489c-a7ab-82b740b872ce, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 04d2531a-3ad2-489c-a7ab-82b740b872ce, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5716500924722680459 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57165009247226804595716500924722680459571650092472268045957165009247226804595716500924722680459571650092472268045957165009247226804595716500924722680459571650092472268045957165009247226804595716500924722680459571650092472268045957165009247226804595716500924722680459571650092472268045957165009247226804595716500924722680459571650092472268045957165009247226804595716500924722680459" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ae5da277-0e4b-442f-86c0-36dea44cf700, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1b643b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 642b716c-458b-439a-89ab-2f575b033131, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 04d2531a-3ad2-489c-a7ab-82b740b872ce, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f52bd857-f2ae-4a34-9ed4-5685ed0f420f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 642b716c-458b-439a-89ab-2f575b033131, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NGMxZTc0ZjQtZWRiNjhiYmItZTJjZTA2ZDAtN2IzMzRkNmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3385932335305474468 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33859323353054744683385932335305474468338593233530547446833859323353054744683385932335305474468338593233530547446833859323353054744683385932335305474468338593233530547446833859323353054744683385932335305474468338593233530547446833859323353054744683385932335305474468338593233530547446833859323353054744683385932335305474468338593233530547446833859323353054744683385932335305474468" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f52bd857-f2ae-4a34-9ed4-5685ed0f420f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14001507360537189910 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1400150736053718991014001507360537189910140015073605371899101400150736053718991014001507360537189910140015073605371899101400150736053718991014001507360537189910140015073605371899101400150736053718991014001507360537189910140015073605371899101400150736053718991014001507360537189910140015073605371899101400150736053718991014001507360537189910140015073605371899101400150736053718991014001507360537189910" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 642b716c-458b-439a-89ab-2f575b033131, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1b643b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1dd08eb1-8403-461e-84ea-8ddf1da2f557, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1dd08eb1-8403-461e-84ea-8ddf1da2f557, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NGMxZTc0ZjQtZWRiNjhiYmItZTJjZTA2ZDAtN2IzMzRkNmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14789903155939708262 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1478990315593970826214789903155939708262147899031559397082621478990315593970826214789903155939708262147899031559397082621478990315593970826214789903155939708262147899031559397082621478990315593970826214789903155939708262147899031559397082621478990315593970826214789903155939708262147899031559397082621478990315593970826214789903155939708262147899031559397082621478990315593970826214789903155939708262" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f52bd857-f2ae-4a34-9ed4-5685ed0f420f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 48a9e84a-1ff4-43b3-93e7-7294e92dc0bb, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 48a9e84a-1ff4-43b3-93e7-7294e92dc0bb, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15043908634193086798 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1504390863419308679815043908634193086798150439086341930867981504390863419308679815043908634193086798150439086341930867981504390863419308679815043908634193086798150439086341930867981504390863419308679815043908634193086798150439086341930867981504390863419308679815043908634193086798150439086341930867981504390863419308679815043908634193086798150439086341930867981504390863419308679815043908634193086798" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1dd08eb1-8403-461e-84ea-8ddf1da2f557, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1b643b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b39ca1c1-c566-4fea-9f6d-50ceba859b16, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b39ca1c1-c566-4fea-9f6d-50ceba859b16, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NGMxZTc0ZjQtZWRiNjhiYmItZTJjZTA2ZDAtN2IzMzRkNmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13239859584006041340 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1323985958400604134013239859584006041340132398595840060413401323985958400604134013239859584006041340132398595840060413401323985958400604134013239859584006041340132398595840060413401323985958400604134013239859584006041340132398595840060413401323985958400604134013239859584006041340132398595840060413401323985958400604134013239859584006041340132398595840060413401323985958400604134013239859584006041340" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 48a9e84a-1ff4-43b3-93e7-7294e92dc0bb, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 59ebdb81-4d78-409e-b0bf-4800943c4c19, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 59ebdb81-4d78-409e-b0bf-4800943c4c19, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14096165872939227268 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1409616587293922726814096165872939227268140961658729392272681409616587293922726814096165872939227268140961658729392272681409616587293922726814096165872939227268140961658729392272681409616587293922726814096165872939227268140961658729392272681409616587293922726814096165872939227268140961658729392272681409616587293922726814096165872939227268140961658729392272681409616587293922726814096165872939227268" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b39ca1c1-c566-4fea-9f6d-50ceba859b16, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1b643b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 59ebdb81-4d78-409e-b0bf-4800943c4c19, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3a54c7ec-92db-4350-b2a7-90f1cb84a052, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3a54c7ec-92db-4350-b2a7-90f1cb84a052, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NGMxZTc0ZjQtZWRiNjhiYmItZTJjZTA2ZDAtN2IzMzRkNmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 651473661527892398 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "651473661527892398651473661527892398651473661527892398651473661527892398651473661527892398651473661527892398651473661527892398651473661527892398651473661527892398651473661527892398651473661527892398651473661527892398651473661527892398651473661527892398651473661527892398651473661527892398651473661527892398651473661527892398651473661527892398651473661527892398" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7b7db58f-1a8e-458f-99cd-28cbf776a941, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7b7db58f-1a8e-458f-99cd-28cbf776a941, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10603262845294894482 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1060326284529489448210603262845294894482106032628452948944821060326284529489448210603262845294894482106032628452948944821060326284529489448210603262845294894482106032628452948944821060326284529489448210603262845294894482106032628452948944821060326284529489448210603262845294894482106032628452948944821060326284529489448210603262845294894482106032628452948944821060326284529489448210603262845294894482" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3a54c7ec-92db-4350-b2a7-90f1cb84a052, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1b643b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 74efba3e-f0e9-45f2-bc69-8f97c70bdb29, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 74efba3e-f0e9-45f2-bc69-8f97c70bdb29, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NGMxZTc0ZjQtZWRiNjhiYmItZTJjZTA2ZDAtN2IzMzRkNmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10400109921866177107 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1040010992186617710710400109921866177107104001099218661771071040010992186617710710400109921866177107104001099218661771071040010992186617710710400109921866177107104001099218661771071040010992186617710710400109921866177107104001099218661771071040010992186617710710400109921866177107104001099218661771071040010992186617710710400109921866177107104001099218661771071040010992186617710710400109921866177107" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7b7db58f-1a8e-458f-99cd-28cbf776a941, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0f85ad21-1170-4b9a-98ee-524c5601c308, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0f85ad21-1170-4b9a-98ee-524c5601c308, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17233515028787686507 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1723351502878768650717233515028787686507172335150287876865071723351502878768650717233515028787686507172335150287876865071723351502878768650717233515028787686507172335150287876865071723351502878768650717233515028787686507172335150287876865071723351502878768650717233515028787686507172335150287876865071723351502878768650717233515028787686507172335150287876865071723351502878768650717233515028787686507" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 74efba3e-f0e9-45f2-bc69-8f97c70bdb29, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1b643b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c6758290-ee80-49fc-8fa9-7561e3d4d424, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c6758290-ee80-49fc-8fa9-7561e3d4d424, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NGMxZTc0ZjQtZWRiNjhiYmItZTJjZTA2ZDAtN2IzMzRkNmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11692351808558219000 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1169235180855821900011692351808558219000116923518085582190001169235180855821900011692351808558219000116923518085582190001169235180855821900011692351808558219000116923518085582190001169235180855821900011692351808558219000116923518085582190001169235180855821900011692351808558219000116923518085582190001169235180855821900011692351808558219000116923518085582190001169235180855821900011692351808558219000" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0f85ad21-1170-4b9a-98ee-524c5601c308, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6bedfb1d-7b74-4d34-9b71-49d7856fe265, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6bedfb1d-7b74-4d34-9b71-49d7856fe265, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10693704438252712073 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1069370443825271207310693704438252712073106937044382527120731069370443825271207310693704438252712073106937044382527120731069370443825271207310693704438252712073106937044382527120731069370443825271207310693704438252712073106937044382527120731069370443825271207310693704438252712073106937044382527120731069370443825271207310693704438252712073106937044382527120731069370443825271207310693704438252712073" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6bedfb1d-7b74-4d34-9b71-49d7856fe265, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e71d086b-3aeb-4223-ba0b-7c203a7f3ede, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e71d086b-3aeb-4223-ba0b-7c203a7f3ede, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13533035422949983746 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1353303542294998374613533035422949983746135330354229499837461353303542294998374613533035422949983746135330354229499837461353303542294998374613533035422949983746135330354229499837461353303542294998374613533035422949983746135330354229499837461353303542294998374613533035422949983746135330354229499837461353303542294998374613533035422949983746135330354229499837461353303542294998374613533035422949983746" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c6758290-ee80-49fc-8fa9-7561e3d4d424, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1b643b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 95471e15-f688-484a-b21f-2db1843f2c53, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 95471e15-f688-484a-b21f-2db1843f2c53, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NGMxZTc0ZjQtZWRiNjhiYmItZTJjZTA2ZDAtN2IzMzRkNmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15473433474404095546 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1547343347440409554615473433474404095546154734334744040955461547343347440409554615473433474404095546154734334744040955461547343347440409554615473433474404095546154734334744040955461547343347440409554615473433474404095546154734334744040955461547343347440409554615473433474404095546154734334744040955461547343347440409554615473433474404095546154734334744040955461547343347440409554615473433474404095546" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e71d086b-3aeb-4223-ba0b-7c203a7f3ede, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f07aa19c-a1b5-4ca7-9c28-f4ff018015a3, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f07aa19c-a1b5-4ca7-9c28-f4ff018015a3, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11028083825601013962 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1102808382560101396211028083825601013962110280838256010139621102808382560101396211028083825601013962110280838256010139621102808382560101396211028083825601013962110280838256010139621102808382560101396211028083825601013962110280838256010139621102808382560101396211028083825601013962110280838256010139621102808382560101396211028083825601013962110280838256010139621102808382560101396211028083825601013962" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 95471e15-f688-484a-b21f-2db1843f2c53, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1b643b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 80d2faff-a4ee-4ae5-af13-e055a237685b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 80d2faff-a4ee-4ae5-af13-e055a237685b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NGMxZTc0ZjQtZWRiNjhiYmItZTJjZTA2ZDAtN2IzMzRkNmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7127200709408542291 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71272007094085422917127200709408542291712720070940854229171272007094085422917127200709408542291712720070940854229171272007094085422917127200709408542291712720070940854229171272007094085422917127200709408542291712720070940854229171272007094085422917127200709408542291712720070940854229171272007094085422917127200709408542291712720070940854229171272007094085422917127200709408542291" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f07aa19c-a1b5-4ca7-9c28-f4ff018015a3, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 288ba270-6785-45d0-85ca-c61fb910e40a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 288ba270-6785-45d0-85ca-c61fb910e40a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11727282861348885644 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1172728286134888564411727282861348885644117272828613488856441172728286134888564411727282861348885644117272828613488856441172728286134888564411727282861348885644117272828613488856441172728286134888564411727282861348885644117272828613488856441172728286134888564411727282861348885644117272828613488856441172728286134888564411727282861348885644117272828613488856441172728286134888564411727282861348885644" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 80d2faff-a4ee-4ae5-af13-e055a237685b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1b643b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9cc9aa59-681e-44e3-9e5b-fc9f334c95a9, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9cc9aa59-681e-44e3-9e5b-fc9f334c95a9, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NGMxZTc0ZjQtZWRiNjhiYmItZTJjZTA2ZDAtN2IzMzRkNmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4530902238994444002 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45309022389944440024530902238994444002453090223899444400245309022389944440024530902238994444002453090223899444400245309022389944440024530902238994444002453090223899444400245309022389944440024530902238994444002453090223899444400245309022389944440024530902238994444002453090223899444400245309022389944440024530902238994444002453090223899444400245309022389944440024530902238994444002" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 288ba270-6785-45d0-85ca-c61fb910e40a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 54d40cd0-05be-4389-a5ae-0bfd574e4bae, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 54d40cd0-05be-4389-a5ae-0bfd574e4bae, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18111409431376163683 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1811140943137616368318111409431376163683181114094313761636831811140943137616368318111409431376163683181114094313761636831811140943137616368318111409431376163683181114094313761636831811140943137616368318111409431376163683181114094313761636831811140943137616368318111409431376163683181114094313761636831811140943137616368318111409431376163683181114094313761636831811140943137616368318111409431376163683" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9cc9aa59-681e-44e3-9e5b-fc9f334c95a9, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1b643b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5a64f411-fb5b-4640-9290-14544710ab92, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5a64f411-fb5b-4640-9290-14544710ab92, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NGMxZTc0ZjQtZWRiNjhiYmItZTJjZTA2ZDAtN2IzMzRkNmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13667402224956863685 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1366740222495686368513667402224956863685136674022249568636851366740222495686368513667402224956863685136674022249568636851366740222495686368513667402224956863685136674022249568636851366740222495686368513667402224956863685136674022249568636851366740222495686368513667402224956863685136674022249568636851366740222495686368513667402224956863685136674022249568636851366740222495686368513667402224956863685" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 54d40cd0-05be-4389-a5ae-0bfd574e4bae, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4e7ccc75-26a1-422f-9b9a-e9d3db35f337, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4e7ccc75-26a1-422f-9b9a-e9d3db35f337, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9489844715731012909 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94898447157310129099489844715731012909948984471573101290994898447157310129099489844715731012909948984471573101290994898447157310129099489844715731012909948984471573101290994898447157310129099489844715731012909948984471573101290994898447157310129099489844715731012909948984471573101290994898447157310129099489844715731012909948984471573101290994898447157310129099489844715731012909" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5a64f411-fb5b-4640-9290-14544710ab92, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1b643b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 75092ac3-aa17-43c9-b849-62500c78d4ce, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 75092ac3-aa17-43c9-b849-62500c78d4ce, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NGMxZTc0ZjQtZWRiNjhiYmItZTJjZTA2ZDAtN2IzMzRkNmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8077032813817783201 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80770328138177832018077032813817783201807703281381778320180770328138177832018077032813817783201807703281381778320180770328138177832018077032813817783201807703281381778320180770328138177832018077032813817783201807703281381778320180770328138177832018077032813817783201807703281381778320180770328138177832018077032813817783201807703281381778320180770328138177832018077032813817783201" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4e7ccc75-26a1-422f-9b9a-e9d3db35f337, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a98078f3-8a60-4733-bd29-4ff3ae694083, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a98078f3-8a60-4733-bd29-4ff3ae694083, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5405313856578107184 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54053138565781071845405313856578107184540531385657810718454053138565781071845405313856578107184540531385657810718454053138565781071845405313856578107184540531385657810718454053138565781071845405313856578107184540531385657810718454053138565781071845405313856578107184540531385657810718454053138565781071845405313856578107184540531385657810718454053138565781071845405313856578107184" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 75092ac3-aa17-43c9-b849-62500c78d4ce, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1b643b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b3e24690-b181-40e9-b2f4-388272c702e0, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b3e24690-b181-40e9-b2f4-388272c702e0, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NGMxZTc0ZjQtZWRiNjhiYmItZTJjZTA2ZDAtN2IzMzRkNmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6174276283723460152 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61742762837234601526174276283723460152617427628372346015261742762837234601526174276283723460152617427628372346015261742762837234601526174276283723460152617427628372346015261742762837234601526174276283723460152617427628372346015261742762837234601526174276283723460152617427628372346015261742762837234601526174276283723460152617427628372346015261742762837234601526174276283723460152" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a98078f3-8a60-4733-bd29-4ff3ae694083, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1bafb834-9b16-4765-922f-18fb7fb7c874, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1bafb834-9b16-4765-922f-18fb7fb7c874, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 113106423043208921 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "113106423043208921113106423043208921113106423043208921113106423043208921113106423043208921113106423043208921113106423043208921113106423043208921113106423043208921113106423043208921113106423043208921113106423043208921113106423043208921113106423043208921113106423043208921113106423043208921113106423043208921113106423043208921113106423043208921113106423043208921" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b3e24690-b181-40e9-b2f4-388272c702e0, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1b643b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c4a3200d-c0ad-4898-8da7-17a366799ed6, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c4a3200d-c0ad-4898-8da7-17a366799ed6, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NGMxZTc0ZjQtZWRiNjhiYmItZTJjZTA2ZDAtN2IzMzRkNmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14246695561081420347 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1424669556108142034714246695561081420347142466955610814203471424669556108142034714246695561081420347142466955610814203471424669556108142034714246695561081420347142466955610814203471424669556108142034714246695561081420347142466955610814203471424669556108142034714246695561081420347142466955610814203471424669556108142034714246695561081420347142466955610814203471424669556108142034714246695561081420347" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1bafb834-9b16-4765-922f-18fb7fb7c874, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d91ee395-4329-426f-9392-86a9d613cbaf, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d91ee395-4329-426f-9392-86a9d613cbaf, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12024761311911567716 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1202476131191156771612024761311911567716120247613119115677161202476131191156771612024761311911567716120247613119115677161202476131191156771612024761311911567716120247613119115677161202476131191156771612024761311911567716120247613119115677161202476131191156771612024761311911567716120247613119115677161202476131191156771612024761311911567716120247613119115677161202476131191156771612024761311911567716" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c4a3200d-c0ad-4898-8da7-17a366799ed6, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1b643b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c46416a2-637e-4e31-80d3-6a82d36c9e7d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c46416a2-637e-4e31-80d3-6a82d36c9e7d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NGMxZTc0ZjQtZWRiNjhiYmItZTJjZTA2ZDAtN2IzMzRkNmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13243091811633487580 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1324309181163348758013243091811633487580132430918116334875801324309181163348758013243091811633487580132430918116334875801324309181163348758013243091811633487580132430918116334875801324309181163348758013243091811633487580132430918116334875801324309181163348758013243091811633487580132430918116334875801324309181163348758013243091811633487580132430918116334875801324309181163348758013243091811633487580" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d91ee395-4329-426f-9392-86a9d613cbaf, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 19187d16-4f89-423c-b8ed-f9d2cf1220a3, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 19187d16-4f89-423c-b8ed-f9d2cf1220a3, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17603021717688394392 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1760302171768839439217603021717688394392176030217176883943921760302171768839439217603021717688394392176030217176883943921760302171768839439217603021717688394392176030217176883943921760302171768839439217603021717688394392176030217176883943921760302171768839439217603021717688394392176030217176883943921760302171768839439217603021717688394392176030217176883943921760302171768839439217603021717688394392" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c46416a2-637e-4e31-80d3-6a82d36c9e7d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1b643b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, aa710178-b24a-4fd9-a765-67443d59813e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aa710178-b24a-4fd9-a765-67443d59813e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NGMxZTc0ZjQtZWRiNjhiYmItZTJjZTA2ZDAtN2IzMzRkNmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17030609165933973937 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1703060916593397393717030609165933973937170306091659339739371703060916593397393717030609165933973937170306091659339739371703060916593397393717030609165933973937170306091659339739371703060916593397393717030609165933973937170306091659339739371703060916593397393717030609165933973937170306091659339739371703060916593397393717030609165933973937170306091659339739371703060916593397393717030609165933973937" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 19187d16-4f89-423c-b8ed-f9d2cf1220a3, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, eb0e93c1-3cd9-4ed3-a1b9-e4c035fe22d3, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eb0e93c1-3cd9-4ed3-a1b9-e4c035fe22d3, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7927118277786570335 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79271182777865703357927118277786570335792711827778657033579271182777865703357927118277786570335792711827778657033579271182777865703357927118277786570335792711827778657033579271182777865703357927118277786570335792711827778657033579271182777865703357927118277786570335792711827778657033579271182777865703357927118277786570335792711827778657033579271182777865703357927118277786570335" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eb0e93c1-3cd9-4ed3-a1b9-e4c035fe22d3, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cf91c0fa-5b8a-4e3d-b442-2c2421e24cbb, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cf91c0fa-5b8a-4e3d-b442-2c2421e24cbb, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8303485624928511557 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83034856249285115578303485624928511557830348562492851155783034856249285115578303485624928511557830348562492851155783034856249285115578303485624928511557830348562492851155783034856249285115578303485624928511557830348562492851155783034856249285115578303485624928511557830348562492851155783034856249285115578303485624928511557830348562492851155783034856249285115578303485624928511557" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aa710178-b24a-4fd9-a765-67443d59813e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1b643b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9c68bfb8-5ae6-47ae-b6ce-29f5f2beb8b0, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9c68bfb8-5ae6-47ae-b6ce-29f5f2beb8b0, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NGMxZTc0ZjQtZWRiNjhiYmItZTJjZTA2ZDAtN2IzMzRkNmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6835380580723855718 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68353805807238557186835380580723855718683538058072385571868353805807238557186835380580723855718683538058072385571868353805807238557186835380580723855718683538058072385571868353805807238557186835380580723855718683538058072385571868353805807238557186835380580723855718683538058072385571868353805807238557186835380580723855718683538058072385571868353805807238557186835380580723855718" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cf91c0fa-5b8a-4e3d-b442-2c2421e24cbb, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bdbfba1c-5f4d-414f-a310-076c47e78f83, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bdbfba1c-5f4d-414f-a310-076c47e78f83, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18446219195154703373 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1844621919515470337318446219195154703373184462191951547033731844621919515470337318446219195154703373184462191951547033731844621919515470337318446219195154703373184462191951547033731844621919515470337318446219195154703373184462191951547033731844621919515470337318446219195154703373184462191951547033731844621919515470337318446219195154703373184462191951547033731844621919515470337318446219195154703373" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9c68bfb8-5ae6-47ae-b6ce-29f5f2beb8b0, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1b643b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 916ebc2b-6ffd-4980-ae8b-59032f1aaf14, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 916ebc2b-6ffd-4980-ae8b-59032f1aaf14, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NGMxZTc0ZjQtZWRiNjhiYmItZTJjZTA2ZDAtN2IzMzRkNmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9059434049794411100 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90594340497944111009059434049794411100905943404979441110090594340497944111009059434049794411100905943404979441110090594340497944111009059434049794411100905943404979441110090594340497944111009059434049794411100905943404979441110090594340497944111009059434049794411100905943404979441110090594340497944111009059434049794411100905943404979441110090594340497944111009059434049794411100" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bdbfba1c-5f4d-414f-a310-076c47e78f83, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 916ebc2b-6ffd-4980-ae8b-59032f1aaf14, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 352650e8-ba19-41b7-923f-af446bc5a4ba, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1b643b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4a938502-a6a7-46f8-a60f-03765a6b2f4c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4a938502-a6a7-46f8-a60f-03765a6b2f4c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NGMxZTc0ZjQtZWRiNjhiYmItZTJjZTA2ZDAtN2IzMzRkNmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18121208518476074766 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1812120851847607476618121208518476074766181212085184760747661812120851847607476618121208518476074766181212085184760747661812120851847607476618121208518476074766181212085184760747661812120851847607476618121208518476074766181212085184760747661812120851847607476618121208518476074766181212085184760747661812120851847607476618121208518476074766181212085184760747661812120851847607476618121208518476074766" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 352650e8-ba19-41b7-923f-af446bc5a4ba, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2631427410651056174 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26314274106510561742631427410651056174263142741065105617426314274106510561742631427410651056174263142741065105617426314274106510561742631427410651056174263142741065105617426314274106510561742631427410651056174263142741065105617426314274106510561742631427410651056174263142741065105617426314274106510561742631427410651056174263142741065105617426314274106510561742631427410651056174" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 352650e8-ba19-41b7-923f-af446bc5a4ba, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4a938502-a6a7-46f8-a60f-03765a6b2f4c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 838e289e-45a2-4559-b0d2-e96484405cc3, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 838e289e-45a2-4559-b0d2-e96484405cc3, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5589051170179571964 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55890511701795719645589051170179571964558905117017957196455890511701795719645589051170179571964558905117017957196455890511701795719645589051170179571964558905117017957196455890511701795719645589051170179571964558905117017957196455890511701795719645589051170179571964558905117017957196455890511701795719645589051170179571964558905117017957196455890511701795719645589051170179571964" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1b643b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1a711514-897e-43eb-ba18-06791ad4875f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1a711514-897e-43eb-ba18-06791ad4875f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NGMxZTc0ZjQtZWRiNjhiYmItZTJjZTA2ZDAtN2IzMzRkNmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5966694492826368942 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59666944928263689425966694492826368942596669449282636894259666944928263689425966694492826368942596669449282636894259666944928263689425966694492826368942596669449282636894259666944928263689425966694492826368942596669449282636894259666944928263689425966694492826368942596669449282636894259666944928263689425966694492826368942596669449282636894259666944928263689425966694492826368942" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 838e289e-45a2-4559-b0d2-e96484405cc3, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 552436f5-8829-43cc-a79e-362e7eeac856, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 552436f5-8829-43cc-a79e-362e7eeac856, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16598366049601586265 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1659836604960158626516598366049601586265165983660496015862651659836604960158626516598366049601586265165983660496015862651659836604960158626516598366049601586265165983660496015862651659836604960158626516598366049601586265165983660496015862651659836604960158626516598366049601586265165983660496015862651659836604960158626516598366049601586265165983660496015862651659836604960158626516598366049601586265" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1a711514-897e-43eb-ba18-06791ad4875f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1b643b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 90138ab0-e19b-4d29-b44e-7dc220a55d3f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 90138ab0-e19b-4d29-b44e-7dc220a55d3f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NGMxZTc0ZjQtZWRiNjhiYmItZTJjZTA2ZDAtN2IzMzRkNmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10359246904159250881 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1035924690415925088110359246904159250881103592469041592508811035924690415925088110359246904159250881103592469041592508811035924690415925088110359246904159250881103592469041592508811035924690415925088110359246904159250881103592469041592508811035924690415925088110359246904159250881103592469041592508811035924690415925088110359246904159250881103592469041592508811035924690415925088110359246904159250881" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 552436f5-8829-43cc-a79e-362e7eeac856, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1ae7e8fc-9026-45a0-b589-9c22a8ddb5d9, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1ae7e8fc-9026-45a0-b589-9c22a8ddb5d9, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13161237285788356728 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1316123728578835672813161237285788356728131612372857883567281316123728578835672813161237285788356728131612372857883567281316123728578835672813161237285788356728131612372857883567281316123728578835672813161237285788356728131612372857883567281316123728578835672813161237285788356728131612372857883567281316123728578835672813161237285788356728131612372857883567281316123728578835672813161237285788356728" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1ae7e8fc-9026-45a0-b589-9c22a8ddb5d9, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6e0afa66-d75a-482d-9c0a-4ec9b3c17589, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6e0afa66-d75a-482d-9c0a-4ec9b3c17589, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3683314681820532469 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36833146818205324693683314681820532469368331468182053246936833146818205324693683314681820532469368331468182053246936833146818205324693683314681820532469368331468182053246936833146818205324693683314681820532469368331468182053246936833146818205324693683314681820532469368331468182053246936833146818205324693683314681820532469368331468182053246936833146818205324693683314681820532469" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 90138ab0-e19b-4d29-b44e-7dc220a55d3f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1b643b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 01ee0a1e-ad1d-42ed-b335-b212322f0cf9, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 01ee0a1e-ad1d-42ed-b335-b212322f0cf9, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NGMxZTc0ZjQtZWRiNjhiYmItZTJjZTA2ZDAtN2IzMzRkNmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8690518960421875277 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86905189604218752778690518960421875277869051896042187527786905189604218752778690518960421875277869051896042187527786905189604218752778690518960421875277869051896042187527786905189604218752778690518960421875277869051896042187527786905189604218752778690518960421875277869051896042187527786905189604218752778690518960421875277869051896042187527786905189604218752778690518960421875277" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6e0afa66-d75a-482d-9c0a-4ec9b3c17589, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2cc247de-e4a6-4b57-a88a-fa2b1860d5db, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2cc247de-e4a6-4b57-a88a-fa2b1860d5db, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9020249349553329011 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90202493495533290119020249349553329011902024934955332901190202493495533290119020249349553329011902024934955332901190202493495533290119020249349553329011902024934955332901190202493495533290119020249349553329011902024934955332901190202493495533290119020249349553329011902024934955332901190202493495533290119020249349553329011902024934955332901190202493495533290119020249349553329011" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 01ee0a1e-ad1d-42ed-b335-b212322f0cf9, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1b643b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d7ff93c8-48f4-488a-972d-07a95bf004d2, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d7ff93c8-48f4-488a-972d-07a95bf004d2, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NGMxZTc0ZjQtZWRiNjhiYmItZTJjZTA2ZDAtN2IzMzRkNmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3027976259325775439 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30279762593257754393027976259325775439302797625932577543930279762593257754393027976259325775439302797625932577543930279762593257754393027976259325775439302797625932577543930279762593257754393027976259325775439302797625932577543930279762593257754393027976259325775439302797625932577543930279762593257754393027976259325775439302797625932577543930279762593257754393027976259325775439" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2cc247de-e4a6-4b57-a88a-fa2b1860d5db, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d7ff93c8-48f4-488a-972d-07a95bf004d2, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1b643b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 885a9be7-f616-4471-8571-29ee598405fa, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 885a9be7-f616-4471-8571-29ee598405fa, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8448067200774337586 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84480672007743375868448067200774337586844806720077433758684480672007743375868448067200774337586844806720077433758684480672007743375868448067200774337586844806720077433758684480672007743375868448067200774337586844806720077433758684480672007743375868448067200774337586844806720077433758684480672007743375868448067200774337586844806720077433758684480672007743375868448067200774337586" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5984889b-aee9-4124-a4a0-e1832f23e9ec, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5984889b-aee9-4124-a4a0-e1832f23e9ec, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NGMxZTc0ZjQtZWRiNjhiYmItZTJjZTA2ZDAtN2IzMzRkNmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12567804106230292152 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1256780410623029215212567804106230292152125678041062302921521256780410623029215212567804106230292152125678041062302921521256780410623029215212567804106230292152125678041062302921521256780410623029215212567804106230292152125678041062302921521256780410623029215212567804106230292152125678041062302921521256780410623029215212567804106230292152125678041062302921521256780410623029215212567804106230292152" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 885a9be7-f616-4471-8571-29ee598405fa, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6726950a-3775-4438-8261-d94eb5011eba, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6726950a-3775-4438-8261-d94eb5011eba, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17599568811366196074 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1759956881136619607417599568811366196074175995688113661960741759956881136619607417599568811366196074175995688113661960741759956881136619607417599568811366196074175995688113661960741759956881136619607417599568811366196074175995688113661960741759956881136619607417599568811366196074175995688113661960741759956881136619607417599568811366196074175995688113661960741759956881136619607417599568811366196074" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5984889b-aee9-4124-a4a0-e1832f23e9ec, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1b643b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0a39d23e-7e34-435c-a2d1-21ca8f29271e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0a39d23e-7e34-435c-a2d1-21ca8f29271e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NGMxZTc0ZjQtZWRiNjhiYmItZTJjZTA2ZDAtN2IzMzRkNmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17421704553453940460 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1742170455345394046017421704553453940460174217045534539404601742170455345394046017421704553453940460174217045534539404601742170455345394046017421704553453940460174217045534539404601742170455345394046017421704553453940460174217045534539404601742170455345394046017421704553453940460174217045534539404601742170455345394046017421704553453940460174217045534539404601742170455345394046017421704553453940460" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6726950a-3775-4438-8261-d94eb5011eba, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7b6656ca-9f94-4f70-b777-217d92130a05, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7b6656ca-9f94-4f70-b777-217d92130a05, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16898994860550677040 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1689899486055067704016898994860550677040168989948605506770401689899486055067704016898994860550677040168989948605506770401689899486055067704016898994860550677040168989948605506770401689899486055067704016898994860550677040168989948605506770401689899486055067704016898994860550677040168989948605506770401689899486055067704016898994860550677040168989948605506770401689899486055067704016898994860550677040" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7b6656ca-9f94-4f70-b777-217d92130a05, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0f37b940-bde9-4772-b656-6201daafaf1a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0f37b940-bde9-4772-b656-6201daafaf1a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5549734676941757336 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55497346769417573365549734676941757336554973467694175733655497346769417573365549734676941757336554973467694175733655497346769417573365549734676941757336554973467694175733655497346769417573365549734676941757336554973467694175733655497346769417573365549734676941757336554973467694175733655497346769417573365549734676941757336554973467694175733655497346769417573365549734676941757336" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0a39d23e-7e34-435c-a2d1-21ca8f29271e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1b643b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0f402325-d5e4-4098-992c-9c9e3e699153, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0f402325-d5e4-4098-992c-9c9e3e699153, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NGMxZTc0ZjQtZWRiNjhiYmItZTJjZTA2ZDAtN2IzMzRkNmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 648520246248782797 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "648520246248782797648520246248782797648520246248782797648520246248782797648520246248782797648520246248782797648520246248782797648520246248782797648520246248782797648520246248782797648520246248782797648520246248782797648520246248782797648520246248782797648520246248782797648520246248782797648520246248782797648520246248782797648520246248782797648520246248782797" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0f37b940-bde9-4772-b656-6201daafaf1a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6d6e7f88-93d6-47c4-a857-992c8592ad3f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6d6e7f88-93d6-47c4-a857-992c8592ad3f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16887288053840653300 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1688728805384065330016887288053840653300168872880538406533001688728805384065330016887288053840653300168872880538406533001688728805384065330016887288053840653300168872880538406533001688728805384065330016887288053840653300168872880538406533001688728805384065330016887288053840653300168872880538406533001688728805384065330016887288053840653300168872880538406533001688728805384065330016887288053840653300" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0f402325-d5e4-4098-992c-9c9e3e699153, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1b643b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f757dc61-cd12-4da2-b4b6-f1c26f7d1384, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f757dc61-cd12-4da2-b4b6-f1c26f7d1384, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NGMxZTc0ZjQtZWRiNjhiYmItZTJjZTA2ZDAtN2IzMzRkNmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3433623307513749024 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34336233075137490243433623307513749024343362330751374902434336233075137490243433623307513749024343362330751374902434336233075137490243433623307513749024343362330751374902434336233075137490243433623307513749024343362330751374902434336233075137490243433623307513749024343362330751374902434336233075137490243433623307513749024343362330751374902434336233075137490243433623307513749024" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6d6e7f88-93d6-47c4-a857-992c8592ad3f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dbf7d900-6123-4255-942d-5e95b5caf51b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dbf7d900-6123-4255-942d-5e95b5caf51b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11287348505617539159 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1128734850561753915911287348505617539159112873485056175391591128734850561753915911287348505617539159112873485056175391591128734850561753915911287348505617539159112873485056175391591128734850561753915911287348505617539159112873485056175391591128734850561753915911287348505617539159112873485056175391591128734850561753915911287348505617539159112873485056175391591128734850561753915911287348505617539159" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f757dc61-cd12-4da2-b4b6-f1c26f7d1384, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1b643b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7f3c7c35-29f8-4d63-a5f5-f9020e17f856, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7f3c7c35-29f8-4d63-a5f5-f9020e17f856, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NGMxZTc0ZjQtZWRiNjhiYmItZTJjZTA2ZDAtN2IzMzRkNmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15155426946077092487 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1515542694607709248715155426946077092487151554269460770924871515542694607709248715155426946077092487151554269460770924871515542694607709248715155426946077092487151554269460770924871515542694607709248715155426946077092487151554269460770924871515542694607709248715155426946077092487151554269460770924871515542694607709248715155426946077092487151554269460770924871515542694607709248715155426946077092487" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dbf7d900-6123-4255-942d-5e95b5caf51b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0663af21-5649-4f95-9f41-1678b8740231, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0663af21-5649-4f95-9f41-1678b8740231, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5792475391089048724 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57924753910890487245792475391089048724579247539108904872457924753910890487245792475391089048724579247539108904872457924753910890487245792475391089048724579247539108904872457924753910890487245792475391089048724579247539108904872457924753910890487245792475391089048724579247539108904872457924753910890487245792475391089048724579247539108904872457924753910890487245792475391089048724" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7f3c7c35-29f8-4d63-a5f5-f9020e17f856, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1b643b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2e70a36a-73d4-415f-89d2-b0fbadf9f823, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2e70a36a-73d4-415f-89d2-b0fbadf9f823, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NGMxZTc0ZjQtZWRiNjhiYmItZTJjZTA2ZDAtN2IzMzRkNmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11525785880928873919 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1152578588092887391911525785880928873919115257858809288739191152578588092887391911525785880928873919115257858809288739191152578588092887391911525785880928873919115257858809288739191152578588092887391911525785880928873919115257858809288739191152578588092887391911525785880928873919115257858809288739191152578588092887391911525785880928873919115257858809288739191152578588092887391911525785880928873919" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0663af21-5649-4f95-9f41-1678b8740231, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2e70a36a-73d4-415f-89d2-b0fbadf9f823, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4f24edd8-780d-42f8-aef3-4142ed1e3e9e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4f24edd8-780d-42f8-aef3-4142ed1e3e9e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11344544867037031090 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1134454486703703109011344544867037031090113445448670370310901134454486703703109011344544867037031090113445448670370310901134454486703703109011344544867037031090113445448670370310901134454486703703109011344544867037031090113445448670370310901134454486703703109011344544867037031090113445448670370310901134454486703703109011344544867037031090113445448670370310901134454486703703109011344544867037031090" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1b643b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f18412c2-f59f-4e75-8c20-a33bf79ef976, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f18412c2-f59f-4e75-8c20-a33bf79ef976, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NGMxZTc0ZjQtZWRiNjhiYmItZTJjZTA2ZDAtN2IzMzRkNmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3037290665184514061 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30372906651845140613037290665184514061303729066518451406130372906651845140613037290665184514061303729066518451406130372906651845140613037290665184514061303729066518451406130372906651845140613037290665184514061303729066518451406130372906651845140613037290665184514061303729066518451406130372906651845140613037290665184514061303729066518451406130372906651845140613037290665184514061" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4f24edd8-780d-42f8-aef3-4142ed1e3e9e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e9c03010-79a4-4e39-9904-7a9e7983afe3, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e9c03010-79a4-4e39-9904-7a9e7983afe3, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14473317255892636938 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1447331725589263693814473317255892636938144733172558926369381447331725589263693814473317255892636938144733172558926369381447331725589263693814473317255892636938144733172558926369381447331725589263693814473317255892636938144733172558926369381447331725589263693814473317255892636938144733172558926369381447331725589263693814473317255892636938144733172558926369381447331725589263693814473317255892636938" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f18412c2-f59f-4e75-8c20-a33bf79ef976, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1b643b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2f72e87b-229d-4e8e-89e7-4fc898f85092, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e9c03010-79a4-4e39-9904-7a9e7983afe3, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f87fa40b-43d0-4cce-b336-105cc938a1ad, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f87fa40b-43d0-4cce-b336-105cc938a1ad, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6404670091850190371 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64046700918501903716404670091850190371640467009185019037164046700918501903716404670091850190371640467009185019037164046700918501903716404670091850190371640467009185019037164046700918501903716404670091850190371640467009185019037164046700918501903716404670091850190371640467009185019037164046700918501903716404670091850190371640467009185019037164046700918501903716404670091850190371" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2f72e87b-229d-4e8e-89e7-4fc898f85092, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NGMxZTc0ZjQtZWRiNjhiYmItZTJjZTA2ZDAtN2IzMzRkNmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 622490849296065903 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "622490849296065903622490849296065903622490849296065903622490849296065903622490849296065903622490849296065903622490849296065903622490849296065903622490849296065903622490849296065903622490849296065903622490849296065903622490849296065903622490849296065903622490849296065903622490849296065903622490849296065903622490849296065903622490849296065903622490849296065903" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f87fa40b-43d0-4cce-b336-105cc938a1ad, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4de22d20-38b5-453c-bcc8-a9ad83a14abd, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4de22d20-38b5-453c-bcc8-a9ad83a14abd, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14853596120885198334 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1485359612088519833414853596120885198334148535961208851983341485359612088519833414853596120885198334148535961208851983341485359612088519833414853596120885198334148535961208851983341485359612088519833414853596120885198334148535961208851983341485359612088519833414853596120885198334148535961208851983341485359612088519833414853596120885198334148535961208851983341485359612088519833414853596120885198334" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2f72e87b-229d-4e8e-89e7-4fc898f85092, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1b643b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5fc21b96-fa2f-451e-9d71-850b9540a09a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5fc21b96-fa2f-451e-9d71-850b9540a09a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NGMxZTc0ZjQtZWRiNjhiYmItZTJjZTA2ZDAtN2IzMzRkNmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3818981758377553285 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38189817583775532853818981758377553285381898175837755328538189817583775532853818981758377553285381898175837755328538189817583775532853818981758377553285381898175837755328538189817583775532853818981758377553285381898175837755328538189817583775532853818981758377553285381898175837755328538189817583775532853818981758377553285381898175837755328538189817583775532853818981758377553285" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4de22d20-38b5-453c-bcc8-a9ad83a14abd, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 437895f4-f54f-4a78-a446-4bf5c8d167a2, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 437895f4-f54f-4a78-a446-4bf5c8d167a2, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13018750899489674036 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1301875089948967403613018750899489674036130187508994896740361301875089948967403613018750899489674036130187508994896740361301875089948967403613018750899489674036130187508994896740361301875089948967403613018750899489674036130187508994896740361301875089948967403613018750899489674036130187508994896740361301875089948967403613018750899489674036130187508994896740361301875089948967403613018750899489674036" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5fc21b96-fa2f-451e-9d71-850b9540a09a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1b643b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9b2b0317-f97e-46a3-851e-bffaf403d800, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9b2b0317-f97e-46a3-851e-bffaf403d800, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NGMxZTc0ZjQtZWRiNjhiYmItZTJjZTA2ZDAtN2IzMzRkNmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4866445278180719979 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48664452781807199794866445278180719979486644527818071997948664452781807199794866445278180719979486644527818071997948664452781807199794866445278180719979486644527818071997948664452781807199794866445278180719979486644527818071997948664452781807199794866445278180719979486644527818071997948664452781807199794866445278180719979486644527818071997948664452781807199794866445278180719979" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 437895f4-f54f-4a78-a446-4bf5c8d167a2, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9951759b-dfe3-45d5-ad2e-e6d613b83a03, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9951759b-dfe3-45d5-ad2e-e6d613b83a03, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8624135658172339389 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86241356581723393898624135658172339389862413565817233938986241356581723393898624135658172339389862413565817233938986241356581723393898624135658172339389862413565817233938986241356581723393898624135658172339389862413565817233938986241356581723393898624135658172339389862413565817233938986241356581723393898624135658172339389862413565817233938986241356581723393898624135658172339389" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9b2b0317-f97e-46a3-851e-bffaf403d800, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1b643b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 86124517-94d7-49c8-a825-ef26d697a28c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 86124517-94d7-49c8-a825-ef26d697a28c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NGMxZTc0ZjQtZWRiNjhiYmItZTJjZTA2ZDAtN2IzMzRkNmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9747696551724280806 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97476965517242808069747696551724280806974769655172428080697476965517242808069747696551724280806974769655172428080697476965517242808069747696551724280806974769655172428080697476965517242808069747696551724280806974769655172428080697476965517242808069747696551724280806974769655172428080697476965517242808069747696551724280806974769655172428080697476965517242808069747696551724280806" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9951759b-dfe3-45d5-ad2e-e6d613b83a03, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7a77e1e4-11d2-4114-b1dc-7b0996116f1b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7a77e1e4-11d2-4114-b1dc-7b0996116f1b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12037101099121037215 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1203710109912103721512037101099121037215120371010991210372151203710109912103721512037101099121037215120371010991210372151203710109912103721512037101099121037215120371010991210372151203710109912103721512037101099121037215120371010991210372151203710109912103721512037101099121037215120371010991210372151203710109912103721512037101099121037215120371010991210372151203710109912103721512037101099121037215" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 86124517-94d7-49c8-a825-ef26d697a28c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1b643b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cc4fee6a-ff66-4d0d-b6c6-867e64307c04, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cc4fee6a-ff66-4d0d-b6c6-867e64307c04, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NGMxZTc0ZjQtZWRiNjhiYmItZTJjZTA2ZDAtN2IzMzRkNmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5992326505313325704 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59923265053133257045992326505313325704599232650531332570459923265053133257045992326505313325704599232650531332570459923265053133257045992326505313325704599232650531332570459923265053133257045992326505313325704599232650531332570459923265053133257045992326505313325704599232650531332570459923265053133257045992326505313325704599232650531332570459923265053133257045992326505313325704" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7a77e1e4-11d2-4114-b1dc-7b0996116f1b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d3203012-3633-4f78-93df-805d126fb442, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d3203012-3633-4f78-93df-805d126fb442, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7269039422725615956 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72690394227256159567269039422725615956726903942272561595672690394227256159567269039422725615956726903942272561595672690394227256159567269039422725615956726903942272561595672690394227256159567269039422725615956726903942272561595672690394227256159567269039422725615956726903942272561595672690394227256159567269039422725615956726903942272561595672690394227256159567269039422725615956" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cc4fee6a-ff66-4d0d-b6c6-867e64307c04, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1b643b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ae8ca449-faa4-4477-a60f-42334234656c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ae8ca449-faa4-4477-a60f-42334234656c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NGMxZTc0ZjQtZWRiNjhiYmItZTJjZTA2ZDAtN2IzMzRkNmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 716918680522208123 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "716918680522208123716918680522208123716918680522208123716918680522208123716918680522208123716918680522208123716918680522208123716918680522208123716918680522208123716918680522208123716918680522208123716918680522208123716918680522208123716918680522208123716918680522208123716918680522208123716918680522208123716918680522208123716918680522208123716918680522208123" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d3203012-3633-4f78-93df-805d126fb442, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f1cae02a-f2ac-43dc-b8d8-3a830313310d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f1cae02a-f2ac-43dc-b8d8-3a830313310d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5228965909540259553 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52289659095402595535228965909540259553522896590954025955352289659095402595535228965909540259553522896590954025955352289659095402595535228965909540259553522896590954025955352289659095402595535228965909540259553522896590954025955352289659095402595535228965909540259553522896590954025955352289659095402595535228965909540259553522896590954025955352289659095402595535228965909540259553" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ae8ca449-faa4-4477-a60f-42334234656c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1b643b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f1cae02a-f2ac-43dc-b8d8-3a830313310d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d94e5a4a-de91-45ec-b8e0-69e8978fffc5, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6f902360-4a97-48f4-9466-661dd87432b1, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6f902360-4a97-48f4-9466-661dd87432b1, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NGMxZTc0ZjQtZWRiNjhiYmItZTJjZTA2ZDAtN2IzMzRkNmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5059500790868676768 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50595007908686767685059500790868676768505950079086867676850595007908686767685059500790868676768505950079086867676850595007908686767685059500790868676768505950079086867676850595007908686767685059500790868676768505950079086867676850595007908686767685059500790868676768505950079086867676850595007908686767685059500790868676768505950079086867676850595007908686767685059500790868676768" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d94e5a4a-de91-45ec-b8e0-69e8978fffc5, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3237401732464691369 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32374017324646913693237401732464691369323740173246469136932374017324646913693237401732464691369323740173246469136932374017324646913693237401732464691369323740173246469136932374017324646913693237401732464691369323740173246469136932374017324646913693237401732464691369323740173246469136932374017324646913693237401732464691369323740173246469136932374017324646913693237401732464691369" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d94e5a4a-de91-45ec-b8e0-69e8978fffc5, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 709f205f-4d18-4f40-bed8-ef5b27be03b8, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 709f205f-4d18-4f40-bed8-ef5b27be03b8, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12125914650664779675 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1212591465066477967512125914650664779675121259146506647796751212591465066477967512125914650664779675121259146506647796751212591465066477967512125914650664779675121259146506647796751212591465066477967512125914650664779675121259146506647796751212591465066477967512125914650664779675121259146506647796751212591465066477967512125914650664779675121259146506647796751212591465066477967512125914650664779675" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6f902360-4a97-48f4-9466-661dd87432b1, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1b643b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e32114fb-dd4b-47d0-8a9e-6db0ee285326, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e32114fb-dd4b-47d0-8a9e-6db0ee285326, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NGMxZTc0ZjQtZWRiNjhiYmItZTJjZTA2ZDAtN2IzMzRkNmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15729779948116295454 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1572977994811629545415729779948116295454157297799481162954541572977994811629545415729779948116295454157297799481162954541572977994811629545415729779948116295454157297799481162954541572977994811629545415729779948116295454157297799481162954541572977994811629545415729779948116295454157297799481162954541572977994811629545415729779948116295454157297799481162954541572977994811629545415729779948116295454" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 709f205f-4d18-4f40-bed8-ef5b27be03b8, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e9bacc6e-7662-4327-b580-a6cc57c92fd8, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e9bacc6e-7662-4327-b580-a6cc57c92fd8, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1895548890174314971 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18955488901743149711895548890174314971189554889017431497118955488901743149711895548890174314971189554889017431497118955488901743149711895548890174314971189554889017431497118955488901743149711895548890174314971189554889017431497118955488901743149711895548890174314971189554889017431497118955488901743149711895548890174314971189554889017431497118955488901743149711895548890174314971" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e32114fb-dd4b-47d0-8a9e-6db0ee285326, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1b643b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fcdd4a67-d98c-4288-8054-14b50d471474, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fcdd4a67-d98c-4288-8054-14b50d471474, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NGMxZTc0ZjQtZWRiNjhiYmItZTJjZTA2ZDAtN2IzMzRkNmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11850031837910403579 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1185003183791040357911850031837910403579118500318379104035791185003183791040357911850031837910403579118500318379104035791185003183791040357911850031837910403579118500318379104035791185003183791040357911850031837910403579118500318379104035791185003183791040357911850031837910403579118500318379104035791185003183791040357911850031837910403579118500318379104035791185003183791040357911850031837910403579" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e9bacc6e-7662-4327-b580-a6cc57c92fd8, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1f47bf02-f50c-446d-9f24-00c29efb39a0, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1f47bf02-f50c-446d-9f24-00c29efb39a0, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 721055141551296078 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "721055141551296078721055141551296078721055141551296078721055141551296078721055141551296078721055141551296078721055141551296078721055141551296078721055141551296078721055141551296078721055141551296078721055141551296078721055141551296078721055141551296078721055141551296078721055141551296078721055141551296078721055141551296078721055141551296078721055141551296078" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fcdd4a67-d98c-4288-8054-14b50d471474, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1b643b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d0e048b1-fd39-4853-86a7-200cf4a96126, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d0e048b1-fd39-4853-86a7-200cf4a96126, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NGMxZTc0ZjQtZWRiNjhiYmItZTJjZTA2ZDAtN2IzMzRkNmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13720728724443448282 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1372072872444344828213720728724443448282137207287244434482821372072872444344828213720728724443448282137207287244434482821372072872444344828213720728724443448282137207287244434482821372072872444344828213720728724443448282137207287244434482821372072872444344828213720728724443448282137207287244434482821372072872444344828213720728724443448282137207287244434482821372072872444344828213720728724443448282" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1f47bf02-f50c-446d-9f24-00c29efb39a0, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 116e484c-31a8-41cd-9558-1e0f4aaad3c5, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 116e484c-31a8-41cd-9558-1e0f4aaad3c5, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13260459757693845211 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1326045975769384521113260459757693845211132604597576938452111326045975769384521113260459757693845211132604597576938452111326045975769384521113260459757693845211132604597576938452111326045975769384521113260459757693845211132604597576938452111326045975769384521113260459757693845211132604597576938452111326045975769384521113260459757693845211132604597576938452111326045975769384521113260459757693845211" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d0e048b1-fd39-4853-86a7-200cf4a96126, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1b643b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 95561b53-5fc5-4986-a140-6b16ed968a31, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 95561b53-5fc5-4986-a140-6b16ed968a31, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NGMxZTc0ZjQtZWRiNjhiYmItZTJjZTA2ZDAtN2IzMzRkNmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17282340203592533233 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1728234020359253323317282340203592533233172823402035925332331728234020359253323317282340203592533233172823402035925332331728234020359253323317282340203592533233172823402035925332331728234020359253323317282340203592533233172823402035925332331728234020359253323317282340203592533233172823402035925332331728234020359253323317282340203592533233172823402035925332331728234020359253323317282340203592533233" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 116e484c-31a8-41cd-9558-1e0f4aaad3c5, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d7f83ce9-fafc-4f14-8749-8568250f27c3, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d7f83ce9-fafc-4f14-8749-8568250f27c3, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4721554550337726328 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47215545503377263284721554550337726328472155455033772632847215545503377263284721554550337726328472155455033772632847215545503377263284721554550337726328472155455033772632847215545503377263284721554550337726328472155455033772632847215545503377263284721554550337726328472155455033772632847215545503377263284721554550337726328472155455033772632847215545503377263284721554550337726328" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 95561b53-5fc5-4986-a140-6b16ed968a31, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1b643b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8a2f663e-4df9-4b4d-bf06-23318ed9f862, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8a2f663e-4df9-4b4d-bf06-23318ed9f862, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NGMxZTc0ZjQtZWRiNjhiYmItZTJjZTA2ZDAtN2IzMzRkNmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11427906601913628415 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1142790660191362841511427906601913628415114279066019136284151142790660191362841511427906601913628415114279066019136284151142790660191362841511427906601913628415114279066019136284151142790660191362841511427906601913628415114279066019136284151142790660191362841511427906601913628415114279066019136284151142790660191362841511427906601913628415114279066019136284151142790660191362841511427906601913628415" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d7f83ce9-fafc-4f14-8749-8568250f27c3, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a1df94be-5b26-4e8e-b511-1826ec8dcf44, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a1df94be-5b26-4e8e-b511-1826ec8dcf44, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13785871488000505812 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1378587148800050581213785871488000505812137858714880005058121378587148800050581213785871488000505812137858714880005058121378587148800050581213785871488000505812137858714880005058121378587148800050581213785871488000505812137858714880005058121378587148800050581213785871488000505812137858714880005058121378587148800050581213785871488000505812137858714880005058121378587148800050581213785871488000505812" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8a2f663e-4df9-4b4d-bf06-23318ed9f862, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1b643b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3a3bacfe-e417-4103-a937-afcded1245d0, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3a3bacfe-e417-4103-a937-afcded1245d0, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NGMxZTc0ZjQtZWRiNjhiYmItZTJjZTA2ZDAtN2IzMzRkNmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15721389273854429777 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1572138927385442977715721389273854429777157213892738544297771572138927385442977715721389273854429777157213892738544297771572138927385442977715721389273854429777157213892738544297771572138927385442977715721389273854429777157213892738544297771572138927385442977715721389273854429777157213892738544297771572138927385442977715721389273854429777157213892738544297771572138927385442977715721389273854429777" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a1df94be-5b26-4e8e-b511-1826ec8dcf44, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 473e05a7-cd70-4375-9eae-d08740a0d0b7, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 473e05a7-cd70-4375-9eae-d08740a0d0b7, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14447069087508099196 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1444706908750809919614447069087508099196144470690875080991961444706908750809919614447069087508099196144470690875080991961444706908750809919614447069087508099196144470690875080991961444706908750809919614447069087508099196144470690875080991961444706908750809919614447069087508099196144470690875080991961444706908750809919614447069087508099196144470690875080991961444706908750809919614447069087508099196" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3a3bacfe-e417-4103-a937-afcded1245d0, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1b643b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 268567f3-4a76-4bd6-9474-827379020563, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 268567f3-4a76-4bd6-9474-827379020563, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NGMxZTc0ZjQtZWRiNjhiYmItZTJjZTA2ZDAtN2IzMzRkNmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12013334965495229912 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1201333496549522991212013334965495229912120133349654952299121201333496549522991212013334965495229912120133349654952299121201333496549522991212013334965495229912120133349654952299121201333496549522991212013334965495229912120133349654952299121201333496549522991212013334965495229912120133349654952299121201333496549522991212013334965495229912120133349654952299121201333496549522991212013334965495229912" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 473e05a7-cd70-4375-9eae-d08740a0d0b7, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 268567f3-4a76-4bd6-9474-827379020563, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1b643b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3e3247d4-9920-4265-bb76-80734c9ece58, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3e3247d4-9920-4265-bb76-80734c9ece58, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NGMxZTc0ZjQtZWRiNjhiYmItZTJjZTA2ZDAtN2IzMzRkNmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14902567129214755211 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1490256712921475521114902567129214755211149025671292147552111490256712921475521114902567129214755211149025671292147552111490256712921475521114902567129214755211149025671292147552111490256712921475521114902567129214755211149025671292147552111490256712921475521114902567129214755211149025671292147552111490256712921475521114902567129214755211149025671292147552111490256712921475521114902567129214755211" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 58c9155c-641e-40cd-aa64-e737800ebc71, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 58c9155c-641e-40cd-aa64-e737800ebc71, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3056706583183231122 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30567065831832311223056706583183231122305670658318323112230567065831832311223056706583183231122305670658318323112230567065831832311223056706583183231122305670658318323112230567065831832311223056706583183231122305670658318323112230567065831832311223056706583183231122305670658318323112230567065831832311223056706583183231122305670658318323112230567065831832311223056706583183231122" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3e3247d4-9920-4265-bb76-80734c9ece58, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1b643b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 78f8550e-1d39-4364-b7ac-5caebc5058f7, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 78f8550e-1d39-4364-b7ac-5caebc5058f7, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NGMxZTc0ZjQtZWRiNjhiYmItZTJjZTA2ZDAtN2IzMzRkNmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1955476608744112010 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19554766087441120101955476608744112010195547660874411201019554766087441120101955476608744112010195547660874411201019554766087441120101955476608744112010195547660874411201019554766087441120101955476608744112010195547660874411201019554766087441120101955476608744112010195547660874411201019554766087441120101955476608744112010195547660874411201019554766087441120101955476608744112010" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 58c9155c-641e-40cd-aa64-e737800ebc71, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9eb347a7-638a-4d48-a18d-f82fb4339e39, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9eb347a7-638a-4d48-a18d-f82fb4339e39, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14883890188490243400 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1488389018849024340014883890188490243400148838901884902434001488389018849024340014883890188490243400148838901884902434001488389018849024340014883890188490243400148838901884902434001488389018849024340014883890188490243400148838901884902434001488389018849024340014883890188490243400148838901884902434001488389018849024340014883890188490243400148838901884902434001488389018849024340014883890188490243400" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9eb347a7-638a-4d48-a18d-f82fb4339e39, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3c47aab5-8e1b-431e-b1a2-f6cbf963446a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3c47aab5-8e1b-431e-b1a2-f6cbf963446a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3552576383757639354 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35525763837576393543552576383757639354355257638375763935435525763837576393543552576383757639354355257638375763935435525763837576393543552576383757639354355257638375763935435525763837576393543552576383757639354355257638375763935435525763837576393543552576383757639354355257638375763935435525763837576393543552576383757639354355257638375763935435525763837576393543552576383757639354" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 78f8550e-1d39-4364-b7ac-5caebc5058f7, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1b643b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 14e6c709-60a0-436d-bee4-83d6eb8cd57f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3c47aab5-8e1b-431e-b1a2-f6cbf963446a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 14e6c709-60a0-436d-bee4-83d6eb8cd57f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NGMxZTc0ZjQtZWRiNjhiYmItZTJjZTA2ZDAtN2IzMzRkNmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13406147410107247195 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1340614741010724719513406147410107247195134061474101072471951340614741010724719513406147410107247195134061474101072471951340614741010724719513406147410107247195134061474101072471951340614741010724719513406147410107247195134061474101072471951340614741010724719513406147410107247195134061474101072471951340614741010724719513406147410107247195134061474101072471951340614741010724719513406147410107247195" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fc4b069a-9417-4572-8784-6681d129ddc2, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 14e6c709-60a0-436d-bee4-83d6eb8cd57f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fc4b069a-9417-4572-8784-6681d129ddc2, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18034212405397936012 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1803421240539793601218034212405397936012180342124053979360121803421240539793601218034212405397936012180342124053979360121803421240539793601218034212405397936012180342124053979360121803421240539793601218034212405397936012180342124053979360121803421240539793601218034212405397936012180342124053979360121803421240539793601218034212405397936012180342124053979360121803421240539793601218034212405397936012" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1b643b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0585ecd7-0d25-4ff7-8615-dc92c95a9ad6, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0585ecd7-0d25-4ff7-8615-dc92c95a9ad6, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NGMxZTc0ZjQtZWRiNjhiYmItZTJjZTA2ZDAtN2IzMzRkNmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7076546461652759734 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70765464616527597347076546461652759734707654646165275973470765464616527597347076546461652759734707654646165275973470765464616527597347076546461652759734707654646165275973470765464616527597347076546461652759734707654646165275973470765464616527597347076546461652759734707654646165275973470765464616527597347076546461652759734707654646165275973470765464616527597347076546461652759734" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fc4b069a-9417-4572-8784-6681d129ddc2, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a5282b54-cbbf-47a3-ac38-cf073d2ca86f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0585ecd7-0d25-4ff7-8615-dc92c95a9ad6, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a5282b54-cbbf-47a3-ac38-cf073d2ca86f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14229840580650142884 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1422984058065014288414229840580650142884142298405806501428841422984058065014288414229840580650142884142298405806501428841422984058065014288414229840580650142884142298405806501428841422984058065014288414229840580650142884142298405806501428841422984058065014288414229840580650142884142298405806501428841422984058065014288414229840580650142884142298405806501428841422984058065014288414229840580650142884" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1b643b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7da338fd-f0ed-4d86-81db-1689fe609e11, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7da338fd-f0ed-4d86-81db-1689fe609e11, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NGMxZTc0ZjQtZWRiNjhiYmItZTJjZTA2ZDAtN2IzMzRkNmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13607647953500144950 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1360764795350014495013607647953500144950136076479535001449501360764795350014495013607647953500144950136076479535001449501360764795350014495013607647953500144950136076479535001449501360764795350014495013607647953500144950136076479535001449501360764795350014495013607647953500144950136076479535001449501360764795350014495013607647953500144950136076479535001449501360764795350014495013607647953500144950" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a5282b54-cbbf-47a3-ac38-cf073d2ca86f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cb4765e1-3386-40b0-a6f7-f6f11a841b85, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7da338fd-f0ed-4d86-81db-1689fe609e11, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1b643b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 723e2d2c-d35a-4c5c-817f-c56045adbd5b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 723e2d2c-d35a-4c5c-817f-c56045adbd5b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NGMxZTc0ZjQtZWRiNjhiYmItZTJjZTA2ZDAtN2IzMzRkNmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14833707412674454288 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1483370741267445428814833707412674454288148337074126744542881483370741267445428814833707412674454288148337074126744542881483370741267445428814833707412674454288148337074126744542881483370741267445428814833707412674454288148337074126744542881483370741267445428814833707412674454288148337074126744542881483370741267445428814833707412674454288148337074126744542881483370741267445428814833707412674454288" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cb4765e1-3386-40b0-a6f7-f6f11a841b85, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7268822139746295846 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72688221397462958467268822139746295846726882213974629584672688221397462958467268822139746295846726882213974629584672688221397462958467268822139746295846726882213974629584672688221397462958467268822139746295846726882213974629584672688221397462958467268822139746295846726882213974629584672688221397462958467268822139746295846726882213974629584672688221397462958467268822139746295846" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 723e2d2c-d35a-4c5c-817f-c56045adbd5b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cb4765e1-3386-40b0-a6f7-f6f11a841b85, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1b643b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 20aad94d-4309-461a-a6b1-a57db2bffd9d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 20aad94d-4309-461a-a6b1-a57db2bffd9d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NGMxZTc0ZjQtZWRiNjhiYmItZTJjZTA2ZDAtN2IzMzRkNmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10738559589450640638 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1073855958945064063810738559589450640638107385595894506406381073855958945064063810738559589450640638107385595894506406381073855958945064063810738559589450640638107385595894506406381073855958945064063810738559589450640638107385595894506406381073855958945064063810738559589450640638107385595894506406381073855958945064063810738559589450640638107385595894506406381073855958945064063810738559589450640638" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8cffc14b-987c-4b03-bd84-2d9c7a82a18c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8cffc14b-987c-4b03-bd84-2d9c7a82a18c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11224764344872792833 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1122476434487279283311224764344872792833112247643448727928331122476434487279283311224764344872792833112247643448727928331122476434487279283311224764344872792833112247643448727928331122476434487279283311224764344872792833112247643448727928331122476434487279283311224764344872792833112247643448727928331122476434487279283311224764344872792833112247643448727928331122476434487279283311224764344872792833" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 20aad94d-4309-461a-a6b1-a57db2bffd9d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1b643b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 81b9c47e-624a-4765-ab44-096bb769195a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 81b9c47e-624a-4765-ab44-096bb769195a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NGMxZTc0ZjQtZWRiNjhiYmItZTJjZTA2ZDAtN2IzMzRkNmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 153070221120239845 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "153070221120239845153070221120239845153070221120239845153070221120239845153070221120239845153070221120239845153070221120239845153070221120239845153070221120239845153070221120239845153070221120239845153070221120239845153070221120239845153070221120239845153070221120239845153070221120239845153070221120239845153070221120239845153070221120239845153070221120239845" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8cffc14b-987c-4b03-bd84-2d9c7a82a18c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0e2bc454-1c44-4140-972e-275d449dff46, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0e2bc454-1c44-4140-972e-275d449dff46, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1630263617324775361 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16302636173247753611630263617324775361163026361732477536116302636173247753611630263617324775361163026361732477536116302636173247753611630263617324775361163026361732477536116302636173247753611630263617324775361163026361732477536116302636173247753611630263617324775361163026361732477536116302636173247753611630263617324775361163026361732477536116302636173247753611630263617324775361" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 81b9c47e-624a-4765-ab44-096bb769195a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1b643b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dd4070d0-484c-482f-a496-5079f85460a6, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dd4070d0-484c-482f-a496-5079f85460a6, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NGMxZTc0ZjQtZWRiNjhiYmItZTJjZTA2ZDAtN2IzMzRkNmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11359450039241597000 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1135945003924159700011359450039241597000113594500392415970001135945003924159700011359450039241597000113594500392415970001135945003924159700011359450039241597000113594500392415970001135945003924159700011359450039241597000113594500392415970001135945003924159700011359450039241597000113594500392415970001135945003924159700011359450039241597000113594500392415970001135945003924159700011359450039241597000" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0e2bc454-1c44-4140-972e-275d449dff46, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2cbf761c-ca64-4802-acd4-e29c4348af1c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dd4070d0-484c-482f-a496-5079f85460a6, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1b643b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 036ca9b9-b9eb-40af-9e77-97d82ba03971, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 036ca9b9-b9eb-40af-9e77-97d82ba03971, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NGMxZTc0ZjQtZWRiNjhiYmItZTJjZTA2ZDAtN2IzMzRkNmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6787893190916870461 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67878931909168704616787893190916870461678789319091687046167878931909168704616787893190916870461678789319091687046167878931909168704616787893190916870461678789319091687046167878931909168704616787893190916870461678789319091687046167878931909168704616787893190916870461678789319091687046167878931909168704616787893190916870461678789319091687046167878931909168704616787893190916870461" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2cbf761c-ca64-4802-acd4-e29c4348af1c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12556981922559357555 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1255698192255935755512556981922559357555125569819225593575551255698192255935755512556981922559357555125569819225593575551255698192255935755512556981922559357555125569819225593575551255698192255935755512556981922559357555125569819225593575551255698192255935755512556981922559357555125569819225593575551255698192255935755512556981922559357555125569819225593575551255698192255935755512556981922559357555" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 036ca9b9-b9eb-40af-9e77-97d82ba03971, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1b643b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d161457a-984d-4601-9276-866fba6ad5ac, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d161457a-984d-4601-9276-866fba6ad5ac, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NGMxZTc0ZjQtZWRiNjhiYmItZTJjZTA2ZDAtN2IzMzRkNmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7577342551206639643 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75773425512066396437577342551206639643757734255120663964375773425512066396437577342551206639643757734255120663964375773425512066396437577342551206639643757734255120663964375773425512066396437577342551206639643757734255120663964375773425512066396437577342551206639643757734255120663964375773425512066396437577342551206639643757734255120663964375773425512066396437577342551206639643" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2cbf761c-ca64-4802-acd4-e29c4348af1c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2aec2e28-7e72-4491-bad4-b27697cdce96, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2aec2e28-7e72-4491-bad4-b27697cdce96, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15985694414493684530 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1598569441449368453015985694414493684530159856944144936845301598569441449368453015985694414493684530159856944144936845301598569441449368453015985694414493684530159856944144936845301598569441449368453015985694414493684530159856944144936845301598569441449368453015985694414493684530159856944144936845301598569441449368453015985694414493684530159856944144936845301598569441449368453015985694414493684530" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d161457a-984d-4601-9276-866fba6ad5ac, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1b643b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 94c586a3-b387-46bd-a552-65edd210fe53, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 94c586a3-b387-46bd-a552-65edd210fe53, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NGMxZTc0ZjQtZWRiNjhiYmItZTJjZTA2ZDAtN2IzMzRkNmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13914801807535251829 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1391480180753525182913914801807535251829139148018075352518291391480180753525182913914801807535251829139148018075352518291391480180753525182913914801807535251829139148018075352518291391480180753525182913914801807535251829139148018075352518291391480180753525182913914801807535251829139148018075352518291391480180753525182913914801807535251829139148018075352518291391480180753525182913914801807535251829" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2aec2e28-7e72-4491-bad4-b27697cdce96, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3f4f5665-1ec3-4ced-98ae-7bb85849b0ae, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 94c586a3-b387-46bd-a552-65edd210fe53, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1b643b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 46839d05-1229-4237-bc56-7b0a350712db, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3f4f5665-1ec3-4ced-98ae-7bb85849b0ae, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12298965933477407852 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1229896593347740785212298965933477407852122989659334774078521229896593347740785212298965933477407852122989659334774078521229896593347740785212298965933477407852122989659334774078521229896593347740785212298965933477407852122989659334774078521229896593347740785212298965933477407852122989659334774078521229896593347740785212298965933477407852122989659334774078521229896593347740785212298965933477407852" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 46839d05-1229-4237-bc56-7b0a350712db, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NGMxZTc0ZjQtZWRiNjhiYmItZTJjZTA2ZDAtN2IzMzRkNmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9785466948147612785 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97854669481476127859785466948147612785978546694814761278597854669481476127859785466948147612785978546694814761278597854669481476127859785466948147612785978546694814761278597854669481476127859785466948147612785978546694814761278597854669481476127859785466948147612785978546694814761278597854669481476127859785466948147612785978546694814761278597854669481476127859785466948147612785" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3f4f5665-1ec3-4ced-98ae-7bb85849b0ae, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3e3b3dc0-238f-4118-ba6e-2dc95af13b84, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3e3b3dc0-238f-4118-ba6e-2dc95af13b84, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 430003362256111055 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "430003362256111055430003362256111055430003362256111055430003362256111055430003362256111055430003362256111055430003362256111055430003362256111055430003362256111055430003362256111055430003362256111055430003362256111055430003362256111055430003362256111055430003362256111055430003362256111055430003362256111055430003362256111055430003362256111055430003362256111055" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 46839d05-1229-4237-bc56-7b0a350712db, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1b643b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 58c5c9dc-949d-447f-8e98-9c53035f3e96, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 58c5c9dc-949d-447f-8e98-9c53035f3e96, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NGMxZTc0ZjQtZWRiNjhiYmItZTJjZTA2ZDAtN2IzMzRkNmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4576402619128614649 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45764026191286146494576402619128614649457640261912861464945764026191286146494576402619128614649457640261912861464945764026191286146494576402619128614649457640261912861464945764026191286146494576402619128614649457640261912861464945764026191286146494576402619128614649457640261912861464945764026191286146494576402619128614649457640261912861464945764026191286146494576402619128614649" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3e3b3dc0-238f-4118-ba6e-2dc95af13b84, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bb4428d4-d0ae-4f90-8810-cfa1c1a7e491, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 58c5c9dc-949d-447f-8e98-9c53035f3e96, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1b643b0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bb4428d4-d0ae-4f90-8810-cfa1c1a7e491, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10418275652580604416 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1041827565258060441610418275652580604416104182756525806044161041827565258060441610418275652580604416104182756525806044161041827565258060441610418275652580604416104182756525806044161041827565258060441610418275652580604416104182756525806044161041827565258060441610418275652580604416104182756525806044161041827565258060441610418275652580604416104182756525806044161041827565258060441610418275652580604416" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 17b32038-fb5c-4505-b964-385b575f90fb, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 17b32038-fb5c-4505-b964-385b575f90fb, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NGMxZTc0ZjQtZWRiNjhiYmItZTJjZTA2ZDAtN2IzMzRkNmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3086433750455496114 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30864337504554961143086433750455496114308643375045549611430864337504554961143086433750455496114308643375045549611430864337504554961143086433750455496114308643375045549611430864337504554961143086433750455496114308643375045549611430864337504554961143086433750455496114308643375045549611430864337504554961143086433750455496114308643375045549611430864337504554961143086433750455496114" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bb4428d4-d0ae-4f90-8810-cfa1c1a7e491, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 17b32038-fb5c-4505-b964-385b575f90fb, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1b643b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 77c14c91-d628-403e-8af6-09d935c506aa, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 77c14c91-d628-403e-8af6-09d935c506aa, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4170631920007674513 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41706319200076745134170631920007674513417063192000767451341706319200076745134170631920007674513417063192000767451341706319200076745134170631920007674513417063192000767451341706319200076745134170631920007674513417063192000767451341706319200076745134170631920007674513417063192000767451341706319200076745134170631920007674513417063192000767451341706319200076745134170631920007674513" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, af82cddf-cec1-4a5a-ae19-5fbaa7d12956, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, af82cddf-cec1-4a5a-ae19-5fbaa7d12956, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NGMxZTc0ZjQtZWRiNjhiYmItZTJjZTA2ZDAtN2IzMzRkNmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3079765794326666066 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30797657943266660663079765794326666066307976579432666606630797657943266660663079765794326666066307976579432666606630797657943266660663079765794326666066307976579432666606630797657943266660663079765794326666066307976579432666606630797657943266660663079765794326666066307976579432666606630797657943266660663079765794326666066307976579432666606630797657943266660663079765794326666066" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 77c14c91-d628-403e-8af6-09d935c506aa, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 36a60779-cf1b-4249-91cc-577a8dd5d535, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 36a60779-cf1b-4249-91cc-577a8dd5d535, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14390157760305841132 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1439015776030584113214390157760305841132143901577603058411321439015776030584113214390157760305841132143901577603058411321439015776030584113214390157760305841132143901577603058411321439015776030584113214390157760305841132143901577603058411321439015776030584113214390157760305841132143901577603058411321439015776030584113214390157760305841132143901577603058411321439015776030584113214390157760305841132" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, af82cddf-cec1-4a5a-ae19-5fbaa7d12956, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1b643b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a75a4ba3-44de-48d4-8ca4-4b6b7a9164fb, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a75a4ba3-44de-48d4-8ca4-4b6b7a9164fb, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NGMxZTc0ZjQtZWRiNjhiYmItZTJjZTA2ZDAtN2IzMzRkNmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10043156779933447998 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1004315677993344799810043156779933447998100431567799334479981004315677993344799810043156779933447998100431567799334479981004315677993344799810043156779933447998100431567799334479981004315677993344799810043156779933447998100431567799334479981004315677993344799810043156779933447998100431567799334479981004315677993344799810043156779933447998100431567799334479981004315677993344799810043156779933447998" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 36a60779-cf1b-4249-91cc-577a8dd5d535, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, eb789742-bc64-4bad-9072-23af31cdfac7, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eb789742-bc64-4bad-9072-23af31cdfac7, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15583418756783007755 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1558341875678300775515583418756783007755155834187567830077551558341875678300775515583418756783007755155834187567830077551558341875678300775515583418756783007755155834187567830077551558341875678300775515583418756783007755155834187567830077551558341875678300775515583418756783007755155834187567830077551558341875678300775515583418756783007755155834187567830077551558341875678300775515583418756783007755" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a75a4ba3-44de-48d4-8ca4-4b6b7a9164fb, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1b643b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3f425cf8-7148-4216-92dc-9c543fcba95f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3f425cf8-7148-4216-92dc-9c543fcba95f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NGMxZTc0ZjQtZWRiNjhiYmItZTJjZTA2ZDAtN2IzMzRkNmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7301104788233967390 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73011047882339673907301104788233967390730110478823396739073011047882339673907301104788233967390730110478823396739073011047882339673907301104788233967390730110478823396739073011047882339673907301104788233967390730110478823396739073011047882339673907301104788233967390730110478823396739073011047882339673907301104788233967390730110478823396739073011047882339673907301104788233967390" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eb789742-bc64-4bad-9072-23af31cdfac7, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5d059413-a2f2-4665-9527-844d8e76116d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5d059413-a2f2-4665-9527-844d8e76116d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15480947653932804395 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1548094765393280439515480947653932804395154809476539328043951548094765393280439515480947653932804395154809476539328043951548094765393280439515480947653932804395154809476539328043951548094765393280439515480947653932804395154809476539328043951548094765393280439515480947653932804395154809476539328043951548094765393280439515480947653932804395154809476539328043951548094765393280439515480947653932804395" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3f425cf8-7148-4216-92dc-9c543fcba95f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1b643b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f0773f67-2aca-43d4-9836-fc15741a46a8, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f0773f67-2aca-43d4-9836-fc15741a46a8, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NGMxZTc0ZjQtZWRiNjhiYmItZTJjZTA2ZDAtN2IzMzRkNmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10126268009899505499 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1012626800989950549910126268009899505499101262680098995054991012626800989950549910126268009899505499101262680098995054991012626800989950549910126268009899505499101262680098995054991012626800989950549910126268009899505499101262680098995054991012626800989950549910126268009899505499101262680098995054991012626800989950549910126268009899505499101262680098995054991012626800989950549910126268009899505499" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5d059413-a2f2-4665-9527-844d8e76116d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 27a7bc15-971a-4824-9d67-69c711db1e17, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 27a7bc15-971a-4824-9d67-69c711db1e17, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15756950079685474005 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1575695007968547400515756950079685474005157569500796854740051575695007968547400515756950079685474005157569500796854740051575695007968547400515756950079685474005157569500796854740051575695007968547400515756950079685474005157569500796854740051575695007968547400515756950079685474005157569500796854740051575695007968547400515756950079685474005157569500796854740051575695007968547400515756950079685474005" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f0773f67-2aca-43d4-9836-fc15741a46a8, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1b643b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3847cae9-9004-4dd6-9f07-07508e646595, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3847cae9-9004-4dd6-9f07-07508e646595, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NGMxZTc0ZjQtZWRiNjhiYmItZTJjZTA2ZDAtN2IzMzRkNmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6851075308578190375 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68510753085781903756851075308578190375685107530857819037568510753085781903756851075308578190375685107530857819037568510753085781903756851075308578190375685107530857819037568510753085781903756851075308578190375685107530857819037568510753085781903756851075308578190375685107530857819037568510753085781903756851075308578190375685107530857819037568510753085781903756851075308578190375" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 27a7bc15-971a-4824-9d67-69c711db1e17, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 56926314-e5f5-4585-9cd4-5354667d8e36, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 56926314-e5f5-4585-9cd4-5354667d8e36, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3020732378148863807 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30207323781488638073020732378148863807302073237814886380730207323781488638073020732378148863807302073237814886380730207323781488638073020732378148863807302073237814886380730207323781488638073020732378148863807302073237814886380730207323781488638073020732378148863807302073237814886380730207323781488638073020732378148863807302073237814886380730207323781488638073020732378148863807" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3847cae9-9004-4dd6-9f07-07508e646595, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1b643b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ea07b2b1-e266-40ab-9f07-66a181be6376, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ea07b2b1-e266-40ab-9f07-66a181be6376, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NGMxZTc0ZjQtZWRiNjhiYmItZTJjZTA2ZDAtN2IzMzRkNmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11359370283527671107 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1135937028352767110711359370283527671107113593702835276711071135937028352767110711359370283527671107113593702835276711071135937028352767110711359370283527671107113593702835276711071135937028352767110711359370283527671107113593702835276711071135937028352767110711359370283527671107113593702835276711071135937028352767110711359370283527671107113593702835276711071135937028352767110711359370283527671107" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ea07b2b1-e266-40ab-9f07-66a181be6376, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1b643b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f0c66381-2cdb-444d-983b-cdb0e342f53b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f0c66381-2cdb-444d-983b-cdb0e342f53b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NGMxZTc0ZjQtZWRiNjhiYmItZTJjZTA2ZDAtN2IzMzRkNmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9076259177415819127 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90762591774158191279076259177415819127907625917741581912790762591774158191279076259177415819127907625917741581912790762591774158191279076259177415819127907625917741581912790762591774158191279076259177415819127907625917741581912790762591774158191279076259177415819127907625917741581912790762591774158191279076259177415819127907625917741581912790762591774158191279076259177415819127" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 56926314-e5f5-4585-9cd4-5354667d8e36, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1238cc76-9be8-4d74-bccc-9480c5c1848b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1238cc76-9be8-4d74-bccc-9480c5c1848b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7246456968596814274 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72464569685968142747246456968596814274724645696859681427472464569685968142747246456968596814274724645696859681427472464569685968142747246456968596814274724645696859681427472464569685968142747246456968596814274724645696859681427472464569685968142747246456968596814274724645696859681427472464569685968142747246456968596814274724645696859681427472464569685968142747246456968596814274" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f0c66381-2cdb-444d-983b-cdb0e342f53b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1b643b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 427bf5c0-09f1-4d69-bc49-0c92d77ca376, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 427bf5c0-09f1-4d69-bc49-0c92d77ca376, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NGMxZTc0ZjQtZWRiNjhiYmItZTJjZTA2ZDAtN2IzMzRkNmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13855700143832884513 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1385570014383288451313855700143832884513138557001438328845131385570014383288451313855700143832884513138557001438328845131385570014383288451313855700143832884513138557001438328845131385570014383288451313855700143832884513138557001438328845131385570014383288451313855700143832884513138557001438328845131385570014383288451313855700143832884513138557001438328845131385570014383288451313855700143832884513" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1238cc76-9be8-4d74-bccc-9480c5c1848b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0d0fbb62-725d-4aed-96e5-4cf60a910da1, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0d0fbb62-725d-4aed-96e5-4cf60a910da1, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4500486529346023744 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45004865293460237444500486529346023744450048652934602374445004865293460237444500486529346023744450048652934602374445004865293460237444500486529346023744450048652934602374445004865293460237444500486529346023744450048652934602374445004865293460237444500486529346023744450048652934602374445004865293460237444500486529346023744450048652934602374445004865293460237444500486529346023744" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 427bf5c0-09f1-4d69-bc49-0c92d77ca376, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1b643b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, edfbda10-b7d3-4aaa-8d40-b21972275c60, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0d0fbb62-725d-4aed-96e5-4cf60a910da1, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d5d160c2-c612-46e7-beb2-b898dd8c776a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, edfbda10-b7d3-4aaa-8d40-b21972275c60, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NGMxZTc0ZjQtZWRiNjhiYmItZTJjZTA2ZDAtN2IzMzRkNmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16808018764087590542 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1680801876408759054216808018764087590542168080187640875905421680801876408759054216808018764087590542168080187640875905421680801876408759054216808018764087590542168080187640875905421680801876408759054216808018764087590542168080187640875905421680801876408759054216808018764087590542168080187640875905421680801876408759054216808018764087590542168080187640875905421680801876408759054216808018764087590542" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d5d160c2-c612-46e7-beb2-b898dd8c776a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6001876203488784352 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60018762034887843526001876203488784352600187620348878435260018762034887843526001876203488784352600187620348878435260018762034887843526001876203488784352600187620348878435260018762034887843526001876203488784352600187620348878435260018762034887843526001876203488784352600187620348878435260018762034887843526001876203488784352600187620348878435260018762034887843526001876203488784352" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, edfbda10-b7d3-4aaa-8d40-b21972275c60, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1b643b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 243a3719-a159-41f5-a885-7b695de6d2a7, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 243a3719-a159-41f5-a885-7b695de6d2a7, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NGMxZTc0ZjQtZWRiNjhiYmItZTJjZTA2ZDAtN2IzMzRkNmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5455405744877971399 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54554057448779713995455405744877971399545540574487797139954554057448779713995455405744877971399545540574487797139954554057448779713995455405744877971399545540574487797139954554057448779713995455405744877971399545540574487797139954554057448779713995455405744877971399545540574487797139954554057448779713995455405744877971399545540574487797139954554057448779713995455405744877971399" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d5d160c2-c612-46e7-beb2-b898dd8c776a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e2caeea0-b630-48ea-84ef-a2a932f33a56, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e2caeea0-b630-48ea-84ef-a2a932f33a56, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3075857962645700716 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30758579626457007163075857962645700716307585796264570071630758579626457007163075857962645700716307585796264570071630758579626457007163075857962645700716307585796264570071630758579626457007163075857962645700716307585796264570071630758579626457007163075857962645700716307585796264570071630758579626457007163075857962645700716307585796264570071630758579626457007163075857962645700716" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 243a3719-a159-41f5-a885-7b695de6d2a7, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1b643b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dc65a872-8c7d-4bf5-9e4a-564f00e32849, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dc65a872-8c7d-4bf5-9e4a-564f00e32849, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NGMxZTc0ZjQtZWRiNjhiYmItZTJjZTA2ZDAtN2IzMzRkNmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10101355304197530755 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1010135530419753075510101355304197530755101013553041975307551010135530419753075510101355304197530755101013553041975307551010135530419753075510101355304197530755101013553041975307551010135530419753075510101355304197530755101013553041975307551010135530419753075510101355304197530755101013553041975307551010135530419753075510101355304197530755101013553041975307551010135530419753075510101355304197530755" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e2caeea0-b630-48ea-84ef-a2a932f33a56, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ab7bb036-1e75-4c65-afa5-19900256170d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ab7bb036-1e75-4c65-afa5-19900256170d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17760979144927394789 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1776097914492739478917760979144927394789177609791449273947891776097914492739478917760979144927394789177609791449273947891776097914492739478917760979144927394789177609791449273947891776097914492739478917760979144927394789177609791449273947891776097914492739478917760979144927394789177609791449273947891776097914492739478917760979144927394789177609791449273947891776097914492739478917760979144927394789" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dc65a872-8c7d-4bf5-9e4a-564f00e32849, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1b643b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 84283c7d-5212-459b-b612-58da9ded45a4, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 84283c7d-5212-459b-b612-58da9ded45a4, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NGMxZTc0ZjQtZWRiNjhiYmItZTJjZTA2ZDAtN2IzMzRkNmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6994330296948282497 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69943302969482824976994330296948282497699433029694828249769943302969482824976994330296948282497699433029694828249769943302969482824976994330296948282497699433029694828249769943302969482824976994330296948282497699433029694828249769943302969482824976994330296948282497699433029694828249769943302969482824976994330296948282497699433029694828249769943302969482824976994330296948282497" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ab7bb036-1e75-4c65-afa5-19900256170d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e2d3d710-893c-407b-b654-7ea91db671bf, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e2d3d710-893c-407b-b654-7ea91db671bf, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9745786058848581709 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97457860588485817099745786058848581709974578605884858170997457860588485817099745786058848581709974578605884858170997457860588485817099745786058848581709974578605884858170997457860588485817099745786058848581709974578605884858170997457860588485817099745786058848581709974578605884858170997457860588485817099745786058848581709974578605884858170997457860588485817099745786058848581709" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 84283c7d-5212-459b-b612-58da9ded45a4, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1b643b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 88e32491-56d9-4a55-a5b8-d08be7c444a4, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 88e32491-56d9-4a55-a5b8-d08be7c444a4, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NGMxZTc0ZjQtZWRiNjhiYmItZTJjZTA2ZDAtN2IzMzRkNmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3890037595051708364 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38900375950517083643890037595051708364389003759505170836438900375950517083643890037595051708364389003759505170836438900375950517083643890037595051708364389003759505170836438900375950517083643890037595051708364389003759505170836438900375950517083643890037595051708364389003759505170836438900375950517083643890037595051708364389003759505170836438900375950517083643890037595051708364" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e2d3d710-893c-407b-b654-7ea91db671bf, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 57a589af-adb3-4871-9941-62f06f53d353, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 57a589af-adb3-4871-9941-62f06f53d353, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10158704571863693633 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1015870457186369363310158704571863693633101587045718636936331015870457186369363310158704571863693633101587045718636936331015870457186369363310158704571863693633101587045718636936331015870457186369363310158704571863693633101587045718636936331015870457186369363310158704571863693633101587045718636936331015870457186369363310158704571863693633101587045718636936331015870457186369363310158704571863693633" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 88e32491-56d9-4a55-a5b8-d08be7c444a4, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1b643b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8b62d0f9-a2bb-496c-a99b-4d7ea73ebf44, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8b62d0f9-a2bb-496c-a99b-4d7ea73ebf44, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NGMxZTc0ZjQtZWRiNjhiYmItZTJjZTA2ZDAtN2IzMzRkNmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8964613105367398796 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89646131053673987968964613105367398796896461310536739879689646131053673987968964613105367398796896461310536739879689646131053673987968964613105367398796896461310536739879689646131053673987968964613105367398796896461310536739879689646131053673987968964613105367398796896461310536739879689646131053673987968964613105367398796896461310536739879689646131053673987968964613105367398796" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 57a589af-adb3-4871-9941-62f06f53d353, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6e4ecc04-db5a-4118-8b5a-763c7a8fbb0b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6e4ecc04-db5a-4118-8b5a-763c7a8fbb0b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3356998538616254034 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33569985386162540343356998538616254034335699853861625403433569985386162540343356998538616254034335699853861625403433569985386162540343356998538616254034335699853861625403433569985386162540343356998538616254034335699853861625403433569985386162540343356998538616254034335699853861625403433569985386162540343356998538616254034335699853861625403433569985386162540343356998538616254034" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8b62d0f9-a2bb-496c-a99b-4d7ea73ebf44, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1b643b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3f7f7dc0-db83-40ac-9f89-e47c7e2495b3, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3f7f7dc0-db83-40ac-9f89-e47c7e2495b3, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NGMxZTc0ZjQtZWRiNjhiYmItZTJjZTA2ZDAtN2IzMzRkNmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 633152347430754607 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "633152347430754607633152347430754607633152347430754607633152347430754607633152347430754607633152347430754607633152347430754607633152347430754607633152347430754607633152347430754607633152347430754607633152347430754607633152347430754607633152347430754607633152347430754607633152347430754607633152347430754607633152347430754607633152347430754607633152347430754607" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6e4ecc04-db5a-4118-8b5a-763c7a8fbb0b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e3557b06-df23-4af6-a39a-1325b0287764, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e3557b06-df23-4af6-a39a-1325b0287764, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13146274570165113529 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1314627457016511352913146274570165113529131462745701651135291314627457016511352913146274570165113529131462745701651135291314627457016511352913146274570165113529131462745701651135291314627457016511352913146274570165113529131462745701651135291314627457016511352913146274570165113529131462745701651135291314627457016511352913146274570165113529131462745701651135291314627457016511352913146274570165113529" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3f7f7dc0-db83-40ac-9f89-e47c7e2495b3, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1b643b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, aecbba00-dacc-4823-bd9c-2d747c5b3f63, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e3557b06-df23-4af6-a39a-1325b0287764, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 78278acf-f5f6-4580-bb25-b9b9862da8e9, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aecbba00-dacc-4823-bd9c-2d747c5b3f63, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NGMxZTc0ZjQtZWRiNjhiYmItZTJjZTA2ZDAtN2IzMzRkNmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11318020157106000154 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1131802015710600015411318020157106000154113180201571060001541131802015710600015411318020157106000154113180201571060001541131802015710600015411318020157106000154113180201571060001541131802015710600015411318020157106000154113180201571060001541131802015710600015411318020157106000154113180201571060001541131802015710600015411318020157106000154113180201571060001541131802015710600015411318020157106000154" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 78278acf-f5f6-4580-bb25-b9b9862da8e9, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10017374045645288972 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1001737404564528897210017374045645288972100173740456452889721001737404564528897210017374045645288972100173740456452889721001737404564528897210017374045645288972100173740456452889721001737404564528897210017374045645288972100173740456452889721001737404564528897210017374045645288972100173740456452889721001737404564528897210017374045645288972100173740456452889721001737404564528897210017374045645288972" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aecbba00-dacc-4823-bd9c-2d747c5b3f63, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1b643b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 78278acf-f5f6-4580-bb25-b9b9862da8e9, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9f78db81-1ba6-4888-88c8-3e0cb1a26132, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9f78db81-1ba6-4888-88c8-3e0cb1a26132, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NGMxZTc0ZjQtZWRiNjhiYmItZTJjZTA2ZDAtN2IzMzRkNmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10130928422390774988 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1013092842239077498810130928422390774988101309284223907749881013092842239077498810130928422390774988101309284223907749881013092842239077498810130928422390774988101309284223907749881013092842239077498810130928422390774988101309284223907749881013092842239077498810130928422390774988101309284223907749881013092842239077498810130928422390774988101309284223907749881013092842239077498810130928422390774988" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0fd22c3a-7d21-4c48-8d3a-33d6317df3cb, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0fd22c3a-7d21-4c48-8d3a-33d6317df3cb, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5254919496527647964 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52549194965276479645254919496527647964525491949652764796452549194965276479645254919496527647964525491949652764796452549194965276479645254919496527647964525491949652764796452549194965276479645254919496527647964525491949652764796452549194965276479645254919496527647964525491949652764796452549194965276479645254919496527647964525491949652764796452549194965276479645254919496527647964" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9f78db81-1ba6-4888-88c8-3e0cb1a26132, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1b643b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7ef146fd-356d-4f90-a2a8-0604dfde5fb7, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7ef146fd-356d-4f90-a2a8-0604dfde5fb7, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NGMxZTc0ZjQtZWRiNjhiYmItZTJjZTA2ZDAtN2IzMzRkNmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14765998207379088259 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1476599820737908825914765998207379088259147659982073790882591476599820737908825914765998207379088259147659982073790882591476599820737908825914765998207379088259147659982073790882591476599820737908825914765998207379088259147659982073790882591476599820737908825914765998207379088259147659982073790882591476599820737908825914765998207379088259147659982073790882591476599820737908825914765998207379088259" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0fd22c3a-7d21-4c48-8d3a-33d6317df3cb, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a98ec0bd-4a81-498f-9e48-7de30ef51ad2, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a98ec0bd-4a81-498f-9e48-7de30ef51ad2, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5339046956730169601 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53390469567301696015339046956730169601533904695673016960153390469567301696015339046956730169601533904695673016960153390469567301696015339046956730169601533904695673016960153390469567301696015339046956730169601533904695673016960153390469567301696015339046956730169601533904695673016960153390469567301696015339046956730169601533904695673016960153390469567301696015339046956730169601" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7ef146fd-356d-4f90-a2a8-0604dfde5fb7, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1b643b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7e0da966-3ed2-4b7e-ac60-6d774005c6e7, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7e0da966-3ed2-4b7e-ac60-6d774005c6e7, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NGMxZTc0ZjQtZWRiNjhiYmItZTJjZTA2ZDAtN2IzMzRkNmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16620243321120196482 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1662024332112019648216620243321120196482166202433211201964821662024332112019648216620243321120196482166202433211201964821662024332112019648216620243321120196482166202433211201964821662024332112019648216620243321120196482166202433211201964821662024332112019648216620243321120196482166202433211201964821662024332112019648216620243321120196482166202433211201964821662024332112019648216620243321120196482" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a98ec0bd-4a81-498f-9e48-7de30ef51ad2, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 67791f10-a206-4a47-93a9-06f9336d30cf, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7e0da966-3ed2-4b7e-ac60-6d774005c6e7, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 67791f10-a206-4a47-93a9-06f9336d30cf, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7176973897025896102 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71769738970258961027176973897025896102717697389702589610271769738970258961027176973897025896102717697389702589610271769738970258961027176973897025896102717697389702589610271769738970258961027176973897025896102717697389702589610271769738970258961027176973897025896102717697389702589610271769738970258961027176973897025896102717697389702589610271769738970258961027176973897025896102" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1b643b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7db5bdb1-ed4d-4e51-9c7b-9301f6147231, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7db5bdb1-ed4d-4e51-9c7b-9301f6147231, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NGMxZTc0ZjQtZWRiNjhiYmItZTJjZTA2ZDAtN2IzMzRkNmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11385892273582629256 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1138589227358262925611385892273582629256113858922735826292561138589227358262925611385892273582629256113858922735826292561138589227358262925611385892273582629256113858922735826292561138589227358262925611385892273582629256113858922735826292561138589227358262925611385892273582629256113858922735826292561138589227358262925611385892273582629256113858922735826292561138589227358262925611385892273582629256" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 67791f10-a206-4a47-93a9-06f9336d30cf, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 40e55cd5-1a20-48f4-9543-4edef217bd31, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 40e55cd5-1a20-48f4-9543-4edef217bd31, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15743339343884106052 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1574333934388410605215743339343884106052157433393438841060521574333934388410605215743339343884106052157433393438841060521574333934388410605215743339343884106052157433393438841060521574333934388410605215743339343884106052157433393438841060521574333934388410605215743339343884106052157433393438841060521574333934388410605215743339343884106052157433393438841060521574333934388410605215743339343884106052" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7db5bdb1-ed4d-4e51-9c7b-9301f6147231, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1b643b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 16999e23-3dbd-40a4-bce3-8bff4e97b9c5, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 16999e23-3dbd-40a4-bce3-8bff4e97b9c5, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NGMxZTc0ZjQtZWRiNjhiYmItZTJjZTA2ZDAtN2IzMzRkNmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13420507144716642121 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1342050714471664212113420507144716642121134205071447166421211342050714471664212113420507144716642121134205071447166421211342050714471664212113420507144716642121134205071447166421211342050714471664212113420507144716642121134205071447166421211342050714471664212113420507144716642121134205071447166421211342050714471664212113420507144716642121134205071447166421211342050714471664212113420507144716642121" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 40e55cd5-1a20-48f4-9543-4edef217bd31, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 709d06b8-06ae-4b77-9ad3-ac5101ed774f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 709d06b8-06ae-4b77-9ad3-ac5101ed774f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14447168304969085578 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1444716830496908557814447168304969085578144471683049690855781444716830496908557814447168304969085578144471683049690855781444716830496908557814447168304969085578144471683049690855781444716830496908557814447168304969085578144471683049690855781444716830496908557814447168304969085578144471683049690855781444716830496908557814447168304969085578144471683049690855781444716830496908557814447168304969085578" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 16999e23-3dbd-40a4-bce3-8bff4e97b9c5, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1b643b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3298f7e4-8ef7-4be9-9f41-2ecec6bdd396, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3298f7e4-8ef7-4be9-9f41-2ecec6bdd396, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NGMxZTc0ZjQtZWRiNjhiYmItZTJjZTA2ZDAtN2IzMzRkNmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14174284719437290596 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1417428471943729059614174284719437290596141742847194372905961417428471943729059614174284719437290596141742847194372905961417428471943729059614174284719437290596141742847194372905961417428471943729059614174284719437290596141742847194372905961417428471943729059614174284719437290596141742847194372905961417428471943729059614174284719437290596141742847194372905961417428471943729059614174284719437290596" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 709d06b8-06ae-4b77-9ad3-ac5101ed774f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b7339d63-c04b-4ada-bf26-c773d5637ffe, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b7339d63-c04b-4ada-bf26-c773d5637ffe, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17724111297932763198 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1772411129793276319817724111297932763198177241112979327631981772411129793276319817724111297932763198177241112979327631981772411129793276319817724111297932763198177241112979327631981772411129793276319817724111297932763198177241112979327631981772411129793276319817724111297932763198177241112979327631981772411129793276319817724111297932763198177241112979327631981772411129793276319817724111297932763198" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3298f7e4-8ef7-4be9-9f41-2ecec6bdd396, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1b643b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 146e5f5f-bd0c-42d4-808d-9af14106a5d1, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 146e5f5f-bd0c-42d4-808d-9af14106a5d1, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NGMxZTc0ZjQtZWRiNjhiYmItZTJjZTA2ZDAtN2IzMzRkNmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13243107661978144543 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1324310766197814454313243107661978144543132431076619781445431324310766197814454313243107661978144543132431076619781445431324310766197814454313243107661978144543132431076619781445431324310766197814454313243107661978144543132431076619781445431324310766197814454313243107661978144543132431076619781445431324310766197814454313243107661978144543132431076619781445431324310766197814454313243107661978144543" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b7339d63-c04b-4ada-bf26-c773d5637ffe, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 27ff8edd-8195-48af-b09a-f28d6ac2cfd1, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 27ff8edd-8195-48af-b09a-f28d6ac2cfd1, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1314308671715459766 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13143086717154597661314308671715459766131430867171545976613143086717154597661314308671715459766131430867171545976613143086717154597661314308671715459766131430867171545976613143086717154597661314308671715459766131430867171545976613143086717154597661314308671715459766131430867171545976613143086717154597661314308671715459766131430867171545976613143086717154597661314308671715459766" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 27ff8edd-8195-48af-b09a-f28d6ac2cfd1, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1f636b04-6c6d-4d88-b79c-d9b111e58026, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1f636b04-6c6d-4d88-b79c-d9b111e58026, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12550730229196768249 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1255073022919676824912550730229196768249125507302291967682491255073022919676824912550730229196768249125507302291967682491255073022919676824912550730229196768249125507302291967682491255073022919676824912550730229196768249125507302291967682491255073022919676824912550730229196768249125507302291967682491255073022919676824912550730229196768249125507302291967682491255073022919676824912550730229196768249" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 146e5f5f-bd0c-42d4-808d-9af14106a5d1, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1b643b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f329e42a-b311-4216-955a-41b72705fcf2, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f329e42a-b311-4216-955a-41b72705fcf2, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NGMxZTc0ZjQtZWRiNjhiYmItZTJjZTA2ZDAtN2IzMzRkNmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11900728173555932575 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1190072817355593257511900728173555932575119007281735559325751190072817355593257511900728173555932575119007281735559325751190072817355593257511900728173555932575119007281735559325751190072817355593257511900728173555932575119007281735559325751190072817355593257511900728173555932575119007281735559325751190072817355593257511900728173555932575119007281735559325751190072817355593257511900728173555932575" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1f636b04-6c6d-4d88-b79c-d9b111e58026, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2061e596-d396-4946-b06f-f0352602a7ad, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2061e596-d396-4946-b06f-f0352602a7ad, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10858164993188536922 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1085816499318853692210858164993188536922108581649931885369221085816499318853692210858164993188536922108581649931885369221085816499318853692210858164993188536922108581649931885369221085816499318853692210858164993188536922108581649931885369221085816499318853692210858164993188536922108581649931885369221085816499318853692210858164993188536922108581649931885369221085816499318853692210858164993188536922" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f329e42a-b311-4216-955a-41b72705fcf2, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1b643b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4fdeece5-6922-416c-8cf3-9622dc06862f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4fdeece5-6922-416c-8cf3-9622dc06862f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NGMxZTc0ZjQtZWRiNjhiYmItZTJjZTA2ZDAtN2IzMzRkNmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3266239146665583374 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32662391466655833743266239146665583374326623914666558337432662391466655833743266239146665583374326623914666558337432662391466655833743266239146665583374326623914666558337432662391466655833743266239146665583374326623914666558337432662391466655833743266239146665583374326623914666558337432662391466655833743266239146665583374326623914666558337432662391466655833743266239146665583374" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2061e596-d396-4946-b06f-f0352602a7ad, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 724ddd88-ad67-4bf2-9dda-c8ea628dc29d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 724ddd88-ad67-4bf2-9dda-c8ea628dc29d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18347114062153004083 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1834711406215300408318347114062153004083183471140621530040831834711406215300408318347114062153004083183471140621530040831834711406215300408318347114062153004083183471140621530040831834711406215300408318347114062153004083183471140621530040831834711406215300408318347114062153004083183471140621530040831834711406215300408318347114062153004083183471140621530040831834711406215300408318347114062153004083" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4fdeece5-6922-416c-8cf3-9622dc06862f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1b643b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 03091e2a-567f-45e9-88b9-acdf57d2dafe, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 03091e2a-567f-45e9-88b9-acdf57d2dafe, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NGMxZTc0ZjQtZWRiNjhiYmItZTJjZTA2ZDAtN2IzMzRkNmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5407416323094677458 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54074163230946774585407416323094677458540741632309467745854074163230946774585407416323094677458540741632309467745854074163230946774585407416323094677458540741632309467745854074163230946774585407416323094677458540741632309467745854074163230946774585407416323094677458540741632309467745854074163230946774585407416323094677458540741632309467745854074163230946774585407416323094677458" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 724ddd88-ad67-4bf2-9dda-c8ea628dc29d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 139f36b1-1781-47b8-9667-3045274c4f1a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 139f36b1-1781-47b8-9667-3045274c4f1a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7664108812629804631 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76641088126298046317664108812629804631766410881262980463176641088126298046317664108812629804631766410881262980463176641088126298046317664108812629804631766410881262980463176641088126298046317664108812629804631766410881262980463176641088126298046317664108812629804631766410881262980463176641088126298046317664108812629804631766410881262980463176641088126298046317664108812629804631" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 03091e2a-567f-45e9-88b9-acdf57d2dafe, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1b643b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f5a371ec-a874-4ea3-9ec9-027c05193908, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f5a371ec-a874-4ea3-9ec9-027c05193908, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NGMxZTc0ZjQtZWRiNjhiYmItZTJjZTA2ZDAtN2IzMzRkNmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16920174910734636849 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1692017491073463684916920174910734636849169201749107346368491692017491073463684916920174910734636849169201749107346368491692017491073463684916920174910734636849169201749107346368491692017491073463684916920174910734636849169201749107346368491692017491073463684916920174910734636849169201749107346368491692017491073463684916920174910734636849169201749107346368491692017491073463684916920174910734636849" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 139f36b1-1781-47b8-9667-3045274c4f1a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3415c384-d414-4c69-9959-7b46457f13cc, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3415c384-d414-4c69-9959-7b46457f13cc, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7360131075508029496 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73601310755080294967360131075508029496736013107550802949673601310755080294967360131075508029496736013107550802949673601310755080294967360131075508029496736013107550802949673601310755080294967360131075508029496736013107550802949673601310755080294967360131075508029496736013107550802949673601310755080294967360131075508029496736013107550802949673601310755080294967360131075508029496" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f5a371ec-a874-4ea3-9ec9-027c05193908, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1b643b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9ec37d4f-62b5-4777-84b9-941211cdda55, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9ec37d4f-62b5-4777-84b9-941211cdda55, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NGMxZTc0ZjQtZWRiNjhiYmItZTJjZTA2ZDAtN2IzMzRkNmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10900839098037505687 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1090083909803750568710900839098037505687109008390980375056871090083909803750568710900839098037505687109008390980375056871090083909803750568710900839098037505687109008390980375056871090083909803750568710900839098037505687109008390980375056871090083909803750568710900839098037505687109008390980375056871090083909803750568710900839098037505687109008390980375056871090083909803750568710900839098037505687" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3415c384-d414-4c69-9959-7b46457f13cc, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 933ae280-e002-45ab-8b5a-a640d49f8d13, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 933ae280-e002-45ab-8b5a-a640d49f8d13, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5819556641075688396 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58195566410756883965819556641075688396581955664107568839658195566410756883965819556641075688396581955664107568839658195566410756883965819556641075688396581955664107568839658195566410756883965819556641075688396581955664107568839658195566410756883965819556641075688396581955664107568839658195566410756883965819556641075688396581955664107568839658195566410756883965819556641075688396" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9ec37d4f-62b5-4777-84b9-941211cdda55, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1b643b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6d67a49a-9344-4366-a23e-69e38c5b3061, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6d67a49a-9344-4366-a23e-69e38c5b3061, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NGMxZTc0ZjQtZWRiNjhiYmItZTJjZTA2ZDAtN2IzMzRkNmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8023640606112230616 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80236406061122306168023640606112230616802364060611223061680236406061122306168023640606112230616802364060611223061680236406061122306168023640606112230616802364060611223061680236406061122306168023640606112230616802364060611223061680236406061122306168023640606112230616802364060611223061680236406061122306168023640606112230616802364060611223061680236406061122306168023640606112230616" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 933ae280-e002-45ab-8b5a-a640d49f8d13, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 452d251b-4835-4a29-a33f-bbf23d143c20, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 452d251b-4835-4a29-a33f-bbf23d143c20, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2473948619277191233 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24739486192771912332473948619277191233247394861927719123324739486192771912332473948619277191233247394861927719123324739486192771912332473948619277191233247394861927719123324739486192771912332473948619277191233247394861927719123324739486192771912332473948619277191233247394861927719123324739486192771912332473948619277191233247394861927719123324739486192771912332473948619277191233" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6d67a49a-9344-4366-a23e-69e38c5b3061, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1b643b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f1ae0f06-f29c-4598-b562-52323af9d821, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f1ae0f06-f29c-4598-b562-52323af9d821, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NGMxZTc0ZjQtZWRiNjhiYmItZTJjZTA2ZDAtN2IzMzRkNmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9780901920891857906 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97809019208918579069780901920891857906978090192089185790697809019208918579069780901920891857906978090192089185790697809019208918579069780901920891857906978090192089185790697809019208918579069780901920891857906978090192089185790697809019208918579069780901920891857906978090192089185790697809019208918579069780901920891857906978090192089185790697809019208918579069780901920891857906" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 452d251b-4835-4a29-a33f-bbf23d143c20, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f1ae0f06-f29c-4598-b562-52323af9d821, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1b643b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0e87f5c6-716a-471f-a5e1-18d49b871107, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0e87f5c6-716a-471f-a5e1-18d49b871107, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NGMxZTc0ZjQtZWRiNjhiYmItZTJjZTA2ZDAtN2IzMzRkNmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7148116860042948424 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71481168600429484247148116860042948424714811686004294842471481168600429484247148116860042948424714811686004294842471481168600429484247148116860042948424714811686004294842471481168600429484247148116860042948424714811686004294842471481168600429484247148116860042948424714811686004294842471481168600429484247148116860042948424714811686004294842471481168600429484247148116860042948424" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dc9589ad-ca18-4c38-b484-871139968e90, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dc9589ad-ca18-4c38-b484-871139968e90, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13456843324570928258 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1345684332457092825813456843324570928258134568433245709282581345684332457092825813456843324570928258134568433245709282581345684332457092825813456843324570928258134568433245709282581345684332457092825813456843324570928258134568433245709282581345684332457092825813456843324570928258134568433245709282581345684332457092825813456843324570928258134568433245709282581345684332457092825813456843324570928258" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0e87f5c6-716a-471f-a5e1-18d49b871107, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1b643b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9a878de1-62cf-4ca4-8780-48bd1144506b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9a878de1-62cf-4ca4-8780-48bd1144506b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NGMxZTc0ZjQtZWRiNjhiYmItZTJjZTA2ZDAtN2IzMzRkNmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5176289031880557793 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51762890318805577935176289031880557793517628903188055779351762890318805577935176289031880557793517628903188055779351762890318805577935176289031880557793517628903188055779351762890318805577935176289031880557793517628903188055779351762890318805577935176289031880557793517628903188055779351762890318805577935176289031880557793517628903188055779351762890318805577935176289031880557793" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dc9589ad-ca18-4c38-b484-871139968e90, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4f6dbdf2-b923-4b61-ab72-798ae5d347bc, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4f6dbdf2-b923-4b61-ab72-798ae5d347bc, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9095314895535378058 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90953148955353780589095314895535378058909531489553537805890953148955353780589095314895535378058909531489553537805890953148955353780589095314895535378058909531489553537805890953148955353780589095314895535378058909531489553537805890953148955353780589095314895535378058909531489553537805890953148955353780589095314895535378058909531489553537805890953148955353780589095314895535378058" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9a878de1-62cf-4ca4-8780-48bd1144506b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1b643b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fa72cf52-c6f5-4e7c-bd39-1b5898b4cb04, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fa72cf52-c6f5-4e7c-bd39-1b5898b4cb04, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NGMxZTc0ZjQtZWRiNjhiYmItZTJjZTA2ZDAtN2IzMzRkNmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17256168324938634999 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1725616832493863499917256168324938634999172561683249386349991725616832493863499917256168324938634999172561683249386349991725616832493863499917256168324938634999172561683249386349991725616832493863499917256168324938634999172561683249386349991725616832493863499917256168324938634999172561683249386349991725616832493863499917256168324938634999172561683249386349991725616832493863499917256168324938634999" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4f6dbdf2-b923-4b61-ab72-798ae5d347bc, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 06b91fd4-f591-430b-a334-96d64c0706e9, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 06b91fd4-f591-430b-a334-96d64c0706e9, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8131892101447613216 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81318921014476132168131892101447613216813189210144761321681318921014476132168131892101447613216813189210144761321681318921014476132168131892101447613216813189210144761321681318921014476132168131892101447613216813189210144761321681318921014476132168131892101447613216813189210144761321681318921014476132168131892101447613216813189210144761321681318921014476132168131892101447613216" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fa72cf52-c6f5-4e7c-bd39-1b5898b4cb04, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1b643b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bc84be84-0057-49c7-8611-81152d5b17ec, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bc84be84-0057-49c7-8611-81152d5b17ec, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NGMxZTc0ZjQtZWRiNjhiYmItZTJjZTA2ZDAtN2IzMzRkNmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17862538437595060316 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1786253843759506031617862538437595060316178625384375950603161786253843759506031617862538437595060316178625384375950603161786253843759506031617862538437595060316178625384375950603161786253843759506031617862538437595060316178625384375950603161786253843759506031617862538437595060316178625384375950603161786253843759506031617862538437595060316178625384375950603161786253843759506031617862538437595060316" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 06b91fd4-f591-430b-a334-96d64c0706e9, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e79a1ab6-6f25-4338-a0cc-a0daf2c96f42, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e79a1ab6-6f25-4338-a0cc-a0daf2c96f42, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16920729221544930136 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1692072922154493013616920729221544930136169207292215449301361692072922154493013616920729221544930136169207292215449301361692072922154493013616920729221544930136169207292215449301361692072922154493013616920729221544930136169207292215449301361692072922154493013616920729221544930136169207292215449301361692072922154493013616920729221544930136169207292215449301361692072922154493013616920729221544930136" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bc84be84-0057-49c7-8611-81152d5b17ec, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1b643b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 715eaf21-76fc-41e2-9c46-52dffda29d74, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 715eaf21-76fc-41e2-9c46-52dffda29d74, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NGMxZTc0ZjQtZWRiNjhiYmItZTJjZTA2ZDAtN2IzMzRkNmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18066583109364920072 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1806658310936492007218066583109364920072180665831093649200721806658310936492007218066583109364920072180665831093649200721806658310936492007218066583109364920072180665831093649200721806658310936492007218066583109364920072180665831093649200721806658310936492007218066583109364920072180665831093649200721806658310936492007218066583109364920072180665831093649200721806658310936492007218066583109364920072" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e79a1ab6-6f25-4338-a0cc-a0daf2c96f42, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 49b30ecc-2caa-49bd-ba3a-3a79bfa5bedd, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 49b30ecc-2caa-49bd-ba3a-3a79bfa5bedd, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16156965874070841250 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1615696587407084125016156965874070841250161569658740708412501615696587407084125016156965874070841250161569658740708412501615696587407084125016156965874070841250161569658740708412501615696587407084125016156965874070841250161569658740708412501615696587407084125016156965874070841250161569658740708412501615696587407084125016156965874070841250161569658740708412501615696587407084125016156965874070841250" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 715eaf21-76fc-41e2-9c46-52dffda29d74, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1b643b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 43599de5-cf72-4768-8753-1949717d3530, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 43599de5-cf72-4768-8753-1949717d3530, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NGMxZTc0ZjQtZWRiNjhiYmItZTJjZTA2ZDAtN2IzMzRkNmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13083256790847205270 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1308325679084720527013083256790847205270130832567908472052701308325679084720527013083256790847205270130832567908472052701308325679084720527013083256790847205270130832567908472052701308325679084720527013083256790847205270130832567908472052701308325679084720527013083256790847205270130832567908472052701308325679084720527013083256790847205270130832567908472052701308325679084720527013083256790847205270" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 49b30ecc-2caa-49bd-ba3a-3a79bfa5bedd, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0fa29fa7-cddf-4f3e-b747-da4d9c546d57, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 43599de5-cf72-4768-8753-1949717d3530, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1b643b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2b378d4a-2495-42cd-a718-83ba5064e48e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2b378d4a-2495-42cd-a718-83ba5064e48e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NGMxZTc0ZjQtZWRiNjhiYmItZTJjZTA2ZDAtN2IzMzRkNmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12627517221005118938 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1262751722100511893812627517221005118938126275172210051189381262751722100511893812627517221005118938126275172210051189381262751722100511893812627517221005118938126275172210051189381262751722100511893812627517221005118938126275172210051189381262751722100511893812627517221005118938126275172210051189381262751722100511893812627517221005118938126275172210051189381262751722100511893812627517221005118938" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0fa29fa7-cddf-4f3e-b747-da4d9c546d57, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3090762017871364572 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30907620178713645723090762017871364572309076201787136457230907620178713645723090762017871364572309076201787136457230907620178713645723090762017871364572309076201787136457230907620178713645723090762017871364572309076201787136457230907620178713645723090762017871364572309076201787136457230907620178713645723090762017871364572309076201787136457230907620178713645723090762017871364572" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0fa29fa7-cddf-4f3e-b747-da4d9c546d57, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2b378d4a-2495-42cd-a718-83ba5064e48e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 35e879de-2f62-47d2-8cc0-b4c1fb9a8fc2, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 35e879de-2f62-47d2-8cc0-b4c1fb9a8fc2, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3197498869461782761 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31974988694617827613197498869461782761319749886946178276131974988694617827613197498869461782761319749886946178276131974988694617827613197498869461782761319749886946178276131974988694617827613197498869461782761319749886946178276131974988694617827613197498869461782761319749886946178276131974988694617827613197498869461782761319749886946178276131974988694617827613197498869461782761" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1b643b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7ae4f6cd-e25b-4958-853e-320e7ff674f2, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7ae4f6cd-e25b-4958-853e-320e7ff674f2, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NGMxZTc0ZjQtZWRiNjhiYmItZTJjZTA2ZDAtN2IzMzRkNmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14151912980865892895 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1415191298086589289514151912980865892895141519129808658928951415191298086589289514151912980865892895141519129808658928951415191298086589289514151912980865892895141519129808658928951415191298086589289514151912980865892895141519129808658928951415191298086589289514151912980865892895141519129808658928951415191298086589289514151912980865892895141519129808658928951415191298086589289514151912980865892895" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 35e879de-2f62-47d2-8cc0-b4c1fb9a8fc2, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ebaadbc5-68c0-4df5-a03e-940254b00895, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ebaadbc5-68c0-4df5-a03e-940254b00895, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8918144155249495013 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89181441552494950138918144155249495013891814415524949501389181441552494950138918144155249495013891814415524949501389181441552494950138918144155249495013891814415524949501389181441552494950138918144155249495013891814415524949501389181441552494950138918144155249495013891814415524949501389181441552494950138918144155249495013891814415524949501389181441552494950138918144155249495013" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7ae4f6cd-e25b-4958-853e-320e7ff674f2, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1b643b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bfed7909-5f01-4524-ba3c-e96fd1faca71, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bfed7909-5f01-4524-ba3c-e96fd1faca71, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NGMxZTc0ZjQtZWRiNjhiYmItZTJjZTA2ZDAtN2IzMzRkNmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1617261621414015687 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16172616214140156871617261621414015687161726162141401568716172616214140156871617261621414015687161726162141401568716172616214140156871617261621414015687161726162141401568716172616214140156871617261621414015687161726162141401568716172616214140156871617261621414015687161726162141401568716172616214140156871617261621414015687161726162141401568716172616214140156871617261621414015687" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ebaadbc5-68c0-4df5-a03e-940254b00895, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c64f7701-78f1-435c-96a4-cdeb2f4dddb0, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bfed7909-5f01-4524-ba3c-e96fd1faca71, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1b643b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0a95dc40-dc47-48ea-9e37-ed0346880cc2, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0a95dc40-dc47-48ea-9e37-ed0346880cc2, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NGMxZTc0ZjQtZWRiNjhiYmItZTJjZTA2ZDAtN2IzMzRkNmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8691189467273012109 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86911894672730121098691189467273012109869118946727301210986911894672730121098691189467273012109869118946727301210986911894672730121098691189467273012109869118946727301210986911894672730121098691189467273012109869118946727301210986911894672730121098691189467273012109869118946727301210986911894672730121098691189467273012109869118946727301210986911894672730121098691189467273012109" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c64f7701-78f1-435c-96a4-cdeb2f4dddb0, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12270605610969663419 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1227060561096966341912270605610969663419122706056109696634191227060561096966341912270605610969663419122706056109696634191227060561096966341912270605610969663419122706056109696634191227060561096966341912270605610969663419122706056109696634191227060561096966341912270605610969663419122706056109696634191227060561096966341912270605610969663419122706056109696634191227060561096966341912270605610969663419" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c64f7701-78f1-435c-96a4-cdeb2f4dddb0, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2f5c3e40-ac47-452b-b90a-0e2b728ec6df, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2f5c3e40-ac47-452b-b90a-0e2b728ec6df, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13483190702708495489 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1348319070270849548913483190702708495489134831907027084954891348319070270849548913483190702708495489134831907027084954891348319070270849548913483190702708495489134831907027084954891348319070270849548913483190702708495489134831907027084954891348319070270849548913483190702708495489134831907027084954891348319070270849548913483190702708495489134831907027084954891348319070270849548913483190702708495489" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0a95dc40-dc47-48ea-9e37-ed0346880cc2, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1b643b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d7aaf761-282a-4244-9ff4-ec0b1a34ee57, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d7aaf761-282a-4244-9ff4-ec0b1a34ee57, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NGMxZTc0ZjQtZWRiNjhiYmItZTJjZTA2ZDAtN2IzMzRkNmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11072982999380489057 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1107298299938048905711072982999380489057110729829993804890571107298299938048905711072982999380489057110729829993804890571107298299938048905711072982999380489057110729829993804890571107298299938048905711072982999380489057110729829993804890571107298299938048905711072982999380489057110729829993804890571107298299938048905711072982999380489057110729829993804890571107298299938048905711072982999380489057" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d7aaf761-282a-4244-9ff4-ec0b1a34ee57, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1b643b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d4bb577c-4a4f-41a3-b686-b6d847e9a6c8, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d4bb577c-4a4f-41a3-b686-b6d847e9a6c8, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NGMxZTc0ZjQtZWRiNjhiYmItZTJjZTA2ZDAtN2IzMzRkNmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9657114177609355931 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96571141776093559319657114177609355931965711417760935593196571141776093559319657114177609355931965711417760935593196571141776093559319657114177609355931965711417760935593196571141776093559319657114177609355931965711417760935593196571141776093559319657114177609355931965711417760935593196571141776093559319657114177609355931965711417760935593196571141776093559319657114177609355931" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2f5c3e40-ac47-452b-b90a-0e2b728ec6df, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 138c59f3-7e44-49eb-ba55-a2bac11600ae, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 138c59f3-7e44-49eb-ba55-a2bac11600ae, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5545390887511903383 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55453908875119033835545390887511903383554539088751190338355453908875119033835545390887511903383554539088751190338355453908875119033835545390887511903383554539088751190338355453908875119033835545390887511903383554539088751190338355453908875119033835545390887511903383554539088751190338355453908875119033835545390887511903383554539088751190338355453908875119033835545390887511903383" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d4bb577c-4a4f-41a3-b686-b6d847e9a6c8, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1b643b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2146807b-ab36-4535-999b-c986222a0d7a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2146807b-ab36-4535-999b-c986222a0d7a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NGMxZTc0ZjQtZWRiNjhiYmItZTJjZTA2ZDAtN2IzMzRkNmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13156971136188347032 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1315697113618834703213156971136188347032131569711361883470321315697113618834703213156971136188347032131569711361883470321315697113618834703213156971136188347032131569711361883470321315697113618834703213156971136188347032131569711361883470321315697113618834703213156971136188347032131569711361883470321315697113618834703213156971136188347032131569711361883470321315697113618834703213156971136188347032" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 138c59f3-7e44-49eb-ba55-a2bac11600ae, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3a7cbec6-b7d7-47e7-8f40-fa67fe23ba0a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3a7cbec6-b7d7-47e7-8f40-fa67fe23ba0a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8359049050027653456 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83590490500276534568359049050027653456835904905002765345683590490500276534568359049050027653456835904905002765345683590490500276534568359049050027653456835904905002765345683590490500276534568359049050027653456835904905002765345683590490500276534568359049050027653456835904905002765345683590490500276534568359049050027653456835904905002765345683590490500276534568359049050027653456" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2146807b-ab36-4535-999b-c986222a0d7a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1b643b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d8ef6bcc-a38a-4f03-9df8-70575b59c82d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d8ef6bcc-a38a-4f03-9df8-70575b59c82d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NGMxZTc0ZjQtZWRiNjhiYmItZTJjZTA2ZDAtN2IzMzRkNmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 593908338315976106 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "593908338315976106593908338315976106593908338315976106593908338315976106593908338315976106593908338315976106593908338315976106593908338315976106593908338315976106593908338315976106593908338315976106593908338315976106593908338315976106593908338315976106593908338315976106593908338315976106593908338315976106593908338315976106593908338315976106593908338315976106" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3a7cbec6-b7d7-47e7-8f40-fa67fe23ba0a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e96259aa-0663-41b0-b8bb-29320ba28f8e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e96259aa-0663-41b0-b8bb-29320ba28f8e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2976270995325135989 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29762709953251359892976270995325135989297627099532513598929762709953251359892976270995325135989297627099532513598929762709953251359892976270995325135989297627099532513598929762709953251359892976270995325135989297627099532513598929762709953251359892976270995325135989297627099532513598929762709953251359892976270995325135989297627099532513598929762709953251359892976270995325135989" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d8ef6bcc-a38a-4f03-9df8-70575b59c82d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1b643b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1d586414-edf8-4ead-8176-35f823b494f4, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1d586414-edf8-4ead-8176-35f823b494f4, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NGMxZTc0ZjQtZWRiNjhiYmItZTJjZTA2ZDAtN2IzMzRkNmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15138639549029785289 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1513863954902978528915138639549029785289151386395490297852891513863954902978528915138639549029785289151386395490297852891513863954902978528915138639549029785289151386395490297852891513863954902978528915138639549029785289151386395490297852891513863954902978528915138639549029785289151386395490297852891513863954902978528915138639549029785289151386395490297852891513863954902978528915138639549029785289" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e96259aa-0663-41b0-b8bb-29320ba28f8e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 489def4e-563c-48a4-b60f-aebb73c06a5b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 489def4e-563c-48a4-b60f-aebb73c06a5b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18319383728337518498 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1831938372833751849818319383728337518498183193837283375184981831938372833751849818319383728337518498183193837283375184981831938372833751849818319383728337518498183193837283375184981831938372833751849818319383728337518498183193837283375184981831938372833751849818319383728337518498183193837283375184981831938372833751849818319383728337518498183193837283375184981831938372833751849818319383728337518498" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1d586414-edf8-4ead-8176-35f823b494f4, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1b643b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a25a9ac9-9e2f-4bb1-b232-e0c2e0fcc39c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a25a9ac9-9e2f-4bb1-b232-e0c2e0fcc39c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NGMxZTc0ZjQtZWRiNjhiYmItZTJjZTA2ZDAtN2IzMzRkNmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13529122879407465356 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1352912287940746535613529122879407465356135291228794074653561352912287940746535613529122879407465356135291228794074653561352912287940746535613529122879407465356135291228794074653561352912287940746535613529122879407465356135291228794074653561352912287940746535613529122879407465356135291228794074653561352912287940746535613529122879407465356135291228794074653561352912287940746535613529122879407465356" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 489def4e-563c-48a4-b60f-aebb73c06a5b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6a806e7a-18fe-4afe-b356-b588cb2b46de, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6a806e7a-18fe-4afe-b356-b588cb2b46de, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15100059508280282577 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1510005950828028257715100059508280282577151000595082802825771510005950828028257715100059508280282577151000595082802825771510005950828028257715100059508280282577151000595082802825771510005950828028257715100059508280282577151000595082802825771510005950828028257715100059508280282577151000595082802825771510005950828028257715100059508280282577151000595082802825771510005950828028257715100059508280282577" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a25a9ac9-9e2f-4bb1-b232-e0c2e0fcc39c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1b643b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b6b44935-31e5-40ed-a7a4-ce98ac0d366f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b6b44935-31e5-40ed-a7a4-ce98ac0d366f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NGMxZTc0ZjQtZWRiNjhiYmItZTJjZTA2ZDAtN2IzMzRkNmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4642272658656247958 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46422726586562479584642272658656247958464227265865624795846422726586562479584642272658656247958464227265865624795846422726586562479584642272658656247958464227265865624795846422726586562479584642272658656247958464227265865624795846422726586562479584642272658656247958464227265865624795846422726586562479584642272658656247958464227265865624795846422726586562479584642272658656247958" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6a806e7a-18fe-4afe-b356-b588cb2b46de, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dbf7cbb8-6ae4-42b8-afb4-37e744247248, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dbf7cbb8-6ae4-42b8-afb4-37e744247248, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7159460554231792824 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71594605542317928247159460554231792824715946055423179282471594605542317928247159460554231792824715946055423179282471594605542317928247159460554231792824715946055423179282471594605542317928247159460554231792824715946055423179282471594605542317928247159460554231792824715946055423179282471594605542317928247159460554231792824715946055423179282471594605542317928247159460554231792824" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b6b44935-31e5-40ed-a7a4-ce98ac0d366f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1b643b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5cbdb490-2b0b-4ebb-9bdf-712ff3a50b0b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5cbdb490-2b0b-4ebb-9bdf-712ff3a50b0b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NGMxZTc0ZjQtZWRiNjhiYmItZTJjZTA2ZDAtN2IzMzRkNmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6349813910744714237 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63498139107447142376349813910744714237634981391074471423763498139107447142376349813910744714237634981391074471423763498139107447142376349813910744714237634981391074471423763498139107447142376349813910744714237634981391074471423763498139107447142376349813910744714237634981391074471423763498139107447142376349813910744714237634981391074471423763498139107447142376349813910744714237" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dbf7cbb8-6ae4-42b8-afb4-37e744247248, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ab42e229-c5e6-4e68-9ebf-1e6ce69d517c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ab42e229-c5e6-4e68-9ebf-1e6ce69d517c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13709140410917185496 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1370914041091718549613709140410917185496137091404109171854961370914041091718549613709140410917185496137091404109171854961370914041091718549613709140410917185496137091404109171854961370914041091718549613709140410917185496137091404109171854961370914041091718549613709140410917185496137091404109171854961370914041091718549613709140410917185496137091404109171854961370914041091718549613709140410917185496" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5cbdb490-2b0b-4ebb-9bdf-712ff3a50b0b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1b643b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 43d02e35-37fa-4f30-bb0d-62ac8a58f480, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 43d02e35-37fa-4f30-bb0d-62ac8a58f480, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NGMxZTc0ZjQtZWRiNjhiYmItZTJjZTA2ZDAtN2IzMzRkNmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9617019577270841765 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96170195772708417659617019577270841765961701957727084176596170195772708417659617019577270841765961701957727084176596170195772708417659617019577270841765961701957727084176596170195772708417659617019577270841765961701957727084176596170195772708417659617019577270841765961701957727084176596170195772708417659617019577270841765961701957727084176596170195772708417659617019577270841765" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ab42e229-c5e6-4e68-9ebf-1e6ce69d517c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8fff5d09-daae-4429-b9c0-fbb77e9d1eb7, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8fff5d09-daae-4429-b9c0-fbb77e9d1eb7, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16595360531506457867 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1659536053150645786716595360531506457867165953605315064578671659536053150645786716595360531506457867165953605315064578671659536053150645786716595360531506457867165953605315064578671659536053150645786716595360531506457867165953605315064578671659536053150645786716595360531506457867165953605315064578671659536053150645786716595360531506457867165953605315064578671659536053150645786716595360531506457867" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 43d02e35-37fa-4f30-bb0d-62ac8a58f480, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1b643b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 959c301c-734f-4f10-8977-835431ebdacd, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 959c301c-734f-4f10-8977-835431ebdacd, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NGMxZTc0ZjQtZWRiNjhiYmItZTJjZTA2ZDAtN2IzMzRkNmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11102117906804012391 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1110211790680401239111102117906804012391111021179068040123911110211790680401239111102117906804012391111021179068040123911110211790680401239111102117906804012391111021179068040123911110211790680401239111102117906804012391111021179068040123911110211790680401239111102117906804012391111021179068040123911110211790680401239111102117906804012391111021179068040123911110211790680401239111102117906804012391" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8fff5d09-daae-4429-b9c0-fbb77e9d1eb7, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cdcb1176-100b-4c00-a74e-a72ad7146347, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cdcb1176-100b-4c00-a74e-a72ad7146347, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10071128947977557555 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1007112894797755755510071128947977557555100711289479775575551007112894797755755510071128947977557555100711289479775575551007112894797755755510071128947977557555100711289479775575551007112894797755755510071128947977557555100711289479775575551007112894797755755510071128947977557555100711289479775575551007112894797755755510071128947977557555100711289479775575551007112894797755755510071128947977557555" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 959c301c-734f-4f10-8977-835431ebdacd, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1b643b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6cf5da2b-9c66-4e9d-a699-cf957fc2d45e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6cf5da2b-9c66-4e9d-a699-cf957fc2d45e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NGMxZTc0ZjQtZWRiNjhiYmItZTJjZTA2ZDAtN2IzMzRkNmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13474039754946873575 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1347403975494687357513474039754946873575134740397549468735751347403975494687357513474039754946873575134740397549468735751347403975494687357513474039754946873575134740397549468735751347403975494687357513474039754946873575134740397549468735751347403975494687357513474039754946873575134740397549468735751347403975494687357513474039754946873575134740397549468735751347403975494687357513474039754946873575" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cdcb1176-100b-4c00-a74e-a72ad7146347, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7e23daaf-2c0a-45f9-9532-6c46215303b0, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7e23daaf-2c0a-45f9-9532-6c46215303b0, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4794058256111187493 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47940582561111874934794058256111187493479405825611118749347940582561111874934794058256111187493479405825611118749347940582561111874934794058256111187493479405825611118749347940582561111874934794058256111187493479405825611118749347940582561111874934794058256111187493479405825611118749347940582561111874934794058256111187493479405825611118749347940582561111874934794058256111187493" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7e23daaf-2c0a-45f9-9532-6c46215303b0, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5197e52f-e57c-41a6-b182-61304625f1e8, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6cf5da2b-9c66-4e9d-a699-cf957fc2d45e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1b643b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5f0b0c04-f99a-4635-9637-b7a34b02609d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5f0b0c04-f99a-4635-9637-b7a34b02609d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NGMxZTc0ZjQtZWRiNjhiYmItZTJjZTA2ZDAtN2IzMzRkNmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 843008049265143464 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "843008049265143464843008049265143464843008049265143464843008049265143464843008049265143464843008049265143464843008049265143464843008049265143464843008049265143464843008049265143464843008049265143464843008049265143464843008049265143464843008049265143464843008049265143464843008049265143464843008049265143464843008049265143464843008049265143464843008049265143464" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5197e52f-e57c-41a6-b182-61304625f1e8, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16482643484536587966 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1648264348453658796616482643484536587966164826434845365879661648264348453658796616482643484536587966164826434845365879661648264348453658796616482643484536587966164826434845365879661648264348453658796616482643484536587966164826434845365879661648264348453658796616482643484536587966164826434845365879661648264348453658796616482643484536587966164826434845365879661648264348453658796616482643484536587966" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5f0b0c04-f99a-4635-9637-b7a34b02609d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1b643b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1e411368-ef58-401a-8e24-bcb61110639e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1e411368-ef58-401a-8e24-bcb61110639e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NGMxZTc0ZjQtZWRiNjhiYmItZTJjZTA2ZDAtN2IzMzRkNmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11782329549257956344 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1178232954925795634411782329549257956344117823295492579563441178232954925795634411782329549257956344117823295492579563441178232954925795634411782329549257956344117823295492579563441178232954925795634411782329549257956344117823295492579563441178232954925795634411782329549257956344117823295492579563441178232954925795634411782329549257956344117823295492579563441178232954925795634411782329549257956344" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5197e52f-e57c-41a6-b182-61304625f1e8, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c84f6cf1-f2aa-42ce-8ea5-8d53e0316f79, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c84f6cf1-f2aa-42ce-8ea5-8d53e0316f79, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7079756973547450381 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70797569735474503817079756973547450381707975697354745038170797569735474503817079756973547450381707975697354745038170797569735474503817079756973547450381707975697354745038170797569735474503817079756973547450381707975697354745038170797569735474503817079756973547450381707975697354745038170797569735474503817079756973547450381707975697354745038170797569735474503817079756973547450381" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1e411368-ef58-401a-8e24-bcb61110639e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1b643b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a7653b33-457c-40b4-b6e0-668c193215c1, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a7653b33-457c-40b4-b6e0-668c193215c1, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NGMxZTc0ZjQtZWRiNjhiYmItZTJjZTA2ZDAtN2IzMzRkNmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2774795884050566076 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27747958840505660762774795884050566076277479588405056607627747958840505660762774795884050566076277479588405056607627747958840505660762774795884050566076277479588405056607627747958840505660762774795884050566076277479588405056607627747958840505660762774795884050566076277479588405056607627747958840505660762774795884050566076277479588405056607627747958840505660762774795884050566076" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c84f6cf1-f2aa-42ce-8ea5-8d53e0316f79, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2ba405bb-4ce5-49ba-a0ac-91cf7492ca0d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2ba405bb-4ce5-49ba-a0ac-91cf7492ca0d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9837674367665487773 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98376743676654877739837674367665487773983767436766548777398376743676654877739837674367665487773983767436766548777398376743676654877739837674367665487773983767436766548777398376743676654877739837674367665487773983767436766548777398376743676654877739837674367665487773983767436766548777398376743676654877739837674367665487773983767436766548777398376743676654877739837674367665487773" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a7653b33-457c-40b4-b6e0-668c193215c1, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1b643b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b2499c5d-9a6f-4606-9120-e56bbd6a322f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b2499c5d-9a6f-4606-9120-e56bbd6a322f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NGMxZTc0ZjQtZWRiNjhiYmItZTJjZTA2ZDAtN2IzMzRkNmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3581174667008530442 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35811746670085304423581174667008530442358117466700853044235811746670085304423581174667008530442358117466700853044235811746670085304423581174667008530442358117466700853044235811746670085304423581174667008530442358117466700853044235811746670085304423581174667008530442358117466700853044235811746670085304423581174667008530442358117466700853044235811746670085304423581174667008530442" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2ba405bb-4ce5-49ba-a0ac-91cf7492ca0d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1a1a3e89-c643-4e35-a990-f69b7d2ab0ff, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1a1a3e89-c643-4e35-a990-f69b7d2ab0ff, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9366881298408247369 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93668812984082473699366881298408247369936688129840824736993668812984082473699366881298408247369936688129840824736993668812984082473699366881298408247369936688129840824736993668812984082473699366881298408247369936688129840824736993668812984082473699366881298408247369936688129840824736993668812984082473699366881298408247369936688129840824736993668812984082473699366881298408247369" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b2499c5d-9a6f-4606-9120-e56bbd6a322f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1b643b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4ae8d689-94a8-4169-99a9-0638cd78e9b7, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4ae8d689-94a8-4169-99a9-0638cd78e9b7, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NGMxZTc0ZjQtZWRiNjhiYmItZTJjZTA2ZDAtN2IzMzRkNmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13773848712717876417 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1377384871271787641713773848712717876417137738487127178764171377384871271787641713773848712717876417137738487127178764171377384871271787641713773848712717876417137738487127178764171377384871271787641713773848712717876417137738487127178764171377384871271787641713773848712717876417137738487127178764171377384871271787641713773848712717876417137738487127178764171377384871271787641713773848712717876417" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1a1a3e89-c643-4e35-a990-f69b7d2ab0ff, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3a98aa8d-a9d5-45fc-b804-324920cf895a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3a98aa8d-a9d5-45fc-b804-324920cf895a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3565187378134748236 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35651873781347482363565187378134748236356518737813474823635651873781347482363565187378134748236356518737813474823635651873781347482363565187378134748236356518737813474823635651873781347482363565187378134748236356518737813474823635651873781347482363565187378134748236356518737813474823635651873781347482363565187378134748236356518737813474823635651873781347482363565187378134748236" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4ae8d689-94a8-4169-99a9-0638cd78e9b7, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1b643b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e0e973ab-652a-49fb-94ac-5080f6e0e88e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e0e973ab-652a-49fb-94ac-5080f6e0e88e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NGMxZTc0ZjQtZWRiNjhiYmItZTJjZTA2ZDAtN2IzMzRkNmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11263183258340414850 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1126318325834041485011263183258340414850112631832583404148501126318325834041485011263183258340414850112631832583404148501126318325834041485011263183258340414850112631832583404148501126318325834041485011263183258340414850112631832583404148501126318325834041485011263183258340414850112631832583404148501126318325834041485011263183258340414850112631832583404148501126318325834041485011263183258340414850" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3a98aa8d-a9d5-45fc-b804-324920cf895a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 13fa3d73-8133-44f9-810e-8b204896c866, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 13fa3d73-8133-44f9-810e-8b204896c866, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7123291249720350884 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71232912497203508847123291249720350884712329124972035088471232912497203508847123291249720350884712329124972035088471232912497203508847123291249720350884712329124972035088471232912497203508847123291249720350884712329124972035088471232912497203508847123291249720350884712329124972035088471232912497203508847123291249720350884712329124972035088471232912497203508847123291249720350884" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e0e973ab-652a-49fb-94ac-5080f6e0e88e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1b643b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 25240eec-ef7b-40dd-b287-769ca3d8dcfd, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 25240eec-ef7b-40dd-b287-769ca3d8dcfd, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NGMxZTc0ZjQtZWRiNjhiYmItZTJjZTA2ZDAtN2IzMzRkNmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9272881911605053930 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92728819116050539309272881911605053930927288191160505393092728819116050539309272881911605053930927288191160505393092728819116050539309272881911605053930927288191160505393092728819116050539309272881911605053930927288191160505393092728819116050539309272881911605053930927288191160505393092728819116050539309272881911605053930927288191160505393092728819116050539309272881911605053930" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 13fa3d73-8133-44f9-810e-8b204896c866, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d9d10b12-85e2-414a-bb0b-b9ef258aed7c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d9d10b12-85e2-414a-bb0b-b9ef258aed7c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15117221804493570503 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1511722180449357050315117221804493570503151172218044935705031511722180449357050315117221804493570503151172218044935705031511722180449357050315117221804493570503151172218044935705031511722180449357050315117221804493570503151172218044935705031511722180449357050315117221804493570503151172218044935705031511722180449357050315117221804493570503151172218044935705031511722180449357050315117221804493570503" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 25240eec-ef7b-40dd-b287-769ca3d8dcfd, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1b643b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0630ad16-9283-4312-b493-4903ae5fd733, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0630ad16-9283-4312-b493-4903ae5fd733, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NGMxZTc0ZjQtZWRiNjhiYmItZTJjZTA2ZDAtN2IzMzRkNmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1041693980563782203 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10416939805637822031041693980563782203104169398056378220310416939805637822031041693980563782203104169398056378220310416939805637822031041693980563782203104169398056378220310416939805637822031041693980563782203104169398056378220310416939805637822031041693980563782203104169398056378220310416939805637822031041693980563782203104169398056378220310416939805637822031041693980563782203" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d9d10b12-85e2-414a-bb0b-b9ef258aed7c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 07b4301b-a5f9-4448-b623-34cf7e88aa62, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 07b4301b-a5f9-4448-b623-34cf7e88aa62, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12916153616030357789 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1291615361603035778912916153616030357789129161536160303577891291615361603035778912916153616030357789129161536160303577891291615361603035778912916153616030357789129161536160303577891291615361603035778912916153616030357789129161536160303577891291615361603035778912916153616030357789129161536160303577891291615361603035778912916153616030357789129161536160303577891291615361603035778912916153616030357789" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0630ad16-9283-4312-b493-4903ae5fd733, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1b643b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 80e4334a-4bfe-47fa-8928-654b6fff0ae8, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 80e4334a-4bfe-47fa-8928-654b6fff0ae8, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NGMxZTc0ZjQtZWRiNjhiYmItZTJjZTA2ZDAtN2IzMzRkNmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 415951895763482970 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "415951895763482970415951895763482970415951895763482970415951895763482970415951895763482970415951895763482970415951895763482970415951895763482970415951895763482970415951895763482970415951895763482970415951895763482970415951895763482970415951895763482970415951895763482970415951895763482970415951895763482970415951895763482970415951895763482970415951895763482970" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 07b4301b-a5f9-4448-b623-34cf7e88aa62, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 80e4334a-4bfe-47fa-8928-654b6fff0ae8, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1b643b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 70afe9c3-b00c-48ad-ad30-87a57a89fb6f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 70afe9c3-b00c-48ad-ad30-87a57a89fb6f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NGMxZTc0ZjQtZWRiNjhiYmItZTJjZTA2ZDAtN2IzMzRkNmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9005714397074498529 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90057143970744985299005714397074498529900571439707449852990057143970744985299005714397074498529900571439707449852990057143970744985299005714397074498529900571439707449852990057143970744985299005714397074498529900571439707449852990057143970744985299005714397074498529900571439707449852990057143970744985299005714397074498529900571439707449852990057143970744985299005714397074498529" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 094eec83-ed59-4e66-8c66-553d7350e294, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 094eec83-ed59-4e66-8c66-553d7350e294, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11921695504892363901 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1192169550489236390111921695504892363901119216955048923639011192169550489236390111921695504892363901119216955048923639011192169550489236390111921695504892363901119216955048923639011192169550489236390111921695504892363901119216955048923639011192169550489236390111921695504892363901119216955048923639011192169550489236390111921695504892363901119216955048923639011192169550489236390111921695504892363901" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 70afe9c3-b00c-48ad-ad30-87a57a89fb6f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1b643b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f6f2837a-cde5-4baa-9197-51073605c1d2, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f6f2837a-cde5-4baa-9197-51073605c1d2, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NGMxZTc0ZjQtZWRiNjhiYmItZTJjZTA2ZDAtN2IzMzRkNmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4889864357316643147 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48898643573166431474889864357316643147488986435731664314748898643573166431474889864357316643147488986435731664314748898643573166431474889864357316643147488986435731664314748898643573166431474889864357316643147488986435731664314748898643573166431474889864357316643147488986435731664314748898643573166431474889864357316643147488986435731664314748898643573166431474889864357316643147" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 094eec83-ed59-4e66-8c66-553d7350e294, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e230b9a3-cc1e-4cc3-80ab-9bca53b5d096, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e230b9a3-cc1e-4cc3-80ab-9bca53b5d096, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16128602495796343657 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1612860249579634365716128602495796343657161286024957963436571612860249579634365716128602495796343657161286024957963436571612860249579634365716128602495796343657161286024957963436571612860249579634365716128602495796343657161286024957963436571612860249579634365716128602495796343657161286024957963436571612860249579634365716128602495796343657161286024957963436571612860249579634365716128602495796343657" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f6f2837a-cde5-4baa-9197-51073605c1d2, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1b643b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 869045e0-7477-4e23-881e-5a5391e04f50, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 869045e0-7477-4e23-881e-5a5391e04f50, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NGMxZTc0ZjQtZWRiNjhiYmItZTJjZTA2ZDAtN2IzMzRkNmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6457691130699953708 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64576911306999537086457691130699953708645769113069995370864576911306999537086457691130699953708645769113069995370864576911306999537086457691130699953708645769113069995370864576911306999537086457691130699953708645769113069995370864576911306999537086457691130699953708645769113069995370864576911306999537086457691130699953708645769113069995370864576911306999537086457691130699953708" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e230b9a3-cc1e-4cc3-80ab-9bca53b5d096, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e7ef4b70-ba0a-4787-b3da-01188031113b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e7ef4b70-ba0a-4787-b3da-01188031113b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2510074465686065028 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25100744656860650282510074465686065028251007446568606502825100744656860650282510074465686065028251007446568606502825100744656860650282510074465686065028251007446568606502825100744656860650282510074465686065028251007446568606502825100744656860650282510074465686065028251007446568606502825100744656860650282510074465686065028251007446568606502825100744656860650282510074465686065028" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 869045e0-7477-4e23-881e-5a5391e04f50, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1b643b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e1a985a0-8b78-4133-bede-e519a2b9c837, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e1a985a0-8b78-4133-bede-e519a2b9c837, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NGMxZTc0ZjQtZWRiNjhiYmItZTJjZTA2ZDAtN2IzMzRkNmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2520110582049410576 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25201105820494105762520110582049410576252011058204941057625201105820494105762520110582049410576252011058204941057625201105820494105762520110582049410576252011058204941057625201105820494105762520110582049410576252011058204941057625201105820494105762520110582049410576252011058204941057625201105820494105762520110582049410576252011058204941057625201105820494105762520110582049410576" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e7ef4b70-ba0a-4787-b3da-01188031113b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 800fe26e-42b9-4c9d-b41a-647a52593ea5, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 800fe26e-42b9-4c9d-b41a-647a52593ea5, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14285304162342889674 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1428530416234288967414285304162342889674142853041623428896741428530416234288967414285304162342889674142853041623428896741428530416234288967414285304162342889674142853041623428896741428530416234288967414285304162342889674142853041623428896741428530416234288967414285304162342889674142853041623428896741428530416234288967414285304162342889674142853041623428896741428530416234288967414285304162342889674" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e1a985a0-8b78-4133-bede-e519a2b9c837, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1b643b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9c50332c-b8ca-4bd5-ba4b-b9e1c0a5967b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9c50332c-b8ca-4bd5-ba4b-b9e1c0a5967b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NGMxZTc0ZjQtZWRiNjhiYmItZTJjZTA2ZDAtN2IzMzRkNmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14834522196729072927 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1483452219672907292714834522196729072927148345221967290729271483452219672907292714834522196729072927148345221967290729271483452219672907292714834522196729072927148345221967290729271483452219672907292714834522196729072927148345221967290729271483452219672907292714834522196729072927148345221967290729271483452219672907292714834522196729072927148345221967290729271483452219672907292714834522196729072927" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 800fe26e-42b9-4c9d-b41a-647a52593ea5, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 07e04500-c862-4701-8ebf-e936eae88130, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 07e04500-c862-4701-8ebf-e936eae88130, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9607770548694794886 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96077705486947948869607770548694794886960777054869479488696077705486947948869607770548694794886960777054869479488696077705486947948869607770548694794886960777054869479488696077705486947948869607770548694794886960777054869479488696077705486947948869607770548694794886960777054869479488696077705486947948869607770548694794886960777054869479488696077705486947948869607770548694794886" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9c50332c-b8ca-4bd5-ba4b-b9e1c0a5967b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1b643b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e5bf981c-d980-432d-813e-2d1f9474381f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e5bf981c-d980-432d-813e-2d1f9474381f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NGMxZTc0ZjQtZWRiNjhiYmItZTJjZTA2ZDAtN2IzMzRkNmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9260214253750523373 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92602142537505233739260214253750523373926021425375052337392602142537505233739260214253750523373926021425375052337392602142537505233739260214253750523373926021425375052337392602142537505233739260214253750523373926021425375052337392602142537505233739260214253750523373926021425375052337392602142537505233739260214253750523373926021425375052337392602142537505233739260214253750523373" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 07e04500-c862-4701-8ebf-e936eae88130, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b96c78ff-53b9-49a8-9f78-2a32cbb4a0fa, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b96c78ff-53b9-49a8-9f78-2a32cbb4a0fa, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6440178712436222027 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64401787124362220276440178712436222027644017871243622202764401787124362220276440178712436222027644017871243622202764401787124362220276440178712436222027644017871243622202764401787124362220276440178712436222027644017871243622202764401787124362220276440178712436222027644017871243622202764401787124362220276440178712436222027644017871243622202764401787124362220276440178712436222027" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e5bf981c-d980-432d-813e-2d1f9474381f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1b643b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f099fc4f-1338-4b8c-b754-8b1047831a53, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f099fc4f-1338-4b8c-b754-8b1047831a53, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NGMxZTc0ZjQtZWRiNjhiYmItZTJjZTA2ZDAtN2IzMzRkNmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11107787177024354805 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1110778717702435480511107787177024354805111077871770243548051110778717702435480511107787177024354805111077871770243548051110778717702435480511107787177024354805111077871770243548051110778717702435480511107787177024354805111077871770243548051110778717702435480511107787177024354805111077871770243548051110778717702435480511107787177024354805111077871770243548051110778717702435480511107787177024354805" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b96c78ff-53b9-49a8-9f78-2a32cbb4a0fa, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 90dfbe66-d451-469b-b05f-0f76d80d1d05, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 90dfbe66-d451-469b-b05f-0f76d80d1d05, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14459784266021559304 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1445978426602155930414459784266021559304144597842660215593041445978426602155930414459784266021559304144597842660215593041445978426602155930414459784266021559304144597842660215593041445978426602155930414459784266021559304144597842660215593041445978426602155930414459784266021559304144597842660215593041445978426602155930414459784266021559304144597842660215593041445978426602155930414459784266021559304" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f099fc4f-1338-4b8c-b754-8b1047831a53, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1b643b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a8702bf7-efac-46ef-96cd-12deb891f8af, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a8702bf7-efac-46ef-96cd-12deb891f8af, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NGMxZTc0ZjQtZWRiNjhiYmItZTJjZTA2ZDAtN2IzMzRkNmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14709947914367898811 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1470994791436789881114709947914367898811147099479143678988111470994791436789881114709947914367898811147099479143678988111470994791436789881114709947914367898811147099479143678988111470994791436789881114709947914367898811147099479143678988111470994791436789881114709947914367898811147099479143678988111470994791436789881114709947914367898811147099479143678988111470994791436789881114709947914367898811" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a8702bf7-efac-46ef-96cd-12deb891f8af, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1b643b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, add7dc66-0c22-4bfc-8872-f5cb3d5ecdbf, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, add7dc66-0c22-4bfc-8872-f5cb3d5ecdbf, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NGMxZTc0ZjQtZWRiNjhiYmItZTJjZTA2ZDAtN2IzMzRkNmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5993482220537629113 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59934822205376291135993482220537629113599348222053762911359934822205376291135993482220537629113599348222053762911359934822205376291135993482220537629113599348222053762911359934822205376291135993482220537629113599348222053762911359934822205376291135993482220537629113599348222053762911359934822205376291135993482220537629113599348222053762911359934822205376291135993482220537629113" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, add7dc66-0c22-4bfc-8872-f5cb3d5ecdbf, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1b643b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 098ae397-79e5-407d-8da8-514b47af6fdc, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 098ae397-79e5-407d-8da8-514b47af6fdc, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NGMxZTc0ZjQtZWRiNjhiYmItZTJjZTA2ZDAtN2IzMzRkNmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2836424348567857446 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28364243485678574462836424348567857446283642434856785744628364243485678574462836424348567857446283642434856785744628364243485678574462836424348567857446283642434856785744628364243485678574462836424348567857446283642434856785744628364243485678574462836424348567857446283642434856785744628364243485678574462836424348567857446283642434856785744628364243485678574462836424348567857446" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 098ae397-79e5-407d-8da8-514b47af6fdc, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1b643b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 55006d0c-3f1d-495c-9089-4af1ca7193eb, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 55006d0c-3f1d-495c-9089-4af1ca7193eb, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NGMxZTc0ZjQtZWRiNjhiYmItZTJjZTA2ZDAtN2IzMzRkNmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3446729477316622340 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34467294773166223403446729477316622340344672947731662234034467294773166223403446729477316622340344672947731662234034467294773166223403446729477316622340344672947731662234034467294773166223403446729477316622340344672947731662234034467294773166223403446729477316622340344672947731662234034467294773166223403446729477316622340344672947731662234034467294773166223403446729477316622340" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 55006d0c-3f1d-495c-9089-4af1ca7193eb, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 90dfbe66-d451-469b-b05f-0f76d80d1d05, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1b643b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6d23edd2-c816-4cd6-b4db-643dde6289a6, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6d23edd2-c816-4cd6-b4db-643dde6289a6, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NGMxZTc0ZjQtZWRiNjhiYmItZTJjZTA2ZDAtN2IzMzRkNmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 341391457046031213 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "341391457046031213341391457046031213341391457046031213341391457046031213341391457046031213341391457046031213341391457046031213341391457046031213341391457046031213341391457046031213341391457046031213341391457046031213341391457046031213341391457046031213341391457046031213341391457046031213341391457046031213341391457046031213341391457046031213341391457046031213" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3702d510-d1a4-4f13-9486-4631b87171fb, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3702d510-d1a4-4f13-9486-4631b87171fb, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14191885610805520919 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1419188561080552091914191885610805520919141918856108055209191419188561080552091914191885610805520919141918856108055209191419188561080552091914191885610805520919141918856108055209191419188561080552091914191885610805520919141918856108055209191419188561080552091914191885610805520919141918856108055209191419188561080552091914191885610805520919141918856108055209191419188561080552091914191885610805520919" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6d23edd2-c816-4cd6-b4db-643dde6289a6, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1b643b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 40876005-f07b-4d5c-a257-078f409929c8, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3702d510-d1a4-4f13-9486-4631b87171fb, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8126289b-a191-4165-a2fa-7b27244465f3, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 40876005-f07b-4d5c-a257-078f409929c8, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NGMxZTc0ZjQtZWRiNjhiYmItZTJjZTA2ZDAtN2IzMzRkNmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2242072718719462026 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22420727187194620262242072718719462026224207271871946202622420727187194620262242072718719462026224207271871946202622420727187194620262242072718719462026224207271871946202622420727187194620262242072718719462026224207271871946202622420727187194620262242072718719462026224207271871946202622420727187194620262242072718719462026224207271871946202622420727187194620262242072718719462026" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8126289b-a191-4165-a2fa-7b27244465f3, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18341446296221887076 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1834144629622188707618341446296221887076183414462962218870761834144629622188707618341446296221887076183414462962218870761834144629622188707618341446296221887076183414462962218870761834144629622188707618341446296221887076183414462962218870761834144629622188707618341446296221887076183414462962218870761834144629622188707618341446296221887076183414462962218870761834144629622188707618341446296221887076" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 40876005-f07b-4d5c-a257-078f409929c8, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1b643b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e21ee370-3e16-4203-8e81-c58e87fc363d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e21ee370-3e16-4203-8e81-c58e87fc363d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NGMxZTc0ZjQtZWRiNjhiYmItZTJjZTA2ZDAtN2IzMzRkNmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6774790099643568000 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67747900996435680006774790099643568000677479009964356800067747900996435680006774790099643568000677479009964356800067747900996435680006774790099643568000677479009964356800067747900996435680006774790099643568000677479009964356800067747900996435680006774790099643568000677479009964356800067747900996435680006774790099643568000677479009964356800067747900996435680006774790099643568000" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8126289b-a191-4165-a2fa-7b27244465f3, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4eaeabe7-1aea-462c-8280-e1aa7a1e4ed4, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4eaeabe7-1aea-462c-8280-e1aa7a1e4ed4, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12097309693980171398 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1209730969398017139812097309693980171398120973096939801713981209730969398017139812097309693980171398120973096939801713981209730969398017139812097309693980171398120973096939801713981209730969398017139812097309693980171398120973096939801713981209730969398017139812097309693980171398120973096939801713981209730969398017139812097309693980171398120973096939801713981209730969398017139812097309693980171398" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e21ee370-3e16-4203-8e81-c58e87fc363d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1b643b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fee9ad3e-0d2c-448b-b192-c20d7df3c710, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4eaeabe7-1aea-462c-8280-e1aa7a1e4ed4, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fee9ad3e-0d2c-448b-b192-c20d7df3c710, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NGMxZTc0ZjQtZWRiNjhiYmItZTJjZTA2ZDAtN2IzMzRkNmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1929564296849120466 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19295642968491204661929564296849120466192956429684912046619295642968491204661929564296849120466192956429684912046619295642968491204661929564296849120466192956429684912046619295642968491204661929564296849120466192956429684912046619295642968491204661929564296849120466192956429684912046619295642968491204661929564296849120466192956429684912046619295642968491204661929564296849120466" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fee9ad3e-0d2c-448b-b192-c20d7df3c710, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1b643b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8efc24eb-7004-44cb-9018-60f0ef626e63, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8efc24eb-7004-44cb-9018-60f0ef626e63, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NGMxZTc0ZjQtZWRiNjhiYmItZTJjZTA2ZDAtN2IzMzRkNmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6830447765254083375 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68304477652540833756830447765254083375683044776525408337568304477652540833756830447765254083375683044776525408337568304477652540833756830447765254083375683044776525408337568304477652540833756830447765254083375683044776525408337568304477652540833756830447765254083375683044776525408337568304477652540833756830447765254083375683044776525408337568304477652540833756830447765254083375" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f9dad3df-0fdc-402c-87ba-38d8cbd8c7f8, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f9dad3df-0fdc-402c-87ba-38d8cbd8c7f8, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11405123573363338157 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1140512357336333815711405123573363338157114051235733633381571140512357336333815711405123573363338157114051235733633381571140512357336333815711405123573363338157114051235733633381571140512357336333815711405123573363338157114051235733633381571140512357336333815711405123573363338157114051235733633381571140512357336333815711405123573363338157114051235733633381571140512357336333815711405123573363338157" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8efc24eb-7004-44cb-9018-60f0ef626e63, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1b643b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bab06fa8-ef0a-4ede-b6cb-93e29c3623ae, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bab06fa8-ef0a-4ede-b6cb-93e29c3623ae, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NGMxZTc0ZjQtZWRiNjhiYmItZTJjZTA2ZDAtN2IzMzRkNmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13664089602092403192 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1366408960209240319213664089602092403192136640896020924031921366408960209240319213664089602092403192136640896020924031921366408960209240319213664089602092403192136640896020924031921366408960209240319213664089602092403192136640896020924031921366408960209240319213664089602092403192136640896020924031921366408960209240319213664089602092403192136640896020924031921366408960209240319213664089602092403192" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f9dad3df-0fdc-402c-87ba-38d8cbd8c7f8, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bab06fa8-ef0a-4ede-b6cb-93e29c3623ae, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 27c558a1-fb7b-478e-8725-72a906a4abb3, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 27c558a1-fb7b-478e-8725-72a906a4abb3, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 760197484489070282 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "760197484489070282760197484489070282760197484489070282760197484489070282760197484489070282760197484489070282760197484489070282760197484489070282760197484489070282760197484489070282760197484489070282760197484489070282760197484489070282760197484489070282760197484489070282760197484489070282760197484489070282760197484489070282760197484489070282760197484489070282" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1b643b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 342289b1-05f6-40e9-b4d5-d4f81adcdefa, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 342289b1-05f6-40e9-b4d5-d4f81adcdefa, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NGMxZTc0ZjQtZWRiNjhiYmItZTJjZTA2ZDAtN2IzMzRkNmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2987755617568261993 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29877556175682619932987755617568261993298775561756826199329877556175682619932987755617568261993298775561756826199329877556175682619932987755617568261993298775561756826199329877556175682619932987755617568261993298775561756826199329877556175682619932987755617568261993298775561756826199329877556175682619932987755617568261993298775561756826199329877556175682619932987755617568261993" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 27c558a1-fb7b-478e-8725-72a906a4abb3, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 342289b1-05f6-40e9-b4d5-d4f81adcdefa, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c7178e2e-8fde-4357-a2a5-40090403d772, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c7178e2e-8fde-4357-a2a5-40090403d772, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10708163941916585765 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1070816394191658576510708163941916585765107081639419165857651070816394191658576510708163941916585765107081639419165857651070816394191658576510708163941916585765107081639419165857651070816394191658576510708163941916585765107081639419165857651070816394191658576510708163941916585765107081639419165857651070816394191658576510708163941916585765107081639419165857651070816394191658576510708163941916585765" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1b643b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bcf74a41-767e-40d2-8922-59a0c764f13f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bcf74a41-767e-40d2-8922-59a0c764f13f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NGMxZTc0ZjQtZWRiNjhiYmItZTJjZTA2ZDAtN2IzMzRkNmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17607495138288405192 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1760749513828840519217607495138288405192176074951382884051921760749513828840519217607495138288405192176074951382884051921760749513828840519217607495138288405192176074951382884051921760749513828840519217607495138288405192176074951382884051921760749513828840519217607495138288405192176074951382884051921760749513828840519217607495138288405192176074951382884051921760749513828840519217607495138288405192" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c7178e2e-8fde-4357-a2a5-40090403d772, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9be779b9-657d-4343-b0f2-5fa4de33d445, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9be779b9-657d-4343-b0f2-5fa4de33d445, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14590380694721662733 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1459038069472166273314590380694721662733145903806947216627331459038069472166273314590380694721662733145903806947216627331459038069472166273314590380694721662733145903806947216627331459038069472166273314590380694721662733145903806947216627331459038069472166273314590380694721662733145903806947216627331459038069472166273314590380694721662733145903806947216627331459038069472166273314590380694721662733" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bcf74a41-767e-40d2-8922-59a0c764f13f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1b643b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a9d910e8-ec7f-44b4-a762-b3270eb394e8, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a9d910e8-ec7f-44b4-a762-b3270eb394e8, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NGMxZTc0ZjQtZWRiNjhiYmItZTJjZTA2ZDAtN2IzMzRkNmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6661705345050760670 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66617053450507606706661705345050760670666170534505076067066617053450507606706661705345050760670666170534505076067066617053450507606706661705345050760670666170534505076067066617053450507606706661705345050760670666170534505076067066617053450507606706661705345050760670666170534505076067066617053450507606706661705345050760670666170534505076067066617053450507606706661705345050760670" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a9d910e8-ec7f-44b4-a762-b3270eb394e8, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1b643b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d4ace5ba-68e5-42f0-bbe6-756b4591c5b8, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d4ace5ba-68e5-42f0-bbe6-756b4591c5b8, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NGMxZTc0ZjQtZWRiNjhiYmItZTJjZTA2ZDAtN2IzMzRkNmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16694857806748890751 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1669485780674889075116694857806748890751166948578067488907511669485780674889075116694857806748890751166948578067488907511669485780674889075116694857806748890751166948578067488907511669485780674889075116694857806748890751166948578067488907511669485780674889075116694857806748890751166948578067488907511669485780674889075116694857806748890751166948578067488907511669485780674889075116694857806748890751" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9be779b9-657d-4343-b0f2-5fa4de33d445, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5eeee55f-9f23-4537-9d3c-94ead89330f2, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d4ace5ba-68e5-42f0-bbe6-756b4591c5b8, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1b643b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 08e8cac3-b156-485a-97a2-35d22a9f3242, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 08e8cac3-b156-485a-97a2-35d22a9f3242, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NGMxZTc0ZjQtZWRiNjhiYmItZTJjZTA2ZDAtN2IzMzRkNmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8664283849705488534 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86642838497054885348664283849705488534866428384970548853486642838497054885348664283849705488534866428384970548853486642838497054885348664283849705488534866428384970548853486642838497054885348664283849705488534866428384970548853486642838497054885348664283849705488534866428384970548853486642838497054885348664283849705488534866428384970548853486642838497054885348664283849705488534" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5eeee55f-9f23-4537-9d3c-94ead89330f2, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11228052412251020745 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1122805241225102074511228052412251020745112280524122510207451122805241225102074511228052412251020745112280524122510207451122805241225102074511228052412251020745112280524122510207451122805241225102074511228052412251020745112280524122510207451122805241225102074511228052412251020745112280524122510207451122805241225102074511228052412251020745112280524122510207451122805241225102074511228052412251020745" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 08e8cac3-b156-485a-97a2-35d22a9f3242, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1b643b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8c845ead-e351-4a2f-9155-07cd3d085fb2, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8c845ead-e351-4a2f-9155-07cd3d085fb2, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NGMxZTc0ZjQtZWRiNjhiYmItZTJjZTA2ZDAtN2IzMzRkNmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14800046500303304221 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1480004650030330422114800046500303304221148000465003033042211480004650030330422114800046500303304221148000465003033042211480004650030330422114800046500303304221148000465003033042211480004650030330422114800046500303304221148000465003033042211480004650030330422114800046500303304221148000465003033042211480004650030330422114800046500303304221148000465003033042211480004650030330422114800046500303304221" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5eeee55f-9f23-4537-9d3c-94ead89330f2, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 50bbaa8d-bef0-4b24-ac03-44bdd97fb8ab, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 50bbaa8d-bef0-4b24-ac03-44bdd97fb8ab, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16843449764278351625 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1684344976427835162516843449764278351625168434497642783516251684344976427835162516843449764278351625168434497642783516251684344976427835162516843449764278351625168434497642783516251684344976427835162516843449764278351625168434497642783516251684344976427835162516843449764278351625168434497642783516251684344976427835162516843449764278351625168434497642783516251684344976427835162516843449764278351625" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8c845ead-e351-4a2f-9155-07cd3d085fb2, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1b643b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3384e038-0eef-40cd-8e08-482e55da39ef, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3384e038-0eef-40cd-8e08-482e55da39ef, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NGMxZTc0ZjQtZWRiNjhiYmItZTJjZTA2ZDAtN2IzMzRkNmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9838888677597226141 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98388886775972261419838888677597226141983888867759722614198388886775972261419838888677597226141983888867759722614198388886775972261419838888677597226141983888867759722614198388886775972261419838888677597226141983888867759722614198388886775972261419838888677597226141983888867759722614198388886775972261419838888677597226141983888867759722614198388886775972261419838888677597226141" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 50bbaa8d-bef0-4b24-ac03-44bdd97fb8ab, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 816d5709-3e48-43d9-b8c9-e16fcb0c63e1, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 816d5709-3e48-43d9-b8c9-e16fcb0c63e1, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9737258155085087989 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97372581550850879899737258155085087989973725815508508798997372581550850879899737258155085087989973725815508508798997372581550850879899737258155085087989973725815508508798997372581550850879899737258155085087989973725815508508798997372581550850879899737258155085087989973725815508508798997372581550850879899737258155085087989973725815508508798997372581550850879899737258155085087989" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3384e038-0eef-40cd-8e08-482e55da39ef, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1b643b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6520090e-d22d-4e3c-bbaa-447639566219, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6520090e-d22d-4e3c-bbaa-447639566219, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NGMxZTc0ZjQtZWRiNjhiYmItZTJjZTA2ZDAtN2IzMzRkNmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16962285241516516219 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1696228524151651621916962285241516516219169622852415165162191696228524151651621916962285241516516219169622852415165162191696228524151651621916962285241516516219169622852415165162191696228524151651621916962285241516516219169622852415165162191696228524151651621916962285241516516219169622852415165162191696228524151651621916962285241516516219169622852415165162191696228524151651621916962285241516516219" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 816d5709-3e48-43d9-b8c9-e16fcb0c63e1, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 609ecaf9-c437-4b8c-af67-2eadafe59f53, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 609ecaf9-c437-4b8c-af67-2eadafe59f53, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4291719526044787031 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42917195260447870314291719526044787031429171952604478703142917195260447870314291719526044787031429171952604478703142917195260447870314291719526044787031429171952604478703142917195260447870314291719526044787031429171952604478703142917195260447870314291719526044787031429171952604478703142917195260447870314291719526044787031429171952604478703142917195260447870314291719526044787031" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6520090e-d22d-4e3c-bbaa-447639566219, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1b643b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 459da432-26a5-4e29-a011-1ba662f3d21d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 459da432-26a5-4e29-a011-1ba662f3d21d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NGMxZTc0ZjQtZWRiNjhiYmItZTJjZTA2ZDAtN2IzMzRkNmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9431796620371880083 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94317966203718800839431796620371880083943179662037188008394317966203718800839431796620371880083943179662037188008394317966203718800839431796620371880083943179662037188008394317966203718800839431796620371880083943179662037188008394317966203718800839431796620371880083943179662037188008394317966203718800839431796620371880083943179662037188008394317966203718800839431796620371880083" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 609ecaf9-c437-4b8c-af67-2eadafe59f53, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2df37c30-60b7-4ef2-9292-c637e09b9859, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2df37c30-60b7-4ef2-9292-c637e09b9859, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17395958176707121945 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1739595817670712194517395958176707121945173959581767071219451739595817670712194517395958176707121945173959581767071219451739595817670712194517395958176707121945173959581767071219451739595817670712194517395958176707121945173959581767071219451739595817670712194517395958176707121945173959581767071219451739595817670712194517395958176707121945173959581767071219451739595817670712194517395958176707121945" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 459da432-26a5-4e29-a011-1ba662f3d21d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1b643b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3eb58316-5777-4c38-9a7d-6d37ad48a895, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3eb58316-5777-4c38-9a7d-6d37ad48a895, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NGMxZTc0ZjQtZWRiNjhiYmItZTJjZTA2ZDAtN2IzMzRkNmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 369403151726953960 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "369403151726953960369403151726953960369403151726953960369403151726953960369403151726953960369403151726953960369403151726953960369403151726953960369403151726953960369403151726953960369403151726953960369403151726953960369403151726953960369403151726953960369403151726953960369403151726953960369403151726953960369403151726953960369403151726953960369403151726953960" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2df37c30-60b7-4ef2-9292-c637e09b9859, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e415c58a-1bda-4b33-98ff-ecd4c12ca600, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e415c58a-1bda-4b33-98ff-ecd4c12ca600, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1705051083896780280 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17050510838967802801705051083896780280170505108389678028017050510838967802801705051083896780280170505108389678028017050510838967802801705051083896780280170505108389678028017050510838967802801705051083896780280170505108389678028017050510838967802801705051083896780280170505108389678028017050510838967802801705051083896780280170505108389678028017050510838967802801705051083896780280" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3eb58316-5777-4c38-9a7d-6d37ad48a895, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1b643b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6ff19f1a-fad5-43eb-8cfa-3a8945a50845, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6ff19f1a-fad5-43eb-8cfa-3a8945a50845, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NGMxZTc0ZjQtZWRiNjhiYmItZTJjZTA2ZDAtN2IzMzRkNmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15416878986511468584 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1541687898651146858415416878986511468584154168789865114685841541687898651146858415416878986511468584154168789865114685841541687898651146858415416878986511468584154168789865114685841541687898651146858415416878986511468584154168789865114685841541687898651146858415416878986511468584154168789865114685841541687898651146858415416878986511468584154168789865114685841541687898651146858415416878986511468584" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e415c58a-1bda-4b33-98ff-ecd4c12ca600, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a437fcb7-b08e-48b8-879e-720783016958, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a437fcb7-b08e-48b8-879e-720783016958, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15509063316113498391 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1550906331611349839115509063316113498391155090633161134983911550906331611349839115509063316113498391155090633161134983911550906331611349839115509063316113498391155090633161134983911550906331611349839115509063316113498391155090633161134983911550906331611349839115509063316113498391155090633161134983911550906331611349839115509063316113498391155090633161134983911550906331611349839115509063316113498391" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6ff19f1a-fad5-43eb-8cfa-3a8945a50845, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1b643b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d7485cbf-23d6-4a34-bd2a-e6bc4ede487c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d7485cbf-23d6-4a34-bd2a-e6bc4ede487c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NGMxZTc0ZjQtZWRiNjhiYmItZTJjZTA2ZDAtN2IzMzRkNmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6918527617719257841 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69185276177192578416918527617719257841691852761771925784169185276177192578416918527617719257841691852761771925784169185276177192578416918527617719257841691852761771925784169185276177192578416918527617719257841691852761771925784169185276177192578416918527617719257841691852761771925784169185276177192578416918527617719257841691852761771925784169185276177192578416918527617719257841" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a437fcb7-b08e-48b8-879e-720783016958, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5e2e81f7-8ba9-4c83-b936-f586d3af5bb2, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5e2e81f7-8ba9-4c83-b936-f586d3af5bb2, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14044019718229560875 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1404401971822956087514044019718229560875140440197182295608751404401971822956087514044019718229560875140440197182295608751404401971822956087514044019718229560875140440197182295608751404401971822956087514044019718229560875140440197182295608751404401971822956087514044019718229560875140440197182295608751404401971822956087514044019718229560875140440197182295608751404401971822956087514044019718229560875" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d7485cbf-23d6-4a34-bd2a-e6bc4ede487c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1b643b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8ce56ab6-a791-44f0-b040-919aefe7bf4c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8ce56ab6-a791-44f0-b040-919aefe7bf4c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NGMxZTc0ZjQtZWRiNjhiYmItZTJjZTA2ZDAtN2IzMzRkNmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5314203753357428044 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53142037533574280445314203753357428044531420375335742804453142037533574280445314203753357428044531420375335742804453142037533574280445314203753357428044531420375335742804453142037533574280445314203753357428044531420375335742804453142037533574280445314203753357428044531420375335742804453142037533574280445314203753357428044531420375335742804453142037533574280445314203753357428044" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8ce56ab6-a791-44f0-b040-919aefe7bf4c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1b643b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f7ec1aab-5795-4e0f-b7bb-369df89b99bc, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5e2e81f7-8ba9-4c83-b936-f586d3af5bb2, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2057adcc-be63-4b4e-8ec5-0eee32a9592d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2057adcc-be63-4b4e-8ec5-0eee32a9592d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9005403807259723013 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90054038072597230139005403807259723013900540380725972301390054038072597230139005403807259723013900540380725972301390054038072597230139005403807259723013900540380725972301390054038072597230139005403807259723013900540380725972301390054038072597230139005403807259723013900540380725972301390054038072597230139005403807259723013900540380725972301390054038072597230139005403807259723013" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f7ec1aab-5795-4e0f-b7bb-369df89b99bc, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NGMxZTc0ZjQtZWRiNjhiYmItZTJjZTA2ZDAtN2IzMzRkNmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12526438828816713428 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1252643882881671342812526438828816713428125264388288167134281252643882881671342812526438828816713428125264388288167134281252643882881671342812526438828816713428125264388288167134281252643882881671342812526438828816713428125264388288167134281252643882881671342812526438828816713428125264388288167134281252643882881671342812526438828816713428125264388288167134281252643882881671342812526438828816713428" } } } 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:264 Stopped node localhost:28402/3
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2057adcc-be63-4b4e-8ec5-0eee32a9592d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2d8b902c-f2b1-43d3-b5a3-1e58112a5d1d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2d8b902c-f2b1-43d3-b5a3-1e58112a5d1d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1681622954919591920 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16816229549195919201681622954919591920168162295491959192016816229549195919201681622954919591920168162295491959192016816229549195919201681622954919591920168162295491959192016816229549195919201681622954919591920168162295491959192016816229549195919201681622954919591920168162295491959192016816229549195919201681622954919591920168162295491959192016816229549195919201681622954919591920" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f7ec1aab-5795-4e0f-b7bb-369df89b99bc, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1b643b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 52dfe4ef-ede3-41eb-ad19-3f9a92795a41, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 52dfe4ef-ede3-41eb-ad19-3f9a92795a41, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NGMxZTc0ZjQtZWRiNjhiYmItZTJjZTA2ZDAtN2IzMzRkNmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12425273749845495919 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1242527374984549591912425273749845495919124252737498454959191242527374984549591912425273749845495919124252737498454959191242527374984549591912425273749845495919124252737498454959191242527374984549591912425273749845495919124252737498454959191242527374984549591912425273749845495919124252737498454959191242527374984549591912425273749845495919124252737498454959191242527374984549591912425273749845495919" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2d8b902c-f2b1-43d3-b5a3-1e58112a5d1d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ca4df064-e0b3-485e-a90f-63e3c92b16e9, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ca4df064-e0b3-485e-a90f-63e3c92b16e9, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12448443940568938149 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1244844394056893814912448443940568938149124484439405689381491244844394056893814912448443940568938149124484439405689381491244844394056893814912448443940568938149124484439405689381491244844394056893814912448443940568938149124484439405689381491244844394056893814912448443940568938149124484439405689381491244844394056893814912448443940568938149124484439405689381491244844394056893814912448443940568938149" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ca4df064-e0b3-485e-a90f-63e3c92b16e9, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6de9f2ad-bde2-44fe-8a90-d41d1e0a4413, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6de9f2ad-bde2-44fe-8a90-d41d1e0a4413, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13272401954178136389 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1327240195417813638913272401954178136389132724019541781363891327240195417813638913272401954178136389132724019541781363891327240195417813638913272401954178136389132724019541781363891327240195417813638913272401954178136389132724019541781363891327240195417813638913272401954178136389132724019541781363891327240195417813638913272401954178136389132724019541781363891327240195417813638913272401954178136389" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6de9f2ad-bde2-44fe-8a90-d41d1e0a4413, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2e8c78d6-d164-4c55-b9ee-a1fe8d7a8f23, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2e8c78d6-d164-4c55-b9ee-a1fe8d7a8f23, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7365262006803614659 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73652620068036146597365262006803614659736526200680361465973652620068036146597365262006803614659736526200680361465973652620068036146597365262006803614659736526200680361465973652620068036146597365262006803614659736526200680361465973652620068036146597365262006803614659736526200680361465973652620068036146597365262006803614659736526200680361465973652620068036146597365262006803614659" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 52dfe4ef-ede3-41eb-ad19-3f9a92795a41, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1b643b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9366d433-a222-44e2-8346-03bbcc745990, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9366d433-a222-44e2-8346-03bbcc745990, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NGMxZTc0ZjQtZWRiNjhiYmItZTJjZTA2ZDAtN2IzMzRkNmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9916330528326284049 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99163305283262840499916330528326284049991633052832628404999163305283262840499916330528326284049991633052832628404999163305283262840499916330528326284049991633052832628404999163305283262840499916330528326284049991633052832628404999163305283262840499916330528326284049991633052832628404999163305283262840499916330528326284049991633052832628404999163305283262840499916330528326284049" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2e8c78d6-d164-4c55-b9ee-a1fe8d7a8f23, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8fcbdc31-7926-43bf-b21b-1858f73ae1db, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8fcbdc31-7926-43bf-b21b-1858f73ae1db, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14463702377623101085 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1446370237762310108514463702377623101085144637023776231010851446370237762310108514463702377623101085144637023776231010851446370237762310108514463702377623101085144637023776231010851446370237762310108514463702377623101085144637023776231010851446370237762310108514463702377623101085144637023776231010851446370237762310108514463702377623101085144637023776231010851446370237762310108514463702377623101085" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9366d433-a222-44e2-8346-03bbcc745990, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1b643b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b27ef788-4514-4379-a3a9-78720401a67a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b27ef788-4514-4379-a3a9-78720401a67a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NGMxZTc0ZjQtZWRiNjhiYmItZTJjZTA2ZDAtN2IzMzRkNmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18358233329592919871 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1835823332959291987118358233329592919871183582333295929198711835823332959291987118358233329592919871183582333295929198711835823332959291987118358233329592919871183582333295929198711835823332959291987118358233329592919871183582333295929198711835823332959291987118358233329592919871183582333295929198711835823332959291987118358233329592919871183582333295929198711835823332959291987118358233329592919871" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8fcbdc31-7926-43bf-b21b-1858f73ae1db, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b27ef788-4514-4379-a3a9-78720401a67a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1b643b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 05a5ae4e-94ef-4391-b050-6ccbdcfb74e0, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 05a5ae4e-94ef-4391-b050-6ccbdcfb74e0, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NGMxZTc0ZjQtZWRiNjhiYmItZTJjZTA2ZDAtN2IzMzRkNmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3812911363190330619 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38129113631903306193812911363190330619381291136319033061938129113631903306193812911363190330619381291136319033061938129113631903306193812911363190330619381291136319033061938129113631903306193812911363190330619381291136319033061938129113631903306193812911363190330619381291136319033061938129113631903306193812911363190330619381291136319033061938129113631903306193812911363190330619" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1c6de91e-46e6-496d-a0b8-38013f16d757, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1c6de91e-46e6-496d-a0b8-38013f16d757, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10471607048396880401 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1047160704839688040110471607048396880401104716070483968804011047160704839688040110471607048396880401104716070483968804011047160704839688040110471607048396880401104716070483968804011047160704839688040110471607048396880401104716070483968804011047160704839688040110471607048396880401104716070483968804011047160704839688040110471607048396880401104716070483968804011047160704839688040110471607048396880401" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1c6de91e-46e6-496d-a0b8-38013f16d757, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0542b6cf-d957-4a5d-8a9f-11670f4888e5, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 05a5ae4e-94ef-4391-b050-6ccbdcfb74e0, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1b643b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cfda7bf4-5efc-460d-af32-aed88c5845a4, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cfda7bf4-5efc-460d-af32-aed88c5845a4, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NGMxZTc0ZjQtZWRiNjhiYmItZTJjZTA2ZDAtN2IzMzRkNmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1352145377490001104 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13521453774900011041352145377490001104135214537749000110413521453774900011041352145377490001104135214537749000110413521453774900011041352145377490001104135214537749000110413521453774900011041352145377490001104135214537749000110413521453774900011041352145377490001104135214537749000110413521453774900011041352145377490001104135214537749000110413521453774900011041352145377490001104" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0542b6cf-d957-4a5d-8a9f-11670f4888e5, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1463227111604772692 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14632271116047726921463227111604772692146322711160477269214632271116047726921463227111604772692146322711160477269214632271116047726921463227111604772692146322711160477269214632271116047726921463227111604772692146322711160477269214632271116047726921463227111604772692146322711160477269214632271116047726921463227111604772692146322711160477269214632271116047726921463227111604772692" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cfda7bf4-5efc-460d-af32-aed88c5845a4, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1b643b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 603798a4-b436-48a6-8f0f-c41cfe02a3c9, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0542b6cf-d957-4a5d-8a9f-11670f4888e5, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 603798a4-b436-48a6-8f0f-c41cfe02a3c9, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NGMxZTc0ZjQtZWRiNjhiYmItZTJjZTA2ZDAtN2IzMzRkNmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10051335317378305498 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1005133531737830549810051335317378305498100513353173783054981005133531737830549810051335317378305498100513353173783054981005133531737830549810051335317378305498100513353173783054981005133531737830549810051335317378305498100513353173783054981005133531737830549810051335317378305498100513353173783054981005133531737830549810051335317378305498100513353173783054981005133531737830549810051335317378305498" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 57397a0f-85d8-4c9c-9438-5ee9ebf973d3, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 57397a0f-85d8-4c9c-9438-5ee9ebf973d3, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1366441935534778744 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13664419355347787441366441935534778744136644193553477874413664419355347787441366441935534778744136644193553477874413664419355347787441366441935534778744136644193553477874413664419355347787441366441935534778744136644193553477874413664419355347787441366441935534778744136644193553477874413664419355347787441366441935534778744136644193553477874413664419355347787441366441935534778744" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 603798a4-b436-48a6-8f0f-c41cfe02a3c9, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1b643b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 57397a0f-85d8-4c9c-9438-5ee9ebf973d3, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0cf83e0e-f720-4a1b-8324-83caef444302, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0cf83e0e-f720-4a1b-8324-83caef444302, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6655183719765004171 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66551837197650041716655183719765004171665518371976500417166551837197650041716655183719765004171665518371976500417166551837197650041716655183719765004171665518371976500417166551837197650041716655183719765004171665518371976500417166551837197650041716655183719765004171665518371976500417166551837197650041716655183719765004171665518371976500417166551837197650041716655183719765004171" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f42bd9fa-06f7-4d83-b550-39f071bc56f0, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f42bd9fa-06f7-4d83-b550-39f071bc56f0, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NGMxZTc0ZjQtZWRiNjhiYmItZTJjZTA2ZDAtN2IzMzRkNmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1670170866459666284 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16701708664596662841670170866459666284167017086645966628416701708664596662841670170866459666284167017086645966628416701708664596662841670170866459666284167017086645966628416701708664596662841670170866459666284167017086645966628416701708664596662841670170866459666284167017086645966628416701708664596662841670170866459666284167017086645966628416701708664596662841670170866459666284" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0cf83e0e-f720-4a1b-8324-83caef444302, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5c43d1ef-ee59-4459-a06b-fa1a47e2087a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5c43d1ef-ee59-4459-a06b-fa1a47e2087a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 423817192214453128 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "423817192214453128423817192214453128423817192214453128423817192214453128423817192214453128423817192214453128423817192214453128423817192214453128423817192214453128423817192214453128423817192214453128423817192214453128423817192214453128423817192214453128423817192214453128423817192214453128423817192214453128423817192214453128423817192214453128423817192214453128" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f42bd9fa-06f7-4d83-b550-39f071bc56f0, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1b643b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 774e1fc3-a0bf-4043-a02f-94a3ca6ec1d7, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5c43d1ef-ee59-4459-a06b-fa1a47e2087a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2885140f-4a79-4fad-8ab8-5c0ad3d3cf8a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2885140f-4a79-4fad-8ab8-5c0ad3d3cf8a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 455274932519157015 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "455274932519157015455274932519157015455274932519157015455274932519157015455274932519157015455274932519157015455274932519157015455274932519157015455274932519157015455274932519157015455274932519157015455274932519157015455274932519157015455274932519157015455274932519157015455274932519157015455274932519157015455274932519157015455274932519157015455274932519157015" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 774e1fc3-a0bf-4043-a02f-94a3ca6ec1d7, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NGMxZTc0ZjQtZWRiNjhiYmItZTJjZTA2ZDAtN2IzMzRkNmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12946546445942421223 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1294654644594242122312946546445942421223129465464459424212231294654644594242122312946546445942421223129465464459424212231294654644594242122312946546445942421223129465464459424212231294654644594242122312946546445942421223129465464459424212231294654644594242122312946546445942421223129465464459424212231294654644594242122312946546445942421223129465464459424212231294654644594242122312946546445942421223" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2885140f-4a79-4fad-8ab8-5c0ad3d3cf8a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e269c56b-b2dd-4504-9546-bf9067618020, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e269c56b-b2dd-4504-9546-bf9067618020, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13396533648461042320 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1339653364846104232013396533648461042320133965336484610423201339653364846104232013396533648461042320133965336484610423201339653364846104232013396533648461042320133965336484610423201339653364846104232013396533648461042320133965336484610423201339653364846104232013396533648461042320133965336484610423201339653364846104232013396533648461042320133965336484610423201339653364846104232013396533648461042320" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 774e1fc3-a0bf-4043-a02f-94a3ca6ec1d7, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1b643b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 508c1e39-3ed9-4f1d-8d63-eff62d0b5a39, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 508c1e39-3ed9-4f1d-8d63-eff62d0b5a39, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NGMxZTc0ZjQtZWRiNjhiYmItZTJjZTA2ZDAtN2IzMzRkNmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7984256909744511173 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79842569097445111737984256909744511173798425690974451117379842569097445111737984256909744511173798425690974451117379842569097445111737984256909744511173798425690974451117379842569097445111737984256909744511173798425690974451117379842569097445111737984256909744511173798425690974451117379842569097445111737984256909744511173798425690974451117379842569097445111737984256909744511173" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e269c56b-b2dd-4504-9546-bf9067618020, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ea9749eb-4c85-47be-9661-8c9dbbf72212, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ea9749eb-4c85-47be-9661-8c9dbbf72212, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17532997495826124943 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1753299749582612494317532997495826124943175329974958261249431753299749582612494317532997495826124943175329974958261249431753299749582612494317532997495826124943175329974958261249431753299749582612494317532997495826124943175329974958261249431753299749582612494317532997495826124943175329974958261249431753299749582612494317532997495826124943175329974958261249431753299749582612494317532997495826124943" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 508c1e39-3ed9-4f1d-8d63-eff62d0b5a39, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1b643b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b9eb27c7-b7e2-4b0e-a1b3-94d54d4934ad, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b9eb27c7-b7e2-4b0e-a1b3-94d54d4934ad, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NGMxZTc0ZjQtZWRiNjhiYmItZTJjZTA2ZDAtN2IzMzRkNmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9020849922540529195 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90208499225405291959020849922540529195902084992254052919590208499225405291959020849922540529195902084992254052919590208499225405291959020849922540529195902084992254052919590208499225405291959020849922540529195902084992254052919590208499225405291959020849922540529195902084992254052919590208499225405291959020849922540529195902084992254052919590208499225405291959020849922540529195" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ea9749eb-4c85-47be-9661-8c9dbbf72212, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b9eb27c7-b7e2-4b0e-a1b3-94d54d4934ad, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1b643b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9fb670ea-4910-4705-83d8-b0552cda8c43, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7e81b208-46ad-4e96-9ee4-bba228dcd959, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7e81b208-46ad-4e96-9ee4-bba228dcd959, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2571665514065647776 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25716655140656477762571665514065647776257166551406564777625716655140656477762571665514065647776257166551406564777625716655140656477762571665514065647776257166551406564777625716655140656477762571665514065647776257166551406564777625716655140656477762571665514065647776257166551406564777625716655140656477762571665514065647776257166551406564777625716655140656477762571665514065647776" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9fb670ea-4910-4705-83d8-b0552cda8c43, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NGMxZTc0ZjQtZWRiNjhiYmItZTJjZTA2ZDAtN2IzMzRkNmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9825860710849346267 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98258607108493462679825860710849346267982586071084934626798258607108493462679825860710849346267982586071084934626798258607108493462679825860710849346267982586071084934626798258607108493462679825860710849346267982586071084934626798258607108493462679825860710849346267982586071084934626798258607108493462679825860710849346267982586071084934626798258607108493462679825860710849346267" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9fb670ea-4910-4705-83d8-b0552cda8c43, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1b643b0>
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:256 CFG_DIR_PATH="/home/runner/.ya/build/build_root/apu5/000b6b/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:257 Final command: /home/runner/.ya/build/build_root/apu5/000b6b/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node-broker=localhost:1800 --tenant=/Root/test_simple_encryption_1 --log-file-name=/home/runner/.ya/build/build_root/apu5/000b6b/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_3/logfile_gy2gd6td.log --grpc-port=28402 --mon-port=1614 --ic-port=6831 --key-file /home/runner/.ya/build/build_root/apu5/000b6b/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/_Root_test_simple_encryption_1key.txt
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e11289ba-699f-4a4a-8485-a9db9346fe90, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7e81b208-46ad-4e96-9ee4-bba228dcd959, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 568d5dc8-c23e-4fb7-8100-a9122fd61b25, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 568d5dc8-c23e-4fb7-8100-a9122fd61b25, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4822379741223058099 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48223797412230580994822379741223058099482237974122305809948223797412230580994822379741223058099482237974122305809948223797412230580994822379741223058099482237974122305809948223797412230580994822379741223058099482237974122305809948223797412230580994822379741223058099482237974122305809948223797412230580994822379741223058099482237974122305809948223797412230580994822379741223058099" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/apu5/000b6b/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/apu5/000b6b/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:1800', '--tenant=/Root/test_simple_encryption_1', '--log-file-name=/home/runner/.ya/build/build_root/apu5/000b6b/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_3/logfile_gy2gd6td.log', '--grpc-port=28402', '--mon-port=1614', '--ic-port=6831', '--key-file', '/home/runner/.ya/build/build_root/apu5/000b6b/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/_Root_test_simple_encryption_1key.txt')' in '/home/runner/.ya/build/build_root/apu5/000b6b/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_3' (no wait)
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e11289ba-699f-4a4a-8485-a9db9346fe90, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NGMxZTc0ZjQtZWRiNjhiYmItZTJjZTA2ZDAtN2IzMzRkNmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 302622038581352430 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "302622038581352430302622038581352430302622038581352430302622038581352430302622038581352430302622038581352430302622038581352430302622038581352430302622038581352430302622038581352430302622038581352430302622038581352430302622038581352430302622038581352430302622038581352430302622038581352430302622038581352430302622038581352430302622038581352430302622038581352430" } } } 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: 1481179
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:297 Started node localhost:28402/3
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.15
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.15
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/apu5/000b6b/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1481180
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 568d5dc8-c23e-4fb7-8100-a9122fd61b25, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0402c561-1d6f-46d4-80ff-6f49a9e6a582, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0402c561-1d6f-46d4-80ff-6f49a9e6a582, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15837437819204630252 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1583743781920463025215837437819204630252158374378192046302521583743781920463025215837437819204630252158374378192046302521583743781920463025215837437819204630252158374378192046302521583743781920463025215837437819204630252158374378192046302521583743781920463025215837437819204630252158374378192046302521583743781920463025215837437819204630252158374378192046302521583743781920463025215837437819204630252" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0402c561-1d6f-46d4-80ff-6f49a9e6a582, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a97a92ad-08d3-4b06-921f-88727a751a1b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a97a92ad-08d3-4b06-921f-88727a751a1b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3263649772327055526 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32636497723270555263263649772327055526326364977232705552632636497723270555263263649772327055526326364977232705552632636497723270555263263649772327055526326364977232705552632636497723270555263263649772327055526326364977232705552632636497723270555263263649772327055526326364977232705552632636497723270555263263649772327055526326364977232705552632636497723270555263263649772327055526" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e11289ba-699f-4a4a-8485-a9db9346fe90, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1b643b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1ac25b52-cf10-48f8-a551-55262643537d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1ac25b52-cf10-48f8-a551-55262643537d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NGMxZTc0ZjQtZWRiNjhiYmItZTJjZTA2ZDAtN2IzMzRkNmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12993765567319226276 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1299376556731922627612993765567319226276129937655673192262761299376556731922627612993765567319226276129937655673192262761299376556731922627612993765567319226276129937655673192262761299376556731922627612993765567319226276129937655673192262761299376556731922627612993765567319226276129937655673192262761299376556731922627612993765567319226276129937655673192262761299376556731922627612993765567319226276" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a97a92ad-08d3-4b06-921f-88727a751a1b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 73863b53-654d-4a22-bf49-9539b309995e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 73863b53-654d-4a22-bf49-9539b309995e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8903629492118504137 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89036294921185041378903629492118504137890362949211850413789036294921185041378903629492118504137890362949211850413789036294921185041378903629492118504137890362949211850413789036294921185041378903629492118504137890362949211850413789036294921185041378903629492118504137890362949211850413789036294921185041378903629492118504137890362949211850413789036294921185041378903629492118504137" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1ac25b52-cf10-48f8-a551-55262643537d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1b643b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 58ae2225-340b-4aed-bfc7-048d0c5f7f08, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 73863b53-654d-4a22-bf49-9539b309995e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a53ea6ef-8806-42d0-ae72-db581df2e71d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a53ea6ef-8806-42d0-ae72-db581df2e71d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16119859890274661617 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1611985989027466161716119859890274661617161198598902746616171611985989027466161716119859890274661617161198598902746616171611985989027466161716119859890274661617161198598902746616171611985989027466161716119859890274661617161198598902746616171611985989027466161716119859890274661617161198598902746616171611985989027466161716119859890274661617161198598902746616171611985989027466161716119859890274661617" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 58ae2225-340b-4aed-bfc7-048d0c5f7f08, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NGMxZTc0ZjQtZWRiNjhiYmItZTJjZTA2ZDAtN2IzMzRkNmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17290599231540387758 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1729059923154038775817290599231540387758172905992315403877581729059923154038775817290599231540387758172905992315403877581729059923154038775817290599231540387758172905992315403877581729059923154038775817290599231540387758172905992315403877581729059923154038775817290599231540387758172905992315403877581729059923154038775817290599231540387758172905992315403877581729059923154038775817290599231540387758" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a53ea6ef-8806-42d0-ae72-db581df2e71d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e6b8ad8d-a2b5-4710-9e4e-31e1abe6a5c4, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e6b8ad8d-a2b5-4710-9e4e-31e1abe6a5c4, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3866887064751403619 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38668870647514036193866887064751403619386688706475140361938668870647514036193866887064751403619386688706475140361938668870647514036193866887064751403619386688706475140361938668870647514036193866887064751403619386688706475140361938668870647514036193866887064751403619386688706475140361938668870647514036193866887064751403619386688706475140361938668870647514036193866887064751403619" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 58ae2225-340b-4aed-bfc7-048d0c5f7f08, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1b643b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a54e39b2-5f2a-4725-b320-6515596a773e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a54e39b2-5f2a-4725-b320-6515596a773e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NGMxZTc0ZjQtZWRiNjhiYmItZTJjZTA2ZDAtN2IzMzRkNmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7251237840761859782 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72512378407618597827251237840761859782725123784076185978272512378407618597827251237840761859782725123784076185978272512378407618597827251237840761859782725123784076185978272512378407618597827251237840761859782725123784076185978272512378407618597827251237840761859782725123784076185978272512378407618597827251237840761859782725123784076185978272512378407618597827251237840761859782" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e6b8ad8d-a2b5-4710-9e4e-31e1abe6a5c4, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4f6cff94-0508-4adf-8685-36ba64ccc107, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4f6cff94-0508-4adf-8685-36ba64ccc107, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10997941346395723220 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1099794134639572322010997941346395723220109979413463957232201099794134639572322010997941346395723220109979413463957232201099794134639572322010997941346395723220109979413463957232201099794134639572322010997941346395723220109979413463957232201099794134639572322010997941346395723220109979413463957232201099794134639572322010997941346395723220109979413463957232201099794134639572322010997941346395723220" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a54e39b2-5f2a-4725-b320-6515596a773e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1b643b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 546106e8-541a-4beb-9ce0-0e24822b7ffe, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 546106e8-541a-4beb-9ce0-0e24822b7ffe, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NGMxZTc0ZjQtZWRiNjhiYmItZTJjZTA2ZDAtN2IzMzRkNmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13932519493283972852 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1393251949328397285213932519493283972852139325194932839728521393251949328397285213932519493283972852139325194932839728521393251949328397285213932519493283972852139325194932839728521393251949328397285213932519493283972852139325194932839728521393251949328397285213932519493283972852139325194932839728521393251949328397285213932519493283972852139325194932839728521393251949328397285213932519493283972852" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4f6cff94-0508-4adf-8685-36ba64ccc107, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a142176b-6e3d-4dc6-979f-eba34d8f50de, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a142176b-6e3d-4dc6-979f-eba34d8f50de, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 20063035523358769 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "2006303552335876920063035523358769200630355233587692006303552335876920063035523358769200630355233587692006303552335876920063035523358769200630355233587692006303552335876920063035523358769200630355233587692006303552335876920063035523358769200630355233587692006303552335876920063035523358769200630355233587692006303552335876920063035523358769" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a142176b-6e3d-4dc6-979f-eba34d8f50de, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e1d95775-0847-433a-b152-94e351af699e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e1d95775-0847-433a-b152-94e351af699e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12456301249815286358 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1245630124981528635812456301249815286358124563012498152863581245630124981528635812456301249815286358124563012498152863581245630124981528635812456301249815286358124563012498152863581245630124981528635812456301249815286358124563012498152863581245630124981528635812456301249815286358124563012498152863581245630124981528635812456301249815286358124563012498152863581245630124981528635812456301249815286358" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 546106e8-541a-4beb-9ce0-0e24822b7ffe, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1b643b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b65b9296-25d9-4cd8-a427-7fe1156ae253, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b65b9296-25d9-4cd8-a427-7fe1156ae253, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NGMxZTc0ZjQtZWRiNjhiYmItZTJjZTA2ZDAtN2IzMzRkNmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18377952529428428662 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1837795252942842866218377952529428428662183779525294284286621837795252942842866218377952529428428662183779525294284286621837795252942842866218377952529428428662183779525294284286621837795252942842866218377952529428428662183779525294284286621837795252942842866218377952529428428662183779525294284286621837795252942842866218377952529428428662183779525294284286621837795252942842866218377952529428428662" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e1d95775-0847-433a-b152-94e351af699e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6e1258c8-191e-407e-89ae-adc7c91c68a1, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6e1258c8-191e-407e-89ae-adc7c91c68a1, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12737915134252459784 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1273791513425245978412737915134252459784127379151342524597841273791513425245978412737915134252459784127379151342524597841273791513425245978412737915134252459784127379151342524597841273791513425245978412737915134252459784127379151342524597841273791513425245978412737915134252459784127379151342524597841273791513425245978412737915134252459784127379151342524597841273791513425245978412737915134252459784" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b65b9296-25d9-4cd8-a427-7fe1156ae253, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1b643b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 302adfe0-3779-4475-9367-e26aeb58887a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6e1258c8-191e-407e-89ae-adc7c91c68a1, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ebf3e2d7-a321-4643-a6d7-5d1c1fd49318, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ebf3e2d7-a321-4643-a6d7-5d1c1fd49318, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16573809725617211889 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1657380972561721188916573809725617211889165738097256172118891657380972561721188916573809725617211889165738097256172118891657380972561721188916573809725617211889165738097256172118891657380972561721188916573809725617211889165738097256172118891657380972561721188916573809725617211889165738097256172118891657380972561721188916573809725617211889165738097256172118891657380972561721188916573809725617211889" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 302adfe0-3779-4475-9367-e26aeb58887a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NGMxZTc0ZjQtZWRiNjhiYmItZTJjZTA2ZDAtN2IzMzRkNmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13132000396576908333 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1313200039657690833313132000396576908333131320003965769083331313200039657690833313132000396576908333131320003965769083331313200039657690833313132000396576908333131320003965769083331313200039657690833313132000396576908333131320003965769083331313200039657690833313132000396576908333131320003965769083331313200039657690833313132000396576908333131320003965769083331313200039657690833313132000396576908333" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ebf3e2d7-a321-4643-a6d7-5d1c1fd49318, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2bc05d29-840d-43ef-b6cf-1e6da6f271b9, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2bc05d29-840d-43ef-b6cf-1e6da6f271b9, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10984881334852558320 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1098488133485255832010984881334852558320109848813348525583201098488133485255832010984881334852558320109848813348525583201098488133485255832010984881334852558320109848813348525583201098488133485255832010984881334852558320109848813348525583201098488133485255832010984881334852558320109848813348525583201098488133485255832010984881334852558320109848813348525583201098488133485255832010984881334852558320" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 302adfe0-3779-4475-9367-e26aeb58887a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1b643b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a11ebdab-1142-4683-b21c-905bbe3aee30, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a11ebdab-1142-4683-b21c-905bbe3aee30, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NGMxZTc0ZjQtZWRiNjhiYmItZTJjZTA2ZDAtN2IzMzRkNmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 97765991132274891 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "9776599113227489197765991132274891977659911322748919776599113227489197765991132274891977659911322748919776599113227489197765991132274891977659911322748919776599113227489197765991132274891977659911322748919776599113227489197765991132274891977659911322748919776599113227489197765991132274891977659911322748919776599113227489197765991132274891" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2bc05d29-840d-43ef-b6cf-1e6da6f271b9, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 155beaba-597f-4bdf-912c-065afac229ff, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 155beaba-597f-4bdf-912c-065afac229ff, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12864625583012822099 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1286462558301282209912864625583012822099128646255830128220991286462558301282209912864625583012822099128646255830128220991286462558301282209912864625583012822099128646255830128220991286462558301282209912864625583012822099128646255830128220991286462558301282209912864625583012822099128646255830128220991286462558301282209912864625583012822099128646255830128220991286462558301282209912864625583012822099" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a11ebdab-1142-4683-b21c-905bbe3aee30, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1b643b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a80c4066-77ab-49e7-a5aa-6f3d2f9dcb22, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a80c4066-77ab-49e7-a5aa-6f3d2f9dcb22, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NGMxZTc0ZjQtZWRiNjhiYmItZTJjZTA2ZDAtN2IzMzRkNmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11800828072722150047 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1180082807272215004711800828072722150047118008280727221500471180082807272215004711800828072722150047118008280727221500471180082807272215004711800828072722150047118008280727221500471180082807272215004711800828072722150047118008280727221500471180082807272215004711800828072722150047118008280727221500471180082807272215004711800828072722150047118008280727221500471180082807272215004711800828072722150047" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 155beaba-597f-4bdf-912c-065afac229ff, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 27520df2-980e-4a12-8bac-c4865602fd02, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 27520df2-980e-4a12-8bac-c4865602fd02, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5070862904028699528 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50708629040286995285070862904028699528507086290402869952850708629040286995285070862904028699528507086290402869952850708629040286995285070862904028699528507086290402869952850708629040286995285070862904028699528507086290402869952850708629040286995285070862904028699528507086290402869952850708629040286995285070862904028699528507086290402869952850708629040286995285070862904028699528" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a80c4066-77ab-49e7-a5aa-6f3d2f9dcb22, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1b643b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5d258fbf-dc61-444f-b2fa-9a4d1b7c8038, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5d258fbf-dc61-444f-b2fa-9a4d1b7c8038, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NGMxZTc0ZjQtZWRiNjhiYmItZTJjZTA2ZDAtN2IzMzRkNmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17255452479585952760 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1725545247958595276017255452479585952760172554524795859527601725545247958595276017255452479585952760172554524795859527601725545247958595276017255452479585952760172554524795859527601725545247958595276017255452479585952760172554524795859527601725545247958595276017255452479585952760172554524795859527601725545247958595276017255452479585952760172554524795859527601725545247958595276017255452479585952760" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 27520df2-980e-4a12-8bac-c4865602fd02, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 42e571bd-a27a-4192-93ad-7eb2f2afd939, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5d258fbf-dc61-444f-b2fa-9a4d1b7c8038, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1b643b0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 42e571bd-a27a-4192-93ad-7eb2f2afd939, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9524093234466467001 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95240932344664670019524093234466467001952409323446646700195240932344664670019524093234466467001952409323446646700195240932344664670019524093234466467001952409323446646700195240932344664670019524093234466467001952409323446646700195240932344664670019524093234466467001952409323446646700195240932344664670019524093234466467001952409323446646700195240932344664670019524093234466467001" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 58b5946e-755c-43ca-8305-12a28fa63cd5, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 58b5946e-755c-43ca-8305-12a28fa63cd5, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NGMxZTc0ZjQtZWRiNjhiYmItZTJjZTA2ZDAtN2IzMzRkNmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9928027764651533726 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99280277646515337269928027764651533726992802776465153372699280277646515337269928027764651533726992802776465153372699280277646515337269928027764651533726992802776465153372699280277646515337269928027764651533726992802776465153372699280277646515337269928027764651533726992802776465153372699280277646515337269928027764651533726992802776465153372699280277646515337269928027764651533726" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 42e571bd-a27a-4192-93ad-7eb2f2afd939, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0d16ca9e-25c8-48d3-a028-b0f56311c586, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0d16ca9e-25c8-48d3-a028-b0f56311c586, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8294164277742849415 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82941642777428494158294164277742849415829416427774284941582941642777428494158294164277742849415829416427774284941582941642777428494158294164277742849415829416427774284941582941642777428494158294164277742849415829416427774284941582941642777428494158294164277742849415829416427774284941582941642777428494158294164277742849415829416427774284941582941642777428494158294164277742849415" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 58b5946e-755c-43ca-8305-12a28fa63cd5, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1b643b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0d16ca9e-25c8-48d3-a028-b0f56311c586, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3223905e-b60e-4437-83bb-ebeb6858f213, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3223905e-b60e-4437-83bb-ebeb6858f213, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3538188211476075106 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35381882114760751063538188211476075106353818821147607510635381882114760751063538188211476075106353818821147607510635381882114760751063538188211476075106353818821147607510635381882114760751063538188211476075106353818821147607510635381882114760751063538188211476075106353818821147607510635381882114760751063538188211476075106353818821147607510635381882114760751063538188211476075106" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 927724f2-ecac-4e7e-a24b-8b45bf11930c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 927724f2-ecac-4e7e-a24b-8b45bf11930c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NGMxZTc0ZjQtZWRiNjhiYmItZTJjZTA2ZDAtN2IzMzRkNmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6318073548210454298 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63180735482104542986318073548210454298631807354821045429863180735482104542986318073548210454298631807354821045429863180735482104542986318073548210454298631807354821045429863180735482104542986318073548210454298631807354821045429863180735482104542986318073548210454298631807354821045429863180735482104542986318073548210454298631807354821045429863180735482104542986318073548210454298" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 927724f2-ecac-4e7e-a24b-8b45bf11930c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1b643b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 01d95c76-ed91-404e-8657-b434da9ed604, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 01d95c76-ed91-404e-8657-b434da9ed604, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NGMxZTc0ZjQtZWRiNjhiYmItZTJjZTA2ZDAtN2IzMzRkNmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8269187651069400006 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82691876510694000068269187651069400006826918765106940000682691876510694000068269187651069400006826918765106940000682691876510694000068269187651069400006826918765106940000682691876510694000068269187651069400006826918765106940000682691876510694000068269187651069400006826918765106940000682691876510694000068269187651069400006826918765106940000682691876510694000068269187651069400006" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3223905e-b60e-4437-83bb-ebeb6858f213, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8dc974ff-8c70-4058-b59d-9f86228997eb, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8dc974ff-8c70-4058-b59d-9f86228997eb, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17414324835279209289 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1741432483527920928917414324835279209289174143248352792092891741432483527920928917414324835279209289174143248352792092891741432483527920928917414324835279209289174143248352792092891741432483527920928917414324835279209289174143248352792092891741432483527920928917414324835279209289174143248352792092891741432483527920928917414324835279209289174143248352792092891741432483527920928917414324835279209289" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 01d95c76-ed91-404e-8657-b434da9ed604, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1b643b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d23de30b-a782-400b-8555-827c2a7055e1, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d23de30b-a782-400b-8555-827c2a7055e1, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NGMxZTc0ZjQtZWRiNjhiYmItZTJjZTA2ZDAtN2IzMzRkNmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5985223571096166910 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59852235710961669105985223571096166910598522357109616691059852235710961669105985223571096166910598522357109616691059852235710961669105985223571096166910598522357109616691059852235710961669105985223571096166910598522357109616691059852235710961669105985223571096166910598522357109616691059852235710961669105985223571096166910598522357109616691059852235710961669105985223571096166910" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8dc974ff-8c70-4058-b59d-9f86228997eb, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 07b31034-e172-4fe2-a94b-246f8a936076, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 07b31034-e172-4fe2-a94b-246f8a936076, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16806494223080599392 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1680649422308059939216806494223080599392168064942230805993921680649422308059939216806494223080599392168064942230805993921680649422308059939216806494223080599392168064942230805993921680649422308059939216806494223080599392168064942230805993921680649422308059939216806494223080599392168064942230805993921680649422308059939216806494223080599392168064942230805993921680649422308059939216806494223080599392" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 07b31034-e172-4fe2-a94b-246f8a936076, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f590a7c8-d4fb-42bb-98ac-7699b1d497c3, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f590a7c8-d4fb-42bb-98ac-7699b1d497c3, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10275555123305882669 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1027555512330588266910275555123305882669102755551233058826691027555512330588266910275555123305882669102755551233058826691027555512330588266910275555123305882669102755551233058826691027555512330588266910275555123305882669102755551233058826691027555512330588266910275555123305882669102755551233058826691027555512330588266910275555123305882669102755551233058826691027555512330588266910275555123305882669" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d23de30b-a782-400b-8555-827c2a7055e1, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1b643b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 74916717-e991-4667-a848-51ca96450441, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 74916717-e991-4667-a848-51ca96450441, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NGMxZTc0ZjQtZWRiNjhiYmItZTJjZTA2ZDAtN2IzMzRkNmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17575234153508931086 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1757523415350893108617575234153508931086175752341535089310861757523415350893108617575234153508931086175752341535089310861757523415350893108617575234153508931086175752341535089310861757523415350893108617575234153508931086175752341535089310861757523415350893108617575234153508931086175752341535089310861757523415350893108617575234153508931086175752341535089310861757523415350893108617575234153508931086" } } } 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 1481180) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1481180) elapsed time (sec): 0.914614200592041
DEBUG    ya.test:process.py:263 Command (pid 1481180) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1481180) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1481180) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1481180) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1481180) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1481180) maxrss: 852248
DEBUG    ya.test:process.py:263 Command (pid 1481180) minflt: 45102
DEBUG    ya.test:process.py:263 Command (pid 1481180) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1481180) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1481180) nivcsw: 167
DEBUG    ya.test:process.py:263 Command (pid 1481180) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1481180) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1481180) nvcsw: 14
DEBUG    ya.test:process.py:263 Command (pid 1481180) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1481180) stime: 0.232344
DEBUG    ya.test:process.py:263 Command (pid 1481180) utime: 0.442944
DEBUG    ya.test:process.py:263 Command (pid 1481180) wtime: 0.921
DEBUG    ya.test:process.py:275 Command (pid 1481180) output:
Git info:
    Commit: 7a23765876ee13ed78e91c1ca1b71325a253b183
    Branch: 
    Author: kungurtsev <alexey66rus@gmail.com>
    Summary: Merge 469f9798005a1a918298775cb8a5adb11a8a50bd into 8d50e29d1b84743d62916af6925e96bcba19c3a1

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

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

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:298 Node 3 version:
Git info:
    Commit: 7a23765876ee13ed78e91c1ca1b71325a253b183
    Branch: 
    Author: kungurtsev <alexey66rus@gmail.com>
    Summary: Merge 469f9798005a1a918298775cb8a5adb11a8a50bd into 8d50e29d1b84743d62916af6925e96bcba19c3a1
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f590a7c8-d4fb-42bb-98ac-7699b1d497c3, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bd6eb2a5-8846-445f-ad0f-a48af9c7bcf9, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bd6eb2a5-8846-445f-ad0f-a48af9c7bcf9, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9405837999450575751 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94058379994505757519405837999450575751940583799945057575194058379994505757519405837999450575751940583799945057575194058379994505757519405837999450575751940583799945057575194058379994505757519405837999450575751940583799945057575194058379994505757519405837999450575751940583799945057575194058379994505757519405837999450575751940583799945057575194058379994505757519405837999450575751" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 74916717-e991-4667-a848-51ca96450441, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1b643b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ab99b46c-ab2f-4d83-8e77-e0c095fb10ef, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ab99b46c-ab2f-4d83-8e77-e0c095fb10ef, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NGMxZTc0ZjQtZWRiNjhiYmItZTJjZTA2ZDAtN2IzMzRkNmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14511444677137181156 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1451144467713718115614511444677137181156145114446771371811561451144467713718115614511444677137181156145114446771371811561451144467713718115614511444677137181156145114446771371811561451144467713718115614511444677137181156145114446771371811561451144467713718115614511444677137181156145114446771371811561451144467713718115614511444677137181156145114446771371811561451144467713718115614511444677137181156" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bd6eb2a5-8846-445f-ad0f-a48af9c7bcf9, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d13972b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:145 Requested session destroy: <ydb.table.Session object at 0x7b89d13972b0>, reason: session-close
DEBUG    ydb.table.SessionPool:_sp_impl.py:149 Session <ydb.table.Session object at 0x7b89d13972b0> is no longer active. Current active count 1.
DEBUG    ydb.connection:connection.py:421 RpcState(DeleteSession, 04f6b4bb-8ab9-454e-b2be-24949a3e43ae, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DeleteSession, 04f6b4bb-8ab9-454e-b2be-24949a3e43ae, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NThmYzIzNWUtYjk5ZTkxYi05YTM4NzllZi1mNWYyYWQxMw==" operation_params { operation_timeout { seconds: 3 } cancel_after { seconds: 3 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ab99b46c-ab2f-4d83-8e77-e0c095fb10ef, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=1f314b3d-685e064-bb93fc18-470a039e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:173 Sent delete on session <ydb.table.Session object at 0x7b89d13972b0>
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 0x7b89d3e91670 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 0x7b89d3ea1f70>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7b89d3ea1f70>
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 40e45456-378e-4e46-aa4a-c68038a09233, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 40e45456-378e-4e46-aa4a-c68038a09233, ghrun-l3j5z36jj4.auto.internal:2321): request = { operation_params { operation_timeout { seconds: 3 } cancel_after { seconds: 3 } } }
DEBUG    ydb.connection:connection.py:118 RpcState(DeleteSession, 04f6b4bb-8ab9-454e-b2be-24949a3e43ae, ghrun-l3j5z36jj4.auto.internal:2321): on response callback started
DEBUG    ydb.connection:connection.py:52 RpcState(DeleteSession, 04f6b4bb-8ab9-454e-b2be-24949a3e43ae, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS } }
DEBUG    ydb.connection:connection.py:123 RpcState(DeleteSession, 04f6b4bb-8ab9-454e-b2be-24949a3e43ae, ghrun-l3j5z36jj4.auto.internal:2321): on response callback success
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1b643b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:145 Requested session destroy: <ydb.table.Session object at 0x7b89d1b643b0>, reason: session-close
DEBUG    ydb.table.SessionPool:_sp_impl.py:149 Session <ydb.table.Session object at 0x7b89d1b643b0> 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 0x7b89d1b643b0> replacement.
DEBUG    ydb.table.SessionPool:_sp_impl.py:111 Created session <ydb.table.Session object at 0x7b89d3ebacf0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7b89d3ebacf0>
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 471dbfff-4498-4338-8a3f-590289510fd6, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 471dbfff-4498-4338-8a3f-590289510fd6, ghrun-l3j5z36jj4.auto.internal:2321): request = { operation_params { operation_timeout { seconds: 3 } cancel_after { seconds: 3 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DeleteSession, dd93adaa-afac-401c-b100-f05a1363d5e2, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DeleteSession, dd93adaa-afac-401c-b100-f05a1363d5e2, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=NGMxZTc0ZjQtZWRiNjhiYmItZTJjZTA2ZDAtN2IzMzRkNmY=" operation_params { operation_timeout { seconds: 3 } cancel_after { seconds: 3 } } }
DEBUG    ydb.connection:connection.py:118 RpcState(CreateSession, 40e45456-378e-4e46-aa4a-c68038a09233, ghrun-l3j5z36jj4.auto.internal:2321): on response callback started
DEBUG    ydb.connection:connection.py:78 RpcState(CreateSession, 40e45456-378e-4e46-aa4a-c68038a09233, ghrun-l3j5z36jj4.auto.internal:2321): 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-10-14T15:03:39.555415761+00:00"}"
>
DEBUG    ydb.connection:connection.py:91 RpcState(CreateSession, 40e45456-378e-4e46-aa4a-c68038a09233, ghrun-l3j5z36jj4.auto.internal:2321): unhandled rpc error, disconnecting channel
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-l3j5z36jj4.auto.internal:2321
DEBUG    ydb.table.SessionPool:_sp_impl.py:173 Sent delete on session <ydb.table.Session object at 0x7b89d1b643b0>
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 0x7b89d3ed5230 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 0x7b89d3edf2f0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7b89d3edf2f0>
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  {grpc_message:"Cannot create session: system shutdown requested.", grpc_status:8, created_time:"2025-10-14T15:03:39.555415761+00:00"}"
>
DEBUG    ydb.connection:connection.py:118 RpcState(DeleteSession, dd93adaa-afac-401c-b100-f05a1363d5e2, ghrun-l3j5z36jj4.auto.internal:2321): on response callback started
DEBUG    ydb.connection:connection.py:52 RpcState(DeleteSession, dd93adaa-afac-401c-b100-f05a1363d5e2, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS } }
DEBUG    ydb.connection:connection.py:123 RpcState(DeleteSession, dd93adaa-afac-401c-b100-f05a1363d5e2, ghrun-l3j5z36jj4.auto.internal:2321): on response callback success
DEBUG    ydb.connection:connection.py:118 RpcState(CreateSession, 471dbfff-4498-4338-8a3f-590289510fd6, ghrun-l3j5z36jj4.auto.internal:2321): on response callback started
DEBUG    ydb.connection:connection.py:78 RpcState(CreateSession, 471dbfff-4498-4338-8a3f-590289510fd6, ghrun-l3j5z36jj4.auto.internal:2321): 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-10-14T15:03:39.587518808+00:00"}"
>
DEBUG    ydb.connection:connection.py:91 RpcState(CreateSession, 471dbfff-4498-4338-8a3f-590289510fd6, ghrun-l3j5z36jj4.auto.internal:2321): unhandled rpc error, disconnecting channel
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-l3j5z36jj4.auto.internal:2321
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-10-14T15:03:39.587518808+00:00"}"
>
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database /Root/test_simple_encryption_1
DEBUG    ydb.connection:connection.py:421 RpcState(ListEndpoints, d94ae1c7-449e-4d1f-8915-f65eb2757b0d, localhost:1800): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, d94ae1c7-449e-4d1f-8915-f65eb2757b0d, localhost:1800): request = { database: "/Root/test_simple_encryption_1" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, d94ae1c7-449e-4d1f-8915-f65eb2757b0d, localhost:1800): 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:1800". Error details:
 message: "Database nodes resolve failed with no certain result" issue_code: 200400 severity: 1 (server_code: 400050)
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:1800
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database /Root/test_simple_encryption_1
DEBUG    ydb.connection:connection.py:421 RpcState(ListEndpoints, 4b26d068-15ab-4f15-94b2-bc860aa220f6, localhost:1800): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 4b26d068-15ab-4f15-94b2-bc860aa220f6, localhost:1800): request = { database: "/Root/test_simple_encryption_1" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 4b26d068-15ab-4f15-94b2-bc860aa220f6, localhost:1800): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { self_location: "1" } } } }
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Resolved endpoints for database /Root/test_simple_encryption_1: DiscoveryResult <self_location: 1, endpoints []>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:1800
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7b89d3edf2f0>
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:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database /Root/test_simple_encryption_1
DEBUG    ydb.connection:connection.py:421 RpcState(ListEndpoints, 77ebf362-fc09-42d1-bfe9-1d6b70a89d18, localhost:1800): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 77ebf362-fc09-42d1-bfe9-1d6b70a89d18, localhost:1800): request = { database: "/Root/test_simple_encryption_1" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 77ebf362-fc09-42d1-bfe9-1d6b70a89d18, localhost:1800): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-l3j5z36jj4.auto.internal" port: 28402 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-l3j5z36jj4.auto.internal:28402, location , ssl: False>]>
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:1800
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7b89d3ea1f70>
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 5379eb44-07c1-443e-be49-67a1752acb79, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 5379eb44-07c1-443e-be49-67a1752acb79, ghrun-l3j5z36jj4.auto.internal:28402): 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 0x7b89d3ebacf0>
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 99786d85-e913-4e19-b28d-3bb356928198, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 99786d85-e913-4e19-b28d-3bb356928198, ghrun-l3j5z36jj4.auto.internal:28402): 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 0x7b89d3edf2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 3b9f735c-c0b5-4475-9ad1-a50a42c5bcbc, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 3b9f735c-c0b5-4475-9ad1-a50a42c5bcbc, ghrun-l3j5z36jj4.auto.internal:28402): request = { operation_params { operation_timeout { seconds: 3 } cancel_after { seconds: 3 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:317 Unsubscribe on waiter <Future at 0x7b89d3e91670 state=pending>
DEBUG    ydb.table.SessionPool:_sp_impl.py:317 Unsubscribe on waiter <Future at 0x7b89d3ed5230 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 0x7b89d3eb67f0 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 0x7b89d3f09ab0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7b89d3f09ab0>
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 53dd6b77-77bd-4e70-baf8-23caa2e7adba, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 53dd6b77-77bd-4e70-baf8-23caa2e7adba, ghrun-l3j5z36jj4.auto.internal:28402): 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 0x7b89d3f35270 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 0x7b89d3f36b70>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7b89d3f36b70>
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, b14f4bde-978b-47d5-8de1-ddd546356265, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, b14f4bde-978b-47d5-8de1-ddd546356265, ghrun-l3j5z36jj4.auto.internal:28402): request = { operation_params { operation_timeout { seconds: 3 } cancel_after { seconds: 3 } } }
DEBUG    ydb.connection:connection.py:118 RpcState(CreateSession, 5379eb44-07c1-443e-be49-67a1752acb79, ghrun-l3j5z36jj4.auto.internal:28402): on response callback started
DEBUG    ydb.connection:connection.py:78 RpcState(CreateSession, 5379eb44-07c1-443e-be49-67a1752acb79, ghrun-l3j5z36jj4.auto.internal:28402): 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-10-14T15:03:45.717790804+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 0x7b89d3ea1f70>
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, c2f885c3-f3a5-4129-9027-ed33fdb1b68b, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, c2f885c3-f3a5-4129-9027-ed33fdb1b68b, ghrun-l3j5z36jj4.auto.internal:28402): request = { operation_params { operation_timeout { seconds: 3 } cancel_after { seconds: 3 } } }
DEBUG    ydb.connection:connection.py:118 RpcState(CreateSession, 99786d85-e913-4e19-b28d-3bb356928198, ghrun-l3j5z36jj4.auto.internal:28402): on response callback started
DEBUG    ydb.connection:connection.py:78 RpcState(CreateSession, 99786d85-e913-4e19-b28d-3bb356928198, ghrun-l3j5z36jj4.auto.internal:28402): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.DEADLINE_EXCEEDED
	details = "Deadline Exceeded"
	debug_error_string = "UNKNOWN:Deadline Exceeded {created_time:"2025-10-14T15:03:45.748593476+00:00", grpc_status:4}"
>
ERROR    ydb.table.SessionPool:_sp_impl.py:208 Failed to create session. Put event to a delayed queue. Reason: Deadline exceeded on request
DEBUG    ydb.connection:connection.py:118 RpcState(CreateSession, 3b9f735c-c0b5-4475-9ad1-a50a42c5bcbc, ghrun-l3j5z36jj4.auto.internal:28402): on response callback started
DEBUG    ydb.connection:connection.py:78 RpcState(CreateSession, 3b9f735c-c0b5-4475-9ad1-a50a42c5bcbc, ghrun-l3j5z36jj4.auto.internal:28402): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.DEADLINE_EXCEEDED
	details = "Deadline Exceeded"
	debug_error_string = "UNKNOWN:Deadline Exceeded {created_time:"2025-10-14T15:03:45.756378768+00:00", grpc_status:4}"
>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7b89d3ebacf0>
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, ff9f8c70-8f1f-41b7-a73e-3856867399cb, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, ff9f8c70-8f1f-41b7-a73e-3856867399cb, ghrun-l3j5z36jj4.auto.internal:28402): request = { operation_params { operation_timeout { seconds: 3 } cancel_after { seconds: 3 } } }
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 0x7b89d3edf2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 6552fc0f-a8fd-431d-9220-8cb2cf82b231, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 6552fc0f-a8fd-431d-9220-8cb2cf82b231, ghrun-l3j5z36jj4.auto.internal:28402): request = { operation_params { operation_timeout { seconds: 3 } cancel_after { seconds: 3 } } }
DEBUG    ydb.connection:connection.py:118 RpcState(CreateSession, 53dd6b77-77bd-4e70-baf8-23caa2e7adba, ghrun-l3j5z36jj4.auto.internal:28402): on response callback started
DEBUG    ydb.connection:connection.py:78 RpcState(CreateSession, 53dd6b77-77bd-4e70-baf8-23caa2e7adba, ghrun-l3j5z36jj4.auto.internal:28402): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.DEADLINE_EXCEEDED
	details = "Deadline Exceeded"
	debug_error_string = "UNKNOWN:Deadline Exceeded {created_time:"2025-10-14T15:03:48.16229761+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 0x7b89d3f09ab0>
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 485ecc49-3252-4cf8-af9a-e80153434093, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 485ecc49-3252-4cf8-af9a-e80153434093, ghrun-l3j5z36jj4.auto.internal:28402): request = { operation_params { operation_timeout { seconds: 3 } cancel_after { seconds: 3 } } }
DEBUG    ydb.connection:connection.py:118 RpcState(CreateSession, b14f4bde-978b-47d5-8de1-ddd546356265, ghrun-l3j5z36jj4.auto.internal:28402): on response callback started
DEBUG    ydb.connection:connection.py:78 RpcState(CreateSession, b14f4bde-978b-47d5-8de1-ddd546356265, ghrun-l3j5z36jj4.auto.internal:28402): 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-10-14T15:03:48.331065103+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 0x7b89d3f36b70>
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 08d38598-8cd3-4c82-a3eb-dba9162d15b6, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 08d38598-8cd3-4c82-a3eb-dba9162d15b6, ghrun-l3j5z36jj4.auto.internal:28402): request = { operation_params { operation_timeout { seconds: 3 } cancel_after { seconds: 3 } } }
DEBUG    ydb.connection:connection.py:118 RpcState(CreateSession, c2f885c3-f3a5-4129-9027-ed33fdb1b68b, ghrun-l3j5z36jj4.auto.internal:28402): on response callback started
DEBUG    ydb.connection:connection.py:78 RpcState(CreateSession, c2f885c3-f3a5-4129-9027-ed33fdb1b68b, ghrun-l3j5z36jj4.auto.internal:28402): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.DEADLINE_EXCEEDED
	details = "Deadline Exceeded"
	debug_error_string = "UNKNOWN:Deadline Exceeded {created_time:"2025-10-14T15:03:48.756284151+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 0x7b89d3ea1f70>
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, ffc7838d-5c87-4605-b7db-faaa97f42b11, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, ffc7838d-5c87-4605-b7db-faaa97f42b11, ghrun-l3j5z36jj4.auto.internal:28402): request = { operation_params { operation_timeout { seconds: 3 } cancel_after { seconds: 3 } } }
DEBUG    ydb.connection:connection.py:118 RpcState(CreateSession, ff9f8c70-8f1f-41b7-a73e-3856867399cb, ghrun-l3j5z36jj4.auto.internal:28402): on response callback started
DEBUG    ydb.connection:connection.py:78 RpcState(CreateSession, ff9f8c70-8f1f-41b7-a73e-3856867399cb, ghrun-l3j5z36jj4.auto.internal:28402): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.DEADLINE_EXCEEDED
	details = "Deadline Exceeded"
	debug_error_string = "UNKNOWN:Deadline Exceeded {created_time:"2025-10-14T15:03:48.780497433+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 0x7b89d3ebacf0>
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, a9517668-c7bd-4604-b87b-6f774f2c89eb, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, a9517668-c7bd-4604-b87b-6f774f2c89eb, ghrun-l3j5z36jj4.auto.internal:28402): request = { operation_params { operation_timeout { seconds: 3 } cancel_after { seconds: 3 } } }
DEBUG    ydb.connection:connection.py:118 RpcState(CreateSession, 6552fc0f-a8fd-431d-9220-8cb2cf82b231, ghrun-l3j5z36jj4.auto.internal:28402): on response callback started
DEBUG    ydb.connection:connection.py:78 RpcState(CreateSession, 6552fc0f-a8fd-431d-9220-8cb2cf82b231, ghrun-l3j5z36jj4.auto.internal:28402): 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-10-14T15:03:48.795995245+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 0x7b89d3edf2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 8375cc13-cd51-4904-a6bd-4f6d5a72c9b1, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 8375cc13-cd51-4904-a6bd-4f6d5a72c9b1, ghrun-l3j5z36jj4.auto.internal:28402): request = { operation_params { operation_timeout { seconds: 3 } cancel_after { seconds: 3 } } }
DEBUG    ydb.connection:connection.py:118 RpcState(CreateSession, 485ecc49-3252-4cf8-af9a-e80153434093, ghrun-l3j5z36jj4.auto.internal:28402): on response callback started
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 485ecc49-3252-4cf8-af9a-e80153434093, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=50002&id=OGMwNDcwOTUtMmQzMWJiNy00YmFiYTA4NC03YjJhMWEyNQ==" } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d3f09ab0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:195 Replying to waiter with a session <ydb.table.Session object at 0x7b89d3f09ab0>
DEBUG    ydb.connection:connection.py:123 RpcState(CreateSession, 485ecc49-3252-4cf8-af9a-e80153434093, ghrun-l3j5z36jj4.auto.internal:28402): on response callback success
DEBUG    ydb.connection:connection.py:118 RpcState(CreateSession, 08d38598-8cd3-4c82-a3eb-dba9162d15b6, ghrun-l3j5z36jj4.auto.internal:28402): on response callback started
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 08d38598-8cd3-4c82-a3eb-dba9162d15b6, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=50002&id=NmE4ODZhNzUtZTBhZjY3Mi1lMzJmMDAyYi0yNmU1OGQ3MA==" } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d3f36b70>
DEBUG    ydb.connection:connection.py:421 RpcState(PrepareDataQuery, ef13bf52-cc74-4482-9a3c-c5956e52d366, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(PrepareDataQuery, ef13bf52-cc74-4482-9a3c-c5956e52d366, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=OGMwNDcwOTUtMmQzMWJiNy00YmFiYTA4NC03YjJhMWEyNQ==" 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:421 RpcState(PrepareDataQuery, 6620cb0b-3579-4b15-a1fc-e92fd1eb2454, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(PrepareDataQuery, 6620cb0b-3579-4b15-a1fc-e92fd1eb2454, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NmE4ODZhNzUtZTBhZjY3Mi1lMzJmMDAyYi0yNmU1OGQ3MA==" 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:195 Replying to waiter with a session <ydb.table.Session object at 0x7b89d3f36b70>
DEBUG    ydb.connection:connection.py:123 RpcState(CreateSession, 08d38598-8cd3-4c82-a3eb-dba9162d15b6, ghrun-l3j5z36jj4.auto.internal:28402): on response callback success
DEBUG    ydb.connection:connection.py:118 RpcState(CreateSession, ffc7838d-5c87-4605-b7db-faaa97f42b11, ghrun-l3j5z36jj4.auto.internal:28402): on response callback started
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, ffc7838d-5c87-4605-b7db-faaa97f42b11, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=50002&id=NTFlY2RmMWMtOGQwZGNjMmMtMzE1YTlmNS1hYTE1YmViNA==" } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d3ea1f70>
DEBUG    ydb.connection:connection.py:123 RpcState(CreateSession, ffc7838d-5c87-4605-b7db-faaa97f42b11, ghrun-l3j5z36jj4.auto.internal:28402): on response callback success
DEBUG    ydb.connection:connection.py:118 RpcState(CreateSession, a9517668-c7bd-4604-b87b-6f774f2c89eb, ghrun-l3j5z36jj4.auto.internal:28402): on response callback started
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, a9517668-c7bd-4604-b87b-6f774f2c89eb, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=50002&id=NjEwMmY2OTctNWNhOTlkYjEtOWY4MDcxMDYtM2E1ZjBhMWY=" } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d3ebacf0>
DEBUG    ydb.connection:connection.py:123 RpcState(CreateSession, a9517668-c7bd-4604-b87b-6f774f2c89eb, ghrun-l3j5z36jj4.auto.internal:28402): on response callback success
DEBUG    ydb.connection:connection.py:118 RpcState(CreateSession, 8375cc13-cd51-4904-a6bd-4f6d5a72c9b1, ghrun-l3j5z36jj4.auto.internal:28402): on response callback started
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 8375cc13-cd51-4904-a6bd-4f6d5a72c9b1, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=50002&id=ZWQ5ZGUyY2ItODMzNTE3MDUtMzlhZTM4MDYtMTg1M2Q0N2U=" } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d3edf2f0>
DEBUG    ydb.connection:connection.py:123 RpcState(CreateSession, 8375cc13-cd51-4904-a6bd-4f6d5a72c9b1, ghrun-l3j5z36jj4.auto.internal:28402): on response callback success
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:264 Stopped node localhost:2321/4
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:256 CFG_DIR_PATH="/home/runner/.ya/build/build_root/apu5/000b6b/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:257 Final command: /home/runner/.ya/build/build_root/apu5/000b6b/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node-broker=localhost:1800 --tenant=/Root/test_simple_encryption_1 --log-file-name=/home/runner/.ya/build/build_root/apu5/000b6b/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_4/logfile_ta79fyco.log --grpc-port=2321 --mon-port=17363 --ic-port=20398 --key-file /home/runner/.ya/build/build_root/apu5/000b6b/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/apu5/000b6b/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/apu5/000b6b/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:1800', '--tenant=/Root/test_simple_encryption_1', '--log-file-name=/home/runner/.ya/build/build_root/apu5/000b6b/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_4/logfile_ta79fyco.log', '--grpc-port=2321', '--mon-port=17363', '--ic-port=20398', '--key-file', '/home/runner/.ya/build/build_root/apu5/000b6b/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/_Root_test_simple_encryption_1key.txt')' in '/home/runner/.ya/build/build_root/apu5/000b6b/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: 1482248
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:297 Started node localhost:2321/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/apu5/000b6b/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1482250
DEBUG    ya.test:process.py:259 Command (pid 1482250) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1482250) elapsed time (sec): 1.4608612060546875
DEBUG    ya.test:process.py:263 Command (pid 1482250) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1482250) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1482250) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1482250) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1482250) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1482250) maxrss: 852248
DEBUG    ya.test:process.py:263 Command (pid 1482250) minflt: 45175
DEBUG    ya.test:process.py:263 Command (pid 1482250) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1482250) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1482250) nivcsw: 185
DEBUG    ya.test:process.py:263 Command (pid 1482250) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1482250) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1482250) nvcsw: 15
DEBUG    ya.test:process.py:263 Command (pid 1482250) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1482250) stime: 0.21911
DEBUG    ya.test:process.py:263 Command (pid 1482250) utime: 0.45706399999999997
DEBUG    ya.test:process.py:263 Command (pid 1482250) wtime: 1.47
DEBUG    ya.test:process.py:275 Command (pid 1482250) output:
Git info:
    Commit: 7a23765876ee13ed78e91c1ca1b71325a253b183
    Branch: 
    Author: kungurtsev <alexey66rus@gmail.com>
    Summary: Merge 469f9798005a1a918298775cb8a5adb11a8a50bd into 8d50e29d1b84743d62916af6925e96bcba19c3a1

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

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

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:298 Node 4 version:
Git info:
    Commit: 7a23765876ee13ed78e91c1ca1b71325a253b183
    Branch: 
    Author: kungurtsev <alexey66rus@gmail.com>
    Summary: Merge 469f9798005a1a918298775cb8a5adb11a8a50bd into 8d50e29d1b84743d62916af6925e96bcba19c3a1
INFO     __tests__.test_encryption:test_encryption.py:139 Status {
  Success: true
  DriveStatus {
    HostKey {
      Fqdn: "localhost"
      IcPort: 8902
      NodeId: 2
    }
    Path: "SectorMap:1:64"
    Status: ACTIVE
    PDiskId: 1
  }
  DriveStatus {
    HostKey {
      Fqdn: "localhost"
      IcPort: 8902
      NodeId: 2
    }
    Path: "SectorMap:2:64"
    Status: ACTIVE
    PDiskId: 1000
  }
}
Success: true
ConfigTxSeqNo: 41

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

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

INFO     __tests__.test_encryption:test_encryption.py:142 Set broken localhost 8902 SectorMap:2:64
INFO     __tests__.test_encryption:test_encryption.py:145 Set broken resp Status: 1
BlobStorageConfigResponse {
  Status {
    Success: true
    ReassignedItem {
      VDiskId {
        GroupID: 2181038080
        GroupGeneration: 2
        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: 2
        Ring: 0
        Domain: 3
        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: "DisintegratedByExpectedStatus GroupIds# [2181038081]"
  ConfigTxSeqNo: 43
  GroupsGetDisintegratedByExpectedStatus: 2181038081
}

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:264 Stopped node localhost:21593/1
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:256 CFG_DIR_PATH="/home/runner/.ya/build/build_root/apu5/000b6b/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:257 Final command: /home/runner/.ya/build/build_root/apu5/000b6b/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node-broker=localhost:1800 --tenant=/Root/test_simple_encryption_0 --log-file-name=/home/runner/.ya/build/build_root/apu5/000b6b/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_1/logfile_oazju0f3.log --grpc-port=21593 --mon-port=1545 --ic-port=27705 --key-file /home/runner/.ya/build/build_root/apu5/000b6b/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/apu5/000b6b/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/apu5/000b6b/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:1800', '--tenant=/Root/test_simple_encryption_0', '--log-file-name=/home/runner/.ya/build/build_root/apu5/000b6b/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_1/logfile_oazju0f3.log', '--grpc-port=21593', '--mon-port=1545', '--ic-port=27705', '--key-file', '/home/runner/.ya/build/build_root/apu5/000b6b/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/_Root_test_simple_encryption_0key.txt')' in '/home/runner/.ya/build/build_root/apu5/000b6b/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: 1483050
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:297 Started node localhost:21593/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/apu5/000b6b/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1483052
DEBUG    ya.test:process.py:259 Command (pid 1483052) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1483052) elapsed time (sec): 1.6430988311767578
DEBUG    ya.test:process.py:263 Command (pid 1483052) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1483052) inblock: 29960
DEBUG    ya.test:process.py:263 Command (pid 1483052) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1483052) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1483052) majflt: 14
DEBUG    ya.test:process.py:263 Command (pid 1483052) maxrss: 852248
DEBUG    ya.test:process.py:263 Command (pid 1483052) minflt: 45159
DEBUG    ya.test:process.py:263 Command (pid 1483052) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1483052) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1483052) nivcsw: 222
DEBUG    ya.test:process.py:263 Command (pid 1483052) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1483052) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1483052) nvcsw: 95
DEBUG    ya.test:process.py:263 Command (pid 1483052) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1483052) stime: 0.269887
DEBUG    ya.test:process.py:263 Command (pid 1483052) utime: 0.485477
DEBUG    ya.test:process.py:263 Command (pid 1483052) wtime: 1.65
DEBUG    ya.test:process.py:275 Command (pid 1483052) output:
Git info:
    Commit: 7a23765876ee13ed78e91c1ca1b71325a253b183
    Branch: 
    Author: kungurtsev <alexey66rus@gmail.com>
    Summary: Merge 469f9798005a1a918298775cb8a5adb11a8a50bd into 8d50e29d1b84743d62916af6925e96bcba19c3a1

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

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

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:298 Node 1 version:
Git info:
    Commit: 7a23765876ee13ed78e91c1ca1b71325a253b183
    Branch: 
    Author: kungurtsev <alexey66rus@gmail.com>
    Summary: Merge 469f9798005a1a918298775cb8a5adb11a8a50bd into 8d50e29d1b84743d62916af6925e96bcba19c3a1
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:264 Stopped node localhost:11501/2
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:256 CFG_DIR_PATH="/home/runner/.ya/build/build_root/apu5/000b6b/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:257 Final command: /home/runner/.ya/build/build_root/apu5/000b6b/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node-broker=localhost:1800 --tenant=/Root/test_simple_encryption_0 --log-file-name=/home/runner/.ya/build/build_root/apu5/000b6b/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_2/logfile_vm8rtc3q.log --grpc-port=11501 --mon-port=61881 --ic-port=6965 --key-file /home/runner/.ya/build/build_root/apu5/000b6b/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/apu5/000b6b/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/apu5/000b6b/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:1800', '--tenant=/Root/test_simple_encryption_0', '--log-file-name=/home/runner/.ya/build/build_root/apu5/000b6b/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_2/logfile_vm8rtc3q.log', '--grpc-port=11501', '--mon-port=61881', '--ic-port=6965', '--key-file', '/home/runner/.ya/build/build_root/apu5/000b6b/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/_Root_test_simple_encryption_0key.txt')' in '/home/runner/.ya/build/build_root/apu5/000b6b/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: 1483464
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:297 Started node localhost:11501/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/apu5/000b6b/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1483466
DEBUG    ya.test:process.py:259 Command (pid 1483466) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1483466) elapsed time (sec): 2.6809284687042236
DEBUG    ya.test:process.py:263 Command (pid 1483466) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1483466) inblock: 7200
DEBUG    ya.test:process.py:263 Command (pid 1483466) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1483466) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1483466) majflt: 10
DEBUG    ya.test:process.py:263 Command (pid 1483466) maxrss: 852248
DEBUG    ya.test:process.py:263 Command (pid 1483466) minflt: 45107
DEBUG    ya.test:process.py:263 Command (pid 1483466) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1483466) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1483466) nivcsw: 266
DEBUG    ya.test:process.py:263 Command (pid 1483466) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1483466) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1483466) nvcsw: 41
DEBUG    ya.test:process.py:263 Command (pid 1483466) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1483466) stime: 0.204033
DEBUG    ya.test:process.py:263 Command (pid 1483466) utime: 0.571873
DEBUG    ya.test:process.py:263 Command (pid 1483466) wtime: 2.703
DEBUG    ya.test:process.py:275 Command (pid 1483466) output:
Git info:
    Commit: 7a23765876ee13ed78e91c1ca1b71325a253b183
    Branch: 
    Author: kungurtsev <alexey66rus@gmail.com>
    Summary: Merge 469f9798005a1a918298775cb8a5adb11a8a50bd into 8d50e29d1b84743d62916af6925e96bcba19c3a1

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

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

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:298 Node 2 version:
Git info:
    Commit: 7a23765876ee13ed78e91c1ca1b71325a253b183
    Branch: 
    Author: kungurtsev <alexey66rus@gmail.com>
    Summary: Merge 469f9798005a1a918298775cb8a5adb11a8a50bd into 8d50e29d1b84743d62916af6925e96bcba19c3a1
DEBUG    ydb.connection:connection.py:52 RpcState(PrepareDataQuery, ef13bf52-cc74-4482-9a3c-c5956e52d366, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: CANCELLED issues { message: "Query execution is cancelled because session was requested to be closed." severity: 1 } issues { message: "Cancelling after 35661ms during compilation" severity: 1 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d3f09ab0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:145 Requested session destroy: <ydb.table.Session object at 0x7b89d3f09ab0>, reason: session-close
DEBUG    ydb.table.SessionPool:_sp_impl.py:149 Session <ydb.table.Session object at 0x7b89d3f09ab0> is no longer active. Current active count 4.
DEBUG    ydb.connection:connection.py:421 RpcState(DeleteSession, ee98ea89-bc56-412b-a5a6-41cac30bb5e5, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DeleteSession, ee98ea89-bc56-412b-a5a6-41cac30bb5e5, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=OGMwNDcwOTUtMmQzMWJiNy00YmFiYTA4NC03YjJhMWEyNQ==" operation_params { operation_timeout { seconds: 3 } cancel_after { seconds: 3 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(PrepareDataQuery, 6620cb0b-3579-4b15-a1fc-e92fd1eb2454, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: CANCELLED issues { message: "Query execution is cancelled because session was requested to be closed." severity: 1 } issues { message: "Cancelling after 35644ms during compilation" severity: 1 } } }
DEBUG    ydb.connection:connection.py:118 RpcState(DeleteSession, ee98ea89-bc56-412b-a5a6-41cac30bb5e5, ghrun-l3j5z36jj4.auto.internal:28402): on response callback started
DEBUG    ydb.connection:connection.py:52 RpcState(DeleteSession, ee98ea89-bc56-412b-a5a6-41cac30bb5e5, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS } }
DEBUG    ydb.connection:connection.py:123 RpcState(DeleteSession, ee98ea89-bc56-412b-a5a6-41cac30bb5e5, ghrun-l3j5z36jj4.auto.internal:28402): on response callback success
DEBUG    ydb.table.SessionPool:_sp_impl.py:173 Sent delete on session <ydb.table.Session object at 0x7b89d3f09ab0>
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 135, in retry_operation_sync
    for next_opt in opt_generator:
                    ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 96, in retry_operation_impl
    result = YdbRetryOperationFinalResult(callee(*args, **kwargs))
                                          ^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/table.py", line 2653, in wrapped_callee
    return callee(session, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "ydb/tests/functional/encryption/test_encryption.py", line 50, in callee
    s.prepare('declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n'),
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/table.py", line 1801, in prepare
    return self._driver(
           ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/tracing.py", line 70, in wrapper
    return f(self, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/pool.py", line 464, in __call__
    res = connection(
          ^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/connection.py", line 516, in __call__
    return response if wrap_result is None else wrap_result(rpc_state, response, *wrap_args)
                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_session_impl.py", line 20, in decorator
    return func(rpc_state, response_pb, session_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_session_impl.py", line 31, in wrap_prepare_query_response
    issues._process_response(response_pb.operation)
  File "contrib/python/ydb/py3/ydb/issues.py", line 237, in _process_response
    raise exc_obj(_format_response(response_proto), response_proto.issues)
ydb.issues.Cancelled: message: "Query execution is cancelled because session was requested to be closed." severity: 1 ,message: "Cancelling after 35661ms during compilation" severity: 1 (server_code: 400160)
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d3f36b70>
DEBUG    ydb.table.SessionPool:_sp_impl.py:145 Requested session destroy: <ydb.table.Session object at 0x7b89d3f36b70>, reason: session-close
DEBUG    ydb.table.SessionPool:_sp_impl.py:149 Session <ydb.table.Session object at 0x7b89d3f36b70> is no longer active. Current active count 3.
DEBUG    ydb.connection:connection.py:421 RpcState(DeleteSession, ddc9d9e1-dbd8-4a64-a7f0-1114f3d2d65c, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DeleteSession, ddc9d9e1-dbd8-4a64-a7f0-1114f3d2d65c, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NmE4ODZhNzUtZTBhZjY3Mi1lMzJmMDAyYi0yNmU1OGQ3MA==" operation_params { operation_timeout { seconds: 3 } cancel_after { seconds: 3 } } }
DEBUG    ydb.connection:connection.py:118 RpcState(DeleteSession, ddc9d9e1-dbd8-4a64-a7f0-1114f3d2d65c, ghrun-l3j5z36jj4.auto.internal:28402): on response callback started
DEBUG    ydb.connection:connection.py:52 RpcState(DeleteSession, ddc9d9e1-dbd8-4a64-a7f0-1114f3d2d65c, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: SUCCESS } }
DEBUG    ydb.connection:connection.py:123 RpcState(DeleteSession, ddc9d9e1-dbd8-4a64-a7f0-1114f3d2d65c, ghrun-l3j5z36jj4.auto.internal:28402): on response callback success
DEBUG    ydb.table.SessionPool:_sp_impl.py:173 Sent delete on session <ydb.table.Session object at 0x7b89d3f36b70>
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 135, in retry_operation_sync
    for next_opt in opt_generator:
                    ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 96, in retry_operation_impl
    result = YdbRetryOperationFinalResult(callee(*args, **kwargs))
                                          ^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/table.py", line 2653, in wrapped_callee
    return callee(session, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "ydb/tests/functional/encryption/test_encryption.py", line 50, in callee
    s.prepare('declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n'),
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/table.py", line 1801, in prepare
    return self._driver(
           ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/tracing.py", line 70, in wrapper
    return f(self, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/pool.py", line 464, in __call__
    res = connection(
          ^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/connection.py", line 516, in __call__
    return response if wrap_result is None else wrap_result(rpc_state, response, *wrap_args)
                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_session_impl.py", line 20, in decorator
    return func(rpc_state, response_pb, session_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_session_impl.py", line 31, in wrap_prepare_query_response
    issues._process_response(response_pb.operation)
  File "contrib/python/ydb/py3/ydb/issues.py", line 237, in _process_response
    raise exc_obj(_format_response(response_proto), response_proto.issues)
ydb.issues.Cancelled: message: "Query execution is cancelled because session was requested to be closed." severity: 1 ,message: "Cancelling after 35644ms during compilation" severity: 1 (server_code: 400160)
DEBUG    ydb.connection:connection.py:421 RpcState(PrepareDataQuery, 5b18db91-cbdd-47aa-8c8c-08240cb5cd3a, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(PrepareDataQuery, 5b18db91-cbdd-47aa-8c8c-08240cb5cd3a, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NTFlY2RmMWMtOGQwZGNjMmMtMzE1YTlmNS1hYTE1YmViNA==" 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, 5b18db91-cbdd-47aa-8c8c-08240cb5cd3a, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: BAD_SESSION issues { message: "Session not found: ydb://session/3?node_id=50002&id=NTFlY2RmMWMtOGQwZGNjMmMtMzE1YTlmNS1hYTE1YmViNA==" severity: 1 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d3ea1f70>
DEBUG    ydb.table.SessionPool:_sp_impl.py:145 Requested session destroy: <ydb.table.Session object at 0x7b89d3ea1f70>, reason: not-initialized
DEBUG    ydb.table.SessionPool:_sp_impl.py:149 Session <ydb.table.Session object at 0x7b89d3ea1f70> is no longer active. Current active count 2.
DEBUG    ydb.connection:connection.py:421 RpcState(PrepareDataQuery, 922030cd-6918-4a52-95a5-067ebad60d8d, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(PrepareDataQuery, 922030cd-6918-4a52-95a5-067ebad60d8d, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=NjEwMmY2OTctNWNhOTlkYjEtOWY4MDcxMDYtM2E1ZjBhMWY=" 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:421 RpcState(PrepareDataQuery, 9619b79b-9eff-4489-bb10-1e02128c1f68, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(PrepareDataQuery, 9619b79b-9eff-4489-bb10-1e02128c1f68, ghrun-l3j5z36jj4.auto.internal:28402): request = { session_id: "ydb://session/3?node_id=50002&id=ZWQ5ZGUyY2ItODMzNTE3MDUtMzlhZTM4MDYtMTg1M2Q0N2U=" 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, 922030cd-6918-4a52-95a5-067ebad60d8d, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: BAD_SESSION issues { message: "Session not found: ydb://session/3?node_id=50002&id=NjEwMmY2OTctNWNhOTlkYjEtOWY4MDcxMDYtM2E1ZjBhMWY=" severity: 1 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d3ebacf0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:145 Requested session destroy: <ydb.table.Session object at 0x7b89d3ebacf0>, reason: not-initialized
DEBUG    ydb.table.SessionPool:_sp_impl.py:149 Session <ydb.table.Session object at 0x7b89d3ebacf0> is no longer active. Current active count 1.
DEBUG    ydb.table.SessionPool:_sp_impl.py:260 Active session queue is empty, subscribe waiter for a session
DEBUG    ydb.table.SessionPool:_sp_impl.py:262 Subscribe waiter <Future at 0x7b89d04b78f0 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 0x7b89d04c5070>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, a3af99f2-ec4b-428b-958f-32add1a27299, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, a3af99f2-ec4b-428b-958f-32add1a27299, ghrun-l3j5z36jj4.auto.internal:28402): request = { operation_params { operation_timeout { seconds: 3 } cancel_after { seconds: 3 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(PrepareDataQuery, 9619b79b-9eff-4489-bb10-1e02128c1f68, ghrun-l3j5z36jj4.auto.internal:28402): response = { operation { ready: true status: BAD_SESSION issues { message: "Session not found: ydb://session/3?node_id=50002&id=ZWQ5ZGUyY2ItODMzNTE3MDUtMzlhZTM4MDYtMTg1M2Q0N2U=" severity: 1 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d3edf2f0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:145 Requested session destroy: <ydb.table.Session object at 0x7b89d3edf2f0>, reason: not-initialized
DEBUG    ydb.table.SessionPool:_sp_impl.py:149 Session <ydb.table.Session object at 0x7b89d3edf2f0> 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 0x7b89d3edf2f0> replacement.
DEBUG    ydb.table.SessionPool:_sp_impl.py:111 Created session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 06a6e5f7-6726-4343-9351-2743b22581cd, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 06a6e5f7-6726-4343-9351-2743b22581cd, ghrun-l3j5z36jj4.auto.internal:28402): 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 0x7b89d1f58db0 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 0x7b89d1f6c330>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, badfbe90-bf02-49a6-924d-231e6cda436b, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, badfbe90-bf02-49a6-924d-231e6cda436b, ghrun-l3j5z36jj4.auto.internal:28402): request = { operation_params { operation_timeout { seconds: 3 } cancel_after { seconds: 3 } } }
DEBUG    ydb.connection:connection.py:118 RpcState(CreateSession, a3af99f2-ec4b-428b-958f-32add1a27299, ghrun-l3j5z36jj4.auto.internal:28402): on response callback started
DEBUG    ydb.connection:connection.py:78 RpcState(CreateSession, a3af99f2-ec4b-428b-958f-32add1a27299, ghrun-l3j5z36jj4.auto.internal:28402): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.CANCELLED
	details = "Cancelled on the server side"
	debug_error_string = "UNKNOWN:Error received from peer  {created_time:"2025-10-14T15:04:27.560531708+00:00", grpc_status:1, grpc_message:"Cancelled on the server side"}"
>
ERROR    ydb.table.SessionPool:_sp_impl.py:208 Failed to create session. Put event to a delayed queue. Reason: Cancelled on the server side
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 3c18e3ef-de0f-4105-8753-8939e46d3da5, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 3c18e3ef-de0f-4105-8753-8939e46d3da5, ghrun-l3j5z36jj4.auto.internal:28402): request = { operation_params { operation_timeout { seconds: 3 } cancel_after { seconds: 3 } } }
DEBUG    ydb.connection:connection.py:118 RpcState(CreateSession, 06a6e5f7-6726-4343-9351-2743b22581cd, ghrun-l3j5z36jj4.auto.internal:28402): on response callback started
DEBUG    ydb.connection:connection.py:78 RpcState(CreateSession, 06a6e5f7-6726-4343-9351-2743b22581cd, ghrun-l3j5z36jj4.auto.internal:28402): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.CANCELLED
	details = "Cancelled on the server side"
	debug_error_string = "UNKNOWN:Error received from peer  {grpc_message:"Cancelled on the server side", grpc_status:1, created_time:"2025-10-14T15:04:27.560765204+00:00"}"
>
ERROR    ydb.table.SessionPool:_sp_impl.py:208 Failed to create session. Put event to a delayed queue. Reason: Cancelled on the server side
DEBUG    ydb.connection:connection.py:118 RpcState(CreateSession, badfbe90-bf02-49a6-924d-231e6cda436b, ghrun-l3j5z36jj4.auto.internal:28402): on response callback started
DEBUG    ydb.connection:connection.py:78 RpcState(CreateSession, badfbe90-bf02-49a6-924d-231e6cda436b, ghrun-l3j5z36jj4.auto.internal:28402): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.CANCELLED
	details = "Cancelled on the server side"
	debug_error_string = "UNKNOWN:Error received from peer  {created_time:"2025-10-14T15:04:27.560881983+00:00", grpc_status:1, grpc_message:"Cancelled on the server side"}"
>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 6eeb1034-c9a6-4ccd-b4d9-b7f456cfc71f, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 6eeb1034-c9a6-4ccd-b4d9-b7f456cfc71f, ghrun-l3j5z36jj4.auto.internal:28402): request = { operation_params { operation_timeout { seconds: 3 } cancel_after { seconds: 3 } } }
ERROR    ydb.table.SessionPool:_sp_impl.py:208 Failed to create session. Put event to a delayed queue. Reason: Cancelled on the server side
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 027aa416-70ea-42ef-9914-1f16d0af27a0, ghrun-l3j5z36jj4.auto.internal:28402): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 027aa416-70ea-42ef-9914-1f16d0af27a0, ghrun-l3j5z36jj4.auto.internal:28402): request = { operation_params { operation_timeout { seconds: 3 } cancel_after { seconds: 3 } } }
DEBUG    ydb.connection:connection.py:118 RpcState(CreateSession, 3c18e3ef-de0f-4105-8753-8939e46d3da5, ghrun-l3j5z36jj4.auto.internal:28402): on response callback started
DEBUG    ydb.connection:connection.py:78 RpcState(CreateSession, 3c18e3ef-de0f-4105-8753-8939e46d3da5, ghrun-l3j5z36jj4.auto.internal:28402): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.CANCELLED
	details = "CANCELLED"
	debug_error_string = "UNKNOWN:Error received from peer  {grpc_message:"CANCELLED", grpc_status:1, created_time:"2025-10-14T15:04:27.61581198+00:00"}"
>
ERROR    ydb.table.SessionPool:_sp_impl.py:208 Failed to create session. Put event to a delayed queue. Reason: CANCELLED
DEBUG    ydb.connection:connection.py:118 RpcState(CreateSession, 6eeb1034-c9a6-4ccd-b4d9-b7f456cfc71f, ghrun-l3j5z36jj4.auto.internal:28402): on response callback started
DEBUG    ydb.connection:connection.py:78 RpcState(CreateSession, 6eeb1034-c9a6-4ccd-b4d9-b7f456cfc71f, ghrun-l3j5z36jj4.auto.internal:28402): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.CANCELLED
	details = "CANCELLED"
	debug_error_string = "UNKNOWN:Error received from peer  {grpc_message:"CANCELLED", grpc_status:1, created_time:"2025-10-14T15:04:27.616288223+00:00"}"
>
ERROR    ydb.table.SessionPool:_sp_impl.py:208 Failed to create session. Put event to a delayed queue. Reason: CANCELLED
DEBUG    ydb.connection:connection.py:118 RpcState(CreateSession, 027aa416-70ea-42ef-9914-1f16d0af27a0, ghrun-l3j5z36jj4.auto.internal:28402): on response callback started
DEBUG    ydb.connection:connection.py:78 RpcState(CreateSession, 027aa416-70ea-42ef-9914-1f16d0af27a0, ghrun-l3j5z36jj4.auto.internal:28402): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "connections to all backends failing; last error: UNKNOWN: ipv4:127.0.1.1:28402: Failed to connect to remote host: Connection refused"
	debug_error_string = "UNKNOWN:connections to all backends failing; last error: UNKNOWN: ipv4:127.0.1.1:28402: Failed to connect to remote host: Connection refused {created_time:"2025-10-14T15:04:27.683515373+00:00", grpc_status:14}"
>
DEBUG    ydb.connection:connection.py:91 RpcState(CreateSession, 027aa416-70ea-42ef-9914-1f16d0af27a0, ghrun-l3j5z36jj4.auto.internal:28402): unhandled rpc error, disconnecting channel
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-l3j5z36jj4.auto.internal:28402
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7b89d04c5070>
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:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
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.UNAVAILABLE
	details = "connections to all backends failing; last error: UNKNOWN: ipv4:127.0.1.1:28402: Failed to connect to remote host: Connection refused"
	debug_error_string = "UNKNOWN:connections to all backends failing; last error: UNKNOWN: ipv4:127.0.1.1:28402: Failed to connect to remote host: Connection refused {created_time:"2025-10-14T15:04:27.683515373+00:00", grpc_status:14}"
>
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database /Root/test_simple_encryption_1
DEBUG    ydb.connection:connection.py:421 RpcState(ListEndpoints, 880cf327-aa8f-4fa4-a392-89ccb5534b42, localhost:1800): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 880cf327-aa8f-4fa4-a392-89ccb5534b42, localhost:1800): request = { database: "/Root/test_simple_encryption_1" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 880cf327-aa8f-4fa4-a392-89ccb5534b42, localhost:1800): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-l3j5z36jj4.auto.internal" port: 2321 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-l3j5z36jj4.auto.internal:2321, location , ssl: False>]>
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:1800
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 81a33fad-05c3-4459-9048-3f319f67d355, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 81a33fad-05c3-4459-9048-3f319f67d355, ghrun-l3j5z36jj4.auto.internal:2321): 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 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 48d58cc1-c3e6-4514-a1de-c413b15ff5c3, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 48d58cc1-c3e6-4514-a1de-c413b15ff5c3, ghrun-l3j5z36jj4.auto.internal:2321): 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 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 4a92af09-7006-4300-93db-14c1a57cbe9c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 4a92af09-7006-4300-93db-14c1a57cbe9c, ghrun-l3j5z36jj4.auto.internal:2321): request = { operation_params { operation_timeout { seconds: 3 } cancel_after { seconds: 3 } } }
DEBUG    ydb.connection:connection.py:118 RpcState(CreateSession, 81a33fad-05c3-4459-9048-3f319f67d355, ghrun-l3j5z36jj4.auto.internal:2321): on response callback started
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 81a33fad-05c3-4459-9048-3f319f67d355, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.table.SessionPool:_sp_impl.py:195 Replying to waiter with a session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:123 RpcState(CreateSession, 81a33fad-05c3-4459-9048-3f319f67d355, ghrun-l3j5z36jj4.auto.internal:2321): on response callback success
DEBUG    ydb.connection:connection.py:421 RpcState(PrepareDataQuery, 5e20221a-8628-42c5-8f0d-9188ac537d15, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(PrepareDataQuery, 5e20221a-8628-42c5-8f0d-9188ac537d15, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" 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:118 RpcState(CreateSession, 4a92af09-7006-4300-93db-14c1a57cbe9c, ghrun-l3j5z36jj4.auto.internal:2321): on response callback started
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 4a92af09-7006-4300-93db-14c1a57cbe9c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.table.SessionPool:_sp_impl.py:195 Replying to waiter with a session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:123 RpcState(CreateSession, 4a92af09-7006-4300-93db-14c1a57cbe9c, ghrun-l3j5z36jj4.auto.internal:2321): on response callback success
DEBUG    ydb.connection:connection.py:118 RpcState(CreateSession, 48d58cc1-c3e6-4514-a1de-c413b15ff5c3, ghrun-l3j5z36jj4.auto.internal:2321): on response callback started
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 48d58cc1-c3e6-4514-a1de-c413b15ff5c3, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:123 RpcState(CreateSession, 48d58cc1-c3e6-4514-a1de-c413b15ff5c3, ghrun-l3j5z36jj4.auto.internal:2321): on response callback success
DEBUG    ydb.connection:connection.py:421 RpcState(PrepareDataQuery, dd16f7bc-46b4-4f3b-98cf-f6c6e8b1fd2d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(PrepareDataQuery, dd16f7bc-46b4-4f3b-98cf-f6c6e8b1fd2d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" 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, dd16f7bc-46b4-4f3b-98cf-f6c6e8b1fd2d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.PrepareQueryResult] { query_id: "ydb://preparedqueryid/4?id=839def3e-978346a7-191778-fcb7ee5b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f20078a6-07d9-4445-9d2e-1d408a4fc239, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f20078a6-07d9-4445-9d2e-1d408a4fc239, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8891704612036697783 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88917046120366977838891704612036697783889170461203669778388917046120366977838891704612036697783889170461203669778388917046120366977838891704612036697783889170461203669778388917046120366977838891704612036697783889170461203669778388917046120366977838891704612036697783889170461203669778388917046120366977838891704612036697783889170461203669778388917046120366977838891704612036697783" } } } 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, 5e20221a-8628-42c5-8f0d-9188ac537d15, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.PrepareQueryResult] { query_id: "ydb://preparedqueryid/4?id=839def3e-978346a7-191778-fcb7ee5b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fd8742c0-4f0f-42bb-a6e3-0b496ecd1451, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fd8742c0-4f0f-42bb-a6e3-0b496ecd1451, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7492313790110704060 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74923137901107040607492313790110704060749231379011070406074923137901107040607492313790110704060749231379011070406074923137901107040607492313790110704060749231379011070406074923137901107040607492313790110704060749231379011070406074923137901107040607492313790110704060749231379011070406074923137901107040607492313790110704060749231379011070406074923137901107040607492313790110704060" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fd8742c0-4f0f-42bb-a6e3-0b496ecd1451, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(PrepareDataQuery, 9588f6d5-3e07-4d1a-87c9-120cb81534d8, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(PrepareDataQuery, 9588f6d5-3e07-4d1a-87c9-120cb81534d8, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" 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(ExecuteDataQuery, f20078a6-07d9-4445-9d2e-1d408a4fc239, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dc495436-fd3f-453f-8f30-17f49a3ccb13, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dc495436-fd3f-453f-8f30-17f49a3ccb13, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9732761649029315287 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97327616490293152879732761649029315287973276164902931528797327616490293152879732761649029315287973276164902931528797327616490293152879732761649029315287973276164902931528797327616490293152879732761649029315287973276164902931528797327616490293152879732761649029315287973276164902931528797327616490293152879732761649029315287973276164902931528797327616490293152879732761649029315287" } } } 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, 9588f6d5-3e07-4d1a-87c9-120cb81534d8, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.PrepareQueryResult] { query_id: "ydb://preparedqueryid/4?id=839def3e-978346a7-191778-fcb7ee5b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d3add49d-c403-405d-98d0-2841a1ca84b0, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d3add49d-c403-405d-98d0-2841a1ca84b0, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18032202029908926033 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1803220202990892603318032202029908926033180322020299089260331803220202990892603318032202029908926033180322020299089260331803220202990892603318032202029908926033180322020299089260331803220202990892603318032202029908926033180322020299089260331803220202990892603318032202029908926033180322020299089260331803220202990892603318032202029908926033180322020299089260331803220202990892603318032202029908926033" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dc495436-fd3f-453f-8f30-17f49a3ccb13, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e1eff46a-f4f7-4cbd-a35a-7cab3ea87f21, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e1eff46a-f4f7-4cbd-a35a-7cab3ea87f21, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4326153411479093126 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43261534114790931264326153411479093126432615341147909312643261534114790931264326153411479093126432615341147909312643261534114790931264326153411479093126432615341147909312643261534114790931264326153411479093126432615341147909312643261534114790931264326153411479093126432615341147909312643261534114790931264326153411479093126432615341147909312643261534114790931264326153411479093126" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d3add49d-c403-405d-98d0-2841a1ca84b0, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 84c86e3d-0668-4773-8789-eac12f97cd88, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 84c86e3d-0668-4773-8789-eac12f97cd88, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11955065442321606530 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1195506544232160653011955065442321606530119550654423216065301195506544232160653011955065442321606530119550654423216065301195506544232160653011955065442321606530119550654423216065301195506544232160653011955065442321606530119550654423216065301195506544232160653011955065442321606530119550654423216065301195506544232160653011955065442321606530119550654423216065301195506544232160653011955065442321606530" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e1eff46a-f4f7-4cbd-a35a-7cab3ea87f21, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f6a8d59d-8122-42ce-8f05-a971701ed331, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f6a8d59d-8122-42ce-8f05-a971701ed331, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8497445085968714014 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84974450859687140148497445085968714014849744508596871401484974450859687140148497445085968714014849744508596871401484974450859687140148497445085968714014849744508596871401484974450859687140148497445085968714014849744508596871401484974450859687140148497445085968714014849744508596871401484974450859687140148497445085968714014849744508596871401484974450859687140148497445085968714014" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 84c86e3d-0668-4773-8789-eac12f97cd88, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 73e877cd-cb33-456a-89cf-fd6b76292885, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 73e877cd-cb33-456a-89cf-fd6b76292885, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4762241702655129835 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47622417026551298354762241702655129835476224170265512983547622417026551298354762241702655129835476224170265512983547622417026551298354762241702655129835476224170265512983547622417026551298354762241702655129835476224170265512983547622417026551298354762241702655129835476224170265512983547622417026551298354762241702655129835476224170265512983547622417026551298354762241702655129835" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 73e877cd-cb33-456a-89cf-fd6b76292885, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2762c425-5b23-41ee-9404-535db3a6e145, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2762c425-5b23-41ee-9404-535db3a6e145, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16820052678943651814 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1682005267894365181416820052678943651814168200526789436518141682005267894365181416820052678943651814168200526789436518141682005267894365181416820052678943651814168200526789436518141682005267894365181416820052678943651814168200526789436518141682005267894365181416820052678943651814168200526789436518141682005267894365181416820052678943651814168200526789436518141682005267894365181416820052678943651814" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f6a8d59d-8122-42ce-8f05-a971701ed331, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 72529324-e320-4442-8a96-5897b064a11d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 72529324-e320-4442-8a96-5897b064a11d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12252818033161895240 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1225281803316189524012252818033161895240122528180331618952401225281803316189524012252818033161895240122528180331618952401225281803316189524012252818033161895240122528180331618952401225281803316189524012252818033161895240122528180331618952401225281803316189524012252818033161895240122528180331618952401225281803316189524012252818033161895240122528180331618952401225281803316189524012252818033161895240" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2762c425-5b23-41ee-9404-535db3a6e145, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8fd60366-dadc-4885-a987-b12dc81594e7, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8fd60366-dadc-4885-a987-b12dc81594e7, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5223249540824673513 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52232495408246735135223249540824673513522324954082467351352232495408246735135223249540824673513522324954082467351352232495408246735135223249540824673513522324954082467351352232495408246735135223249540824673513522324954082467351352232495408246735135223249540824673513522324954082467351352232495408246735135223249540824673513522324954082467351352232495408246735135223249540824673513" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 72529324-e320-4442-8a96-5897b064a11d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 79c19d89-5b95-4abb-9c38-5fbc997a94c4, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8fd60366-dadc-4885-a987-b12dc81594e7, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 79c19d89-5b95-4abb-9c38-5fbc997a94c4, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14387957046012824893 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1438795704601282489314387957046012824893143879570460128248931438795704601282489314387957046012824893143879570460128248931438795704601282489314387957046012824893143879570460128248931438795704601282489314387957046012824893143879570460128248931438795704601282489314387957046012824893143879570460128248931438795704601282489314387957046012824893143879570460128248931438795704601282489314387957046012824893" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9f7a1399-ec8a-49ca-ac87-59929d50b32c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9f7a1399-ec8a-49ca-ac87-59929d50b32c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2600589758807613046 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26005897588076130462600589758807613046260058975880761304626005897588076130462600589758807613046260058975880761304626005897588076130462600589758807613046260058975880761304626005897588076130462600589758807613046260058975880761304626005897588076130462600589758807613046260058975880761304626005897588076130462600589758807613046260058975880761304626005897588076130462600589758807613046" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 79c19d89-5b95-4abb-9c38-5fbc997a94c4, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 320fde1e-e886-466e-9cf5-a6f45e1c0d1b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 320fde1e-e886-466e-9cf5-a6f45e1c0d1b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16884719452636629650 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1688471945263662965016884719452636629650168847194526366296501688471945263662965016884719452636629650168847194526366296501688471945263662965016884719452636629650168847194526366296501688471945263662965016884719452636629650168847194526366296501688471945263662965016884719452636629650168847194526366296501688471945263662965016884719452636629650168847194526366296501688471945263662965016884719452636629650" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9f7a1399-ec8a-49ca-ac87-59929d50b32c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7e0a925e-c1e3-425d-b222-4889e0f19025, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7e0a925e-c1e3-425d-b222-4889e0f19025, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1009967606317830625 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10099676063178306251009967606317830625100996760631783062510099676063178306251009967606317830625100996760631783062510099676063178306251009967606317830625100996760631783062510099676063178306251009967606317830625100996760631783062510099676063178306251009967606317830625100996760631783062510099676063178306251009967606317830625100996760631783062510099676063178306251009967606317830625" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 320fde1e-e886-466e-9cf5-a6f45e1c0d1b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bba587b3-d1bf-4aeb-a97e-635cc48dba7c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bba587b3-d1bf-4aeb-a97e-635cc48dba7c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 174177045184071470 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "174177045184071470174177045184071470174177045184071470174177045184071470174177045184071470174177045184071470174177045184071470174177045184071470174177045184071470174177045184071470174177045184071470174177045184071470174177045184071470174177045184071470174177045184071470174177045184071470174177045184071470174177045184071470174177045184071470174177045184071470" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7e0a925e-c1e3-425d-b222-4889e0f19025, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a11df1d4-c827-496e-afe8-c815b9cb08da, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a11df1d4-c827-496e-afe8-c815b9cb08da, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 310872348897161871 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "310872348897161871310872348897161871310872348897161871310872348897161871310872348897161871310872348897161871310872348897161871310872348897161871310872348897161871310872348897161871310872348897161871310872348897161871310872348897161871310872348897161871310872348897161871310872348897161871310872348897161871310872348897161871310872348897161871310872348897161871" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bba587b3-d1bf-4aeb-a97e-635cc48dba7c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9bb82198-7d25-43ba-a4a2-e4617b49cf74, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9bb82198-7d25-43ba-a4a2-e4617b49cf74, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7479859855515020791 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74798598555150207917479859855515020791747985985551502079174798598555150207917479859855515020791747985985551502079174798598555150207917479859855515020791747985985551502079174798598555150207917479859855515020791747985985551502079174798598555150207917479859855515020791747985985551502079174798598555150207917479859855515020791747985985551502079174798598555150207917479859855515020791" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a11df1d4-c827-496e-afe8-c815b9cb08da, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9bb82198-7d25-43ba-a4a2-e4617b49cf74, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 350dcb57-387b-4a94-b39b-1bd49331a596, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 350dcb57-387b-4a94-b39b-1bd49331a596, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10999757212957293851 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1099975721295729385110999757212957293851109997572129572938511099975721295729385110999757212957293851109997572129572938511099975721295729385110999757212957293851109997572129572938511099975721295729385110999757212957293851109997572129572938511099975721295729385110999757212957293851109997572129572938511099975721295729385110999757212957293851109997572129572938511099975721295729385110999757212957293851" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cb8e4e73-d970-46ba-bd46-74b7e508d79f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cb8e4e73-d970-46ba-bd46-74b7e508d79f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2632526544848871351 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26325265448488713512632526544848871351263252654484887135126325265448488713512632526544848871351263252654484887135126325265448488713512632526544848871351263252654484887135126325265448488713512632526544848871351263252654484887135126325265448488713512632526544848871351263252654484887135126325265448488713512632526544848871351263252654484887135126325265448488713512632526544848871351" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 350dcb57-387b-4a94-b39b-1bd49331a596, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cacbe620-25b6-449a-abe2-bf4a26a5119b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cacbe620-25b6-449a-abe2-bf4a26a5119b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7791340426412383160 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77913404264123831607791340426412383160779134042641238316077913404264123831607791340426412383160779134042641238316077913404264123831607791340426412383160779134042641238316077913404264123831607791340426412383160779134042641238316077913404264123831607791340426412383160779134042641238316077913404264123831607791340426412383160779134042641238316077913404264123831607791340426412383160" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cb8e4e73-d970-46ba-bd46-74b7e508d79f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5b5d0aba-df0a-4e04-b43c-af10a1f15250, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5b5d0aba-df0a-4e04-b43c-af10a1f15250, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2887294812095915962 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28872948120959159622887294812095915962288729481209591596228872948120959159622887294812095915962288729481209591596228872948120959159622887294812095915962288729481209591596228872948120959159622887294812095915962288729481209591596228872948120959159622887294812095915962288729481209591596228872948120959159622887294812095915962288729481209591596228872948120959159622887294812095915962" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cacbe620-25b6-449a-abe2-bf4a26a5119b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d9a2895d-c44c-4d41-a9f3-c5bb9560f6d9, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d9a2895d-c44c-4d41-a9f3-c5bb9560f6d9, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2317345834449607878 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23173458344496078782317345834449607878231734583444960787823173458344496078782317345834449607878231734583444960787823173458344496078782317345834449607878231734583444960787823173458344496078782317345834449607878231734583444960787823173458344496078782317345834449607878231734583444960787823173458344496078782317345834449607878231734583444960787823173458344496078782317345834449607878" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5b5d0aba-df0a-4e04-b43c-af10a1f15250, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 140bd60a-6b10-4c20-b890-af51b643fbbf, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 140bd60a-6b10-4c20-b890-af51b643fbbf, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2094885242509846342 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20948852425098463422094885242509846342209488524250984634220948852425098463422094885242509846342209488524250984634220948852425098463422094885242509846342209488524250984634220948852425098463422094885242509846342209488524250984634220948852425098463422094885242509846342209488524250984634220948852425098463422094885242509846342209488524250984634220948852425098463422094885242509846342" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d9a2895d-c44c-4d41-a9f3-c5bb9560f6d9, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e1a0232d-b282-4d35-8e12-e12af851f28c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e1a0232d-b282-4d35-8e12-e12af851f28c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16192039601968771914 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1619203960196877191416192039601968771914161920396019687719141619203960196877191416192039601968771914161920396019687719141619203960196877191416192039601968771914161920396019687719141619203960196877191416192039601968771914161920396019687719141619203960196877191416192039601968771914161920396019687719141619203960196877191416192039601968771914161920396019687719141619203960196877191416192039601968771914" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e1a0232d-b282-4d35-8e12-e12af851f28c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dcbbf58f-4840-429b-9493-832d891edfa4, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dcbbf58f-4840-429b-9493-832d891edfa4, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5770589718394020116 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57705897183940201165770589718394020116577058971839402011657705897183940201165770589718394020116577058971839402011657705897183940201165770589718394020116577058971839402011657705897183940201165770589718394020116577058971839402011657705897183940201165770589718394020116577058971839402011657705897183940201165770589718394020116577058971839402011657705897183940201165770589718394020116" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 140bd60a-6b10-4c20-b890-af51b643fbbf, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ba6e7224-d527-4c66-8eab-0d1f636447c3, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ba6e7224-d527-4c66-8eab-0d1f636447c3, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11475310994378130214 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1147531099437813021411475310994378130214114753109943781302141147531099437813021411475310994378130214114753109943781302141147531099437813021411475310994378130214114753109943781302141147531099437813021411475310994378130214114753109943781302141147531099437813021411475310994378130214114753109943781302141147531099437813021411475310994378130214114753109943781302141147531099437813021411475310994378130214" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dcbbf58f-4840-429b-9493-832d891edfa4, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ddaf2905-bff7-4658-a915-915e40b89b5c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ddaf2905-bff7-4658-a915-915e40b89b5c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17301194496593891006 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1730119449659389100617301194496593891006173011944965938910061730119449659389100617301194496593891006173011944965938910061730119449659389100617301194496593891006173011944965938910061730119449659389100617301194496593891006173011944965938910061730119449659389100617301194496593891006173011944965938910061730119449659389100617301194496593891006173011944965938910061730119449659389100617301194496593891006" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ba6e7224-d527-4c66-8eab-0d1f636447c3, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e8541417-d07d-4da8-b898-94e002240f39, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e8541417-d07d-4da8-b898-94e002240f39, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13109258392993970868 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1310925839299397086813109258392993970868131092583929939708681310925839299397086813109258392993970868131092583929939708681310925839299397086813109258392993970868131092583929939708681310925839299397086813109258392993970868131092583929939708681310925839299397086813109258392993970868131092583929939708681310925839299397086813109258392993970868131092583929939708681310925839299397086813109258392993970868" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ddaf2905-bff7-4658-a915-915e40b89b5c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1091a28f-99f1-49f9-b0b3-70eddd7bc255, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1091a28f-99f1-49f9-b0b3-70eddd7bc255, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10379250883394908221 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1037925088339490822110379250883394908221103792508833949082211037925088339490822110379250883394908221103792508833949082211037925088339490822110379250883394908221103792508833949082211037925088339490822110379250883394908221103792508833949082211037925088339490822110379250883394908221103792508833949082211037925088339490822110379250883394908221103792508833949082211037925088339490822110379250883394908221" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e8541417-d07d-4da8-b898-94e002240f39, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 23da7037-2c2a-444a-8b32-3a8643b39409, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 23da7037-2c2a-444a-8b32-3a8643b39409, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6442827029217551477 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64428270292175514776442827029217551477644282702921755147764428270292175514776442827029217551477644282702921755147764428270292175514776442827029217551477644282702921755147764428270292175514776442827029217551477644282702921755147764428270292175514776442827029217551477644282702921755147764428270292175514776442827029217551477644282702921755147764428270292175514776442827029217551477" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 23da7037-2c2a-444a-8b32-3a8643b39409, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2f309fa1-33bb-4f20-a037-d88fa0ec1b04, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2f309fa1-33bb-4f20-a037-d88fa0ec1b04, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14680469012384225584 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1468046901238422558414680469012384225584146804690123842255841468046901238422558414680469012384225584146804690123842255841468046901238422558414680469012384225584146804690123842255841468046901238422558414680469012384225584146804690123842255841468046901238422558414680469012384225584146804690123842255841468046901238422558414680469012384225584146804690123842255841468046901238422558414680469012384225584" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1091a28f-99f1-49f9-b0b3-70eddd7bc255, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 94056f0e-74e4-4b77-bb60-1b730b2f2b2b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 94056f0e-74e4-4b77-bb60-1b730b2f2b2b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6264166403525212025 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62641664035252120256264166403525212025626416640352521202562641664035252120256264166403525212025626416640352521202562641664035252120256264166403525212025626416640352521202562641664035252120256264166403525212025626416640352521202562641664035252120256264166403525212025626416640352521202562641664035252120256264166403525212025626416640352521202562641664035252120256264166403525212025" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2f309fa1-33bb-4f20-a037-d88fa0ec1b04, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1eb89fbd-4abe-41d3-b1f9-e351187f7cbf, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1eb89fbd-4abe-41d3-b1f9-e351187f7cbf, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11324801171340622017 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1132480117134062201711324801171340622017113248011713406220171132480117134062201711324801171340622017113248011713406220171132480117134062201711324801171340622017113248011713406220171132480117134062201711324801171340622017113248011713406220171132480117134062201711324801171340622017113248011713406220171132480117134062201711324801171340622017113248011713406220171132480117134062201711324801171340622017" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 94056f0e-74e4-4b77-bb60-1b730b2f2b2b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 17dc76f2-1ca0-4f89-adb3-d5f892c3d747, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 17dc76f2-1ca0-4f89-adb3-d5f892c3d747, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11192921481030389331 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1119292148103038933111192921481030389331111929214810303893311119292148103038933111192921481030389331111929214810303893311119292148103038933111192921481030389331111929214810303893311119292148103038933111192921481030389331111929214810303893311119292148103038933111192921481030389331111929214810303893311119292148103038933111192921481030389331111929214810303893311119292148103038933111192921481030389331" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1eb89fbd-4abe-41d3-b1f9-e351187f7cbf, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cbfdebde-61c0-4024-8620-880be78bcb2d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cbfdebde-61c0-4024-8620-880be78bcb2d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14627752808389641564 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1462775280838964156414627752808389641564146277528083896415641462775280838964156414627752808389641564146277528083896415641462775280838964156414627752808389641564146277528083896415641462775280838964156414627752808389641564146277528083896415641462775280838964156414627752808389641564146277528083896415641462775280838964156414627752808389641564146277528083896415641462775280838964156414627752808389641564" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 17dc76f2-1ca0-4f89-adb3-d5f892c3d747, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0655ad35-16fd-4a3e-921a-397a09f4572f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0655ad35-16fd-4a3e-921a-397a09f4572f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3880902819834464859 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38809028198344648593880902819834464859388090281983446485938809028198344648593880902819834464859388090281983446485938809028198344648593880902819834464859388090281983446485938809028198344648593880902819834464859388090281983446485938809028198344648593880902819834464859388090281983446485938809028198344648593880902819834464859388090281983446485938809028198344648593880902819834464859" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cbfdebde-61c0-4024-8620-880be78bcb2d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3ea7ecd0-0044-4bcc-b022-06a9627dc530, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3ea7ecd0-0044-4bcc-b022-06a9627dc530, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16202757768908770240 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1620275776890877024016202757768908770240162027577689087702401620275776890877024016202757768908770240162027577689087702401620275776890877024016202757768908770240162027577689087702401620275776890877024016202757768908770240162027577689087702401620275776890877024016202757768908770240162027577689087702401620275776890877024016202757768908770240162027577689087702401620275776890877024016202757768908770240" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0655ad35-16fd-4a3e-921a-397a09f4572f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bf397734-1692-4149-a3f0-572fc7f0790c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bf397734-1692-4149-a3f0-572fc7f0790c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6599412863384354166 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65994128633843541666599412863384354166659941286338435416665994128633843541666599412863384354166659941286338435416665994128633843541666599412863384354166659941286338435416665994128633843541666599412863384354166659941286338435416665994128633843541666599412863384354166659941286338435416665994128633843541666599412863384354166659941286338435416665994128633843541666599412863384354166" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3ea7ecd0-0044-4bcc-b022-06a9627dc530, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f7355a4a-0dc9-4515-9aad-ca090ea70a95, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f7355a4a-0dc9-4515-9aad-ca090ea70a95, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4374925830770619644 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43749258307706196444374925830770619644437492583077061964443749258307706196444374925830770619644437492583077061964443749258307706196444374925830770619644437492583077061964443749258307706196444374925830770619644437492583077061964443749258307706196444374925830770619644437492583077061964443749258307706196444374925830770619644437492583077061964443749258307706196444374925830770619644" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bf397734-1692-4149-a3f0-572fc7f0790c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c0921d6c-1926-49d8-915e-8b714fd7acc0, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c0921d6c-1926-49d8-915e-8b714fd7acc0, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6603708078470514527 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66037080784705145276603708078470514527660370807847051452766037080784705145276603708078470514527660370807847051452766037080784705145276603708078470514527660370807847051452766037080784705145276603708078470514527660370807847051452766037080784705145276603708078470514527660370807847051452766037080784705145276603708078470514527660370807847051452766037080784705145276603708078470514527" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f7355a4a-0dc9-4515-9aad-ca090ea70a95, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a1681ffd-5458-406d-ab30-b831504685b7, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a1681ffd-5458-406d-ab30-b831504685b7, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9248467552991834986 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92484675529918349869248467552991834986924846755299183498692484675529918349869248467552991834986924846755299183498692484675529918349869248467552991834986924846755299183498692484675529918349869248467552991834986924846755299183498692484675529918349869248467552991834986924846755299183498692484675529918349869248467552991834986924846755299183498692484675529918349869248467552991834986" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c0921d6c-1926-49d8-915e-8b714fd7acc0, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3adecae3-d129-46ba-9262-d603b3ead824, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3adecae3-d129-46ba-9262-d603b3ead824, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5343278376913702333 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53432783769137023335343278376913702333534327837691370233353432783769137023335343278376913702333534327837691370233353432783769137023335343278376913702333534327837691370233353432783769137023335343278376913702333534327837691370233353432783769137023335343278376913702333534327837691370233353432783769137023335343278376913702333534327837691370233353432783769137023335343278376913702333" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a1681ffd-5458-406d-ab30-b831504685b7, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 627fd8df-7a4a-40eb-89f2-f998aa3ee770, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 627fd8df-7a4a-40eb-89f2-f998aa3ee770, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11131113968852987617 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1113111396885298761711131113968852987617111311139688529876171113111396885298761711131113968852987617111311139688529876171113111396885298761711131113968852987617111311139688529876171113111396885298761711131113968852987617111311139688529876171113111396885298761711131113968852987617111311139688529876171113111396885298761711131113968852987617111311139688529876171113111396885298761711131113968852987617" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3adecae3-d129-46ba-9262-d603b3ead824, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f125eb25-28ad-4f47-9c39-01c392f326af, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f125eb25-28ad-4f47-9c39-01c392f326af, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12644044442777998602 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1264404444277799860212644044442777998602126440444427779986021264404444277799860212644044442777998602126440444427779986021264404444277799860212644044442777998602126440444427779986021264404444277799860212644044442777998602126440444427779986021264404444277799860212644044442777998602126440444427779986021264404444277799860212644044442777998602126440444427779986021264404444277799860212644044442777998602" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 627fd8df-7a4a-40eb-89f2-f998aa3ee770, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b76dccaa-add6-4db3-9131-a300db137474, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b76dccaa-add6-4db3-9131-a300db137474, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7968706321348958155 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79687063213489581557968706321348958155796870632134895815579687063213489581557968706321348958155796870632134895815579687063213489581557968706321348958155796870632134895815579687063213489581557968706321348958155796870632134895815579687063213489581557968706321348958155796870632134895815579687063213489581557968706321348958155796870632134895815579687063213489581557968706321348958155" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f125eb25-28ad-4f47-9c39-01c392f326af, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c21e8e5d-071d-490b-9f36-283f2b62a09e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c21e8e5d-071d-490b-9f36-283f2b62a09e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9694729788708332483 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96947297887083324839694729788708332483969472978870833248396947297887083324839694729788708332483969472978870833248396947297887083324839694729788708332483969472978870833248396947297887083324839694729788708332483969472978870833248396947297887083324839694729788708332483969472978870833248396947297887083324839694729788708332483969472978870833248396947297887083324839694729788708332483" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b76dccaa-add6-4db3-9131-a300db137474, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 90ca89c6-0a53-4c1b-9005-c60dd25be5b2, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 90ca89c6-0a53-4c1b-9005-c60dd25be5b2, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17039568880399194846 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1703956888039919484617039568880399194846170395688803991948461703956888039919484617039568880399194846170395688803991948461703956888039919484617039568880399194846170395688803991948461703956888039919484617039568880399194846170395688803991948461703956888039919484617039568880399194846170395688803991948461703956888039919484617039568880399194846170395688803991948461703956888039919484617039568880399194846" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c21e8e5d-071d-490b-9f36-283f2b62a09e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 36e7c32e-2bb1-410d-a557-d6887fb25e9c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 36e7c32e-2bb1-410d-a557-d6887fb25e9c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4540348479460881125 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45403484794608811254540348479460881125454034847946088112545403484794608811254540348479460881125454034847946088112545403484794608811254540348479460881125454034847946088112545403484794608811254540348479460881125454034847946088112545403484794608811254540348479460881125454034847946088112545403484794608811254540348479460881125454034847946088112545403484794608811254540348479460881125" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 90ca89c6-0a53-4c1b-9005-c60dd25be5b2, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 87480ce3-ff2a-4f20-8b7d-7b1087f3a877, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 87480ce3-ff2a-4f20-8b7d-7b1087f3a877, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8978704074319631736 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89787040743196317368978704074319631736897870407431963173689787040743196317368978704074319631736897870407431963173689787040743196317368978704074319631736897870407431963173689787040743196317368978704074319631736897870407431963173689787040743196317368978704074319631736897870407431963173689787040743196317368978704074319631736897870407431963173689787040743196317368978704074319631736" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 36e7c32e-2bb1-410d-a557-d6887fb25e9c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4aaeecc9-b5f4-450b-a2fe-ce94fd2362d0, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4aaeecc9-b5f4-450b-a2fe-ce94fd2362d0, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5116397433982620968 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51163974339826209685116397433982620968511639743398262096851163974339826209685116397433982620968511639743398262096851163974339826209685116397433982620968511639743398262096851163974339826209685116397433982620968511639743398262096851163974339826209685116397433982620968511639743398262096851163974339826209685116397433982620968511639743398262096851163974339826209685116397433982620968" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4aaeecc9-b5f4-450b-a2fe-ce94fd2362d0, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 87480ce3-ff2a-4f20-8b7d-7b1087f3a877, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 29ab4377-df22-489f-bb9f-c057c25c9fdf, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 29ab4377-df22-489f-bb9f-c057c25c9fdf, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13751576842183346423 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1375157684218334642313751576842183346423137515768421833464231375157684218334642313751576842183346423137515768421833464231375157684218334642313751576842183346423137515768421833464231375157684218334642313751576842183346423137515768421833464231375157684218334642313751576842183346423137515768421833464231375157684218334642313751576842183346423137515768421833464231375157684218334642313751576842183346423" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 59b6a516-410c-46ac-8ce2-332dadc8518e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 59b6a516-410c-46ac-8ce2-332dadc8518e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14230330428828645857 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1423033042882864585714230330428828645857142303304288286458571423033042882864585714230330428828645857142303304288286458571423033042882864585714230330428828645857142303304288286458571423033042882864585714230330428828645857142303304288286458571423033042882864585714230330428828645857142303304288286458571423033042882864585714230330428828645857142303304288286458571423033042882864585714230330428828645857" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 29ab4377-df22-489f-bb9f-c057c25c9fdf, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7242e589-3fb8-4480-8e33-22289492a5ff, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7242e589-3fb8-4480-8e33-22289492a5ff, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4298048066399128256 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42980480663991282564298048066399128256429804806639912825642980480663991282564298048066399128256429804806639912825642980480663991282564298048066399128256429804806639912825642980480663991282564298048066399128256429804806639912825642980480663991282564298048066399128256429804806639912825642980480663991282564298048066399128256429804806639912825642980480663991282564298048066399128256" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 59b6a516-410c-46ac-8ce2-332dadc8518e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 261c4f47-a4c3-4700-834f-6f58c24a3106, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 261c4f47-a4c3-4700-834f-6f58c24a3106, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1195555669587283440 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11955556695872834401195555669587283440119555566958728344011955556695872834401195555669587283440119555566958728344011955556695872834401195555669587283440119555566958728344011955556695872834401195555669587283440119555566958728344011955556695872834401195555669587283440119555566958728344011955556695872834401195555669587283440119555566958728344011955556695872834401195555669587283440" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7242e589-3fb8-4480-8e33-22289492a5ff, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c5c8db16-a6a0-49f6-b97c-7810f9a4ef4a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c5c8db16-a6a0-49f6-b97c-7810f9a4ef4a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6461084778828709630 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64610847788287096306461084778828709630646108477882870963064610847788287096306461084778828709630646108477882870963064610847788287096306461084778828709630646108477882870963064610847788287096306461084778828709630646108477882870963064610847788287096306461084778828709630646108477882870963064610847788287096306461084778828709630646108477882870963064610847788287096306461084778828709630" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 261c4f47-a4c3-4700-834f-6f58c24a3106, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ca4b8839-48bb-41aa-a514-28da21fbad02, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ca4b8839-48bb-41aa-a514-28da21fbad02, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1382322103000705424 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13823221030007054241382322103000705424138232210300070542413823221030007054241382322103000705424138232210300070542413823221030007054241382322103000705424138232210300070542413823221030007054241382322103000705424138232210300070542413823221030007054241382322103000705424138232210300070542413823221030007054241382322103000705424138232210300070542413823221030007054241382322103000705424" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c5c8db16-a6a0-49f6-b97c-7810f9a4ef4a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ba78a062-1467-4584-a635-f6be50f13f3d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ba78a062-1467-4584-a635-f6be50f13f3d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15786540982389636756 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1578654098238963675615786540982389636756157865409823896367561578654098238963675615786540982389636756157865409823896367561578654098238963675615786540982389636756157865409823896367561578654098238963675615786540982389636756157865409823896367561578654098238963675615786540982389636756157865409823896367561578654098238963675615786540982389636756157865409823896367561578654098238963675615786540982389636756" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ca4b8839-48bb-41aa-a514-28da21fbad02, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e3f3cb6b-6c4c-44dd-8a9a-fbe61253c895, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e3f3cb6b-6c4c-44dd-8a9a-fbe61253c895, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 164671474827438711 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "164671474827438711164671474827438711164671474827438711164671474827438711164671474827438711164671474827438711164671474827438711164671474827438711164671474827438711164671474827438711164671474827438711164671474827438711164671474827438711164671474827438711164671474827438711164671474827438711164671474827438711164671474827438711164671474827438711164671474827438711" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e3f3cb6b-6c4c-44dd-8a9a-fbe61253c895, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 79b4be09-7dca-42bb-9cbe-4768a6643bd6, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 79b4be09-7dca-42bb-9cbe-4768a6643bd6, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15140803035841953579 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1514080303584195357915140803035841953579151408030358419535791514080303584195357915140803035841953579151408030358419535791514080303584195357915140803035841953579151408030358419535791514080303584195357915140803035841953579151408030358419535791514080303584195357915140803035841953579151408030358419535791514080303584195357915140803035841953579151408030358419535791514080303584195357915140803035841953579" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ba78a062-1467-4584-a635-f6be50f13f3d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f4bfa883-a2a0-4daa-bb88-24be76cc275f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f4bfa883-a2a0-4daa-bb88-24be76cc275f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14985833921295401586 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1498583392129540158614985833921295401586149858339212954015861498583392129540158614985833921295401586149858339212954015861498583392129540158614985833921295401586149858339212954015861498583392129540158614985833921295401586149858339212954015861498583392129540158614985833921295401586149858339212954015861498583392129540158614985833921295401586149858339212954015861498583392129540158614985833921295401586" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 79b4be09-7dca-42bb-9cbe-4768a6643bd6, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, faee6fa4-8875-4689-a93a-567fff11f160, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, faee6fa4-8875-4689-a93a-567fff11f160, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4353239927241987309 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43532399272419873094353239927241987309435323992724198730943532399272419873094353239927241987309435323992724198730943532399272419873094353239927241987309435323992724198730943532399272419873094353239927241987309435323992724198730943532399272419873094353239927241987309435323992724198730943532399272419873094353239927241987309435323992724198730943532399272419873094353239927241987309" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, faee6fa4-8875-4689-a93a-567fff11f160, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0edbfa17-5af3-45a3-bdfe-c35a1f24189c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0edbfa17-5af3-45a3-bdfe-c35a1f24189c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9082938219377162886 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90829382193771628869082938219377162886908293821937716288690829382193771628869082938219377162886908293821937716288690829382193771628869082938219377162886908293821937716288690829382193771628869082938219377162886908293821937716288690829382193771628869082938219377162886908293821937716288690829382193771628869082938219377162886908293821937716288690829382193771628869082938219377162886" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f4bfa883-a2a0-4daa-bb88-24be76cc275f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5b178789-4f58-4a93-89e7-10bcbf36eca4, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5b178789-4f58-4a93-89e7-10bcbf36eca4, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1611321848593788389 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16113218485937883891611321848593788389161132184859378838916113218485937883891611321848593788389161132184859378838916113218485937883891611321848593788389161132184859378838916113218485937883891611321848593788389161132184859378838916113218485937883891611321848593788389161132184859378838916113218485937883891611321848593788389161132184859378838916113218485937883891611321848593788389" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0edbfa17-5af3-45a3-bdfe-c35a1f24189c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 79acb0a3-661f-4e68-875d-52fb6047fa37, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 79acb0a3-661f-4e68-875d-52fb6047fa37, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15984361379867271257 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1598436137986727125715984361379867271257159843613798672712571598436137986727125715984361379867271257159843613798672712571598436137986727125715984361379867271257159843613798672712571598436137986727125715984361379867271257159843613798672712571598436137986727125715984361379867271257159843613798672712571598436137986727125715984361379867271257159843613798672712571598436137986727125715984361379867271257" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5b178789-4f58-4a93-89e7-10bcbf36eca4, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 20a71a4d-f57e-4863-b166-121e59beb171, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 20a71a4d-f57e-4863-b166-121e59beb171, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1855215344350312140 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18552153443503121401855215344350312140185521534435031214018552153443503121401855215344350312140185521534435031214018552153443503121401855215344350312140185521534435031214018552153443503121401855215344350312140185521534435031214018552153443503121401855215344350312140185521534435031214018552153443503121401855215344350312140185521534435031214018552153443503121401855215344350312140" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 79acb0a3-661f-4e68-875d-52fb6047fa37, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8e801394-a102-4060-a76a-02f9fd08f547, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8e801394-a102-4060-a76a-02f9fd08f547, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1199199953173293242 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11991999531732932421199199953173293242119919995317329324211991999531732932421199199953173293242119919995317329324211991999531732932421199199953173293242119919995317329324211991999531732932421199199953173293242119919995317329324211991999531732932421199199953173293242119919995317329324211991999531732932421199199953173293242119919995317329324211991999531732932421199199953173293242" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 20a71a4d-f57e-4863-b166-121e59beb171, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e7729bac-82ac-4bff-a35a-8eaaca7d3c86, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e7729bac-82ac-4bff-a35a-8eaaca7d3c86, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3906978929823720417 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39069789298237204173906978929823720417390697892982372041739069789298237204173906978929823720417390697892982372041739069789298237204173906978929823720417390697892982372041739069789298237204173906978929823720417390697892982372041739069789298237204173906978929823720417390697892982372041739069789298237204173906978929823720417390697892982372041739069789298237204173906978929823720417" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8e801394-a102-4060-a76a-02f9fd08f547, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9e4d9ffc-09db-4d1f-881a-789d3b62fd6f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9e4d9ffc-09db-4d1f-881a-789d3b62fd6f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17345163994044817086 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1734516399404481708617345163994044817086173451639940448170861734516399404481708617345163994044817086173451639940448170861734516399404481708617345163994044817086173451639940448170861734516399404481708617345163994044817086173451639940448170861734516399404481708617345163994044817086173451639940448170861734516399404481708617345163994044817086173451639940448170861734516399404481708617345163994044817086" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e7729bac-82ac-4bff-a35a-8eaaca7d3c86, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6fa7e85a-a41d-4073-872e-965852f29ee0, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6fa7e85a-a41d-4073-872e-965852f29ee0, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10595987020893906935 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1059598702089390693510595987020893906935105959870208939069351059598702089390693510595987020893906935105959870208939069351059598702089390693510595987020893906935105959870208939069351059598702089390693510595987020893906935105959870208939069351059598702089390693510595987020893906935105959870208939069351059598702089390693510595987020893906935105959870208939069351059598702089390693510595987020893906935" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9e4d9ffc-09db-4d1f-881a-789d3b62fd6f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 98236a23-619c-4c82-864b-7b43189735ef, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 98236a23-619c-4c82-864b-7b43189735ef, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10647623467714672109 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1064762346771467210910647623467714672109106476234677146721091064762346771467210910647623467714672109106476234677146721091064762346771467210910647623467714672109106476234677146721091064762346771467210910647623467714672109106476234677146721091064762346771467210910647623467714672109106476234677146721091064762346771467210910647623467714672109106476234677146721091064762346771467210910647623467714672109" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6fa7e85a-a41d-4073-872e-965852f29ee0, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, de13f1b4-5b27-4360-b02e-7bebaf74bcd4, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, de13f1b4-5b27-4360-b02e-7bebaf74bcd4, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12403879686541658764 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1240387968654165876412403879686541658764124038796865416587641240387968654165876412403879686541658764124038796865416587641240387968654165876412403879686541658764124038796865416587641240387968654165876412403879686541658764124038796865416587641240387968654165876412403879686541658764124038796865416587641240387968654165876412403879686541658764124038796865416587641240387968654165876412403879686541658764" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 98236a23-619c-4c82-864b-7b43189735ef, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3da78025-d89d-4bcf-abd2-60290cb4058d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3da78025-d89d-4bcf-abd2-60290cb4058d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16963310954640018788 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1696331095464001878816963310954640018788169633109546400187881696331095464001878816963310954640018788169633109546400187881696331095464001878816963310954640018788169633109546400187881696331095464001878816963310954640018788169633109546400187881696331095464001878816963310954640018788169633109546400187881696331095464001878816963310954640018788169633109546400187881696331095464001878816963310954640018788" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, de13f1b4-5b27-4360-b02e-7bebaf74bcd4, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 95a647f5-bfea-4924-bd37-874039dd293d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 95a647f5-bfea-4924-bd37-874039dd293d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14481464750273535514 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1448146475027353551414481464750273535514144814647502735355141448146475027353551414481464750273535514144814647502735355141448146475027353551414481464750273535514144814647502735355141448146475027353551414481464750273535514144814647502735355141448146475027353551414481464750273535514144814647502735355141448146475027353551414481464750273535514144814647502735355141448146475027353551414481464750273535514" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3da78025-d89d-4bcf-abd2-60290cb4058d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b865268d-8a3f-4f2b-9916-fca7321c745a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b865268d-8a3f-4f2b-9916-fca7321c745a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8603542111210977048 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86035421112109770488603542111210977048860354211121097704886035421112109770488603542111210977048860354211121097704886035421112109770488603542111210977048860354211121097704886035421112109770488603542111210977048860354211121097704886035421112109770488603542111210977048860354211121097704886035421112109770488603542111210977048860354211121097704886035421112109770488603542111210977048" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 95a647f5-bfea-4924-bd37-874039dd293d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a3316228-7711-4aae-a7f0-2037fb48eb8a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a3316228-7711-4aae-a7f0-2037fb48eb8a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7330339251042613575 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73303392510426135757330339251042613575733033925104261357573303392510426135757330339251042613575733033925104261357573303392510426135757330339251042613575733033925104261357573303392510426135757330339251042613575733033925104261357573303392510426135757330339251042613575733033925104261357573303392510426135757330339251042613575733033925104261357573303392510426135757330339251042613575" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b865268d-8a3f-4f2b-9916-fca7321c745a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7369c8e6-df83-439a-9798-36575a83a4f4, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7369c8e6-df83-439a-9798-36575a83a4f4, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12065477322162060322 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1206547732216206032212065477322162060322120654773221620603221206547732216206032212065477322162060322120654773221620603221206547732216206032212065477322162060322120654773221620603221206547732216206032212065477322162060322120654773221620603221206547732216206032212065477322162060322120654773221620603221206547732216206032212065477322162060322120654773221620603221206547732216206032212065477322162060322" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a3316228-7711-4aae-a7f0-2037fb48eb8a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dfa429b6-dc2a-4b79-ab6e-5d84f39ef60a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dfa429b6-dc2a-4b79-ab6e-5d84f39ef60a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4203005879217610106 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42030058792176101064203005879217610106420300587921761010642030058792176101064203005879217610106420300587921761010642030058792176101064203005879217610106420300587921761010642030058792176101064203005879217610106420300587921761010642030058792176101064203005879217610106420300587921761010642030058792176101064203005879217610106420300587921761010642030058792176101064203005879217610106" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7369c8e6-df83-439a-9798-36575a83a4f4, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f1c399f2-2c7c-42e4-8d52-38f2104bbd19, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f1c399f2-2c7c-42e4-8d52-38f2104bbd19, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7981566829186677827 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79815668291866778277981566829186677827798156682918667782779815668291866778277981566829186677827798156682918667782779815668291866778277981566829186677827798156682918667782779815668291866778277981566829186677827798156682918667782779815668291866778277981566829186677827798156682918667782779815668291866778277981566829186677827798156682918667782779815668291866778277981566829186677827" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dfa429b6-dc2a-4b79-ab6e-5d84f39ef60a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3089efa6-c037-4819-b807-0e733fbe2871, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3089efa6-c037-4819-b807-0e733fbe2871, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13947724433918754066 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1394772443391875406613947724433918754066139477244339187540661394772443391875406613947724433918754066139477244339187540661394772443391875406613947724433918754066139477244339187540661394772443391875406613947724433918754066139477244339187540661394772443391875406613947724433918754066139477244339187540661394772443391875406613947724433918754066139477244339187540661394772443391875406613947724433918754066" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f1c399f2-2c7c-42e4-8d52-38f2104bbd19, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2fcceef6-a0a2-4908-bc66-b73d72024801, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2fcceef6-a0a2-4908-bc66-b73d72024801, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15064024470045954464 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1506402447004595446415064024470045954464150640244700459544641506402447004595446415064024470045954464150640244700459544641506402447004595446415064024470045954464150640244700459544641506402447004595446415064024470045954464150640244700459544641506402447004595446415064024470045954464150640244700459544641506402447004595446415064024470045954464150640244700459544641506402447004595446415064024470045954464" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3089efa6-c037-4819-b807-0e733fbe2871, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1f764016-5f3f-44d4-96d0-3fa6360ffc3d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1f764016-5f3f-44d4-96d0-3fa6360ffc3d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12087853191169738379 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1208785319116973837912087853191169738379120878531911697383791208785319116973837912087853191169738379120878531911697383791208785319116973837912087853191169738379120878531911697383791208785319116973837912087853191169738379120878531911697383791208785319116973837912087853191169738379120878531911697383791208785319116973837912087853191169738379120878531911697383791208785319116973837912087853191169738379" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2fcceef6-a0a2-4908-bc66-b73d72024801, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 22dc67a5-dc71-46a3-8b51-e1372d1fd81d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 22dc67a5-dc71-46a3-8b51-e1372d1fd81d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11786123076937683728 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1178612307693768372811786123076937683728117861230769376837281178612307693768372811786123076937683728117861230769376837281178612307693768372811786123076937683728117861230769376837281178612307693768372811786123076937683728117861230769376837281178612307693768372811786123076937683728117861230769376837281178612307693768372811786123076937683728117861230769376837281178612307693768372811786123076937683728" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1f764016-5f3f-44d4-96d0-3fa6360ffc3d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c6434741-ef79-4dc1-9e11-239370a6195d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 22dc67a5-dc71-46a3-8b51-e1372d1fd81d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c6434741-ef79-4dc1-9e11-239370a6195d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14799079521614024841 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1479907952161402484114799079521614024841147990795216140248411479907952161402484114799079521614024841147990795216140248411479907952161402484114799079521614024841147990795216140248411479907952161402484114799079521614024841147990795216140248411479907952161402484114799079521614024841147990795216140248411479907952161402484114799079521614024841147990795216140248411479907952161402484114799079521614024841" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, df7bbd6f-1d5e-4292-9c20-41e16edf84cd, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, df7bbd6f-1d5e-4292-9c20-41e16edf84cd, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8052832609704606525 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80528326097046065258052832609704606525805283260970460652580528326097046065258052832609704606525805283260970460652580528326097046065258052832609704606525805283260970460652580528326097046065258052832609704606525805283260970460652580528326097046065258052832609704606525805283260970460652580528326097046065258052832609704606525805283260970460652580528326097046065258052832609704606525" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c6434741-ef79-4dc1-9e11-239370a6195d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ad92b3ad-0223-45f1-aad5-0d713ed9ba90, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ad92b3ad-0223-45f1-aad5-0d713ed9ba90, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12206800396737597215 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1220680039673759721512206800396737597215122068003967375972151220680039673759721512206800396737597215122068003967375972151220680039673759721512206800396737597215122068003967375972151220680039673759721512206800396737597215122068003967375972151220680039673759721512206800396737597215122068003967375972151220680039673759721512206800396737597215122068003967375972151220680039673759721512206800396737597215" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, df7bbd6f-1d5e-4292-9c20-41e16edf84cd, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6ed5fca8-ec99-4f30-a9a9-6ad19e373c75, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6ed5fca8-ec99-4f30-a9a9-6ad19e373c75, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17600621633394167776 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1760062163339416777617600621633394167776176006216333941677761760062163339416777617600621633394167776176006216333941677761760062163339416777617600621633394167776176006216333941677761760062163339416777617600621633394167776176006216333941677761760062163339416777617600621633394167776176006216333941677761760062163339416777617600621633394167776176006216333941677761760062163339416777617600621633394167776" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ad92b3ad-0223-45f1-aad5-0d713ed9ba90, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, df174fc9-c4d1-480f-9c77-1880dcb8f7b7, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, df174fc9-c4d1-480f-9c77-1880dcb8f7b7, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12199296555157130191 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1219929655515713019112199296555157130191121992965551571301911219929655515713019112199296555157130191121992965551571301911219929655515713019112199296555157130191121992965551571301911219929655515713019112199296555157130191121992965551571301911219929655515713019112199296555157130191121992965551571301911219929655515713019112199296555157130191121992965551571301911219929655515713019112199296555157130191" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6ed5fca8-ec99-4f30-a9a9-6ad19e373c75, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, df174fc9-c4d1-480f-9c77-1880dcb8f7b7, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d066e597-f1a2-4cea-88a3-797a0c58232f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d066e597-f1a2-4cea-88a3-797a0c58232f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8299909255344524604 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82999092553445246048299909255344524604829990925534452460482999092553445246048299909255344524604829990925534452460482999092553445246048299909255344524604829990925534452460482999092553445246048299909255344524604829990925534452460482999092553445246048299909255344524604829990925534452460482999092553445246048299909255344524604829990925534452460482999092553445246048299909255344524604" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 016a8d30-ffdc-4aa6-8465-b409d11d767f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 016a8d30-ffdc-4aa6-8465-b409d11d767f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16120496713180612326 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1612049671318061232616120496713180612326161204967131806123261612049671318061232616120496713180612326161204967131806123261612049671318061232616120496713180612326161204967131806123261612049671318061232616120496713180612326161204967131806123261612049671318061232616120496713180612326161204967131806123261612049671318061232616120496713180612326161204967131806123261612049671318061232616120496713180612326" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d066e597-f1a2-4cea-88a3-797a0c58232f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c8cf9e6f-679c-4a09-9d9e-7b419daf9cdf, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c8cf9e6f-679c-4a09-9d9e-7b419daf9cdf, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17198335104103692654 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1719833510410369265417198335104103692654171983351041036926541719833510410369265417198335104103692654171983351041036926541719833510410369265417198335104103692654171983351041036926541719833510410369265417198335104103692654171983351041036926541719833510410369265417198335104103692654171983351041036926541719833510410369265417198335104103692654171983351041036926541719833510410369265417198335104103692654" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 016a8d30-ffdc-4aa6-8465-b409d11d767f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b0cb26a0-1a24-4a8e-ab07-11899b3b5d91, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b0cb26a0-1a24-4a8e-ab07-11899b3b5d91, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9217945125628692030 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92179451256286920309217945125628692030921794512562869203092179451256286920309217945125628692030921794512562869203092179451256286920309217945125628692030921794512562869203092179451256286920309217945125628692030921794512562869203092179451256286920309217945125628692030921794512562869203092179451256286920309217945125628692030921794512562869203092179451256286920309217945125628692030" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c8cf9e6f-679c-4a09-9d9e-7b419daf9cdf, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f858b80b-3867-44ad-93bc-eefef0cefe48, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f858b80b-3867-44ad-93bc-eefef0cefe48, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5486314491236429217 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54863144912364292175486314491236429217548631449123642921754863144912364292175486314491236429217548631449123642921754863144912364292175486314491236429217548631449123642921754863144912364292175486314491236429217548631449123642921754863144912364292175486314491236429217548631449123642921754863144912364292175486314491236429217548631449123642921754863144912364292175486314491236429217" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b0cb26a0-1a24-4a8e-ab07-11899b3b5d91, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ee930955-348d-4d96-aa09-124f6d74658c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ee930955-348d-4d96-aa09-124f6d74658c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11758382008902359731 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1175838200890235973111758382008902359731117583820089023597311175838200890235973111758382008902359731117583820089023597311175838200890235973111758382008902359731117583820089023597311175838200890235973111758382008902359731117583820089023597311175838200890235973111758382008902359731117583820089023597311175838200890235973111758382008902359731117583820089023597311175838200890235973111758382008902359731" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ee930955-348d-4d96-aa09-124f6d74658c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7f37d48d-d412-45a9-8340-e917b35ddf96, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7f37d48d-d412-45a9-8340-e917b35ddf96, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3692680965123098242 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36926809651230982423692680965123098242369268096512309824236926809651230982423692680965123098242369268096512309824236926809651230982423692680965123098242369268096512309824236926809651230982423692680965123098242369268096512309824236926809651230982423692680965123098242369268096512309824236926809651230982423692680965123098242369268096512309824236926809651230982423692680965123098242" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f858b80b-3867-44ad-93bc-eefef0cefe48, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d9d5eccd-aa08-4ed9-ad7a-4c3d0c6a7470, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d9d5eccd-aa08-4ed9-ad7a-4c3d0c6a7470, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6415829744699909566 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64158297446999095666415829744699909566641582974469990956664158297446999095666415829744699909566641582974469990956664158297446999095666415829744699909566641582974469990956664158297446999095666415829744699909566641582974469990956664158297446999095666415829744699909566641582974469990956664158297446999095666415829744699909566641582974469990956664158297446999095666415829744699909566" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7f37d48d-d412-45a9-8340-e917b35ddf96, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 79b2225e-1182-47f4-aee0-1860382e3888, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 79b2225e-1182-47f4-aee0-1860382e3888, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11412521222688290319 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1141252122268829031911412521222688290319114125212226882903191141252122268829031911412521222688290319114125212226882903191141252122268829031911412521222688290319114125212226882903191141252122268829031911412521222688290319114125212226882903191141252122268829031911412521222688290319114125212226882903191141252122268829031911412521222688290319114125212226882903191141252122268829031911412521222688290319" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d9d5eccd-aa08-4ed9-ad7a-4c3d0c6a7470, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e3776cdf-dffa-48a7-bedb-fccf146c6327, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e3776cdf-dffa-48a7-bedb-fccf146c6327, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8342548280710701927 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83425482807107019278342548280710701927834254828071070192783425482807107019278342548280710701927834254828071070192783425482807107019278342548280710701927834254828071070192783425482807107019278342548280710701927834254828071070192783425482807107019278342548280710701927834254828071070192783425482807107019278342548280710701927834254828071070192783425482807107019278342548280710701927" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 79b2225e-1182-47f4-aee0-1860382e3888, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9bea87ee-a2fe-4fa7-84fa-e2bc0a76f791, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9bea87ee-a2fe-4fa7-84fa-e2bc0a76f791, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9932857060553362661 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99328570605533626619932857060553362661993285706055336266199328570605533626619932857060553362661993285706055336266199328570605533626619932857060553362661993285706055336266199328570605533626619932857060553362661993285706055336266199328570605533626619932857060553362661993285706055336266199328570605533626619932857060553362661993285706055336266199328570605533626619932857060553362661" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e3776cdf-dffa-48a7-bedb-fccf146c6327, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6405fd77-8f9e-4a99-9bbe-633bcaca17fd, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6405fd77-8f9e-4a99-9bbe-633bcaca17fd, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4417957705799896816 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44179577057998968164417957705799896816441795770579989681644179577057998968164417957705799896816441795770579989681644179577057998968164417957705799896816441795770579989681644179577057998968164417957705799896816441795770579989681644179577057998968164417957705799896816441795770579989681644179577057998968164417957705799896816441795770579989681644179577057998968164417957705799896816" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9bea87ee-a2fe-4fa7-84fa-e2bc0a76f791, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6405fd77-8f9e-4a99-9bbe-633bcaca17fd, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 840fc19c-0117-49c4-b276-766af694687a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 840fc19c-0117-49c4-b276-766af694687a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9588767322483496425 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95887673224834964259588767322483496425958876732248349642595887673224834964259588767322483496425958876732248349642595887673224834964259588767322483496425958876732248349642595887673224834964259588767322483496425958876732248349642595887673224834964259588767322483496425958876732248349642595887673224834964259588767322483496425958876732248349642595887673224834964259588767322483496425" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5345e226-340d-4273-8fcd-c06946c1e755, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5345e226-340d-4273-8fcd-c06946c1e755, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9873936035077129813 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98739360350771298139873936035077129813987393603507712981398739360350771298139873936035077129813987393603507712981398739360350771298139873936035077129813987393603507712981398739360350771298139873936035077129813987393603507712981398739360350771298139873936035077129813987393603507712981398739360350771298139873936035077129813987393603507712981398739360350771298139873936035077129813" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 840fc19c-0117-49c4-b276-766af694687a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2e7c0628-8673-4800-a527-08e8e0f4844b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2e7c0628-8673-4800-a527-08e8e0f4844b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11191795567536819281 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1119179556753681928111191795567536819281111917955675368192811119179556753681928111191795567536819281111917955675368192811119179556753681928111191795567536819281111917955675368192811119179556753681928111191795567536819281111917955675368192811119179556753681928111191795567536819281111917955675368192811119179556753681928111191795567536819281111917955675368192811119179556753681928111191795567536819281" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5345e226-340d-4273-8fcd-c06946c1e755, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5bc0c4a4-e598-4722-b0c0-f328161eb7eb, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5bc0c4a4-e598-4722-b0c0-f328161eb7eb, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4718870516215069754 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47188705162150697544718870516215069754471887051621506975447188705162150697544718870516215069754471887051621506975447188705162150697544718870516215069754471887051621506975447188705162150697544718870516215069754471887051621506975447188705162150697544718870516215069754471887051621506975447188705162150697544718870516215069754471887051621506975447188705162150697544718870516215069754" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2e7c0628-8673-4800-a527-08e8e0f4844b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8dbb51aa-c780-4588-8ca7-1775a816587e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8dbb51aa-c780-4588-8ca7-1775a816587e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15348881268576183851 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1534888126857618385115348881268576183851153488812685761838511534888126857618385115348881268576183851153488812685761838511534888126857618385115348881268576183851153488812685761838511534888126857618385115348881268576183851153488812685761838511534888126857618385115348881268576183851153488812685761838511534888126857618385115348881268576183851153488812685761838511534888126857618385115348881268576183851" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5bc0c4a4-e598-4722-b0c0-f328161eb7eb, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 60e32678-546c-41a8-8875-3e562eaddcc4, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 60e32678-546c-41a8-8875-3e562eaddcc4, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1598471097501909837 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15984710975019098371598471097501909837159847109750190983715984710975019098371598471097501909837159847109750190983715984710975019098371598471097501909837159847109750190983715984710975019098371598471097501909837159847109750190983715984710975019098371598471097501909837159847109750190983715984710975019098371598471097501909837159847109750190983715984710975019098371598471097501909837" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8dbb51aa-c780-4588-8ca7-1775a816587e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a368440a-aacd-46f7-983c-9ed011a0d61b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a368440a-aacd-46f7-983c-9ed011a0d61b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15007705931314815053 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1500770593131481505315007705931314815053150077059313148150531500770593131481505315007705931314815053150077059313148150531500770593131481505315007705931314815053150077059313148150531500770593131481505315007705931314815053150077059313148150531500770593131481505315007705931314815053150077059313148150531500770593131481505315007705931314815053150077059313148150531500770593131481505315007705931314815053" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 60e32678-546c-41a8-8875-3e562eaddcc4, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f8506a72-a863-419d-95f6-8c6c2a9555c9, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f8506a72-a863-419d-95f6-8c6c2a9555c9, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14670885608680083095 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1467088560868008309514670885608680083095146708856086800830951467088560868008309514670885608680083095146708856086800830951467088560868008309514670885608680083095146708856086800830951467088560868008309514670885608680083095146708856086800830951467088560868008309514670885608680083095146708856086800830951467088560868008309514670885608680083095146708856086800830951467088560868008309514670885608680083095" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a368440a-aacd-46f7-983c-9ed011a0d61b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c50ab050-c8a2-4fef-b091-8845591e15c2, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c50ab050-c8a2-4fef-b091-8845591e15c2, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7057547003596452098 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70575470035964520987057547003596452098705754700359645209870575470035964520987057547003596452098705754700359645209870575470035964520987057547003596452098705754700359645209870575470035964520987057547003596452098705754700359645209870575470035964520987057547003596452098705754700359645209870575470035964520987057547003596452098705754700359645209870575470035964520987057547003596452098" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f8506a72-a863-419d-95f6-8c6c2a9555c9, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0c298468-f344-4779-b7ec-ecbd67db0456, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0c298468-f344-4779-b7ec-ecbd67db0456, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10094845579000117365 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1009484557900011736510094845579000117365100948455790001173651009484557900011736510094845579000117365100948455790001173651009484557900011736510094845579000117365100948455790001173651009484557900011736510094845579000117365100948455790001173651009484557900011736510094845579000117365100948455790001173651009484557900011736510094845579000117365100948455790001173651009484557900011736510094845579000117365" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c50ab050-c8a2-4fef-b091-8845591e15c2, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 46cb66f4-9d84-4987-81a8-2845d9d0bb93, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 46cb66f4-9d84-4987-81a8-2845d9d0bb93, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14134028551396200048 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1413402855139620004814134028551396200048141340285513962000481413402855139620004814134028551396200048141340285513962000481413402855139620004814134028551396200048141340285513962000481413402855139620004814134028551396200048141340285513962000481413402855139620004814134028551396200048141340285513962000481413402855139620004814134028551396200048141340285513962000481413402855139620004814134028551396200048" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0c298468-f344-4779-b7ec-ecbd67db0456, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b9d14833-2b49-4547-bb79-77ff90950677, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b9d14833-2b49-4547-bb79-77ff90950677, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6978806500894777977 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69788065008947779776978806500894777977697880650089477797769788065008947779776978806500894777977697880650089477797769788065008947779776978806500894777977697880650089477797769788065008947779776978806500894777977697880650089477797769788065008947779776978806500894777977697880650089477797769788065008947779776978806500894777977697880650089477797769788065008947779776978806500894777977" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 46cb66f4-9d84-4987-81a8-2845d9d0bb93, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5c0c801d-23fc-4b7d-bd8c-4074cb6b34cb, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5c0c801d-23fc-4b7d-bd8c-4074cb6b34cb, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1959605247035696095 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19596052470356960951959605247035696095195960524703569609519596052470356960951959605247035696095195960524703569609519596052470356960951959605247035696095195960524703569609519596052470356960951959605247035696095195960524703569609519596052470356960951959605247035696095195960524703569609519596052470356960951959605247035696095195960524703569609519596052470356960951959605247035696095" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b9d14833-2b49-4547-bb79-77ff90950677, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e21f1ba9-f236-43ca-bca8-9518c6df502d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e21f1ba9-f236-43ca-bca8-9518c6df502d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1043619882514111099 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10436198825141110991043619882514111099104361988251411109910436198825141110991043619882514111099104361988251411109910436198825141110991043619882514111099104361988251411109910436198825141110991043619882514111099104361988251411109910436198825141110991043619882514111099104361988251411109910436198825141110991043619882514111099104361988251411109910436198825141110991043619882514111099" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5c0c801d-23fc-4b7d-bd8c-4074cb6b34cb, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 28fbcf31-52dc-47ac-b645-efafa7d3b9b8, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 28fbcf31-52dc-47ac-b645-efafa7d3b9b8, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13364901124498744394 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1336490112449874439413364901124498744394133649011244987443941336490112449874439413364901124498744394133649011244987443941336490112449874439413364901124498744394133649011244987443941336490112449874439413364901124498744394133649011244987443941336490112449874439413364901124498744394133649011244987443941336490112449874439413364901124498744394133649011244987443941336490112449874439413364901124498744394" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e21f1ba9-f236-43ca-bca8-9518c6df502d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 277c478b-3fbe-42d6-8dab-dfe0e515622b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 277c478b-3fbe-42d6-8dab-dfe0e515622b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9700070300838334326 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97000703008383343269700070300838334326970007030083833432697000703008383343269700070300838334326970007030083833432697000703008383343269700070300838334326970007030083833432697000703008383343269700070300838334326970007030083833432697000703008383343269700070300838334326970007030083833432697000703008383343269700070300838334326970007030083833432697000703008383343269700070300838334326" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 28fbcf31-52dc-47ac-b645-efafa7d3b9b8, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4bfc9566-a94b-4472-ad9a-35cf3d333f67, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4bfc9566-a94b-4472-ad9a-35cf3d333f67, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10961118016642705664 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1096111801664270566410961118016642705664109611180166427056641096111801664270566410961118016642705664109611180166427056641096111801664270566410961118016642705664109611180166427056641096111801664270566410961118016642705664109611180166427056641096111801664270566410961118016642705664109611180166427056641096111801664270566410961118016642705664109611180166427056641096111801664270566410961118016642705664" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 277c478b-3fbe-42d6-8dab-dfe0e515622b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 76caaeb7-f4a7-4cc6-8df2-4528c56d381b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 76caaeb7-f4a7-4cc6-8df2-4528c56d381b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16298562588074336001 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1629856258807433600116298562588074336001162985625880743360011629856258807433600116298562588074336001162985625880743360011629856258807433600116298562588074336001162985625880743360011629856258807433600116298562588074336001162985625880743360011629856258807433600116298562588074336001162985625880743360011629856258807433600116298562588074336001162985625880743360011629856258807433600116298562588074336001" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4bfc9566-a94b-4472-ad9a-35cf3d333f67, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 09776376-9c19-48ea-8b07-bc44ad4f6b3d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 76caaeb7-f4a7-4cc6-8df2-4528c56d381b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 09776376-9c19-48ea-8b07-bc44ad4f6b3d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6708719623030862224 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67087196230308622246708719623030862224670871962303086222467087196230308622246708719623030862224670871962303086222467087196230308622246708719623030862224670871962303086222467087196230308622246708719623030862224670871962303086222467087196230308622246708719623030862224670871962303086222467087196230308622246708719623030862224670871962303086222467087196230308622246708719623030862224" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4a62dae4-7727-4aaa-bf81-4b9aa8deef3f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4a62dae4-7727-4aaa-bf81-4b9aa8deef3f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16152877009001418634 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1615287700900141863416152877009001418634161528770090014186341615287700900141863416152877009001418634161528770090014186341615287700900141863416152877009001418634161528770090014186341615287700900141863416152877009001418634161528770090014186341615287700900141863416152877009001418634161528770090014186341615287700900141863416152877009001418634161528770090014186341615287700900141863416152877009001418634" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4a62dae4-7727-4aaa-bf81-4b9aa8deef3f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 09776376-9c19-48ea-8b07-bc44ad4f6b3d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d187c79c-b2a6-4f8b-8fdd-ada558c66497, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d187c79c-b2a6-4f8b-8fdd-ada558c66497, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16333803400555343032 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1633380340055534303216333803400555343032163338034005553430321633380340055534303216333803400555343032163338034005553430321633380340055534303216333803400555343032163338034005553430321633380340055534303216333803400555343032163338034005553430321633380340055534303216333803400555343032163338034005553430321633380340055534303216333803400555343032163338034005553430321633380340055534303216333803400555343032" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3f14fc81-933c-4d69-aad8-aee4063ba1e2, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3f14fc81-933c-4d69-aad8-aee4063ba1e2, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5412782535254550480 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54127825352545504805412782535254550480541278253525455048054127825352545504805412782535254550480541278253525455048054127825352545504805412782535254550480541278253525455048054127825352545504805412782535254550480541278253525455048054127825352545504805412782535254550480541278253525455048054127825352545504805412782535254550480541278253525455048054127825352545504805412782535254550480" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d187c79c-b2a6-4f8b-8fdd-ada558c66497, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 32ef2cf8-854f-4675-8549-f6cbfdfafe93, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 32ef2cf8-854f-4675-8549-f6cbfdfafe93, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4119126283289579285 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41191262832895792854119126283289579285411912628328957928541191262832895792854119126283289579285411912628328957928541191262832895792854119126283289579285411912628328957928541191262832895792854119126283289579285411912628328957928541191262832895792854119126283289579285411912628328957928541191262832895792854119126283289579285411912628328957928541191262832895792854119126283289579285" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3f14fc81-933c-4d69-aad8-aee4063ba1e2, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 54d6d73b-735f-49af-94c9-f6434bb432bb, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 54d6d73b-735f-49af-94c9-f6434bb432bb, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17728238983516492520 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1772823898351649252017728238983516492520177282389835164925201772823898351649252017728238983516492520177282389835164925201772823898351649252017728238983516492520177282389835164925201772823898351649252017728238983516492520177282389835164925201772823898351649252017728238983516492520177282389835164925201772823898351649252017728238983516492520177282389835164925201772823898351649252017728238983516492520" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 32ef2cf8-854f-4675-8549-f6cbfdfafe93, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0179fcd6-5c79-4e34-a9c8-81db92532b33, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0179fcd6-5c79-4e34-a9c8-81db92532b33, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13767810542468881213 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1376781054246888121313767810542468881213137678105424688812131376781054246888121313767810542468881213137678105424688812131376781054246888121313767810542468881213137678105424688812131376781054246888121313767810542468881213137678105424688812131376781054246888121313767810542468881213137678105424688812131376781054246888121313767810542468881213137678105424688812131376781054246888121313767810542468881213" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 54d6d73b-735f-49af-94c9-f6434bb432bb, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 84c5009b-cf3e-4d7f-8df2-6e01ace8a749, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 84c5009b-cf3e-4d7f-8df2-6e01ace8a749, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15866718889297147010 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1586671888929714701015866718889297147010158667188892971470101586671888929714701015866718889297147010158667188892971470101586671888929714701015866718889297147010158667188892971470101586671888929714701015866718889297147010158667188892971470101586671888929714701015866718889297147010158667188892971470101586671888929714701015866718889297147010158667188892971470101586671888929714701015866718889297147010" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0179fcd6-5c79-4e34-a9c8-81db92532b33, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d6a3dc6b-1564-4757-b37f-fdac24055028, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d6a3dc6b-1564-4757-b37f-fdac24055028, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17820929120827024933 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1782092912082702493317820929120827024933178209291208270249331782092912082702493317820929120827024933178209291208270249331782092912082702493317820929120827024933178209291208270249331782092912082702493317820929120827024933178209291208270249331782092912082702493317820929120827024933178209291208270249331782092912082702493317820929120827024933178209291208270249331782092912082702493317820929120827024933" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 84c5009b-cf3e-4d7f-8df2-6e01ace8a749, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7538df34-18d2-4aa7-9a15-5fd3da4e2946, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7538df34-18d2-4aa7-9a15-5fd3da4e2946, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15464018735173657377 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1546401873517365737715464018735173657377154640187351736573771546401873517365737715464018735173657377154640187351736573771546401873517365737715464018735173657377154640187351736573771546401873517365737715464018735173657377154640187351736573771546401873517365737715464018735173657377154640187351736573771546401873517365737715464018735173657377154640187351736573771546401873517365737715464018735173657377" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d6a3dc6b-1564-4757-b37f-fdac24055028, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 05ca7d69-3683-4c13-a33a-bf2b79b8e177, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 05ca7d69-3683-4c13-a33a-bf2b79b8e177, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16001171455961111963 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1600117145596111196316001171455961111963160011714559611119631600117145596111196316001171455961111963160011714559611119631600117145596111196316001171455961111963160011714559611119631600117145596111196316001171455961111963160011714559611119631600117145596111196316001171455961111963160011714559611119631600117145596111196316001171455961111963160011714559611119631600117145596111196316001171455961111963" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7538df34-18d2-4aa7-9a15-5fd3da4e2946, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9c288371-1dd5-4460-9a90-10b1fa804224, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9c288371-1dd5-4460-9a90-10b1fa804224, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7371804198653460334 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73718041986534603347371804198653460334737180419865346033473718041986534603347371804198653460334737180419865346033473718041986534603347371804198653460334737180419865346033473718041986534603347371804198653460334737180419865346033473718041986534603347371804198653460334737180419865346033473718041986534603347371804198653460334737180419865346033473718041986534603347371804198653460334" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 05ca7d69-3683-4c13-a33a-bf2b79b8e177, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 49bccc47-668a-4f46-9d67-b28624ddfd99, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 49bccc47-668a-4f46-9d67-b28624ddfd99, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1849728967041769678 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18497289670417696781849728967041769678184972896704176967818497289670417696781849728967041769678184972896704176967818497289670417696781849728967041769678184972896704176967818497289670417696781849728967041769678184972896704176967818497289670417696781849728967041769678184972896704176967818497289670417696781849728967041769678184972896704176967818497289670417696781849728967041769678" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9c288371-1dd5-4460-9a90-10b1fa804224, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 602f9d0a-0434-45aa-a49f-41a741febc6e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 49bccc47-668a-4f46-9d67-b28624ddfd99, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 602f9d0a-0434-45aa-a49f-41a741febc6e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12119578365091388884 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1211957836509138888412119578365091388884121195783650913888841211957836509138888412119578365091388884121195783650913888841211957836509138888412119578365091388884121195783650913888841211957836509138888412119578365091388884121195783650913888841211957836509138888412119578365091388884121195783650913888841211957836509138888412119578365091388884121195783650913888841211957836509138888412119578365091388884" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3ec9957d-4b98-45fe-ba3d-576a87bc7607, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3ec9957d-4b98-45fe-ba3d-576a87bc7607, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4319546287767237341 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43195462877672373414319546287767237341431954628776723734143195462877672373414319546287767237341431954628776723734143195462877672373414319546287767237341431954628776723734143195462877672373414319546287767237341431954628776723734143195462877672373414319546287767237341431954628776723734143195462877672373414319546287767237341431954628776723734143195462877672373414319546287767237341" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 602f9d0a-0434-45aa-a49f-41a741febc6e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a9059bd7-1229-4b74-a36b-ab2fa1bb10a0, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a9059bd7-1229-4b74-a36b-ab2fa1bb10a0, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17931660478647677752 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1793166047864767775217931660478647677752179316604786476777521793166047864767775217931660478647677752179316604786476777521793166047864767775217931660478647677752179316604786476777521793166047864767775217931660478647677752179316604786476777521793166047864767775217931660478647677752179316604786476777521793166047864767775217931660478647677752179316604786476777521793166047864767775217931660478647677752" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3ec9957d-4b98-45fe-ba3d-576a87bc7607, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 930146be-b1a2-419d-8f73-04f2c59f66c2, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 930146be-b1a2-419d-8f73-04f2c59f66c2, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15510069754350530815 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1551006975435053081515510069754350530815155100697543505308151551006975435053081515510069754350530815155100697543505308151551006975435053081515510069754350530815155100697543505308151551006975435053081515510069754350530815155100697543505308151551006975435053081515510069754350530815155100697543505308151551006975435053081515510069754350530815155100697543505308151551006975435053081515510069754350530815" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a9059bd7-1229-4b74-a36b-ab2fa1bb10a0, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 729255ab-e4bc-436b-86d7-d5f43cc897bc, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 729255ab-e4bc-436b-86d7-d5f43cc897bc, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16817947116835957857 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1681794711683595785716817947116835957857168179471168359578571681794711683595785716817947116835957857168179471168359578571681794711683595785716817947116835957857168179471168359578571681794711683595785716817947116835957857168179471168359578571681794711683595785716817947116835957857168179471168359578571681794711683595785716817947116835957857168179471168359578571681794711683595785716817947116835957857" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 930146be-b1a2-419d-8f73-04f2c59f66c2, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e87425c4-605d-4d3c-b980-5e59ca4a9c7b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e87425c4-605d-4d3c-b980-5e59ca4a9c7b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17824235116545101671 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1782423511654510167117824235116545101671178242351165451016711782423511654510167117824235116545101671178242351165451016711782423511654510167117824235116545101671178242351165451016711782423511654510167117824235116545101671178242351165451016711782423511654510167117824235116545101671178242351165451016711782423511654510167117824235116545101671178242351165451016711782423511654510167117824235116545101671" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 729255ab-e4bc-436b-86d7-d5f43cc897bc, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 62ac2c2d-262c-4de0-bd94-5d7f3f4874a8, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 62ac2c2d-262c-4de0-bd94-5d7f3f4874a8, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4208004292614728522 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42080042926147285224208004292614728522420800429261472852242080042926147285224208004292614728522420800429261472852242080042926147285224208004292614728522420800429261472852242080042926147285224208004292614728522420800429261472852242080042926147285224208004292614728522420800429261472852242080042926147285224208004292614728522420800429261472852242080042926147285224208004292614728522" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e87425c4-605d-4d3c-b980-5e59ca4a9c7b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8fbc5004-9352-4347-ae73-0b64f809d3a2, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 62ac2c2d-262c-4de0-bd94-5d7f3f4874a8, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4236aa7d-4ec5-4608-8028-383c97ab31fe, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4236aa7d-4ec5-4608-8028-383c97ab31fe, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1256939787290868966 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12569397872908689661256939787290868966125693978729086896612569397872908689661256939787290868966125693978729086896612569397872908689661256939787290868966125693978729086896612569397872908689661256939787290868966125693978729086896612569397872908689661256939787290868966125693978729086896612569397872908689661256939787290868966125693978729086896612569397872908689661256939787290868966" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8fbc5004-9352-4347-ae73-0b64f809d3a2, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2390744440879105105 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23907444408791051052390744440879105105239074444087910510523907444408791051052390744440879105105239074444087910510523907444408791051052390744440879105105239074444087910510523907444408791051052390744440879105105239074444087910510523907444408791051052390744440879105105239074444087910510523907444408791051052390744440879105105239074444087910510523907444408791051052390744440879105105" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4236aa7d-4ec5-4608-8028-383c97ab31fe, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e4465920-a5b0-460b-a7d4-e13fc28be366, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e4465920-a5b0-460b-a7d4-e13fc28be366, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18335579245716810435 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1833557924571681043518335579245716810435183355792457168104351833557924571681043518335579245716810435183355792457168104351833557924571681043518335579245716810435183355792457168104351833557924571681043518335579245716810435183355792457168104351833557924571681043518335579245716810435183355792457168104351833557924571681043518335579245716810435183355792457168104351833557924571681043518335579245716810435" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8fbc5004-9352-4347-ae73-0b64f809d3a2, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c0f9392c-acb2-4e78-b510-6d2a708d015c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c0f9392c-acb2-4e78-b510-6d2a708d015c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8130226908973131267 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81302269089731312678130226908973131267813022690897313126781302269089731312678130226908973131267813022690897313126781302269089731312678130226908973131267813022690897313126781302269089731312678130226908973131267813022690897313126781302269089731312678130226908973131267813022690897313126781302269089731312678130226908973131267813022690897313126781302269089731312678130226908973131267" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e4465920-a5b0-460b-a7d4-e13fc28be366, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 071f6f61-b1e1-4e9d-963c-ec0d368e4969, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 071f6f61-b1e1-4e9d-963c-ec0d368e4969, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1222069914189071021 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12220699141890710211222069914189071021122206991418907102112220699141890710211222069914189071021122206991418907102112220699141890710211222069914189071021122206991418907102112220699141890710211222069914189071021122206991418907102112220699141890710211222069914189071021122206991418907102112220699141890710211222069914189071021122206991418907102112220699141890710211222069914189071021" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c0f9392c-acb2-4e78-b510-6d2a708d015c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 88989f6e-9590-4c16-8a9e-d0d22ff7432c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 88989f6e-9590-4c16-8a9e-d0d22ff7432c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17728762760980664424 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1772876276098066442417728762760980664424177287627609806644241772876276098066442417728762760980664424177287627609806644241772876276098066442417728762760980664424177287627609806644241772876276098066442417728762760980664424177287627609806644241772876276098066442417728762760980664424177287627609806644241772876276098066442417728762760980664424177287627609806644241772876276098066442417728762760980664424" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 071f6f61-b1e1-4e9d-963c-ec0d368e4969, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 97349991-5255-416b-86d8-ef8b8ab020fa, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 97349991-5255-416b-86d8-ef8b8ab020fa, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16511631756132678480 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1651163175613267848016511631756132678480165116317561326784801651163175613267848016511631756132678480165116317561326784801651163175613267848016511631756132678480165116317561326784801651163175613267848016511631756132678480165116317561326784801651163175613267848016511631756132678480165116317561326784801651163175613267848016511631756132678480165116317561326784801651163175613267848016511631756132678480" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 88989f6e-9590-4c16-8a9e-d0d22ff7432c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fa23fc3b-fccd-403d-9b02-ebdeb4b7e5ad, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fa23fc3b-fccd-403d-9b02-ebdeb4b7e5ad, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 45453486739348549 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "4545348673934854945453486739348549454534867393485494545348673934854945453486739348549454534867393485494545348673934854945453486739348549454534867393485494545348673934854945453486739348549454534867393485494545348673934854945453486739348549454534867393485494545348673934854945453486739348549454534867393485494545348673934854945453486739348549" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 97349991-5255-416b-86d8-ef8b8ab020fa, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4cf31910-6584-4366-ada9-e6cefddb93ea, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4cf31910-6584-4366-ada9-e6cefddb93ea, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 780100324503062356 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "780100324503062356780100324503062356780100324503062356780100324503062356780100324503062356780100324503062356780100324503062356780100324503062356780100324503062356780100324503062356780100324503062356780100324503062356780100324503062356780100324503062356780100324503062356780100324503062356780100324503062356780100324503062356780100324503062356780100324503062356" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fa23fc3b-fccd-403d-9b02-ebdeb4b7e5ad, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 87f82958-f78c-40e3-a601-abb5a95ac5d3, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 87f82958-f78c-40e3-a601-abb5a95ac5d3, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11357383472056908202 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1135738347205690820211357383472056908202113573834720569082021135738347205690820211357383472056908202113573834720569082021135738347205690820211357383472056908202113573834720569082021135738347205690820211357383472056908202113573834720569082021135738347205690820211357383472056908202113573834720569082021135738347205690820211357383472056908202113573834720569082021135738347205690820211357383472056908202" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4cf31910-6584-4366-ada9-e6cefddb93ea, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 12944bef-f945-426f-8ed1-b93371a9a5ab, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 12944bef-f945-426f-8ed1-b93371a9a5ab, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4339461507881494856 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43394615078814948564339461507881494856433946150788149485643394615078814948564339461507881494856433946150788149485643394615078814948564339461507881494856433946150788149485643394615078814948564339461507881494856433946150788149485643394615078814948564339461507881494856433946150788149485643394615078814948564339461507881494856433946150788149485643394615078814948564339461507881494856" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 12944bef-f945-426f-8ed1-b93371a9a5ab, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 87f82958-f78c-40e3-a601-abb5a95ac5d3, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a9c71bc2-f7a1-4ef0-aa1f-1268d1d43c98, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a9c71bc2-f7a1-4ef0-aa1f-1268d1d43c98, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10305155981539135437 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1030515598153913543710305155981539135437103051559815391354371030515598153913543710305155981539135437103051559815391354371030515598153913543710305155981539135437103051559815391354371030515598153913543710305155981539135437103051559815391354371030515598153913543710305155981539135437103051559815391354371030515598153913543710305155981539135437103051559815391354371030515598153913543710305155981539135437" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ac691598-9cd4-4552-8026-236c99094c81, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ac691598-9cd4-4552-8026-236c99094c81, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5849507318750195834 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58495073187501958345849507318750195834584950731875019583458495073187501958345849507318750195834584950731875019583458495073187501958345849507318750195834584950731875019583458495073187501958345849507318750195834584950731875019583458495073187501958345849507318750195834584950731875019583458495073187501958345849507318750195834584950731875019583458495073187501958345849507318750195834" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a9c71bc2-f7a1-4ef0-aa1f-1268d1d43c98, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1e71f437-a5f5-48b0-be12-a9252b705df4, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1e71f437-a5f5-48b0-be12-a9252b705df4, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16263631991278890016 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1626363199127889001616263631991278890016162636319912788900161626363199127889001616263631991278890016162636319912788900161626363199127889001616263631991278890016162636319912788900161626363199127889001616263631991278890016162636319912788900161626363199127889001616263631991278890016162636319912788900161626363199127889001616263631991278890016162636319912788900161626363199127889001616263631991278890016" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ac691598-9cd4-4552-8026-236c99094c81, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4676e967-8d60-401c-8e81-9e297661ad8c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1e71f437-a5f5-48b0-be12-a9252b705df4, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 90d4c5b4-8ef7-4a9e-bc62-7333ce86e837, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 90d4c5b4-8ef7-4a9e-bc62-7333ce86e837, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17435215184492310670 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1743521518449231067017435215184492310670174352151844923106701743521518449231067017435215184492310670174352151844923106701743521518449231067017435215184492310670174352151844923106701743521518449231067017435215184492310670174352151844923106701743521518449231067017435215184492310670174352151844923106701743521518449231067017435215184492310670174352151844923106701743521518449231067017435215184492310670" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4676e967-8d60-401c-8e81-9e297661ad8c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12829739474099926632 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1282973947409992663212829739474099926632128297394740999266321282973947409992663212829739474099926632128297394740999266321282973947409992663212829739474099926632128297394740999266321282973947409992663212829739474099926632128297394740999266321282973947409992663212829739474099926632128297394740999266321282973947409992663212829739474099926632128297394740999266321282973947409992663212829739474099926632" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 90d4c5b4-8ef7-4a9e-bc62-7333ce86e837, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2175758a-714f-4640-a8df-d78ac277fd43, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2175758a-714f-4640-a8df-d78ac277fd43, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4682035923013457090 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46820359230134570904682035923013457090468203592301345709046820359230134570904682035923013457090468203592301345709046820359230134570904682035923013457090468203592301345709046820359230134570904682035923013457090468203592301345709046820359230134570904682035923013457090468203592301345709046820359230134570904682035923013457090468203592301345709046820359230134570904682035923013457090" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4676e967-8d60-401c-8e81-9e297661ad8c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 29830ad6-ee96-49ae-9b0b-d6094e07a84b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 29830ad6-ee96-49ae-9b0b-d6094e07a84b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12964664259447165232 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1296466425944716523212964664259447165232129646642594471652321296466425944716523212964664259447165232129646642594471652321296466425944716523212964664259447165232129646642594471652321296466425944716523212964664259447165232129646642594471652321296466425944716523212964664259447165232129646642594471652321296466425944716523212964664259447165232129646642594471652321296466425944716523212964664259447165232" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2175758a-714f-4640-a8df-d78ac277fd43, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f73bc0a5-572c-484c-9a3c-378db9434049, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f73bc0a5-572c-484c-9a3c-378db9434049, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17060584061893451848 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1706058406189345184817060584061893451848170605840618934518481706058406189345184817060584061893451848170605840618934518481706058406189345184817060584061893451848170605840618934518481706058406189345184817060584061893451848170605840618934518481706058406189345184817060584061893451848170605840618934518481706058406189345184817060584061893451848170605840618934518481706058406189345184817060584061893451848" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 29830ad6-ee96-49ae-9b0b-d6094e07a84b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ad7b300a-5edc-46d1-98c4-5ddb29d208c5, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ad7b300a-5edc-46d1-98c4-5ddb29d208c5, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12587350310502421735 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1258735031050242173512587350310502421735125873503105024217351258735031050242173512587350310502421735125873503105024217351258735031050242173512587350310502421735125873503105024217351258735031050242173512587350310502421735125873503105024217351258735031050242173512587350310502421735125873503105024217351258735031050242173512587350310502421735125873503105024217351258735031050242173512587350310502421735" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f73bc0a5-572c-484c-9a3c-378db9434049, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1ba23e7d-743e-4928-b298-11a085fe9fb5, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ad7b300a-5edc-46d1-98c4-5ddb29d208c5, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 71cf01cd-914f-48b0-91ac-1879a91719be, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 71cf01cd-914f-48b0-91ac-1879a91719be, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2979544982385757698 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29795449823857576982979544982385757698297954498238575769829795449823857576982979544982385757698297954498238575769829795449823857576982979544982385757698297954498238575769829795449823857576982979544982385757698297954498238575769829795449823857576982979544982385757698297954498238575769829795449823857576982979544982385757698297954498238575769829795449823857576982979544982385757698" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1ba23e7d-743e-4928-b298-11a085fe9fb5, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18068702299266242737 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1806870229926624273718068702299266242737180687022992662427371806870229926624273718068702299266242737180687022992662427371806870229926624273718068702299266242737180687022992662427371806870229926624273718068702299266242737180687022992662427371806870229926624273718068702299266242737180687022992662427371806870229926624273718068702299266242737180687022992662427371806870229926624273718068702299266242737" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 71cf01cd-914f-48b0-91ac-1879a91719be, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 19996a43-94ef-4d74-a96a-681d871fb970, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 19996a43-94ef-4d74-a96a-681d871fb970, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3353645289901470022 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33536452899014700223353645289901470022335364528990147002233536452899014700223353645289901470022335364528990147002233536452899014700223353645289901470022335364528990147002233536452899014700223353645289901470022335364528990147002233536452899014700223353645289901470022335364528990147002233536452899014700223353645289901470022335364528990147002233536452899014700223353645289901470022" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1ba23e7d-743e-4928-b298-11a085fe9fb5, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cc926cb0-5956-4d10-8989-4e241e42f81b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cc926cb0-5956-4d10-8989-4e241e42f81b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10120109992020746447 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1012010999202074644710120109992020746447101201099920207464471012010999202074644710120109992020746447101201099920207464471012010999202074644710120109992020746447101201099920207464471012010999202074644710120109992020746447101201099920207464471012010999202074644710120109992020746447101201099920207464471012010999202074644710120109992020746447101201099920207464471012010999202074644710120109992020746447" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 19996a43-94ef-4d74-a96a-681d871fb970, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9700f175-1863-4983-ad4c-b12c14ab5dc0, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9700f175-1863-4983-ad4c-b12c14ab5dc0, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9877557969024516095 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98775579690245160959877557969024516095987755796902451609598775579690245160959877557969024516095987755796902451609598775579690245160959877557969024516095987755796902451609598775579690245160959877557969024516095987755796902451609598775579690245160959877557969024516095987755796902451609598775579690245160959877557969024516095987755796902451609598775579690245160959877557969024516095" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cc926cb0-5956-4d10-8989-4e241e42f81b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2a92108d-4ca8-45e8-9752-83b960cc5e9b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2a92108d-4ca8-45e8-9752-83b960cc5e9b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13898405044294935195 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1389840504429493519513898405044294935195138984050442949351951389840504429493519513898405044294935195138984050442949351951389840504429493519513898405044294935195138984050442949351951389840504429493519513898405044294935195138984050442949351951389840504429493519513898405044294935195138984050442949351951389840504429493519513898405044294935195138984050442949351951389840504429493519513898405044294935195" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9700f175-1863-4983-ad4c-b12c14ab5dc0, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8444f55b-ffc5-4dfd-986e-581ce5c5e313, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8444f55b-ffc5-4dfd-986e-581ce5c5e313, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6323866391569833322 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63238663915698333226323866391569833322632386639156983332263238663915698333226323866391569833322632386639156983332263238663915698333226323866391569833322632386639156983332263238663915698333226323866391569833322632386639156983332263238663915698333226323866391569833322632386639156983332263238663915698333226323866391569833322632386639156983332263238663915698333226323866391569833322" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2a92108d-4ca8-45e8-9752-83b960cc5e9b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 55eb3449-708a-4d20-be85-6d4d582d96f5, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 55eb3449-708a-4d20-be85-6d4d582d96f5, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14994912823263183087 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1499491282326318308714994912823263183087149949128232631830871499491282326318308714994912823263183087149949128232631830871499491282326318308714994912823263183087149949128232631830871499491282326318308714994912823263183087149949128232631830871499491282326318308714994912823263183087149949128232631830871499491282326318308714994912823263183087149949128232631830871499491282326318308714994912823263183087" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8444f55b-ffc5-4dfd-986e-581ce5c5e313, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 587137dc-8e1d-4866-a962-a2f42da827da, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 587137dc-8e1d-4866-a962-a2f42da827da, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9038628033886783265 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90386280338867832659038628033886783265903862803388678326590386280338867832659038628033886783265903862803388678326590386280338867832659038628033886783265903862803388678326590386280338867832659038628033886783265903862803388678326590386280338867832659038628033886783265903862803388678326590386280338867832659038628033886783265903862803388678326590386280338867832659038628033886783265" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 55eb3449-708a-4d20-be85-6d4d582d96f5, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, be14b23b-e20e-4674-9b6c-b81fd69a2fb6, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, be14b23b-e20e-4674-9b6c-b81fd69a2fb6, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3609551910733600929 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36095519107336009293609551910733600929360955191073360092936095519107336009293609551910733600929360955191073360092936095519107336009293609551910733600929360955191073360092936095519107336009293609551910733600929360955191073360092936095519107336009293609551910733600929360955191073360092936095519107336009293609551910733600929360955191073360092936095519107336009293609551910733600929" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 587137dc-8e1d-4866-a962-a2f42da827da, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cf763a17-725e-4e80-b3c7-e5e4ebd603d1, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cf763a17-725e-4e80-b3c7-e5e4ebd603d1, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16470355475084793972 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1647035547508479397216470355475084793972164703554750847939721647035547508479397216470355475084793972164703554750847939721647035547508479397216470355475084793972164703554750847939721647035547508479397216470355475084793972164703554750847939721647035547508479397216470355475084793972164703554750847939721647035547508479397216470355475084793972164703554750847939721647035547508479397216470355475084793972" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, be14b23b-e20e-4674-9b6c-b81fd69a2fb6, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b9eb6180-6842-423a-a8cd-067a7504f1b6, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b9eb6180-6842-423a-a8cd-067a7504f1b6, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15166252516788953054 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1516625251678895305415166252516788953054151662525167889530541516625251678895305415166252516788953054151662525167889530541516625251678895305415166252516788953054151662525167889530541516625251678895305415166252516788953054151662525167889530541516625251678895305415166252516788953054151662525167889530541516625251678895305415166252516788953054151662525167889530541516625251678895305415166252516788953054" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cf763a17-725e-4e80-b3c7-e5e4ebd603d1, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a79da861-f445-45fe-9ace-6ec7f7ca1879, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a79da861-f445-45fe-9ace-6ec7f7ca1879, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7662117536886837648 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76621175368868376487662117536886837648766211753688683764876621175368868376487662117536886837648766211753688683764876621175368868376487662117536886837648766211753688683764876621175368868376487662117536886837648766211753688683764876621175368868376487662117536886837648766211753688683764876621175368868376487662117536886837648766211753688683764876621175368868376487662117536886837648" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b9eb6180-6842-423a-a8cd-067a7504f1b6, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 33cf9d5e-3d68-4d26-88ca-a15285adbbba, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 33cf9d5e-3d68-4d26-88ca-a15285adbbba, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17366959572939944903 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1736695957293994490317366959572939944903173669595729399449031736695957293994490317366959572939944903173669595729399449031736695957293994490317366959572939944903173669595729399449031736695957293994490317366959572939944903173669595729399449031736695957293994490317366959572939944903173669595729399449031736695957293994490317366959572939944903173669595729399449031736695957293994490317366959572939944903" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a79da861-f445-45fe-9ace-6ec7f7ca1879, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 56a59a42-950a-4b0e-a121-40f543b0710f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 56a59a42-950a-4b0e-a121-40f543b0710f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13702162388567352995 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1370216238856735299513702162388567352995137021623885673529951370216238856735299513702162388567352995137021623885673529951370216238856735299513702162388567352995137021623885673529951370216238856735299513702162388567352995137021623885673529951370216238856735299513702162388567352995137021623885673529951370216238856735299513702162388567352995137021623885673529951370216238856735299513702162388567352995" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 33cf9d5e-3d68-4d26-88ca-a15285adbbba, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3369ae8a-730b-4694-92a2-3916ae431165, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3369ae8a-730b-4694-92a2-3916ae431165, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15014090740299906972 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1501409074029990697215014090740299906972150140907402999069721501409074029990697215014090740299906972150140907402999069721501409074029990697215014090740299906972150140907402999069721501409074029990697215014090740299906972150140907402999069721501409074029990697215014090740299906972150140907402999069721501409074029990697215014090740299906972150140907402999069721501409074029990697215014090740299906972" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 56a59a42-950a-4b0e-a121-40f543b0710f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fbb1d955-cd91-457c-bd97-5ae82630c6f0, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fbb1d955-cd91-457c-bd97-5ae82630c6f0, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12121049011324235864 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1212104901132423586412121049011324235864121210490113242358641212104901132423586412121049011324235864121210490113242358641212104901132423586412121049011324235864121210490113242358641212104901132423586412121049011324235864121210490113242358641212104901132423586412121049011324235864121210490113242358641212104901132423586412121049011324235864121210490113242358641212104901132423586412121049011324235864" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3369ae8a-730b-4694-92a2-3916ae431165, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b7688bed-3734-4da7-8b8f-a77c52a373b6, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b7688bed-3734-4da7-8b8f-a77c52a373b6, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3714287884663536532 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37142878846635365323714287884663536532371428788466353653237142878846635365323714287884663536532371428788466353653237142878846635365323714287884663536532371428788466353653237142878846635365323714287884663536532371428788466353653237142878846635365323714287884663536532371428788466353653237142878846635365323714287884663536532371428788466353653237142878846635365323714287884663536532" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fbb1d955-cd91-457c-bd97-5ae82630c6f0, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f8abcf57-4e1a-41b5-99e2-540e41a13fbf, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f8abcf57-4e1a-41b5-99e2-540e41a13fbf, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9881380659131202472 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98813806591312024729881380659131202472988138065913120247298813806591312024729881380659131202472988138065913120247298813806591312024729881380659131202472988138065913120247298813806591312024729881380659131202472988138065913120247298813806591312024729881380659131202472988138065913120247298813806591312024729881380659131202472988138065913120247298813806591312024729881380659131202472" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f8abcf57-4e1a-41b5-99e2-540e41a13fbf, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ab0a5724-a4c6-4416-90e0-9bf9a5f5a281, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ab0a5724-a4c6-4416-90e0-9bf9a5f5a281, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9024200962138652032 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90242009621386520329024200962138652032902420096213865203290242009621386520329024200962138652032902420096213865203290242009621386520329024200962138652032902420096213865203290242009621386520329024200962138652032902420096213865203290242009621386520329024200962138652032902420096213865203290242009621386520329024200962138652032902420096213865203290242009621386520329024200962138652032" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b7688bed-3734-4da7-8b8f-a77c52a373b6, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3d3a8ab2-9bc9-49b3-9c12-f15a2b463bd4, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3d3a8ab2-9bc9-49b3-9c12-f15a2b463bd4, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13520501245912267282 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1352050124591226728213520501245912267282135205012459122672821352050124591226728213520501245912267282135205012459122672821352050124591226728213520501245912267282135205012459122672821352050124591226728213520501245912267282135205012459122672821352050124591226728213520501245912267282135205012459122672821352050124591226728213520501245912267282135205012459122672821352050124591226728213520501245912267282" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ab0a5724-a4c6-4416-90e0-9bf9a5f5a281, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c513506e-46a3-470f-9d67-28f9712c95f0, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c513506e-46a3-470f-9d67-28f9712c95f0, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11126119830605758324 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1112611983060575832411126119830605758324111261198306057583241112611983060575832411126119830605758324111261198306057583241112611983060575832411126119830605758324111261198306057583241112611983060575832411126119830605758324111261198306057583241112611983060575832411126119830605758324111261198306057583241112611983060575832411126119830605758324111261198306057583241112611983060575832411126119830605758324" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3d3a8ab2-9bc9-49b3-9c12-f15a2b463bd4, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8b155e88-5fcf-42c4-815c-8a314c73f025, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8b155e88-5fcf-42c4-815c-8a314c73f025, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5675312028383079043 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56753120283830790435675312028383079043567531202838307904356753120283830790435675312028383079043567531202838307904356753120283830790435675312028383079043567531202838307904356753120283830790435675312028383079043567531202838307904356753120283830790435675312028383079043567531202838307904356753120283830790435675312028383079043567531202838307904356753120283830790435675312028383079043" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c513506e-46a3-470f-9d67-28f9712c95f0, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ffea3d7c-8d63-42ff-88f6-eac23c712682, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ffea3d7c-8d63-42ff-88f6-eac23c712682, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8420669747033676697 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84206697470336766978420669747033676697842066974703367669784206697470336766978420669747033676697842066974703367669784206697470336766978420669747033676697842066974703367669784206697470336766978420669747033676697842066974703367669784206697470336766978420669747033676697842066974703367669784206697470336766978420669747033676697842066974703367669784206697470336766978420669747033676697" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8b155e88-5fcf-42c4-815c-8a314c73f025, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8dab4ccc-3695-439c-98e3-00d7f18ffa8f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8dab4ccc-3695-439c-98e3-00d7f18ffa8f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5382375972195996988 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53823759721959969885382375972195996988538237597219599698853823759721959969885382375972195996988538237597219599698853823759721959969885382375972195996988538237597219599698853823759721959969885382375972195996988538237597219599698853823759721959969885382375972195996988538237597219599698853823759721959969885382375972195996988538237597219599698853823759721959969885382375972195996988" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ffea3d7c-8d63-42ff-88f6-eac23c712682, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 25e4532a-99bb-4835-ab01-0f9a4a904f09, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 25e4532a-99bb-4835-ab01-0f9a4a904f09, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15928950806949935039 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1592895080694993503915928950806949935039159289508069499350391592895080694993503915928950806949935039159289508069499350391592895080694993503915928950806949935039159289508069499350391592895080694993503915928950806949935039159289508069499350391592895080694993503915928950806949935039159289508069499350391592895080694993503915928950806949935039159289508069499350391592895080694993503915928950806949935039" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8dab4ccc-3695-439c-98e3-00d7f18ffa8f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dc7795bb-f947-47e3-a92c-19ac42850d46, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dc7795bb-f947-47e3-a92c-19ac42850d46, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11170239646207118125 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1117023964620711812511170239646207118125111702396462071181251117023964620711812511170239646207118125111702396462071181251117023964620711812511170239646207118125111702396462071181251117023964620711812511170239646207118125111702396462071181251117023964620711812511170239646207118125111702396462071181251117023964620711812511170239646207118125111702396462071181251117023964620711812511170239646207118125" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 25e4532a-99bb-4835-ab01-0f9a4a904f09, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8acd2836-6e15-46fe-8c12-06d5130adbcc, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8acd2836-6e15-46fe-8c12-06d5130adbcc, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11288854779230189703 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1128885477923018970311288854779230189703112888547792301897031128885477923018970311288854779230189703112888547792301897031128885477923018970311288854779230189703112888547792301897031128885477923018970311288854779230189703112888547792301897031128885477923018970311288854779230189703112888547792301897031128885477923018970311288854779230189703112888547792301897031128885477923018970311288854779230189703" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8acd2836-6e15-46fe-8c12-06d5130adbcc, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4e349bce-392a-413c-a973-5d7daae34da0, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4e349bce-392a-413c-a973-5d7daae34da0, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 515214095992067354 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "515214095992067354515214095992067354515214095992067354515214095992067354515214095992067354515214095992067354515214095992067354515214095992067354515214095992067354515214095992067354515214095992067354515214095992067354515214095992067354515214095992067354515214095992067354515214095992067354515214095992067354515214095992067354515214095992067354515214095992067354" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dc7795bb-f947-47e3-a92c-19ac42850d46, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b2f8451d-aee1-40b8-a63f-f3bd9be30cf7, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b2f8451d-aee1-40b8-a63f-f3bd9be30cf7, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1361059030824674430 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13610590308246744301361059030824674430136105903082467443013610590308246744301361059030824674430136105903082467443013610590308246744301361059030824674430136105903082467443013610590308246744301361059030824674430136105903082467443013610590308246744301361059030824674430136105903082467443013610590308246744301361059030824674430136105903082467443013610590308246744301361059030824674430" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4e349bce-392a-413c-a973-5d7daae34da0, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a03ba26b-2900-476a-b305-92330f1681de, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a03ba26b-2900-476a-b305-92330f1681de, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17304488560398280404 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1730448856039828040417304488560398280404173044885603982804041730448856039828040417304488560398280404173044885603982804041730448856039828040417304488560398280404173044885603982804041730448856039828040417304488560398280404173044885603982804041730448856039828040417304488560398280404173044885603982804041730448856039828040417304488560398280404173044885603982804041730448856039828040417304488560398280404" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b2f8451d-aee1-40b8-a63f-f3bd9be30cf7, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 787403c2-8344-4be6-a149-8ff4a0edcf82, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 787403c2-8344-4be6-a149-8ff4a0edcf82, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14659136863831341484 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1465913686383134148414659136863831341484146591368638313414841465913686383134148414659136863831341484146591368638313414841465913686383134148414659136863831341484146591368638313414841465913686383134148414659136863831341484146591368638313414841465913686383134148414659136863831341484146591368638313414841465913686383134148414659136863831341484146591368638313414841465913686383134148414659136863831341484" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a03ba26b-2900-476a-b305-92330f1681de, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0ccdabd6-e7fd-4927-be72-6d64a1d6219b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 787403c2-8344-4be6-a149-8ff4a0edcf82, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0ccdabd6-e7fd-4927-be72-6d64a1d6219b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10006416245456995470 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1000641624545699547010006416245456995470100064162454569954701000641624545699547010006416245456995470100064162454569954701000641624545699547010006416245456995470100064162454569954701000641624545699547010006416245456995470100064162454569954701000641624545699547010006416245456995470100064162454569954701000641624545699547010006416245456995470100064162454569954701000641624545699547010006416245456995470" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 00f71b02-d4ec-477a-878f-63a830878e4f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 00f71b02-d4ec-477a-878f-63a830878e4f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8470511003340984223 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84705110033409842238470511003340984223847051100334098422384705110033409842238470511003340984223847051100334098422384705110033409842238470511003340984223847051100334098422384705110033409842238470511003340984223847051100334098422384705110033409842238470511003340984223847051100334098422384705110033409842238470511003340984223847051100334098422384705110033409842238470511003340984223" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0ccdabd6-e7fd-4927-be72-6d64a1d6219b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1b97fe17-e5b8-468b-9bec-90c44648e7fd, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1b97fe17-e5b8-468b-9bec-90c44648e7fd, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9976540421052343986 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99765404210523439869976540421052343986997654042105234398699765404210523439869976540421052343986997654042105234398699765404210523439869976540421052343986997654042105234398699765404210523439869976540421052343986997654042105234398699765404210523439869976540421052343986997654042105234398699765404210523439869976540421052343986997654042105234398699765404210523439869976540421052343986" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 00f71b02-d4ec-477a-878f-63a830878e4f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ba3282c1-fa0b-47ff-b03f-52060b41a210, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ba3282c1-fa0b-47ff-b03f-52060b41a210, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2715389113087564482 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27153891130875644822715389113087564482271538911308756448227153891130875644822715389113087564482271538911308756448227153891130875644822715389113087564482271538911308756448227153891130875644822715389113087564482271538911308756448227153891130875644822715389113087564482271538911308756448227153891130875644822715389113087564482271538911308756448227153891130875644822715389113087564482" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1b97fe17-e5b8-468b-9bec-90c44648e7fd, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e822645e-016c-487f-83e9-672b60619c56, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e822645e-016c-487f-83e9-672b60619c56, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9603188588128890590 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96031885881288905909603188588128890590960318858812889059096031885881288905909603188588128890590960318858812889059096031885881288905909603188588128890590960318858812889059096031885881288905909603188588128890590960318858812889059096031885881288905909603188588128890590960318858812889059096031885881288905909603188588128890590960318858812889059096031885881288905909603188588128890590" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ba3282c1-fa0b-47ff-b03f-52060b41a210, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5b529ae8-7734-428e-8e4b-783839353087, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5b529ae8-7734-428e-8e4b-783839353087, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15262704567467160066 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1526270456746716006615262704567467160066152627045674671600661526270456746716006615262704567467160066152627045674671600661526270456746716006615262704567467160066152627045674671600661526270456746716006615262704567467160066152627045674671600661526270456746716006615262704567467160066152627045674671600661526270456746716006615262704567467160066152627045674671600661526270456746716006615262704567467160066" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e822645e-016c-487f-83e9-672b60619c56, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 28eb92b7-ccd6-43c9-a400-740fe788f3aa, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 28eb92b7-ccd6-43c9-a400-740fe788f3aa, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2872131877292741500 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28721318772927415002872131877292741500287213187729274150028721318772927415002872131877292741500287213187729274150028721318772927415002872131877292741500287213187729274150028721318772927415002872131877292741500287213187729274150028721318772927415002872131877292741500287213187729274150028721318772927415002872131877292741500287213187729274150028721318772927415002872131877292741500" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5b529ae8-7734-428e-8e4b-783839353087, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a24631f8-110d-4127-b7af-834332696974, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a24631f8-110d-4127-b7af-834332696974, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16172723097518591522 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1617272309751859152216172723097518591522161727230975185915221617272309751859152216172723097518591522161727230975185915221617272309751859152216172723097518591522161727230975185915221617272309751859152216172723097518591522161727230975185915221617272309751859152216172723097518591522161727230975185915221617272309751859152216172723097518591522161727230975185915221617272309751859152216172723097518591522" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 28eb92b7-ccd6-43c9-a400-740fe788f3aa, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fa8f2ff6-7ff4-48f4-ad19-bdd8d1d6be02, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fa8f2ff6-7ff4-48f4-ad19-bdd8d1d6be02, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9371955537031834845 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93719555370318348459371955537031834845937195553703183484593719555370318348459371955537031834845937195553703183484593719555370318348459371955537031834845937195553703183484593719555370318348459371955537031834845937195553703183484593719555370318348459371955537031834845937195553703183484593719555370318348459371955537031834845937195553703183484593719555370318348459371955537031834845" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a24631f8-110d-4127-b7af-834332696974, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ec09c4f3-c132-4f1e-a676-03e0bce11b35, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ec09c4f3-c132-4f1e-a676-03e0bce11b35, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1495656547090555024 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14956565470905550241495656547090555024149565654709055502414956565470905550241495656547090555024149565654709055502414956565470905550241495656547090555024149565654709055502414956565470905550241495656547090555024149565654709055502414956565470905550241495656547090555024149565654709055502414956565470905550241495656547090555024149565654709055502414956565470905550241495656547090555024" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fa8f2ff6-7ff4-48f4-ad19-bdd8d1d6be02, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f7835303-f014-4d1f-a45c-3d5c8050e23a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f7835303-f014-4d1f-a45c-3d5c8050e23a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10894699422489863450 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1089469942248986345010894699422489863450108946994224898634501089469942248986345010894699422489863450108946994224898634501089469942248986345010894699422489863450108946994224898634501089469942248986345010894699422489863450108946994224898634501089469942248986345010894699422489863450108946994224898634501089469942248986345010894699422489863450108946994224898634501089469942248986345010894699422489863450" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ec09c4f3-c132-4f1e-a676-03e0bce11b35, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9f07b666-bcdc-430a-b814-8f9da077c4ea, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9f07b666-bcdc-430a-b814-8f9da077c4ea, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9534066392109761418 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95340663921097614189534066392109761418953406639210976141895340663921097614189534066392109761418953406639210976141895340663921097614189534066392109761418953406639210976141895340663921097614189534066392109761418953406639210976141895340663921097614189534066392109761418953406639210976141895340663921097614189534066392109761418953406639210976141895340663921097614189534066392109761418" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f7835303-f014-4d1f-a45c-3d5c8050e23a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6a9743d5-b791-4ca7-9637-1fc8bbd73596, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6a9743d5-b791-4ca7-9637-1fc8bbd73596, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5059047486963225795 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50590474869632257955059047486963225795505904748696322579550590474869632257955059047486963225795505904748696322579550590474869632257955059047486963225795505904748696322579550590474869632257955059047486963225795505904748696322579550590474869632257955059047486963225795505904748696322579550590474869632257955059047486963225795505904748696322579550590474869632257955059047486963225795" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9f07b666-bcdc-430a-b814-8f9da077c4ea, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 62834f56-23f5-4c02-8b8b-4ebc7ea01cff, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 62834f56-23f5-4c02-8b8b-4ebc7ea01cff, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5208354403641457119 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52083544036414571195208354403641457119520835440364145711952083544036414571195208354403641457119520835440364145711952083544036414571195208354403641457119520835440364145711952083544036414571195208354403641457119520835440364145711952083544036414571195208354403641457119520835440364145711952083544036414571195208354403641457119520835440364145711952083544036414571195208354403641457119" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6a9743d5-b791-4ca7-9637-1fc8bbd73596, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 922c4acd-9749-4951-8320-05a3877d5b86, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 922c4acd-9749-4951-8320-05a3877d5b86, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2255374338210473175 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22553743382104731752255374338210473175225537433821047317522553743382104731752255374338210473175225537433821047317522553743382104731752255374338210473175225537433821047317522553743382104731752255374338210473175225537433821047317522553743382104731752255374338210473175225537433821047317522553743382104731752255374338210473175225537433821047317522553743382104731752255374338210473175" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 62834f56-23f5-4c02-8b8b-4ebc7ea01cff, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 66c86062-8a9f-4b3b-9b24-4a2681390e2a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 66c86062-8a9f-4b3b-9b24-4a2681390e2a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17548747518898488304 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1754874751889848830417548747518898488304175487475188984883041754874751889848830417548747518898488304175487475188984883041754874751889848830417548747518898488304175487475188984883041754874751889848830417548747518898488304175487475188984883041754874751889848830417548747518898488304175487475188984883041754874751889848830417548747518898488304175487475188984883041754874751889848830417548747518898488304" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 922c4acd-9749-4951-8320-05a3877d5b86, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 66c86062-8a9f-4b3b-9b24-4a2681390e2a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 68ae896d-1639-4f79-98c0-99e1cad83060, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 68ae896d-1639-4f79-98c0-99e1cad83060, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7177905387519266846 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71779053875192668467177905387519266846717790538751926684671779053875192668467177905387519266846717790538751926684671779053875192668467177905387519266846717790538751926684671779053875192668467177905387519266846717790538751926684671779053875192668467177905387519266846717790538751926684671779053875192668467177905387519266846717790538751926684671779053875192668467177905387519266846" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b9febc64-2468-444e-855b-6ebbfbb980a7, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b9febc64-2468-444e-855b-6ebbfbb980a7, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9294131653028311987 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92941316530283119879294131653028311987929413165302831198792941316530283119879294131653028311987929413165302831198792941316530283119879294131653028311987929413165302831198792941316530283119879294131653028311987929413165302831198792941316530283119879294131653028311987929413165302831198792941316530283119879294131653028311987929413165302831198792941316530283119879294131653028311987" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 68ae896d-1639-4f79-98c0-99e1cad83060, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3d3d074f-74c6-45df-a232-2241ad1e0dee, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b9febc64-2468-444e-855b-6ebbfbb980a7, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3d3d074f-74c6-45df-a232-2241ad1e0dee, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7437089670096903299 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74370896700969032997437089670096903299743708967009690329974370896700969032997437089670096903299743708967009690329974370896700969032997437089670096903299743708967009690329974370896700969032997437089670096903299743708967009690329974370896700969032997437089670096903299743708967009690329974370896700969032997437089670096903299743708967009690329974370896700969032997437089670096903299" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7eaef90a-f1a7-4df6-9682-c0708dc42544, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7eaef90a-f1a7-4df6-9682-c0708dc42544, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14913765772337861140 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1491376577233786114014913765772337861140149137657723378611401491376577233786114014913765772337861140149137657723378611401491376577233786114014913765772337861140149137657723378611401491376577233786114014913765772337861140149137657723378611401491376577233786114014913765772337861140149137657723378611401491376577233786114014913765772337861140149137657723378611401491376577233786114014913765772337861140" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3d3d074f-74c6-45df-a232-2241ad1e0dee, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 834d4996-742e-4298-a653-0135b6a02486, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 834d4996-742e-4298-a653-0135b6a02486, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12102241804655434069 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1210224180465543406912102241804655434069121022418046554340691210224180465543406912102241804655434069121022418046554340691210224180465543406912102241804655434069121022418046554340691210224180465543406912102241804655434069121022418046554340691210224180465543406912102241804655434069121022418046554340691210224180465543406912102241804655434069121022418046554340691210224180465543406912102241804655434069" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7eaef90a-f1a7-4df6-9682-c0708dc42544, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 341dc7b2-09e9-4e08-bdd4-2b6048d11d06, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 341dc7b2-09e9-4e08-bdd4-2b6048d11d06, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6620462364606203778 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66204623646062037786620462364606203778662046236460620377866204623646062037786620462364606203778662046236460620377866204623646062037786620462364606203778662046236460620377866204623646062037786620462364606203778662046236460620377866204623646062037786620462364606203778662046236460620377866204623646062037786620462364606203778662046236460620377866204623646062037786620462364606203778" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 834d4996-742e-4298-a653-0135b6a02486, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3f811fff-e048-4a7e-acf6-26d38a1abca4, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3f811fff-e048-4a7e-acf6-26d38a1abca4, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 684131397126707349 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "684131397126707349684131397126707349684131397126707349684131397126707349684131397126707349684131397126707349684131397126707349684131397126707349684131397126707349684131397126707349684131397126707349684131397126707349684131397126707349684131397126707349684131397126707349684131397126707349684131397126707349684131397126707349684131397126707349684131397126707349" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 341dc7b2-09e9-4e08-bdd4-2b6048d11d06, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 62be4c3d-529a-42ac-bedf-8f1fed5ed8f2, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 62be4c3d-529a-42ac-bedf-8f1fed5ed8f2, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10936642221940904958 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1093664222194090495810936642221940904958109366422219409049581093664222194090495810936642221940904958109366422219409049581093664222194090495810936642221940904958109366422219409049581093664222194090495810936642221940904958109366422219409049581093664222194090495810936642221940904958109366422219409049581093664222194090495810936642221940904958109366422219409049581093664222194090495810936642221940904958" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3f811fff-e048-4a7e-acf6-26d38a1abca4, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2bc62822-8edd-4e4f-a52e-884b1d270f46, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2bc62822-8edd-4e4f-a52e-884b1d270f46, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14994510945315456002 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1499451094531545600214994510945315456002149945109453154560021499451094531545600214994510945315456002149945109453154560021499451094531545600214994510945315456002149945109453154560021499451094531545600214994510945315456002149945109453154560021499451094531545600214994510945315456002149945109453154560021499451094531545600214994510945315456002149945109453154560021499451094531545600214994510945315456002" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 62be4c3d-529a-42ac-bedf-8f1fed5ed8f2, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 40cac4d7-00bd-4e47-af1b-20052aaec23e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2bc62822-8edd-4e4f-a52e-884b1d270f46, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 40cac4d7-00bd-4e47-af1b-20052aaec23e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13988859455260383833 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1398885945526038383313988859455260383833139888594552603838331398885945526038383313988859455260383833139888594552603838331398885945526038383313988859455260383833139888594552603838331398885945526038383313988859455260383833139888594552603838331398885945526038383313988859455260383833139888594552603838331398885945526038383313988859455260383833139888594552603838331398885945526038383313988859455260383833" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a1c96db8-30f1-4f5a-a54c-bba1a7d52ef3, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a1c96db8-30f1-4f5a-a54c-bba1a7d52ef3, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1864763474660524613 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18647634746605246131864763474660524613186476347466052461318647634746605246131864763474660524613186476347466052461318647634746605246131864763474660524613186476347466052461318647634746605246131864763474660524613186476347466052461318647634746605246131864763474660524613186476347466052461318647634746605246131864763474660524613186476347466052461318647634746605246131864763474660524613" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 40cac4d7-00bd-4e47-af1b-20052aaec23e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a1c96db8-30f1-4f5a-a54c-bba1a7d52ef3, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3f8bec2b-e61e-44e8-ae96-99da1c70760b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3f8bec2b-e61e-44e8-ae96-99da1c70760b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7257135436422082342 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72571354364220823427257135436422082342725713543642208234272571354364220823427257135436422082342725713543642208234272571354364220823427257135436422082342725713543642208234272571354364220823427257135436422082342725713543642208234272571354364220823427257135436422082342725713543642208234272571354364220823427257135436422082342725713543642208234272571354364220823427257135436422082342" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 713046b7-7c06-4424-a62b-14b7f881de53, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 713046b7-7c06-4424-a62b-14b7f881de53, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14551700394607802778 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1455170039460780277814551700394607802778145517003946078027781455170039460780277814551700394607802778145517003946078027781455170039460780277814551700394607802778145517003946078027781455170039460780277814551700394607802778145517003946078027781455170039460780277814551700394607802778145517003946078027781455170039460780277814551700394607802778145517003946078027781455170039460780277814551700394607802778" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3f8bec2b-e61e-44e8-ae96-99da1c70760b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 86dc3f9b-ac11-4856-94f4-9e50b7c341f1, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 86dc3f9b-ac11-4856-94f4-9e50b7c341f1, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16357094940674318968 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1635709494067431896816357094940674318968163570949406743189681635709494067431896816357094940674318968163570949406743189681635709494067431896816357094940674318968163570949406743189681635709494067431896816357094940674318968163570949406743189681635709494067431896816357094940674318968163570949406743189681635709494067431896816357094940674318968163570949406743189681635709494067431896816357094940674318968" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 713046b7-7c06-4424-a62b-14b7f881de53, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 26988634-2a68-4ee6-9b3b-9fd38f693669, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 26988634-2a68-4ee6-9b3b-9fd38f693669, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9457213824413085115 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94572138244130851159457213824413085115945721382441308511594572138244130851159457213824413085115945721382441308511594572138244130851159457213824413085115945721382441308511594572138244130851159457213824413085115945721382441308511594572138244130851159457213824413085115945721382441308511594572138244130851159457213824413085115945721382441308511594572138244130851159457213824413085115" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 86dc3f9b-ac11-4856-94f4-9e50b7c341f1, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 91bc405d-f55f-4b0c-b570-38a60d687bfe, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 91bc405d-f55f-4b0c-b570-38a60d687bfe, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3378852385006889092 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33788523850068890923378852385006889092337885238500688909233788523850068890923378852385006889092337885238500688909233788523850068890923378852385006889092337885238500688909233788523850068890923378852385006889092337885238500688909233788523850068890923378852385006889092337885238500688909233788523850068890923378852385006889092337885238500688909233788523850068890923378852385006889092" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 26988634-2a68-4ee6-9b3b-9fd38f693669, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0feb77ff-d8be-4c22-bb4a-37c7c0972d89, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0feb77ff-d8be-4c22-bb4a-37c7c0972d89, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16853374173042818512 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1685337417304281851216853374173042818512168533741730428185121685337417304281851216853374173042818512168533741730428185121685337417304281851216853374173042818512168533741730428185121685337417304281851216853374173042818512168533741730428185121685337417304281851216853374173042818512168533741730428185121685337417304281851216853374173042818512168533741730428185121685337417304281851216853374173042818512" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 91bc405d-f55f-4b0c-b570-38a60d687bfe, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7841cbf3-c34d-485c-b3f0-296acca922ee, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7841cbf3-c34d-485c-b3f0-296acca922ee, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1079344364474558343 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10793443644745583431079344364474558343107934436447455834310793443644745583431079344364474558343107934436447455834310793443644745583431079344364474558343107934436447455834310793443644745583431079344364474558343107934436447455834310793443644745583431079344364474558343107934436447455834310793443644745583431079344364474558343107934436447455834310793443644745583431079344364474558343" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0feb77ff-d8be-4c22-bb4a-37c7c0972d89, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f65bf8e1-8239-4808-aaba-0c0d5a11ca5d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f65bf8e1-8239-4808-aaba-0c0d5a11ca5d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13841940476936382902 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1384194047693638290213841940476936382902138419404769363829021384194047693638290213841940476936382902138419404769363829021384194047693638290213841940476936382902138419404769363829021384194047693638290213841940476936382902138419404769363829021384194047693638290213841940476936382902138419404769363829021384194047693638290213841940476936382902138419404769363829021384194047693638290213841940476936382902" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7841cbf3-c34d-485c-b3f0-296acca922ee, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f6af624f-63dc-4f6d-888e-1d40a630adb2, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f6af624f-63dc-4f6d-888e-1d40a630adb2, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3767273918763270969 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37672739187632709693767273918763270969376727391876327096937672739187632709693767273918763270969376727391876327096937672739187632709693767273918763270969376727391876327096937672739187632709693767273918763270969376727391876327096937672739187632709693767273918763270969376727391876327096937672739187632709693767273918763270969376727391876327096937672739187632709693767273918763270969" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f65bf8e1-8239-4808-aaba-0c0d5a11ca5d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 36896d92-98b5-4ca1-a55b-639689e10966, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 36896d92-98b5-4ca1-a55b-639689e10966, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5976790974802417638 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59767909748024176385976790974802417638597679097480241763859767909748024176385976790974802417638597679097480241763859767909748024176385976790974802417638597679097480241763859767909748024176385976790974802417638597679097480241763859767909748024176385976790974802417638597679097480241763859767909748024176385976790974802417638597679097480241763859767909748024176385976790974802417638" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f6af624f-63dc-4f6d-888e-1d40a630adb2, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 45d7099b-8a71-429a-a055-22aa9751475e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 45d7099b-8a71-429a-a055-22aa9751475e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6201239826347917955 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62012398263479179556201239826347917955620123982634791795562012398263479179556201239826347917955620123982634791795562012398263479179556201239826347917955620123982634791795562012398263479179556201239826347917955620123982634791795562012398263479179556201239826347917955620123982634791795562012398263479179556201239826347917955620123982634791795562012398263479179556201239826347917955" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 36896d92-98b5-4ca1-a55b-639689e10966, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 09ed1636-4701-42ac-8d22-f4be9c9953ab, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 09ed1636-4701-42ac-8d22-f4be9c9953ab, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5369932332656310745 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53699323326563107455369932332656310745536993233265631074553699323326563107455369932332656310745536993233265631074553699323326563107455369932332656310745536993233265631074553699323326563107455369932332656310745536993233265631074553699323326563107455369932332656310745536993233265631074553699323326563107455369932332656310745536993233265631074553699323326563107455369932332656310745" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 45d7099b-8a71-429a-a055-22aa9751475e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2627e437-8490-4e3e-9ac7-4edefdf8caed, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 09ed1636-4701-42ac-8d22-f4be9c9953ab, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a46e52da-db27-494e-af67-5da6c8187115, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a46e52da-db27-494e-af67-5da6c8187115, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16359946456835386981 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1635994645683538698116359946456835386981163599464568353869811635994645683538698116359946456835386981163599464568353869811635994645683538698116359946456835386981163599464568353869811635994645683538698116359946456835386981163599464568353869811635994645683538698116359946456835386981163599464568353869811635994645683538698116359946456835386981163599464568353869811635994645683538698116359946456835386981" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2627e437-8490-4e3e-9ac7-4edefdf8caed, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15906397655824603427 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1590639765582460342715906397655824603427159063976558246034271590639765582460342715906397655824603427159063976558246034271590639765582460342715906397655824603427159063976558246034271590639765582460342715906397655824603427159063976558246034271590639765582460342715906397655824603427159063976558246034271590639765582460342715906397655824603427159063976558246034271590639765582460342715906397655824603427" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a46e52da-db27-494e-af67-5da6c8187115, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0fee7be4-72f2-422a-9d2e-8d685ffeb128, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0fee7be4-72f2-422a-9d2e-8d685ffeb128, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14954173626039735126 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1495417362603973512614954173626039735126149541736260397351261495417362603973512614954173626039735126149541736260397351261495417362603973512614954173626039735126149541736260397351261495417362603973512614954173626039735126149541736260397351261495417362603973512614954173626039735126149541736260397351261495417362603973512614954173626039735126149541736260397351261495417362603973512614954173626039735126" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2627e437-8490-4e3e-9ac7-4edefdf8caed, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8a1d403e-6c04-4b24-b9de-f63a4fb14988, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8a1d403e-6c04-4b24-b9de-f63a4fb14988, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5926875735423954631 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59268757354239546315926875735423954631592687573542395463159268757354239546315926875735423954631592687573542395463159268757354239546315926875735423954631592687573542395463159268757354239546315926875735423954631592687573542395463159268757354239546315926875735423954631592687573542395463159268757354239546315926875735423954631592687573542395463159268757354239546315926875735423954631" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0fee7be4-72f2-422a-9d2e-8d685ffeb128, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 99dce38d-9abb-4f87-a08b-362a8d28402a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 99dce38d-9abb-4f87-a08b-362a8d28402a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3050919083193271101 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30509190831932711013050919083193271101305091908319327110130509190831932711013050919083193271101305091908319327110130509190831932711013050919083193271101305091908319327110130509190831932711013050919083193271101305091908319327110130509190831932711013050919083193271101305091908319327110130509190831932711013050919083193271101305091908319327110130509190831932711013050919083193271101" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8a1d403e-6c04-4b24-b9de-f63a4fb14988, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2c930b9c-2d37-42bf-b293-a17fc3aa9fe6, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2c930b9c-2d37-42bf-b293-a17fc3aa9fe6, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2093188044373120379 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20931880443731203792093188044373120379209318804437312037920931880443731203792093188044373120379209318804437312037920931880443731203792093188044373120379209318804437312037920931880443731203792093188044373120379209318804437312037920931880443731203792093188044373120379209318804437312037920931880443731203792093188044373120379209318804437312037920931880443731203792093188044373120379" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 99dce38d-9abb-4f87-a08b-362a8d28402a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 29d590bb-7d40-48ef-9fc7-728aa41afcac, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 29d590bb-7d40-48ef-9fc7-728aa41afcac, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2596339879609731188 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25963398796097311882596339879609731188259633987960973118825963398796097311882596339879609731188259633987960973118825963398796097311882596339879609731188259633987960973118825963398796097311882596339879609731188259633987960973118825963398796097311882596339879609731188259633987960973118825963398796097311882596339879609731188259633987960973118825963398796097311882596339879609731188" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2c930b9c-2d37-42bf-b293-a17fc3aa9fe6, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ced3d7b5-76e7-4dc0-8df0-4d16e2b85fec, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ced3d7b5-76e7-4dc0-8df0-4d16e2b85fec, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3429458999891513582 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34294589998915135823429458999891513582342945899989151358234294589998915135823429458999891513582342945899989151358234294589998915135823429458999891513582342945899989151358234294589998915135823429458999891513582342945899989151358234294589998915135823429458999891513582342945899989151358234294589998915135823429458999891513582342945899989151358234294589998915135823429458999891513582" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 29d590bb-7d40-48ef-9fc7-728aa41afcac, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 02f1beb8-9848-4f35-a05e-3f2f82b098ee, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 02f1beb8-9848-4f35-a05e-3f2f82b098ee, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18207971844313908306 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1820797184431390830618207971844313908306182079718443139083061820797184431390830618207971844313908306182079718443139083061820797184431390830618207971844313908306182079718443139083061820797184431390830618207971844313908306182079718443139083061820797184431390830618207971844313908306182079718443139083061820797184431390830618207971844313908306182079718443139083061820797184431390830618207971844313908306" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ced3d7b5-76e7-4dc0-8df0-4d16e2b85fec, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e60f3d89-9ef8-4203-b930-5d77dfbc568f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e60f3d89-9ef8-4203-b930-5d77dfbc568f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1363299638489011035 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13632996384890110351363299638489011035136329963848901103513632996384890110351363299638489011035136329963848901103513632996384890110351363299638489011035136329963848901103513632996384890110351363299638489011035136329963848901103513632996384890110351363299638489011035136329963848901103513632996384890110351363299638489011035136329963848901103513632996384890110351363299638489011035" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 02f1beb8-9848-4f35-a05e-3f2f82b098ee, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e9565f09-0c27-44e8-9cf8-c8097f701c10, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e9565f09-0c27-44e8-9cf8-c8097f701c10, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10139262271267794005 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1013926227126779400510139262271267794005101392622712677940051013926227126779400510139262271267794005101392622712677940051013926227126779400510139262271267794005101392622712677940051013926227126779400510139262271267794005101392622712677940051013926227126779400510139262271267794005101392622712677940051013926227126779400510139262271267794005101392622712677940051013926227126779400510139262271267794005" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e60f3d89-9ef8-4203-b930-5d77dfbc568f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8b82a57a-045a-4035-83df-a5f9b1993192, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8b82a57a-045a-4035-83df-a5f9b1993192, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2419017614702382451 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24190176147023824512419017614702382451241901761470238245124190176147023824512419017614702382451241901761470238245124190176147023824512419017614702382451241901761470238245124190176147023824512419017614702382451241901761470238245124190176147023824512419017614702382451241901761470238245124190176147023824512419017614702382451241901761470238245124190176147023824512419017614702382451" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e9565f09-0c27-44e8-9cf8-c8097f701c10, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 787813e6-6790-45ae-9696-26342983ceb7, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 787813e6-6790-45ae-9696-26342983ceb7, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18146559887997771161 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1814655988799777116118146559887997771161181465598879977711611814655988799777116118146559887997771161181465598879977711611814655988799777116118146559887997771161181465598879977711611814655988799777116118146559887997771161181465598879977711611814655988799777116118146559887997771161181465598879977711611814655988799777116118146559887997771161181465598879977711611814655988799777116118146559887997771161" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8b82a57a-045a-4035-83df-a5f9b1993192, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5604ce26-00ad-4286-9bd7-66a8250753be, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5604ce26-00ad-4286-9bd7-66a8250753be, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11709937321761850152 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1170993732176185015211709937321761850152117099373217618501521170993732176185015211709937321761850152117099373217618501521170993732176185015211709937321761850152117099373217618501521170993732176185015211709937321761850152117099373217618501521170993732176185015211709937321761850152117099373217618501521170993732176185015211709937321761850152117099373217618501521170993732176185015211709937321761850152" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 787813e6-6790-45ae-9696-26342983ceb7, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 34d572b5-eb36-40c4-96a9-b6f138944167, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 34d572b5-eb36-40c4-96a9-b6f138944167, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6304376933746865441 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63043769337468654416304376933746865441630437693374686544163043769337468654416304376933746865441630437693374686544163043769337468654416304376933746865441630437693374686544163043769337468654416304376933746865441630437693374686544163043769337468654416304376933746865441630437693374686544163043769337468654416304376933746865441630437693374686544163043769337468654416304376933746865441" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5604ce26-00ad-4286-9bd7-66a8250753be, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 92ec49ec-7660-4f29-8f24-d7dac0c979bf, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 92ec49ec-7660-4f29-8f24-d7dac0c979bf, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11113782857797016278 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1111378285779701627811113782857797016278111137828577970162781111378285779701627811113782857797016278111137828577970162781111378285779701627811113782857797016278111137828577970162781111378285779701627811113782857797016278111137828577970162781111378285779701627811113782857797016278111137828577970162781111378285779701627811113782857797016278111137828577970162781111378285779701627811113782857797016278" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 34d572b5-eb36-40c4-96a9-b6f138944167, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3cafbb67-4c4d-4e95-b1f3-131c1c61560c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3cafbb67-4c4d-4e95-b1f3-131c1c61560c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13285326890469459227 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1328532689046945922713285326890469459227132853268904694592271328532689046945922713285326890469459227132853268904694592271328532689046945922713285326890469459227132853268904694592271328532689046945922713285326890469459227132853268904694592271328532689046945922713285326890469459227132853268904694592271328532689046945922713285326890469459227132853268904694592271328532689046945922713285326890469459227" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 92ec49ec-7660-4f29-8f24-d7dac0c979bf, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9d888ad0-0db5-4a86-a339-409377c4da07, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9d888ad0-0db5-4a86-a339-409377c4da07, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7470952836827912028 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74709528368279120287470952836827912028747095283682791202874709528368279120287470952836827912028747095283682791202874709528368279120287470952836827912028747095283682791202874709528368279120287470952836827912028747095283682791202874709528368279120287470952836827912028747095283682791202874709528368279120287470952836827912028747095283682791202874709528368279120287470952836827912028" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3cafbb67-4c4d-4e95-b1f3-131c1c61560c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b7ffa39b-4f9b-44da-aa91-be6219db6a89, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b7ffa39b-4f9b-44da-aa91-be6219db6a89, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14674740366146715895 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1467474036614671589514674740366146715895146747403661467158951467474036614671589514674740366146715895146747403661467158951467474036614671589514674740366146715895146747403661467158951467474036614671589514674740366146715895146747403661467158951467474036614671589514674740366146715895146747403661467158951467474036614671589514674740366146715895146747403661467158951467474036614671589514674740366146715895" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9d888ad0-0db5-4a86-a339-409377c4da07, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, aeb3c688-6ed0-4141-9e02-4d6172ff1a62, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aeb3c688-6ed0-4141-9e02-4d6172ff1a62, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16532650692041399149 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1653265069204139914916532650692041399149165326506920413991491653265069204139914916532650692041399149165326506920413991491653265069204139914916532650692041399149165326506920413991491653265069204139914916532650692041399149165326506920413991491653265069204139914916532650692041399149165326506920413991491653265069204139914916532650692041399149165326506920413991491653265069204139914916532650692041399149" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b7ffa39b-4f9b-44da-aa91-be6219db6a89, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aeb3c688-6ed0-4141-9e02-4d6172ff1a62, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 644987b2-eebd-4e19-9ca1-097c27f38dfe, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 644987b2-eebd-4e19-9ca1-097c27f38dfe, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10844144673308994021 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1084414467330899402110844144673308994021108441446733089940211084414467330899402110844144673308994021108441446733089940211084414467330899402110844144673308994021108441446733089940211084414467330899402110844144673308994021108441446733089940211084414467330899402110844144673308994021108441446733089940211084414467330899402110844144673308994021108441446733089940211084414467330899402110844144673308994021" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 430de7a6-ad96-4a9e-9b97-d8c5524c2d07, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 430de7a6-ad96-4a9e-9b97-d8c5524c2d07, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1884894951538794280 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18848949515387942801884894951538794280188489495153879428018848949515387942801884894951538794280188489495153879428018848949515387942801884894951538794280188489495153879428018848949515387942801884894951538794280188489495153879428018848949515387942801884894951538794280188489495153879428018848949515387942801884894951538794280188489495153879428018848949515387942801884894951538794280" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 644987b2-eebd-4e19-9ca1-097c27f38dfe, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0342bc53-2977-4e8b-90d8-047bd37c3011, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0342bc53-2977-4e8b-90d8-047bd37c3011, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2187964885873166737 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21879648858731667372187964885873166737218796488587316673721879648858731667372187964885873166737218796488587316673721879648858731667372187964885873166737218796488587316673721879648858731667372187964885873166737218796488587316673721879648858731667372187964885873166737218796488587316673721879648858731667372187964885873166737218796488587316673721879648858731667372187964885873166737" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 430de7a6-ad96-4a9e-9b97-d8c5524c2d07, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 65d53e5f-ad23-4e2f-917a-f7475fda9000, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 65d53e5f-ad23-4e2f-917a-f7475fda9000, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15967673497851289655 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1596767349785128965515967673497851289655159676734978512896551596767349785128965515967673497851289655159676734978512896551596767349785128965515967673497851289655159676734978512896551596767349785128965515967673497851289655159676734978512896551596767349785128965515967673497851289655159676734978512896551596767349785128965515967673497851289655159676734978512896551596767349785128965515967673497851289655" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0342bc53-2977-4e8b-90d8-047bd37c3011, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4bf897ee-906f-48d4-a827-4b22d0d5593b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4bf897ee-906f-48d4-a827-4b22d0d5593b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1706214375112652556 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17062143751126525561706214375112652556170621437511265255617062143751126525561706214375112652556170621437511265255617062143751126525561706214375112652556170621437511265255617062143751126525561706214375112652556170621437511265255617062143751126525561706214375112652556170621437511265255617062143751126525561706214375112652556170621437511265255617062143751126525561706214375112652556" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 65d53e5f-ad23-4e2f-917a-f7475fda9000, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 296a1c85-241f-4013-86e4-b7caab48068f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 296a1c85-241f-4013-86e4-b7caab48068f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7342150222724260749 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73421502227242607497342150222724260749734215022272426074973421502227242607497342150222724260749734215022272426074973421502227242607497342150222724260749734215022272426074973421502227242607497342150222724260749734215022272426074973421502227242607497342150222724260749734215022272426074973421502227242607497342150222724260749734215022272426074973421502227242607497342150222724260749" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4bf897ee-906f-48d4-a827-4b22d0d5593b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b0f10d40-e023-4c16-a8a6-fadb32e96ce4, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 296a1c85-241f-4013-86e4-b7caab48068f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b34bb1a4-62b5-4054-b25e-27d8e73959bc, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b34bb1a4-62b5-4054-b25e-27d8e73959bc, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15093279039866461098 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1509327903986646109815093279039866461098150932790398664610981509327903986646109815093279039866461098150932790398664610981509327903986646109815093279039866461098150932790398664610981509327903986646109815093279039866461098150932790398664610981509327903986646109815093279039866461098150932790398664610981509327903986646109815093279039866461098150932790398664610981509327903986646109815093279039866461098" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b0f10d40-e023-4c16-a8a6-fadb32e96ce4, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6514859147984680421 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65148591479846804216514859147984680421651485914798468042165148591479846804216514859147984680421651485914798468042165148591479846804216514859147984680421651485914798468042165148591479846804216514859147984680421651485914798468042165148591479846804216514859147984680421651485914798468042165148591479846804216514859147984680421651485914798468042165148591479846804216514859147984680421" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b34bb1a4-62b5-4054-b25e-27d8e73959bc, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b78251f0-0dd1-4c0f-bc27-f628fef83424, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b78251f0-0dd1-4c0f-bc27-f628fef83424, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15101729160922647234 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1510172916092264723415101729160922647234151017291609226472341510172916092264723415101729160922647234151017291609226472341510172916092264723415101729160922647234151017291609226472341510172916092264723415101729160922647234151017291609226472341510172916092264723415101729160922647234151017291609226472341510172916092264723415101729160922647234151017291609226472341510172916092264723415101729160922647234" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b0f10d40-e023-4c16-a8a6-fadb32e96ce4, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1a687be0-c865-4345-bfd4-28c0df98a713, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1a687be0-c865-4345-bfd4-28c0df98a713, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 908456996386663764 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "908456996386663764908456996386663764908456996386663764908456996386663764908456996386663764908456996386663764908456996386663764908456996386663764908456996386663764908456996386663764908456996386663764908456996386663764908456996386663764908456996386663764908456996386663764908456996386663764908456996386663764908456996386663764908456996386663764908456996386663764" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1a687be0-c865-4345-bfd4-28c0df98a713, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 85f29a3e-abac-41c0-949f-2fe4c6f888cd, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b78251f0-0dd1-4c0f-bc27-f628fef83424, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 85f29a3e-abac-41c0-949f-2fe4c6f888cd, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 468291011848008323 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "468291011848008323468291011848008323468291011848008323468291011848008323468291011848008323468291011848008323468291011848008323468291011848008323468291011848008323468291011848008323468291011848008323468291011848008323468291011848008323468291011848008323468291011848008323468291011848008323468291011848008323468291011848008323468291011848008323468291011848008323" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ee2e0d86-3fc7-4c9f-b2a3-90c704745a89, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ee2e0d86-3fc7-4c9f-b2a3-90c704745a89, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12092477427245549825 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1209247742724554982512092477427245549825120924774272455498251209247742724554982512092477427245549825120924774272455498251209247742724554982512092477427245549825120924774272455498251209247742724554982512092477427245549825120924774272455498251209247742724554982512092477427245549825120924774272455498251209247742724554982512092477427245549825120924774272455498251209247742724554982512092477427245549825" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 85f29a3e-abac-41c0-949f-2fe4c6f888cd, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5f740e34-c84b-41b2-9a0c-403f01421f3c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5f740e34-c84b-41b2-9a0c-403f01421f3c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12478077007525335870 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1247807700752533587012478077007525335870124780770075253358701247807700752533587012478077007525335870124780770075253358701247807700752533587012478077007525335870124780770075253358701247807700752533587012478077007525335870124780770075253358701247807700752533587012478077007525335870124780770075253358701247807700752533587012478077007525335870124780770075253358701247807700752533587012478077007525335870" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ee2e0d86-3fc7-4c9f-b2a3-90c704745a89, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7f570329-f28f-4c4e-8907-324f4aff19ed, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7f570329-f28f-4c4e-8907-324f4aff19ed, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3781684446070048252 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37816844460700482523781684446070048252378168444607004825237816844460700482523781684446070048252378168444607004825237816844460700482523781684446070048252378168444607004825237816844460700482523781684446070048252378168444607004825237816844460700482523781684446070048252378168444607004825237816844460700482523781684446070048252378168444607004825237816844460700482523781684446070048252" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5f740e34-c84b-41b2-9a0c-403f01421f3c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a585aa27-c052-45e2-968d-fa07df3fc989, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a585aa27-c052-45e2-968d-fa07df3fc989, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1249104735620565219 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12491047356205652191249104735620565219124910473562056521912491047356205652191249104735620565219124910473562056521912491047356205652191249104735620565219124910473562056521912491047356205652191249104735620565219124910473562056521912491047356205652191249104735620565219124910473562056521912491047356205652191249104735620565219124910473562056521912491047356205652191249104735620565219" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7f570329-f28f-4c4e-8907-324f4aff19ed, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 16a13047-2cfb-47e1-8f6c-49649eb7b0ff, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 16a13047-2cfb-47e1-8f6c-49649eb7b0ff, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12763080424844593540 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1276308042484459354012763080424844593540127630804248445935401276308042484459354012763080424844593540127630804248445935401276308042484459354012763080424844593540127630804248445935401276308042484459354012763080424844593540127630804248445935401276308042484459354012763080424844593540127630804248445935401276308042484459354012763080424844593540127630804248445935401276308042484459354012763080424844593540" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a585aa27-c052-45e2-968d-fa07df3fc989, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 61730a7b-d4fc-4c6d-bd34-8622087d188e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 61730a7b-d4fc-4c6d-bd34-8622087d188e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1136970532014970833 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11369705320149708331136970532014970833113697053201497083311369705320149708331136970532014970833113697053201497083311369705320149708331136970532014970833113697053201497083311369705320149708331136970532014970833113697053201497083311369705320149708331136970532014970833113697053201497083311369705320149708331136970532014970833113697053201497083311369705320149708331136970532014970833" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 16a13047-2cfb-47e1-8f6c-49649eb7b0ff, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 61730a7b-d4fc-4c6d-bd34-8622087d188e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e13e7d3c-4802-4dc3-80ea-a2242f837948, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1c84248c-0833-45ec-b44e-cffe053e7c8e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1c84248c-0833-45ec-b44e-cffe053e7c8e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9277709058249215835 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92777090582492158359277709058249215835927770905824921583592777090582492158359277709058249215835927770905824921583592777090582492158359277709058249215835927770905824921583592777090582492158359277709058249215835927770905824921583592777090582492158359277709058249215835927770905824921583592777090582492158359277709058249215835927770905824921583592777090582492158359277709058249215835" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e13e7d3c-4802-4dc3-80ea-a2242f837948, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8061183146839030032 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80611831468390300328061183146839030032806118314683903003280611831468390300328061183146839030032806118314683903003280611831468390300328061183146839030032806118314683903003280611831468390300328061183146839030032806118314683903003280611831468390300328061183146839030032806118314683903003280611831468390300328061183146839030032806118314683903003280611831468390300328061183146839030032" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1c84248c-0833-45ec-b44e-cffe053e7c8e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7f288565-3666-4860-ac02-0010e187ce9e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7f288565-3666-4860-ac02-0010e187ce9e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10309980973500789008 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1030998097350078900810309980973500789008103099809735007890081030998097350078900810309980973500789008103099809735007890081030998097350078900810309980973500789008103099809735007890081030998097350078900810309980973500789008103099809735007890081030998097350078900810309980973500789008103099809735007890081030998097350078900810309980973500789008103099809735007890081030998097350078900810309980973500789008" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e13e7d3c-4802-4dc3-80ea-a2242f837948, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 331d15a3-b40c-48e4-936a-acc4d7b2b83f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 331d15a3-b40c-48e4-936a-acc4d7b2b83f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3020436842982919681 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30204368429829196813020436842982919681302043684298291968130204368429829196813020436842982919681302043684298291968130204368429829196813020436842982919681302043684298291968130204368429829196813020436842982919681302043684298291968130204368429829196813020436842982919681302043684298291968130204368429829196813020436842982919681302043684298291968130204368429829196813020436842982919681" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7f288565-3666-4860-ac02-0010e187ce9e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e8e18bc6-06ef-4833-8bd4-6edf8f23861b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e8e18bc6-06ef-4833-8bd4-6edf8f23861b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1296090176923949285 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12960901769239492851296090176923949285129609017692394928512960901769239492851296090176923949285129609017692394928512960901769239492851296090176923949285129609017692394928512960901769239492851296090176923949285129609017692394928512960901769239492851296090176923949285129609017692394928512960901769239492851296090176923949285129609017692394928512960901769239492851296090176923949285" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 331d15a3-b40c-48e4-936a-acc4d7b2b83f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 35a9e345-baf7-428b-a787-e8a3a7946021, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 35a9e345-baf7-428b-a787-e8a3a7946021, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17433562226824095172 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1743356222682409517217433562226824095172174335622268240951721743356222682409517217433562226824095172174335622268240951721743356222682409517217433562226824095172174335622268240951721743356222682409517217433562226824095172174335622268240951721743356222682409517217433562226824095172174335622268240951721743356222682409517217433562226824095172174335622268240951721743356222682409517217433562226824095172" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e8e18bc6-06ef-4833-8bd4-6edf8f23861b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a1006233-62b7-4046-b635-9abad8566c87, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a1006233-62b7-4046-b635-9abad8566c87, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13036408614112284993 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1303640861411228499313036408614112284993130364086141122849931303640861411228499313036408614112284993130364086141122849931303640861411228499313036408614112284993130364086141122849931303640861411228499313036408614112284993130364086141122849931303640861411228499313036408614112284993130364086141122849931303640861411228499313036408614112284993130364086141122849931303640861411228499313036408614112284993" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 35a9e345-baf7-428b-a787-e8a3a7946021, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f8da3fb6-4a58-47bd-8ae8-4746288a5693, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f8da3fb6-4a58-47bd-8ae8-4746288a5693, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6766780931370434211 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67667809313704342116766780931370434211676678093137043421167667809313704342116766780931370434211676678093137043421167667809313704342116766780931370434211676678093137043421167667809313704342116766780931370434211676678093137043421167667809313704342116766780931370434211676678093137043421167667809313704342116766780931370434211676678093137043421167667809313704342116766780931370434211" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a1006233-62b7-4046-b635-9abad8566c87, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3888533b-0ec2-4c4e-a9b2-8ba954ff69d0, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3888533b-0ec2-4c4e-a9b2-8ba954ff69d0, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12618444623615124964 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1261844462361512496412618444623615124964126184446236151249641261844462361512496412618444623615124964126184446236151249641261844462361512496412618444623615124964126184446236151249641261844462361512496412618444623615124964126184446236151249641261844462361512496412618444623615124964126184446236151249641261844462361512496412618444623615124964126184446236151249641261844462361512496412618444623615124964" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f8da3fb6-4a58-47bd-8ae8-4746288a5693, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 405de837-f288-4bf3-a1bd-9ebaa60a9f66, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 405de837-f288-4bf3-a1bd-9ebaa60a9f66, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16888357825180594963 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1688835782518059496316888357825180594963168883578251805949631688835782518059496316888357825180594963168883578251805949631688835782518059496316888357825180594963168883578251805949631688835782518059496316888357825180594963168883578251805949631688835782518059496316888357825180594963168883578251805949631688835782518059496316888357825180594963168883578251805949631688835782518059496316888357825180594963" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3888533b-0ec2-4c4e-a9b2-8ba954ff69d0, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 37c6099e-013f-4e95-9573-5a990b74267f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 37c6099e-013f-4e95-9573-5a990b74267f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11862116925747845934 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1186211692574784593411862116925747845934118621169257478459341186211692574784593411862116925747845934118621169257478459341186211692574784593411862116925747845934118621169257478459341186211692574784593411862116925747845934118621169257478459341186211692574784593411862116925747845934118621169257478459341186211692574784593411862116925747845934118621169257478459341186211692574784593411862116925747845934" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 405de837-f288-4bf3-a1bd-9ebaa60a9f66, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f3e98f58-f20a-4c2a-8cff-33fd38654da8, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f3e98f58-f20a-4c2a-8cff-33fd38654da8, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11821021229124337300 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1182102122912433730011821021229124337300118210212291243373001182102122912433730011821021229124337300118210212291243373001182102122912433730011821021229124337300118210212291243373001182102122912433730011821021229124337300118210212291243373001182102122912433730011821021229124337300118210212291243373001182102122912433730011821021229124337300118210212291243373001182102122912433730011821021229124337300" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 37c6099e-013f-4e95-9573-5a990b74267f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4b6a4675-5ca0-4635-9e08-8184628ef5c9, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4b6a4675-5ca0-4635-9e08-8184628ef5c9, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4757599194954332146 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47575991949543321464757599194954332146475759919495433214647575991949543321464757599194954332146475759919495433214647575991949543321464757599194954332146475759919495433214647575991949543321464757599194954332146475759919495433214647575991949543321464757599194954332146475759919495433214647575991949543321464757599194954332146475759919495433214647575991949543321464757599194954332146" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f3e98f58-f20a-4c2a-8cff-33fd38654da8, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, de23f4a6-6f6c-44e9-9c14-6f3a8c1bfe40, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, de23f4a6-6f6c-44e9-9c14-6f3a8c1bfe40, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13031343233762436765 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1303134323376243676513031343233762436765130313432337624367651303134323376243676513031343233762436765130313432337624367651303134323376243676513031343233762436765130313432337624367651303134323376243676513031343233762436765130313432337624367651303134323376243676513031343233762436765130313432337624367651303134323376243676513031343233762436765130313432337624367651303134323376243676513031343233762436765" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4b6a4675-5ca0-4635-9e08-8184628ef5c9, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 64db9efe-07c3-4af5-b53a-f7baab2e6beb, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 64db9efe-07c3-4af5-b53a-f7baab2e6beb, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8087012028748106874 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80870120287481068748087012028748106874808701202874810687480870120287481068748087012028748106874808701202874810687480870120287481068748087012028748106874808701202874810687480870120287481068748087012028748106874808701202874810687480870120287481068748087012028748106874808701202874810687480870120287481068748087012028748106874808701202874810687480870120287481068748087012028748106874" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, de23f4a6-6f6c-44e9-9c14-6f3a8c1bfe40, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2f0b8dcd-2954-45c4-8b5d-ecead4a38544, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2f0b8dcd-2954-45c4-8b5d-ecead4a38544, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13248787408520399563 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1324878740852039956313248787408520399563132487874085203995631324878740852039956313248787408520399563132487874085203995631324878740852039956313248787408520399563132487874085203995631324878740852039956313248787408520399563132487874085203995631324878740852039956313248787408520399563132487874085203995631324878740852039956313248787408520399563132487874085203995631324878740852039956313248787408520399563" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 64db9efe-07c3-4af5-b53a-f7baab2e6beb, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1a075d42-7b36-4533-8370-41e3678028e5, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1a075d42-7b36-4533-8370-41e3678028e5, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11691059238782294781 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1169105923878229478111691059238782294781116910592387822947811169105923878229478111691059238782294781116910592387822947811169105923878229478111691059238782294781116910592387822947811169105923878229478111691059238782294781116910592387822947811169105923878229478111691059238782294781116910592387822947811169105923878229478111691059238782294781116910592387822947811169105923878229478111691059238782294781" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2f0b8dcd-2954-45c4-8b5d-ecead4a38544, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 59ac49ab-f13d-443a-b9d8-f7077df68d67, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 59ac49ab-f13d-443a-b9d8-f7077df68d67, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5241760635634651663 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52417606356346516635241760635634651663524176063563465166352417606356346516635241760635634651663524176063563465166352417606356346516635241760635634651663524176063563465166352417606356346516635241760635634651663524176063563465166352417606356346516635241760635634651663524176063563465166352417606356346516635241760635634651663524176063563465166352417606356346516635241760635634651663" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1a075d42-7b36-4533-8370-41e3678028e5, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0ce3d60f-01a8-42f7-9805-f86ee3ae1983, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0ce3d60f-01a8-42f7-9805-f86ee3ae1983, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17646824239739118010 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1764682423973911801017646824239739118010176468242397391180101764682423973911801017646824239739118010176468242397391180101764682423973911801017646824239739118010176468242397391180101764682423973911801017646824239739118010176468242397391180101764682423973911801017646824239739118010176468242397391180101764682423973911801017646824239739118010176468242397391180101764682423973911801017646824239739118010" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 59ac49ab-f13d-443a-b9d8-f7077df68d67, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9e940cb9-fa94-48f7-b2a2-e579913eda68, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9e940cb9-fa94-48f7-b2a2-e579913eda68, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2458790509013987830 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24587905090139878302458790509013987830245879050901398783024587905090139878302458790509013987830245879050901398783024587905090139878302458790509013987830245879050901398783024587905090139878302458790509013987830245879050901398783024587905090139878302458790509013987830245879050901398783024587905090139878302458790509013987830245879050901398783024587905090139878302458790509013987830" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0ce3d60f-01a8-42f7-9805-f86ee3ae1983, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 383554bb-a045-4014-89f9-aac006661f05, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 383554bb-a045-4014-89f9-aac006661f05, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12460973657706973776 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1246097365770697377612460973657706973776124609736577069737761246097365770697377612460973657706973776124609736577069737761246097365770697377612460973657706973776124609736577069737761246097365770697377612460973657706973776124609736577069737761246097365770697377612460973657706973776124609736577069737761246097365770697377612460973657706973776124609736577069737761246097365770697377612460973657706973776" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9e940cb9-fa94-48f7-b2a2-e579913eda68, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e3a9f236-ee20-4734-9aac-23f2b0c3a400, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 383554bb-a045-4014-89f9-aac006661f05, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e3a9f236-ee20-4734-9aac-23f2b0c3a400, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7754256049441630812 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77542560494416308127754256049441630812775425604944163081277542560494416308127754256049441630812775425604944163081277542560494416308127754256049441630812775425604944163081277542560494416308127754256049441630812775425604944163081277542560494416308127754256049441630812775425604944163081277542560494416308127754256049441630812775425604944163081277542560494416308127754256049441630812" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f952c9f4-3a3c-4dd6-a66a-b6428af71189, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f952c9f4-3a3c-4dd6-a66a-b6428af71189, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1747137533803598471 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17471375338035984711747137533803598471174713753380359847117471375338035984711747137533803598471174713753380359847117471375338035984711747137533803598471174713753380359847117471375338035984711747137533803598471174713753380359847117471375338035984711747137533803598471174713753380359847117471375338035984711747137533803598471174713753380359847117471375338035984711747137533803598471" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f952c9f4-3a3c-4dd6-a66a-b6428af71189, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 88609898-f2f5-48a8-9296-1d4c58074858, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 88609898-f2f5-48a8-9296-1d4c58074858, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16841170536212299149 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1684117053621229914916841170536212299149168411705362122991491684117053621229914916841170536212299149168411705362122991491684117053621229914916841170536212299149168411705362122991491684117053621229914916841170536212299149168411705362122991491684117053621229914916841170536212299149168411705362122991491684117053621229914916841170536212299149168411705362122991491684117053621229914916841170536212299149" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e3a9f236-ee20-4734-9aac-23f2b0c3a400, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fe30fdc5-3f1b-4d1a-b2d5-024ba8f728d3, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fe30fdc5-3f1b-4d1a-b2d5-024ba8f728d3, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3777702224511425112 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37777022245114251123777702224511425112377770222451142511237777022245114251123777702224511425112377770222451142511237777022245114251123777702224511425112377770222451142511237777022245114251123777702224511425112377770222451142511237777022245114251123777702224511425112377770222451142511237777022245114251123777702224511425112377770222451142511237777022245114251123777702224511425112" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 88609898-f2f5-48a8-9296-1d4c58074858, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 24b38205-0341-4c9d-b05c-b1066620cb7c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 24b38205-0341-4c9d-b05c-b1066620cb7c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5132096871148154732 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51320968711481547325132096871148154732513209687114815473251320968711481547325132096871148154732513209687114815473251320968711481547325132096871148154732513209687114815473251320968711481547325132096871148154732513209687114815473251320968711481547325132096871148154732513209687114815473251320968711481547325132096871148154732513209687114815473251320968711481547325132096871148154732" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fe30fdc5-3f1b-4d1a-b2d5-024ba8f728d3, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2a2d6acf-dc24-4021-82a3-7c0eeb2b8bed, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2a2d6acf-dc24-4021-82a3-7c0eeb2b8bed, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11812293323236993606 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1181229332323699360611812293323236993606118122933232369936061181229332323699360611812293323236993606118122933232369936061181229332323699360611812293323236993606118122933232369936061181229332323699360611812293323236993606118122933232369936061181229332323699360611812293323236993606118122933232369936061181229332323699360611812293323236993606118122933232369936061181229332323699360611812293323236993606" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 24b38205-0341-4c9d-b05c-b1066620cb7c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 51def578-d03e-4aaf-82a7-f8a1049a3c34, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 51def578-d03e-4aaf-82a7-f8a1049a3c34, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16849872838690747791 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1684987283869074779116849872838690747791168498728386907477911684987283869074779116849872838690747791168498728386907477911684987283869074779116849872838690747791168498728386907477911684987283869074779116849872838690747791168498728386907477911684987283869074779116849872838690747791168498728386907477911684987283869074779116849872838690747791168498728386907477911684987283869074779116849872838690747791" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2a2d6acf-dc24-4021-82a3-7c0eeb2b8bed, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d015db81-b68a-463d-9470-ad450dee8d4e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d015db81-b68a-463d-9470-ad450dee8d4e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2990177742559618951 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29901777425596189512990177742559618951299017774255961895129901777425596189512990177742559618951299017774255961895129901777425596189512990177742559618951299017774255961895129901777425596189512990177742559618951299017774255961895129901777425596189512990177742559618951299017774255961895129901777425596189512990177742559618951299017774255961895129901777425596189512990177742559618951" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 51def578-d03e-4aaf-82a7-f8a1049a3c34, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6b02fc88-37c6-4deb-9c2b-79cfdde582ce, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6b02fc88-37c6-4deb-9c2b-79cfdde582ce, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12872046775781054754 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1287204677578105475412872046775781054754128720467757810547541287204677578105475412872046775781054754128720467757810547541287204677578105475412872046775781054754128720467757810547541287204677578105475412872046775781054754128720467757810547541287204677578105475412872046775781054754128720467757810547541287204677578105475412872046775781054754128720467757810547541287204677578105475412872046775781054754" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d015db81-b68a-463d-9470-ad450dee8d4e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a53ed133-ca88-4489-a035-78e4a8c57571, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a53ed133-ca88-4489-a035-78e4a8c57571, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14577677254286240829 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1457767725428624082914577677254286240829145776772542862408291457767725428624082914577677254286240829145776772542862408291457767725428624082914577677254286240829145776772542862408291457767725428624082914577677254286240829145776772542862408291457767725428624082914577677254286240829145776772542862408291457767725428624082914577677254286240829145776772542862408291457767725428624082914577677254286240829" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6b02fc88-37c6-4deb-9c2b-79cfdde582ce, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e9845961-a2de-4829-a48e-460c95d04519, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e9845961-a2de-4829-a48e-460c95d04519, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17692138944595268465 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1769213894459526846517692138944595268465176921389445952684651769213894459526846517692138944595268465176921389445952684651769213894459526846517692138944595268465176921389445952684651769213894459526846517692138944595268465176921389445952684651769213894459526846517692138944595268465176921389445952684651769213894459526846517692138944595268465176921389445952684651769213894459526846517692138944595268465" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a53ed133-ca88-4489-a035-78e4a8c57571, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6beae9b9-c36f-478c-8524-9f3a63aef0c3, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6beae9b9-c36f-478c-8524-9f3a63aef0c3, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10652913199723658592 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1065291319972365859210652913199723658592106529131997236585921065291319972365859210652913199723658592106529131997236585921065291319972365859210652913199723658592106529131997236585921065291319972365859210652913199723658592106529131997236585921065291319972365859210652913199723658592106529131997236585921065291319972365859210652913199723658592106529131997236585921065291319972365859210652913199723658592" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e9845961-a2de-4829-a48e-460c95d04519, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f0def885-6d36-44a5-b602-07616c5eccc5, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f0def885-6d36-44a5-b602-07616c5eccc5, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13458178671031133822 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1345817867103113382213458178671031133822134581786710311338221345817867103113382213458178671031133822134581786710311338221345817867103113382213458178671031133822134581786710311338221345817867103113382213458178671031133822134581786710311338221345817867103113382213458178671031133822134581786710311338221345817867103113382213458178671031133822134581786710311338221345817867103113382213458178671031133822" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6beae9b9-c36f-478c-8524-9f3a63aef0c3, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 52fb0760-1cfb-452a-aa4c-0722b304666d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 52fb0760-1cfb-452a-aa4c-0722b304666d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10107918420019969008 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1010791842001996900810107918420019969008101079184200199690081010791842001996900810107918420019969008101079184200199690081010791842001996900810107918420019969008101079184200199690081010791842001996900810107918420019969008101079184200199690081010791842001996900810107918420019969008101079184200199690081010791842001996900810107918420019969008101079184200199690081010791842001996900810107918420019969008" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f0def885-6d36-44a5-b602-07616c5eccc5, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, baec5fed-adb3-4577-866c-14eee57217dd, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, baec5fed-adb3-4577-866c-14eee57217dd, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16068006178254728271 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1606800617825472827116068006178254728271160680061782547282711606800617825472827116068006178254728271160680061782547282711606800617825472827116068006178254728271160680061782547282711606800617825472827116068006178254728271160680061782547282711606800617825472827116068006178254728271160680061782547282711606800617825472827116068006178254728271160680061782547282711606800617825472827116068006178254728271" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 52fb0760-1cfb-452a-aa4c-0722b304666d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 49b51f5d-1cc5-4e04-8f73-d38da5a9b3a4, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 49b51f5d-1cc5-4e04-8f73-d38da5a9b3a4, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16187521153322105726 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1618752115332210572616187521153322105726161875211533221057261618752115332210572616187521153322105726161875211533221057261618752115332210572616187521153322105726161875211533221057261618752115332210572616187521153322105726161875211533221057261618752115332210572616187521153322105726161875211533221057261618752115332210572616187521153322105726161875211533221057261618752115332210572616187521153322105726" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, baec5fed-adb3-4577-866c-14eee57217dd, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9573c8e7-9f5b-4d8c-88a4-36964db3cd54, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9573c8e7-9f5b-4d8c-88a4-36964db3cd54, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8490218300526259123 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84902183005262591238490218300526259123849021830052625912384902183005262591238490218300526259123849021830052625912384902183005262591238490218300526259123849021830052625912384902183005262591238490218300526259123849021830052625912384902183005262591238490218300526259123849021830052625912384902183005262591238490218300526259123849021830052625912384902183005262591238490218300526259123" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 49b51f5d-1cc5-4e04-8f73-d38da5a9b3a4, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 84fe727d-e8e6-47cf-95f6-97effa6c4530, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 84fe727d-e8e6-47cf-95f6-97effa6c4530, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 76084969177274285 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "7608496917727428576084969177274285760849691772742857608496917727428576084969177274285760849691772742857608496917727428576084969177274285760849691772742857608496917727428576084969177274285760849691772742857608496917727428576084969177274285760849691772742857608496917727428576084969177274285760849691772742857608496917727428576084969177274285" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9573c8e7-9f5b-4d8c-88a4-36964db3cd54, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7c220fe2-47f9-4966-b192-6e057b7fa98e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7c220fe2-47f9-4966-b192-6e057b7fa98e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6653159197277029085 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66531591972770290856653159197277029085665315919727702908566531591972770290856653159197277029085665315919727702908566531591972770290856653159197277029085665315919727702908566531591972770290856653159197277029085665315919727702908566531591972770290856653159197277029085665315919727702908566531591972770290856653159197277029085665315919727702908566531591972770290856653159197277029085" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 84fe727d-e8e6-47cf-95f6-97effa6c4530, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 85c08f69-4b91-4365-a706-7d3823db29fe, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 85c08f69-4b91-4365-a706-7d3823db29fe, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1274127020890834635 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12741270208908346351274127020890834635127412702089083463512741270208908346351274127020890834635127412702089083463512741270208908346351274127020890834635127412702089083463512741270208908346351274127020890834635127412702089083463512741270208908346351274127020890834635127412702089083463512741270208908346351274127020890834635127412702089083463512741270208908346351274127020890834635" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7c220fe2-47f9-4966-b192-6e057b7fa98e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7e53bef1-0da5-4f11-82b1-6838a5caedb5, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7e53bef1-0da5-4f11-82b1-6838a5caedb5, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3811587885832019651 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38115878858320196513811587885832019651381158788583201965138115878858320196513811587885832019651381158788583201965138115878858320196513811587885832019651381158788583201965138115878858320196513811587885832019651381158788583201965138115878858320196513811587885832019651381158788583201965138115878858320196513811587885832019651381158788583201965138115878858320196513811587885832019651" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 85c08f69-4b91-4365-a706-7d3823db29fe, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f2dd3ad8-467c-47fb-8fc9-c632d81e0ae7, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f2dd3ad8-467c-47fb-8fc9-c632d81e0ae7, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5656316873012702869 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56563168730127028695656316873012702869565631687301270286956563168730127028695656316873012702869565631687301270286956563168730127028695656316873012702869565631687301270286956563168730127028695656316873012702869565631687301270286956563168730127028695656316873012702869565631687301270286956563168730127028695656316873012702869565631687301270286956563168730127028695656316873012702869" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7e53bef1-0da5-4f11-82b1-6838a5caedb5, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 883a820d-36ff-44e5-a3a4-7048dc9c680d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 883a820d-36ff-44e5-a3a4-7048dc9c680d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1099321029310638092 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10993210293106380921099321029310638092109932102931063809210993210293106380921099321029310638092109932102931063809210993210293106380921099321029310638092109932102931063809210993210293106380921099321029310638092109932102931063809210993210293106380921099321029310638092109932102931063809210993210293106380921099321029310638092109932102931063809210993210293106380921099321029310638092" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f2dd3ad8-467c-47fb-8fc9-c632d81e0ae7, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a5b89acf-bf6c-4d18-9fc8-eb22eb9bd8ec, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a5b89acf-bf6c-4d18-9fc8-eb22eb9bd8ec, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7537493585108040344 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75374935851080403447537493585108040344753749358510804034475374935851080403447537493585108040344753749358510804034475374935851080403447537493585108040344753749358510804034475374935851080403447537493585108040344753749358510804034475374935851080403447537493585108040344753749358510804034475374935851080403447537493585108040344753749358510804034475374935851080403447537493585108040344" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 883a820d-36ff-44e5-a3a4-7048dc9c680d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 87499214-a8d1-401f-a53e-0026ee610511, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 87499214-a8d1-401f-a53e-0026ee610511, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5993434689952518795 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59934346899525187955993434689952518795599343468995251879559934346899525187955993434689952518795599343468995251879559934346899525187955993434689952518795599343468995251879559934346899525187955993434689952518795599343468995251879559934346899525187955993434689952518795599343468995251879559934346899525187955993434689952518795599343468995251879559934346899525187955993434689952518795" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a5b89acf-bf6c-4d18-9fc8-eb22eb9bd8ec, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 00652342-325a-493a-9a8d-2e83afc0943f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 00652342-325a-493a-9a8d-2e83afc0943f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3790177194076947788 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37901771940769477883790177194076947788379017719407694778837901771940769477883790177194076947788379017719407694778837901771940769477883790177194076947788379017719407694778837901771940769477883790177194076947788379017719407694778837901771940769477883790177194076947788379017719407694778837901771940769477883790177194076947788379017719407694778837901771940769477883790177194076947788" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 87499214-a8d1-401f-a53e-0026ee610511, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f48e5db3-6667-4765-95bd-394b0fc58412, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f48e5db3-6667-4765-95bd-394b0fc58412, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12320114551775466038 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1232011455177546603812320114551775466038123201145517754660381232011455177546603812320114551775466038123201145517754660381232011455177546603812320114551775466038123201145517754660381232011455177546603812320114551775466038123201145517754660381232011455177546603812320114551775466038123201145517754660381232011455177546603812320114551775466038123201145517754660381232011455177546603812320114551775466038" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 00652342-325a-493a-9a8d-2e83afc0943f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ddafac3e-d844-4caf-a34c-d91de872a673, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ddafac3e-d844-4caf-a34c-d91de872a673, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6689668070958035293 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66896680709580352936689668070958035293668966807095803529366896680709580352936689668070958035293668966807095803529366896680709580352936689668070958035293668966807095803529366896680709580352936689668070958035293668966807095803529366896680709580352936689668070958035293668966807095803529366896680709580352936689668070958035293668966807095803529366896680709580352936689668070958035293" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f48e5db3-6667-4765-95bd-394b0fc58412, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9808665f-ee09-4ceb-9f52-1c1edf8a67df, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9808665f-ee09-4ceb-9f52-1c1edf8a67df, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18315529850123044645 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1831552985012304464518315529850123044645183155298501230446451831552985012304464518315529850123044645183155298501230446451831552985012304464518315529850123044645183155298501230446451831552985012304464518315529850123044645183155298501230446451831552985012304464518315529850123044645183155298501230446451831552985012304464518315529850123044645183155298501230446451831552985012304464518315529850123044645" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ddafac3e-d844-4caf-a34c-d91de872a673, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 03ac9106-4958-4403-ad3b-c65b0c51be65, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 03ac9106-4958-4403-ad3b-c65b0c51be65, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15014166463316180669 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1501416646331618066915014166463316180669150141664633161806691501416646331618066915014166463316180669150141664633161806691501416646331618066915014166463316180669150141664633161806691501416646331618066915014166463316180669150141664633161806691501416646331618066915014166463316180669150141664633161806691501416646331618066915014166463316180669150141664633161806691501416646331618066915014166463316180669" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9808665f-ee09-4ceb-9f52-1c1edf8a67df, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 889f600d-cbc4-4f9e-9512-88239f8e31f8, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 889f600d-cbc4-4f9e-9512-88239f8e31f8, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14568359214076158085 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1456835921407615808514568359214076158085145683592140761580851456835921407615808514568359214076158085145683592140761580851456835921407615808514568359214076158085145683592140761580851456835921407615808514568359214076158085145683592140761580851456835921407615808514568359214076158085145683592140761580851456835921407615808514568359214076158085145683592140761580851456835921407615808514568359214076158085" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 03ac9106-4958-4403-ad3b-c65b0c51be65, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 79e585b5-5049-46b4-9c80-6bee4430bff1, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 79e585b5-5049-46b4-9c80-6bee4430bff1, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4976040169722391788 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49760401697223917884976040169722391788497604016972239178849760401697223917884976040169722391788497604016972239178849760401697223917884976040169722391788497604016972239178849760401697223917884976040169722391788497604016972239178849760401697223917884976040169722391788497604016972239178849760401697223917884976040169722391788497604016972239178849760401697223917884976040169722391788" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 889f600d-cbc4-4f9e-9512-88239f8e31f8, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f9b499d7-08f8-484b-89e2-09897805cae1, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f9b499d7-08f8-484b-89e2-09897805cae1, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1229982886277918014 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12299828862779180141229982886277918014122998288627791801412299828862779180141229982886277918014122998288627791801412299828862779180141229982886277918014122998288627791801412299828862779180141229982886277918014122998288627791801412299828862779180141229982886277918014122998288627791801412299828862779180141229982886277918014122998288627791801412299828862779180141229982886277918014" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 79e585b5-5049-46b4-9c80-6bee4430bff1, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ceadeac7-a9f0-4400-b6cc-e526bf3e0a3b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ceadeac7-a9f0-4400-b6cc-e526bf3e0a3b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18419336593324384924 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1841933659332438492418419336593324384924184193365933243849241841933659332438492418419336593324384924184193365933243849241841933659332438492418419336593324384924184193365933243849241841933659332438492418419336593324384924184193365933243849241841933659332438492418419336593324384924184193365933243849241841933659332438492418419336593324384924184193365933243849241841933659332438492418419336593324384924" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f9b499d7-08f8-484b-89e2-09897805cae1, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7b5fc9c6-c818-496a-9226-e81020951a07, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7b5fc9c6-c818-496a-9226-e81020951a07, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11853425850522460602 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1185342585052246060211853425850522460602118534258505224606021185342585052246060211853425850522460602118534258505224606021185342585052246060211853425850522460602118534258505224606021185342585052246060211853425850522460602118534258505224606021185342585052246060211853425850522460602118534258505224606021185342585052246060211853425850522460602118534258505224606021185342585052246060211853425850522460602" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ceadeac7-a9f0-4400-b6cc-e526bf3e0a3b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 30fa59f2-05a0-4d84-b768-ec47490b7d9d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 30fa59f2-05a0-4d84-b768-ec47490b7d9d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 793291644008621736 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "793291644008621736793291644008621736793291644008621736793291644008621736793291644008621736793291644008621736793291644008621736793291644008621736793291644008621736793291644008621736793291644008621736793291644008621736793291644008621736793291644008621736793291644008621736793291644008621736793291644008621736793291644008621736793291644008621736793291644008621736" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7b5fc9c6-c818-496a-9226-e81020951a07, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 88824312-c7ec-4a32-b26a-fe5754a1b4a1, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 88824312-c7ec-4a32-b26a-fe5754a1b4a1, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9425620643634122324 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94256206436341223249425620643634122324942562064363412232494256206436341223249425620643634122324942562064363412232494256206436341223249425620643634122324942562064363412232494256206436341223249425620643634122324942562064363412232494256206436341223249425620643634122324942562064363412232494256206436341223249425620643634122324942562064363412232494256206436341223249425620643634122324" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 30fa59f2-05a0-4d84-b768-ec47490b7d9d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 75785529-c43d-48ec-97aa-7021f10d77b1, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 75785529-c43d-48ec-97aa-7021f10d77b1, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3895062864320348125 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38950628643203481253895062864320348125389506286432034812538950628643203481253895062864320348125389506286432034812538950628643203481253895062864320348125389506286432034812538950628643203481253895062864320348125389506286432034812538950628643203481253895062864320348125389506286432034812538950628643203481253895062864320348125389506286432034812538950628643203481253895062864320348125" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 88824312-c7ec-4a32-b26a-fe5754a1b4a1, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e5fc1116-3a79-40da-ae07-340624653ed2, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e5fc1116-3a79-40da-ae07-340624653ed2, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1788950439509140670 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17889504395091406701788950439509140670178895043950914067017889504395091406701788950439509140670178895043950914067017889504395091406701788950439509140670178895043950914067017889504395091406701788950439509140670178895043950914067017889504395091406701788950439509140670178895043950914067017889504395091406701788950439509140670178895043950914067017889504395091406701788950439509140670" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 75785529-c43d-48ec-97aa-7021f10d77b1, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e5fc1116-3a79-40da-ae07-340624653ed2, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 01553791-0a37-4596-b89d-e4bcf3bdbe74, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 01553791-0a37-4596-b89d-e4bcf3bdbe74, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14610962341186915664 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1461096234118691566414610962341186915664146109623411869156641461096234118691566414610962341186915664146109623411869156641461096234118691566414610962341186915664146109623411869156641461096234118691566414610962341186915664146109623411869156641461096234118691566414610962341186915664146109623411869156641461096234118691566414610962341186915664146109623411869156641461096234118691566414610962341186915664" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ec9b7be4-9344-4178-a0c9-2dc6e6b16226, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ec9b7be4-9344-4178-a0c9-2dc6e6b16226, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7491841848726346825 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74918418487263468257491841848726346825749184184872634682574918418487263468257491841848726346825749184184872634682574918418487263468257491841848726346825749184184872634682574918418487263468257491841848726346825749184184872634682574918418487263468257491841848726346825749184184872634682574918418487263468257491841848726346825749184184872634682574918418487263468257491841848726346825" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 01553791-0a37-4596-b89d-e4bcf3bdbe74, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ec9b7be4-9344-4178-a0c9-2dc6e6b16226, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1534fb39-4c72-4d17-b7a7-facaaefa7fae, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1534fb39-4c72-4d17-b7a7-facaaefa7fae, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6447187098031431144 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64471870980314311446447187098031431144644718709803143114464471870980314311446447187098031431144644718709803143114464471870980314311446447187098031431144644718709803143114464471870980314311446447187098031431144644718709803143114464471870980314311446447187098031431144644718709803143114464471870980314311446447187098031431144644718709803143114464471870980314311446447187098031431144" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2fced1f6-6bb7-4a1a-94e7-da3a5b39ff1e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2fced1f6-6bb7-4a1a-94e7-da3a5b39ff1e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5343561115033678301 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53435611150336783015343561115033678301534356111503367830153435611150336783015343561115033678301534356111503367830153435611150336783015343561115033678301534356111503367830153435611150336783015343561115033678301534356111503367830153435611150336783015343561115033678301534356111503367830153435611150336783015343561115033678301534356111503367830153435611150336783015343561115033678301" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1534fb39-4c72-4d17-b7a7-facaaefa7fae, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5dffc4c8-69d5-4e98-b131-f5f82294c5d9, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5dffc4c8-69d5-4e98-b131-f5f82294c5d9, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10374893492346771572 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1037489349234677157210374893492346771572103748934923467715721037489349234677157210374893492346771572103748934923467715721037489349234677157210374893492346771572103748934923467715721037489349234677157210374893492346771572103748934923467715721037489349234677157210374893492346771572103748934923467715721037489349234677157210374893492346771572103748934923467715721037489349234677157210374893492346771572" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2fced1f6-6bb7-4a1a-94e7-da3a5b39ff1e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d53b5c0e-d2b6-4807-ab17-42fb265bcc89, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d53b5c0e-d2b6-4807-ab17-42fb265bcc89, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13532218131495105884 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1353221813149510588413532218131495105884135322181314951058841353221813149510588413532218131495105884135322181314951058841353221813149510588413532218131495105884135322181314951058841353221813149510588413532218131495105884135322181314951058841353221813149510588413532218131495105884135322181314951058841353221813149510588413532218131495105884135322181314951058841353221813149510588413532218131495105884" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5dffc4c8-69d5-4e98-b131-f5f82294c5d9, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fb893763-2501-4536-a2d0-7b3f37d3d2e8, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fb893763-2501-4536-a2d0-7b3f37d3d2e8, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12363240025182417101 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1236324002518241710112363240025182417101123632400251824171011236324002518241710112363240025182417101123632400251824171011236324002518241710112363240025182417101123632400251824171011236324002518241710112363240025182417101123632400251824171011236324002518241710112363240025182417101123632400251824171011236324002518241710112363240025182417101123632400251824171011236324002518241710112363240025182417101" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d53b5c0e-d2b6-4807-ab17-42fb265bcc89, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 59072682-fb79-484b-bc64-e03da524d905, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 59072682-fb79-484b-bc64-e03da524d905, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6857344283868022643 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68573442838680226436857344283868022643685734428386802264368573442838680226436857344283868022643685734428386802264368573442838680226436857344283868022643685734428386802264368573442838680226436857344283868022643685734428386802264368573442838680226436857344283868022643685734428386802264368573442838680226436857344283868022643685734428386802264368573442838680226436857344283868022643" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fb893763-2501-4536-a2d0-7b3f37d3d2e8, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 37196250-27aa-4001-85df-575c8e85152d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 37196250-27aa-4001-85df-575c8e85152d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1182594263772132044 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11825942637721320441182594263772132044118259426377213204411825942637721320441182594263772132044118259426377213204411825942637721320441182594263772132044118259426377213204411825942637721320441182594263772132044118259426377213204411825942637721320441182594263772132044118259426377213204411825942637721320441182594263772132044118259426377213204411825942637721320441182594263772132044" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 59072682-fb79-484b-bc64-e03da524d905, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cc1e04a0-226b-4dd5-aee3-70f6ce4f9274, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cc1e04a0-226b-4dd5-aee3-70f6ce4f9274, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15457008711827194286 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1545700871182719428615457008711827194286154570087118271942861545700871182719428615457008711827194286154570087118271942861545700871182719428615457008711827194286154570087118271942861545700871182719428615457008711827194286154570087118271942861545700871182719428615457008711827194286154570087118271942861545700871182719428615457008711827194286154570087118271942861545700871182719428615457008711827194286" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 37196250-27aa-4001-85df-575c8e85152d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3ef3bb0c-61b2-4cb7-a49d-f699ae47ab44, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3ef3bb0c-61b2-4cb7-a49d-f699ae47ab44, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16980693126214675746 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1698069312621467574616980693126214675746169806931262146757461698069312621467574616980693126214675746169806931262146757461698069312621467574616980693126214675746169806931262146757461698069312621467574616980693126214675746169806931262146757461698069312621467574616980693126214675746169806931262146757461698069312621467574616980693126214675746169806931262146757461698069312621467574616980693126214675746" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cc1e04a0-226b-4dd5-aee3-70f6ce4f9274, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 66268e25-4044-4b69-84b7-f7622d056e76, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 66268e25-4044-4b69-84b7-f7622d056e76, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15588064657308108982 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1558806465730810898215588064657308108982155880646573081089821558806465730810898215588064657308108982155880646573081089821558806465730810898215588064657308108982155880646573081089821558806465730810898215588064657308108982155880646573081089821558806465730810898215588064657308108982155880646573081089821558806465730810898215588064657308108982155880646573081089821558806465730810898215588064657308108982" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3ef3bb0c-61b2-4cb7-a49d-f699ae47ab44, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e66b86bf-b3ae-42f9-b91c-c38f923ef794, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e66b86bf-b3ae-42f9-b91c-c38f923ef794, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3045311625407751455 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30453116254077514553045311625407751455304531162540775145530453116254077514553045311625407751455304531162540775145530453116254077514553045311625407751455304531162540775145530453116254077514553045311625407751455304531162540775145530453116254077514553045311625407751455304531162540775145530453116254077514553045311625407751455304531162540775145530453116254077514553045311625407751455" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 66268e25-4044-4b69-84b7-f7622d056e76, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1c899ccb-25d0-4470-8996-78fc38b255af, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1c899ccb-25d0-4470-8996-78fc38b255af, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14064436648974250888 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1406443664897425088814064436648974250888140644366489742508881406443664897425088814064436648974250888140644366489742508881406443664897425088814064436648974250888140644366489742508881406443664897425088814064436648974250888140644366489742508881406443664897425088814064436648974250888140644366489742508881406443664897425088814064436648974250888140644366489742508881406443664897425088814064436648974250888" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e66b86bf-b3ae-42f9-b91c-c38f923ef794, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a9c071a6-75d6-44e6-b78d-ffbd5a1be27e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a9c071a6-75d6-44e6-b78d-ffbd5a1be27e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8926249240045833716 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89262492400458337168926249240045833716892624924004583371689262492400458337168926249240045833716892624924004583371689262492400458337168926249240045833716892624924004583371689262492400458337168926249240045833716892624924004583371689262492400458337168926249240045833716892624924004583371689262492400458337168926249240045833716892624924004583371689262492400458337168926249240045833716" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1c899ccb-25d0-4470-8996-78fc38b255af, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ebe172c3-4110-4505-a998-57b72e59730f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ebe172c3-4110-4505-a998-57b72e59730f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 799455015900999631 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "799455015900999631799455015900999631799455015900999631799455015900999631799455015900999631799455015900999631799455015900999631799455015900999631799455015900999631799455015900999631799455015900999631799455015900999631799455015900999631799455015900999631799455015900999631799455015900999631799455015900999631799455015900999631799455015900999631799455015900999631" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a9c071a6-75d6-44e6-b78d-ffbd5a1be27e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 94a8694f-375e-44a8-b3a4-ac4b2382247c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 94a8694f-375e-44a8-b3a4-ac4b2382247c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1719796425949655259 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17197964259496552591719796425949655259171979642594965525917197964259496552591719796425949655259171979642594965525917197964259496552591719796425949655259171979642594965525917197964259496552591719796425949655259171979642594965525917197964259496552591719796425949655259171979642594965525917197964259496552591719796425949655259171979642594965525917197964259496552591719796425949655259" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ebe172c3-4110-4505-a998-57b72e59730f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 34d80484-9d88-481b-b717-2c9150b83b9a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 34d80484-9d88-481b-b717-2c9150b83b9a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8843000107295415128 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88430001072954151288843000107295415128884300010729541512888430001072954151288843000107295415128884300010729541512888430001072954151288843000107295415128884300010729541512888430001072954151288843000107295415128884300010729541512888430001072954151288843000107295415128884300010729541512888430001072954151288843000107295415128884300010729541512888430001072954151288843000107295415128" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 94a8694f-375e-44a8-b3a4-ac4b2382247c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 02947f1f-e83f-42f6-871e-d2adfeefa54b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 02947f1f-e83f-42f6-871e-d2adfeefa54b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11909877615873785948 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1190987761587378594811909877615873785948119098776158737859481190987761587378594811909877615873785948119098776158737859481190987761587378594811909877615873785948119098776158737859481190987761587378594811909877615873785948119098776158737859481190987761587378594811909877615873785948119098776158737859481190987761587378594811909877615873785948119098776158737859481190987761587378594811909877615873785948" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 34d80484-9d88-481b-b717-2c9150b83b9a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a24aa097-1a25-47dd-8a6b-40cc7c441a4f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a24aa097-1a25-47dd-8a6b-40cc7c441a4f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7882390586636325165 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78823905866363251657882390586636325165788239058663632516578823905866363251657882390586636325165788239058663632516578823905866363251657882390586636325165788239058663632516578823905866363251657882390586636325165788239058663632516578823905866363251657882390586636325165788239058663632516578823905866363251657882390586636325165788239058663632516578823905866363251657882390586636325165" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 02947f1f-e83f-42f6-871e-d2adfeefa54b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 48c3e394-9c08-45fc-92ec-1b64a8d2c45e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 48c3e394-9c08-45fc-92ec-1b64a8d2c45e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4215198226618158588 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42151982266181585884215198226618158588421519822661815858842151982266181585884215198226618158588421519822661815858842151982266181585884215198226618158588421519822661815858842151982266181585884215198226618158588421519822661815858842151982266181585884215198226618158588421519822661815858842151982266181585884215198226618158588421519822661815858842151982266181585884215198226618158588" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a24aa097-1a25-47dd-8a6b-40cc7c441a4f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 48c3e394-9c08-45fc-92ec-1b64a8d2c45e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f7417937-d793-4aac-acfa-a45d15ecc577, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6f019887-bd6b-430c-8902-c945ca809617, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f7417937-d793-4aac-acfa-a45d15ecc577, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 405130237667423544 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "405130237667423544405130237667423544405130237667423544405130237667423544405130237667423544405130237667423544405130237667423544405130237667423544405130237667423544405130237667423544405130237667423544405130237667423544405130237667423544405130237667423544405130237667423544405130237667423544405130237667423544405130237667423544405130237667423544405130237667423544" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6f019887-bd6b-430c-8902-c945ca809617, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11592045005554912599 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1159204500555491259911592045005554912599115920450055549125991159204500555491259911592045005554912599115920450055549125991159204500555491259911592045005554912599115920450055549125991159204500555491259911592045005554912599115920450055549125991159204500555491259911592045005554912599115920450055549125991159204500555491259911592045005554912599115920450055549125991159204500555491259911592045005554912599" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6f019887-bd6b-430c-8902-c945ca809617, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e00e1601-c7ec-4d24-8f9d-921c773fb19b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e00e1601-c7ec-4d24-8f9d-921c773fb19b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17642337098476328480 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1764233709847632848017642337098476328480176423370984763284801764233709847632848017642337098476328480176423370984763284801764233709847632848017642337098476328480176423370984763284801764233709847632848017642337098476328480176423370984763284801764233709847632848017642337098476328480176423370984763284801764233709847632848017642337098476328480176423370984763284801764233709847632848017642337098476328480" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f7417937-d793-4aac-acfa-a45d15ecc577, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b1d1d344-1ae6-4f96-ac8e-3ac65486970a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b1d1d344-1ae6-4f96-ac8e-3ac65486970a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6780199554815115095 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67801995548151150956780199554815115095678019955481511509567801995548151150956780199554815115095678019955481511509567801995548151150956780199554815115095678019955481511509567801995548151150956780199554815115095678019955481511509567801995548151150956780199554815115095678019955481511509567801995548151150956780199554815115095678019955481511509567801995548151150956780199554815115095" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e00e1601-c7ec-4d24-8f9d-921c773fb19b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8fe2ad6d-6d5f-4bcc-8f70-f437cd804345, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8fe2ad6d-6d5f-4bcc-8f70-f437cd804345, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6657050879641249770 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66570508796412497706657050879641249770665705087964124977066570508796412497706657050879641249770665705087964124977066570508796412497706657050879641249770665705087964124977066570508796412497706657050879641249770665705087964124977066570508796412497706657050879641249770665705087964124977066570508796412497706657050879641249770665705087964124977066570508796412497706657050879641249770" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b1d1d344-1ae6-4f96-ac8e-3ac65486970a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 238fb3fa-d426-4a9f-ad58-f33b2338560a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 238fb3fa-d426-4a9f-ad58-f33b2338560a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18199869955851541021 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1819986995585154102118199869955851541021181998699558515410211819986995585154102118199869955851541021181998699558515410211819986995585154102118199869955851541021181998699558515410211819986995585154102118199869955851541021181998699558515410211819986995585154102118199869955851541021181998699558515410211819986995585154102118199869955851541021181998699558515410211819986995585154102118199869955851541021" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8fe2ad6d-6d5f-4bcc-8f70-f437cd804345, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5c894260-d4a1-42c9-9a70-3209dc767448, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5c894260-d4a1-42c9-9a70-3209dc767448, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18088656241944695214 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1808865624194469521418088656241944695214180886562419446952141808865624194469521418088656241944695214180886562419446952141808865624194469521418088656241944695214180886562419446952141808865624194469521418088656241944695214180886562419446952141808865624194469521418088656241944695214180886562419446952141808865624194469521418088656241944695214180886562419446952141808865624194469521418088656241944695214" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 238fb3fa-d426-4a9f-ad58-f33b2338560a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cf33ad24-b666-47bf-a1f6-ee7e406224fe, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cf33ad24-b666-47bf-a1f6-ee7e406224fe, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12492510430822635064 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1249251043082263506412492510430822635064124925104308226350641249251043082263506412492510430822635064124925104308226350641249251043082263506412492510430822635064124925104308226350641249251043082263506412492510430822635064124925104308226350641249251043082263506412492510430822635064124925104308226350641249251043082263506412492510430822635064124925104308226350641249251043082263506412492510430822635064" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5c894260-d4a1-42c9-9a70-3209dc767448, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 764036e5-f224-4745-893b-497e3e995486, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 764036e5-f224-4745-893b-497e3e995486, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5153921828372098070 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51539218283720980705153921828372098070515392182837209807051539218283720980705153921828372098070515392182837209807051539218283720980705153921828372098070515392182837209807051539218283720980705153921828372098070515392182837209807051539218283720980705153921828372098070515392182837209807051539218283720980705153921828372098070515392182837209807051539218283720980705153921828372098070" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cf33ad24-b666-47bf-a1f6-ee7e406224fe, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a99bb9f3-8359-47a8-9c74-c7e9b87a021e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a99bb9f3-8359-47a8-9c74-c7e9b87a021e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7330444745236375298 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73304447452363752987330444745236375298733044474523637529873304447452363752987330444745236375298733044474523637529873304447452363752987330444745236375298733044474523637529873304447452363752987330444745236375298733044474523637529873304447452363752987330444745236375298733044474523637529873304447452363752987330444745236375298733044474523637529873304447452363752987330444745236375298" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 764036e5-f224-4745-893b-497e3e995486, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6d967a26-19ac-482e-819f-010a0431c83b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6d967a26-19ac-482e-819f-010a0431c83b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7424422135333422430 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74244221353334224307424422135333422430742442213533342243074244221353334224307424422135333422430742442213533342243074244221353334224307424422135333422430742442213533342243074244221353334224307424422135333422430742442213533342243074244221353334224307424422135333422430742442213533342243074244221353334224307424422135333422430742442213533342243074244221353334224307424422135333422430" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a99bb9f3-8359-47a8-9c74-c7e9b87a021e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6d967a26-19ac-482e-819f-010a0431c83b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0b958dd5-16f3-4d36-8dbb-2c636e409950, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bba96959-8949-4d4a-a201-a52bc706d526, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0b958dd5-16f3-4d36-8dbb-2c636e409950, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3615334739290651830 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36153347392906518303615334739290651830361533473929065183036153347392906518303615334739290651830361533473929065183036153347392906518303615334739290651830361533473929065183036153347392906518303615334739290651830361533473929065183036153347392906518303615334739290651830361533473929065183036153347392906518303615334739290651830361533473929065183036153347392906518303615334739290651830" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bba96959-8949-4d4a-a201-a52bc706d526, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12256863922299716746 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1225686392229971674612256863922299716746122568639222997167461225686392229971674612256863922299716746122568639222997167461225686392229971674612256863922299716746122568639222997167461225686392229971674612256863922299716746122568639222997167461225686392229971674612256863922299716746122568639222997167461225686392229971674612256863922299716746122568639222997167461225686392229971674612256863922299716746" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0b958dd5-16f3-4d36-8dbb-2c636e409950, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bba96959-8949-4d4a-a201-a52bc706d526, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 77573359-8ab3-49f9-ae98-a21ac1f475ae, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 77573359-8ab3-49f9-ae98-a21ac1f475ae, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16757463754378608699 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1675746375437860869916757463754378608699167574637543786086991675746375437860869916757463754378608699167574637543786086991675746375437860869916757463754378608699167574637543786086991675746375437860869916757463754378608699167574637543786086991675746375437860869916757463754378608699167574637543786086991675746375437860869916757463754378608699167574637543786086991675746375437860869916757463754378608699" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9fd7373c-6b89-4833-b28c-e8f019168f23, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9fd7373c-6b89-4833-b28c-e8f019168f23, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5197829304615663275 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51978293046156632755197829304615663275519782930461566327551978293046156632755197829304615663275519782930461566327551978293046156632755197829304615663275519782930461566327551978293046156632755197829304615663275519782930461566327551978293046156632755197829304615663275519782930461566327551978293046156632755197829304615663275519782930461566327551978293046156632755197829304615663275" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 77573359-8ab3-49f9-ae98-a21ac1f475ae, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dae19c9a-8281-4f5d-854e-79cd8c9d9604, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dae19c9a-8281-4f5d-854e-79cd8c9d9604, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6760887479125845960 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67608874791258459606760887479125845960676088747912584596067608874791258459606760887479125845960676088747912584596067608874791258459606760887479125845960676088747912584596067608874791258459606760887479125845960676088747912584596067608874791258459606760887479125845960676088747912584596067608874791258459606760887479125845960676088747912584596067608874791258459606760887479125845960" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9fd7373c-6b89-4833-b28c-e8f019168f23, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8eb52201-cb6e-4ee9-bfb3-46b852c37e69, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8eb52201-cb6e-4ee9-bfb3-46b852c37e69, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9799926103341013741 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97999261033410137419799926103341013741979992610334101374197999261033410137419799926103341013741979992610334101374197999261033410137419799926103341013741979992610334101374197999261033410137419799926103341013741979992610334101374197999261033410137419799926103341013741979992610334101374197999261033410137419799926103341013741979992610334101374197999261033410137419799926103341013741" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dae19c9a-8281-4f5d-854e-79cd8c9d9604, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a01525b3-ef0d-4775-99e3-3eb8564fda5f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a01525b3-ef0d-4775-99e3-3eb8564fda5f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9647332187958805891 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96473321879588058919647332187958805891964733218795880589196473321879588058919647332187958805891964733218795880589196473321879588058919647332187958805891964733218795880589196473321879588058919647332187958805891964733218795880589196473321879588058919647332187958805891964733218795880589196473321879588058919647332187958805891964733218795880589196473321879588058919647332187958805891" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8eb52201-cb6e-4ee9-bfb3-46b852c37e69, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b4f16bc9-892b-4940-b836-ba8adbf27228, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b4f16bc9-892b-4940-b836-ba8adbf27228, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5064416717977489878 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50644167179774898785064416717977489878506441671797748987850644167179774898785064416717977489878506441671797748987850644167179774898785064416717977489878506441671797748987850644167179774898785064416717977489878506441671797748987850644167179774898785064416717977489878506441671797748987850644167179774898785064416717977489878506441671797748987850644167179774898785064416717977489878" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a01525b3-ef0d-4775-99e3-3eb8564fda5f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d9ad2d82-0263-45db-a968-49a59c9b60f3, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d9ad2d82-0263-45db-a968-49a59c9b60f3, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14656174263412159599 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1465617426341215959914656174263412159599146561742634121595991465617426341215959914656174263412159599146561742634121595991465617426341215959914656174263412159599146561742634121595991465617426341215959914656174263412159599146561742634121595991465617426341215959914656174263412159599146561742634121595991465617426341215959914656174263412159599146561742634121595991465617426341215959914656174263412159599" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b4f16bc9-892b-4940-b836-ba8adbf27228, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cc49f094-952f-4a10-9ca4-b8997b4fc700, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cc49f094-952f-4a10-9ca4-b8997b4fc700, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7646243880871543789 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76462438808715437897646243880871543789764624388087154378976462438808715437897646243880871543789764624388087154378976462438808715437897646243880871543789764624388087154378976462438808715437897646243880871543789764624388087154378976462438808715437897646243880871543789764624388087154378976462438808715437897646243880871543789764624388087154378976462438808715437897646243880871543789" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d9ad2d82-0263-45db-a968-49a59c9b60f3, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 379e3f5f-de85-42d7-bf17-c5c0e9669266, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 379e3f5f-de85-42d7-bf17-c5c0e9669266, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13379521628570124022 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1337952162857012402213379521628570124022133795216285701240221337952162857012402213379521628570124022133795216285701240221337952162857012402213379521628570124022133795216285701240221337952162857012402213379521628570124022133795216285701240221337952162857012402213379521628570124022133795216285701240221337952162857012402213379521628570124022133795216285701240221337952162857012402213379521628570124022" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cc49f094-952f-4a10-9ca4-b8997b4fc700, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 22ea07ab-9916-48ed-8c30-fcaf810a932c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 22ea07ab-9916-48ed-8c30-fcaf810a932c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14588006840656647330 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1458800684065664733014588006840656647330145880068406566473301458800684065664733014588006840656647330145880068406566473301458800684065664733014588006840656647330145880068406566473301458800684065664733014588006840656647330145880068406566473301458800684065664733014588006840656647330145880068406566473301458800684065664733014588006840656647330145880068406566473301458800684065664733014588006840656647330" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 379e3f5f-de85-42d7-bf17-c5c0e9669266, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ef5a2f4d-b7dc-4c45-a292-b6773ee09d4d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ef5a2f4d-b7dc-4c45-a292-b6773ee09d4d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2414435997200946396 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24144359972009463962414435997200946396241443599720094639624144359972009463962414435997200946396241443599720094639624144359972009463962414435997200946396241443599720094639624144359972009463962414435997200946396241443599720094639624144359972009463962414435997200946396241443599720094639624144359972009463962414435997200946396241443599720094639624144359972009463962414435997200946396" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 22ea07ab-9916-48ed-8c30-fcaf810a932c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ea4bab36-849c-444d-b60a-9b83930842d9, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ea4bab36-849c-444d-b60a-9b83930842d9, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13453978469761207250 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1345397846976120725013453978469761207250134539784697612072501345397846976120725013453978469761207250134539784697612072501345397846976120725013453978469761207250134539784697612072501345397846976120725013453978469761207250134539784697612072501345397846976120725013453978469761207250134539784697612072501345397846976120725013453978469761207250134539784697612072501345397846976120725013453978469761207250" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ef5a2f4d-b7dc-4c45-a292-b6773ee09d4d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e5f022a4-51b1-4a74-b9dd-cf23913c8961, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e5f022a4-51b1-4a74-b9dd-cf23913c8961, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8127839696167845159 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81278396961678451598127839696167845159812783969616784515981278396961678451598127839696167845159812783969616784515981278396961678451598127839696167845159812783969616784515981278396961678451598127839696167845159812783969616784515981278396961678451598127839696167845159812783969616784515981278396961678451598127839696167845159812783969616784515981278396961678451598127839696167845159" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ea4bab36-849c-444d-b60a-9b83930842d9, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 12ec2bc1-efd0-450d-9d5e-38bbf97aff1f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 12ec2bc1-efd0-450d-9d5e-38bbf97aff1f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3088551905964149443 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30885519059641494433088551905964149443308855190596414944330885519059641494433088551905964149443308855190596414944330885519059641494433088551905964149443308855190596414944330885519059641494433088551905964149443308855190596414944330885519059641494433088551905964149443308855190596414944330885519059641494433088551905964149443308855190596414944330885519059641494433088551905964149443" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e5f022a4-51b1-4a74-b9dd-cf23913c8961, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 742e17a4-db89-45fa-9f46-e5ecb994e75d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 742e17a4-db89-45fa-9f46-e5ecb994e75d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6610590145809403270 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66105901458094032706610590145809403270661059014580940327066105901458094032706610590145809403270661059014580940327066105901458094032706610590145809403270661059014580940327066105901458094032706610590145809403270661059014580940327066105901458094032706610590145809403270661059014580940327066105901458094032706610590145809403270661059014580940327066105901458094032706610590145809403270" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 12ec2bc1-efd0-450d-9d5e-38bbf97aff1f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 742e17a4-db89-45fa-9f46-e5ecb994e75d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c501d7ac-4b78-4a00-96c6-213f758e13cb, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c501d7ac-4b78-4a00-96c6-213f758e13cb, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16392738684131035876 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1639273868413103587616392738684131035876163927386841310358761639273868413103587616392738684131035876163927386841310358761639273868413103587616392738684131035876163927386841310358761639273868413103587616392738684131035876163927386841310358761639273868413103587616392738684131035876163927386841310358761639273868413103587616392738684131035876163927386841310358761639273868413103587616392738684131035876" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0e80cea7-fc0b-4d6f-af25-634328d79950, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0e80cea7-fc0b-4d6f-af25-634328d79950, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17937300163041726071 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1793730016304172607117937300163041726071179373001630417260711793730016304172607117937300163041726071179373001630417260711793730016304172607117937300163041726071179373001630417260711793730016304172607117937300163041726071179373001630417260711793730016304172607117937300163041726071179373001630417260711793730016304172607117937300163041726071179373001630417260711793730016304172607117937300163041726071" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c501d7ac-4b78-4a00-96c6-213f758e13cb, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0e80cea7-fc0b-4d6f-af25-634328d79950, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 39a4eacb-d425-480d-8a48-b2ad050ca67f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 39a4eacb-d425-480d-8a48-b2ad050ca67f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4995229723046058874 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49952297230460588744995229723046058874499522972304605887449952297230460588744995229723046058874499522972304605887449952297230460588744995229723046058874499522972304605887449952297230460588744995229723046058874499522972304605887449952297230460588744995229723046058874499522972304605887449952297230460588744995229723046058874499522972304605887449952297230460588744995229723046058874" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0f1de750-729c-4ffd-8e59-1d16154265dd, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0f1de750-729c-4ffd-8e59-1d16154265dd, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7159303660371905408 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71593036603719054087159303660371905408715930366037190540871593036603719054087159303660371905408715930366037190540871593036603719054087159303660371905408715930366037190540871593036603719054087159303660371905408715930366037190540871593036603719054087159303660371905408715930366037190540871593036603719054087159303660371905408715930366037190540871593036603719054087159303660371905408" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 39a4eacb-d425-480d-8a48-b2ad050ca67f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 50481458-4d73-4f5e-bbd7-68afc8725c49, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 50481458-4d73-4f5e-bbd7-68afc8725c49, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11141382016769946588 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1114138201676994658811141382016769946588111413820167699465881114138201676994658811141382016769946588111413820167699465881114138201676994658811141382016769946588111413820167699465881114138201676994658811141382016769946588111413820167699465881114138201676994658811141382016769946588111413820167699465881114138201676994658811141382016769946588111413820167699465881114138201676994658811141382016769946588" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0f1de750-729c-4ffd-8e59-1d16154265dd, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3c7f5055-8675-4996-b658-52c760891135, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3c7f5055-8675-4996-b658-52c760891135, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1931600629188623530 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19316006291886235301931600629188623530193160062918862353019316006291886235301931600629188623530193160062918862353019316006291886235301931600629188623530193160062918862353019316006291886235301931600629188623530193160062918862353019316006291886235301931600629188623530193160062918862353019316006291886235301931600629188623530193160062918862353019316006291886235301931600629188623530" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 50481458-4d73-4f5e-bbd7-68afc8725c49, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 24a14f2b-2d61-4845-add0-d088e8db9ab6, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 24a14f2b-2d61-4845-add0-d088e8db9ab6, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17639464110493645642 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1763946411049364564217639464110493645642176394641104936456421763946411049364564217639464110493645642176394641104936456421763946411049364564217639464110493645642176394641104936456421763946411049364564217639464110493645642176394641104936456421763946411049364564217639464110493645642176394641104936456421763946411049364564217639464110493645642176394641104936456421763946411049364564217639464110493645642" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3c7f5055-8675-4996-b658-52c760891135, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 89d067cc-ca84-4d0a-9625-3b6e23ab0550, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 89d067cc-ca84-4d0a-9625-3b6e23ab0550, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7152450238671717597 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71524502386717175977152450238671717597715245023867171759771524502386717175977152450238671717597715245023867171759771524502386717175977152450238671717597715245023867171759771524502386717175977152450238671717597715245023867171759771524502386717175977152450238671717597715245023867171759771524502386717175977152450238671717597715245023867171759771524502386717175977152450238671717597" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 89d067cc-ca84-4d0a-9625-3b6e23ab0550, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 108bf394-d7f9-45fb-ac24-6eda23bdd125, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 24a14f2b-2d61-4845-add0-d088e8db9ab6, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 108bf394-d7f9-45fb-ac24-6eda23bdd125, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7227303498540912803 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72273034985409128037227303498540912803722730349854091280372273034985409128037227303498540912803722730349854091280372273034985409128037227303498540912803722730349854091280372273034985409128037227303498540912803722730349854091280372273034985409128037227303498540912803722730349854091280372273034985409128037227303498540912803722730349854091280372273034985409128037227303498540912803" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 81ba383e-8cbd-4421-8914-f3b7ad049d2e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 81ba383e-8cbd-4421-8914-f3b7ad049d2e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2950774484638304654 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29507744846383046542950774484638304654295077448463830465429507744846383046542950774484638304654295077448463830465429507744846383046542950774484638304654295077448463830465429507744846383046542950774484638304654295077448463830465429507744846383046542950774484638304654295077448463830465429507744846383046542950774484638304654295077448463830465429507744846383046542950774484638304654" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 108bf394-d7f9-45fb-ac24-6eda23bdd125, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 54430233-edb9-4505-93b1-fa6e1aa980e1, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 81ba383e-8cbd-4421-8914-f3b7ad049d2e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 54430233-edb9-4505-93b1-fa6e1aa980e1, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15491311781997219024 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1549131178199721902415491311781997219024154913117819972190241549131178199721902415491311781997219024154913117819972190241549131178199721902415491311781997219024154913117819972190241549131178199721902415491311781997219024154913117819972190241549131178199721902415491311781997219024154913117819972190241549131178199721902415491311781997219024154913117819972190241549131178199721902415491311781997219024" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 51ea6303-50e0-4d03-8d8f-d004a7a78ea3, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 51ea6303-50e0-4d03-8d8f-d004a7a78ea3, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12852610032166452179 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1285261003216645217912852610032166452179128526100321664521791285261003216645217912852610032166452179128526100321664521791285261003216645217912852610032166452179128526100321664521791285261003216645217912852610032166452179128526100321664521791285261003216645217912852610032166452179128526100321664521791285261003216645217912852610032166452179128526100321664521791285261003216645217912852610032166452179" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 54430233-edb9-4505-93b1-fa6e1aa980e1, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7a236bbd-d282-48ee-98e0-48ff9a22005c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 51ea6303-50e0-4d03-8d8f-d004a7a78ea3, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 66787187-b5b4-436e-8976-5946eda5b610, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 66787187-b5b4-436e-8976-5946eda5b610, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 344334026750211618 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "344334026750211618344334026750211618344334026750211618344334026750211618344334026750211618344334026750211618344334026750211618344334026750211618344334026750211618344334026750211618344334026750211618344334026750211618344334026750211618344334026750211618344334026750211618344334026750211618344334026750211618344334026750211618344334026750211618344334026750211618" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7a236bbd-d282-48ee-98e0-48ff9a22005c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5071580012931108941 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50715800129311089415071580012931108941507158001293110894150715800129311089415071580012931108941507158001293110894150715800129311089415071580012931108941507158001293110894150715800129311089415071580012931108941507158001293110894150715800129311089415071580012931108941507158001293110894150715800129311089415071580012931108941507158001293110894150715800129311089415071580012931108941" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 66787187-b5b4-436e-8976-5946eda5b610, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, df901ea8-f2c3-4dc9-917f-2277c9d5e776, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, df901ea8-f2c3-4dc9-917f-2277c9d5e776, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15033840123986828678 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1503384012398682867815033840123986828678150338401239868286781503384012398682867815033840123986828678150338401239868286781503384012398682867815033840123986828678150338401239868286781503384012398682867815033840123986828678150338401239868286781503384012398682867815033840123986828678150338401239868286781503384012398682867815033840123986828678150338401239868286781503384012398682867815033840123986828678" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7a236bbd-d282-48ee-98e0-48ff9a22005c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7cbb7317-7d93-4d4c-8586-0c53a07b283b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7cbb7317-7d93-4d4c-8586-0c53a07b283b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13045393485776983188 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1304539348577698318813045393485776983188130453934857769831881304539348577698318813045393485776983188130453934857769831881304539348577698318813045393485776983188130453934857769831881304539348577698318813045393485776983188130453934857769831881304539348577698318813045393485776983188130453934857769831881304539348577698318813045393485776983188130453934857769831881304539348577698318813045393485776983188" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, df901ea8-f2c3-4dc9-917f-2277c9d5e776, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 64edf9c5-97db-434d-b08d-f9196af611fa, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 64edf9c5-97db-434d-b08d-f9196af611fa, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15464218019070444934 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1546421801907044493415464218019070444934154642180190704449341546421801907044493415464218019070444934154642180190704449341546421801907044493415464218019070444934154642180190704449341546421801907044493415464218019070444934154642180190704449341546421801907044493415464218019070444934154642180190704449341546421801907044493415464218019070444934154642180190704449341546421801907044493415464218019070444934" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7cbb7317-7d93-4d4c-8586-0c53a07b283b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 64edf9c5-97db-434d-b08d-f9196af611fa, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 864a2211-efd7-4dc1-96a6-d46da1b8bea6, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 864a2211-efd7-4dc1-96a6-d46da1b8bea6, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3249839378766396571 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32498393787663965713249839378766396571324983937876639657132498393787663965713249839378766396571324983937876639657132498393787663965713249839378766396571324983937876639657132498393787663965713249839378766396571324983937876639657132498393787663965713249839378766396571324983937876639657132498393787663965713249839378766396571324983937876639657132498393787663965713249839378766396571" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ea0b900e-c3b3-45fb-b17b-c55c9261ec2d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ea0b900e-c3b3-45fb-b17b-c55c9261ec2d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9379956624312913184 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93799566243129131849379956624312913184937995662431291318493799566243129131849379956624312913184937995662431291318493799566243129131849379956624312913184937995662431291318493799566243129131849379956624312913184937995662431291318493799566243129131849379956624312913184937995662431291318493799566243129131849379956624312913184937995662431291318493799566243129131849379956624312913184" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 864a2211-efd7-4dc1-96a6-d46da1b8bea6, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4da81141-fec7-4d03-9950-56bcbdb1f60c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4da81141-fec7-4d03-9950-56bcbdb1f60c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3790395826133942864 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37903958261339428643790395826133942864379039582613394286437903958261339428643790395826133942864379039582613394286437903958261339428643790395826133942864379039582613394286437903958261339428643790395826133942864379039582613394286437903958261339428643790395826133942864379039582613394286437903958261339428643790395826133942864379039582613394286437903958261339428643790395826133942864" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ea0b900e-c3b3-45fb-b17b-c55c9261ec2d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 215e5132-2bc0-45e4-870e-0a1d8d70ab13, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 215e5132-2bc0-45e4-870e-0a1d8d70ab13, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4773545167273079342 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47735451672730793424773545167273079342477354516727307934247735451672730793424773545167273079342477354516727307934247735451672730793424773545167273079342477354516727307934247735451672730793424773545167273079342477354516727307934247735451672730793424773545167273079342477354516727307934247735451672730793424773545167273079342477354516727307934247735451672730793424773545167273079342" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4da81141-fec7-4d03-9950-56bcbdb1f60c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 36123a2c-9e67-4a4a-a3e2-846413719dbe, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 36123a2c-9e67-4a4a-a3e2-846413719dbe, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6604043454515755738 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66040434545157557386604043454515755738660404345451575573866040434545157557386604043454515755738660404345451575573866040434545157557386604043454515755738660404345451575573866040434545157557386604043454515755738660404345451575573866040434545157557386604043454515755738660404345451575573866040434545157557386604043454515755738660404345451575573866040434545157557386604043454515755738" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 215e5132-2bc0-45e4-870e-0a1d8d70ab13, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 30c1f217-47b0-4b00-ad48-d1898dbec27d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 30c1f217-47b0-4b00-ad48-d1898dbec27d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10176478981383635377 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1017647898138363537710176478981383635377101764789813836353771017647898138363537710176478981383635377101764789813836353771017647898138363537710176478981383635377101764789813836353771017647898138363537710176478981383635377101764789813836353771017647898138363537710176478981383635377101764789813836353771017647898138363537710176478981383635377101764789813836353771017647898138363537710176478981383635377" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 36123a2c-9e67-4a4a-a3e2-846413719dbe, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3c0eaeb5-906c-4da9-a9bd-69689593e9e2, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3c0eaeb5-906c-4da9-a9bd-69689593e9e2, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15045462178437723984 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1504546217843772398415045462178437723984150454621784377239841504546217843772398415045462178437723984150454621784377239841504546217843772398415045462178437723984150454621784377239841504546217843772398415045462178437723984150454621784377239841504546217843772398415045462178437723984150454621784377239841504546217843772398415045462178437723984150454621784377239841504546217843772398415045462178437723984" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 30c1f217-47b0-4b00-ad48-d1898dbec27d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3c0eaeb5-906c-4da9-a9bd-69689593e9e2, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f2017561-62a8-497a-afa2-ba15adad804b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f2017561-62a8-497a-afa2-ba15adad804b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3966541071724598713 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39665410717245987133966541071724598713396654107172459871339665410717245987133966541071724598713396654107172459871339665410717245987133966541071724598713396654107172459871339665410717245987133966541071724598713396654107172459871339665410717245987133966541071724598713396654107172459871339665410717245987133966541071724598713396654107172459871339665410717245987133966541071724598713" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e7929634-4c1c-4e5c-a60f-570805210140, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e7929634-4c1c-4e5c-a60f-570805210140, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10452596189608244734 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1045259618960824473410452596189608244734104525961896082447341045259618960824473410452596189608244734104525961896082447341045259618960824473410452596189608244734104525961896082447341045259618960824473410452596189608244734104525961896082447341045259618960824473410452596189608244734104525961896082447341045259618960824473410452596189608244734104525961896082447341045259618960824473410452596189608244734" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f2017561-62a8-497a-afa2-ba15adad804b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dae5ccfd-2206-4cae-88a6-9cb8ab2fe790, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dae5ccfd-2206-4cae-88a6-9cb8ab2fe790, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8096674191042875826 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80966741910428758268096674191042875826809667419104287582680966741910428758268096674191042875826809667419104287582680966741910428758268096674191042875826809667419104287582680966741910428758268096674191042875826809667419104287582680966741910428758268096674191042875826809667419104287582680966741910428758268096674191042875826809667419104287582680966741910428758268096674191042875826" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e7929634-4c1c-4e5c-a60f-570805210140, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 151e4394-218a-4baa-8b2b-f60f2c56bf13, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 151e4394-218a-4baa-8b2b-f60f2c56bf13, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3617805544965143063 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36178055449651430633617805544965143063361780554496514306336178055449651430633617805544965143063361780554496514306336178055449651430633617805544965143063361780554496514306336178055449651430633617805544965143063361780554496514306336178055449651430633617805544965143063361780554496514306336178055449651430633617805544965143063361780554496514306336178055449651430633617805544965143063" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dae5ccfd-2206-4cae-88a6-9cb8ab2fe790, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 151e4394-218a-4baa-8b2b-f60f2c56bf13, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ab68db7f-5203-47af-8d73-117a815b8114, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 99ca076f-742d-426e-88ae-d73811d3ed16, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ab68db7f-5203-47af-8d73-117a815b8114, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1647991301818630350 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16479913018186303501647991301818630350164799130181863035016479913018186303501647991301818630350164799130181863035016479913018186303501647991301818630350164799130181863035016479913018186303501647991301818630350164799130181863035016479913018186303501647991301818630350164799130181863035016479913018186303501647991301818630350164799130181863035016479913018186303501647991301818630350" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 99ca076f-742d-426e-88ae-d73811d3ed16, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2056269659091188133 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20562696590911881332056269659091188133205626965909118813320562696590911881332056269659091188133205626965909118813320562696590911881332056269659091188133205626965909118813320562696590911881332056269659091188133205626965909118813320562696590911881332056269659091188133205626965909118813320562696590911881332056269659091188133205626965909118813320562696590911881332056269659091188133" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ab68db7f-5203-47af-8d73-117a815b8114, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4c4eecc2-682e-4be4-8faa-a5ccfb3001b4, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4c4eecc2-682e-4be4-8faa-a5ccfb3001b4, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8957664534026315448 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89576645340263154488957664534026315448895766453402631544889576645340263154488957664534026315448895766453402631544889576645340263154488957664534026315448895766453402631544889576645340263154488957664534026315448895766453402631544889576645340263154488957664534026315448895766453402631544889576645340263154488957664534026315448895766453402631544889576645340263154488957664534026315448" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 99ca076f-742d-426e-88ae-d73811d3ed16, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2f36c012-9d52-4bb4-aef7-10e0acf44a07, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2f36c012-9d52-4bb4-aef7-10e0acf44a07, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17637785114362454632 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1763778511436245463217637785114362454632176377851143624546321763778511436245463217637785114362454632176377851143624546321763778511436245463217637785114362454632176377851143624546321763778511436245463217637785114362454632176377851143624546321763778511436245463217637785114362454632176377851143624546321763778511436245463217637785114362454632176377851143624546321763778511436245463217637785114362454632" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4c4eecc2-682e-4be4-8faa-a5ccfb3001b4, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0874669f-ebb8-4586-8b09-8b56214198ab, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0874669f-ebb8-4586-8b09-8b56214198ab, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16237773945277215553 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1623777394527721555316237773945277215553162377739452772155531623777394527721555316237773945277215553162377739452772155531623777394527721555316237773945277215553162377739452772155531623777394527721555316237773945277215553162377739452772155531623777394527721555316237773945277215553162377739452772155531623777394527721555316237773945277215553162377739452772155531623777394527721555316237773945277215553" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2f36c012-9d52-4bb4-aef7-10e0acf44a07, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cb5e3cfb-1a2c-4a70-aa2a-41f0be9509d0, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cb5e3cfb-1a2c-4a70-aa2a-41f0be9509d0, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8620680481891647969 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86206804818916479698620680481891647969862068048189164796986206804818916479698620680481891647969862068048189164796986206804818916479698620680481891647969862068048189164796986206804818916479698620680481891647969862068048189164796986206804818916479698620680481891647969862068048189164796986206804818916479698620680481891647969862068048189164796986206804818916479698620680481891647969" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0874669f-ebb8-4586-8b09-8b56214198ab, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fbb5276f-3b3c-48b2-983c-67bb85c978e9, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fbb5276f-3b3c-48b2-983c-67bb85c978e9, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10858162257233104317 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1085816225723310431710858162257233104317108581622572331043171085816225723310431710858162257233104317108581622572331043171085816225723310431710858162257233104317108581622572331043171085816225723310431710858162257233104317108581622572331043171085816225723310431710858162257233104317108581622572331043171085816225723310431710858162257233104317108581622572331043171085816225723310431710858162257233104317" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cb5e3cfb-1a2c-4a70-aa2a-41f0be9509d0, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fbb5276f-3b3c-48b2-983c-67bb85c978e9, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2a13a775-439c-4766-8a35-285478a9a327, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b6e91af2-7b1a-4319-a617-baeb063f70c6, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2a13a775-439c-4766-8a35-285478a9a327, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4884982912985337718 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48849829129853377184884982912985337718488498291298533771848849829129853377184884982912985337718488498291298533771848849829129853377184884982912985337718488498291298533771848849829129853377184884982912985337718488498291298533771848849829129853377184884982912985337718488498291298533771848849829129853377184884982912985337718488498291298533771848849829129853377184884982912985337718" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b6e91af2-7b1a-4319-a617-baeb063f70c6, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6911049188656413099 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69110491886564130996911049188656413099691104918865641309969110491886564130996911049188656413099691104918865641309969110491886564130996911049188656413099691104918865641309969110491886564130996911049188656413099691104918865641309969110491886564130996911049188656413099691104918865641309969110491886564130996911049188656413099691104918865641309969110491886564130996911049188656413099" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2a13a775-439c-4766-8a35-285478a9a327, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ab36d9e1-b080-4dc6-b94a-b6d55d7658d8, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ab36d9e1-b080-4dc6-b94a-b6d55d7658d8, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 595855677611975603 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "595855677611975603595855677611975603595855677611975603595855677611975603595855677611975603595855677611975603595855677611975603595855677611975603595855677611975603595855677611975603595855677611975603595855677611975603595855677611975603595855677611975603595855677611975603595855677611975603595855677611975603595855677611975603595855677611975603595855677611975603" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b6e91af2-7b1a-4319-a617-baeb063f70c6, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e643d754-a09f-45c9-ba91-9a1ac7b79cd5, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e643d754-a09f-45c9-ba91-9a1ac7b79cd5, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11932806153397931929 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1193280615339793192911932806153397931929119328061533979319291193280615339793192911932806153397931929119328061533979319291193280615339793192911932806153397931929119328061533979319291193280615339793192911932806153397931929119328061533979319291193280615339793192911932806153397931929119328061533979319291193280615339793192911932806153397931929119328061533979319291193280615339793192911932806153397931929" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e643d754-a09f-45c9-ba91-9a1ac7b79cd5, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8bf2bb9e-d404-4e3b-aa95-5ea4d527ab3a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8bf2bb9e-d404-4e3b-aa95-5ea4d527ab3a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8721237938101308671 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87212379381013086718721237938101308671872123793810130867187212379381013086718721237938101308671872123793810130867187212379381013086718721237938101308671872123793810130867187212379381013086718721237938101308671872123793810130867187212379381013086718721237938101308671872123793810130867187212379381013086718721237938101308671872123793810130867187212379381013086718721237938101308671" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ab36d9e1-b080-4dc6-b94a-b6d55d7658d8, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c4105a93-e761-42b7-8b3e-1a0aecb25128, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c4105a93-e761-42b7-8b3e-1a0aecb25128, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9192121849854462529 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91921218498544625299192121849854462529919212184985446252991921218498544625299192121849854462529919212184985446252991921218498544625299192121849854462529919212184985446252991921218498544625299192121849854462529919212184985446252991921218498544625299192121849854462529919212184985446252991921218498544625299192121849854462529919212184985446252991921218498544625299192121849854462529" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8bf2bb9e-d404-4e3b-aa95-5ea4d527ab3a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c3b3e247-0a3d-49aa-9d37-59b5f18025b0, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c3b3e247-0a3d-49aa-9d37-59b5f18025b0, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11059066793071404184 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1105906679307140418411059066793071404184110590667930714041841105906679307140418411059066793071404184110590667930714041841105906679307140418411059066793071404184110590667930714041841105906679307140418411059066793071404184110590667930714041841105906679307140418411059066793071404184110590667930714041841105906679307140418411059066793071404184110590667930714041841105906679307140418411059066793071404184" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c4105a93-e761-42b7-8b3e-1a0aecb25128, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c9633d34-fb5e-49a5-a547-55b2bef0ad88, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c9633d34-fb5e-49a5-a547-55b2bef0ad88, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9820614657656255268 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98206146576562552689820614657656255268982061465765625526898206146576562552689820614657656255268982061465765625526898206146576562552689820614657656255268982061465765625526898206146576562552689820614657656255268982061465765625526898206146576562552689820614657656255268982061465765625526898206146576562552689820614657656255268982061465765625526898206146576562552689820614657656255268" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c3b3e247-0a3d-49aa-9d37-59b5f18025b0, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a4eee070-06de-45e5-9ff8-1634774c223d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a4eee070-06de-45e5-9ff8-1634774c223d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13263930525088268887 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1326393052508826888713263930525088268887132639305250882688871326393052508826888713263930525088268887132639305250882688871326393052508826888713263930525088268887132639305250882688871326393052508826888713263930525088268887132639305250882688871326393052508826888713263930525088268887132639305250882688871326393052508826888713263930525088268887132639305250882688871326393052508826888713263930525088268887" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c9633d34-fb5e-49a5-a547-55b2bef0ad88, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6dd2dc1e-8f54-4889-8542-77792429e9b4, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6dd2dc1e-8f54-4889-8542-77792429e9b4, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15822466858836714339 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1582246685883671433915822466858836714339158224668588367143391582246685883671433915822466858836714339158224668588367143391582246685883671433915822466858836714339158224668588367143391582246685883671433915822466858836714339158224668588367143391582246685883671433915822466858836714339158224668588367143391582246685883671433915822466858836714339158224668588367143391582246685883671433915822466858836714339" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a4eee070-06de-45e5-9ff8-1634774c223d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, eb39415a-9939-4b56-9a38-49da0a182082, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eb39415a-9939-4b56-9a38-49da0a182082, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16329438451040192650 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1632943845104019265016329438451040192650163294384510401926501632943845104019265016329438451040192650163294384510401926501632943845104019265016329438451040192650163294384510401926501632943845104019265016329438451040192650163294384510401926501632943845104019265016329438451040192650163294384510401926501632943845104019265016329438451040192650163294384510401926501632943845104019265016329438451040192650" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6dd2dc1e-8f54-4889-8542-77792429e9b4, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c6a59790-ab14-44a8-92bd-8ce740989568, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c6a59790-ab14-44a8-92bd-8ce740989568, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10079838933031638214 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1007983893303163821410079838933031638214100798389330316382141007983893303163821410079838933031638214100798389330316382141007983893303163821410079838933031638214100798389330316382141007983893303163821410079838933031638214100798389330316382141007983893303163821410079838933031638214100798389330316382141007983893303163821410079838933031638214100798389330316382141007983893303163821410079838933031638214" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eb39415a-9939-4b56-9a38-49da0a182082, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1c04a54b-7189-49e5-9e20-c78fb7b8b94b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1c04a54b-7189-49e5-9e20-c78fb7b8b94b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7828631612278030965 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78286316122780309657828631612278030965782863161227803096578286316122780309657828631612278030965782863161227803096578286316122780309657828631612278030965782863161227803096578286316122780309657828631612278030965782863161227803096578286316122780309657828631612278030965782863161227803096578286316122780309657828631612278030965782863161227803096578286316122780309657828631612278030965" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c6a59790-ab14-44a8-92bd-8ce740989568, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6c585f39-ea3f-4daf-9559-365b91c27475, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6c585f39-ea3f-4daf-9559-365b91c27475, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8597925137974281996 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85979251379742819968597925137974281996859792513797428199685979251379742819968597925137974281996859792513797428199685979251379742819968597925137974281996859792513797428199685979251379742819968597925137974281996859792513797428199685979251379742819968597925137974281996859792513797428199685979251379742819968597925137974281996859792513797428199685979251379742819968597925137974281996" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1c04a54b-7189-49e5-9e20-c78fb7b8b94b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bc12dec1-5b4c-4e7c-b6b1-080ac97f8c27, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bc12dec1-5b4c-4e7c-b6b1-080ac97f8c27, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7330956189721875965 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73309561897218759657330956189721875965733095618972187596573309561897218759657330956189721875965733095618972187596573309561897218759657330956189721875965733095618972187596573309561897218759657330956189721875965733095618972187596573309561897218759657330956189721875965733095618972187596573309561897218759657330956189721875965733095618972187596573309561897218759657330956189721875965" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6c585f39-ea3f-4daf-9559-365b91c27475, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b738ace7-e11d-484e-9f79-3a548348723c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bc12dec1-5b4c-4e7c-b6b1-080ac97f8c27, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b738ace7-e11d-484e-9f79-3a548348723c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17557075601797709782 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1755707560179770978217557075601797709782175570756017977097821755707560179770978217557075601797709782175570756017977097821755707560179770978217557075601797709782175570756017977097821755707560179770978217557075601797709782175570756017977097821755707560179770978217557075601797709782175570756017977097821755707560179770978217557075601797709782175570756017977097821755707560179770978217557075601797709782" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b0231fc7-07e4-4670-98a4-1aa890204343, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b0231fc7-07e4-4670-98a4-1aa890204343, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1538958774418794203 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15389587744187942031538958774418794203153895877441879420315389587744187942031538958774418794203153895877441879420315389587744187942031538958774418794203153895877441879420315389587744187942031538958774418794203153895877441879420315389587744187942031538958774418794203153895877441879420315389587744187942031538958774418794203153895877441879420315389587744187942031538958774418794203" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b738ace7-e11d-484e-9f79-3a548348723c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1f11e92d-1fcc-4223-bb9a-ac064afe09ff, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b0231fc7-07e4-4670-98a4-1aa890204343, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1f11e92d-1fcc-4223-bb9a-ac064afe09ff, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16426329789841243691 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1642632978984124369116426329789841243691164263297898412436911642632978984124369116426329789841243691164263297898412436911642632978984124369116426329789841243691164263297898412436911642632978984124369116426329789841243691164263297898412436911642632978984124369116426329789841243691164263297898412436911642632978984124369116426329789841243691164263297898412436911642632978984124369116426329789841243691" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 08432d19-59be-4c9c-b345-e79ecdd74b42, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 08432d19-59be-4c9c-b345-e79ecdd74b42, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7085008530231137840 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70850085302311378407085008530231137840708500853023113784070850085302311378407085008530231137840708500853023113784070850085302311378407085008530231137840708500853023113784070850085302311378407085008530231137840708500853023113784070850085302311378407085008530231137840708500853023113784070850085302311378407085008530231137840708500853023113784070850085302311378407085008530231137840" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1f11e92d-1fcc-4223-bb9a-ac064afe09ff, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 99b9590c-c3d8-43f2-9146-1e49eb6a0071, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 08432d19-59be-4c9c-b345-e79ecdd74b42, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 99b9590c-c3d8-43f2-9146-1e49eb6a0071, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1530742437186281696 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15307424371862816961530742437186281696153074243718628169615307424371862816961530742437186281696153074243718628169615307424371862816961530742437186281696153074243718628169615307424371862816961530742437186281696153074243718628169615307424371862816961530742437186281696153074243718628169615307424371862816961530742437186281696153074243718628169615307424371862816961530742437186281696" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7e45ece5-a704-426e-8cd5-cab0dd6db923, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7e45ece5-a704-426e-8cd5-cab0dd6db923, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2273005078199496903 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22730050781994969032273005078199496903227300507819949690322730050781994969032273005078199496903227300507819949690322730050781994969032273005078199496903227300507819949690322730050781994969032273005078199496903227300507819949690322730050781994969032273005078199496903227300507819949690322730050781994969032273005078199496903227300507819949690322730050781994969032273005078199496903" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 99b9590c-c3d8-43f2-9146-1e49eb6a0071, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7e45ece5-a704-426e-8cd5-cab0dd6db923, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ab625e98-2385-4b66-a5c5-c44fc42ab8d7, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ab625e98-2385-4b66-a5c5-c44fc42ab8d7, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15568574838449117213 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1556857483844911721315568574838449117213155685748384491172131556857483844911721315568574838449117213155685748384491172131556857483844911721315568574838449117213155685748384491172131556857483844911721315568574838449117213155685748384491172131556857483844911721315568574838449117213155685748384491172131556857483844911721315568574838449117213155685748384491172131556857483844911721315568574838449117213" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c11302df-5346-4720-b04f-ec07e0895ac6, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c11302df-5346-4720-b04f-ec07e0895ac6, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7878376048446709013 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78783760484467090137878376048446709013787837604844670901378783760484467090137878376048446709013787837604844670901378783760484467090137878376048446709013787837604844670901378783760484467090137878376048446709013787837604844670901378783760484467090137878376048446709013787837604844670901378783760484467090137878376048446709013787837604844670901378783760484467090137878376048446709013" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ab625e98-2385-4b66-a5c5-c44fc42ab8d7, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ed0fbd58-135b-409a-93bd-4021aa6ae14e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ed0fbd58-135b-409a-93bd-4021aa6ae14e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15330242968631509577 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1533024296863150957715330242968631509577153302429686315095771533024296863150957715330242968631509577153302429686315095771533024296863150957715330242968631509577153302429686315095771533024296863150957715330242968631509577153302429686315095771533024296863150957715330242968631509577153302429686315095771533024296863150957715330242968631509577153302429686315095771533024296863150957715330242968631509577" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c11302df-5346-4720-b04f-ec07e0895ac6, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c77409ab-f25d-4fb1-83b3-0783334be72d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c77409ab-f25d-4fb1-83b3-0783334be72d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13355406305100121246 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1335540630510012124613355406305100121246133554063051001212461335540630510012124613355406305100121246133554063051001212461335540630510012124613355406305100121246133554063051001212461335540630510012124613355406305100121246133554063051001212461335540630510012124613355406305100121246133554063051001212461335540630510012124613355406305100121246133554063051001212461335540630510012124613355406305100121246" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ed0fbd58-135b-409a-93bd-4021aa6ae14e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c77409ab-f25d-4fb1-83b3-0783334be72d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9faf7675-60ee-41e0-b5e6-8cf141ab362f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9faf7675-60ee-41e0-b5e6-8cf141ab362f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15221992117156831283 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1522199211715683128315221992117156831283152219921171568312831522199211715683128315221992117156831283152219921171568312831522199211715683128315221992117156831283152219921171568312831522199211715683128315221992117156831283152219921171568312831522199211715683128315221992117156831283152219921171568312831522199211715683128315221992117156831283152219921171568312831522199211715683128315221992117156831283" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cae7621e-aff0-4770-a7e7-565ad2a2b56b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cae7621e-aff0-4770-a7e7-565ad2a2b56b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 582875414898756427 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "582875414898756427582875414898756427582875414898756427582875414898756427582875414898756427582875414898756427582875414898756427582875414898756427582875414898756427582875414898756427582875414898756427582875414898756427582875414898756427582875414898756427582875414898756427582875414898756427582875414898756427582875414898756427582875414898756427582875414898756427" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9faf7675-60ee-41e0-b5e6-8cf141ab362f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9d198167-6ba8-4359-b1fb-3a9c65d17c55, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9d198167-6ba8-4359-b1fb-3a9c65d17c55, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1368865690076390556 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13688656900763905561368865690076390556136886569007639055613688656900763905561368865690076390556136886569007639055613688656900763905561368865690076390556136886569007639055613688656900763905561368865690076390556136886569007639055613688656900763905561368865690076390556136886569007639055613688656900763905561368865690076390556136886569007639055613688656900763905561368865690076390556" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cae7621e-aff0-4770-a7e7-565ad2a2b56b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cfcc5dbd-ec9e-4b81-9b4e-de58fd5f2bf6, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cfcc5dbd-ec9e-4b81-9b4e-de58fd5f2bf6, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7873807635898097441 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78738076358980974417873807635898097441787380763589809744178738076358980974417873807635898097441787380763589809744178738076358980974417873807635898097441787380763589809744178738076358980974417873807635898097441787380763589809744178738076358980974417873807635898097441787380763589809744178738076358980974417873807635898097441787380763589809744178738076358980974417873807635898097441" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9d198167-6ba8-4359-b1fb-3a9c65d17c55, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, aa9d3781-2e27-4d07-9fa2-b275bbdc0e3a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aa9d3781-2e27-4d07-9fa2-b275bbdc0e3a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3863594181678524092 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38635941816785240923863594181678524092386359418167852409238635941816785240923863594181678524092386359418167852409238635941816785240923863594181678524092386359418167852409238635941816785240923863594181678524092386359418167852409238635941816785240923863594181678524092386359418167852409238635941816785240923863594181678524092386359418167852409238635941816785240923863594181678524092" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cfcc5dbd-ec9e-4b81-9b4e-de58fd5f2bf6, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1d98259e-253c-4198-97aa-ecb7a7f6850c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1d98259e-253c-4198-97aa-ecb7a7f6850c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 405484349044357725 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "405484349044357725405484349044357725405484349044357725405484349044357725405484349044357725405484349044357725405484349044357725405484349044357725405484349044357725405484349044357725405484349044357725405484349044357725405484349044357725405484349044357725405484349044357725405484349044357725405484349044357725405484349044357725405484349044357725405484349044357725" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aa9d3781-2e27-4d07-9fa2-b275bbdc0e3a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dc934c26-a55f-4d25-8b5e-0b3e46a61f95, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dc934c26-a55f-4d25-8b5e-0b3e46a61f95, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10460576086873619496 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1046057608687361949610460576086873619496104605760868736194961046057608687361949610460576086873619496104605760868736194961046057608687361949610460576086873619496104605760868736194961046057608687361949610460576086873619496104605760868736194961046057608687361949610460576086873619496104605760868736194961046057608687361949610460576086873619496104605760868736194961046057608687361949610460576086873619496" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1d98259e-253c-4198-97aa-ecb7a7f6850c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ee976a96-8626-48c2-8d89-fcff95152062, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ee976a96-8626-48c2-8d89-fcff95152062, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17361864730436218152 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1736186473043621815217361864730436218152173618647304362181521736186473043621815217361864730436218152173618647304362181521736186473043621815217361864730436218152173618647304362181521736186473043621815217361864730436218152173618647304362181521736186473043621815217361864730436218152173618647304362181521736186473043621815217361864730436218152173618647304362181521736186473043621815217361864730436218152" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dc934c26-a55f-4d25-8b5e-0b3e46a61f95, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a9e35c2d-9c67-4539-a42a-68bc2c75a5ae, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a9e35c2d-9c67-4539-a42a-68bc2c75a5ae, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3211166262208882334 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32111662622088823343211166262208882334321116626220888233432111662622088823343211166262208882334321116626220888233432111662622088823343211166262208882334321116626220888233432111662622088823343211166262208882334321116626220888233432111662622088823343211166262208882334321116626220888233432111662622088823343211166262208882334321116626220888233432111662622088823343211166262208882334" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ee976a96-8626-48c2-8d89-fcff95152062, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 78bc7e3a-9a37-4105-ace1-e4490888bc22, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a9e35c2d-9c67-4539-a42a-68bc2c75a5ae, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 01a61d6a-79fe-49f9-9472-e6c279e58445, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 01a61d6a-79fe-49f9-9472-e6c279e58445, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4517169761491960593 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45171697614919605934517169761491960593451716976149196059345171697614919605934517169761491960593451716976149196059345171697614919605934517169761491960593451716976149196059345171697614919605934517169761491960593451716976149196059345171697614919605934517169761491960593451716976149196059345171697614919605934517169761491960593451716976149196059345171697614919605934517169761491960593" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 78bc7e3a-9a37-4105-ace1-e4490888bc22, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11048075056537124848 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1104807505653712484811048075056537124848110480750565371248481104807505653712484811048075056537124848110480750565371248481104807505653712484811048075056537124848110480750565371248481104807505653712484811048075056537124848110480750565371248481104807505653712484811048075056537124848110480750565371248481104807505653712484811048075056537124848110480750565371248481104807505653712484811048075056537124848" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 01a61d6a-79fe-49f9-9472-e6c279e58445, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a6f9fc43-74ee-429d-8cc4-325b6b3c5a81, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a6f9fc43-74ee-429d-8cc4-325b6b3c5a81, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15063074688977582578 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1506307468897758257815063074688977582578150630746889775825781506307468897758257815063074688977582578150630746889775825781506307468897758257815063074688977582578150630746889775825781506307468897758257815063074688977582578150630746889775825781506307468897758257815063074688977582578150630746889775825781506307468897758257815063074688977582578150630746889775825781506307468897758257815063074688977582578" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 78bc7e3a-9a37-4105-ace1-e4490888bc22, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8191e1c6-d93f-4a7c-9176-7bbfa15f8b96, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8191e1c6-d93f-4a7c-9176-7bbfa15f8b96, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13152517485707318695 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1315251748570731869513152517485707318695131525174857073186951315251748570731869513152517485707318695131525174857073186951315251748570731869513152517485707318695131525174857073186951315251748570731869513152517485707318695131525174857073186951315251748570731869513152517485707318695131525174857073186951315251748570731869513152517485707318695131525174857073186951315251748570731869513152517485707318695" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a6f9fc43-74ee-429d-8cc4-325b6b3c5a81, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 890c1669-f702-4de2-bcd7-8219f5079291, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 890c1669-f702-4de2-bcd7-8219f5079291, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10617870197002161459 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1061787019700216145910617870197002161459106178701970021614591061787019700216145910617870197002161459106178701970021614591061787019700216145910617870197002161459106178701970021614591061787019700216145910617870197002161459106178701970021614591061787019700216145910617870197002161459106178701970021614591061787019700216145910617870197002161459106178701970021614591061787019700216145910617870197002161459" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8191e1c6-d93f-4a7c-9176-7bbfa15f8b96, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ee60cd66-6cb5-42c2-b8e9-850cf933d7a4, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ee60cd66-6cb5-42c2-b8e9-850cf933d7a4, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17496420594408288664 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1749642059440828866417496420594408288664174964205944082886641749642059440828866417496420594408288664174964205944082886641749642059440828866417496420594408288664174964205944082886641749642059440828866417496420594408288664174964205944082886641749642059440828866417496420594408288664174964205944082886641749642059440828866417496420594408288664174964205944082886641749642059440828866417496420594408288664" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 890c1669-f702-4de2-bcd7-8219f5079291, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 658a9c72-802f-4114-95f3-bba53762a622, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ee60cd66-6cb5-42c2-b8e9-850cf933d7a4, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 658a9c72-802f-4114-95f3-bba53762a622, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9533689589265170358 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95336895892651703589533689589265170358953368958926517035895336895892651703589533689589265170358953368958926517035895336895892651703589533689589265170358953368958926517035895336895892651703589533689589265170358953368958926517035895336895892651703589533689589265170358953368958926517035895336895892651703589533689589265170358953368958926517035895336895892651703589533689589265170358" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d1281c2f-cbe6-486d-8cd3-c8c77d96816c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d1281c2f-cbe6-486d-8cd3-c8c77d96816c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14763072613912875158 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1476307261391287515814763072613912875158147630726139128751581476307261391287515814763072613912875158147630726139128751581476307261391287515814763072613912875158147630726139128751581476307261391287515814763072613912875158147630726139128751581476307261391287515814763072613912875158147630726139128751581476307261391287515814763072613912875158147630726139128751581476307261391287515814763072613912875158" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 658a9c72-802f-4114-95f3-bba53762a622, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8e0abbf3-481c-4d29-8afa-abf8ba71c852, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8e0abbf3-481c-4d29-8afa-abf8ba71c852, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6603385830636382777 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66033858306363827776603385830636382777660338583063638277766033858306363827776603385830636382777660338583063638277766033858306363827776603385830636382777660338583063638277766033858306363827776603385830636382777660338583063638277766033858306363827776603385830636382777660338583063638277766033858306363827776603385830636382777660338583063638277766033858306363827776603385830636382777" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d1281c2f-cbe6-486d-8cd3-c8c77d96816c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b24813ac-f999-4969-b2ca-db3492975d5d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b24813ac-f999-4969-b2ca-db3492975d5d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2301862600136080592 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23018626001360805922301862600136080592230186260013608059223018626001360805922301862600136080592230186260013608059223018626001360805922301862600136080592230186260013608059223018626001360805922301862600136080592230186260013608059223018626001360805922301862600136080592230186260013608059223018626001360805922301862600136080592230186260013608059223018626001360805922301862600136080592" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8e0abbf3-481c-4d29-8afa-abf8ba71c852, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1be26291-5a4c-4a5f-a903-005b29c6cc0a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1be26291-5a4c-4a5f-a903-005b29c6cc0a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10110618853833013304 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1011061885383301330410110618853833013304101106188538330133041011061885383301330410110618853833013304101106188538330133041011061885383301330410110618853833013304101106188538330133041011061885383301330410110618853833013304101106188538330133041011061885383301330410110618853833013304101106188538330133041011061885383301330410110618853833013304101106188538330133041011061885383301330410110618853833013304" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b24813ac-f999-4969-b2ca-db3492975d5d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 066d9f54-f425-429c-bbb0-74c5d82fa096, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 066d9f54-f425-429c-bbb0-74c5d82fa096, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17569976715690655160 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1756997671569065516017569976715690655160175699767156906551601756997671569065516017569976715690655160175699767156906551601756997671569065516017569976715690655160175699767156906551601756997671569065516017569976715690655160175699767156906551601756997671569065516017569976715690655160175699767156906551601756997671569065516017569976715690655160175699767156906551601756997671569065516017569976715690655160" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1be26291-5a4c-4a5f-a903-005b29c6cc0a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7eed593c-5979-440d-88d3-a8f08be19c4c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7eed593c-5979-440d-88d3-a8f08be19c4c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12130945486041589084 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1213094548604158908412130945486041589084121309454860415890841213094548604158908412130945486041589084121309454860415890841213094548604158908412130945486041589084121309454860415890841213094548604158908412130945486041589084121309454860415890841213094548604158908412130945486041589084121309454860415890841213094548604158908412130945486041589084121309454860415890841213094548604158908412130945486041589084" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 066d9f54-f425-429c-bbb0-74c5d82fa096, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7eed593c-5979-440d-88d3-a8f08be19c4c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c008bd70-bbac-42c4-945a-c69b3cce4391, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c008bd70-bbac-42c4-945a-c69b3cce4391, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6674364264013662847 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66743642640136628476674364264013662847667436426401366284766743642640136628476674364264013662847667436426401366284766743642640136628476674364264013662847667436426401366284766743642640136628476674364264013662847667436426401366284766743642640136628476674364264013662847667436426401366284766743642640136628476674364264013662847667436426401366284766743642640136628476674364264013662847" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b1e55811-960e-4ca4-86c6-f588a32f413f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b1e55811-960e-4ca4-86c6-f588a32f413f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4707756775034074608 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47077567750340746084707756775034074608470775677503407460847077567750340746084707756775034074608470775677503407460847077567750340746084707756775034074608470775677503407460847077567750340746084707756775034074608470775677503407460847077567750340746084707756775034074608470775677503407460847077567750340746084707756775034074608470775677503407460847077567750340746084707756775034074608" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c008bd70-bbac-42c4-945a-c69b3cce4391, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 83dcf4d5-e0fe-4515-a3b6-82c2c9524156, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 83dcf4d5-e0fe-4515-a3b6-82c2c9524156, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15560153825786049492 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1556015382578604949215560153825786049492155601538257860494921556015382578604949215560153825786049492155601538257860494921556015382578604949215560153825786049492155601538257860494921556015382578604949215560153825786049492155601538257860494921556015382578604949215560153825786049492155601538257860494921556015382578604949215560153825786049492155601538257860494921556015382578604949215560153825786049492" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b1e55811-960e-4ca4-86c6-f588a32f413f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0d619c28-8c1b-40fe-aa66-32e6d994d1a8, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0d619c28-8c1b-40fe-aa66-32e6d994d1a8, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13921773640782096106 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1392177364078209610613921773640782096106139217736407820961061392177364078209610613921773640782096106139217736407820961061392177364078209610613921773640782096106139217736407820961061392177364078209610613921773640782096106139217736407820961061392177364078209610613921773640782096106139217736407820961061392177364078209610613921773640782096106139217736407820961061392177364078209610613921773640782096106" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 83dcf4d5-e0fe-4515-a3b6-82c2c9524156, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, be521948-5144-4401-8b30-d095abfff557, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, be521948-5144-4401-8b30-d095abfff557, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16699179411548134292 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1669917941154813429216699179411548134292166991794115481342921669917941154813429216699179411548134292166991794115481342921669917941154813429216699179411548134292166991794115481342921669917941154813429216699179411548134292166991794115481342921669917941154813429216699179411548134292166991794115481342921669917941154813429216699179411548134292166991794115481342921669917941154813429216699179411548134292" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0d619c28-8c1b-40fe-aa66-32e6d994d1a8, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bd732fc8-2bd4-4869-9063-80a002390fec, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bd732fc8-2bd4-4869-9063-80a002390fec, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17527167543037272728 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1752716754303727272817527167543037272728175271675430372727281752716754303727272817527167543037272728175271675430372727281752716754303727272817527167543037272728175271675430372727281752716754303727272817527167543037272728175271675430372727281752716754303727272817527167543037272728175271675430372727281752716754303727272817527167543037272728175271675430372727281752716754303727272817527167543037272728" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, be521948-5144-4401-8b30-d095abfff557, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 36a94062-cd67-478f-890d-e73d7732eee2, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 36a94062-cd67-478f-890d-e73d7732eee2, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13947072800025283707 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1394707280002528370713947072800025283707139470728000252837071394707280002528370713947072800025283707139470728000252837071394707280002528370713947072800025283707139470728000252837071394707280002528370713947072800025283707139470728000252837071394707280002528370713947072800025283707139470728000252837071394707280002528370713947072800025283707139470728000252837071394707280002528370713947072800025283707" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bd732fc8-2bd4-4869-9063-80a002390fec, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 12eb4312-57c0-4830-b2ac-219f8f68e16b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 12eb4312-57c0-4830-b2ac-219f8f68e16b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2920242252596784715 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29202422525967847152920242252596784715292024225259678471529202422525967847152920242252596784715292024225259678471529202422525967847152920242252596784715292024225259678471529202422525967847152920242252596784715292024225259678471529202422525967847152920242252596784715292024225259678471529202422525967847152920242252596784715292024225259678471529202422525967847152920242252596784715" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 36a94062-cd67-478f-890d-e73d7732eee2, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 12eb4312-57c0-4830-b2ac-219f8f68e16b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3429c60b-b7bc-4d69-9520-11032f719020, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3429c60b-b7bc-4d69-9520-11032f719020, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18071488834068733833 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1807148883406873383318071488834068733833180714888340687338331807148883406873383318071488834068733833180714888340687338331807148883406873383318071488834068733833180714888340687338331807148883406873383318071488834068733833180714888340687338331807148883406873383318071488834068733833180714888340687338331807148883406873383318071488834068733833180714888340687338331807148883406873383318071488834068733833" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 14daa27e-44e1-4777-aac7-2356a2a83b2f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 14daa27e-44e1-4777-aac7-2356a2a83b2f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15958113214843834644 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1595811321484383464415958113214843834644159581132148438346441595811321484383464415958113214843834644159581132148438346441595811321484383464415958113214843834644159581132148438346441595811321484383464415958113214843834644159581132148438346441595811321484383464415958113214843834644159581132148438346441595811321484383464415958113214843834644159581132148438346441595811321484383464415958113214843834644" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 14daa27e-44e1-4777-aac7-2356a2a83b2f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 373536ea-683b-48eb-907b-ee332b5228ad, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 373536ea-683b-48eb-907b-ee332b5228ad, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5417238352277894367 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54172383522778943675417238352277894367541723835227789436754172383522778943675417238352277894367541723835227789436754172383522778943675417238352277894367541723835227789436754172383522778943675417238352277894367541723835227789436754172383522778943675417238352277894367541723835227789436754172383522778943675417238352277894367541723835227789436754172383522778943675417238352277894367" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3429c60b-b7bc-4d69-9520-11032f719020, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fb0fa133-34a2-47c7-824a-eb28bab2d2e7, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fb0fa133-34a2-47c7-824a-eb28bab2d2e7, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9350473302655005622 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93504733026550056229350473302655005622935047330265500562293504733026550056229350473302655005622935047330265500562293504733026550056229350473302655005622935047330265500562293504733026550056229350473302655005622935047330265500562293504733026550056229350473302655005622935047330265500562293504733026550056229350473302655005622935047330265500562293504733026550056229350473302655005622" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fb0fa133-34a2-47c7-824a-eb28bab2d2e7, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f5986dc3-c99e-4769-8949-48836cdfdcca, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 373536ea-683b-48eb-907b-ee332b5228ad, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f5986dc3-c99e-4769-8949-48836cdfdcca, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13144360556947339836 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1314436055694733983613144360556947339836131443605569473398361314436055694733983613144360556947339836131443605569473398361314436055694733983613144360556947339836131443605569473398361314436055694733983613144360556947339836131443605569473398361314436055694733983613144360556947339836131443605569473398361314436055694733983613144360556947339836131443605569473398361314436055694733983613144360556947339836" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4248a60d-6ad9-4b1b-9959-633ac6c6b51a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4248a60d-6ad9-4b1b-9959-633ac6c6b51a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1306485194058983377 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13064851940589833771306485194058983377130648519405898337713064851940589833771306485194058983377130648519405898337713064851940589833771306485194058983377130648519405898337713064851940589833771306485194058983377130648519405898337713064851940589833771306485194058983377130648519405898337713064851940589833771306485194058983377130648519405898337713064851940589833771306485194058983377" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f5986dc3-c99e-4769-8949-48836cdfdcca, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, db3cabe2-b7f9-4cf0-8e93-fb1ec9082641, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, db3cabe2-b7f9-4cf0-8e93-fb1ec9082641, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10486317957400719341 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1048631795740071934110486317957400719341104863179574007193411048631795740071934110486317957400719341104863179574007193411048631795740071934110486317957400719341104863179574007193411048631795740071934110486317957400719341104863179574007193411048631795740071934110486317957400719341104863179574007193411048631795740071934110486317957400719341104863179574007193411048631795740071934110486317957400719341" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4248a60d-6ad9-4b1b-9959-633ac6c6b51a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7fad1ef9-a3bf-478b-9972-3778477e9118, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7fad1ef9-a3bf-478b-9972-3778477e9118, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5160419551061860400 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51604195510618604005160419551061860400516041955106186040051604195510618604005160419551061860400516041955106186040051604195510618604005160419551061860400516041955106186040051604195510618604005160419551061860400516041955106186040051604195510618604005160419551061860400516041955106186040051604195510618604005160419551061860400516041955106186040051604195510618604005160419551061860400" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, db3cabe2-b7f9-4cf0-8e93-fb1ec9082641, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 33b5a2fa-cbf6-4f33-aba8-e276193a002e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 33b5a2fa-cbf6-4f33-aba8-e276193a002e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11909651838357109837 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1190965183835710983711909651838357109837119096518383571098371190965183835710983711909651838357109837119096518383571098371190965183835710983711909651838357109837119096518383571098371190965183835710983711909651838357109837119096518383571098371190965183835710983711909651838357109837119096518383571098371190965183835710983711909651838357109837119096518383571098371190965183835710983711909651838357109837" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7fad1ef9-a3bf-478b-9972-3778477e9118, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c638783d-fcae-4448-8e87-83393002389c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c638783d-fcae-4448-8e87-83393002389c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9093496556957613684 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90934965569576136849093496556957613684909349655695761368490934965569576136849093496556957613684909349655695761368490934965569576136849093496556957613684909349655695761368490934965569576136849093496556957613684909349655695761368490934965569576136849093496556957613684909349655695761368490934965569576136849093496556957613684909349655695761368490934965569576136849093496556957613684" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c638783d-fcae-4448-8e87-83393002389c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f1a87fe9-b213-4ecf-976b-4f7f7279cc7d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f1a87fe9-b213-4ecf-976b-4f7f7279cc7d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9812020458301021606 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98120204583010216069812020458301021606981202045830102160698120204583010216069812020458301021606981202045830102160698120204583010216069812020458301021606981202045830102160698120204583010216069812020458301021606981202045830102160698120204583010216069812020458301021606981202045830102160698120204583010216069812020458301021606981202045830102160698120204583010216069812020458301021606" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 33b5a2fa-cbf6-4f33-aba8-e276193a002e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f1a87fe9-b213-4ecf-976b-4f7f7279cc7d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7e965149-fdfc-430a-bb3e-bafe4b72f5aa, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7e965149-fdfc-430a-bb3e-bafe4b72f5aa, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11634514924336058593 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1163451492433605859311634514924336058593116345149243360585931163451492433605859311634514924336058593116345149243360585931163451492433605859311634514924336058593116345149243360585931163451492433605859311634514924336058593116345149243360585931163451492433605859311634514924336058593116345149243360585931163451492433605859311634514924336058593116345149243360585931163451492433605859311634514924336058593" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a620ad5a-fa16-4a0a-9fdd-7da9dd7fe09a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a620ad5a-fa16-4a0a-9fdd-7da9dd7fe09a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17133944372632209844 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1713394437263220984417133944372632209844171339443726322098441713394437263220984417133944372632209844171339443726322098441713394437263220984417133944372632209844171339443726322098441713394437263220984417133944372632209844171339443726322098441713394437263220984417133944372632209844171339443726322098441713394437263220984417133944372632209844171339443726322098441713394437263220984417133944372632209844" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7e965149-fdfc-430a-bb3e-bafe4b72f5aa, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6fa10128-2dc1-45ca-aee7-9f44b88a3f7c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6fa10128-2dc1-45ca-aee7-9f44b88a3f7c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2977906050459534874 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29779060504595348742977906050459534874297790605045953487429779060504595348742977906050459534874297790605045953487429779060504595348742977906050459534874297790605045953487429779060504595348742977906050459534874297790605045953487429779060504595348742977906050459534874297790605045953487429779060504595348742977906050459534874297790605045953487429779060504595348742977906050459534874" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a620ad5a-fa16-4a0a-9fdd-7da9dd7fe09a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0642b870-0dae-4ed4-930a-76f01e910555, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0642b870-0dae-4ed4-930a-76f01e910555, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13285879189483838447 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1328587918948383844713285879189483838447132858791894838384471328587918948383844713285879189483838447132858791894838384471328587918948383844713285879189483838447132858791894838384471328587918948383844713285879189483838447132858791894838384471328587918948383844713285879189483838447132858791894838384471328587918948383844713285879189483838447132858791894838384471328587918948383844713285879189483838447" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6fa10128-2dc1-45ca-aee7-9f44b88a3f7c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fa04fdd1-49e6-4020-91ef-ed6e2d9846f1, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fa04fdd1-49e6-4020-91ef-ed6e2d9846f1, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16408689209255609619 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1640868920925560961916408689209255609619164086892092556096191640868920925560961916408689209255609619164086892092556096191640868920925560961916408689209255609619164086892092556096191640868920925560961916408689209255609619164086892092556096191640868920925560961916408689209255609619164086892092556096191640868920925560961916408689209255609619164086892092556096191640868920925560961916408689209255609619" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0642b870-0dae-4ed4-930a-76f01e910555, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d74075b2-b9ae-4df9-a3d7-c41a0490f154, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d74075b2-b9ae-4df9-a3d7-c41a0490f154, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14961596652869528603 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1496159665286952860314961596652869528603149615966528695286031496159665286952860314961596652869528603149615966528695286031496159665286952860314961596652869528603149615966528695286031496159665286952860314961596652869528603149615966528695286031496159665286952860314961596652869528603149615966528695286031496159665286952860314961596652869528603149615966528695286031496159665286952860314961596652869528603" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fa04fdd1-49e6-4020-91ef-ed6e2d9846f1, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7b8300c8-18e7-4b94-9802-22339dc4424e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7b8300c8-18e7-4b94-9802-22339dc4424e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11063041745758614250 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1106304174575861425011063041745758614250110630417457586142501106304174575861425011063041745758614250110630417457586142501106304174575861425011063041745758614250110630417457586142501106304174575861425011063041745758614250110630417457586142501106304174575861425011063041745758614250110630417457586142501106304174575861425011063041745758614250110630417457586142501106304174575861425011063041745758614250" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d74075b2-b9ae-4df9-a3d7-c41a0490f154, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 971128c0-04c6-402f-9918-391b15bb230d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 971128c0-04c6-402f-9918-391b15bb230d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6098972766822638322 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60989727668226383226098972766822638322609897276682263832260989727668226383226098972766822638322609897276682263832260989727668226383226098972766822638322609897276682263832260989727668226383226098972766822638322609897276682263832260989727668226383226098972766822638322609897276682263832260989727668226383226098972766822638322609897276682263832260989727668226383226098972766822638322" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7b8300c8-18e7-4b94-9802-22339dc4424e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c1703bc5-d925-42ea-9693-b38218108ff3, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c1703bc5-d925-42ea-9693-b38218108ff3, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4220390807048735910 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42203908070487359104220390807048735910422039080704873591042203908070487359104220390807048735910422039080704873591042203908070487359104220390807048735910422039080704873591042203908070487359104220390807048735910422039080704873591042203908070487359104220390807048735910422039080704873591042203908070487359104220390807048735910422039080704873591042203908070487359104220390807048735910" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 971128c0-04c6-402f-9918-391b15bb230d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4487596d-2a78-4bd0-918f-5bced79c9bc8, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4487596d-2a78-4bd0-918f-5bced79c9bc8, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17828908691314778587 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1782890869131477858717828908691314778587178289086913147785871782890869131477858717828908691314778587178289086913147785871782890869131477858717828908691314778587178289086913147785871782890869131477858717828908691314778587178289086913147785871782890869131477858717828908691314778587178289086913147785871782890869131477858717828908691314778587178289086913147785871782890869131477858717828908691314778587" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c1703bc5-d925-42ea-9693-b38218108ff3, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 545a8477-5ea6-4af3-ab88-e1c3103258e7, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 545a8477-5ea6-4af3-ab88-e1c3103258e7, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 214355496551784678 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "214355496551784678214355496551784678214355496551784678214355496551784678214355496551784678214355496551784678214355496551784678214355496551784678214355496551784678214355496551784678214355496551784678214355496551784678214355496551784678214355496551784678214355496551784678214355496551784678214355496551784678214355496551784678214355496551784678214355496551784678" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4487596d-2a78-4bd0-918f-5bced79c9bc8, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9b6d4d46-b684-49b1-b2db-7ef7c37035bb, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9b6d4d46-b684-49b1-b2db-7ef7c37035bb, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14444296995764052227 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1444429699576405222714444296995764052227144442969957640522271444429699576405222714444296995764052227144442969957640522271444429699576405222714444296995764052227144442969957640522271444429699576405222714444296995764052227144442969957640522271444429699576405222714444296995764052227144442969957640522271444429699576405222714444296995764052227144442969957640522271444429699576405222714444296995764052227" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 545a8477-5ea6-4af3-ab88-e1c3103258e7, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9ef42ce1-288b-4b2c-957d-3b03efaac61f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9ef42ce1-288b-4b2c-957d-3b03efaac61f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11545832117400978680 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1154583211740097868011545832117400978680115458321174009786801154583211740097868011545832117400978680115458321174009786801154583211740097868011545832117400978680115458321174009786801154583211740097868011545832117400978680115458321174009786801154583211740097868011545832117400978680115458321174009786801154583211740097868011545832117400978680115458321174009786801154583211740097868011545832117400978680" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9b6d4d46-b684-49b1-b2db-7ef7c37035bb, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5d30474b-a62d-4a35-be88-04ad7e19cbfd, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5d30474b-a62d-4a35-be88-04ad7e19cbfd, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15132421949104323014 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1513242194910432301415132421949104323014151324219491043230141513242194910432301415132421949104323014151324219491043230141513242194910432301415132421949104323014151324219491043230141513242194910432301415132421949104323014151324219491043230141513242194910432301415132421949104323014151324219491043230141513242194910432301415132421949104323014151324219491043230141513242194910432301415132421949104323014" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9ef42ce1-288b-4b2c-957d-3b03efaac61f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2ca5fcda-cfe1-471e-99c3-3c9b21f750f8, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2ca5fcda-cfe1-471e-99c3-3c9b21f750f8, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8463797720807177416 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84637977208071774168463797720807177416846379772080717741684637977208071774168463797720807177416846379772080717741684637977208071774168463797720807177416846379772080717741684637977208071774168463797720807177416846379772080717741684637977208071774168463797720807177416846379772080717741684637977208071774168463797720807177416846379772080717741684637977208071774168463797720807177416" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5d30474b-a62d-4a35-be88-04ad7e19cbfd, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 40016b71-71cc-463b-8dd8-f942e4a924f8, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 40016b71-71cc-463b-8dd8-f942e4a924f8, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1701203722812912149 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17012037228129121491701203722812912149170120372281291214917012037228129121491701203722812912149170120372281291214917012037228129121491701203722812912149170120372281291214917012037228129121491701203722812912149170120372281291214917012037228129121491701203722812912149170120372281291214917012037228129121491701203722812912149170120372281291214917012037228129121491701203722812912149" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2ca5fcda-cfe1-471e-99c3-3c9b21f750f8, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0653fe5d-a743-4bb2-ba37-aa61761d1f8a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0653fe5d-a743-4bb2-ba37-aa61761d1f8a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8562672303610710377 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85626723036107103778562672303610710377856267230361071037785626723036107103778562672303610710377856267230361071037785626723036107103778562672303610710377856267230361071037785626723036107103778562672303610710377856267230361071037785626723036107103778562672303610710377856267230361071037785626723036107103778562672303610710377856267230361071037785626723036107103778562672303610710377" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 40016b71-71cc-463b-8dd8-f942e4a924f8, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 618e0b96-633a-4ed2-8a47-8847c81dc9fc, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 618e0b96-633a-4ed2-8a47-8847c81dc9fc, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2776358335145727019 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27763583351457270192776358335145727019277635833514572701927763583351457270192776358335145727019277635833514572701927763583351457270192776358335145727019277635833514572701927763583351457270192776358335145727019277635833514572701927763583351457270192776358335145727019277635833514572701927763583351457270192776358335145727019277635833514572701927763583351457270192776358335145727019" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0653fe5d-a743-4bb2-ba37-aa61761d1f8a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dd46253f-d024-460c-85df-1ae12c33b108, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dd46253f-d024-460c-85df-1ae12c33b108, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17585386457715936665 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1758538645771593666517585386457715936665175853864577159366651758538645771593666517585386457715936665175853864577159366651758538645771593666517585386457715936665175853864577159366651758538645771593666517585386457715936665175853864577159366651758538645771593666517585386457715936665175853864577159366651758538645771593666517585386457715936665175853864577159366651758538645771593666517585386457715936665" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 618e0b96-633a-4ed2-8a47-8847c81dc9fc, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c0d43dc3-614c-4fd0-9a4e-f1d516f570b4, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c0d43dc3-614c-4fd0-9a4e-f1d516f570b4, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4580060007274733845 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45800600072747338454580060007274733845458006000727473384545800600072747338454580060007274733845458006000727473384545800600072747338454580060007274733845458006000727473384545800600072747338454580060007274733845458006000727473384545800600072747338454580060007274733845458006000727473384545800600072747338454580060007274733845458006000727473384545800600072747338454580060007274733845" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dd46253f-d024-460c-85df-1ae12c33b108, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 12ec2334-20e1-474a-af79-69dffb7cc8d4, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 12ec2334-20e1-474a-af79-69dffb7cc8d4, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18055081357200709703 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1805508135720070970318055081357200709703180550813572007097031805508135720070970318055081357200709703180550813572007097031805508135720070970318055081357200709703180550813572007097031805508135720070970318055081357200709703180550813572007097031805508135720070970318055081357200709703180550813572007097031805508135720070970318055081357200709703180550813572007097031805508135720070970318055081357200709703" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c0d43dc3-614c-4fd0-9a4e-f1d516f570b4, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a88d62a4-4be8-42a5-a0f6-bc0e2febfd4a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a88d62a4-4be8-42a5-a0f6-bc0e2febfd4a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12968972193741156367 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1296897219374115636712968972193741156367129689721937411563671296897219374115636712968972193741156367129689721937411563671296897219374115636712968972193741156367129689721937411563671296897219374115636712968972193741156367129689721937411563671296897219374115636712968972193741156367129689721937411563671296897219374115636712968972193741156367129689721937411563671296897219374115636712968972193741156367" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 12ec2334-20e1-474a-af79-69dffb7cc8d4, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 00452bec-f280-4b21-87ee-74d8a57425d4, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 00452bec-f280-4b21-87ee-74d8a57425d4, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6070631549850750155 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60706315498507501556070631549850750155607063154985075015560706315498507501556070631549850750155607063154985075015560706315498507501556070631549850750155607063154985075015560706315498507501556070631549850750155607063154985075015560706315498507501556070631549850750155607063154985075015560706315498507501556070631549850750155607063154985075015560706315498507501556070631549850750155" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a88d62a4-4be8-42a5-a0f6-bc0e2febfd4a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 33a9b8f3-8451-4a98-9ca9-19ae607b1f55, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 33a9b8f3-8451-4a98-9ca9-19ae607b1f55, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3831776349623287469 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38317763496232874693831776349623287469383177634962328746938317763496232874693831776349623287469383177634962328746938317763496232874693831776349623287469383177634962328746938317763496232874693831776349623287469383177634962328746938317763496232874693831776349623287469383177634962328746938317763496232874693831776349623287469383177634962328746938317763496232874693831776349623287469" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 00452bec-f280-4b21-87ee-74d8a57425d4, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9f4672bb-b9cc-4fd9-9fd4-e60abe0c58f2, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9f4672bb-b9cc-4fd9-9fd4-e60abe0c58f2, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13689330541285329027 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1368933054128532902713689330541285329027136893305412853290271368933054128532902713689330541285329027136893305412853290271368933054128532902713689330541285329027136893305412853290271368933054128532902713689330541285329027136893305412853290271368933054128532902713689330541285329027136893305412853290271368933054128532902713689330541285329027136893305412853290271368933054128532902713689330541285329027" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9f4672bb-b9cc-4fd9-9fd4-e60abe0c58f2, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3e7e6f47-7b69-4d3e-8e37-2550a69c05f3, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3e7e6f47-7b69-4d3e-8e37-2550a69c05f3, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12157930083551074714 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1215793008355107471412157930083551074714121579300835510747141215793008355107471412157930083551074714121579300835510747141215793008355107471412157930083551074714121579300835510747141215793008355107471412157930083551074714121579300835510747141215793008355107471412157930083551074714121579300835510747141215793008355107471412157930083551074714121579300835510747141215793008355107471412157930083551074714" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 33a9b8f3-8451-4a98-9ca9-19ae607b1f55, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ebd16e81-356a-40ad-8ffc-b5ff4226dfd6, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ebd16e81-356a-40ad-8ffc-b5ff4226dfd6, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7320585335143366059 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73205853351433660597320585335143366059732058533514336605973205853351433660597320585335143366059732058533514336605973205853351433660597320585335143366059732058533514336605973205853351433660597320585335143366059732058533514336605973205853351433660597320585335143366059732058533514336605973205853351433660597320585335143366059732058533514336605973205853351433660597320585335143366059" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3e7e6f47-7b69-4d3e-8e37-2550a69c05f3, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 28941ed4-c86e-4d55-bc14-571ac7e57f0b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 28941ed4-c86e-4d55-bc14-571ac7e57f0b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13264841560096792555 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1326484156009679255513264841560096792555132648415600967925551326484156009679255513264841560096792555132648415600967925551326484156009679255513264841560096792555132648415600967925551326484156009679255513264841560096792555132648415600967925551326484156009679255513264841560096792555132648415600967925551326484156009679255513264841560096792555132648415600967925551326484156009679255513264841560096792555" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ebd16e81-356a-40ad-8ffc-b5ff4226dfd6, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, edbe7dc1-1439-4339-9e50-8103a56ad239, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, edbe7dc1-1439-4339-9e50-8103a56ad239, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13400715962333809518 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1340071596233380951813400715962333809518134007159623338095181340071596233380951813400715962333809518134007159623338095181340071596233380951813400715962333809518134007159623338095181340071596233380951813400715962333809518134007159623338095181340071596233380951813400715962333809518134007159623338095181340071596233380951813400715962333809518134007159623338095181340071596233380951813400715962333809518" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 28941ed4-c86e-4d55-bc14-571ac7e57f0b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, edbe7dc1-1439-4339-9e50-8103a56ad239, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2a1ef0c2-6a5c-42ca-83f3-472be46678b2, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2a1ef0c2-6a5c-42ca-83f3-472be46678b2, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14903862318258589635 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1490386231825858963514903862318258589635149038623182585896351490386231825858963514903862318258589635149038623182585896351490386231825858963514903862318258589635149038623182585896351490386231825858963514903862318258589635149038623182585896351490386231825858963514903862318258589635149038623182585896351490386231825858963514903862318258589635149038623182585896351490386231825858963514903862318258589635" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6527ef3c-09a8-41f9-b9fa-b9c4597077b4, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6527ef3c-09a8-41f9-b9fa-b9c4597077b4, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16246342698336706293 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1624634269833670629316246342698336706293162463426983367062931624634269833670629316246342698336706293162463426983367062931624634269833670629316246342698336706293162463426983367062931624634269833670629316246342698336706293162463426983367062931624634269833670629316246342698336706293162463426983367062931624634269833670629316246342698336706293162463426983367062931624634269833670629316246342698336706293" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2a1ef0c2-6a5c-42ca-83f3-472be46678b2, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bb43d75f-c5f8-4d9b-ac95-6a8f637fff1b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bb43d75f-c5f8-4d9b-ac95-6a8f637fff1b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4274555141615942002 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42745551416159420024274555141615942002427455514161594200242745551416159420024274555141615942002427455514161594200242745551416159420024274555141615942002427455514161594200242745551416159420024274555141615942002427455514161594200242745551416159420024274555141615942002427455514161594200242745551416159420024274555141615942002427455514161594200242745551416159420024274555141615942002" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6527ef3c-09a8-41f9-b9fa-b9c4597077b4, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 88a5b47c-2bef-47bd-9d07-bdd280bf7228, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 88a5b47c-2bef-47bd-9d07-bdd280bf7228, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16734839243134431735 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1673483924313443173516734839243134431735167348392431344317351673483924313443173516734839243134431735167348392431344317351673483924313443173516734839243134431735167348392431344317351673483924313443173516734839243134431735167348392431344317351673483924313443173516734839243134431735167348392431344317351673483924313443173516734839243134431735167348392431344317351673483924313443173516734839243134431735" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bb43d75f-c5f8-4d9b-ac95-6a8f637fff1b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3e8016e8-e0eb-49cd-8c26-2b2bcd51811a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3e8016e8-e0eb-49cd-8c26-2b2bcd51811a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15209801721733262915 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1520980172173326291515209801721733262915152098017217332629151520980172173326291515209801721733262915152098017217332629151520980172173326291515209801721733262915152098017217332629151520980172173326291515209801721733262915152098017217332629151520980172173326291515209801721733262915152098017217332629151520980172173326291515209801721733262915152098017217332629151520980172173326291515209801721733262915" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 88a5b47c-2bef-47bd-9d07-bdd280bf7228, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 79027222-a3a6-4e2a-9186-66f0a62b830e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 79027222-a3a6-4e2a-9186-66f0a62b830e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 902607947943999055 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "902607947943999055902607947943999055902607947943999055902607947943999055902607947943999055902607947943999055902607947943999055902607947943999055902607947943999055902607947943999055902607947943999055902607947943999055902607947943999055902607947943999055902607947943999055902607947943999055902607947943999055902607947943999055902607947943999055902607947943999055" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3e8016e8-e0eb-49cd-8c26-2b2bcd51811a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 04a7bac3-a1c7-4316-9f71-28cca2dfe078, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 04a7bac3-a1c7-4316-9f71-28cca2dfe078, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6015359342480116870 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60153593424801168706015359342480116870601535934248011687060153593424801168706015359342480116870601535934248011687060153593424801168706015359342480116870601535934248011687060153593424801168706015359342480116870601535934248011687060153593424801168706015359342480116870601535934248011687060153593424801168706015359342480116870601535934248011687060153593424801168706015359342480116870" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 79027222-a3a6-4e2a-9186-66f0a62b830e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f867cc6b-cab0-43bd-bdfe-bc7b08493022, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f867cc6b-cab0-43bd-bdfe-bc7b08493022, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16266463049626701374 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1626646304962670137416266463049626701374162664630496267013741626646304962670137416266463049626701374162664630496267013741626646304962670137416266463049626701374162664630496267013741626646304962670137416266463049626701374162664630496267013741626646304962670137416266463049626701374162664630496267013741626646304962670137416266463049626701374162664630496267013741626646304962670137416266463049626701374" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 04a7bac3-a1c7-4316-9f71-28cca2dfe078, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fb5fa8b2-16da-45df-967b-e1e98dcda894, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fb5fa8b2-16da-45df-967b-e1e98dcda894, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1780718434596194276 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17807184345961942761780718434596194276178071843459619427617807184345961942761780718434596194276178071843459619427617807184345961942761780718434596194276178071843459619427617807184345961942761780718434596194276178071843459619427617807184345961942761780718434596194276178071843459619427617807184345961942761780718434596194276178071843459619427617807184345961942761780718434596194276" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f867cc6b-cab0-43bd-bdfe-bc7b08493022, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 82417282-071c-4fcc-8b6b-747fa8dad5ef, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fb5fa8b2-16da-45df-967b-e1e98dcda894, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 892ac40a-2175-449e-8209-b296ed09193e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 82417282-071c-4fcc-8b6b-747fa8dad5ef, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15896758847139893520 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1589675884713989352015896758847139893520158967588471398935201589675884713989352015896758847139893520158967588471398935201589675884713989352015896758847139893520158967588471398935201589675884713989352015896758847139893520158967588471398935201589675884713989352015896758847139893520158967588471398935201589675884713989352015896758847139893520158967588471398935201589675884713989352015896758847139893520" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 892ac40a-2175-449e-8209-b296ed09193e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13599067958890702877 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1359906795889070287713599067958890702877135990679588907028771359906795889070287713599067958890702877135990679588907028771359906795889070287713599067958890702877135990679588907028771359906795889070287713599067958890702877135990679588907028771359906795889070287713599067958890702877135990679588907028771359906795889070287713599067958890702877135990679588907028771359906795889070287713599067958890702877" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 82417282-071c-4fcc-8b6b-747fa8dad5ef, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 892ac40a-2175-449e-8209-b296ed09193e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 40b5393f-fafb-423b-b817-37708b3087ca, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 40b5393f-fafb-423b-b817-37708b3087ca, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10655978930664773808 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1065597893066477380810655978930664773808106559789306647738081065597893066477380810655978930664773808106559789306647738081065597893066477380810655978930664773808106559789306647738081065597893066477380810655978930664773808106559789306647738081065597893066477380810655978930664773808106559789306647738081065597893066477380810655978930664773808106559789306647738081065597893066477380810655978930664773808" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 11dff76f-0fea-4603-bef4-1fc6ee17af25, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 11dff76f-0fea-4603-bef4-1fc6ee17af25, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2252325281876196431 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22523252818761964312252325281876196431225232528187619643122523252818761964312252325281876196431225232528187619643122523252818761964312252325281876196431225232528187619643122523252818761964312252325281876196431225232528187619643122523252818761964312252325281876196431225232528187619643122523252818761964312252325281876196431225232528187619643122523252818761964312252325281876196431" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 40b5393f-fafb-423b-b817-37708b3087ca, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4684da61-ae2a-4055-83ea-68ba5daf63f2, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4684da61-ae2a-4055-83ea-68ba5daf63f2, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13173431585712162905 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1317343158571216290513173431585712162905131734315857121629051317343158571216290513173431585712162905131734315857121629051317343158571216290513173431585712162905131734315857121629051317343158571216290513173431585712162905131734315857121629051317343158571216290513173431585712162905131734315857121629051317343158571216290513173431585712162905131734315857121629051317343158571216290513173431585712162905" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 11dff76f-0fea-4603-bef4-1fc6ee17af25, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0d49a130-8e07-48f6-959f-4a7f89311a41, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0d49a130-8e07-48f6-959f-4a7f89311a41, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10068789877218560184 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1006878987721856018410068789877218560184100687898772185601841006878987721856018410068789877218560184100687898772185601841006878987721856018410068789877218560184100687898772185601841006878987721856018410068789877218560184100687898772185601841006878987721856018410068789877218560184100687898772185601841006878987721856018410068789877218560184100687898772185601841006878987721856018410068789877218560184" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4684da61-ae2a-4055-83ea-68ba5daf63f2, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0bf06f39-ceac-4917-a63f-e41b99285c6b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0bf06f39-ceac-4917-a63f-e41b99285c6b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11160800356659033909 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1116080035665903390911160800356659033909111608003566590339091116080035665903390911160800356659033909111608003566590339091116080035665903390911160800356659033909111608003566590339091116080035665903390911160800356659033909111608003566590339091116080035665903390911160800356659033909111608003566590339091116080035665903390911160800356659033909111608003566590339091116080035665903390911160800356659033909" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0d49a130-8e07-48f6-959f-4a7f89311a41, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c920481b-9576-4138-9cf4-b6af4f584563, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c920481b-9576-4138-9cf4-b6af4f584563, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5195349273834427680 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51953492738344276805195349273834427680519534927383442768051953492738344276805195349273834427680519534927383442768051953492738344276805195349273834427680519534927383442768051953492738344276805195349273834427680519534927383442768051953492738344276805195349273834427680519534927383442768051953492738344276805195349273834427680519534927383442768051953492738344276805195349273834427680" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0bf06f39-ceac-4917-a63f-e41b99285c6b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8303b1a4-a313-473e-b3b4-b629d3cfe8a2, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8303b1a4-a313-473e-b3b4-b629d3cfe8a2, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3855611308550437001 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38556113085504370013855611308550437001385561130855043700138556113085504370013855611308550437001385561130855043700138556113085504370013855611308550437001385561130855043700138556113085504370013855611308550437001385561130855043700138556113085504370013855611308550437001385561130855043700138556113085504370013855611308550437001385561130855043700138556113085504370013855611308550437001" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c920481b-9576-4138-9cf4-b6af4f584563, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, da46e391-9daa-4394-8359-7e7305dc7669, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, da46e391-9daa-4394-8359-7e7305dc7669, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14782348922788839291 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1478234892278883929114782348922788839291147823489227888392911478234892278883929114782348922788839291147823489227888392911478234892278883929114782348922788839291147823489227888392911478234892278883929114782348922788839291147823489227888392911478234892278883929114782348922788839291147823489227888392911478234892278883929114782348922788839291147823489227888392911478234892278883929114782348922788839291" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8303b1a4-a313-473e-b3b4-b629d3cfe8a2, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dedc26bb-7884-4629-acc0-032df2cf9daf, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dedc26bb-7884-4629-acc0-032df2cf9daf, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7001152971162803717 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70011529711628037177001152971162803717700115297116280371770011529711628037177001152971162803717700115297116280371770011529711628037177001152971162803717700115297116280371770011529711628037177001152971162803717700115297116280371770011529711628037177001152971162803717700115297116280371770011529711628037177001152971162803717700115297116280371770011529711628037177001152971162803717" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, da46e391-9daa-4394-8359-7e7305dc7669, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 333b29ab-16d1-40ed-9c1d-57f518e152ba, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 333b29ab-16d1-40ed-9c1d-57f518e152ba, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7791571666471845411 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77915716664718454117791571666471845411779157166647184541177915716664718454117791571666471845411779157166647184541177915716664718454117791571666471845411779157166647184541177915716664718454117791571666471845411779157166647184541177915716664718454117791571666471845411779157166647184541177915716664718454117791571666471845411779157166647184541177915716664718454117791571666471845411" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dedc26bb-7884-4629-acc0-032df2cf9daf, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 87bc8d16-47a1-44f5-8d1e-846d2cf0c99b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 87bc8d16-47a1-44f5-8d1e-846d2cf0c99b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11396780246979015620 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1139678024697901562011396780246979015620113967802469790156201139678024697901562011396780246979015620113967802469790156201139678024697901562011396780246979015620113967802469790156201139678024697901562011396780246979015620113967802469790156201139678024697901562011396780246979015620113967802469790156201139678024697901562011396780246979015620113967802469790156201139678024697901562011396780246979015620" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 333b29ab-16d1-40ed-9c1d-57f518e152ba, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f8df9a9e-fb4d-4281-afe3-123a44fe36b8, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f8df9a9e-fb4d-4281-afe3-123a44fe36b8, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15552623210822354632 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1555262321082235463215552623210822354632155526232108223546321555262321082235463215552623210822354632155526232108223546321555262321082235463215552623210822354632155526232108223546321555262321082235463215552623210822354632155526232108223546321555262321082235463215552623210822354632155526232108223546321555262321082235463215552623210822354632155526232108223546321555262321082235463215552623210822354632" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 87bc8d16-47a1-44f5-8d1e-846d2cf0c99b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f8df9a9e-fb4d-4281-afe3-123a44fe36b8, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 603fa789-4c65-4c92-aeeb-4faac596eda6, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 603fa789-4c65-4c92-aeeb-4faac596eda6, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16661462117775563236 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1666146211777556323616661462117775563236166614621177755632361666146211777556323616661462117775563236166614621177755632361666146211777556323616661462117775563236166614621177755632361666146211777556323616661462117775563236166614621177755632361666146211777556323616661462117775563236166614621177755632361666146211777556323616661462117775563236166614621177755632361666146211777556323616661462117775563236" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c50c8a8e-89f1-4033-882d-bf53300e5c4b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c50c8a8e-89f1-4033-882d-bf53300e5c4b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10893615963395861730 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1089361596339586173010893615963395861730108936159633958617301089361596339586173010893615963395861730108936159633958617301089361596339586173010893615963395861730108936159633958617301089361596339586173010893615963395861730108936159633958617301089361596339586173010893615963395861730108936159633958617301089361596339586173010893615963395861730108936159633958617301089361596339586173010893615963395861730" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 603fa789-4c65-4c92-aeeb-4faac596eda6, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4ed99329-a78c-4765-a191-5e28580543d1, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4ed99329-a78c-4765-a191-5e28580543d1, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 896615841235835768 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "896615841235835768896615841235835768896615841235835768896615841235835768896615841235835768896615841235835768896615841235835768896615841235835768896615841235835768896615841235835768896615841235835768896615841235835768896615841235835768896615841235835768896615841235835768896615841235835768896615841235835768896615841235835768896615841235835768896615841235835768" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c50c8a8e-89f1-4033-882d-bf53300e5c4b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f6c8ae2b-7fcb-42fd-b183-a111a33a3d00, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f6c8ae2b-7fcb-42fd-b183-a111a33a3d00, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16384595327260333191 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1638459532726033319116384595327260333191163845953272603331911638459532726033319116384595327260333191163845953272603331911638459532726033319116384595327260333191163845953272603331911638459532726033319116384595327260333191163845953272603331911638459532726033319116384595327260333191163845953272603331911638459532726033319116384595327260333191163845953272603331911638459532726033319116384595327260333191" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4ed99329-a78c-4765-a191-5e28580543d1, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 02d0f9dd-28a5-4459-911f-39ac44c176c8, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 02d0f9dd-28a5-4459-911f-39ac44c176c8, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11571060281581743300 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1157106028158174330011571060281581743300115710602815817433001157106028158174330011571060281581743300115710602815817433001157106028158174330011571060281581743300115710602815817433001157106028158174330011571060281581743300115710602815817433001157106028158174330011571060281581743300115710602815817433001157106028158174330011571060281581743300115710602815817433001157106028158174330011571060281581743300" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f6c8ae2b-7fcb-42fd-b183-a111a33a3d00, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 596799f9-e724-4fbf-8ab4-2561fbb127e5, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 596799f9-e724-4fbf-8ab4-2561fbb127e5, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2797211475419475692 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27972114754194756922797211475419475692279721147541947569227972114754194756922797211475419475692279721147541947569227972114754194756922797211475419475692279721147541947569227972114754194756922797211475419475692279721147541947569227972114754194756922797211475419475692279721147541947569227972114754194756922797211475419475692279721147541947569227972114754194756922797211475419475692" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 02d0f9dd-28a5-4459-911f-39ac44c176c8, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a1adfad1-5417-4f52-abb4-750e97d527bf, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a1adfad1-5417-4f52-abb4-750e97d527bf, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4466547905782938555 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44665479057829385554466547905782938555446654790578293855544665479057829385554466547905782938555446654790578293855544665479057829385554466547905782938555446654790578293855544665479057829385554466547905782938555446654790578293855544665479057829385554466547905782938555446654790578293855544665479057829385554466547905782938555446654790578293855544665479057829385554466547905782938555" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 596799f9-e724-4fbf-8ab4-2561fbb127e5, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 090da314-d5f4-40ee-9177-e2043259be70, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 090da314-d5f4-40ee-9177-e2043259be70, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14048049783904949285 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1404804978390494928514048049783904949285140480497839049492851404804978390494928514048049783904949285140480497839049492851404804978390494928514048049783904949285140480497839049492851404804978390494928514048049783904949285140480497839049492851404804978390494928514048049783904949285140480497839049492851404804978390494928514048049783904949285140480497839049492851404804978390494928514048049783904949285" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a1adfad1-5417-4f52-abb4-750e97d527bf, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4695c856-335e-4767-a247-e64549ad995c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4695c856-335e-4767-a247-e64549ad995c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 303119186859253300 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "303119186859253300303119186859253300303119186859253300303119186859253300303119186859253300303119186859253300303119186859253300303119186859253300303119186859253300303119186859253300303119186859253300303119186859253300303119186859253300303119186859253300303119186859253300303119186859253300303119186859253300303119186859253300303119186859253300303119186859253300" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 090da314-d5f4-40ee-9177-e2043259be70, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5bcf6afc-5304-4f79-baab-d3bf0a2bc89e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4695c856-335e-4767-a247-e64549ad995c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5bcf6afc-5304-4f79-baab-d3bf0a2bc89e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2467154772759932490 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24671547727599324902467154772759932490246715477275993249024671547727599324902467154772759932490246715477275993249024671547727599324902467154772759932490246715477275993249024671547727599324902467154772759932490246715477275993249024671547727599324902467154772759932490246715477275993249024671547727599324902467154772759932490246715477275993249024671547727599324902467154772759932490" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 761a40b6-8416-49cc-a4a4-f591dadf9cf6, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 761a40b6-8416-49cc-a4a4-f591dadf9cf6, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17639442973141198255 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1763944297314119825517639442973141198255176394429731411982551763944297314119825517639442973141198255176394429731411982551763944297314119825517639442973141198255176394429731411982551763944297314119825517639442973141198255176394429731411982551763944297314119825517639442973141198255176394429731411982551763944297314119825517639442973141198255176394429731411982551763944297314119825517639442973141198255" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5bcf6afc-5304-4f79-baab-d3bf0a2bc89e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 761a40b6-8416-49cc-a4a4-f591dadf9cf6, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 93afcef6-c29d-473a-9f5d-0b8f411f51ac, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 93afcef6-c29d-473a-9f5d-0b8f411f51ac, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16382054827708435549 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1638205482770843554916382054827708435549163820548277084355491638205482770843554916382054827708435549163820548277084355491638205482770843554916382054827708435549163820548277084355491638205482770843554916382054827708435549163820548277084355491638205482770843554916382054827708435549163820548277084355491638205482770843554916382054827708435549163820548277084355491638205482770843554916382054827708435549" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5495c715-a427-4b5b-bee7-6027cad0841a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5495c715-a427-4b5b-bee7-6027cad0841a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12619485944022479318 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1261948594402247931812619485944022479318126194859440224793181261948594402247931812619485944022479318126194859440224793181261948594402247931812619485944022479318126194859440224793181261948594402247931812619485944022479318126194859440224793181261948594402247931812619485944022479318126194859440224793181261948594402247931812619485944022479318126194859440224793181261948594402247931812619485944022479318" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 93afcef6-c29d-473a-9f5d-0b8f411f51ac, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5495c715-a427-4b5b-bee7-6027cad0841a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d7fc7df8-73f8-4362-ac7a-20a8e31d3102, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 72e8d36e-fa92-4365-991f-f17bc2ca4812, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 72e8d36e-fa92-4365-991f-f17bc2ca4812, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1183316425938893669 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11833164259388936691183316425938893669118331642593889366911833164259388936691183316425938893669118331642593889366911833164259388936691183316425938893669118331642593889366911833164259388936691183316425938893669118331642593889366911833164259388936691183316425938893669118331642593889366911833164259388936691183316425938893669118331642593889366911833164259388936691183316425938893669" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d7fc7df8-73f8-4362-ac7a-20a8e31d3102, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2351203997649936395 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23512039976499363952351203997649936395235120399764993639523512039976499363952351203997649936395235120399764993639523512039976499363952351203997649936395235120399764993639523512039976499363952351203997649936395235120399764993639523512039976499363952351203997649936395235120399764993639523512039976499363952351203997649936395235120399764993639523512039976499363952351203997649936395" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 72e8d36e-fa92-4365-991f-f17bc2ca4812, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5a5697c6-1a54-461d-ba7a-2e68d8b13b8d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5a5697c6-1a54-461d-ba7a-2e68d8b13b8d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14205899289532351768 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1420589928953235176814205899289532351768142058992895323517681420589928953235176814205899289532351768142058992895323517681420589928953235176814205899289532351768142058992895323517681420589928953235176814205899289532351768142058992895323517681420589928953235176814205899289532351768142058992895323517681420589928953235176814205899289532351768142058992895323517681420589928953235176814205899289532351768" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d7fc7df8-73f8-4362-ac7a-20a8e31d3102, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9724cfb3-bfbc-4f17-9bac-9a5967a3c7b5, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5a5697c6-1a54-461d-ba7a-2e68d8b13b8d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 65745f7e-add1-497b-87a2-b3013e00c526, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9724cfb3-bfbc-4f17-9bac-9a5967a3c7b5, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1275838144656321912 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12758381446563219121275838144656321912127583814465632191212758381446563219121275838144656321912127583814465632191212758381446563219121275838144656321912127583814465632191212758381446563219121275838144656321912127583814465632191212758381446563219121275838144656321912127583814465632191212758381446563219121275838144656321912127583814465632191212758381446563219121275838144656321912" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 65745f7e-add1-497b-87a2-b3013e00c526, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10067082402607690410 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1006708240260769041010067082402607690410100670824026076904101006708240260769041010067082402607690410100670824026076904101006708240260769041010067082402607690410100670824026076904101006708240260769041010067082402607690410100670824026076904101006708240260769041010067082402607690410100670824026076904101006708240260769041010067082402607690410100670824026076904101006708240260769041010067082402607690410" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9724cfb3-bfbc-4f17-9bac-9a5967a3c7b5, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 64a91b5d-d688-47f3-b3ed-b782e3428ebc, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 64a91b5d-d688-47f3-b3ed-b782e3428ebc, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8500112532496018804 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85001125324960188048500112532496018804850011253249601880485001125324960188048500112532496018804850011253249601880485001125324960188048500112532496018804850011253249601880485001125324960188048500112532496018804850011253249601880485001125324960188048500112532496018804850011253249601880485001125324960188048500112532496018804850011253249601880485001125324960188048500112532496018804" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 65745f7e-add1-497b-87a2-b3013e00c526, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7057764a-dd8b-49ca-b63d-fcba94730c51, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7057764a-dd8b-49ca-b63d-fcba94730c51, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3228133078099742666 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32281330780997426663228133078099742666322813307809974266632281330780997426663228133078099742666322813307809974266632281330780997426663228133078099742666322813307809974266632281330780997426663228133078099742666322813307809974266632281330780997426663228133078099742666322813307809974266632281330780997426663228133078099742666322813307809974266632281330780997426663228133078099742666" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 64a91b5d-d688-47f3-b3ed-b782e3428ebc, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ef92bd34-1306-4e12-a7b1-b1f4bf39fc71, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ef92bd34-1306-4e12-a7b1-b1f4bf39fc71, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12437917302766304434 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1243791730276630443412437917302766304434124379173027663044341243791730276630443412437917302766304434124379173027663044341243791730276630443412437917302766304434124379173027663044341243791730276630443412437917302766304434124379173027663044341243791730276630443412437917302766304434124379173027663044341243791730276630443412437917302766304434124379173027663044341243791730276630443412437917302766304434" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7057764a-dd8b-49ca-b63d-fcba94730c51, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 58e503dc-f86b-4468-8d69-fb43b1988f8d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 58e503dc-f86b-4468-8d69-fb43b1988f8d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7911421487581318485 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79114214875813184857911421487581318485791142148758131848579114214875813184857911421487581318485791142148758131848579114214875813184857911421487581318485791142148758131848579114214875813184857911421487581318485791142148758131848579114214875813184857911421487581318485791142148758131848579114214875813184857911421487581318485791142148758131848579114214875813184857911421487581318485" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ef92bd34-1306-4e12-a7b1-b1f4bf39fc71, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 58e503dc-f86b-4468-8d69-fb43b1988f8d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 99c2517e-d045-4f3d-8259-6ba71c854d78, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 99c2517e-d045-4f3d-8259-6ba71c854d78, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6460574348671137927 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64605743486711379276460574348671137927646057434867113792764605743486711379276460574348671137927646057434867113792764605743486711379276460574348671137927646057434867113792764605743486711379276460574348671137927646057434867113792764605743486711379276460574348671137927646057434867113792764605743486711379276460574348671137927646057434867113792764605743486711379276460574348671137927" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 090eee76-50fc-4f9f-9760-be3607d4d74d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 090eee76-50fc-4f9f-9760-be3607d4d74d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17884871275211581236 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1788487127521158123617884871275211581236178848712752115812361788487127521158123617884871275211581236178848712752115812361788487127521158123617884871275211581236178848712752115812361788487127521158123617884871275211581236178848712752115812361788487127521158123617884871275211581236178848712752115812361788487127521158123617884871275211581236178848712752115812361788487127521158123617884871275211581236" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 99c2517e-d045-4f3d-8259-6ba71c854d78, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d2d75045-08cf-416f-92fc-2a14e67bc948, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d2d75045-08cf-416f-92fc-2a14e67bc948, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16286752381458333131 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1628675238145833313116286752381458333131162867523814583331311628675238145833313116286752381458333131162867523814583331311628675238145833313116286752381458333131162867523814583331311628675238145833313116286752381458333131162867523814583331311628675238145833313116286752381458333131162867523814583331311628675238145833313116286752381458333131162867523814583331311628675238145833313116286752381458333131" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 090eee76-50fc-4f9f-9760-be3607d4d74d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 480d0760-f793-4a4a-8473-c3122511a239, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 480d0760-f793-4a4a-8473-c3122511a239, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10298789391918749513 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1029878939191874951310298789391918749513102987893919187495131029878939191874951310298789391918749513102987893919187495131029878939191874951310298789391918749513102987893919187495131029878939191874951310298789391918749513102987893919187495131029878939191874951310298789391918749513102987893919187495131029878939191874951310298789391918749513102987893919187495131029878939191874951310298789391918749513" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d2d75045-08cf-416f-92fc-2a14e67bc948, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 788984b5-b394-4b5e-ba02-75aed9d6025b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 788984b5-b394-4b5e-ba02-75aed9d6025b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5590022417585607761 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55900224175856077615590022417585607761559002241758560776155900224175856077615590022417585607761559002241758560776155900224175856077615590022417585607761559002241758560776155900224175856077615590022417585607761559002241758560776155900224175856077615590022417585607761559002241758560776155900224175856077615590022417585607761559002241758560776155900224175856077615590022417585607761" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 480d0760-f793-4a4a-8473-c3122511a239, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 788984b5-b394-4b5e-ba02-75aed9d6025b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 774c0920-4872-4c0a-91d7-710ae5ce9f1c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 774c0920-4872-4c0a-91d7-710ae5ce9f1c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13949838134344825046 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1394983813434482504613949838134344825046139498381343448250461394983813434482504613949838134344825046139498381343448250461394983813434482504613949838134344825046139498381343448250461394983813434482504613949838134344825046139498381343448250461394983813434482504613949838134344825046139498381343448250461394983813434482504613949838134344825046139498381343448250461394983813434482504613949838134344825046" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bd2a5dc4-fd11-4d36-9815-4a4537154fbc, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bd2a5dc4-fd11-4d36-9815-4a4537154fbc, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14886929255949385395 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1488692925594938539514886929255949385395148869292559493853951488692925594938539514886929255949385395148869292559493853951488692925594938539514886929255949385395148869292559493853951488692925594938539514886929255949385395148869292559493853951488692925594938539514886929255949385395148869292559493853951488692925594938539514886929255949385395148869292559493853951488692925594938539514886929255949385395" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bd2a5dc4-fd11-4d36-9815-4a4537154fbc, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fa888f6a-934c-48dd-8f43-4078ed9bf0f1, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fa888f6a-934c-48dd-8f43-4078ed9bf0f1, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15486615594457763203 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1548661559445776320315486615594457763203154866155944577632031548661559445776320315486615594457763203154866155944577632031548661559445776320315486615594457763203154866155944577632031548661559445776320315486615594457763203154866155944577632031548661559445776320315486615594457763203154866155944577632031548661559445776320315486615594457763203154866155944577632031548661559445776320315486615594457763203" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 774c0920-4872-4c0a-91d7-710ae5ce9f1c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 48d1ff75-2792-48f1-a163-b29975f75069, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 48d1ff75-2792-48f1-a163-b29975f75069, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9686170123613989814 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96861701236139898149686170123613989814968617012361398981496861701236139898149686170123613989814968617012361398981496861701236139898149686170123613989814968617012361398981496861701236139898149686170123613989814968617012361398981496861701236139898149686170123613989814968617012361398981496861701236139898149686170123613989814968617012361398981496861701236139898149686170123613989814" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fa888f6a-934c-48dd-8f43-4078ed9bf0f1, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8c50b700-c048-4d78-a4f5-4b55701339ff, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8c50b700-c048-4d78-a4f5-4b55701339ff, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16801552094063814147 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1680155209406381414716801552094063814147168015520940638141471680155209406381414716801552094063814147168015520940638141471680155209406381414716801552094063814147168015520940638141471680155209406381414716801552094063814147168015520940638141471680155209406381414716801552094063814147168015520940638141471680155209406381414716801552094063814147168015520940638141471680155209406381414716801552094063814147" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 48d1ff75-2792-48f1-a163-b29975f75069, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 02215ea3-9198-46be-9c27-763fbd6086c0, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 02215ea3-9198-46be-9c27-763fbd6086c0, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5911994299918724184 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59119942999187241845911994299918724184591199429991872418459119942999187241845911994299918724184591199429991872418459119942999187241845911994299918724184591199429991872418459119942999187241845911994299918724184591199429991872418459119942999187241845911994299918724184591199429991872418459119942999187241845911994299918724184591199429991872418459119942999187241845911994299918724184" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8c50b700-c048-4d78-a4f5-4b55701339ff, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2ad60caa-08fb-4f4c-ab9b-d32547d52143, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2ad60caa-08fb-4f4c-ab9b-d32547d52143, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5769992890437397462 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57699928904373974625769992890437397462576999289043739746257699928904373974625769992890437397462576999289043739746257699928904373974625769992890437397462576999289043739746257699928904373974625769992890437397462576999289043739746257699928904373974625769992890437397462576999289043739746257699928904373974625769992890437397462576999289043739746257699928904373974625769992890437397462" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 02215ea3-9198-46be-9c27-763fbd6086c0, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b9e5196a-2db2-4fd2-970d-cef4607b395d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b9e5196a-2db2-4fd2-970d-cef4607b395d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2248930249141194339 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22489302491411943392248930249141194339224893024914119433922489302491411943392248930249141194339224893024914119433922489302491411943392248930249141194339224893024914119433922489302491411943392248930249141194339224893024914119433922489302491411943392248930249141194339224893024914119433922489302491411943392248930249141194339224893024914119433922489302491411943392248930249141194339" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2ad60caa-08fb-4f4c-ab9b-d32547d52143, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 563ab53a-9325-4683-af6f-71bcbf9cb123, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 563ab53a-9325-4683-af6f-71bcbf9cb123, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10086664210357327678 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1008666421035732767810086664210357327678100866642103573276781008666421035732767810086664210357327678100866642103573276781008666421035732767810086664210357327678100866642103573276781008666421035732767810086664210357327678100866642103573276781008666421035732767810086664210357327678100866642103573276781008666421035732767810086664210357327678100866642103573276781008666421035732767810086664210357327678" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b9e5196a-2db2-4fd2-970d-cef4607b395d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 563ab53a-9325-4683-af6f-71bcbf9cb123, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 20727941-7c6d-4e2d-8cc1-ec0a67fd8484, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 20727941-7c6d-4e2d-8cc1-ec0a67fd8484, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1819490887331078320 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18194908873310783201819490887331078320181949088733107832018194908873310783201819490887331078320181949088733107832018194908873310783201819490887331078320181949088733107832018194908873310783201819490887331078320181949088733107832018194908873310783201819490887331078320181949088733107832018194908873310783201819490887331078320181949088733107832018194908873310783201819490887331078320" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6962939a-5247-4c66-9de2-8536274d2fe1, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6962939a-5247-4c66-9de2-8536274d2fe1, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5492548841959655502 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54925488419596555025492548841959655502549254884195965550254925488419596555025492548841959655502549254884195965550254925488419596555025492548841959655502549254884195965550254925488419596555025492548841959655502549254884195965550254925488419596555025492548841959655502549254884195965550254925488419596555025492548841959655502549254884195965550254925488419596555025492548841959655502" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 20727941-7c6d-4e2d-8cc1-ec0a67fd8484, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b84a93d8-c4b3-4f4b-88e1-cdebecb67c78, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b84a93d8-c4b3-4f4b-88e1-cdebecb67c78, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15104856289111079558 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1510485628911107955815104856289111079558151048562891110795581510485628911107955815104856289111079558151048562891110795581510485628911107955815104856289111079558151048562891110795581510485628911107955815104856289111079558151048562891110795581510485628911107955815104856289111079558151048562891110795581510485628911107955815104856289111079558151048562891110795581510485628911107955815104856289111079558" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6962939a-5247-4c66-9de2-8536274d2fe1, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b9ac530e-1eef-422e-9ad8-2ec155ef2409, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b9ac530e-1eef-422e-9ad8-2ec155ef2409, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5578774547000757906 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55787745470007579065578774547000757906557877454700075790655787745470007579065578774547000757906557877454700075790655787745470007579065578774547000757906557877454700075790655787745470007579065578774547000757906557877454700075790655787745470007579065578774547000757906557877454700075790655787745470007579065578774547000757906557877454700075790655787745470007579065578774547000757906" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b84a93d8-c4b3-4f4b-88e1-cdebecb67c78, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3864335c-0f0c-4f1e-8a8e-1d10c1cec0e3, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3864335c-0f0c-4f1e-8a8e-1d10c1cec0e3, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5380410671159335718 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53804106711593357185380410671159335718538041067115933571853804106711593357185380410671159335718538041067115933571853804106711593357185380410671159335718538041067115933571853804106711593357185380410671159335718538041067115933571853804106711593357185380410671159335718538041067115933571853804106711593357185380410671159335718538041067115933571853804106711593357185380410671159335718" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b9ac530e-1eef-422e-9ad8-2ec155ef2409, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 38ac4677-33e6-43a1-8e77-9db7d0bf5a3f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 38ac4677-33e6-43a1-8e77-9db7d0bf5a3f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5807446273866526282 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58074462738665262825807446273866526282580744627386652628258074462738665262825807446273866526282580744627386652628258074462738665262825807446273866526282580744627386652628258074462738665262825807446273866526282580744627386652628258074462738665262825807446273866526282580744627386652628258074462738665262825807446273866526282580744627386652628258074462738665262825807446273866526282" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3864335c-0f0c-4f1e-8a8e-1d10c1cec0e3, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f02847e8-92d8-4826-9ff1-9c5774d9f4ff, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f02847e8-92d8-4826-9ff1-9c5774d9f4ff, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17124564563185504238 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1712456456318550423817124564563185504238171245645631855042381712456456318550423817124564563185504238171245645631855042381712456456318550423817124564563185504238171245645631855042381712456456318550423817124564563185504238171245645631855042381712456456318550423817124564563185504238171245645631855042381712456456318550423817124564563185504238171245645631855042381712456456318550423817124564563185504238" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 38ac4677-33e6-43a1-8e77-9db7d0bf5a3f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 277a1f12-83de-41cc-a3bf-94d46a005ceb, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 277a1f12-83de-41cc-a3bf-94d46a005ceb, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13669417702509801049 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1366941770250980104913669417702509801049136694177025098010491366941770250980104913669417702509801049136694177025098010491366941770250980104913669417702509801049136694177025098010491366941770250980104913669417702509801049136694177025098010491366941770250980104913669417702509801049136694177025098010491366941770250980104913669417702509801049136694177025098010491366941770250980104913669417702509801049" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f02847e8-92d8-4826-9ff1-9c5774d9f4ff, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 02ec164b-092e-4939-99ca-2868d648bc6f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 02ec164b-092e-4939-99ca-2868d648bc6f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10569739621906612672 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1056973962190661267210569739621906612672105697396219066126721056973962190661267210569739621906612672105697396219066126721056973962190661267210569739621906612672105697396219066126721056973962190661267210569739621906612672105697396219066126721056973962190661267210569739621906612672105697396219066126721056973962190661267210569739621906612672105697396219066126721056973962190661267210569739621906612672" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 277a1f12-83de-41cc-a3bf-94d46a005ceb, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f3ced89c-15dc-404e-a726-ab3f8afd9876, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f3ced89c-15dc-404e-a726-ab3f8afd9876, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7815990591832745801 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78159905918327458017815990591832745801781599059183274580178159905918327458017815990591832745801781599059183274580178159905918327458017815990591832745801781599059183274580178159905918327458017815990591832745801781599059183274580178159905918327458017815990591832745801781599059183274580178159905918327458017815990591832745801781599059183274580178159905918327458017815990591832745801" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 02ec164b-092e-4939-99ca-2868d648bc6f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 52f4a866-c211-4957-9145-34edd4e5f5fb, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 52f4a866-c211-4957-9145-34edd4e5f5fb, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11427163065366214489 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1142716306536621448911427163065366214489114271630653662144891142716306536621448911427163065366214489114271630653662144891142716306536621448911427163065366214489114271630653662144891142716306536621448911427163065366214489114271630653662144891142716306536621448911427163065366214489114271630653662144891142716306536621448911427163065366214489114271630653662144891142716306536621448911427163065366214489" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f3ced89c-15dc-404e-a726-ab3f8afd9876, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 26b666b5-e0a2-46c4-b44f-7694bb54413f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 26b666b5-e0a2-46c4-b44f-7694bb54413f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11435157250499282192 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1143515725049928219211435157250499282192114351572504992821921143515725049928219211435157250499282192114351572504992821921143515725049928219211435157250499282192114351572504992821921143515725049928219211435157250499282192114351572504992821921143515725049928219211435157250499282192114351572504992821921143515725049928219211435157250499282192114351572504992821921143515725049928219211435157250499282192" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 52f4a866-c211-4957-9145-34edd4e5f5fb, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ab0a8d07-4a3c-4ea7-a1dd-a89532f55bf8, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ab0a8d07-4a3c-4ea7-a1dd-a89532f55bf8, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11202939350022576887 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1120293935002257688711202939350022576887112029393500225768871120293935002257688711202939350022576887112029393500225768871120293935002257688711202939350022576887112029393500225768871120293935002257688711202939350022576887112029393500225768871120293935002257688711202939350022576887112029393500225768871120293935002257688711202939350022576887112029393500225768871120293935002257688711202939350022576887" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 26b666b5-e0a2-46c4-b44f-7694bb54413f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9e3a666e-c379-47bb-9169-0bb5de1c50f5, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9e3a666e-c379-47bb-9169-0bb5de1c50f5, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10399198889593205920 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1039919888959320592010399198889593205920103991988895932059201039919888959320592010399198889593205920103991988895932059201039919888959320592010399198889593205920103991988895932059201039919888959320592010399198889593205920103991988895932059201039919888959320592010399198889593205920103991988895932059201039919888959320592010399198889593205920103991988895932059201039919888959320592010399198889593205920" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ab0a8d07-4a3c-4ea7-a1dd-a89532f55bf8, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ac4c61fd-bae8-4555-ba1e-ea9db494d5e4, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ac4c61fd-bae8-4555-ba1e-ea9db494d5e4, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14329727181003034433 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1432972718100303443314329727181003034433143297271810030344331432972718100303443314329727181003034433143297271810030344331432972718100303443314329727181003034433143297271810030344331432972718100303443314329727181003034433143297271810030344331432972718100303443314329727181003034433143297271810030344331432972718100303443314329727181003034433143297271810030344331432972718100303443314329727181003034433" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9e3a666e-c379-47bb-9169-0bb5de1c50f5, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8524cc96-c759-4050-955f-735b824cc5a4, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8524cc96-c759-4050-955f-735b824cc5a4, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5735749796070551233 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57357497960705512335735749796070551233573574979607055123357357497960705512335735749796070551233573574979607055123357357497960705512335735749796070551233573574979607055123357357497960705512335735749796070551233573574979607055123357357497960705512335735749796070551233573574979607055123357357497960705512335735749796070551233573574979607055123357357497960705512335735749796070551233" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ac4c61fd-bae8-4555-ba1e-ea9db494d5e4, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bbeb5eb3-5958-4e4d-b2ce-47683b4a4d90, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bbeb5eb3-5958-4e4d-b2ce-47683b4a4d90, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4666383584396914880 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46663835843969148804666383584396914880466638358439691488046663835843969148804666383584396914880466638358439691488046663835843969148804666383584396914880466638358439691488046663835843969148804666383584396914880466638358439691488046663835843969148804666383584396914880466638358439691488046663835843969148804666383584396914880466638358439691488046663835843969148804666383584396914880" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8524cc96-c759-4050-955f-735b824cc5a4, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bbeb5eb3-5958-4e4d-b2ce-47683b4a4d90, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 674f6c04-c73a-439b-b6de-d50baa5d6cae, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 674f6c04-c73a-439b-b6de-d50baa5d6cae, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3798723198005732608 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37987231980057326083798723198005732608379872319800573260837987231980057326083798723198005732608379872319800573260837987231980057326083798723198005732608379872319800573260837987231980057326083798723198005732608379872319800573260837987231980057326083798723198005732608379872319800573260837987231980057326083798723198005732608379872319800573260837987231980057326083798723198005732608" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f29e0b7d-57da-4a91-83cb-532070ec575d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f29e0b7d-57da-4a91-83cb-532070ec575d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8846816184363039777 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88468161843630397778846816184363039777884681618436303977788468161843630397778846816184363039777884681618436303977788468161843630397778846816184363039777884681618436303977788468161843630397778846816184363039777884681618436303977788468161843630397778846816184363039777884681618436303977788468161843630397778846816184363039777884681618436303977788468161843630397778846816184363039777" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 674f6c04-c73a-439b-b6de-d50baa5d6cae, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fb4ced03-b18a-4f51-bdaa-62070ded83b1, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fb4ced03-b18a-4f51-bdaa-62070ded83b1, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17130701874647604442 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1713070187464760444217130701874647604442171307018746476044421713070187464760444217130701874647604442171307018746476044421713070187464760444217130701874647604442171307018746476044421713070187464760444217130701874647604442171307018746476044421713070187464760444217130701874647604442171307018746476044421713070187464760444217130701874647604442171307018746476044421713070187464760444217130701874647604442" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f29e0b7d-57da-4a91-83cb-532070ec575d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fb4ced03-b18a-4f51-bdaa-62070ded83b1, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2b1cf9f3-ca00-4a09-b386-5e1b2266d5ca, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2b1cf9f3-ca00-4a09-b386-5e1b2266d5ca, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 973871405355316825 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "973871405355316825973871405355316825973871405355316825973871405355316825973871405355316825973871405355316825973871405355316825973871405355316825973871405355316825973871405355316825973871405355316825973871405355316825973871405355316825973871405355316825973871405355316825973871405355316825973871405355316825973871405355316825973871405355316825973871405355316825" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b25d2709-8219-4f1c-8da6-bcf42e6c3d11, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b25d2709-8219-4f1c-8da6-bcf42e6c3d11, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17518248413206197398 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1751824841320619739817518248413206197398175182484132061973981751824841320619739817518248413206197398175182484132061973981751824841320619739817518248413206197398175182484132061973981751824841320619739817518248413206197398175182484132061973981751824841320619739817518248413206197398175182484132061973981751824841320619739817518248413206197398175182484132061973981751824841320619739817518248413206197398" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b25d2709-8219-4f1c-8da6-bcf42e6c3d11, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cac3eef7-83e1-4628-9872-991c786a7d43, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cac3eef7-83e1-4628-9872-991c786a7d43, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 720733517735596265 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "720733517735596265720733517735596265720733517735596265720733517735596265720733517735596265720733517735596265720733517735596265720733517735596265720733517735596265720733517735596265720733517735596265720733517735596265720733517735596265720733517735596265720733517735596265720733517735596265720733517735596265720733517735596265720733517735596265720733517735596265" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2b1cf9f3-ca00-4a09-b386-5e1b2266d5ca, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8ed76b72-0f40-458c-bdaa-f2ff4f8ed357, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8ed76b72-0f40-458c-bdaa-f2ff4f8ed357, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12737502120957405104 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1273750212095740510412737502120957405104127375021209574051041273750212095740510412737502120957405104127375021209574051041273750212095740510412737502120957405104127375021209574051041273750212095740510412737502120957405104127375021209574051041273750212095740510412737502120957405104127375021209574051041273750212095740510412737502120957405104127375021209574051041273750212095740510412737502120957405104" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cac3eef7-83e1-4628-9872-991c786a7d43, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1521c918-2673-492e-9a5f-fbd6db2bb55f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1521c918-2673-492e-9a5f-fbd6db2bb55f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1778199064174645445 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17781990641746454451778199064174645445177819906417464544517781990641746454451778199064174645445177819906417464544517781990641746454451778199064174645445177819906417464544517781990641746454451778199064174645445177819906417464544517781990641746454451778199064174645445177819906417464544517781990641746454451778199064174645445177819906417464544517781990641746454451778199064174645445" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8ed76b72-0f40-458c-bdaa-f2ff4f8ed357, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b382f279-01a6-456c-9135-cda3410f7c00, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b382f279-01a6-456c-9135-cda3410f7c00, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17724139995895135703 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1772413999589513570317724139995895135703177241399958951357031772413999589513570317724139995895135703177241399958951357031772413999589513570317724139995895135703177241399958951357031772413999589513570317724139995895135703177241399958951357031772413999589513570317724139995895135703177241399958951357031772413999589513570317724139995895135703177241399958951357031772413999589513570317724139995895135703" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1521c918-2673-492e-9a5f-fbd6db2bb55f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1a6acf20-9c78-49a3-8bce-cadf635da581, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1a6acf20-9c78-49a3-8bce-cadf635da581, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3952345802191353070 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39523458021913530703952345802191353070395234580219135307039523458021913530703952345802191353070395234580219135307039523458021913530703952345802191353070395234580219135307039523458021913530703952345802191353070395234580219135307039523458021913530703952345802191353070395234580219135307039523458021913530703952345802191353070395234580219135307039523458021913530703952345802191353070" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b382f279-01a6-456c-9135-cda3410f7c00, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ca8ef473-e775-4c05-b1ad-becc87e7a43a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ca8ef473-e775-4c05-b1ad-becc87e7a43a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6354196412902150069 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63541964129021500696354196412902150069635419641290215006963541964129021500696354196412902150069635419641290215006963541964129021500696354196412902150069635419641290215006963541964129021500696354196412902150069635419641290215006963541964129021500696354196412902150069635419641290215006963541964129021500696354196412902150069635419641290215006963541964129021500696354196412902150069" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1a6acf20-9c78-49a3-8bce-cadf635da581, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a721cd34-547a-4582-b5aa-57af7eba4659, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a721cd34-547a-4582-b5aa-57af7eba4659, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14614646533442978460 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1461464653344297846014614646533442978460146146465334429784601461464653344297846014614646533442978460146146465334429784601461464653344297846014614646533442978460146146465334429784601461464653344297846014614646533442978460146146465334429784601461464653344297846014614646533442978460146146465334429784601461464653344297846014614646533442978460146146465334429784601461464653344297846014614646533442978460" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ca8ef473-e775-4c05-b1ad-becc87e7a43a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a721cd34-547a-4582-b5aa-57af7eba4659, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9cf43709-0b06-422a-a34a-3491c869956f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9d89a323-468a-46cd-bcac-81e1c4101d8a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9d89a323-468a-46cd-bcac-81e1c4101d8a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16758324986052364915 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1675832498605236491516758324986052364915167583249860523649151675832498605236491516758324986052364915167583249860523649151675832498605236491516758324986052364915167583249860523649151675832498605236491516758324986052364915167583249860523649151675832498605236491516758324986052364915167583249860523649151675832498605236491516758324986052364915167583249860523649151675832498605236491516758324986052364915" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9cf43709-0b06-422a-a34a-3491c869956f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11556152057116064759 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1155615205711606475911556152057116064759115561520571160647591155615205711606475911556152057116064759115561520571160647591155615205711606475911556152057116064759115561520571160647591155615205711606475911556152057116064759115561520571160647591155615205711606475911556152057116064759115561520571160647591155615205711606475911556152057116064759115561520571160647591155615205711606475911556152057116064759" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9cf43709-0b06-422a-a34a-3491c869956f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9d89a323-468a-46cd-bcac-81e1c4101d8a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 39845abc-781b-4ba7-aa57-c04dd5cec457, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 39845abc-781b-4ba7-aa57-c04dd5cec457, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12215082753113014500 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1221508275311301450012215082753113014500122150827531130145001221508275311301450012215082753113014500122150827531130145001221508275311301450012215082753113014500122150827531130145001221508275311301450012215082753113014500122150827531130145001221508275311301450012215082753113014500122150827531130145001221508275311301450012215082753113014500122150827531130145001221508275311301450012215082753113014500" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2db7efb7-128d-46e3-93f4-8bf9dc4a91a2, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2db7efb7-128d-46e3-93f4-8bf9dc4a91a2, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14016020790011701605 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1401602079001170160514016020790011701605140160207900117016051401602079001170160514016020790011701605140160207900117016051401602079001170160514016020790011701605140160207900117016051401602079001170160514016020790011701605140160207900117016051401602079001170160514016020790011701605140160207900117016051401602079001170160514016020790011701605140160207900117016051401602079001170160514016020790011701605" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 39845abc-781b-4ba7-aa57-c04dd5cec457, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3640aea4-5f62-4fca-aae7-58b3b55de23f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3640aea4-5f62-4fca-aae7-58b3b55de23f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11920033120672779141 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1192003312067277914111920033120672779141119200331206727791411192003312067277914111920033120672779141119200331206727791411192003312067277914111920033120672779141119200331206727791411192003312067277914111920033120672779141119200331206727791411192003312067277914111920033120672779141119200331206727791411192003312067277914111920033120672779141119200331206727791411192003312067277914111920033120672779141" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2db7efb7-128d-46e3-93f4-8bf9dc4a91a2, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a79af1b1-d54f-4bbc-92eb-e70defa55021, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a79af1b1-d54f-4bbc-92eb-e70defa55021, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13478246476973253368 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1347824647697325336813478246476973253368134782464769732533681347824647697325336813478246476973253368134782464769732533681347824647697325336813478246476973253368134782464769732533681347824647697325336813478246476973253368134782464769732533681347824647697325336813478246476973253368134782464769732533681347824647697325336813478246476973253368134782464769732533681347824647697325336813478246476973253368" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3640aea4-5f62-4fca-aae7-58b3b55de23f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0a883d33-d38c-49ca-80ad-a6f2932c9bfe, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0a883d33-d38c-49ca-80ad-a6f2932c9bfe, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9658660107141337109 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96586601071413371099658660107141337109965866010714133710996586601071413371099658660107141337109965866010714133710996586601071413371099658660107141337109965866010714133710996586601071413371099658660107141337109965866010714133710996586601071413371099658660107141337109965866010714133710996586601071413371099658660107141337109965866010714133710996586601071413371099658660107141337109" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a79af1b1-d54f-4bbc-92eb-e70defa55021, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8f43578f-a244-4ed3-b0ac-4a238e95983d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8f43578f-a244-4ed3-b0ac-4a238e95983d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14984930422509050639 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1498493042250905063914984930422509050639149849304225090506391498493042250905063914984930422509050639149849304225090506391498493042250905063914984930422509050639149849304225090506391498493042250905063914984930422509050639149849304225090506391498493042250905063914984930422509050639149849304225090506391498493042250905063914984930422509050639149849304225090506391498493042250905063914984930422509050639" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0a883d33-d38c-49ca-80ad-a6f2932c9bfe, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a3072ecb-17b9-4702-97ee-04873fb9ccfc, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a3072ecb-17b9-4702-97ee-04873fb9ccfc, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1409955953996319196 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14099559539963191961409955953996319196140995595399631919614099559539963191961409955953996319196140995595399631919614099559539963191961409955953996319196140995595399631919614099559539963191961409955953996319196140995595399631919614099559539963191961409955953996319196140995595399631919614099559539963191961409955953996319196140995595399631919614099559539963191961409955953996319196" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8f43578f-a244-4ed3-b0ac-4a238e95983d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 45225d27-4739-4a56-83a1-02209cdb3121, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 45225d27-4739-4a56-83a1-02209cdb3121, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4033816534001756416 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40338165340017564164033816534001756416403381653400175641640338165340017564164033816534001756416403381653400175641640338165340017564164033816534001756416403381653400175641640338165340017564164033816534001756416403381653400175641640338165340017564164033816534001756416403381653400175641640338165340017564164033816534001756416403381653400175641640338165340017564164033816534001756416" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a3072ecb-17b9-4702-97ee-04873fb9ccfc, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 091701c1-1182-41fb-ab48-95f45e70a99a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 091701c1-1182-41fb-ab48-95f45e70a99a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4890736562020615496 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48907365620206154964890736562020615496489073656202061549648907365620206154964890736562020615496489073656202061549648907365620206154964890736562020615496489073656202061549648907365620206154964890736562020615496489073656202061549648907365620206154964890736562020615496489073656202061549648907365620206154964890736562020615496489073656202061549648907365620206154964890736562020615496" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 45225d27-4739-4a56-83a1-02209cdb3121, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 091701c1-1182-41fb-ab48-95f45e70a99a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f8434fa5-2d17-44db-9d1f-ef996a4e530e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 05c46908-ffeb-437b-afe2-5fbf847ba3a8, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f8434fa5-2d17-44db-9d1f-ef996a4e530e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2272899506694149017 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22728995066941490172272899506694149017227289950669414901722728995066941490172272899506694149017227289950669414901722728995066941490172272899506694149017227289950669414901722728995066941490172272899506694149017227289950669414901722728995066941490172272899506694149017227289950669414901722728995066941490172272899506694149017227289950669414901722728995066941490172272899506694149017" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 05c46908-ffeb-437b-afe2-5fbf847ba3a8, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 641940649398086261 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "641940649398086261641940649398086261641940649398086261641940649398086261641940649398086261641940649398086261641940649398086261641940649398086261641940649398086261641940649398086261641940649398086261641940649398086261641940649398086261641940649398086261641940649398086261641940649398086261641940649398086261641940649398086261641940649398086261641940649398086261" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 05c46908-ffeb-437b-afe2-5fbf847ba3a8, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 23d43005-2027-4c7f-ae37-0a43ad548cd9, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f8434fa5-2d17-44db-9d1f-ef996a4e530e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 62ebd499-d5fc-4f66-9d1b-32b39b56abee, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 23d43005-2027-4c7f-ae37-0a43ad548cd9, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1204769462285246961 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12047694622852469611204769462285246961120476946228524696112047694622852469611204769462285246961120476946228524696112047694622852469611204769462285246961120476946228524696112047694622852469611204769462285246961120476946228524696112047694622852469611204769462285246961120476946228524696112047694622852469611204769462285246961120476946228524696112047694622852469611204769462285246961" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 62ebd499-d5fc-4f66-9d1b-32b39b56abee, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18176675354845971718 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1817667535484597171818176675354845971718181766753548459717181817667535484597171818176675354845971718181766753548459717181817667535484597171818176675354845971718181766753548459717181817667535484597171818176675354845971718181766753548459717181817667535484597171818176675354845971718181766753548459717181817667535484597171818176675354845971718181766753548459717181817667535484597171818176675354845971718" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 62ebd499-d5fc-4f66-9d1b-32b39b56abee, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 23d43005-2027-4c7f-ae37-0a43ad548cd9, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, da8417aa-cb14-4348-aa3b-c6ca520bad0f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, da8417aa-cb14-4348-aa3b-c6ca520bad0f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7595410516042944044 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75954105160429440447595410516042944044759541051604294404475954105160429440447595410516042944044759541051604294404475954105160429440447595410516042944044759541051604294404475954105160429440447595410516042944044759541051604294404475954105160429440447595410516042944044759541051604294404475954105160429440447595410516042944044759541051604294404475954105160429440447595410516042944044" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e867abd7-5e7b-400f-84cc-9a766f0b5031, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e867abd7-5e7b-400f-84cc-9a766f0b5031, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15060852864135924150 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1506085286413592415015060852864135924150150608528641359241501506085286413592415015060852864135924150150608528641359241501506085286413592415015060852864135924150150608528641359241501506085286413592415015060852864135924150150608528641359241501506085286413592415015060852864135924150150608528641359241501506085286413592415015060852864135924150150608528641359241501506085286413592415015060852864135924150" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, da8417aa-cb14-4348-aa3b-c6ca520bad0f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1d2c3245-a0e5-4f9f-87c1-78906f0cf4ed, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1d2c3245-a0e5-4f9f-87c1-78906f0cf4ed, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17408455670173827601 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1740845567017382760117408455670173827601174084556701738276011740845567017382760117408455670173827601174084556701738276011740845567017382760117408455670173827601174084556701738276011740845567017382760117408455670173827601174084556701738276011740845567017382760117408455670173827601174084556701738276011740845567017382760117408455670173827601174084556701738276011740845567017382760117408455670173827601" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e867abd7-5e7b-400f-84cc-9a766f0b5031, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 904ab7ac-6906-4f88-a27a-71da011f80f0, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 904ab7ac-6906-4f88-a27a-71da011f80f0, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11007047468767032869 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1100704746876703286911007047468767032869110070474687670328691100704746876703286911007047468767032869110070474687670328691100704746876703286911007047468767032869110070474687670328691100704746876703286911007047468767032869110070474687670328691100704746876703286911007047468767032869110070474687670328691100704746876703286911007047468767032869110070474687670328691100704746876703286911007047468767032869" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 904ab7ac-6906-4f88-a27a-71da011f80f0, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f32ebea3-0978-4770-a38b-deb9f001eb4c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f32ebea3-0978-4770-a38b-deb9f001eb4c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8547348680763648872 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85473486807636488728547348680763648872854734868076364887285473486807636488728547348680763648872854734868076364887285473486807636488728547348680763648872854734868076364887285473486807636488728547348680763648872854734868076364887285473486807636488728547348680763648872854734868076364887285473486807636488728547348680763648872854734868076364887285473486807636488728547348680763648872" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1d2c3245-a0e5-4f9f-87c1-78906f0cf4ed, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6caad20b-95ff-48e1-97e1-5240015a5a77, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6caad20b-95ff-48e1-97e1-5240015a5a77, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9051781218444152309 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90517812184441523099051781218444152309905178121844415230990517812184441523099051781218444152309905178121844415230990517812184441523099051781218444152309905178121844415230990517812184441523099051781218444152309905178121844415230990517812184441523099051781218444152309905178121844415230990517812184441523099051781218444152309905178121844415230990517812184441523099051781218444152309" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f32ebea3-0978-4770-a38b-deb9f001eb4c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cd439827-3783-41ae-9a64-0ce49965a9e0, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cd439827-3783-41ae-9a64-0ce49965a9e0, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1296166771090007522 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12961667710900075221296166771090007522129616677109000752212961667710900075221296166771090007522129616677109000752212961667710900075221296166771090007522129616677109000752212961667710900075221296166771090007522129616677109000752212961667710900075221296166771090007522129616677109000752212961667710900075221296166771090007522129616677109000752212961667710900075221296166771090007522" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6caad20b-95ff-48e1-97e1-5240015a5a77, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ee27244b-1bbf-4513-8b54-e6ca778ec2a6, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ee27244b-1bbf-4513-8b54-e6ca778ec2a6, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2762802175414279439 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27628021754142794392762802175414279439276280217541427943927628021754142794392762802175414279439276280217541427943927628021754142794392762802175414279439276280217541427943927628021754142794392762802175414279439276280217541427943927628021754142794392762802175414279439276280217541427943927628021754142794392762802175414279439276280217541427943927628021754142794392762802175414279439" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cd439827-3783-41ae-9a64-0ce49965a9e0, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1df114b3-b933-4c55-b8a6-82f8ae455677, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1df114b3-b933-4c55-b8a6-82f8ae455677, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13852341716347229827 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1385234171634722982713852341716347229827138523417163472298271385234171634722982713852341716347229827138523417163472298271385234171634722982713852341716347229827138523417163472298271385234171634722982713852341716347229827138523417163472298271385234171634722982713852341716347229827138523417163472298271385234171634722982713852341716347229827138523417163472298271385234171634722982713852341716347229827" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ee27244b-1bbf-4513-8b54-e6ca778ec2a6, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, db4fb91d-63a0-464d-b4fd-73e4e0c952a5, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1df114b3-b933-4c55-b8a6-82f8ae455677, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 07f2b28c-9b84-4862-95bd-768b8c3e1c93, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 07f2b28c-9b84-4862-95bd-768b8c3e1c93, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2005875704325679002 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20058757043256790022005875704325679002200587570432567900220058757043256790022005875704325679002200587570432567900220058757043256790022005875704325679002200587570432567900220058757043256790022005875704325679002200587570432567900220058757043256790022005875704325679002200587570432567900220058757043256790022005875704325679002200587570432567900220058757043256790022005875704325679002" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, db4fb91d-63a0-464d-b4fd-73e4e0c952a5, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15365642132248856730 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1536564213224885673015365642132248856730153656421322488567301536564213224885673015365642132248856730153656421322488567301536564213224885673015365642132248856730153656421322488567301536564213224885673015365642132248856730153656421322488567301536564213224885673015365642132248856730153656421322488567301536564213224885673015365642132248856730153656421322488567301536564213224885673015365642132248856730" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 07f2b28c-9b84-4862-95bd-768b8c3e1c93, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c0b67a36-abb8-4718-a5ba-e01b5f8779a3, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c0b67a36-abb8-4718-a5ba-e01b5f8779a3, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4487016201882734758 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44870162018827347584487016201882734758448701620188273475844870162018827347584487016201882734758448701620188273475844870162018827347584487016201882734758448701620188273475844870162018827347584487016201882734758448701620188273475844870162018827347584487016201882734758448701620188273475844870162018827347584487016201882734758448701620188273475844870162018827347584487016201882734758" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, db4fb91d-63a0-464d-b4fd-73e4e0c952a5, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, aa0a7f02-56d5-40a0-b20a-855abbeb466a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aa0a7f02-56d5-40a0-b20a-855abbeb466a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9408048844474610984 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94080488444746109849408048844474610984940804884447461098494080488444746109849408048844474610984940804884447461098494080488444746109849408048844474610984940804884447461098494080488444746109849408048844474610984940804884447461098494080488444746109849408048844474610984940804884447461098494080488444746109849408048844474610984940804884447461098494080488444746109849408048844474610984" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c0b67a36-abb8-4718-a5ba-e01b5f8779a3, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c701bd25-4b8c-4e42-9260-7f9b797a6933, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c701bd25-4b8c-4e42-9260-7f9b797a6933, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4706849297461269775 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47068492974612697754706849297461269775470684929746126977547068492974612697754706849297461269775470684929746126977547068492974612697754706849297461269775470684929746126977547068492974612697754706849297461269775470684929746126977547068492974612697754706849297461269775470684929746126977547068492974612697754706849297461269775470684929746126977547068492974612697754706849297461269775" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aa0a7f02-56d5-40a0-b20a-855abbeb466a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 180fb41a-766d-4dc2-b067-fe76faaac127, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 180fb41a-766d-4dc2-b067-fe76faaac127, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13477657771508099204 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1347765777150809920413477657771508099204134776577715080992041347765777150809920413477657771508099204134776577715080992041347765777150809920413477657771508099204134776577715080992041347765777150809920413477657771508099204134776577715080992041347765777150809920413477657771508099204134776577715080992041347765777150809920413477657771508099204134776577715080992041347765777150809920413477657771508099204" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c701bd25-4b8c-4e42-9260-7f9b797a6933, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d5ba6206-e602-47b7-9dfd-78639de9070a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d5ba6206-e602-47b7-9dfd-78639de9070a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 658878585674059576 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "658878585674059576658878585674059576658878585674059576658878585674059576658878585674059576658878585674059576658878585674059576658878585674059576658878585674059576658878585674059576658878585674059576658878585674059576658878585674059576658878585674059576658878585674059576658878585674059576658878585674059576658878585674059576658878585674059576658878585674059576" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 180fb41a-766d-4dc2-b067-fe76faaac127, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2b2d9c1f-586e-4288-a9cc-1650b6331c4e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2b2d9c1f-586e-4288-a9cc-1650b6331c4e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8980296829410620314 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89802968294106203148980296829410620314898029682941062031489802968294106203148980296829410620314898029682941062031489802968294106203148980296829410620314898029682941062031489802968294106203148980296829410620314898029682941062031489802968294106203148980296829410620314898029682941062031489802968294106203148980296829410620314898029682941062031489802968294106203148980296829410620314" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d5ba6206-e602-47b7-9dfd-78639de9070a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 54d8b63a-61bd-4820-b74f-7a0be9eef846, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 54d8b63a-61bd-4820-b74f-7a0be9eef846, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 319097884566495860 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "319097884566495860319097884566495860319097884566495860319097884566495860319097884566495860319097884566495860319097884566495860319097884566495860319097884566495860319097884566495860319097884566495860319097884566495860319097884566495860319097884566495860319097884566495860319097884566495860319097884566495860319097884566495860319097884566495860319097884566495860" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2b2d9c1f-586e-4288-a9cc-1650b6331c4e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b3df814c-1b8f-40aa-a757-272cacbf00f5, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b3df814c-1b8f-40aa-a757-272cacbf00f5, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11707322065249153135 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1170732206524915313511707322065249153135117073220652491531351170732206524915313511707322065249153135117073220652491531351170732206524915313511707322065249153135117073220652491531351170732206524915313511707322065249153135117073220652491531351170732206524915313511707322065249153135117073220652491531351170732206524915313511707322065249153135117073220652491531351170732206524915313511707322065249153135" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b3df814c-1b8f-40aa-a757-272cacbf00f5, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 54d8b63a-61bd-4820-b74f-7a0be9eef846, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 66108edc-c811-4824-aabd-ec5bcf5eb0e0, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1ad6ef91-2c40-4d66-a747-534791d22a87, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 66108edc-c811-4824-aabd-ec5bcf5eb0e0, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3730008188462559245 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37300081884625592453730008188462559245373000818846255924537300081884625592453730008188462559245373000818846255924537300081884625592453730008188462559245373000818846255924537300081884625592453730008188462559245373000818846255924537300081884625592453730008188462559245373000818846255924537300081884625592453730008188462559245373000818846255924537300081884625592453730008188462559245" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1ad6ef91-2c40-4d66-a747-534791d22a87, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1234808752929658500 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12348087529296585001234808752929658500123480875292965850012348087529296585001234808752929658500123480875292965850012348087529296585001234808752929658500123480875292965850012348087529296585001234808752929658500123480875292965850012348087529296585001234808752929658500123480875292965850012348087529296585001234808752929658500123480875292965850012348087529296585001234808752929658500" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1ad6ef91-2c40-4d66-a747-534791d22a87, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 88ca7e25-1a17-426a-bae9-973c073e262e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 88ca7e25-1a17-426a-bae9-973c073e262e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18061249246259758106 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1806124924625975810618061249246259758106180612492462597581061806124924625975810618061249246259758106180612492462597581061806124924625975810618061249246259758106180612492462597581061806124924625975810618061249246259758106180612492462597581061806124924625975810618061249246259758106180612492462597581061806124924625975810618061249246259758106180612492462597581061806124924625975810618061249246259758106" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 66108edc-c811-4824-aabd-ec5bcf5eb0e0, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8938e272-90bb-423f-92fb-e29ede1cc60d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8938e272-90bb-423f-92fb-e29ede1cc60d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9026595250725163760 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90265952507251637609026595250725163760902659525072516376090265952507251637609026595250725163760902659525072516376090265952507251637609026595250725163760902659525072516376090265952507251637609026595250725163760902659525072516376090265952507251637609026595250725163760902659525072516376090265952507251637609026595250725163760902659525072516376090265952507251637609026595250725163760" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 88ca7e25-1a17-426a-bae9-973c073e262e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 71d798d9-2ef8-4589-985d-13da2a07aaa6, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8938e272-90bb-423f-92fb-e29ede1cc60d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 71d798d9-2ef8-4589-985d-13da2a07aaa6, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11102713051503883542 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1110271305150388354211102713051503883542111027130515038835421110271305150388354211102713051503883542111027130515038835421110271305150388354211102713051503883542111027130515038835421110271305150388354211102713051503883542111027130515038835421110271305150388354211102713051503883542111027130515038835421110271305150388354211102713051503883542111027130515038835421110271305150388354211102713051503883542" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 01e0473b-688c-40b6-89cd-2a3209fe9902, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 01e0473b-688c-40b6-89cd-2a3209fe9902, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14189084581839476255 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1418908458183947625514189084581839476255141890845818394762551418908458183947625514189084581839476255141890845818394762551418908458183947625514189084581839476255141890845818394762551418908458183947625514189084581839476255141890845818394762551418908458183947625514189084581839476255141890845818394762551418908458183947625514189084581839476255141890845818394762551418908458183947625514189084581839476255" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 71d798d9-2ef8-4589-985d-13da2a07aaa6, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4409a677-124a-427b-a181-2ee243e72706, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4409a677-124a-427b-a181-2ee243e72706, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16170195092241860972 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1617019509224186097216170195092241860972161701950922418609721617019509224186097216170195092241860972161701950922418609721617019509224186097216170195092241860972161701950922418609721617019509224186097216170195092241860972161701950922418609721617019509224186097216170195092241860972161701950922418609721617019509224186097216170195092241860972161701950922418609721617019509224186097216170195092241860972" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 01e0473b-688c-40b6-89cd-2a3209fe9902, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, df81c646-e3c9-4189-87a5-d192bca190ac, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, df81c646-e3c9-4189-87a5-d192bca190ac, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9318193821091046296 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93181938210910462969318193821091046296931819382109104629693181938210910462969318193821091046296931819382109104629693181938210910462969318193821091046296931819382109104629693181938210910462969318193821091046296931819382109104629693181938210910462969318193821091046296931819382109104629693181938210910462969318193821091046296931819382109104629693181938210910462969318193821091046296" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, df81c646-e3c9-4189-87a5-d192bca190ac, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4409a677-124a-427b-a181-2ee243e72706, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4d34a4cc-cfe0-40ec-bf39-cb22fb8303f3, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4d34a4cc-cfe0-40ec-bf39-cb22fb8303f3, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8173274445245277721 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81732744452452777218173274445245277721817327444524527772181732744452452777218173274445245277721817327444524527772181732744452452777218173274445245277721817327444524527772181732744452452777218173274445245277721817327444524527772181732744452452777218173274445245277721817327444524527772181732744452452777218173274445245277721817327444524527772181732744452452777218173274445245277721" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 56667f4e-8494-421e-9e28-6bd88a3c7516, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 56667f4e-8494-421e-9e28-6bd88a3c7516, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2614660757333339239 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26146607573333392392614660757333339239261466075733333923926146607573333392392614660757333339239261466075733333923926146607573333392392614660757333339239261466075733333923926146607573333392392614660757333339239261466075733333923926146607573333392392614660757333339239261466075733333923926146607573333392392614660757333339239261466075733333923926146607573333392392614660757333339239" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 56667f4e-8494-421e-9e28-6bd88a3c7516, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4d34a4cc-cfe0-40ec-bf39-cb22fb8303f3, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 83d7c21e-cf1d-4412-a533-6bfb2bc2fbf2, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 83d7c21e-cf1d-4412-a533-6bfb2bc2fbf2, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 20805850945034286 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "2080585094503428620805850945034286208058509450342862080585094503428620805850945034286208058509450342862080585094503428620805850945034286208058509450342862080585094503428620805850945034286208058509450342862080585094503428620805850945034286208058509450342862080585094503428620805850945034286208058509450342862080585094503428620805850945034286" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6a53a8f9-2b71-41d3-8e17-dc733616bc16, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6a53a8f9-2b71-41d3-8e17-dc733616bc16, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2709817653412502112 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27098176534125021122709817653412502112270981765341250211227098176534125021122709817653412502112270981765341250211227098176534125021122709817653412502112270981765341250211227098176534125021122709817653412502112270981765341250211227098176534125021122709817653412502112270981765341250211227098176534125021122709817653412502112270981765341250211227098176534125021122709817653412502112" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6a53a8f9-2b71-41d3-8e17-dc733616bc16, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5fea1dc7-885a-43b3-abfb-e4eebfdc6d95, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5fea1dc7-885a-43b3-abfb-e4eebfdc6d95, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13147717076093165801 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1314771707609316580113147717076093165801131477170760931658011314771707609316580113147717076093165801131477170760931658011314771707609316580113147717076093165801131477170760931658011314771707609316580113147717076093165801131477170760931658011314771707609316580113147717076093165801131477170760931658011314771707609316580113147717076093165801131477170760931658011314771707609316580113147717076093165801" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 83d7c21e-cf1d-4412-a533-6bfb2bc2fbf2, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 69021105-f833-47a1-8f61-a4d952f3915f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 69021105-f833-47a1-8f61-a4d952f3915f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14176782087111282457 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1417678208711128245714176782087111282457141767820871112824571417678208711128245714176782087111282457141767820871112824571417678208711128245714176782087111282457141767820871112824571417678208711128245714176782087111282457141767820871112824571417678208711128245714176782087111282457141767820871112824571417678208711128245714176782087111282457141767820871112824571417678208711128245714176782087111282457" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5fea1dc7-885a-43b3-abfb-e4eebfdc6d95, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1905c790-f294-47a1-8d1f-da076a78fcda, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1905c790-f294-47a1-8d1f-da076a78fcda, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11077261762151559512 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1107726176215155951211077261762151559512110772617621515595121107726176215155951211077261762151559512110772617621515595121107726176215155951211077261762151559512110772617621515595121107726176215155951211077261762151559512110772617621515595121107726176215155951211077261762151559512110772617621515595121107726176215155951211077261762151559512110772617621515595121107726176215155951211077261762151559512" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 69021105-f833-47a1-8f61-a4d952f3915f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e37854ec-c0e1-411e-81a7-8a9ae8baf4f8, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e37854ec-c0e1-411e-81a7-8a9ae8baf4f8, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16364625246990878581 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1636462524699087858116364625246990878581163646252469908785811636462524699087858116364625246990878581163646252469908785811636462524699087858116364625246990878581163646252469908785811636462524699087858116364625246990878581163646252469908785811636462524699087858116364625246990878581163646252469908785811636462524699087858116364625246990878581163646252469908785811636462524699087858116364625246990878581" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1905c790-f294-47a1-8d1f-da076a78fcda, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e37854ec-c0e1-411e-81a7-8a9ae8baf4f8, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 607a8753-fbbf-4c7a-976c-672a793328c0, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 607a8753-fbbf-4c7a-976c-672a793328c0, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3731298252101538560 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37312982521015385603731298252101538560373129825210153856037312982521015385603731298252101538560373129825210153856037312982521015385603731298252101538560373129825210153856037312982521015385603731298252101538560373129825210153856037312982521015385603731298252101538560373129825210153856037312982521015385603731298252101538560373129825210153856037312982521015385603731298252101538560" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d1374c28-f0de-46b7-8851-4f16262efe83, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d1374c28-f0de-46b7-8851-4f16262efe83, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 31488713208076127 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "3148871320807612731488713208076127314887132080761273148871320807612731488713208076127314887132080761273148871320807612731488713208076127314887132080761273148871320807612731488713208076127314887132080761273148871320807612731488713208076127314887132080761273148871320807612731488713208076127314887132080761273148871320807612731488713208076127" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 607a8753-fbbf-4c7a-976c-672a793328c0, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d1374c28-f0de-46b7-8851-4f16262efe83, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9cb3d0d0-608f-4079-b884-ffe23b176abc, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9cb3d0d0-608f-4079-b884-ffe23b176abc, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5489375217144323933 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54893752171443239335489375217144323933548937521714432393354893752171443239335489375217144323933548937521714432393354893752171443239335489375217144323933548937521714432393354893752171443239335489375217144323933548937521714432393354893752171443239335489375217144323933548937521714432393354893752171443239335489375217144323933548937521714432393354893752171443239335489375217144323933" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 96f0912a-9460-4bef-90c6-b98b2531c2a0, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 96f0912a-9460-4bef-90c6-b98b2531c2a0, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2590859013210413348 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25908590132104133482590859013210413348259085901321041334825908590132104133482590859013210413348259085901321041334825908590132104133482590859013210413348259085901321041334825908590132104133482590859013210413348259085901321041334825908590132104133482590859013210413348259085901321041334825908590132104133482590859013210413348259085901321041334825908590132104133482590859013210413348" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9cb3d0d0-608f-4079-b884-ffe23b176abc, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 603e5765-8a53-499a-bdbe-4e21cba18089, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 603e5765-8a53-499a-bdbe-4e21cba18089, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6469103951074613486 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64691039510746134866469103951074613486646910395107461348664691039510746134866469103951074613486646910395107461348664691039510746134866469103951074613486646910395107461348664691039510746134866469103951074613486646910395107461348664691039510746134866469103951074613486646910395107461348664691039510746134866469103951074613486646910395107461348664691039510746134866469103951074613486" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 96f0912a-9460-4bef-90c6-b98b2531c2a0, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b15b78ff-bf4e-4fb2-8c9c-5230dfc48848, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b15b78ff-bf4e-4fb2-8c9c-5230dfc48848, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3573641421369881063 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35736414213698810633573641421369881063357364142136988106335736414213698810633573641421369881063357364142136988106335736414213698810633573641421369881063357364142136988106335736414213698810633573641421369881063357364142136988106335736414213698810633573641421369881063357364142136988106335736414213698810633573641421369881063357364142136988106335736414213698810633573641421369881063" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b15b78ff-bf4e-4fb2-8c9c-5230dfc48848, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 200d1db1-d801-4f37-9dfc-4f8bdeaa384b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 200d1db1-d801-4f37-9dfc-4f8bdeaa384b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17864289929183644723 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1786428992918364472317864289929183644723178642899291836447231786428992918364472317864289929183644723178642899291836447231786428992918364472317864289929183644723178642899291836447231786428992918364472317864289929183644723178642899291836447231786428992918364472317864289929183644723178642899291836447231786428992918364472317864289929183644723178642899291836447231786428992918364472317864289929183644723" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 603e5765-8a53-499a-bdbe-4e21cba18089, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 76299013-795c-4a0e-ace8-ebe1959e2fe7, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 76299013-795c-4a0e-ace8-ebe1959e2fe7, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 734479487900174469 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "734479487900174469734479487900174469734479487900174469734479487900174469734479487900174469734479487900174469734479487900174469734479487900174469734479487900174469734479487900174469734479487900174469734479487900174469734479487900174469734479487900174469734479487900174469734479487900174469734479487900174469734479487900174469734479487900174469734479487900174469" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 200d1db1-d801-4f37-9dfc-4f8bdeaa384b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5eec27ba-4cee-4892-9b0c-0b7496f6c6fc, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5eec27ba-4cee-4892-9b0c-0b7496f6c6fc, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1333061958551790393 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13330619585517903931333061958551790393133306195855179039313330619585517903931333061958551790393133306195855179039313330619585517903931333061958551790393133306195855179039313330619585517903931333061958551790393133306195855179039313330619585517903931333061958551790393133306195855179039313330619585517903931333061958551790393133306195855179039313330619585517903931333061958551790393" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 76299013-795c-4a0e-ace8-ebe1959e2fe7, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, eeba6060-cd11-4089-8fb8-0ae4dffe6926, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eeba6060-cd11-4089-8fb8-0ae4dffe6926, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7232871349660476829 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72328713496604768297232871349660476829723287134966047682972328713496604768297232871349660476829723287134966047682972328713496604768297232871349660476829723287134966047682972328713496604768297232871349660476829723287134966047682972328713496604768297232871349660476829723287134966047682972328713496604768297232871349660476829723287134966047682972328713496604768297232871349660476829" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5eec27ba-4cee-4892-9b0c-0b7496f6c6fc, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c593e35e-4737-4723-ba9a-eef8f45b7834, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c593e35e-4737-4723-ba9a-eef8f45b7834, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9217974119727536817 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92179741197275368179217974119727536817921797411972753681792179741197275368179217974119727536817921797411972753681792179741197275368179217974119727536817921797411972753681792179741197275368179217974119727536817921797411972753681792179741197275368179217974119727536817921797411972753681792179741197275368179217974119727536817921797411972753681792179741197275368179217974119727536817" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eeba6060-cd11-4089-8fb8-0ae4dffe6926, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6697c195-25ac-43d6-a04f-e3e42bf8b220, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6697c195-25ac-43d6-a04f-e3e42bf8b220, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18191209288550618787 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1819120928855061878718191209288550618787181912092885506187871819120928855061878718191209288550618787181912092885506187871819120928855061878718191209288550618787181912092885506187871819120928855061878718191209288550618787181912092885506187871819120928855061878718191209288550618787181912092885506187871819120928855061878718191209288550618787181912092885506187871819120928855061878718191209288550618787" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c593e35e-4737-4723-ba9a-eef8f45b7834, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f89b7b43-81a8-4996-96ca-ef3505a93e26, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f89b7b43-81a8-4996-96ca-ef3505a93e26, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2604496966892193896 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26044969668921938962604496966892193896260449696689219389626044969668921938962604496966892193896260449696689219389626044969668921938962604496966892193896260449696689219389626044969668921938962604496966892193896260449696689219389626044969668921938962604496966892193896260449696689219389626044969668921938962604496966892193896260449696689219389626044969668921938962604496966892193896" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6697c195-25ac-43d6-a04f-e3e42bf8b220, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1d7c13fe-98f9-4c45-b0fa-11839e7b3781, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1d7c13fe-98f9-4c45-b0fa-11839e7b3781, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3292171776373365267 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32921717763733652673292171776373365267329217177637336526732921717763733652673292171776373365267329217177637336526732921717763733652673292171776373365267329217177637336526732921717763733652673292171776373365267329217177637336526732921717763733652673292171776373365267329217177637336526732921717763733652673292171776373365267329217177637336526732921717763733652673292171776373365267" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f89b7b43-81a8-4996-96ca-ef3505a93e26, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a7fef651-88c4-4aab-b2a7-9f53f9a4c2ed, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1d7c13fe-98f9-4c45-b0fa-11839e7b3781, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a7fef651-88c4-4aab-b2a7-9f53f9a4c2ed, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16841709814850906403 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1684170981485090640316841709814850906403168417098148509064031684170981485090640316841709814850906403168417098148509064031684170981485090640316841709814850906403168417098148509064031684170981485090640316841709814850906403168417098148509064031684170981485090640316841709814850906403168417098148509064031684170981485090640316841709814850906403168417098148509064031684170981485090640316841709814850906403" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6a06b283-ce08-4660-a9c4-ce1990e23de9, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6a06b283-ce08-4660-a9c4-ce1990e23de9, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1316645374399772687 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13166453743997726871316645374399772687131664537439977268713166453743997726871316645374399772687131664537439977268713166453743997726871316645374399772687131664537439977268713166453743997726871316645374399772687131664537439977268713166453743997726871316645374399772687131664537439977268713166453743997726871316645374399772687131664537439977268713166453743997726871316645374399772687" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a7fef651-88c4-4aab-b2a7-9f53f9a4c2ed, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6a06b283-ce08-4660-a9c4-ce1990e23de9, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 746cef05-4ce2-4eaf-ba23-ecd46d93b328, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 746cef05-4ce2-4eaf-ba23-ecd46d93b328, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17575161307684975426 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1757516130768497542617575161307684975426175751613076849754261757516130768497542617575161307684975426175751613076849754261757516130768497542617575161307684975426175751613076849754261757516130768497542617575161307684975426175751613076849754261757516130768497542617575161307684975426175751613076849754261757516130768497542617575161307684975426175751613076849754261757516130768497542617575161307684975426" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 88c894ea-a566-4a42-9282-4176d80e7915, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 88c894ea-a566-4a42-9282-4176d80e7915, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13084585822629579002 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1308458582262957900213084585822629579002130845858226295790021308458582262957900213084585822629579002130845858226295790021308458582262957900213084585822629579002130845858226295790021308458582262957900213084585822629579002130845858226295790021308458582262957900213084585822629579002130845858226295790021308458582262957900213084585822629579002130845858226295790021308458582262957900213084585822629579002" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 746cef05-4ce2-4eaf-ba23-ecd46d93b328, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bba8d99b-bb5b-4ce1-8794-7ad53b100ee4, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bba8d99b-bb5b-4ce1-8794-7ad53b100ee4, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7453223776286818347 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74532237762868183477453223776286818347745322377628681834774532237762868183477453223776286818347745322377628681834774532237762868183477453223776286818347745322377628681834774532237762868183477453223776286818347745322377628681834774532237762868183477453223776286818347745322377628681834774532237762868183477453223776286818347745322377628681834774532237762868183477453223776286818347" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 88c894ea-a566-4a42-9282-4176d80e7915, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 016b94a1-570b-4629-962a-f38595da2cac, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 016b94a1-570b-4629-962a-f38595da2cac, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10163653770362793403 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1016365377036279340310163653770362793403101636537703627934031016365377036279340310163653770362793403101636537703627934031016365377036279340310163653770362793403101636537703627934031016365377036279340310163653770362793403101636537703627934031016365377036279340310163653770362793403101636537703627934031016365377036279340310163653770362793403101636537703627934031016365377036279340310163653770362793403" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bba8d99b-bb5b-4ce1-8794-7ad53b100ee4, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c065651f-e878-409b-a92b-11f62fdf0ddc, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c065651f-e878-409b-a92b-11f62fdf0ddc, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7525892675843340362 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75258926758433403627525892675843340362752589267584334036275258926758433403627525892675843340362752589267584334036275258926758433403627525892675843340362752589267584334036275258926758433403627525892675843340362752589267584334036275258926758433403627525892675843340362752589267584334036275258926758433403627525892675843340362752589267584334036275258926758433403627525892675843340362" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 016b94a1-570b-4629-962a-f38595da2cac, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cd990590-b903-4944-abc7-410607033035, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cd990590-b903-4944-abc7-410607033035, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13838384030706057264 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1383838403070605726413838384030706057264138383840307060572641383838403070605726413838384030706057264138383840307060572641383838403070605726413838384030706057264138383840307060572641383838403070605726413838384030706057264138383840307060572641383838403070605726413838384030706057264138383840307060572641383838403070605726413838384030706057264138383840307060572641383838403070605726413838384030706057264" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c065651f-e878-409b-a92b-11f62fdf0ddc, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b12f8898-7165-4f97-8741-52aa1db94528, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b12f8898-7165-4f97-8741-52aa1db94528, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5898317677790457996 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58983176777904579965898317677790457996589831767779045799658983176777904579965898317677790457996589831767779045799658983176777904579965898317677790457996589831767779045799658983176777904579965898317677790457996589831767779045799658983176777904579965898317677790457996589831767779045799658983176777904579965898317677790457996589831767779045799658983176777904579965898317677790457996" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cd990590-b903-4944-abc7-410607033035, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b12f8898-7165-4f97-8741-52aa1db94528, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 608c4930-de35-4e54-9c42-8f9806f3eac4, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 608c4930-de35-4e54-9c42-8f9806f3eac4, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14054850860598779256 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1405485086059877925614054850860598779256140548508605987792561405485086059877925614054850860598779256140548508605987792561405485086059877925614054850860598779256140548508605987792561405485086059877925614054850860598779256140548508605987792561405485086059877925614054850860598779256140548508605987792561405485086059877925614054850860598779256140548508605987792561405485086059877925614054850860598779256" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c74ad0ca-1302-48d2-8b9d-203c02d700b8, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c74ad0ca-1302-48d2-8b9d-203c02d700b8, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 932257846640511243 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "932257846640511243932257846640511243932257846640511243932257846640511243932257846640511243932257846640511243932257846640511243932257846640511243932257846640511243932257846640511243932257846640511243932257846640511243932257846640511243932257846640511243932257846640511243932257846640511243932257846640511243932257846640511243932257846640511243932257846640511243" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 608c4930-de35-4e54-9c42-8f9806f3eac4, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d5b3cf3c-2cfd-4250-83f5-c933ac830878, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d5b3cf3c-2cfd-4250-83f5-c933ac830878, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4443969824885207656 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44439698248852076564443969824885207656444396982488520765644439698248852076564443969824885207656444396982488520765644439698248852076564443969824885207656444396982488520765644439698248852076564443969824885207656444396982488520765644439698248852076564443969824885207656444396982488520765644439698248852076564443969824885207656444396982488520765644439698248852076564443969824885207656" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c74ad0ca-1302-48d2-8b9d-203c02d700b8, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c6ae6a84-a411-41f0-b007-4b6682853efb, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d5b3cf3c-2cfd-4250-83f5-c933ac830878, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c6ae6a84-a411-41f0-b007-4b6682853efb, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9241470524674590856 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92414705246745908569241470524674590856924147052467459085692414705246745908569241470524674590856924147052467459085692414705246745908569241470524674590856924147052467459085692414705246745908569241470524674590856924147052467459085692414705246745908569241470524674590856924147052467459085692414705246745908569241470524674590856924147052467459085692414705246745908569241470524674590856" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 533029bf-63d1-4bff-81e2-33df5152e9c1, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 533029bf-63d1-4bff-81e2-33df5152e9c1, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16759805780836247830 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1675980578083624783016759805780836247830167598057808362478301675980578083624783016759805780836247830167598057808362478301675980578083624783016759805780836247830167598057808362478301675980578083624783016759805780836247830167598057808362478301675980578083624783016759805780836247830167598057808362478301675980578083624783016759805780836247830167598057808362478301675980578083624783016759805780836247830" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c6ae6a84-a411-41f0-b007-4b6682853efb, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ea612a6f-54bf-4df8-afb2-c16c734053ba, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ea612a6f-54bf-4df8-afb2-c16c734053ba, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2670590100428339992 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26705901004283399922670590100428339992267059010042833999226705901004283399922670590100428339992267059010042833999226705901004283399922670590100428339992267059010042833999226705901004283399922670590100428339992267059010042833999226705901004283399922670590100428339992267059010042833999226705901004283399922670590100428339992267059010042833999226705901004283399922670590100428339992" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 533029bf-63d1-4bff-81e2-33df5152e9c1, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ba381867-270f-486c-a22d-3c98e4d6bc00, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ba381867-270f-486c-a22d-3c98e4d6bc00, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15756435448727996714 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1575643544872799671415756435448727996714157564354487279967141575643544872799671415756435448727996714157564354487279967141575643544872799671415756435448727996714157564354487279967141575643544872799671415756435448727996714157564354487279967141575643544872799671415756435448727996714157564354487279967141575643544872799671415756435448727996714157564354487279967141575643544872799671415756435448727996714" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ea612a6f-54bf-4df8-afb2-c16c734053ba, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, acbf4024-1611-404e-aaf6-d69c71a64da6, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, acbf4024-1611-404e-aaf6-d69c71a64da6, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11205270714836995293 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1120527071483699529311205270714836995293112052707148369952931120527071483699529311205270714836995293112052707148369952931120527071483699529311205270714836995293112052707148369952931120527071483699529311205270714836995293112052707148369952931120527071483699529311205270714836995293112052707148369952931120527071483699529311205270714836995293112052707148369952931120527071483699529311205270714836995293" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ba381867-270f-486c-a22d-3c98e4d6bc00, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d6d3bf06-c16a-4e63-a4c3-8b2c4a7f05ec, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d6d3bf06-c16a-4e63-a4c3-8b2c4a7f05ec, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4411358297244468565 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44113582972444685654411358297244468565441135829724446856544113582972444685654411358297244468565441135829724446856544113582972444685654411358297244468565441135829724446856544113582972444685654411358297244468565441135829724446856544113582972444685654411358297244468565441135829724446856544113582972444685654411358297244468565441135829724446856544113582972444685654411358297244468565" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, acbf4024-1611-404e-aaf6-d69c71a64da6, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 695bd9dc-3fbe-48e0-847b-34f3426bfff7, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 695bd9dc-3fbe-48e0-847b-34f3426bfff7, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11865929765842190866 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1186592976584219086611865929765842190866118659297658421908661186592976584219086611865929765842190866118659297658421908661186592976584219086611865929765842190866118659297658421908661186592976584219086611865929765842190866118659297658421908661186592976584219086611865929765842190866118659297658421908661186592976584219086611865929765842190866118659297658421908661186592976584219086611865929765842190866" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d6d3bf06-c16a-4e63-a4c3-8b2c4a7f05ec, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1da9e558-35a6-4f7f-b34d-6a560f0d616d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1da9e558-35a6-4f7f-b34d-6a560f0d616d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15332526926877072219 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1533252692687707221915332526926877072219153325269268770722191533252692687707221915332526926877072219153325269268770722191533252692687707221915332526926877072219153325269268770722191533252692687707221915332526926877072219153325269268770722191533252692687707221915332526926877072219153325269268770722191533252692687707221915332526926877072219153325269268770722191533252692687707221915332526926877072219" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 695bd9dc-3fbe-48e0-847b-34f3426bfff7, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a50f267c-5e48-4ce2-a46f-65618e40c295, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a50f267c-5e48-4ce2-a46f-65618e40c295, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12428747767496039104 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1242874776749603910412428747767496039104124287477674960391041242874776749603910412428747767496039104124287477674960391041242874776749603910412428747767496039104124287477674960391041242874776749603910412428747767496039104124287477674960391041242874776749603910412428747767496039104124287477674960391041242874776749603910412428747767496039104124287477674960391041242874776749603910412428747767496039104" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1da9e558-35a6-4f7f-b34d-6a560f0d616d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 51abb6aa-6696-47bc-a0c3-30014b0a131f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 51abb6aa-6696-47bc-a0c3-30014b0a131f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16092382518007917651 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1609238251800791765116092382518007917651160923825180079176511609238251800791765116092382518007917651160923825180079176511609238251800791765116092382518007917651160923825180079176511609238251800791765116092382518007917651160923825180079176511609238251800791765116092382518007917651160923825180079176511609238251800791765116092382518007917651160923825180079176511609238251800791765116092382518007917651" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a50f267c-5e48-4ce2-a46f-65618e40c295, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6e92683f-1514-4538-97e9-575045f4daca, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6e92683f-1514-4538-97e9-575045f4daca, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5997881492650729445 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59978814926507294455997881492650729445599788149265072944559978814926507294455997881492650729445599788149265072944559978814926507294455997881492650729445599788149265072944559978814926507294455997881492650729445599788149265072944559978814926507294455997881492650729445599788149265072944559978814926507294455997881492650729445599788149265072944559978814926507294455997881492650729445" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 51abb6aa-6696-47bc-a0c3-30014b0a131f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7d2b203b-66b4-42ae-8bd6-0d88f05ba9c1, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6e92683f-1514-4538-97e9-575045f4daca, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7d2b203b-66b4-42ae-8bd6-0d88f05ba9c1, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9206192547234354031 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92061925472343540319206192547234354031920619254723435403192061925472343540319206192547234354031920619254723435403192061925472343540319206192547234354031920619254723435403192061925472343540319206192547234354031920619254723435403192061925472343540319206192547234354031920619254723435403192061925472343540319206192547234354031920619254723435403192061925472343540319206192547234354031" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5d705537-7e7a-4e27-a546-6dcdada3ba73, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5d705537-7e7a-4e27-a546-6dcdada3ba73, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13895846331397492009 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1389584633139749200913895846331397492009138958463313974920091389584633139749200913895846331397492009138958463313974920091389584633139749200913895846331397492009138958463313974920091389584633139749200913895846331397492009138958463313974920091389584633139749200913895846331397492009138958463313974920091389584633139749200913895846331397492009138958463313974920091389584633139749200913895846331397492009" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7d2b203b-66b4-42ae-8bd6-0d88f05ba9c1, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 45c372be-40e7-4c42-bddb-861b8ca88f1f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 45c372be-40e7-4c42-bddb-861b8ca88f1f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4916684193398772999 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49166841933987729994916684193398772999491668419339877299949166841933987729994916684193398772999491668419339877299949166841933987729994916684193398772999491668419339877299949166841933987729994916684193398772999491668419339877299949166841933987729994916684193398772999491668419339877299949166841933987729994916684193398772999491668419339877299949166841933987729994916684193398772999" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5d705537-7e7a-4e27-a546-6dcdada3ba73, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 02397d2c-79d3-45e8-b449-b9dee9c93c20, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 02397d2c-79d3-45e8-b449-b9dee9c93c20, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7507095323514134493 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75070953235141344937507095323514134493750709532351413449375070953235141344937507095323514134493750709532351413449375070953235141344937507095323514134493750709532351413449375070953235141344937507095323514134493750709532351413449375070953235141344937507095323514134493750709532351413449375070953235141344937507095323514134493750709532351413449375070953235141344937507095323514134493" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 45c372be-40e7-4c42-bddb-861b8ca88f1f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 68f73017-74e6-41c9-96c1-101b18c93393, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 68f73017-74e6-41c9-96c1-101b18c93393, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1669911276484095858 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16699112764840958581669911276484095858166991127648409585816699112764840958581669911276484095858166991127648409585816699112764840958581669911276484095858166991127648409585816699112764840958581669911276484095858166991127648409585816699112764840958581669911276484095858166991127648409585816699112764840958581669911276484095858166991127648409585816699112764840958581669911276484095858" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 02397d2c-79d3-45e8-b449-b9dee9c93c20, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e518e547-3725-44de-9f66-53e111ba0d56, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e518e547-3725-44de-9f66-53e111ba0d56, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7525848979753135211 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75258489797531352117525848979753135211752584897975313521175258489797531352117525848979753135211752584897975313521175258489797531352117525848979753135211752584897975313521175258489797531352117525848979753135211752584897975313521175258489797531352117525848979753135211752584897975313521175258489797531352117525848979753135211752584897975313521175258489797531352117525848979753135211" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 68f73017-74e6-41c9-96c1-101b18c93393, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0e91b00e-e41f-48d5-a854-e0683927024c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0e91b00e-e41f-48d5-a854-e0683927024c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14426454401065448346 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1442645440106544834614426454401065448346144264544010654483461442645440106544834614426454401065448346144264544010654483461442645440106544834614426454401065448346144264544010654483461442645440106544834614426454401065448346144264544010654483461442645440106544834614426454401065448346144264544010654483461442645440106544834614426454401065448346144264544010654483461442645440106544834614426454401065448346" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e518e547-3725-44de-9f66-53e111ba0d56, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fd6c5868-3978-45f0-8c1b-0842d0fc5dcf, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fd6c5868-3978-45f0-8c1b-0842d0fc5dcf, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9959476424517332458 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99594764245173324589959476424517332458995947642451733245899594764245173324589959476424517332458995947642451733245899594764245173324589959476424517332458995947642451733245899594764245173324589959476424517332458995947642451733245899594764245173324589959476424517332458995947642451733245899594764245173324589959476424517332458995947642451733245899594764245173324589959476424517332458" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0e91b00e-e41f-48d5-a854-e0683927024c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e660278f-f3c3-49c7-a1ec-516902bb4734, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e660278f-f3c3-49c7-a1ec-516902bb4734, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7957063672371004931 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79570636723710049317957063672371004931795706367237100493179570636723710049317957063672371004931795706367237100493179570636723710049317957063672371004931795706367237100493179570636723710049317957063672371004931795706367237100493179570636723710049317957063672371004931795706367237100493179570636723710049317957063672371004931795706367237100493179570636723710049317957063672371004931" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fd6c5868-3978-45f0-8c1b-0842d0fc5dcf, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1a0b16c6-0335-41cb-ba05-e4e3ffdf3862, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1a0b16c6-0335-41cb-ba05-e4e3ffdf3862, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6472835444946752967 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64728354449467529676472835444946752967647283544494675296764728354449467529676472835444946752967647283544494675296764728354449467529676472835444946752967647283544494675296764728354449467529676472835444946752967647283544494675296764728354449467529676472835444946752967647283544494675296764728354449467529676472835444946752967647283544494675296764728354449467529676472835444946752967" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e660278f-f3c3-49c7-a1ec-516902bb4734, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fdf9cd63-9a2f-4ba0-964b-00f4b0289e11, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fdf9cd63-9a2f-4ba0-964b-00f4b0289e11, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13437376875859195143 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1343737687585919514313437376875859195143134373768758591951431343737687585919514313437376875859195143134373768758591951431343737687585919514313437376875859195143134373768758591951431343737687585919514313437376875859195143134373768758591951431343737687585919514313437376875859195143134373768758591951431343737687585919514313437376875859195143134373768758591951431343737687585919514313437376875859195143" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1a0b16c6-0335-41cb-ba05-e4e3ffdf3862, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a30ff72f-0a5d-4f0b-a3b1-9b42e0af4827, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a30ff72f-0a5d-4f0b-a3b1-9b42e0af4827, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9226215802687642539 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92262158026876425399226215802687642539922621580268764253992262158026876425399226215802687642539922621580268764253992262158026876425399226215802687642539922621580268764253992262158026876425399226215802687642539922621580268764253992262158026876425399226215802687642539922621580268764253992262158026876425399226215802687642539922621580268764253992262158026876425399226215802687642539" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fdf9cd63-9a2f-4ba0-964b-00f4b0289e11, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, de940559-2c9e-4418-a8d7-4ff018d033f9, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, de940559-2c9e-4418-a8d7-4ff018d033f9, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7300256249101759534 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73002562491017595347300256249101759534730025624910175953473002562491017595347300256249101759534730025624910175953473002562491017595347300256249101759534730025624910175953473002562491017595347300256249101759534730025624910175953473002562491017595347300256249101759534730025624910175953473002562491017595347300256249101759534730025624910175953473002562491017595347300256249101759534" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a30ff72f-0a5d-4f0b-a3b1-9b42e0af4827, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1b6ea770-1022-49da-b3d9-4a65beb58dfc, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, de940559-2c9e-4418-a8d7-4ff018d033f9, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1b6ea770-1022-49da-b3d9-4a65beb58dfc, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1187039019817579385 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11870390198175793851187039019817579385118703901981757938511870390198175793851187039019817579385118703901981757938511870390198175793851187039019817579385118703901981757938511870390198175793851187039019817579385118703901981757938511870390198175793851187039019817579385118703901981757938511870390198175793851187039019817579385118703901981757938511870390198175793851187039019817579385" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e7de26c9-8a85-4713-89cd-0d1a97625e8a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e7de26c9-8a85-4713-89cd-0d1a97625e8a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11090957687838463468 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1109095768783846346811090957687838463468110909576878384634681109095768783846346811090957687838463468110909576878384634681109095768783846346811090957687838463468110909576878384634681109095768783846346811090957687838463468110909576878384634681109095768783846346811090957687838463468110909576878384634681109095768783846346811090957687838463468110909576878384634681109095768783846346811090957687838463468" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1b6ea770-1022-49da-b3d9-4a65beb58dfc, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f5062b1f-b8c8-481e-b07c-590df93ef5a0, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f5062b1f-b8c8-481e-b07c-590df93ef5a0, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11916761767323828869 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1191676176732382886911916761767323828869119167617673238288691191676176732382886911916761767323828869119167617673238288691191676176732382886911916761767323828869119167617673238288691191676176732382886911916761767323828869119167617673238288691191676176732382886911916761767323828869119167617673238288691191676176732382886911916761767323828869119167617673238288691191676176732382886911916761767323828869" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e7de26c9-8a85-4713-89cd-0d1a97625e8a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4d9fe0b6-a0ac-4a37-9279-e45e1b571d56, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4d9fe0b6-a0ac-4a37-9279-e45e1b571d56, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5380997220993823109 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53809972209938231095380997220993823109538099722099382310953809972209938231095380997220993823109538099722099382310953809972209938231095380997220993823109538099722099382310953809972209938231095380997220993823109538099722099382310953809972209938231095380997220993823109538099722099382310953809972209938231095380997220993823109538099722099382310953809972209938231095380997220993823109" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f5062b1f-b8c8-481e-b07c-590df93ef5a0, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8e4c4a97-6253-448b-a8d8-8dbc88eec4af, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8e4c4a97-6253-448b-a8d8-8dbc88eec4af, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1162242137303441790 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11622421373034417901162242137303441790116224213730344179011622421373034417901162242137303441790116224213730344179011622421373034417901162242137303441790116224213730344179011622421373034417901162242137303441790116224213730344179011622421373034417901162242137303441790116224213730344179011622421373034417901162242137303441790116224213730344179011622421373034417901162242137303441790" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4d9fe0b6-a0ac-4a37-9279-e45e1b571d56, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dcfbb73f-48ed-4d54-8074-3d8ee6f13d7c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dcfbb73f-48ed-4d54-8074-3d8ee6f13d7c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15222274750643050931 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1522227475064305093115222274750643050931152222747506430509311522227475064305093115222274750643050931152222747506430509311522227475064305093115222274750643050931152222747506430509311522227475064305093115222274750643050931152222747506430509311522227475064305093115222274750643050931152222747506430509311522227475064305093115222274750643050931152222747506430509311522227475064305093115222274750643050931" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8e4c4a97-6253-448b-a8d8-8dbc88eec4af, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 693cd2ad-42d6-4fa6-979e-807897257508, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 693cd2ad-42d6-4fa6-979e-807897257508, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7791570249502448422 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77915702495024484227791570249502448422779157024950244842277915702495024484227791570249502448422779157024950244842277915702495024484227791570249502448422779157024950244842277915702495024484227791570249502448422779157024950244842277915702495024484227791570249502448422779157024950244842277915702495024484227791570249502448422779157024950244842277915702495024484227791570249502448422" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dcfbb73f-48ed-4d54-8074-3d8ee6f13d7c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, eb64278c-5416-46bc-826a-4d16b7625b76, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eb64278c-5416-46bc-826a-4d16b7625b76, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2206383739264746817 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22063837392647468172206383739264746817220638373926474681722063837392647468172206383739264746817220638373926474681722063837392647468172206383739264746817220638373926474681722063837392647468172206383739264746817220638373926474681722063837392647468172206383739264746817220638373926474681722063837392647468172206383739264746817220638373926474681722063837392647468172206383739264746817" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 693cd2ad-42d6-4fa6-979e-807897257508, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b0c8b4b7-728c-44a2-9c46-f3581bfc9abc, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b0c8b4b7-728c-44a2-9c46-f3581bfc9abc, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3308359840781138179 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33083598407811381793308359840781138179330835984078113817933083598407811381793308359840781138179330835984078113817933083598407811381793308359840781138179330835984078113817933083598407811381793308359840781138179330835984078113817933083598407811381793308359840781138179330835984078113817933083598407811381793308359840781138179330835984078113817933083598407811381793308359840781138179" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eb64278c-5416-46bc-826a-4d16b7625b76, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b0c8b4b7-728c-44a2-9c46-f3581bfc9abc, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 808ab91b-5d64-4d2b-9ea7-8c4b0c81d050, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0bc0c58d-2a11-4693-881b-687b257b91d3, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 808ab91b-5d64-4d2b-9ea7-8c4b0c81d050, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1369395361783565346 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13693953617835653461369395361783565346136939536178356534613693953617835653461369395361783565346136939536178356534613693953617835653461369395361783565346136939536178356534613693953617835653461369395361783565346136939536178356534613693953617835653461369395361783565346136939536178356534613693953617835653461369395361783565346136939536178356534613693953617835653461369395361783565346" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0bc0c58d-2a11-4693-881b-687b257b91d3, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3231081835285365309 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32310818352853653093231081835285365309323108183528536530932310818352853653093231081835285365309323108183528536530932310818352853653093231081835285365309323108183528536530932310818352853653093231081835285365309323108183528536530932310818352853653093231081835285365309323108183528536530932310818352853653093231081835285365309323108183528536530932310818352853653093231081835285365309" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0bc0c58d-2a11-4693-881b-687b257b91d3, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 56aa96fa-a0a2-40da-b6e8-3498db0709a7, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 56aa96fa-a0a2-40da-b6e8-3498db0709a7, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14059802258124051976 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1405980225812405197614059802258124051976140598022581240519761405980225812405197614059802258124051976140598022581240519761405980225812405197614059802258124051976140598022581240519761405980225812405197614059802258124051976140598022581240519761405980225812405197614059802258124051976140598022581240519761405980225812405197614059802258124051976140598022581240519761405980225812405197614059802258124051976" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 808ab91b-5d64-4d2b-9ea7-8c4b0c81d050, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fe256fd7-5f16-43f0-9b48-fe0e3b5c5c69, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fe256fd7-5f16-43f0-9b48-fe0e3b5c5c69, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1262538517913226449 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12625385179132264491262538517913226449126253851791322644912625385179132264491262538517913226449126253851791322644912625385179132264491262538517913226449126253851791322644912625385179132264491262538517913226449126253851791322644912625385179132264491262538517913226449126253851791322644912625385179132264491262538517913226449126253851791322644912625385179132264491262538517913226449" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fe256fd7-5f16-43f0-9b48-fe0e3b5c5c69, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2471864f-1cad-4e1a-901d-5545423d094f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 56aa96fa-a0a2-40da-b6e8-3498db0709a7, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2471864f-1cad-4e1a-901d-5545423d094f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16313390196624350860 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1631339019662435086016313390196624350860163133901966243508601631339019662435086016313390196624350860163133901966243508601631339019662435086016313390196624350860163133901966243508601631339019662435086016313390196624350860163133901966243508601631339019662435086016313390196624350860163133901966243508601631339019662435086016313390196624350860163133901966243508601631339019662435086016313390196624350860" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 09c20261-ceea-40c9-bb31-bc06396eb38e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 09c20261-ceea-40c9-bb31-bc06396eb38e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8398733422203274986 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83987334222032749868398733422203274986839873342220327498683987334222032749868398733422203274986839873342220327498683987334222032749868398733422203274986839873342220327498683987334222032749868398733422203274986839873342220327498683987334222032749868398733422203274986839873342220327498683987334222032749868398733422203274986839873342220327498683987334222032749868398733422203274986" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2471864f-1cad-4e1a-901d-5545423d094f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a3c76842-c9f7-42ac-a78c-1f8f779d6eaf, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a3c76842-c9f7-42ac-a78c-1f8f779d6eaf, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8913806191312001263 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89138061913120012638913806191312001263891380619131200126389138061913120012638913806191312001263891380619131200126389138061913120012638913806191312001263891380619131200126389138061913120012638913806191312001263891380619131200126389138061913120012638913806191312001263891380619131200126389138061913120012638913806191312001263891380619131200126389138061913120012638913806191312001263" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 09c20261-ceea-40c9-bb31-bc06396eb38e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e87af5c7-a996-46e5-8295-210f5567c69f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e87af5c7-a996-46e5-8295-210f5567c69f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5633837358663476522 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56338373586634765225633837358663476522563383735866347652256338373586634765225633837358663476522563383735866347652256338373586634765225633837358663476522563383735866347652256338373586634765225633837358663476522563383735866347652256338373586634765225633837358663476522563383735866347652256338373586634765225633837358663476522563383735866347652256338373586634765225633837358663476522" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a3c76842-c9f7-42ac-a78c-1f8f779d6eaf, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c12ba612-9cd4-451b-bfbe-44363d9cb30e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c12ba612-9cd4-451b-bfbe-44363d9cb30e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11026764169707314178 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1102676416970731417811026764169707314178110267641697073141781102676416970731417811026764169707314178110267641697073141781102676416970731417811026764169707314178110267641697073141781102676416970731417811026764169707314178110267641697073141781102676416970731417811026764169707314178110267641697073141781102676416970731417811026764169707314178110267641697073141781102676416970731417811026764169707314178" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e87af5c7-a996-46e5-8295-210f5567c69f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ff23c6aa-9abf-4b8f-bb12-ed004c227657, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ff23c6aa-9abf-4b8f-bb12-ed004c227657, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8277427280307646332 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82774272803076463328277427280307646332827742728030764633282774272803076463328277427280307646332827742728030764633282774272803076463328277427280307646332827742728030764633282774272803076463328277427280307646332827742728030764633282774272803076463328277427280307646332827742728030764633282774272803076463328277427280307646332827742728030764633282774272803076463328277427280307646332" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c12ba612-9cd4-451b-bfbe-44363d9cb30e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, af24dcea-3a6c-47c1-8b68-05bd3a57be1b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, af24dcea-3a6c-47c1-8b68-05bd3a57be1b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8660924993949264201 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86609249939492642018660924993949264201866092499394926420186609249939492642018660924993949264201866092499394926420186609249939492642018660924993949264201866092499394926420186609249939492642018660924993949264201866092499394926420186609249939492642018660924993949264201866092499394926420186609249939492642018660924993949264201866092499394926420186609249939492642018660924993949264201" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ff23c6aa-9abf-4b8f-bb12-ed004c227657, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1218c314-b539-4a46-8a21-2bf249071b1c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1218c314-b539-4a46-8a21-2bf249071b1c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8806048148876936520 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88060481488769365208806048148876936520880604814887693652088060481488769365208806048148876936520880604814887693652088060481488769365208806048148876936520880604814887693652088060481488769365208806048148876936520880604814887693652088060481488769365208806048148876936520880604814887693652088060481488769365208806048148876936520880604814887693652088060481488769365208806048148876936520" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, af24dcea-3a6c-47c1-8b68-05bd3a57be1b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cbf7c19a-a1ab-4748-8035-5cfa8deb3aab, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cbf7c19a-a1ab-4748-8035-5cfa8deb3aab, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3720979635331792428 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37209796353317924283720979635331792428372097963533179242837209796353317924283720979635331792428372097963533179242837209796353317924283720979635331792428372097963533179242837209796353317924283720979635331792428372097963533179242837209796353317924283720979635331792428372097963533179242837209796353317924283720979635331792428372097963533179242837209796353317924283720979635331792428" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1218c314-b539-4a46-8a21-2bf249071b1c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ba8052b2-965c-4398-85f3-0208700ee4ee, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ba8052b2-965c-4398-85f3-0208700ee4ee, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1794899878856575245 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17948998788565752451794899878856575245179489987885657524517948998788565752451794899878856575245179489987885657524517948998788565752451794899878856575245179489987885657524517948998788565752451794899878856575245179489987885657524517948998788565752451794899878856575245179489987885657524517948998788565752451794899878856575245179489987885657524517948998788565752451794899878856575245" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cbf7c19a-a1ab-4748-8035-5cfa8deb3aab, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 71e776f6-eeb3-4010-b5c5-e88f807ef17e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 71e776f6-eeb3-4010-b5c5-e88f807ef17e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18350541133381640115 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1835054113338164011518350541133381640115183505411333816401151835054113338164011518350541133381640115183505411333816401151835054113338164011518350541133381640115183505411333816401151835054113338164011518350541133381640115183505411333816401151835054113338164011518350541133381640115183505411333816401151835054113338164011518350541133381640115183505411333816401151835054113338164011518350541133381640115" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ba8052b2-965c-4398-85f3-0208700ee4ee, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dc12fa13-b30a-4138-8f95-a2a7be4c2346, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dc12fa13-b30a-4138-8f95-a2a7be4c2346, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13657189681979946553 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1365718968197994655313657189681979946553136571896819799465531365718968197994655313657189681979946553136571896819799465531365718968197994655313657189681979946553136571896819799465531365718968197994655313657189681979946553136571896819799465531365718968197994655313657189681979946553136571896819799465531365718968197994655313657189681979946553136571896819799465531365718968197994655313657189681979946553" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 71e776f6-eeb3-4010-b5c5-e88f807ef17e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5b306fa1-dfdd-4eb7-a153-e95d7d14a912, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5b306fa1-dfdd-4eb7-a153-e95d7d14a912, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16486966245405620816 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1648696624540562081616486966245405620816164869662454056208161648696624540562081616486966245405620816164869662454056208161648696624540562081616486966245405620816164869662454056208161648696624540562081616486966245405620816164869662454056208161648696624540562081616486966245405620816164869662454056208161648696624540562081616486966245405620816164869662454056208161648696624540562081616486966245405620816" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dc12fa13-b30a-4138-8f95-a2a7be4c2346, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9fff7f0c-54ca-4b37-99e8-ccc2999ed0c9, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9fff7f0c-54ca-4b37-99e8-ccc2999ed0c9, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14006367788749454195 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1400636778874945419514006367788749454195140063677887494541951400636778874945419514006367788749454195140063677887494541951400636778874945419514006367788749454195140063677887494541951400636778874945419514006367788749454195140063677887494541951400636778874945419514006367788749454195140063677887494541951400636778874945419514006367788749454195140063677887494541951400636778874945419514006367788749454195" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5b306fa1-dfdd-4eb7-a153-e95d7d14a912, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3e680192-bf4e-4783-9b7d-edd7507f15b6, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3e680192-bf4e-4783-9b7d-edd7507f15b6, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8293627288951277263 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82936272889512772638293627288951277263829362728895127726382936272889512772638293627288951277263829362728895127726382936272889512772638293627288951277263829362728895127726382936272889512772638293627288951277263829362728895127726382936272889512772638293627288951277263829362728895127726382936272889512772638293627288951277263829362728895127726382936272889512772638293627288951277263" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9fff7f0c-54ca-4b37-99e8-ccc2999ed0c9, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cb838377-4f3e-4228-a157-560d8cafb467, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cb838377-4f3e-4228-a157-560d8cafb467, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14412198230842262230 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1441219823084226223014412198230842262230144121982308422622301441219823084226223014412198230842262230144121982308422622301441219823084226223014412198230842262230144121982308422622301441219823084226223014412198230842262230144121982308422622301441219823084226223014412198230842262230144121982308422622301441219823084226223014412198230842262230144121982308422622301441219823084226223014412198230842262230" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3e680192-bf4e-4783-9b7d-edd7507f15b6, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c46f735c-c912-4d88-b96a-a200ce3986c4, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c46f735c-c912-4d88-b96a-a200ce3986c4, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15223920783442380120 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1522392078344238012015223920783442380120152239207834423801201522392078344238012015223920783442380120152239207834423801201522392078344238012015223920783442380120152239207834423801201522392078344238012015223920783442380120152239207834423801201522392078344238012015223920783442380120152239207834423801201522392078344238012015223920783442380120152239207834423801201522392078344238012015223920783442380120" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cb838377-4f3e-4228-a157-560d8cafb467, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 91718ae8-1022-4cb9-aa97-7de45f32df9a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 91718ae8-1022-4cb9-aa97-7de45f32df9a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5235062268281864094 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52350622682818640945235062268281864094523506226828186409452350622682818640945235062268281864094523506226828186409452350622682818640945235062268281864094523506226828186409452350622682818640945235062268281864094523506226828186409452350622682818640945235062268281864094523506226828186409452350622682818640945235062268281864094523506226828186409452350622682818640945235062268281864094" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c46f735c-c912-4d88-b96a-a200ce3986c4, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7c4ea273-bde3-472d-9941-4a5ff9daaea2, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7c4ea273-bde3-472d-9941-4a5ff9daaea2, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1530685186503605538 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15306851865036055381530685186503605538153068518650360553815306851865036055381530685186503605538153068518650360553815306851865036055381530685186503605538153068518650360553815306851865036055381530685186503605538153068518650360553815306851865036055381530685186503605538153068518650360553815306851865036055381530685186503605538153068518650360553815306851865036055381530685186503605538" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 91718ae8-1022-4cb9-aa97-7de45f32df9a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a19ef267-ba1a-416b-937f-979d0b606101, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a19ef267-ba1a-416b-937f-979d0b606101, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8390386123435762298 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83903861234357622988390386123435762298839038612343576229883903861234357622988390386123435762298839038612343576229883903861234357622988390386123435762298839038612343576229883903861234357622988390386123435762298839038612343576229883903861234357622988390386123435762298839038612343576229883903861234357622988390386123435762298839038612343576229883903861234357622988390386123435762298" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7c4ea273-bde3-472d-9941-4a5ff9daaea2, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 78159f75-1f79-4a1e-9ed4-14d019ff5c00, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 78159f75-1f79-4a1e-9ed4-14d019ff5c00, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10662391266679307792 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1066239126667930779210662391266679307792106623912666793077921066239126667930779210662391266679307792106623912666793077921066239126667930779210662391266679307792106623912666793077921066239126667930779210662391266679307792106623912666793077921066239126667930779210662391266679307792106623912666793077921066239126667930779210662391266679307792106623912666793077921066239126667930779210662391266679307792" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a19ef267-ba1a-416b-937f-979d0b606101, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 29297721-c34a-48ea-b9ab-bbcfb647e7a9, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 29297721-c34a-48ea-b9ab-bbcfb647e7a9, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16639951603380432135 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1663995160338043213516639951603380432135166399516033804321351663995160338043213516639951603380432135166399516033804321351663995160338043213516639951603380432135166399516033804321351663995160338043213516639951603380432135166399516033804321351663995160338043213516639951603380432135166399516033804321351663995160338043213516639951603380432135166399516033804321351663995160338043213516639951603380432135" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 78159f75-1f79-4a1e-9ed4-14d019ff5c00, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f350f4ce-8989-4f7c-b9dd-834b2dd199a8, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f350f4ce-8989-4f7c-b9dd-834b2dd199a8, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13333523173400273896 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1333352317340027389613333523173400273896133335231734002738961333352317340027389613333523173400273896133335231734002738961333352317340027389613333523173400273896133335231734002738961333352317340027389613333523173400273896133335231734002738961333352317340027389613333523173400273896133335231734002738961333352317340027389613333523173400273896133335231734002738961333352317340027389613333523173400273896" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 29297721-c34a-48ea-b9ab-bbcfb647e7a9, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b4eb855b-6d5e-4ce1-b292-f4193d974774, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b4eb855b-6d5e-4ce1-b292-f4193d974774, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13490261108248094482 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1349026110824809448213490261108248094482134902611082480944821349026110824809448213490261108248094482134902611082480944821349026110824809448213490261108248094482134902611082480944821349026110824809448213490261108248094482134902611082480944821349026110824809448213490261108248094482134902611082480944821349026110824809448213490261108248094482134902611082480944821349026110824809448213490261108248094482" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f350f4ce-8989-4f7c-b9dd-834b2dd199a8, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e97bea2d-fac6-4e0b-a950-843c2cd4fe0f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e97bea2d-fac6-4e0b-a950-843c2cd4fe0f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6408286943088966995 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64082869430889669956408286943088966995640828694308896699564082869430889669956408286943088966995640828694308896699564082869430889669956408286943088966995640828694308896699564082869430889669956408286943088966995640828694308896699564082869430889669956408286943088966995640828694308896699564082869430889669956408286943088966995640828694308896699564082869430889669956408286943088966995" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b4eb855b-6d5e-4ce1-b292-f4193d974774, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 854ef3c8-64e9-4ccc-9b38-3d87c6f3b982, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 854ef3c8-64e9-4ccc-9b38-3d87c6f3b982, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18417584244009730252 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1841758424400973025218417584244009730252184175842440097302521841758424400973025218417584244009730252184175842440097302521841758424400973025218417584244009730252184175842440097302521841758424400973025218417584244009730252184175842440097302521841758424400973025218417584244009730252184175842440097302521841758424400973025218417584244009730252184175842440097302521841758424400973025218417584244009730252" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e97bea2d-fac6-4e0b-a950-843c2cd4fe0f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4401eac7-6350-43e2-80cd-0c4de226e246, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4401eac7-6350-43e2-80cd-0c4de226e246, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15042916758256529465 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1504291675825652946515042916758256529465150429167582565294651504291675825652946515042916758256529465150429167582565294651504291675825652946515042916758256529465150429167582565294651504291675825652946515042916758256529465150429167582565294651504291675825652946515042916758256529465150429167582565294651504291675825652946515042916758256529465150429167582565294651504291675825652946515042916758256529465" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 854ef3c8-64e9-4ccc-9b38-3d87c6f3b982, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4401eac7-6350-43e2-80cd-0c4de226e246, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c79a5046-aed2-4319-b9d3-f8d0eb4defb2, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c79a5046-aed2-4319-b9d3-f8d0eb4defb2, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10065338578552118663 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1006533857855211866310065338578552118663100653385785521186631006533857855211866310065338578552118663100653385785521186631006533857855211866310065338578552118663100653385785521186631006533857855211866310065338578552118663100653385785521186631006533857855211866310065338578552118663100653385785521186631006533857855211866310065338578552118663100653385785521186631006533857855211866310065338578552118663" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 16c685af-a6b1-4a1c-8521-3ec9d01cfb4e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 16c685af-a6b1-4a1c-8521-3ec9d01cfb4e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17819604262571449473 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1781960426257144947317819604262571449473178196042625714494731781960426257144947317819604262571449473178196042625714494731781960426257144947317819604262571449473178196042625714494731781960426257144947317819604262571449473178196042625714494731781960426257144947317819604262571449473178196042625714494731781960426257144947317819604262571449473178196042625714494731781960426257144947317819604262571449473" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c79a5046-aed2-4319-b9d3-f8d0eb4defb2, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6bdabe2d-f386-4f73-a2d0-779cab97d32b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6bdabe2d-f386-4f73-a2d0-779cab97d32b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1242437862442263251 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12424378624422632511242437862442263251124243786244226325112424378624422632511242437862442263251124243786244226325112424378624422632511242437862442263251124243786244226325112424378624422632511242437862442263251124243786244226325112424378624422632511242437862442263251124243786244226325112424378624422632511242437862442263251124243786244226325112424378624422632511242437862442263251" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 16c685af-a6b1-4a1c-8521-3ec9d01cfb4e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a4b850af-663a-48e6-bd03-bbc4215fc149, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a4b850af-663a-48e6-bd03-bbc4215fc149, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18053598165932771142 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1805359816593277114218053598165932771142180535981659327711421805359816593277114218053598165932771142180535981659327711421805359816593277114218053598165932771142180535981659327711421805359816593277114218053598165932771142180535981659327711421805359816593277114218053598165932771142180535981659327711421805359816593277114218053598165932771142180535981659327711421805359816593277114218053598165932771142" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6bdabe2d-f386-4f73-a2d0-779cab97d32b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0296ac9b-a9d5-420f-9466-4efd89a5c167, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0296ac9b-a9d5-420f-9466-4efd89a5c167, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17466845196440973496 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1746684519644097349617466845196440973496174668451964409734961746684519644097349617466845196440973496174668451964409734961746684519644097349617466845196440973496174668451964409734961746684519644097349617466845196440973496174668451964409734961746684519644097349617466845196440973496174668451964409734961746684519644097349617466845196440973496174668451964409734961746684519644097349617466845196440973496" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a4b850af-663a-48e6-bd03-bbc4215fc149, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c9f92e92-fe15-4be0-9f77-3c6fc066ec31, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c9f92e92-fe15-4be0-9f77-3c6fc066ec31, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3883281762475046098 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38832817624750460983883281762475046098388328176247504609838832817624750460983883281762475046098388328176247504609838832817624750460983883281762475046098388328176247504609838832817624750460983883281762475046098388328176247504609838832817624750460983883281762475046098388328176247504609838832817624750460983883281762475046098388328176247504609838832817624750460983883281762475046098" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0296ac9b-a9d5-420f-9466-4efd89a5c167, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c47c6d47-be61-40c4-ba12-37640f2b78cb, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c47c6d47-be61-40c4-ba12-37640f2b78cb, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11945232584188912041 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1194523258418891204111945232584188912041119452325841889120411194523258418891204111945232584188912041119452325841889120411194523258418891204111945232584188912041119452325841889120411194523258418891204111945232584188912041119452325841889120411194523258418891204111945232584188912041119452325841889120411194523258418891204111945232584188912041119452325841889120411194523258418891204111945232584188912041" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c9f92e92-fe15-4be0-9f77-3c6fc066ec31, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0881eb88-4243-4248-8300-aa67b91bbe11, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0881eb88-4243-4248-8300-aa67b91bbe11, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5164744912837591910 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51647449128375919105164744912837591910516474491283759191051647449128375919105164744912837591910516474491283759191051647449128375919105164744912837591910516474491283759191051647449128375919105164744912837591910516474491283759191051647449128375919105164744912837591910516474491283759191051647449128375919105164744912837591910516474491283759191051647449128375919105164744912837591910" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c47c6d47-be61-40c4-ba12-37640f2b78cb, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4fb53c5f-d14a-4ff5-a728-bbd32c5de658, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4fb53c5f-d14a-4ff5-a728-bbd32c5de658, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6000911554230260706 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60009115542302607066000911554230260706600091155423026070660009115542302607066000911554230260706600091155423026070660009115542302607066000911554230260706600091155423026070660009115542302607066000911554230260706600091155423026070660009115542302607066000911554230260706600091155423026070660009115542302607066000911554230260706600091155423026070660009115542302607066000911554230260706" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0881eb88-4243-4248-8300-aa67b91bbe11, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, de4adc7b-7172-4d2e-a096-3319d47b2d3e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, de4adc7b-7172-4d2e-a096-3319d47b2d3e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11724883502174075128 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1172488350217407512811724883502174075128117248835021740751281172488350217407512811724883502174075128117248835021740751281172488350217407512811724883502174075128117248835021740751281172488350217407512811724883502174075128117248835021740751281172488350217407512811724883502174075128117248835021740751281172488350217407512811724883502174075128117248835021740751281172488350217407512811724883502174075128" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4fb53c5f-d14a-4ff5-a728-bbd32c5de658, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 602230b7-e5e2-4a7a-9cd0-1fe6e8192e14, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 602230b7-e5e2-4a7a-9cd0-1fe6e8192e14, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4315230963674701449 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43152309636747014494315230963674701449431523096367470144943152309636747014494315230963674701449431523096367470144943152309636747014494315230963674701449431523096367470144943152309636747014494315230963674701449431523096367470144943152309636747014494315230963674701449431523096367470144943152309636747014494315230963674701449431523096367470144943152309636747014494315230963674701449" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, de4adc7b-7172-4d2e-a096-3319d47b2d3e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bb447f37-f707-484d-8925-bfab1433a00c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bb447f37-f707-484d-8925-bfab1433a00c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2039631721384906890 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20396317213849068902039631721384906890203963172138490689020396317213849068902039631721384906890203963172138490689020396317213849068902039631721384906890203963172138490689020396317213849068902039631721384906890203963172138490689020396317213849068902039631721384906890203963172138490689020396317213849068902039631721384906890203963172138490689020396317213849068902039631721384906890" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 602230b7-e5e2-4a7a-9cd0-1fe6e8192e14, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 934a33f2-5ae1-479a-b46e-f005fc51d3d4, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 934a33f2-5ae1-479a-b46e-f005fc51d3d4, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 844551616806722076 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "844551616806722076844551616806722076844551616806722076844551616806722076844551616806722076844551616806722076844551616806722076844551616806722076844551616806722076844551616806722076844551616806722076844551616806722076844551616806722076844551616806722076844551616806722076844551616806722076844551616806722076844551616806722076844551616806722076844551616806722076" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bb447f37-f707-484d-8925-bfab1433a00c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8db20e47-e51d-4aa3-9c16-1b2c027d6400, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8db20e47-e51d-4aa3-9c16-1b2c027d6400, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1326211966251447583 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13262119662514475831326211966251447583132621196625144758313262119662514475831326211966251447583132621196625144758313262119662514475831326211966251447583132621196625144758313262119662514475831326211966251447583132621196625144758313262119662514475831326211966251447583132621196625144758313262119662514475831326211966251447583132621196625144758313262119662514475831326211966251447583" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 934a33f2-5ae1-479a-b46e-f005fc51d3d4, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e677cc4f-4417-4bc1-98f3-fa3207e61821, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e677cc4f-4417-4bc1-98f3-fa3207e61821, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6126849247497480765 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61268492474974807656126849247497480765612684924749748076561268492474974807656126849247497480765612684924749748076561268492474974807656126849247497480765612684924749748076561268492474974807656126849247497480765612684924749748076561268492474974807656126849247497480765612684924749748076561268492474974807656126849247497480765612684924749748076561268492474974807656126849247497480765" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8db20e47-e51d-4aa3-9c16-1b2c027d6400, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 55541570-9faf-4268-a000-0ebf4b760f8a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 55541570-9faf-4268-a000-0ebf4b760f8a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15110339635767566621 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1511033963576756662115110339635767566621151103396357675666211511033963576756662115110339635767566621151103396357675666211511033963576756662115110339635767566621151103396357675666211511033963576756662115110339635767566621151103396357675666211511033963576756662115110339635767566621151103396357675666211511033963576756662115110339635767566621151103396357675666211511033963576756662115110339635767566621" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e677cc4f-4417-4bc1-98f3-fa3207e61821, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bd7314f4-ab82-4919-b441-834e57be9c1e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bd7314f4-ab82-4919-b441-834e57be9c1e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18426015231707377924 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1842601523170737792418426015231707377924184260152317073779241842601523170737792418426015231707377924184260152317073779241842601523170737792418426015231707377924184260152317073779241842601523170737792418426015231707377924184260152317073779241842601523170737792418426015231707377924184260152317073779241842601523170737792418426015231707377924184260152317073779241842601523170737792418426015231707377924" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 55541570-9faf-4268-a000-0ebf4b760f8a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bfe8f3c3-9fd1-4974-9397-93e64889ad2f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bfe8f3c3-9fd1-4974-9397-93e64889ad2f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5677483099190685184 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56774830991906851845677483099190685184567748309919068518456774830991906851845677483099190685184567748309919068518456774830991906851845677483099190685184567748309919068518456774830991906851845677483099190685184567748309919068518456774830991906851845677483099190685184567748309919068518456774830991906851845677483099190685184567748309919068518456774830991906851845677483099190685184" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bd7314f4-ab82-4919-b441-834e57be9c1e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b693eee8-7b58-460f-b5f9-e0e84534266f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b693eee8-7b58-460f-b5f9-e0e84534266f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7211230986413682179 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72112309864136821797211230986413682179721123098641368217972112309864136821797211230986413682179721123098641368217972112309864136821797211230986413682179721123098641368217972112309864136821797211230986413682179721123098641368217972112309864136821797211230986413682179721123098641368217972112309864136821797211230986413682179721123098641368217972112309864136821797211230986413682179" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bfe8f3c3-9fd1-4974-9397-93e64889ad2f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 739f0848-c5f5-4201-96c1-ba71e86666d9, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 739f0848-c5f5-4201-96c1-ba71e86666d9, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18257279236431382446 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1825727923643138244618257279236431382446182572792364313824461825727923643138244618257279236431382446182572792364313824461825727923643138244618257279236431382446182572792364313824461825727923643138244618257279236431382446182572792364313824461825727923643138244618257279236431382446182572792364313824461825727923643138244618257279236431382446182572792364313824461825727923643138244618257279236431382446" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b693eee8-7b58-460f-b5f9-e0e84534266f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 739f0848-c5f5-4201-96c1-ba71e86666d9, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e2f07ebb-c051-4098-b101-8abc4ea9030b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e2f07ebb-c051-4098-b101-8abc4ea9030b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15865695847461671697 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1586569584746167169715865695847461671697158656958474616716971586569584746167169715865695847461671697158656958474616716971586569584746167169715865695847461671697158656958474616716971586569584746167169715865695847461671697158656958474616716971586569584746167169715865695847461671697158656958474616716971586569584746167169715865695847461671697158656958474616716971586569584746167169715865695847461671697" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 176e61e7-9b99-40c8-924b-1ed8ed7a044f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 176e61e7-9b99-40c8-924b-1ed8ed7a044f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15519710953103084970 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1551971095310308497015519710953103084970155197109531030849701551971095310308497015519710953103084970155197109531030849701551971095310308497015519710953103084970155197109531030849701551971095310308497015519710953103084970155197109531030849701551971095310308497015519710953103084970155197109531030849701551971095310308497015519710953103084970155197109531030849701551971095310308497015519710953103084970" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e2f07ebb-c051-4098-b101-8abc4ea9030b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 176e61e7-9b99-40c8-924b-1ed8ed7a044f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2ad7c5b5-5c5a-4570-99d8-db593acfe8a1, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 485e1a07-11f2-4e83-a5e6-08ac095099db, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2ad7c5b5-5c5a-4570-99d8-db593acfe8a1, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10278930962271431631 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1027893096227143163110278930962271431631102789309622714316311027893096227143163110278930962271431631102789309622714316311027893096227143163110278930962271431631102789309622714316311027893096227143163110278930962271431631102789309622714316311027893096227143163110278930962271431631102789309622714316311027893096227143163110278930962271431631102789309622714316311027893096227143163110278930962271431631" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 485e1a07-11f2-4e83-a5e6-08ac095099db, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16403851499342143878 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1640385149934214387816403851499342143878164038514993421438781640385149934214387816403851499342143878164038514993421438781640385149934214387816403851499342143878164038514993421438781640385149934214387816403851499342143878164038514993421438781640385149934214387816403851499342143878164038514993421438781640385149934214387816403851499342143878164038514993421438781640385149934214387816403851499342143878" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2ad7c5b5-5c5a-4570-99d8-db593acfe8a1, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 26bfce30-fd3e-4947-90a4-5ecc146c56f9, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 485e1a07-11f2-4e83-a5e6-08ac095099db, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 26bfce30-fd3e-4947-90a4-5ecc146c56f9, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1572392413634451317 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15723924136344513171572392413634451317157239241363445131715723924136344513171572392413634451317157239241363445131715723924136344513171572392413634451317157239241363445131715723924136344513171572392413634451317157239241363445131715723924136344513171572392413634451317157239241363445131715723924136344513171572392413634451317157239241363445131715723924136344513171572392413634451317" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0d53c7b6-92d7-4a64-a458-75a22113e155, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0d53c7b6-92d7-4a64-a458-75a22113e155, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8559033200162546154 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85590332001625461548559033200162546154855903320016254615485590332001625461548559033200162546154855903320016254615485590332001625461548559033200162546154855903320016254615485590332001625461548559033200162546154855903320016254615485590332001625461548559033200162546154855903320016254615485590332001625461548559033200162546154855903320016254615485590332001625461548559033200162546154" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 26bfce30-fd3e-4947-90a4-5ecc146c56f9, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9ae2c61d-0c58-461d-bf03-fd5a7cda60a3, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9ae2c61d-0c58-461d-bf03-fd5a7cda60a3, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17767452225102360633 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1776745222510236063317767452225102360633177674522251023606331776745222510236063317767452225102360633177674522251023606331776745222510236063317767452225102360633177674522251023606331776745222510236063317767452225102360633177674522251023606331776745222510236063317767452225102360633177674522251023606331776745222510236063317767452225102360633177674522251023606331776745222510236063317767452225102360633" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0d53c7b6-92d7-4a64-a458-75a22113e155, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2177f549-e5f4-45d4-b1f6-60674c867fef, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2177f549-e5f4-45d4-b1f6-60674c867fef, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9437623227952970229 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94376232279529702299437623227952970229943762322795297022994376232279529702299437623227952970229943762322795297022994376232279529702299437623227952970229943762322795297022994376232279529702299437623227952970229943762322795297022994376232279529702299437623227952970229943762322795297022994376232279529702299437623227952970229943762322795297022994376232279529702299437623227952970229" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9ae2c61d-0c58-461d-bf03-fd5a7cda60a3, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 12aa2432-90e9-4aa4-94ec-9c9781644ee5, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 12aa2432-90e9-4aa4-94ec-9c9781644ee5, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14140726291963364359 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1414072629196336435914140726291963364359141407262919633643591414072629196336435914140726291963364359141407262919633643591414072629196336435914140726291963364359141407262919633643591414072629196336435914140726291963364359141407262919633643591414072629196336435914140726291963364359141407262919633643591414072629196336435914140726291963364359141407262919633643591414072629196336435914140726291963364359" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2177f549-e5f4-45d4-b1f6-60674c867fef, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 027f6ad0-755a-424a-93db-4a699b22606a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 027f6ad0-755a-424a-93db-4a699b22606a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13654917878027986306 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1365491787802798630613654917878027986306136549178780279863061365491787802798630613654917878027986306136549178780279863061365491787802798630613654917878027986306136549178780279863061365491787802798630613654917878027986306136549178780279863061365491787802798630613654917878027986306136549178780279863061365491787802798630613654917878027986306136549178780279863061365491787802798630613654917878027986306" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 12aa2432-90e9-4aa4-94ec-9c9781644ee5, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cfbdeac4-f064-4a27-abd0-0b98e9cb1fe9, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cfbdeac4-f064-4a27-abd0-0b98e9cb1fe9, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5547887754021617457 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55478877540216174575547887754021617457554788775402161745755478877540216174575547887754021617457554788775402161745755478877540216174575547887754021617457554788775402161745755478877540216174575547887754021617457554788775402161745755478877540216174575547887754021617457554788775402161745755478877540216174575547887754021617457554788775402161745755478877540216174575547887754021617457" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 027f6ad0-755a-424a-93db-4a699b22606a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cea039f4-7741-4ae9-b6fc-ea5c7924af5f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cea039f4-7741-4ae9-b6fc-ea5c7924af5f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10769135705849890906 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1076913570584989090610769135705849890906107691357058498909061076913570584989090610769135705849890906107691357058498909061076913570584989090610769135705849890906107691357058498909061076913570584989090610769135705849890906107691357058498909061076913570584989090610769135705849890906107691357058498909061076913570584989090610769135705849890906107691357058498909061076913570584989090610769135705849890906" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cfbdeac4-f064-4a27-abd0-0b98e9cb1fe9, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2a086ceb-00ba-49af-ac44-95d1269531cf, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2a086ceb-00ba-49af-ac44-95d1269531cf, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4576774538015129336 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45767745380151293364576774538015129336457677453801512933645767745380151293364576774538015129336457677453801512933645767745380151293364576774538015129336457677453801512933645767745380151293364576774538015129336457677453801512933645767745380151293364576774538015129336457677453801512933645767745380151293364576774538015129336457677453801512933645767745380151293364576774538015129336" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cea039f4-7741-4ae9-b6fc-ea5c7924af5f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2a086ceb-00ba-49af-ac44-95d1269531cf, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 795e9942-8421-49ba-b2d7-8e0497128dcd, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 795e9942-8421-49ba-b2d7-8e0497128dcd, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 145196833129605164 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "145196833129605164145196833129605164145196833129605164145196833129605164145196833129605164145196833129605164145196833129605164145196833129605164145196833129605164145196833129605164145196833129605164145196833129605164145196833129605164145196833129605164145196833129605164145196833129605164145196833129605164145196833129605164145196833129605164145196833129605164" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0591243f-86ba-4f1a-b117-e954e8a9931a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0591243f-86ba-4f1a-b117-e954e8a9931a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17673153565942855643 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1767315356594285564317673153565942855643176731535659428556431767315356594285564317673153565942855643176731535659428556431767315356594285564317673153565942855643176731535659428556431767315356594285564317673153565942855643176731535659428556431767315356594285564317673153565942855643176731535659428556431767315356594285564317673153565942855643176731535659428556431767315356594285564317673153565942855643" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 795e9942-8421-49ba-b2d7-8e0497128dcd, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d8f76999-e69a-42ef-9e06-bca890546054, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d8f76999-e69a-42ef-9e06-bca890546054, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 842851300705000285 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "842851300705000285842851300705000285842851300705000285842851300705000285842851300705000285842851300705000285842851300705000285842851300705000285842851300705000285842851300705000285842851300705000285842851300705000285842851300705000285842851300705000285842851300705000285842851300705000285842851300705000285842851300705000285842851300705000285842851300705000285" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0591243f-86ba-4f1a-b117-e954e8a9931a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b3ddb7f6-3b62-4537-87cb-8e796e328917, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b3ddb7f6-3b62-4537-87cb-8e796e328917, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14514748210380777235 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1451474821038077723514514748210380777235145147482103807772351451474821038077723514514748210380777235145147482103807772351451474821038077723514514748210380777235145147482103807772351451474821038077723514514748210380777235145147482103807772351451474821038077723514514748210380777235145147482103807772351451474821038077723514514748210380777235145147482103807772351451474821038077723514514748210380777235" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d8f76999-e69a-42ef-9e06-bca890546054, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 52b2a8c2-db07-4a4e-933f-727ab34faee1, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b3ddb7f6-3b62-4537-87cb-8e796e328917, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2334b3dd-652a-48d4-83f3-45eb544a034f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 52b2a8c2-db07-4a4e-933f-727ab34faee1, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8935489388743605393 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89354893887436053938935489388743605393893548938874360539389354893887436053938935489388743605393893548938874360539389354893887436053938935489388743605393893548938874360539389354893887436053938935489388743605393893548938874360539389354893887436053938935489388743605393893548938874360539389354893887436053938935489388743605393893548938874360539389354893887436053938935489388743605393" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2334b3dd-652a-48d4-83f3-45eb544a034f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13492197012478397852 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1349219701247839785213492197012478397852134921970124783978521349219701247839785213492197012478397852134921970124783978521349219701247839785213492197012478397852134921970124783978521349219701247839785213492197012478397852134921970124783978521349219701247839785213492197012478397852134921970124783978521349219701247839785213492197012478397852134921970124783978521349219701247839785213492197012478397852" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 52b2a8c2-db07-4a4e-933f-727ab34faee1, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2334b3dd-652a-48d4-83f3-45eb544a034f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2ab0f15c-03fc-440f-8b97-d6e1c5956e94, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2ab0f15c-03fc-440f-8b97-d6e1c5956e94, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16520620375233044427 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1652062037523304442716520620375233044427165206203752330444271652062037523304442716520620375233044427165206203752330444271652062037523304442716520620375233044427165206203752330444271652062037523304442716520620375233044427165206203752330444271652062037523304442716520620375233044427165206203752330444271652062037523304442716520620375233044427165206203752330444271652062037523304442716520620375233044427" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 506420b0-7a40-433b-8aa4-96d4b2a74234, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 506420b0-7a40-433b-8aa4-96d4b2a74234, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7791537647592770820 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77915376475927708207791537647592770820779153764759277082077915376475927708207791537647592770820779153764759277082077915376475927708207791537647592770820779153764759277082077915376475927708207791537647592770820779153764759277082077915376475927708207791537647592770820779153764759277082077915376475927708207791537647592770820779153764759277082077915376475927708207791537647592770820" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2ab0f15c-03fc-440f-8b97-d6e1c5956e94, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 29a7eefd-140f-4dd6-99ab-9208cddd8e9b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 29a7eefd-140f-4dd6-99ab-9208cddd8e9b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3038296054545254929 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30382960545452549293038296054545254929303829605454525492930382960545452549293038296054545254929303829605454525492930382960545452549293038296054545254929303829605454525492930382960545452549293038296054545254929303829605454525492930382960545452549293038296054545254929303829605454525492930382960545452549293038296054545254929303829605454525492930382960545452549293038296054545254929" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 506420b0-7a40-433b-8aa4-96d4b2a74234, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 23e07271-6061-4846-82fd-7159eb471237, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 29a7eefd-140f-4dd6-99ab-9208cddd8e9b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 23e07271-6061-4846-82fd-7159eb471237, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18413449461258487104 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1841344946125848710418413449461258487104184134494612584871041841344946125848710418413449461258487104184134494612584871041841344946125848710418413449461258487104184134494612584871041841344946125848710418413449461258487104184134494612584871041841344946125848710418413449461258487104184134494612584871041841344946125848710418413449461258487104184134494612584871041841344946125848710418413449461258487104" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 80f74d2a-392a-4ef3-ac48-88e3d92649d8, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 80f74d2a-392a-4ef3-ac48-88e3d92649d8, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1414869754110531292 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14148697541105312921414869754110531292141486975411053129214148697541105312921414869754110531292141486975411053129214148697541105312921414869754110531292141486975411053129214148697541105312921414869754110531292141486975411053129214148697541105312921414869754110531292141486975411053129214148697541105312921414869754110531292141486975411053129214148697541105312921414869754110531292" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 23e07271-6061-4846-82fd-7159eb471237, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e6449eb6-efb7-4773-8973-2e7809541d0a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e6449eb6-efb7-4773-8973-2e7809541d0a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9885931623540615006 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98859316235406150069885931623540615006988593162354061500698859316235406150069885931623540615006988593162354061500698859316235406150069885931623540615006988593162354061500698859316235406150069885931623540615006988593162354061500698859316235406150069885931623540615006988593162354061500698859316235406150069885931623540615006988593162354061500698859316235406150069885931623540615006" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 80f74d2a-392a-4ef3-ac48-88e3d92649d8, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e64211b0-2a92-44a4-bf1e-a72617d24f38, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e6449eb6-efb7-4773-8973-2e7809541d0a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e64211b0-2a92-44a4-bf1e-a72617d24f38, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4492103410757027318 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44921034107570273184492103410757027318449210341075702731844921034107570273184492103410757027318449210341075702731844921034107570273184492103410757027318449210341075702731844921034107570273184492103410757027318449210341075702731844921034107570273184492103410757027318449210341075702731844921034107570273184492103410757027318449210341075702731844921034107570273184492103410757027318" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a619f791-a1e3-4f5c-9b26-a476727c8853, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a619f791-a1e3-4f5c-9b26-a476727c8853, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13014416411352699829 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1301441641135269982913014416411352699829130144164113526998291301441641135269982913014416411352699829130144164113526998291301441641135269982913014416411352699829130144164113526998291301441641135269982913014416411352699829130144164113526998291301441641135269982913014416411352699829130144164113526998291301441641135269982913014416411352699829130144164113526998291301441641135269982913014416411352699829" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e64211b0-2a92-44a4-bf1e-a72617d24f38, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 06a2a86a-46ab-4fc7-8d3c-3198b093b156, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 06a2a86a-46ab-4fc7-8d3c-3198b093b156, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17844261940223506330 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1784426194022350633017844261940223506330178442619402235063301784426194022350633017844261940223506330178442619402235063301784426194022350633017844261940223506330178442619402235063301784426194022350633017844261940223506330178442619402235063301784426194022350633017844261940223506330178442619402235063301784426194022350633017844261940223506330178442619402235063301784426194022350633017844261940223506330" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a619f791-a1e3-4f5c-9b26-a476727c8853, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 37f55c6c-e0b9-4d31-b19b-61c16a639d10, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 37f55c6c-e0b9-4d31-b19b-61c16a639d10, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11676810305360219340 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1167681030536021934011676810305360219340116768103053602193401167681030536021934011676810305360219340116768103053602193401167681030536021934011676810305360219340116768103053602193401167681030536021934011676810305360219340116768103053602193401167681030536021934011676810305360219340116768103053602193401167681030536021934011676810305360219340116768103053602193401167681030536021934011676810305360219340" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 06a2a86a-46ab-4fc7-8d3c-3198b093b156, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 37f55c6c-e0b9-4d31-b19b-61c16a639d10, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c49047aa-970d-44f7-8f84-bf357bb01588, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c49047aa-970d-44f7-8f84-bf357bb01588, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9385669711104032342 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93856697111040323429385669711104032342938566971110403234293856697111040323429385669711104032342938566971110403234293856697111040323429385669711104032342938566971110403234293856697111040323429385669711104032342938566971110403234293856697111040323429385669711104032342938566971110403234293856697111040323429385669711104032342938566971110403234293856697111040323429385669711104032342" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c4f1b992-fd66-4ea2-a297-b92de0e06d89, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c4f1b992-fd66-4ea2-a297-b92de0e06d89, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 600947798959170982 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "600947798959170982600947798959170982600947798959170982600947798959170982600947798959170982600947798959170982600947798959170982600947798959170982600947798959170982600947798959170982600947798959170982600947798959170982600947798959170982600947798959170982600947798959170982600947798959170982600947798959170982600947798959170982600947798959170982600947798959170982" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c49047aa-970d-44f7-8f84-bf357bb01588, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f65fb24d-9357-4c7e-9e97-f202581bc7c0, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f65fb24d-9357-4c7e-9e97-f202581bc7c0, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7540312588981255750 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75403125889812557507540312588981255750754031258898125575075403125889812557507540312588981255750754031258898125575075403125889812557507540312588981255750754031258898125575075403125889812557507540312588981255750754031258898125575075403125889812557507540312588981255750754031258898125575075403125889812557507540312588981255750754031258898125575075403125889812557507540312588981255750" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c4f1b992-fd66-4ea2-a297-b92de0e06d89, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dba0e601-8aba-435b-b71c-405540e8bfc1, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dba0e601-8aba-435b-b71c-405540e8bfc1, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3576110865320295571 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35761108653202955713576110865320295571357611086532029557135761108653202955713576110865320295571357611086532029557135761108653202955713576110865320295571357611086532029557135761108653202955713576110865320295571357611086532029557135761108653202955713576110865320295571357611086532029557135761108653202955713576110865320295571357611086532029557135761108653202955713576110865320295571" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f65fb24d-9357-4c7e-9e97-f202581bc7c0, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 80807778-d461-40f4-b012-a33b54c71fb8, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 80807778-d461-40f4-b012-a33b54c71fb8, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6037465373439257601 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60374653734392576016037465373439257601603746537343925760160374653734392576016037465373439257601603746537343925760160374653734392576016037465373439257601603746537343925760160374653734392576016037465373439257601603746537343925760160374653734392576016037465373439257601603746537343925760160374653734392576016037465373439257601603746537343925760160374653734392576016037465373439257601" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dba0e601-8aba-435b-b71c-405540e8bfc1, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 07767f8e-e3d8-437d-8261-d6b39546d51e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 07767f8e-e3d8-437d-8261-d6b39546d51e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10339942872818923272 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1033994287281892327210339942872818923272103399428728189232721033994287281892327210339942872818923272103399428728189232721033994287281892327210339942872818923272103399428728189232721033994287281892327210339942872818923272103399428728189232721033994287281892327210339942872818923272103399428728189232721033994287281892327210339942872818923272103399428728189232721033994287281892327210339942872818923272" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 80807778-d461-40f4-b012-a33b54c71fb8, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1db6971e-9f4f-4def-9210-8fb6fb0c8578, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1db6971e-9f4f-4def-9210-8fb6fb0c8578, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10278458153018929219 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1027845815301892921910278458153018929219102784581530189292191027845815301892921910278458153018929219102784581530189292191027845815301892921910278458153018929219102784581530189292191027845815301892921910278458153018929219102784581530189292191027845815301892921910278458153018929219102784581530189292191027845815301892921910278458153018929219102784581530189292191027845815301892921910278458153018929219" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 07767f8e-e3d8-437d-8261-d6b39546d51e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d9d0fa4e-0f06-43c8-9a33-766a06f9ace1, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d9d0fa4e-0f06-43c8-9a33-766a06f9ace1, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14955688880397978883 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1495568888039797888314955688880397978883149556888803979788831495568888039797888314955688880397978883149556888803979788831495568888039797888314955688880397978883149556888803979788831495568888039797888314955688880397978883149556888803979788831495568888039797888314955688880397978883149556888803979788831495568888039797888314955688880397978883149556888803979788831495568888039797888314955688880397978883" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1db6971e-9f4f-4def-9210-8fb6fb0c8578, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4e9aec5b-8e57-4af7-8b47-7cb8226b2c09, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4e9aec5b-8e57-4af7-8b47-7cb8226b2c09, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3228176263705008612 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32281762637050086123228176263705008612322817626370500861232281762637050086123228176263705008612322817626370500861232281762637050086123228176263705008612322817626370500861232281762637050086123228176263705008612322817626370500861232281762637050086123228176263705008612322817626370500861232281762637050086123228176263705008612322817626370500861232281762637050086123228176263705008612" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4e9aec5b-8e57-4af7-8b47-7cb8226b2c09, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0f12b179-643e-4247-b0dc-fc48cef22619, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0f12b179-643e-4247-b0dc-fc48cef22619, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14373919042211982898 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1437391904221198289814373919042211982898143739190422119828981437391904221198289814373919042211982898143739190422119828981437391904221198289814373919042211982898143739190422119828981437391904221198289814373919042211982898143739190422119828981437391904221198289814373919042211982898143739190422119828981437391904221198289814373919042211982898143739190422119828981437391904221198289814373919042211982898" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d9d0fa4e-0f06-43c8-9a33-766a06f9ace1, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c433078b-0e80-4c13-91cf-02dbf15c1224, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c433078b-0e80-4c13-91cf-02dbf15c1224, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15970679723623606814 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1597067972362360681415970679723623606814159706797236236068141597067972362360681415970679723623606814159706797236236068141597067972362360681415970679723623606814159706797236236068141597067972362360681415970679723623606814159706797236236068141597067972362360681415970679723623606814159706797236236068141597067972362360681415970679723623606814159706797236236068141597067972362360681415970679723623606814" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0f12b179-643e-4247-b0dc-fc48cef22619, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d3fea21c-ad18-4a45-b822-adb17982ca37, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d3fea21c-ad18-4a45-b822-adb17982ca37, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4285198109489252171 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42851981094892521714285198109489252171428519810948925217142851981094892521714285198109489252171428519810948925217142851981094892521714285198109489252171428519810948925217142851981094892521714285198109489252171428519810948925217142851981094892521714285198109489252171428519810948925217142851981094892521714285198109489252171428519810948925217142851981094892521714285198109489252171" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c433078b-0e80-4c13-91cf-02dbf15c1224, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f8e3cc3c-ea3a-40c4-8de3-0a7d6118425f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f8e3cc3c-ea3a-40c4-8de3-0a7d6118425f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5112288314113162896 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51122883141131628965112288314113162896511228831411316289651122883141131628965112288314113162896511228831411316289651122883141131628965112288314113162896511228831411316289651122883141131628965112288314113162896511228831411316289651122883141131628965112288314113162896511228831411316289651122883141131628965112288314113162896511228831411316289651122883141131628965112288314113162896" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d3fea21c-ad18-4a45-b822-adb17982ca37, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 81ee3f44-8812-482a-b646-724b06aebe01, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 81ee3f44-8812-482a-b646-724b06aebe01, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3178661655931498884 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31786616559314988843178661655931498884317866165593149888431786616559314988843178661655931498884317866165593149888431786616559314988843178661655931498884317866165593149888431786616559314988843178661655931498884317866165593149888431786616559314988843178661655931498884317866165593149888431786616559314988843178661655931498884317866165593149888431786616559314988843178661655931498884" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f8e3cc3c-ea3a-40c4-8de3-0a7d6118425f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 15d1876c-c3cd-4e9e-a310-70a5bb5a5673, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 15d1876c-c3cd-4e9e-a310-70a5bb5a5673, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14758817021005091803 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1475881702100509180314758817021005091803147588170210050918031475881702100509180314758817021005091803147588170210050918031475881702100509180314758817021005091803147588170210050918031475881702100509180314758817021005091803147588170210050918031475881702100509180314758817021005091803147588170210050918031475881702100509180314758817021005091803147588170210050918031475881702100509180314758817021005091803" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 81ee3f44-8812-482a-b646-724b06aebe01, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fa32120b-63fc-4197-8e6e-a460bc7950e9, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fa32120b-63fc-4197-8e6e-a460bc7950e9, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4276024750603415712 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42760247506034157124276024750603415712427602475060341571242760247506034157124276024750603415712427602475060341571242760247506034157124276024750603415712427602475060341571242760247506034157124276024750603415712427602475060341571242760247506034157124276024750603415712427602475060341571242760247506034157124276024750603415712427602475060341571242760247506034157124276024750603415712" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 15d1876c-c3cd-4e9e-a310-70a5bb5a5673, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f3ed8e22-2f14-4ffa-850b-5f7888adbc02, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f3ed8e22-2f14-4ffa-850b-5f7888adbc02, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9176388762074697980 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91763887620746979809176388762074697980917638876207469798091763887620746979809176388762074697980917638876207469798091763887620746979809176388762074697980917638876207469798091763887620746979809176388762074697980917638876207469798091763887620746979809176388762074697980917638876207469798091763887620746979809176388762074697980917638876207469798091763887620746979809176388762074697980" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fa32120b-63fc-4197-8e6e-a460bc7950e9, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 09f2bcd2-ede5-402a-9dac-3d3892436a02, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 09f2bcd2-ede5-402a-9dac-3d3892436a02, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1418856894319531252 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14188568943195312521418856894319531252141885689431953125214188568943195312521418856894319531252141885689431953125214188568943195312521418856894319531252141885689431953125214188568943195312521418856894319531252141885689431953125214188568943195312521418856894319531252141885689431953125214188568943195312521418856894319531252141885689431953125214188568943195312521418856894319531252" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f3ed8e22-2f14-4ffa-850b-5f7888adbc02, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 26ee7c37-8c75-4eaa-a0d2-b8fd99d21ed5, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 26ee7c37-8c75-4eaa-a0d2-b8fd99d21ed5, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13948133837598983255 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1394813383759898325513948133837598983255139481338375989832551394813383759898325513948133837598983255139481338375989832551394813383759898325513948133837598983255139481338375989832551394813383759898325513948133837598983255139481338375989832551394813383759898325513948133837598983255139481338375989832551394813383759898325513948133837598983255139481338375989832551394813383759898325513948133837598983255" } } } 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:421 RpcState(ListEndpoints, 6991c843-ac35-4588-9e6d-eeafc42f14a7, localhost:1800): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 6991c843-ac35-4588-9e6d-eeafc42f14a7, localhost:1800): request = { database: "/Root/test_simple_encryption_0" }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 09f2bcd2-ede5-402a-9dac-3d3892436a02, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c6338146-7328-4fc8-ba82-c5f68d8b298c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c6338146-7328-4fc8-ba82-c5f68d8b298c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9512836969916604320 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95128369699166043209512836969916604320951283696991660432095128369699166043209512836969916604320951283696991660432095128369699166043209512836969916604320951283696991660432095128369699166043209512836969916604320951283696991660432095128369699166043209512836969916604320951283696991660432095128369699166043209512836969916604320951283696991660432095128369699166043209512836969916604320" } } } 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, 6991c843-ac35-4588-9e6d-eeafc42f14a7, localhost:1800): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-l3j5z36jj4.auto.internal" port: 11501 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-l3j5z36jj4.auto.internal" port: 21593 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-l3j5z36jj4.auto.internal:21593, location , ssl: False>, <Endpoint ghrun-l3j5z36jj4.auto.internal:11501, location , ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:1800
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 26ee7c37-8c75-4eaa-a0d2-b8fd99d21ed5, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bab29c10-c73c-4eab-9e9e-9225b04b9136, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bab29c10-c73c-4eab-9e9e-9225b04b9136, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16582103905661577572 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1658210390566157757216582103905661577572165821039056615775721658210390566157757216582103905661577572165821039056615775721658210390566157757216582103905661577572165821039056615775721658210390566157757216582103905661577572165821039056615775721658210390566157757216582103905661577572165821039056615775721658210390566157757216582103905661577572165821039056615775721658210390566157757216582103905661577572" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c6338146-7328-4fc8-ba82-c5f68d8b298c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0cb6a1ec-7de7-4cfd-80a7-dd503f43ac9d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0cb6a1ec-7de7-4cfd-80a7-dd503f43ac9d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6622609003842804912 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66226090038428049126622609003842804912662260900384280491266226090038428049126622609003842804912662260900384280491266226090038428049126622609003842804912662260900384280491266226090038428049126622609003842804912662260900384280491266226090038428049126622609003842804912662260900384280491266226090038428049126622609003842804912662260900384280491266226090038428049126622609003842804912" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bab29c10-c73c-4eab-9e9e-9225b04b9136, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8a48fe82-0e7f-4369-ba33-0643e48e10bb, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8a48fe82-0e7f-4369-ba33-0643e48e10bb, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14616042944928168852 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1461604294492816885214616042944928168852146160429449281688521461604294492816885214616042944928168852146160429449281688521461604294492816885214616042944928168852146160429449281688521461604294492816885214616042944928168852146160429449281688521461604294492816885214616042944928168852146160429449281688521461604294492816885214616042944928168852146160429449281688521461604294492816885214616042944928168852" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0cb6a1ec-7de7-4cfd-80a7-dd503f43ac9d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ce1c21d8-a45e-4153-b020-c0e4217762d4, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ce1c21d8-a45e-4153-b020-c0e4217762d4, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14178669194821248003 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1417866919482124800314178669194821248003141786691948212480031417866919482124800314178669194821248003141786691948212480031417866919482124800314178669194821248003141786691948212480031417866919482124800314178669194821248003141786691948212480031417866919482124800314178669194821248003141786691948212480031417866919482124800314178669194821248003141786691948212480031417866919482124800314178669194821248003" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ce1c21d8-a45e-4153-b020-c0e4217762d4, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2f3f416c-d0d2-4e6f-9702-67e584d15c19, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2f3f416c-d0d2-4e6f-9702-67e584d15c19, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11826718854533868343 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1182671885453386834311826718854533868343118267188545338683431182671885453386834311826718854533868343118267188545338683431182671885453386834311826718854533868343118267188545338683431182671885453386834311826718854533868343118267188545338683431182671885453386834311826718854533868343118267188545338683431182671885453386834311826718854533868343118267188545338683431182671885453386834311826718854533868343" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8a48fe82-0e7f-4369-ba33-0643e48e10bb, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, efd4ac4e-3be8-41cc-840d-3a22935c39bb, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, efd4ac4e-3be8-41cc-840d-3a22935c39bb, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12620430465927667282 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1262043046592766728212620430465927667282126204304659276672821262043046592766728212620430465927667282126204304659276672821262043046592766728212620430465927667282126204304659276672821262043046592766728212620430465927667282126204304659276672821262043046592766728212620430465927667282126204304659276672821262043046592766728212620430465927667282126204304659276672821262043046592766728212620430465927667282" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2f3f416c-d0d2-4e6f-9702-67e584d15c19, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 647969df-0042-408f-8bbe-6e0f1a718859, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 647969df-0042-408f-8bbe-6e0f1a718859, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6957137791860487057 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69571377918604870576957137791860487057695713779186048705769571377918604870576957137791860487057695713779186048705769571377918604870576957137791860487057695713779186048705769571377918604870576957137791860487057695713779186048705769571377918604870576957137791860487057695713779186048705769571377918604870576957137791860487057695713779186048705769571377918604870576957137791860487057" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, efd4ac4e-3be8-41cc-840d-3a22935c39bb, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 647969df-0042-408f-8bbe-6e0f1a718859, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6cd5560c-9ee1-4ed8-bca1-554bad99c315, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6cd5560c-9ee1-4ed8-bca1-554bad99c315, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17780596220835869954 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1778059622083586995417780596220835869954177805962208358699541778059622083586995417780596220835869954177805962208358699541778059622083586995417780596220835869954177805962208358699541778059622083586995417780596220835869954177805962208358699541778059622083586995417780596220835869954177805962208358699541778059622083586995417780596220835869954177805962208358699541778059622083586995417780596220835869954" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c29a4c3a-f69f-4f29-8f89-6a1bb595fa65, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c29a4c3a-f69f-4f29-8f89-6a1bb595fa65, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13860027873292467427 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1386002787329246742713860027873292467427138600278732924674271386002787329246742713860027873292467427138600278732924674271386002787329246742713860027873292467427138600278732924674271386002787329246742713860027873292467427138600278732924674271386002787329246742713860027873292467427138600278732924674271386002787329246742713860027873292467427138600278732924674271386002787329246742713860027873292467427" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6cd5560c-9ee1-4ed8-bca1-554bad99c315, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c48053c5-e43c-438c-91f0-9a590e5f54f2, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c48053c5-e43c-438c-91f0-9a590e5f54f2, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8878938705252313873 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88789387052523138738878938705252313873887893870525231387388789387052523138738878938705252313873887893870525231387388789387052523138738878938705252313873887893870525231387388789387052523138738878938705252313873887893870525231387388789387052523138738878938705252313873887893870525231387388789387052523138738878938705252313873887893870525231387388789387052523138738878938705252313873" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c29a4c3a-f69f-4f29-8f89-6a1bb595fa65, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d74180a9-028a-4486-853f-161471d1c068, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c48053c5-e43c-438c-91f0-9a590e5f54f2, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 476d0cc5-66f6-41f2-b2b5-ff01de77e897, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 476d0cc5-66f6-41f2-b2b5-ff01de77e897, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4925958436104584460 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49259584361045844604925958436104584460492595843610458446049259584361045844604925958436104584460492595843610458446049259584361045844604925958436104584460492595843610458446049259584361045844604925958436104584460492595843610458446049259584361045844604925958436104584460492595843610458446049259584361045844604925958436104584460492595843610458446049259584361045844604925958436104584460" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d74180a9-028a-4486-853f-161471d1c068, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13067292889893160262 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1306729288989316026213067292889893160262130672928898931602621306729288989316026213067292889893160262130672928898931602621306729288989316026213067292889893160262130672928898931602621306729288989316026213067292889893160262130672928898931602621306729288989316026213067292889893160262130672928898931602621306729288989316026213067292889893160262130672928898931602621306729288989316026213067292889893160262" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 476d0cc5-66f6-41f2-b2b5-ff01de77e897, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f34c2edc-1cf7-475f-9912-a4581b5be053, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f34c2edc-1cf7-475f-9912-a4581b5be053, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 904492940572249562 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "904492940572249562904492940572249562904492940572249562904492940572249562904492940572249562904492940572249562904492940572249562904492940572249562904492940572249562904492940572249562904492940572249562904492940572249562904492940572249562904492940572249562904492940572249562904492940572249562904492940572249562904492940572249562904492940572249562904492940572249562" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d74180a9-028a-4486-853f-161471d1c068, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2fa94fe0-14a9-43d5-b8be-af01e04455bf, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2fa94fe0-14a9-43d5-b8be-af01e04455bf, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4059981245941918293 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40599812459419182934059981245941918293405998124594191829340599812459419182934059981245941918293405998124594191829340599812459419182934059981245941918293405998124594191829340599812459419182934059981245941918293405998124594191829340599812459419182934059981245941918293405998124594191829340599812459419182934059981245941918293405998124594191829340599812459419182934059981245941918293" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f34c2edc-1cf7-475f-9912-a4581b5be053, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fe359334-2dc4-4c08-956d-3d573d9fe9a0, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fe359334-2dc4-4c08-956d-3d573d9fe9a0, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7434302500937635380 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74343025009376353807434302500937635380743430250093763538074343025009376353807434302500937635380743430250093763538074343025009376353807434302500937635380743430250093763538074343025009376353807434302500937635380743430250093763538074343025009376353807434302500937635380743430250093763538074343025009376353807434302500937635380743430250093763538074343025009376353807434302500937635380" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2fa94fe0-14a9-43d5-b8be-af01e04455bf, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a9c32a3f-3062-48f5-95eb-93cc835062b1, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a9c32a3f-3062-48f5-95eb-93cc835062b1, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17618139088049735861 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1761813908804973586117618139088049735861176181390880497358611761813908804973586117618139088049735861176181390880497358611761813908804973586117618139088049735861176181390880497358611761813908804973586117618139088049735861176181390880497358611761813908804973586117618139088049735861176181390880497358611761813908804973586117618139088049735861176181390880497358611761813908804973586117618139088049735861" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a9c32a3f-3062-48f5-95eb-93cc835062b1, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fe359334-2dc4-4c08-956d-3d573d9fe9a0, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 49afe42c-bba8-4554-85d6-b8d36f11efbb, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 04235bcc-4bb7-4a30-81d1-44dbf6b91529, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 49afe42c-bba8-4554-85d6-b8d36f11efbb, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7753298466973076969 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77532984669730769697753298466973076969775329846697307696977532984669730769697753298466973076969775329846697307696977532984669730769697753298466973076969775329846697307696977532984669730769697753298466973076969775329846697307696977532984669730769697753298466973076969775329846697307696977532984669730769697753298466973076969775329846697307696977532984669730769697753298466973076969" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 04235bcc-4bb7-4a30-81d1-44dbf6b91529, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 497346598432433057 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "497346598432433057497346598432433057497346598432433057497346598432433057497346598432433057497346598432433057497346598432433057497346598432433057497346598432433057497346598432433057497346598432433057497346598432433057497346598432433057497346598432433057497346598432433057497346598432433057497346598432433057497346598432433057497346598432433057497346598432433057" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 49afe42c-bba8-4554-85d6-b8d36f11efbb, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1e5da786-3c3e-4a8b-9689-6046d7bf88f6, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1e5da786-3c3e-4a8b-9689-6046d7bf88f6, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8167707966520821332 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81677079665208213328167707966520821332816770796652082133281677079665208213328167707966520821332816770796652082133281677079665208213328167707966520821332816770796652082133281677079665208213328167707966520821332816770796652082133281677079665208213328167707966520821332816770796652082133281677079665208213328167707966520821332816770796652082133281677079665208213328167707966520821332" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 04235bcc-4bb7-4a30-81d1-44dbf6b91529, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e4030901-4126-4a63-91a9-e12362c29ca5, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e4030901-4126-4a63-91a9-e12362c29ca5, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17161011086901712544 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1716101108690171254417161011086901712544171610110869017125441716101108690171254417161011086901712544171610110869017125441716101108690171254417161011086901712544171610110869017125441716101108690171254417161011086901712544171610110869017125441716101108690171254417161011086901712544171610110869017125441716101108690171254417161011086901712544171610110869017125441716101108690171254417161011086901712544" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1e5da786-3c3e-4a8b-9689-6046d7bf88f6, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8b38a6f3-bfa7-4632-90f0-c5e045980d35, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e4030901-4126-4a63-91a9-e12362c29ca5, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1b681ef9-071f-47e4-b359-fdd3660a5d49, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1b681ef9-071f-47e4-b359-fdd3660a5d49, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 123384711066264758 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "123384711066264758123384711066264758123384711066264758123384711066264758123384711066264758123384711066264758123384711066264758123384711066264758123384711066264758123384711066264758123384711066264758123384711066264758123384711066264758123384711066264758123384711066264758123384711066264758123384711066264758123384711066264758123384711066264758123384711066264758" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8b38a6f3-bfa7-4632-90f0-c5e045980d35, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8595354457375381773 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85953544573753817738595354457375381773859535445737538177385953544573753817738595354457375381773859535445737538177385953544573753817738595354457375381773859535445737538177385953544573753817738595354457375381773859535445737538177385953544573753817738595354457375381773859535445737538177385953544573753817738595354457375381773859535445737538177385953544573753817738595354457375381773" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1b681ef9-071f-47e4-b359-fdd3660a5d49, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1fe84f64-193f-4ea9-8e20-d3163fb294cd, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1fe84f64-193f-4ea9-8e20-d3163fb294cd, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17752169883923945670 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1775216988392394567017752169883923945670177521698839239456701775216988392394567017752169883923945670177521698839239456701775216988392394567017752169883923945670177521698839239456701775216988392394567017752169883923945670177521698839239456701775216988392394567017752169883923945670177521698839239456701775216988392394567017752169883923945670177521698839239456701775216988392394567017752169883923945670" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8b38a6f3-bfa7-4632-90f0-c5e045980d35, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6373e5e9-0ddb-4607-a72f-b6201a7feca9, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6373e5e9-0ddb-4607-a72f-b6201a7feca9, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16442726346344465631 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1644272634634446563116442726346344465631164427263463444656311644272634634446563116442726346344465631164427263463444656311644272634634446563116442726346344465631164427263463444656311644272634634446563116442726346344465631164427263463444656311644272634634446563116442726346344465631164427263463444656311644272634634446563116442726346344465631164427263463444656311644272634634446563116442726346344465631" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1fe84f64-193f-4ea9-8e20-d3163fb294cd, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7118c64a-8233-4ec7-a867-a5d2939d3413, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7118c64a-8233-4ec7-a867-a5d2939d3413, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12289882197083759538 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1228988219708375953812289882197083759538122898821970837595381228988219708375953812289882197083759538122898821970837595381228988219708375953812289882197083759538122898821970837595381228988219708375953812289882197083759538122898821970837595381228988219708375953812289882197083759538122898821970837595381228988219708375953812289882197083759538122898821970837595381228988219708375953812289882197083759538" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6373e5e9-0ddb-4607-a72f-b6201a7feca9, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 21179bf2-33aa-4f90-a6d6-780e1e513d52, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 21179bf2-33aa-4f90-a6d6-780e1e513d52, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13529518000181845380 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1352951800018184538013529518000181845380135295180001818453801352951800018184538013529518000181845380135295180001818453801352951800018184538013529518000181845380135295180001818453801352951800018184538013529518000181845380135295180001818453801352951800018184538013529518000181845380135295180001818453801352951800018184538013529518000181845380135295180001818453801352951800018184538013529518000181845380" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7118c64a-8233-4ec7-a867-a5d2939d3413, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b499eb35-3ace-4d98-ba73-18e78fef9cd8, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b499eb35-3ace-4d98-ba73-18e78fef9cd8, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2711744374703200990 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27117443747032009902711744374703200990271174437470320099027117443747032009902711744374703200990271174437470320099027117443747032009902711744374703200990271174437470320099027117443747032009902711744374703200990271174437470320099027117443747032009902711744374703200990271174437470320099027117443747032009902711744374703200990271174437470320099027117443747032009902711744374703200990" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 21179bf2-33aa-4f90-a6d6-780e1e513d52, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bd24ac41-b0ff-4583-90f0-147989d17095, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bd24ac41-b0ff-4583-90f0-147989d17095, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 723419251849408399 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "723419251849408399723419251849408399723419251849408399723419251849408399723419251849408399723419251849408399723419251849408399723419251849408399723419251849408399723419251849408399723419251849408399723419251849408399723419251849408399723419251849408399723419251849408399723419251849408399723419251849408399723419251849408399723419251849408399723419251849408399" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b499eb35-3ace-4d98-ba73-18e78fef9cd8, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f01993a1-e5cc-42d6-a48c-ee8fc5713d1d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f01993a1-e5cc-42d6-a48c-ee8fc5713d1d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1215179265841399041 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12151792658413990411215179265841399041121517926584139904112151792658413990411215179265841399041121517926584139904112151792658413990411215179265841399041121517926584139904112151792658413990411215179265841399041121517926584139904112151792658413990411215179265841399041121517926584139904112151792658413990411215179265841399041121517926584139904112151792658413990411215179265841399041" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bd24ac41-b0ff-4583-90f0-147989d17095, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cd4f3324-b614-4b7a-8ccb-787a8144d15a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cd4f3324-b614-4b7a-8ccb-787a8144d15a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1758128785359268208 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17581287853592682081758128785359268208175812878535926820817581287853592682081758128785359268208175812878535926820817581287853592682081758128785359268208175812878535926820817581287853592682081758128785359268208175812878535926820817581287853592682081758128785359268208175812878535926820817581287853592682081758128785359268208175812878535926820817581287853592682081758128785359268208" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f01993a1-e5cc-42d6-a48c-ee8fc5713d1d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a06f0b69-904d-4032-8327-39fb78b3f032, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a06f0b69-904d-4032-8327-39fb78b3f032, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 379248540016758039 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "379248540016758039379248540016758039379248540016758039379248540016758039379248540016758039379248540016758039379248540016758039379248540016758039379248540016758039379248540016758039379248540016758039379248540016758039379248540016758039379248540016758039379248540016758039379248540016758039379248540016758039379248540016758039379248540016758039379248540016758039" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cd4f3324-b614-4b7a-8ccb-787a8144d15a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2284da39-df6b-4000-9a0c-e29e101937cb, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2284da39-df6b-4000-9a0c-e29e101937cb, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4283741575830874915 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42837415758308749154283741575830874915428374157583087491542837415758308749154283741575830874915428374157583087491542837415758308749154283741575830874915428374157583087491542837415758308749154283741575830874915428374157583087491542837415758308749154283741575830874915428374157583087491542837415758308749154283741575830874915428374157583087491542837415758308749154283741575830874915" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a06f0b69-904d-4032-8327-39fb78b3f032, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7cc6c657-918a-480e-a7bb-ce5a5af6834f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7cc6c657-918a-480e-a7bb-ce5a5af6834f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10898074866654213601 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1089807486665421360110898074866654213601108980748666542136011089807486665421360110898074866654213601108980748666542136011089807486665421360110898074866654213601108980748666542136011089807486665421360110898074866654213601108980748666542136011089807486665421360110898074866654213601108980748666542136011089807486665421360110898074866654213601108980748666542136011089807486665421360110898074866654213601" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2284da39-df6b-4000-9a0c-e29e101937cb, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 46d7b1ca-fb78-4a71-9fd5-6dcf2e91c51c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 46d7b1ca-fb78-4a71-9fd5-6dcf2e91c51c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11574095966201514011 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1157409596620151401111574095966201514011115740959662015140111157409596620151401111574095966201514011115740959662015140111157409596620151401111574095966201514011115740959662015140111157409596620151401111574095966201514011115740959662015140111157409596620151401111574095966201514011115740959662015140111157409596620151401111574095966201514011115740959662015140111157409596620151401111574095966201514011" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7cc6c657-918a-480e-a7bb-ce5a5af6834f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5934b69b-de7c-442e-8f1e-772d2b7c8800, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5934b69b-de7c-442e-8f1e-772d2b7c8800, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6182141907097311154 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61821419070973111546182141907097311154618214190709731115461821419070973111546182141907097311154618214190709731115461821419070973111546182141907097311154618214190709731115461821419070973111546182141907097311154618214190709731115461821419070973111546182141907097311154618214190709731115461821419070973111546182141907097311154618214190709731115461821419070973111546182141907097311154" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 46d7b1ca-fb78-4a71-9fd5-6dcf2e91c51c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, aee50862-972a-4b1c-9b1e-d3b3b68f6c8c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aee50862-972a-4b1c-9b1e-d3b3b68f6c8c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10175805929817091670 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1017580592981709167010175805929817091670101758059298170916701017580592981709167010175805929817091670101758059298170916701017580592981709167010175805929817091670101758059298170916701017580592981709167010175805929817091670101758059298170916701017580592981709167010175805929817091670101758059298170916701017580592981709167010175805929817091670101758059298170916701017580592981709167010175805929817091670" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5934b69b-de7c-442e-8f1e-772d2b7c8800, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 46a9e260-dfec-4467-bf2b-a190154a238d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 46a9e260-dfec-4467-bf2b-a190154a238d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3836546841281072515 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38365468412810725153836546841281072515383654684128107251538365468412810725153836546841281072515383654684128107251538365468412810725153836546841281072515383654684128107251538365468412810725153836546841281072515383654684128107251538365468412810725153836546841281072515383654684128107251538365468412810725153836546841281072515383654684128107251538365468412810725153836546841281072515" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aee50862-972a-4b1c-9b1e-d3b3b68f6c8c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7e294b55-be13-4a5c-a75e-d8812cca7cd9, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7e294b55-be13-4a5c-a75e-d8812cca7cd9, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8787643821750950826 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87876438217509508268787643821750950826878764382175095082687876438217509508268787643821750950826878764382175095082687876438217509508268787643821750950826878764382175095082687876438217509508268787643821750950826878764382175095082687876438217509508268787643821750950826878764382175095082687876438217509508268787643821750950826878764382175095082687876438217509508268787643821750950826" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 46a9e260-dfec-4467-bf2b-a190154a238d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6bd45714-727c-4248-ba56-5417e46fed01, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6bd45714-727c-4248-ba56-5417e46fed01, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16861241742266656249 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1686124174226665624916861241742266656249168612417422666562491686124174226665624916861241742266656249168612417422666562491686124174226665624916861241742266656249168612417422666562491686124174226665624916861241742266656249168612417422666562491686124174226665624916861241742266656249168612417422666562491686124174226665624916861241742266656249168612417422666562491686124174226665624916861241742266656249" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7e294b55-be13-4a5c-a75e-d8812cca7cd9, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d850be23-0d3c-4322-8338-43e0c39217d2, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d850be23-0d3c-4322-8338-43e0c39217d2, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12103056760635614374 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1210305676063561437412103056760635614374121030567606356143741210305676063561437412103056760635614374121030567606356143741210305676063561437412103056760635614374121030567606356143741210305676063561437412103056760635614374121030567606356143741210305676063561437412103056760635614374121030567606356143741210305676063561437412103056760635614374121030567606356143741210305676063561437412103056760635614374" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6bd45714-727c-4248-ba56-5417e46fed01, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d850be23-0d3c-4322-8338-43e0c39217d2, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6fe0cf22-5f9d-44fe-b0e8-767b9269a70d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3fcd65d4-c79d-4ee0-b38d-d72ad038f875, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6fe0cf22-5f9d-44fe-b0e8-767b9269a70d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2185996810923371704 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21859968109233717042185996810923371704218599681092337170421859968109233717042185996810923371704218599681092337170421859968109233717042185996810923371704218599681092337170421859968109233717042185996810923371704218599681092337170421859968109233717042185996810923371704218599681092337170421859968109233717042185996810923371704218599681092337170421859968109233717042185996810923371704" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3fcd65d4-c79d-4ee0-b38d-d72ad038f875, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4385713772153355333 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43857137721533553334385713772153355333438571377215335533343857137721533553334385713772153355333438571377215335533343857137721533553334385713772153355333438571377215335533343857137721533553334385713772153355333438571377215335533343857137721533553334385713772153355333438571377215335533343857137721533553334385713772153355333438571377215335533343857137721533553334385713772153355333" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6fe0cf22-5f9d-44fe-b0e8-767b9269a70d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3fcd65d4-c79d-4ee0-b38d-d72ad038f875, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3bc0c291-384f-4d6e-aede-046133fdedab, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 65ca6e99-365d-4625-8ea9-d6e4cf4d8a8d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 65ca6e99-365d-4625-8ea9-d6e4cf4d8a8d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 925636634995770058 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "925636634995770058925636634995770058925636634995770058925636634995770058925636634995770058925636634995770058925636634995770058925636634995770058925636634995770058925636634995770058925636634995770058925636634995770058925636634995770058925636634995770058925636634995770058925636634995770058925636634995770058925636634995770058925636634995770058925636634995770058" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3bc0c291-384f-4d6e-aede-046133fdedab, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10331506509423311359 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1033150650942331135910331506509423311359103315065094233113591033150650942331135910331506509423311359103315065094233113591033150650942331135910331506509423311359103315065094233113591033150650942331135910331506509423311359103315065094233113591033150650942331135910331506509423311359103315065094233113591033150650942331135910331506509423311359103315065094233113591033150650942331135910331506509423311359" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 65ca6e99-365d-4625-8ea9-d6e4cf4d8a8d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e85751c0-dbd1-466d-9132-30409b3863d6, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e85751c0-dbd1-466d-9132-30409b3863d6, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3291234910879024084 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32912349108790240843291234910879024084329123491087902408432912349108790240843291234910879024084329123491087902408432912349108790240843291234910879024084329123491087902408432912349108790240843291234910879024084329123491087902408432912349108790240843291234910879024084329123491087902408432912349108790240843291234910879024084329123491087902408432912349108790240843291234910879024084" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3bc0c291-384f-4d6e-aede-046133fdedab, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d346f49c-4960-4851-b6fd-9f614436c5c6, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d346f49c-4960-4851-b6fd-9f614436c5c6, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4325013156186408637 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43250131561864086374325013156186408637432501315618640863743250131561864086374325013156186408637432501315618640863743250131561864086374325013156186408637432501315618640863743250131561864086374325013156186408637432501315618640863743250131561864086374325013156186408637432501315618640863743250131561864086374325013156186408637432501315618640863743250131561864086374325013156186408637" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e85751c0-dbd1-466d-9132-30409b3863d6, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2db8b2b9-9fc4-4a11-81f0-8ea89b30db85, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2db8b2b9-9fc4-4a11-81f0-8ea89b30db85, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15971408345311999299 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1597140834531199929915971408345311999299159714083453119992991597140834531199929915971408345311999299159714083453119992991597140834531199929915971408345311999299159714083453119992991597140834531199929915971408345311999299159714083453119992991597140834531199929915971408345311999299159714083453119992991597140834531199929915971408345311999299159714083453119992991597140834531199929915971408345311999299" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d346f49c-4960-4851-b6fd-9f614436c5c6, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 70d9a29e-e8ad-41b2-8191-ca49a3dd41c9, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 70d9a29e-e8ad-41b2-8191-ca49a3dd41c9, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4331536493781309569 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43315364937813095694331536493781309569433153649378130956943315364937813095694331536493781309569433153649378130956943315364937813095694331536493781309569433153649378130956943315364937813095694331536493781309569433153649378130956943315364937813095694331536493781309569433153649378130956943315364937813095694331536493781309569433153649378130956943315364937813095694331536493781309569" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2db8b2b9-9fc4-4a11-81f0-8ea89b30db85, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 374a65ec-4477-49d8-be76-0ceb43f17e59, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 374a65ec-4477-49d8-be76-0ceb43f17e59, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3380576945402408924 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33805769454024089243380576945402408924338057694540240892433805769454024089243380576945402408924338057694540240892433805769454024089243380576945402408924338057694540240892433805769454024089243380576945402408924338057694540240892433805769454024089243380576945402408924338057694540240892433805769454024089243380576945402408924338057694540240892433805769454024089243380576945402408924" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 70d9a29e-e8ad-41b2-8191-ca49a3dd41c9, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7d302a83-0b34-4f90-b0ab-78468702515c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7d302a83-0b34-4f90-b0ab-78468702515c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5097374428785384500 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50973744287853845005097374428785384500509737442878538450050973744287853845005097374428785384500509737442878538450050973744287853845005097374428785384500509737442878538450050973744287853845005097374428785384500509737442878538450050973744287853845005097374428785384500509737442878538450050973744287853845005097374428785384500509737442878538450050973744287853845005097374428785384500" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 374a65ec-4477-49d8-be76-0ceb43f17e59, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 066dc52a-a442-4ace-ba52-07e7efd6a76f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 066dc52a-a442-4ace-ba52-07e7efd6a76f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4057612210858359480 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40576122108583594804057612210858359480405761221085835948040576122108583594804057612210858359480405761221085835948040576122108583594804057612210858359480405761221085835948040576122108583594804057612210858359480405761221085835948040576122108583594804057612210858359480405761221085835948040576122108583594804057612210858359480405761221085835948040576122108583594804057612210858359480" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 066dc52a-a442-4ace-ba52-07e7efd6a76f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 487dace7-2371-4bed-b8e8-c4d2d2471a81, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 487dace7-2371-4bed-b8e8-c4d2d2471a81, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14497425828457247524 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1449742582845724752414497425828457247524144974258284572475241449742582845724752414497425828457247524144974258284572475241449742582845724752414497425828457247524144974258284572475241449742582845724752414497425828457247524144974258284572475241449742582845724752414497425828457247524144974258284572475241449742582845724752414497425828457247524144974258284572475241449742582845724752414497425828457247524" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7d302a83-0b34-4f90-b0ab-78468702515c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 235050d9-c122-4272-911a-70f9ca23395c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 235050d9-c122-4272-911a-70f9ca23395c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15198634966103669171 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1519863496610366917115198634966103669171151986349661036691711519863496610366917115198634966103669171151986349661036691711519863496610366917115198634966103669171151986349661036691711519863496610366917115198634966103669171151986349661036691711519863496610366917115198634966103669171151986349661036691711519863496610366917115198634966103669171151986349661036691711519863496610366917115198634966103669171" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 487dace7-2371-4bed-b8e8-c4d2d2471a81, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, db8fe6ec-e059-438e-a1a4-c15528d3d0a2, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, db8fe6ec-e059-438e-a1a4-c15528d3d0a2, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6941929525939747633 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69419295259397476336941929525939747633694192952593974763369419295259397476336941929525939747633694192952593974763369419295259397476336941929525939747633694192952593974763369419295259397476336941929525939747633694192952593974763369419295259397476336941929525939747633694192952593974763369419295259397476336941929525939747633694192952593974763369419295259397476336941929525939747633" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 235050d9-c122-4272-911a-70f9ca23395c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a5f14cb9-2248-4f85-8701-8fcf13b73461, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a5f14cb9-2248-4f85-8701-8fcf13b73461, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15246331031467812426 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1524633103146781242615246331031467812426152463310314678124261524633103146781242615246331031467812426152463310314678124261524633103146781242615246331031467812426152463310314678124261524633103146781242615246331031467812426152463310314678124261524633103146781242615246331031467812426152463310314678124261524633103146781242615246331031467812426152463310314678124261524633103146781242615246331031467812426" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, db8fe6ec-e059-438e-a1a4-c15528d3d0a2, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 83f323ce-a59b-4a46-b714-d5219dc3d517, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 83f323ce-a59b-4a46-b714-d5219dc3d517, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 782914294743755607 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "782914294743755607782914294743755607782914294743755607782914294743755607782914294743755607782914294743755607782914294743755607782914294743755607782914294743755607782914294743755607782914294743755607782914294743755607782914294743755607782914294743755607782914294743755607782914294743755607782914294743755607782914294743755607782914294743755607782914294743755607" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a5f14cb9-2248-4f85-8701-8fcf13b73461, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a2fdc84f-9971-4e21-a127-f487c51b5707, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a2fdc84f-9971-4e21-a127-f487c51b5707, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15733915893290867774 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1573391589329086777415733915893290867774157339158932908677741573391589329086777415733915893290867774157339158932908677741573391589329086777415733915893290867774157339158932908677741573391589329086777415733915893290867774157339158932908677741573391589329086777415733915893290867774157339158932908677741573391589329086777415733915893290867774157339158932908677741573391589329086777415733915893290867774" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 83f323ce-a59b-4a46-b714-d5219dc3d517, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 74ffa59f-a7d2-40a8-92dd-da992bca1185, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 74ffa59f-a7d2-40a8-92dd-da992bca1185, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15989651775521426154 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1598965177552142615415989651775521426154159896517755214261541598965177552142615415989651775521426154159896517755214261541598965177552142615415989651775521426154159896517755214261541598965177552142615415989651775521426154159896517755214261541598965177552142615415989651775521426154159896517755214261541598965177552142615415989651775521426154159896517755214261541598965177552142615415989651775521426154" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a2fdc84f-9971-4e21-a127-f487c51b5707, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 93c0a6fa-89fb-4861-aa45-d7a7521c3e1d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 93c0a6fa-89fb-4861-aa45-d7a7521c3e1d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5683994902957182303 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56839949029571823035683994902957182303568399490295718230356839949029571823035683994902957182303568399490295718230356839949029571823035683994902957182303568399490295718230356839949029571823035683994902957182303568399490295718230356839949029571823035683994902957182303568399490295718230356839949029571823035683994902957182303568399490295718230356839949029571823035683994902957182303" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 74ffa59f-a7d2-40a8-92dd-da992bca1185, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d2b625fa-9bd9-41ff-b436-5d37aab7b1a2, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d2b625fa-9bd9-41ff-b436-5d37aab7b1a2, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1320033595098253390 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13200335950982533901320033595098253390132003359509825339013200335950982533901320033595098253390132003359509825339013200335950982533901320033595098253390132003359509825339013200335950982533901320033595098253390132003359509825339013200335950982533901320033595098253390132003359509825339013200335950982533901320033595098253390132003359509825339013200335950982533901320033595098253390" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 93c0a6fa-89fb-4861-aa45-d7a7521c3e1d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, edb4c0f0-0641-4f5d-bda8-0e7356c3f10c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, edb4c0f0-0641-4f5d-bda8-0e7356c3f10c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17986133910642689993 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1798613391064268999317986133910642689993179861339106426899931798613391064268999317986133910642689993179861339106426899931798613391064268999317986133910642689993179861339106426899931798613391064268999317986133910642689993179861339106426899931798613391064268999317986133910642689993179861339106426899931798613391064268999317986133910642689993179861339106426899931798613391064268999317986133910642689993" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d2b625fa-9bd9-41ff-b436-5d37aab7b1a2, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 724a3395-bc99-4be2-8f2d-e5de7dc90805, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 724a3395-bc99-4be2-8f2d-e5de7dc90805, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11593991760233548066 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1159399176023354806611593991760233548066115939917602335480661159399176023354806611593991760233548066115939917602335480661159399176023354806611593991760233548066115939917602335480661159399176023354806611593991760233548066115939917602335480661159399176023354806611593991760233548066115939917602335480661159399176023354806611593991760233548066115939917602335480661159399176023354806611593991760233548066" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, edb4c0f0-0641-4f5d-bda8-0e7356c3f10c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6087a9a7-0cd7-4c65-a2d5-4a9ba8285d28, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 724a3395-bc99-4be2-8f2d-e5de7dc90805, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6087a9a7-0cd7-4c65-a2d5-4a9ba8285d28, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6424530470817398236 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64245304708173982366424530470817398236642453047081739823664245304708173982366424530470817398236642453047081739823664245304708173982366424530470817398236642453047081739823664245304708173982366424530470817398236642453047081739823664245304708173982366424530470817398236642453047081739823664245304708173982366424530470817398236642453047081739823664245304708173982366424530470817398236" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fef1c916-b5be-4313-8f1d-a70e98d89698, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fef1c916-b5be-4313-8f1d-a70e98d89698, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15933931207845001559 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1593393120784500155915933931207845001559159339312078450015591593393120784500155915933931207845001559159339312078450015591593393120784500155915933931207845001559159339312078450015591593393120784500155915933931207845001559159339312078450015591593393120784500155915933931207845001559159339312078450015591593393120784500155915933931207845001559159339312078450015591593393120784500155915933931207845001559" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6087a9a7-0cd7-4c65-a2d5-4a9ba8285d28, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c056e8cf-78c0-473e-ae4c-1e1f59a708c6, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c056e8cf-78c0-473e-ae4c-1e1f59a708c6, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15829339515229105633 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1582933951522910563315829339515229105633158293395152291056331582933951522910563315829339515229105633158293395152291056331582933951522910563315829339515229105633158293395152291056331582933951522910563315829339515229105633158293395152291056331582933951522910563315829339515229105633158293395152291056331582933951522910563315829339515229105633158293395152291056331582933951522910563315829339515229105633" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fef1c916-b5be-4313-8f1d-a70e98d89698, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, afad2d50-705d-4d66-9eeb-533f65e4953a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, afad2d50-705d-4d66-9eeb-533f65e4953a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8828930176002765015 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88289301760027650158828930176002765015882893017600276501588289301760027650158828930176002765015882893017600276501588289301760027650158828930176002765015882893017600276501588289301760027650158828930176002765015882893017600276501588289301760027650158828930176002765015882893017600276501588289301760027650158828930176002765015882893017600276501588289301760027650158828930176002765015" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c056e8cf-78c0-473e-ae4c-1e1f59a708c6, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b32af62f-b957-44be-a106-6f4663435826, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b32af62f-b957-44be-a106-6f4663435826, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7081173464440258522 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70811734644402585227081173464440258522708117346444025852270811734644402585227081173464440258522708117346444025852270811734644402585227081173464440258522708117346444025852270811734644402585227081173464440258522708117346444025852270811734644402585227081173464440258522708117346444025852270811734644402585227081173464440258522708117346444025852270811734644402585227081173464440258522" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, afad2d50-705d-4d66-9eeb-533f65e4953a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b32af62f-b957-44be-a106-6f4663435826, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d3e25e9b-4828-49cc-899b-bdde7700f983, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d3e25e9b-4828-49cc-899b-bdde7700f983, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14455601147919608097 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1445560114791960809714455601147919608097144556011479196080971445560114791960809714455601147919608097144556011479196080971445560114791960809714455601147919608097144556011479196080971445560114791960809714455601147919608097144556011479196080971445560114791960809714455601147919608097144556011479196080971445560114791960809714455601147919608097144556011479196080971445560114791960809714455601147919608097" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1a99d0bc-6b24-4c4c-89d6-831e0bef6646, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1a99d0bc-6b24-4c4c-89d6-831e0bef6646, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16725162928331997979 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1672516292833199797916725162928331997979167251629283319979791672516292833199797916725162928331997979167251629283319979791672516292833199797916725162928331997979167251629283319979791672516292833199797916725162928331997979167251629283319979791672516292833199797916725162928331997979167251629283319979791672516292833199797916725162928331997979167251629283319979791672516292833199797916725162928331997979" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d3e25e9b-4828-49cc-899b-bdde7700f983, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c39c3460-6800-4eaa-bd49-819a84e8f287, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c39c3460-6800-4eaa-bd49-819a84e8f287, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5399384324996616937 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53993843249966169375399384324996616937539938432499661693753993843249966169375399384324996616937539938432499661693753993843249966169375399384324996616937539938432499661693753993843249966169375399384324996616937539938432499661693753993843249966169375399384324996616937539938432499661693753993843249966169375399384324996616937539938432499661693753993843249966169375399384324996616937" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1a99d0bc-6b24-4c4c-89d6-831e0bef6646, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d24c8cd0-ea25-43fe-8531-b473967ccf62, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d24c8cd0-ea25-43fe-8531-b473967ccf62, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1454773215514502267 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14547732155145022671454773215514502267145477321551450226714547732155145022671454773215514502267145477321551450226714547732155145022671454773215514502267145477321551450226714547732155145022671454773215514502267145477321551450226714547732155145022671454773215514502267145477321551450226714547732155145022671454773215514502267145477321551450226714547732155145022671454773215514502267" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c39c3460-6800-4eaa-bd49-819a84e8f287, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ce2b402f-067b-4122-a6cf-ca3899336b99, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ce2b402f-067b-4122-a6cf-ca3899336b99, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12048513648402801366 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1204851364840280136612048513648402801366120485136484028013661204851364840280136612048513648402801366120485136484028013661204851364840280136612048513648402801366120485136484028013661204851364840280136612048513648402801366120485136484028013661204851364840280136612048513648402801366120485136484028013661204851364840280136612048513648402801366120485136484028013661204851364840280136612048513648402801366" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d24c8cd0-ea25-43fe-8531-b473967ccf62, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0c96a05b-5e82-4086-9218-2d62e47108ba, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0c96a05b-5e82-4086-9218-2d62e47108ba, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4780865126367604683 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47808651263676046834780865126367604683478086512636760468347808651263676046834780865126367604683478086512636760468347808651263676046834780865126367604683478086512636760468347808651263676046834780865126367604683478086512636760468347808651263676046834780865126367604683478086512636760468347808651263676046834780865126367604683478086512636760468347808651263676046834780865126367604683" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ce2b402f-067b-4122-a6cf-ca3899336b99, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4d56641f-368f-4dac-ae28-4f9c9871696c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4d56641f-368f-4dac-ae28-4f9c9871696c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9287260091979486915 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92872600919794869159287260091979486915928726009197948691592872600919794869159287260091979486915928726009197948691592872600919794869159287260091979486915928726009197948691592872600919794869159287260091979486915928726009197948691592872600919794869159287260091979486915928726009197948691592872600919794869159287260091979486915928726009197948691592872600919794869159287260091979486915" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0c96a05b-5e82-4086-9218-2d62e47108ba, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e57c2753-93af-480c-9f6c-08ab5ba17a41, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e57c2753-93af-480c-9f6c-08ab5ba17a41, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13958935522424899868 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1395893552242489986813958935522424899868139589355224248998681395893552242489986813958935522424899868139589355224248998681395893552242489986813958935522424899868139589355224248998681395893552242489986813958935522424899868139589355224248998681395893552242489986813958935522424899868139589355224248998681395893552242489986813958935522424899868139589355224248998681395893552242489986813958935522424899868" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4d56641f-368f-4dac-ae28-4f9c9871696c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e57c2753-93af-480c-9f6c-08ab5ba17a41, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 68331983-c5b2-4db9-9847-ff40e04326a4, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 68331983-c5b2-4db9-9847-ff40e04326a4, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5511616895525320493 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55116168955253204935511616895525320493551161689552532049355116168955253204935511616895525320493551161689552532049355116168955253204935511616895525320493551161689552532049355116168955253204935511616895525320493551161689552532049355116168955253204935511616895525320493551161689552532049355116168955253204935511616895525320493551161689552532049355116168955253204935511616895525320493" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ab9ff307-8bdd-4a5e-a285-98fe3abce0dc, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ab9ff307-8bdd-4a5e-a285-98fe3abce0dc, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8117055287729279049 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81170552877292790498117055287729279049811705528772927904981170552877292790498117055287729279049811705528772927904981170552877292790498117055287729279049811705528772927904981170552877292790498117055287729279049811705528772927904981170552877292790498117055287729279049811705528772927904981170552877292790498117055287729279049811705528772927904981170552877292790498117055287729279049" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 68331983-c5b2-4db9-9847-ff40e04326a4, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 75bd58a0-6ca1-4d98-8c53-dacbe2a53ea3, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 75bd58a0-6ca1-4d98-8c53-dacbe2a53ea3, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6851953630712527280 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68519536307125272806851953630712527280685195363071252728068519536307125272806851953630712527280685195363071252728068519536307125272806851953630712527280685195363071252728068519536307125272806851953630712527280685195363071252728068519536307125272806851953630712527280685195363071252728068519536307125272806851953630712527280685195363071252728068519536307125272806851953630712527280" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ab9ff307-8bdd-4a5e-a285-98fe3abce0dc, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, af5d870b-aecb-44a0-868d-707ca75b47a3, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, af5d870b-aecb-44a0-868d-707ca75b47a3, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15191544019906141280 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1519154401990614128015191544019906141280151915440199061412801519154401990614128015191544019906141280151915440199061412801519154401990614128015191544019906141280151915440199061412801519154401990614128015191544019906141280151915440199061412801519154401990614128015191544019906141280151915440199061412801519154401990614128015191544019906141280151915440199061412801519154401990614128015191544019906141280" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 75bd58a0-6ca1-4d98-8c53-dacbe2a53ea3, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f86120c3-cbb1-47de-aa6e-8acbd9a882db, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f86120c3-cbb1-47de-aa6e-8acbd9a882db, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6757830268226644345 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67578302682266443456757830268226644345675783026822664434567578302682266443456757830268226644345675783026822664434567578302682266443456757830268226644345675783026822664434567578302682266443456757830268226644345675783026822664434567578302682266443456757830268226644345675783026822664434567578302682266443456757830268226644345675783026822664434567578302682266443456757830268226644345" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, af5d870b-aecb-44a0-868d-707ca75b47a3, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c418120d-cef2-4a90-a5a8-4138ea0dd4be, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f86120c3-cbb1-47de-aa6e-8acbd9a882db, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4ddb3f2e-1af4-46f4-aa09-2989443c6e9c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4ddb3f2e-1af4-46f4-aa09-2989443c6e9c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17240393587460865692 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1724039358746086569217240393587460865692172403935874608656921724039358746086569217240393587460865692172403935874608656921724039358746086569217240393587460865692172403935874608656921724039358746086569217240393587460865692172403935874608656921724039358746086569217240393587460865692172403935874608656921724039358746086569217240393587460865692172403935874608656921724039358746086569217240393587460865692" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c418120d-cef2-4a90-a5a8-4138ea0dd4be, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6626389527320642470 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66263895273206424706626389527320642470662638952732064247066263895273206424706626389527320642470662638952732064247066263895273206424706626389527320642470662638952732064247066263895273206424706626389527320642470662638952732064247066263895273206424706626389527320642470662638952732064247066263895273206424706626389527320642470662638952732064247066263895273206424706626389527320642470" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4ddb3f2e-1af4-46f4-aa09-2989443c6e9c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cbeb2267-79ce-4a89-b542-cdbc56ca81bd, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cbeb2267-79ce-4a89-b542-cdbc56ca81bd, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13343519969616975933 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1334351996961697593313343519969616975933133435199696169759331334351996961697593313343519969616975933133435199696169759331334351996961697593313343519969616975933133435199696169759331334351996961697593313343519969616975933133435199696169759331334351996961697593313343519969616975933133435199696169759331334351996961697593313343519969616975933133435199696169759331334351996961697593313343519969616975933" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c418120d-cef2-4a90-a5a8-4138ea0dd4be, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7a5ac825-b456-42b5-af48-39db7d500e68, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7a5ac825-b456-42b5-af48-39db7d500e68, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13858341808184542114 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1385834180818454211413858341808184542114138583418081845421141385834180818454211413858341808184542114138583418081845421141385834180818454211413858341808184542114138583418081845421141385834180818454211413858341808184542114138583418081845421141385834180818454211413858341808184542114138583418081845421141385834180818454211413858341808184542114138583418081845421141385834180818454211413858341808184542114" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cbeb2267-79ce-4a89-b542-cdbc56ca81bd, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1d007545-bfdb-4ac1-9d3f-c297fe35d9f9, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1d007545-bfdb-4ac1-9d3f-c297fe35d9f9, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11157146493198815139 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1115714649319881513911157146493198815139111571464931988151391115714649319881513911157146493198815139111571464931988151391115714649319881513911157146493198815139111571464931988151391115714649319881513911157146493198815139111571464931988151391115714649319881513911157146493198815139111571464931988151391115714649319881513911157146493198815139111571464931988151391115714649319881513911157146493198815139" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7a5ac825-b456-42b5-af48-39db7d500e68, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ce5b4286-4343-4876-a8a3-adc4377c9c57, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ce5b4286-4343-4876-a8a3-adc4377c9c57, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2498045759611776871 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24980457596117768712498045759611776871249804575961177687124980457596117768712498045759611776871249804575961177687124980457596117768712498045759611776871249804575961177687124980457596117768712498045759611776871249804575961177687124980457596117768712498045759611776871249804575961177687124980457596117768712498045759611776871249804575961177687124980457596117768712498045759611776871" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1d007545-bfdb-4ac1-9d3f-c297fe35d9f9, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 84c7deb3-8378-4dc6-a714-659de2714c38, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 84c7deb3-8378-4dc6-a714-659de2714c38, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10307627815613947984 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1030762781561394798410307627815613947984103076278156139479841030762781561394798410307627815613947984103076278156139479841030762781561394798410307627815613947984103076278156139479841030762781561394798410307627815613947984103076278156139479841030762781561394798410307627815613947984103076278156139479841030762781561394798410307627815613947984103076278156139479841030762781561394798410307627815613947984" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ce5b4286-4343-4876-a8a3-adc4377c9c57, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4b312b5e-55d3-49db-8499-13f54a86c44a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4b312b5e-55d3-49db-8499-13f54a86c44a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15839364166840707134 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1583936416684070713415839364166840707134158393641668407071341583936416684070713415839364166840707134158393641668407071341583936416684070713415839364166840707134158393641668407071341583936416684070713415839364166840707134158393641668407071341583936416684070713415839364166840707134158393641668407071341583936416684070713415839364166840707134158393641668407071341583936416684070713415839364166840707134" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 84c7deb3-8378-4dc6-a714-659de2714c38, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 66db12ad-7d18-4cb9-8ea7-bc6263193057, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 66db12ad-7d18-4cb9-8ea7-bc6263193057, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8990703257133112445 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89907032571331124458990703257133112445899070325713311244589907032571331124458990703257133112445899070325713311244589907032571331124458990703257133112445899070325713311244589907032571331124458990703257133112445899070325713311244589907032571331124458990703257133112445899070325713311244589907032571331124458990703257133112445899070325713311244589907032571331124458990703257133112445" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4b312b5e-55d3-49db-8499-13f54a86c44a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ebf49a55-e638-4336-a709-75cb7c767dc0, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ebf49a55-e638-4336-a709-75cb7c767dc0, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11077551339572221704 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1107755133957222170411077551339572221704110775513395722217041107755133957222170411077551339572221704110775513395722217041107755133957222170411077551339572221704110775513395722217041107755133957222170411077551339572221704110775513395722217041107755133957222170411077551339572221704110775513395722217041107755133957222170411077551339572221704110775513395722217041107755133957222170411077551339572221704" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 66db12ad-7d18-4cb9-8ea7-bc6263193057, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 34365445-6a0f-434b-b61c-b75580e2cc29, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 34365445-6a0f-434b-b61c-b75580e2cc29, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8376857863448288097 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83768578634482880978376857863448288097837685786344828809783768578634482880978376857863448288097837685786344828809783768578634482880978376857863448288097837685786344828809783768578634482880978376857863448288097837685786344828809783768578634482880978376857863448288097837685786344828809783768578634482880978376857863448288097837685786344828809783768578634482880978376857863448288097" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ebf49a55-e638-4336-a709-75cb7c767dc0, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 19718940-f775-4085-b5bf-45bccb30cae7, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 19718940-f775-4085-b5bf-45bccb30cae7, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4051240860987470870 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40512408609874708704051240860987470870405124086098747087040512408609874708704051240860987470870405124086098747087040512408609874708704051240860987470870405124086098747087040512408609874708704051240860987470870405124086098747087040512408609874708704051240860987470870405124086098747087040512408609874708704051240860987470870405124086098747087040512408609874708704051240860987470870" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 34365445-6a0f-434b-b61c-b75580e2cc29, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6c97f0b2-fbc6-4eb4-86fc-338c7bb32ad6, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6c97f0b2-fbc6-4eb4-86fc-338c7bb32ad6, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5026353916994604094 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50263539169946040945026353916994604094502635391699460409450263539169946040945026353916994604094502635391699460409450263539169946040945026353916994604094502635391699460409450263539169946040945026353916994604094502635391699460409450263539169946040945026353916994604094502635391699460409450263539169946040945026353916994604094502635391699460409450263539169946040945026353916994604094" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 19718940-f775-4085-b5bf-45bccb30cae7, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ca0e41ba-5174-44e0-ae70-1adc83644f15, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ca0e41ba-5174-44e0-ae70-1adc83644f15, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8571548314151949937 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85715483141519499378571548314151949937857154831415194993785715483141519499378571548314151949937857154831415194993785715483141519499378571548314151949937857154831415194993785715483141519499378571548314151949937857154831415194993785715483141519499378571548314151949937857154831415194993785715483141519499378571548314151949937857154831415194993785715483141519499378571548314151949937" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6c97f0b2-fbc6-4eb4-86fc-338c7bb32ad6, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 73fdddb2-0445-49f1-bd27-e68d4d7ac7f9, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 73fdddb2-0445-49f1-bd27-e68d4d7ac7f9, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10266148254983705094 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1026614825498370509410266148254983705094102661482549837050941026614825498370509410266148254983705094102661482549837050941026614825498370509410266148254983705094102661482549837050941026614825498370509410266148254983705094102661482549837050941026614825498370509410266148254983705094102661482549837050941026614825498370509410266148254983705094102661482549837050941026614825498370509410266148254983705094" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ca0e41ba-5174-44e0-ae70-1adc83644f15, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 73fdddb2-0445-49f1-bd27-e68d4d7ac7f9, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a4d49376-a858-4d52-8d5d-f2b5eaefed90, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b41c3577-fd3e-43a7-b07b-fc8a4c681aa4, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b41c3577-fd3e-43a7-b07b-fc8a4c681aa4, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12769722504850987848 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1276972250485098784812769722504850987848127697225048509878481276972250485098784812769722504850987848127697225048509878481276972250485098784812769722504850987848127697225048509878481276972250485098784812769722504850987848127697225048509878481276972250485098784812769722504850987848127697225048509878481276972250485098784812769722504850987848127697225048509878481276972250485098784812769722504850987848" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a4d49376-a858-4d52-8d5d-f2b5eaefed90, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16275795125601939577 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1627579512560193957716275795125601939577162757951256019395771627579512560193957716275795125601939577162757951256019395771627579512560193957716275795125601939577162757951256019395771627579512560193957716275795125601939577162757951256019395771627579512560193957716275795125601939577162757951256019395771627579512560193957716275795125601939577162757951256019395771627579512560193957716275795125601939577" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a4d49376-a858-4d52-8d5d-f2b5eaefed90, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0e616868-b93f-45e5-9b37-1d626d9da0f1, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0e616868-b93f-45e5-9b37-1d626d9da0f1, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8236090276030814268 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82360902760308142688236090276030814268823609027603081426882360902760308142688236090276030814268823609027603081426882360902760308142688236090276030814268823609027603081426882360902760308142688236090276030814268823609027603081426882360902760308142688236090276030814268823609027603081426882360902760308142688236090276030814268823609027603081426882360902760308142688236090276030814268" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b41c3577-fd3e-43a7-b07b-fc8a4c681aa4, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d09b053d-f874-44ee-a311-5e43273c3d38, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d09b053d-f874-44ee-a311-5e43273c3d38, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15284445117980856982 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1528444511798085698215284445117980856982152844451179808569821528444511798085698215284445117980856982152844451179808569821528444511798085698215284445117980856982152844451179808569821528444511798085698215284445117980856982152844451179808569821528444511798085698215284445117980856982152844451179808569821528444511798085698215284445117980856982152844451179808569821528444511798085698215284445117980856982" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0e616868-b93f-45e5-9b37-1d626d9da0f1, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b8042799-4a54-486f-a6a6-da6a5eab204a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b8042799-4a54-486f-a6a6-da6a5eab204a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12248392950603575305 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1224839295060357530512248392950603575305122483929506035753051224839295060357530512248392950603575305122483929506035753051224839295060357530512248392950603575305122483929506035753051224839295060357530512248392950603575305122483929506035753051224839295060357530512248392950603575305122483929506035753051224839295060357530512248392950603575305122483929506035753051224839295060357530512248392950603575305" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d09b053d-f874-44ee-a311-5e43273c3d38, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c90ffb81-773f-490b-9a9a-6d67f6114e78, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c90ffb81-773f-490b-9a9a-6d67f6114e78, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9641386322734654263 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96413863227346542639641386322734654263964138632273465426396413863227346542639641386322734654263964138632273465426396413863227346542639641386322734654263964138632273465426396413863227346542639641386322734654263964138632273465426396413863227346542639641386322734654263964138632273465426396413863227346542639641386322734654263964138632273465426396413863227346542639641386322734654263" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b8042799-4a54-486f-a6a6-da6a5eab204a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8d4f7285-3c64-4064-9164-2a415cea7af0, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8d4f7285-3c64-4064-9164-2a415cea7af0, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16431107259756093734 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1643110725975609373416431107259756093734164311072597560937341643110725975609373416431107259756093734164311072597560937341643110725975609373416431107259756093734164311072597560937341643110725975609373416431107259756093734164311072597560937341643110725975609373416431107259756093734164311072597560937341643110725975609373416431107259756093734164311072597560937341643110725975609373416431107259756093734" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c90ffb81-773f-490b-9a9a-6d67f6114e78, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b960feb8-6135-4c44-b305-0f79803961eb, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b960feb8-6135-4c44-b305-0f79803961eb, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16797466080542990828 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1679746608054299082816797466080542990828167974660805429908281679746608054299082816797466080542990828167974660805429908281679746608054299082816797466080542990828167974660805429908281679746608054299082816797466080542990828167974660805429908281679746608054299082816797466080542990828167974660805429908281679746608054299082816797466080542990828167974660805429908281679746608054299082816797466080542990828" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8d4f7285-3c64-4064-9164-2a415cea7af0, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d3572a6e-0512-439f-bc1b-63675ae99dc4, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d3572a6e-0512-439f-bc1b-63675ae99dc4, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11430696373554139798 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1143069637355413979811430696373554139798114306963735541397981143069637355413979811430696373554139798114306963735541397981143069637355413979811430696373554139798114306963735541397981143069637355413979811430696373554139798114306963735541397981143069637355413979811430696373554139798114306963735541397981143069637355413979811430696373554139798114306963735541397981143069637355413979811430696373554139798" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b960feb8-6135-4c44-b305-0f79803961eb, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dfcd12a2-83cb-4af8-879d-6500ee4748bd, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dfcd12a2-83cb-4af8-879d-6500ee4748bd, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2568907798323389492 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25689077983233894922568907798323389492256890779832338949225689077983233894922568907798323389492256890779832338949225689077983233894922568907798323389492256890779832338949225689077983233894922568907798323389492256890779832338949225689077983233894922568907798323389492256890779832338949225689077983233894922568907798323389492256890779832338949225689077983233894922568907798323389492" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d3572a6e-0512-439f-bc1b-63675ae99dc4, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 435988e2-ff6c-4844-a967-5816a0bde58f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 435988e2-ff6c-4844-a967-5816a0bde58f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 107886417035039097 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "107886417035039097107886417035039097107886417035039097107886417035039097107886417035039097107886417035039097107886417035039097107886417035039097107886417035039097107886417035039097107886417035039097107886417035039097107886417035039097107886417035039097107886417035039097107886417035039097107886417035039097107886417035039097107886417035039097107886417035039097" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dfcd12a2-83cb-4af8-879d-6500ee4748bd, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 81ecb05f-50c6-4f67-abaf-801de54e5945, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 81ecb05f-50c6-4f67-abaf-801de54e5945, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17681968407178527000 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1768196840717852700017681968407178527000176819684071785270001768196840717852700017681968407178527000176819684071785270001768196840717852700017681968407178527000176819684071785270001768196840717852700017681968407178527000176819684071785270001768196840717852700017681968407178527000176819684071785270001768196840717852700017681968407178527000176819684071785270001768196840717852700017681968407178527000" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 435988e2-ff6c-4844-a967-5816a0bde58f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 82bab949-819b-43cb-b9fc-3fdee31a4725, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 82bab949-819b-43cb-b9fc-3fdee31a4725, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4514552303207387155 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45145523032073871554514552303207387155451455230320738715545145523032073871554514552303207387155451455230320738715545145523032073871554514552303207387155451455230320738715545145523032073871554514552303207387155451455230320738715545145523032073871554514552303207387155451455230320738715545145523032073871554514552303207387155451455230320738715545145523032073871554514552303207387155" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 81ecb05f-50c6-4f67-abaf-801de54e5945, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5e0a8b8c-5e1a-4264-9f9f-95bd8f5b8053, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5e0a8b8c-5e1a-4264-9f9f-95bd8f5b8053, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8117295863600310110 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81172958636003101108117295863600310110811729586360031011081172958636003101108117295863600310110811729586360031011081172958636003101108117295863600310110811729586360031011081172958636003101108117295863600310110811729586360031011081172958636003101108117295863600310110811729586360031011081172958636003101108117295863600310110811729586360031011081172958636003101108117295863600310110" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 82bab949-819b-43cb-b9fc-3fdee31a4725, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 95f51de5-d7e6-4491-aec9-9cf57a9d576d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 95f51de5-d7e6-4491-aec9-9cf57a9d576d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9768873902184391454 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97688739021843914549768873902184391454976887390218439145497688739021843914549768873902184391454976887390218439145497688739021843914549768873902184391454976887390218439145497688739021843914549768873902184391454976887390218439145497688739021843914549768873902184391454976887390218439145497688739021843914549768873902184391454976887390218439145497688739021843914549768873902184391454" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5e0a8b8c-5e1a-4264-9f9f-95bd8f5b8053, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b6e2a5d8-53f7-42c2-bcff-71a0d21287d6, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b6e2a5d8-53f7-42c2-bcff-71a0d21287d6, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7017773586093492314 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70177735860934923147017773586093492314701777358609349231470177735860934923147017773586093492314701777358609349231470177735860934923147017773586093492314701777358609349231470177735860934923147017773586093492314701777358609349231470177735860934923147017773586093492314701777358609349231470177735860934923147017773586093492314701777358609349231470177735860934923147017773586093492314" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 95f51de5-d7e6-4491-aec9-9cf57a9d576d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dc78a6f1-0c7e-4ee7-8a56-fb5eacc575b1, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dc78a6f1-0c7e-4ee7-8a56-fb5eacc575b1, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3210959370947326066 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32109593709473260663210959370947326066321095937094732606632109593709473260663210959370947326066321095937094732606632109593709473260663210959370947326066321095937094732606632109593709473260663210959370947326066321095937094732606632109593709473260663210959370947326066321095937094732606632109593709473260663210959370947326066321095937094732606632109593709473260663210959370947326066" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b6e2a5d8-53f7-42c2-bcff-71a0d21287d6, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4a61d608-370b-443e-b4b3-8fa9ef196db4, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4a61d608-370b-443e-b4b3-8fa9ef196db4, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1187185712999080855 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11871857129990808551187185712999080855118718571299908085511871857129990808551187185712999080855118718571299908085511871857129990808551187185712999080855118718571299908085511871857129990808551187185712999080855118718571299908085511871857129990808551187185712999080855118718571299908085511871857129990808551187185712999080855118718571299908085511871857129990808551187185712999080855" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dc78a6f1-0c7e-4ee7-8a56-fb5eacc575b1, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8ad01a26-20e0-4aeb-9326-214d9cb68923, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8ad01a26-20e0-4aeb-9326-214d9cb68923, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6877155780059360781 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68771557800593607816877155780059360781687715578005936078168771557800593607816877155780059360781687715578005936078168771557800593607816877155780059360781687715578005936078168771557800593607816877155780059360781687715578005936078168771557800593607816877155780059360781687715578005936078168771557800593607816877155780059360781687715578005936078168771557800593607816877155780059360781" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4a61d608-370b-443e-b4b3-8fa9ef196db4, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 01f4d760-5895-4b5a-ac58-a8ad7c72da56, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 01f4d760-5895-4b5a-ac58-a8ad7c72da56, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2169908895821231996 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21699088958212319962169908895821231996216990889582123199621699088958212319962169908895821231996216990889582123199621699088958212319962169908895821231996216990889582123199621699088958212319962169908895821231996216990889582123199621699088958212319962169908895821231996216990889582123199621699088958212319962169908895821231996216990889582123199621699088958212319962169908895821231996" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8ad01a26-20e0-4aeb-9326-214d9cb68923, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 01f4d760-5895-4b5a-ac58-a8ad7c72da56, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3929dac5-5a9f-4a9f-8318-a174826d7507, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3929dac5-5a9f-4a9f-8318-a174826d7507, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6276494165339642365 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62764941653396423656276494165339642365627649416533964236562764941653396423656276494165339642365627649416533964236562764941653396423656276494165339642365627649416533964236562764941653396423656276494165339642365627649416533964236562764941653396423656276494165339642365627649416533964236562764941653396423656276494165339642365627649416533964236562764941653396423656276494165339642365" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c8c7b54f-9405-4f52-8229-18b0cf6fffb3, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c8c7b54f-9405-4f52-8229-18b0cf6fffb3, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15579014072203831297 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1557901407220383129715579014072203831297155790140722038312971557901407220383129715579014072203831297155790140722038312971557901407220383129715579014072203831297155790140722038312971557901407220383129715579014072203831297155790140722038312971557901407220383129715579014072203831297155790140722038312971557901407220383129715579014072203831297155790140722038312971557901407220383129715579014072203831297" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3929dac5-5a9f-4a9f-8318-a174826d7507, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, be9e3942-d192-4c5e-8d97-a724e4c10886, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, be9e3942-d192-4c5e-8d97-a724e4c10886, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3601900878450649038 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36019008784506490383601900878450649038360190087845064903836019008784506490383601900878450649038360190087845064903836019008784506490383601900878450649038360190087845064903836019008784506490383601900878450649038360190087845064903836019008784506490383601900878450649038360190087845064903836019008784506490383601900878450649038360190087845064903836019008784506490383601900878450649038" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c8c7b54f-9405-4f52-8229-18b0cf6fffb3, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 706f9e0a-3daa-46e4-9e04-61076d650f99, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 706f9e0a-3daa-46e4-9e04-61076d650f99, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15496115193999976877 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1549611519399997687715496115193999976877154961151939999768771549611519399997687715496115193999976877154961151939999768771549611519399997687715496115193999976877154961151939999768771549611519399997687715496115193999976877154961151939999768771549611519399997687715496115193999976877154961151939999768771549611519399997687715496115193999976877154961151939999768771549611519399997687715496115193999976877" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, be9e3942-d192-4c5e-8d97-a724e4c10886, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 706f9e0a-3daa-46e4-9e04-61076d650f99, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ca086afc-0e2c-4f45-abab-6729369324cb, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ca086afc-0e2c-4f45-abab-6729369324cb, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5220615096973716154 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52206150969737161545220615096973716154522061509697371615452206150969737161545220615096973716154522061509697371615452206150969737161545220615096973716154522061509697371615452206150969737161545220615096973716154522061509697371615452206150969737161545220615096973716154522061509697371615452206150969737161545220615096973716154522061509697371615452206150969737161545220615096973716154" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 681a5e9c-cb25-4751-be56-0cc17388fa7a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 681a5e9c-cb25-4751-be56-0cc17388fa7a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 863066385792084220 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "863066385792084220863066385792084220863066385792084220863066385792084220863066385792084220863066385792084220863066385792084220863066385792084220863066385792084220863066385792084220863066385792084220863066385792084220863066385792084220863066385792084220863066385792084220863066385792084220863066385792084220863066385792084220863066385792084220863066385792084220" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ca086afc-0e2c-4f45-abab-6729369324cb, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7f98a532-4a1a-4727-8791-0000551df513, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7f98a532-4a1a-4727-8791-0000551df513, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17870638348631398975 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1787063834863139897517870638348631398975178706383486313989751787063834863139897517870638348631398975178706383486313989751787063834863139897517870638348631398975178706383486313989751787063834863139897517870638348631398975178706383486313989751787063834863139897517870638348631398975178706383486313989751787063834863139897517870638348631398975178706383486313989751787063834863139897517870638348631398975" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 681a5e9c-cb25-4751-be56-0cc17388fa7a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7458b86e-9036-412a-919e-e03786726806, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7458b86e-9036-412a-919e-e03786726806, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 616779160736047824 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "616779160736047824616779160736047824616779160736047824616779160736047824616779160736047824616779160736047824616779160736047824616779160736047824616779160736047824616779160736047824616779160736047824616779160736047824616779160736047824616779160736047824616779160736047824616779160736047824616779160736047824616779160736047824616779160736047824616779160736047824" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7458b86e-9036-412a-919e-e03786726806, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ada91b09-89d0-495a-be04-3db139a1a553, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ada91b09-89d0-495a-be04-3db139a1a553, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16445061515928446530 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1644506151592844653016445061515928446530164450615159284465301644506151592844653016445061515928446530164450615159284465301644506151592844653016445061515928446530164450615159284465301644506151592844653016445061515928446530164450615159284465301644506151592844653016445061515928446530164450615159284465301644506151592844653016445061515928446530164450615159284465301644506151592844653016445061515928446530" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7f98a532-4a1a-4727-8791-0000551df513, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4f745fe2-db42-4e9f-96a4-cc6c66d76147, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4f745fe2-db42-4e9f-96a4-cc6c66d76147, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4114351036803590226 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41143510368035902264114351036803590226411435103680359022641143510368035902264114351036803590226411435103680359022641143510368035902264114351036803590226411435103680359022641143510368035902264114351036803590226411435103680359022641143510368035902264114351036803590226411435103680359022641143510368035902264114351036803590226411435103680359022641143510368035902264114351036803590226" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ada91b09-89d0-495a-be04-3db139a1a553, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8f214b4a-390b-41f8-8009-4cc194a160a2, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4f745fe2-db42-4e9f-96a4-cc6c66d76147, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f0ef0214-4ad6-448a-9720-cf8627fe4e09, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f0ef0214-4ad6-448a-9720-cf8627fe4e09, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3011477717460192042 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30114777174601920423011477717460192042301147771746019204230114777174601920423011477717460192042301147771746019204230114777174601920423011477717460192042301147771746019204230114777174601920423011477717460192042301147771746019204230114777174601920423011477717460192042301147771746019204230114777174601920423011477717460192042301147771746019204230114777174601920423011477717460192042" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8f214b4a-390b-41f8-8009-4cc194a160a2, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5502123062341963311 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55021230623419633115502123062341963311550212306234196331155021230623419633115502123062341963311550212306234196331155021230623419633115502123062341963311550212306234196331155021230623419633115502123062341963311550212306234196331155021230623419633115502123062341963311550212306234196331155021230623419633115502123062341963311550212306234196331155021230623419633115502123062341963311" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f0ef0214-4ad6-448a-9720-cf8627fe4e09, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 31bd52ae-5644-40ed-9687-d1236722a4bb, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 31bd52ae-5644-40ed-9687-d1236722a4bb, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2787331045964080497 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27873310459640804972787331045964080497278733104596408049727873310459640804972787331045964080497278733104596408049727873310459640804972787331045964080497278733104596408049727873310459640804972787331045964080497278733104596408049727873310459640804972787331045964080497278733104596408049727873310459640804972787331045964080497278733104596408049727873310459640804972787331045964080497" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8f214b4a-390b-41f8-8009-4cc194a160a2, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 13c21487-8ac3-4c0d-9830-7560dfe0dd8e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 13c21487-8ac3-4c0d-9830-7560dfe0dd8e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12284386622222280154 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1228438662222228015412284386622222280154122843866222222801541228438662222228015412284386622222280154122843866222222801541228438662222228015412284386622222280154122843866222222801541228438662222228015412284386622222280154122843866222222801541228438662222228015412284386622222280154122843866222222801541228438662222228015412284386622222280154122843866222222801541228438662222228015412284386622222280154" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 31bd52ae-5644-40ed-9687-d1236722a4bb, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5fcd8a39-3c21-4fb5-8152-34c842f593d1, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 13c21487-8ac3-4c0d-9830-7560dfe0dd8e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d9e0a45f-be2d-4e28-aad3-37fa85695e82, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5fcd8a39-3c21-4fb5-8152-34c842f593d1, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9686779715616709141 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96867797156167091419686779715616709141968677971561670914196867797156167091419686779715616709141968677971561670914196867797156167091419686779715616709141968677971561670914196867797156167091419686779715616709141968677971561670914196867797156167091419686779715616709141968677971561670914196867797156167091419686779715616709141968677971561670914196867797156167091419686779715616709141" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d9e0a45f-be2d-4e28-aad3-37fa85695e82, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2870961230649379269 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28709612306493792692870961230649379269287096123064937926928709612306493792692870961230649379269287096123064937926928709612306493792692870961230649379269287096123064937926928709612306493792692870961230649379269287096123064937926928709612306493792692870961230649379269287096123064937926928709612306493792692870961230649379269287096123064937926928709612306493792692870961230649379269" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5fcd8a39-3c21-4fb5-8152-34c842f593d1, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 215766e1-b9c8-46d9-904b-1bab2e5a7d04, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 215766e1-b9c8-46d9-904b-1bab2e5a7d04, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3187999895251448079 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31879998952514480793187999895251448079318799989525144807931879998952514480793187999895251448079318799989525144807931879998952514480793187999895251448079318799989525144807931879998952514480793187999895251448079318799989525144807931879998952514480793187999895251448079318799989525144807931879998952514480793187999895251448079318799989525144807931879998952514480793187999895251448079" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d9e0a45f-be2d-4e28-aad3-37fa85695e82, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7b58b2a4-5e28-4208-bf21-0b4b4311438c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7b58b2a4-5e28-4208-bf21-0b4b4311438c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17584241951187445941 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1758424195118744594117584241951187445941175842419511874459411758424195118744594117584241951187445941175842419511874459411758424195118744594117584241951187445941175842419511874459411758424195118744594117584241951187445941175842419511874459411758424195118744594117584241951187445941175842419511874459411758424195118744594117584241951187445941175842419511874459411758424195118744594117584241951187445941" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7b58b2a4-5e28-4208-bf21-0b4b4311438c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 851c7819-31a5-48f7-85f6-cc698f303d34, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 851c7819-31a5-48f7-85f6-cc698f303d34, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10370028982822156332 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1037002898282215633210370028982822156332103700289828221563321037002898282215633210370028982822156332103700289828221563321037002898282215633210370028982822156332103700289828221563321037002898282215633210370028982822156332103700289828221563321037002898282215633210370028982822156332103700289828221563321037002898282215633210370028982822156332103700289828221563321037002898282215633210370028982822156332" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 215766e1-b9c8-46d9-904b-1bab2e5a7d04, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fe1df288-7b0a-4330-9d94-a98e107ef85b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fe1df288-7b0a-4330-9d94-a98e107ef85b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 507544968627155089 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "507544968627155089507544968627155089507544968627155089507544968627155089507544968627155089507544968627155089507544968627155089507544968627155089507544968627155089507544968627155089507544968627155089507544968627155089507544968627155089507544968627155089507544968627155089507544968627155089507544968627155089507544968627155089507544968627155089507544968627155089" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 851c7819-31a5-48f7-85f6-cc698f303d34, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 260c2d70-9a30-49fc-b0cc-8916ed40751d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fe1df288-7b0a-4330-9d94-a98e107ef85b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 260c2d70-9a30-49fc-b0cc-8916ed40751d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9338184700337903604 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93381847003379036049338184700337903604933818470033790360493381847003379036049338184700337903604933818470033790360493381847003379036049338184700337903604933818470033790360493381847003379036049338184700337903604933818470033790360493381847003379036049338184700337903604933818470033790360493381847003379036049338184700337903604933818470033790360493381847003379036049338184700337903604" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ef9d5d88-2d33-462e-b1bb-0f1be466004b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ef9d5d88-2d33-462e-b1bb-0f1be466004b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11423335470063834073 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1142333547006383407311423335470063834073114233354700638340731142333547006383407311423335470063834073114233354700638340731142333547006383407311423335470063834073114233354700638340731142333547006383407311423335470063834073114233354700638340731142333547006383407311423335470063834073114233354700638340731142333547006383407311423335470063834073114233354700638340731142333547006383407311423335470063834073" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 260c2d70-9a30-49fc-b0cc-8916ed40751d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cc68b467-52d9-474b-9090-c5181e33d9eb, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cc68b467-52d9-474b-9090-c5181e33d9eb, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10670296783007181804 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1067029678300718180410670296783007181804106702967830071818041067029678300718180410670296783007181804106702967830071818041067029678300718180410670296783007181804106702967830071818041067029678300718180410670296783007181804106702967830071818041067029678300718180410670296783007181804106702967830071818041067029678300718180410670296783007181804106702967830071818041067029678300718180410670296783007181804" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ef9d5d88-2d33-462e-b1bb-0f1be466004b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fd55155c-81e6-4d77-8d7f-ca001b8b6569, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fd55155c-81e6-4d77-8d7f-ca001b8b6569, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3230225838493293409 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32302258384932934093230225838493293409323022583849329340932302258384932934093230225838493293409323022583849329340932302258384932934093230225838493293409323022583849329340932302258384932934093230225838493293409323022583849329340932302258384932934093230225838493293409323022583849329340932302258384932934093230225838493293409323022583849329340932302258384932934093230225838493293409" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cc68b467-52d9-474b-9090-c5181e33d9eb, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cb4f5a14-ff17-4ebd-9520-65154a62b9ac, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cb4f5a14-ff17-4ebd-9520-65154a62b9ac, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16959346827402250963 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1695934682740225096316959346827402250963169593468274022509631695934682740225096316959346827402250963169593468274022509631695934682740225096316959346827402250963169593468274022509631695934682740225096316959346827402250963169593468274022509631695934682740225096316959346827402250963169593468274022509631695934682740225096316959346827402250963169593468274022509631695934682740225096316959346827402250963" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fd55155c-81e6-4d77-8d7f-ca001b8b6569, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 76a6965b-8773-408c-83f4-97977c632146, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 76a6965b-8773-408c-83f4-97977c632146, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 246445965242915188 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "246445965242915188246445965242915188246445965242915188246445965242915188246445965242915188246445965242915188246445965242915188246445965242915188246445965242915188246445965242915188246445965242915188246445965242915188246445965242915188246445965242915188246445965242915188246445965242915188246445965242915188246445965242915188246445965242915188246445965242915188" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cb4f5a14-ff17-4ebd-9520-65154a62b9ac, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 72339f4b-5ff0-4081-8956-7b77a80757f6, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 72339f4b-5ff0-4081-8956-7b77a80757f6, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13433699503307324860 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1343369950330732486013433699503307324860134336995033073248601343369950330732486013433699503307324860134336995033073248601343369950330732486013433699503307324860134336995033073248601343369950330732486013433699503307324860134336995033073248601343369950330732486013433699503307324860134336995033073248601343369950330732486013433699503307324860134336995033073248601343369950330732486013433699503307324860" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 76a6965b-8773-408c-83f4-97977c632146, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 46cb23de-f6c6-4a00-ac73-f84841fb7202, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 46cb23de-f6c6-4a00-ac73-f84841fb7202, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5414120762315527353 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54141207623155273535414120762315527353541412076231552735354141207623155273535414120762315527353541412076231552735354141207623155273535414120762315527353541412076231552735354141207623155273535414120762315527353541412076231552735354141207623155273535414120762315527353541412076231552735354141207623155273535414120762315527353541412076231552735354141207623155273535414120762315527353" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 72339f4b-5ff0-4081-8956-7b77a80757f6, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7b07717e-e121-4a7d-95b3-b7b007d9f36e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7b07717e-e121-4a7d-95b3-b7b007d9f36e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 495946222242389672 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "495946222242389672495946222242389672495946222242389672495946222242389672495946222242389672495946222242389672495946222242389672495946222242389672495946222242389672495946222242389672495946222242389672495946222242389672495946222242389672495946222242389672495946222242389672495946222242389672495946222242389672495946222242389672495946222242389672495946222242389672" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 46cb23de-f6c6-4a00-ac73-f84841fb7202, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5ecb364f-3359-41e4-88cf-e48916ae5d3c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5ecb364f-3359-41e4-88cf-e48916ae5d3c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6816707860300816293 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68167078603008162936816707860300816293681670786030081629368167078603008162936816707860300816293681670786030081629368167078603008162936816707860300816293681670786030081629368167078603008162936816707860300816293681670786030081629368167078603008162936816707860300816293681670786030081629368167078603008162936816707860300816293681670786030081629368167078603008162936816707860300816293" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7b07717e-e121-4a7d-95b3-b7b007d9f36e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 413d338e-a4e9-4423-8c6a-f3d806abdaab, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 413d338e-a4e9-4423-8c6a-f3d806abdaab, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13686100789591968702 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1368610078959196870213686100789591968702136861007895919687021368610078959196870213686100789591968702136861007895919687021368610078959196870213686100789591968702136861007895919687021368610078959196870213686100789591968702136861007895919687021368610078959196870213686100789591968702136861007895919687021368610078959196870213686100789591968702136861007895919687021368610078959196870213686100789591968702" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5ecb364f-3359-41e4-88cf-e48916ae5d3c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ef7762e2-c7a3-46d6-a147-1400835c7c1d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 413d338e-a4e9-4423-8c6a-f3d806abdaab, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ef7762e2-c7a3-46d6-a147-1400835c7c1d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5205422343064529582 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52054223430645295825205422343064529582520542234306452958252054223430645295825205422343064529582520542234306452958252054223430645295825205422343064529582520542234306452958252054223430645295825205422343064529582520542234306452958252054223430645295825205422343064529582520542234306452958252054223430645295825205422343064529582520542234306452958252054223430645295825205422343064529582" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, edb3efb9-d16e-4588-a37c-adc55f1e2211, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, edb3efb9-d16e-4588-a37c-adc55f1e2211, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7752612186089882512 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77526121860898825127752612186089882512775261218608988251277526121860898825127752612186089882512775261218608988251277526121860898825127752612186089882512775261218608988251277526121860898825127752612186089882512775261218608988251277526121860898825127752612186089882512775261218608988251277526121860898825127752612186089882512775261218608988251277526121860898825127752612186089882512" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ef7762e2-c7a3-46d6-a147-1400835c7c1d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7791131c-1809-42d1-bcae-995ca6185de2, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7791131c-1809-42d1-bcae-995ca6185de2, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 532737505756493818 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "532737505756493818532737505756493818532737505756493818532737505756493818532737505756493818532737505756493818532737505756493818532737505756493818532737505756493818532737505756493818532737505756493818532737505756493818532737505756493818532737505756493818532737505756493818532737505756493818532737505756493818532737505756493818532737505756493818532737505756493818" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, edb3efb9-d16e-4588-a37c-adc55f1e2211, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 441961b5-aef2-4dd3-b344-1350bf23f697, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 441961b5-aef2-4dd3-b344-1350bf23f697, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11997917123545564109 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1199791712354556410911997917123545564109119979171235455641091199791712354556410911997917123545564109119979171235455641091199791712354556410911997917123545564109119979171235455641091199791712354556410911997917123545564109119979171235455641091199791712354556410911997917123545564109119979171235455641091199791712354556410911997917123545564109119979171235455641091199791712354556410911997917123545564109" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7791131c-1809-42d1-bcae-995ca6185de2, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3f913e49-94ae-4e0b-8d66-9983831241f6, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3f913e49-94ae-4e0b-8d66-9983831241f6, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16328995303676310670 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1632899530367631067016328995303676310670163289953036763106701632899530367631067016328995303676310670163289953036763106701632899530367631067016328995303676310670163289953036763106701632899530367631067016328995303676310670163289953036763106701632899530367631067016328995303676310670163289953036763106701632899530367631067016328995303676310670163289953036763106701632899530367631067016328995303676310670" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 441961b5-aef2-4dd3-b344-1350bf23f697, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f9b2b426-d908-49a1-b16f-21d970eec23a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f9b2b426-d908-49a1-b16f-21d970eec23a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4420480730231641517 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44204807302316415174420480730231641517442048073023164151744204807302316415174420480730231641517442048073023164151744204807302316415174420480730231641517442048073023164151744204807302316415174420480730231641517442048073023164151744204807302316415174420480730231641517442048073023164151744204807302316415174420480730231641517442048073023164151744204807302316415174420480730231641517" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3f913e49-94ae-4e0b-8d66-9983831241f6, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 066289b9-d459-4b6b-84fd-bf2486c32275, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 066289b9-d459-4b6b-84fd-bf2486c32275, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17986075801610355877 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1798607580161035587717986075801610355877179860758016103558771798607580161035587717986075801610355877179860758016103558771798607580161035587717986075801610355877179860758016103558771798607580161035587717986075801610355877179860758016103558771798607580161035587717986075801610355877179860758016103558771798607580161035587717986075801610355877179860758016103558771798607580161035587717986075801610355877" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f9b2b426-d908-49a1-b16f-21d970eec23a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 31c811f7-c0b6-4031-bc11-11e7fbdfad03, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 31c811f7-c0b6-4031-bc11-11e7fbdfad03, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11807175305291194464 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1180717530529119446411807175305291194464118071753052911944641180717530529119446411807175305291194464118071753052911944641180717530529119446411807175305291194464118071753052911944641180717530529119446411807175305291194464118071753052911944641180717530529119446411807175305291194464118071753052911944641180717530529119446411807175305291194464118071753052911944641180717530529119446411807175305291194464" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 066289b9-d459-4b6b-84fd-bf2486c32275, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 95485929-58ba-46a9-b215-1737605a5c04, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 95485929-58ba-46a9-b215-1737605a5c04, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7514416741046134968 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75144167410461349687514416741046134968751441674104613496875144167410461349687514416741046134968751441674104613496875144167410461349687514416741046134968751441674104613496875144167410461349687514416741046134968751441674104613496875144167410461349687514416741046134968751441674104613496875144167410461349687514416741046134968751441674104613496875144167410461349687514416741046134968" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 31c811f7-c0b6-4031-bc11-11e7fbdfad03, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 65035ea5-06d6-4a7a-a0e1-a20ddb8a98ff, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 65035ea5-06d6-4a7a-a0e1-a20ddb8a98ff, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15251785282085789712 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1525178528208578971215251785282085789712152517852820857897121525178528208578971215251785282085789712152517852820857897121525178528208578971215251785282085789712152517852820857897121525178528208578971215251785282085789712152517852820857897121525178528208578971215251785282085789712152517852820857897121525178528208578971215251785282085789712152517852820857897121525178528208578971215251785282085789712" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 95485929-58ba-46a9-b215-1737605a5c04, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4c3a7db9-dbbb-4097-be5d-99de75953c20, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4c3a7db9-dbbb-4097-be5d-99de75953c20, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 812723479706056653 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "812723479706056653812723479706056653812723479706056653812723479706056653812723479706056653812723479706056653812723479706056653812723479706056653812723479706056653812723479706056653812723479706056653812723479706056653812723479706056653812723479706056653812723479706056653812723479706056653812723479706056653812723479706056653812723479706056653812723479706056653" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 65035ea5-06d6-4a7a-a0e1-a20ddb8a98ff, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6a273ff7-aa42-4aa7-835d-99745593b73d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6a273ff7-aa42-4aa7-835d-99745593b73d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11427467161140970701 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1142746716114097070111427467161140970701114274671611409707011142746716114097070111427467161140970701114274671611409707011142746716114097070111427467161140970701114274671611409707011142746716114097070111427467161140970701114274671611409707011142746716114097070111427467161140970701114274671611409707011142746716114097070111427467161140970701114274671611409707011142746716114097070111427467161140970701" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4c3a7db9-dbbb-4097-be5d-99de75953c20, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2f9b1088-0bdf-44fb-813d-2f34ca16ffbd, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2f9b1088-0bdf-44fb-813d-2f34ca16ffbd, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8819066393959989589 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88190663939599895898819066393959989589881906639395998958988190663939599895898819066393959989589881906639395998958988190663939599895898819066393959989589881906639395998958988190663939599895898819066393959989589881906639395998958988190663939599895898819066393959989589881906639395998958988190663939599895898819066393959989589881906639395998958988190663939599895898819066393959989589" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6a273ff7-aa42-4aa7-835d-99745593b73d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 754f519a-1796-44e4-8e99-0e3ae2ee2ab8, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 754f519a-1796-44e4-8e99-0e3ae2ee2ab8, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17268868364263573743 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1726886836426357374317268868364263573743172688683642635737431726886836426357374317268868364263573743172688683642635737431726886836426357374317268868364263573743172688683642635737431726886836426357374317268868364263573743172688683642635737431726886836426357374317268868364263573743172688683642635737431726886836426357374317268868364263573743172688683642635737431726886836426357374317268868364263573743" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2f9b1088-0bdf-44fb-813d-2f34ca16ffbd, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 85b60e4d-930a-4cac-8e99-c9272d336341, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 85b60e4d-930a-4cac-8e99-c9272d336341, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1990966153413634463 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19909661534136344631990966153413634463199096615341363446319909661534136344631990966153413634463199096615341363446319909661534136344631990966153413634463199096615341363446319909661534136344631990966153413634463199096615341363446319909661534136344631990966153413634463199096615341363446319909661534136344631990966153413634463199096615341363446319909661534136344631990966153413634463" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 754f519a-1796-44e4-8e99-0e3ae2ee2ab8, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e08882b4-ba3e-465b-95c4-7176db13a2be, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e08882b4-ba3e-465b-95c4-7176db13a2be, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15921136358979930611 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1592113635897993061115921136358979930611159211363589799306111592113635897993061115921136358979930611159211363589799306111592113635897993061115921136358979930611159211363589799306111592113635897993061115921136358979930611159211363589799306111592113635897993061115921136358979930611159211363589799306111592113635897993061115921136358979930611159211363589799306111592113635897993061115921136358979930611" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 85b60e4d-930a-4cac-8e99-c9272d336341, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 58c4640c-5454-4e35-b6eb-39dd07787942, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 58c4640c-5454-4e35-b6eb-39dd07787942, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5586027210358958332 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55860272103589583325586027210358958332558602721035895833255860272103589583325586027210358958332558602721035895833255860272103589583325586027210358958332558602721035895833255860272103589583325586027210358958332558602721035895833255860272103589583325586027210358958332558602721035895833255860272103589583325586027210358958332558602721035895833255860272103589583325586027210358958332" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 58c4640c-5454-4e35-b6eb-39dd07787942, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 830fb3fb-ae03-4b63-b043-784b7f819fc1, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e08882b4-ba3e-465b-95c4-7176db13a2be, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 830fb3fb-ae03-4b63-b043-784b7f819fc1, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17612526392040635299 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1761252639204063529917612526392040635299176125263920406352991761252639204063529917612526392040635299176125263920406352991761252639204063529917612526392040635299176125263920406352991761252639204063529917612526392040635299176125263920406352991761252639204063529917612526392040635299176125263920406352991761252639204063529917612526392040635299176125263920406352991761252639204063529917612526392040635299" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0495a8c4-0513-43fa-8488-61eee2136992, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0495a8c4-0513-43fa-8488-61eee2136992, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17909605856086664967 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1790960585608666496717909605856086664967179096058560866649671790960585608666496717909605856086664967179096058560866649671790960585608666496717909605856086664967179096058560866649671790960585608666496717909605856086664967179096058560866649671790960585608666496717909605856086664967179096058560866649671790960585608666496717909605856086664967179096058560866649671790960585608666496717909605856086664967" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 830fb3fb-ae03-4b63-b043-784b7f819fc1, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0495a8c4-0513-43fa-8488-61eee2136992, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 64a32bae-d496-4ee2-85b0-b6536039fe1a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 64a32bae-d496-4ee2-85b0-b6536039fe1a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5826716809967064823 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58267168099670648235826716809967064823582671680996706482358267168099670648235826716809967064823582671680996706482358267168099670648235826716809967064823582671680996706482358267168099670648235826716809967064823582671680996706482358267168099670648235826716809967064823582671680996706482358267168099670648235826716809967064823582671680996706482358267168099670648235826716809967064823" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a542edfe-ae66-49b5-94e3-916426430458, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a542edfe-ae66-49b5-94e3-916426430458, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13751424302375517533 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1375142430237551753313751424302375517533137514243023755175331375142430237551753313751424302375517533137514243023755175331375142430237551753313751424302375517533137514243023755175331375142430237551753313751424302375517533137514243023755175331375142430237551753313751424302375517533137514243023755175331375142430237551753313751424302375517533137514243023755175331375142430237551753313751424302375517533" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a542edfe-ae66-49b5-94e3-916426430458, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f70f260a-a319-4b95-84ae-6ee9299e5541, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f70f260a-a319-4b95-84ae-6ee9299e5541, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7437204232606064128 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74372042326060641287437204232606064128743720423260606412874372042326060641287437204232606064128743720423260606412874372042326060641287437204232606064128743720423260606412874372042326060641287437204232606064128743720423260606412874372042326060641287437204232606064128743720423260606412874372042326060641287437204232606064128743720423260606412874372042326060641287437204232606064128" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 64a32bae-d496-4ee2-85b0-b6536039fe1a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0dbf57d1-8b4c-4560-a2e8-742e974f4ecb, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0dbf57d1-8b4c-4560-a2e8-742e974f4ecb, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3155653132709877205 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31556531327098772053155653132709877205315565313270987720531556531327098772053155653132709877205315565313270987720531556531327098772053155653132709877205315565313270987720531556531327098772053155653132709877205315565313270987720531556531327098772053155653132709877205315565313270987720531556531327098772053155653132709877205315565313270987720531556531327098772053155653132709877205" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f70f260a-a319-4b95-84ae-6ee9299e5541, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a36f0ca4-05f2-4f32-b2de-f65af3934ffe, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a36f0ca4-05f2-4f32-b2de-f65af3934ffe, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15378856028982656692 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1537885602898265669215378856028982656692153788560289826566921537885602898265669215378856028982656692153788560289826566921537885602898265669215378856028982656692153788560289826566921537885602898265669215378856028982656692153788560289826566921537885602898265669215378856028982656692153788560289826566921537885602898265669215378856028982656692153788560289826566921537885602898265669215378856028982656692" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0dbf57d1-8b4c-4560-a2e8-742e974f4ecb, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1ff46524-70d0-4dae-ad00-daf323a17658, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1ff46524-70d0-4dae-ad00-daf323a17658, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14851346449228959857 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1485134644922895985714851346449228959857148513464492289598571485134644922895985714851346449228959857148513464492289598571485134644922895985714851346449228959857148513464492289598571485134644922895985714851346449228959857148513464492289598571485134644922895985714851346449228959857148513464492289598571485134644922895985714851346449228959857148513464492289598571485134644922895985714851346449228959857" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a36f0ca4-05f2-4f32-b2de-f65af3934ffe, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f9b4905e-5d40-4281-892d-5ef03e0aabc1, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f9b4905e-5d40-4281-892d-5ef03e0aabc1, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14678397885413153779 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1467839788541315377914678397885413153779146783978854131537791467839788541315377914678397885413153779146783978854131537791467839788541315377914678397885413153779146783978854131537791467839788541315377914678397885413153779146783978854131537791467839788541315377914678397885413153779146783978854131537791467839788541315377914678397885413153779146783978854131537791467839788541315377914678397885413153779" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f9b4905e-5d40-4281-892d-5ef03e0aabc1, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3496dec3-8d46-47b9-88d4-cab0ba3c4d3c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3496dec3-8d46-47b9-88d4-cab0ba3c4d3c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3515213182466636638 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35152131824666366383515213182466636638351521318246663663835152131824666366383515213182466636638351521318246663663835152131824666366383515213182466636638351521318246663663835152131824666366383515213182466636638351521318246663663835152131824666366383515213182466636638351521318246663663835152131824666366383515213182466636638351521318246663663835152131824666366383515213182466636638" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1ff46524-70d0-4dae-ad00-daf323a17658, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d09f6129-965e-432d-aa5d-612851516d2c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d09f6129-965e-432d-aa5d-612851516d2c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17997908653976323375 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1799790865397632337517997908653976323375179979086539763233751799790865397632337517997908653976323375179979086539763233751799790865397632337517997908653976323375179979086539763233751799790865397632337517997908653976323375179979086539763233751799790865397632337517997908653976323375179979086539763233751799790865397632337517997908653976323375179979086539763233751799790865397632337517997908653976323375" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3496dec3-8d46-47b9-88d4-cab0ba3c4d3c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ab57ea31-4e1c-4db2-8f6a-55af93c2b32f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ab57ea31-4e1c-4db2-8f6a-55af93c2b32f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 247125235408344821 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "247125235408344821247125235408344821247125235408344821247125235408344821247125235408344821247125235408344821247125235408344821247125235408344821247125235408344821247125235408344821247125235408344821247125235408344821247125235408344821247125235408344821247125235408344821247125235408344821247125235408344821247125235408344821247125235408344821247125235408344821" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d09f6129-965e-432d-aa5d-612851516d2c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7a9bfd27-48d9-41c2-9c0f-05b0a2065dbe, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7a9bfd27-48d9-41c2-9c0f-05b0a2065dbe, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8149043048660787566 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81490430486607875668149043048660787566814904304866078756681490430486607875668149043048660787566814904304866078756681490430486607875668149043048660787566814904304866078756681490430486607875668149043048660787566814904304866078756681490430486607875668149043048660787566814904304866078756681490430486607875668149043048660787566814904304866078756681490430486607875668149043048660787566" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ab57ea31-4e1c-4db2-8f6a-55af93c2b32f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 31549f88-67ee-4eba-bf0e-46c830f1b0de, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 31549f88-67ee-4eba-bf0e-46c830f1b0de, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10566795319728541160 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1056679531972854116010566795319728541160105667953197285411601056679531972854116010566795319728541160105667953197285411601056679531972854116010566795319728541160105667953197285411601056679531972854116010566795319728541160105667953197285411601056679531972854116010566795319728541160105667953197285411601056679531972854116010566795319728541160105667953197285411601056679531972854116010566795319728541160" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7a9bfd27-48d9-41c2-9c0f-05b0a2065dbe, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 78033078-1365-46fe-b3d0-172dbb73a3ea, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 78033078-1365-46fe-b3d0-172dbb73a3ea, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13266918384843309651 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1326691838484330965113266918384843309651132669183848433096511326691838484330965113266918384843309651132669183848433096511326691838484330965113266918384843309651132669183848433096511326691838484330965113266918384843309651132669183848433096511326691838484330965113266918384843309651132669183848433096511326691838484330965113266918384843309651132669183848433096511326691838484330965113266918384843309651" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 31549f88-67ee-4eba-bf0e-46c830f1b0de, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 17a31fd9-a94b-4775-81ea-822bd00bdb0f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 17a31fd9-a94b-4775-81ea-822bd00bdb0f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7528163386678819037 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75281633866788190377528163386678819037752816338667881903775281633866788190377528163386678819037752816338667881903775281633866788190377528163386678819037752816338667881903775281633866788190377528163386678819037752816338667881903775281633866788190377528163386678819037752816338667881903775281633866788190377528163386678819037752816338667881903775281633866788190377528163386678819037" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 78033078-1365-46fe-b3d0-172dbb73a3ea, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5ed894b4-18cf-46e6-b0df-86a27a06c39e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5ed894b4-18cf-46e6-b0df-86a27a06c39e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3561395819357340139 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35613958193573401393561395819357340139356139581935734013935613958193573401393561395819357340139356139581935734013935613958193573401393561395819357340139356139581935734013935613958193573401393561395819357340139356139581935734013935613958193573401393561395819357340139356139581935734013935613958193573401393561395819357340139356139581935734013935613958193573401393561395819357340139" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 17a31fd9-a94b-4775-81ea-822bd00bdb0f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f1ba3a38-e0fb-47c4-9721-0855a713957e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f1ba3a38-e0fb-47c4-9721-0855a713957e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10058282596490787994 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1005828259649078799410058282596490787994100582825964907879941005828259649078799410058282596490787994100582825964907879941005828259649078799410058282596490787994100582825964907879941005828259649078799410058282596490787994100582825964907879941005828259649078799410058282596490787994100582825964907879941005828259649078799410058282596490787994100582825964907879941005828259649078799410058282596490787994" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5ed894b4-18cf-46e6-b0df-86a27a06c39e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5a673011-89f5-4c12-a18a-7482ced5cd02, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5a673011-89f5-4c12-a18a-7482ced5cd02, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12738036940818200156 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1273803694081820015612738036940818200156127380369408182001561273803694081820015612738036940818200156127380369408182001561273803694081820015612738036940818200156127380369408182001561273803694081820015612738036940818200156127380369408182001561273803694081820015612738036940818200156127380369408182001561273803694081820015612738036940818200156127380369408182001561273803694081820015612738036940818200156" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f1ba3a38-e0fb-47c4-9721-0855a713957e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5a673011-89f5-4c12-a18a-7482ced5cd02, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a2fdba4c-6227-41e6-b7a7-6b62eeac909c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 444c65b0-72b0-4927-8c5f-a4c3c105142e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 444c65b0-72b0-4927-8c5f-a4c3c105142e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7679441973777753461 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76794419737777534617679441973777753461767944197377775346176794419737777534617679441973777753461767944197377775346176794419737777534617679441973777753461767944197377775346176794419737777534617679441973777753461767944197377775346176794419737777534617679441973777753461767944197377775346176794419737777534617679441973777753461767944197377775346176794419737777534617679441973777753461" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a2fdba4c-6227-41e6-b7a7-6b62eeac909c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 69045920853829753 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "6904592085382975369045920853829753690459208538297536904592085382975369045920853829753690459208538297536904592085382975369045920853829753690459208538297536904592085382975369045920853829753690459208538297536904592085382975369045920853829753690459208538297536904592085382975369045920853829753690459208538297536904592085382975369045920853829753" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a2fdba4c-6227-41e6-b7a7-6b62eeac909c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6f6815cf-d862-430a-ba37-13e63eae0ef0, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6f6815cf-d862-430a-ba37-13e63eae0ef0, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12342190527332737368 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1234219052733273736812342190527332737368123421905273327373681234219052733273736812342190527332737368123421905273327373681234219052733273736812342190527332737368123421905273327373681234219052733273736812342190527332737368123421905273327373681234219052733273736812342190527332737368123421905273327373681234219052733273736812342190527332737368123421905273327373681234219052733273736812342190527332737368" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 444c65b0-72b0-4927-8c5f-a4c3c105142e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b90c0712-ec3e-4bc1-a147-01d50e1d3578, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b90c0712-ec3e-4bc1-a147-01d50e1d3578, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2084598654306117694 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20845986543061176942084598654306117694208459865430611769420845986543061176942084598654306117694208459865430611769420845986543061176942084598654306117694208459865430611769420845986543061176942084598654306117694208459865430611769420845986543061176942084598654306117694208459865430611769420845986543061176942084598654306117694208459865430611769420845986543061176942084598654306117694" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6f6815cf-d862-430a-ba37-13e63eae0ef0, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, af412c5f-f85d-48d6-86c1-da4de85aa974, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, af412c5f-f85d-48d6-86c1-da4de85aa974, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16538449944498921905 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1653844994449892190516538449944498921905165384499444989219051653844994449892190516538449944498921905165384499444989219051653844994449892190516538449944498921905165384499444989219051653844994449892190516538449944498921905165384499444989219051653844994449892190516538449944498921905165384499444989219051653844994449892190516538449944498921905165384499444989219051653844994449892190516538449944498921905" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b90c0712-ec3e-4bc1-a147-01d50e1d3578, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1a723c20-6dfc-4c5d-8825-ff908aadf74d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1a723c20-6dfc-4c5d-8825-ff908aadf74d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4320317411684091319 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43203174116840913194320317411684091319432031741168409131943203174116840913194320317411684091319432031741168409131943203174116840913194320317411684091319432031741168409131943203174116840913194320317411684091319432031741168409131943203174116840913194320317411684091319432031741168409131943203174116840913194320317411684091319432031741168409131943203174116840913194320317411684091319" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, af412c5f-f85d-48d6-86c1-da4de85aa974, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d8aa4ff5-711b-431e-b368-3478fd788b2e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d8aa4ff5-711b-431e-b368-3478fd788b2e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11270736809002707558 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1127073680900270755811270736809002707558112707368090027075581127073680900270755811270736809002707558112707368090027075581127073680900270755811270736809002707558112707368090027075581127073680900270755811270736809002707558112707368090027075581127073680900270755811270736809002707558112707368090027075581127073680900270755811270736809002707558112707368090027075581127073680900270755811270736809002707558" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1a723c20-6dfc-4c5d-8825-ff908aadf74d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2371d8da-60bd-419a-929d-be476678cd64, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d8aa4ff5-711b-431e-b368-3478fd788b2e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2371d8da-60bd-419a-929d-be476678cd64, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15180239466483601947 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1518023946648360194715180239466483601947151802394664836019471518023946648360194715180239466483601947151802394664836019471518023946648360194715180239466483601947151802394664836019471518023946648360194715180239466483601947151802394664836019471518023946648360194715180239466483601947151802394664836019471518023946648360194715180239466483601947151802394664836019471518023946648360194715180239466483601947" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 135d3c0a-05c0-41a1-9a25-95b25c041f26, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 135d3c0a-05c0-41a1-9a25-95b25c041f26, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 313051911201057419 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "313051911201057419313051911201057419313051911201057419313051911201057419313051911201057419313051911201057419313051911201057419313051911201057419313051911201057419313051911201057419313051911201057419313051911201057419313051911201057419313051911201057419313051911201057419313051911201057419313051911201057419313051911201057419313051911201057419313051911201057419" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2371d8da-60bd-419a-929d-be476678cd64, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b542673b-ae47-4e0c-a9ab-3aeb3db6fff9, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 135d3c0a-05c0-41a1-9a25-95b25c041f26, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 69aa16d3-35ed-47eb-9987-59894e01428a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b542673b-ae47-4e0c-a9ab-3aeb3db6fff9, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7684114138991299778 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76841141389912997787684114138991299778768411413899129977876841141389912997787684114138991299778768411413899129977876841141389912997787684114138991299778768411413899129977876841141389912997787684114138991299778768411413899129977876841141389912997787684114138991299778768411413899129977876841141389912997787684114138991299778768411413899129977876841141389912997787684114138991299778" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 69aa16d3-35ed-47eb-9987-59894e01428a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10002087233471822516 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1000208723347182251610002087233471822516100020872334718225161000208723347182251610002087233471822516100020872334718225161000208723347182251610002087233471822516100020872334718225161000208723347182251610002087233471822516100020872334718225161000208723347182251610002087233471822516100020872334718225161000208723347182251610002087233471822516100020872334718225161000208723347182251610002087233471822516" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b542673b-ae47-4e0c-a9ab-3aeb3db6fff9, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d5712390-eb57-418c-937e-60fe22e45411, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d5712390-eb57-418c-937e-60fe22e45411, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7631349534050425054 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76313495340504250547631349534050425054763134953405042505476313495340504250547631349534050425054763134953405042505476313495340504250547631349534050425054763134953405042505476313495340504250547631349534050425054763134953405042505476313495340504250547631349534050425054763134953405042505476313495340504250547631349534050425054763134953405042505476313495340504250547631349534050425054" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 69aa16d3-35ed-47eb-9987-59894e01428a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b80b7cd6-c49d-4f0a-892a-847fc690491b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b80b7cd6-c49d-4f0a-892a-847fc690491b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10103115866425827331 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1010311586642582733110103115866425827331101031158664258273311010311586642582733110103115866425827331101031158664258273311010311586642582733110103115866425827331101031158664258273311010311586642582733110103115866425827331101031158664258273311010311586642582733110103115866425827331101031158664258273311010311586642582733110103115866425827331101031158664258273311010311586642582733110103115866425827331" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d5712390-eb57-418c-937e-60fe22e45411, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 91a149dd-2eca-478c-b147-01244f601c1c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 91a149dd-2eca-478c-b147-01244f601c1c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14031688270438195873 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1403168827043819587314031688270438195873140316882704381958731403168827043819587314031688270438195873140316882704381958731403168827043819587314031688270438195873140316882704381958731403168827043819587314031688270438195873140316882704381958731403168827043819587314031688270438195873140316882704381958731403168827043819587314031688270438195873140316882704381958731403168827043819587314031688270438195873" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b80b7cd6-c49d-4f0a-892a-847fc690491b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 73fa4662-1e48-449e-a8b8-f9413404d3c2, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 73fa4662-1e48-449e-a8b8-f9413404d3c2, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2826449916816630853 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28264499168166308532826449916816630853282644991681663085328264499168166308532826449916816630853282644991681663085328264499168166308532826449916816630853282644991681663085328264499168166308532826449916816630853282644991681663085328264499168166308532826449916816630853282644991681663085328264499168166308532826449916816630853282644991681663085328264499168166308532826449916816630853" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 91a149dd-2eca-478c-b147-01244f601c1c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3c8e0cd9-9bda-418c-a638-1fc770f7af14, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3c8e0cd9-9bda-418c-a638-1fc770f7af14, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17436405076579137568 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1743640507657913756817436405076579137568174364050765791375681743640507657913756817436405076579137568174364050765791375681743640507657913756817436405076579137568174364050765791375681743640507657913756817436405076579137568174364050765791375681743640507657913756817436405076579137568174364050765791375681743640507657913756817436405076579137568174364050765791375681743640507657913756817436405076579137568" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 73fa4662-1e48-449e-a8b8-f9413404d3c2, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6ce0ae2f-8dde-488f-91eb-eb9b9aad986d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6ce0ae2f-8dde-488f-91eb-eb9b9aad986d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3979927823838480415 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39799278238384804153979927823838480415397992782383848041539799278238384804153979927823838480415397992782383848041539799278238384804153979927823838480415397992782383848041539799278238384804153979927823838480415397992782383848041539799278238384804153979927823838480415397992782383848041539799278238384804153979927823838480415397992782383848041539799278238384804153979927823838480415" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3c8e0cd9-9bda-418c-a638-1fc770f7af14, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 32087bb6-b0c1-4975-993e-de8705966144, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 32087bb6-b0c1-4975-993e-de8705966144, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18178382178393539824 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1817838217839353982418178382178393539824181783821783935398241817838217839353982418178382178393539824181783821783935398241817838217839353982418178382178393539824181783821783935398241817838217839353982418178382178393539824181783821783935398241817838217839353982418178382178393539824181783821783935398241817838217839353982418178382178393539824181783821783935398241817838217839353982418178382178393539824" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6ce0ae2f-8dde-488f-91eb-eb9b9aad986d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e05d5dfc-e09e-4a2c-b731-1bfb88a0b4a1, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e05d5dfc-e09e-4a2c-b731-1bfb88a0b4a1, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12014452422806285437 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1201445242280628543712014452422806285437120144524228062854371201445242280628543712014452422806285437120144524228062854371201445242280628543712014452422806285437120144524228062854371201445242280628543712014452422806285437120144524228062854371201445242280628543712014452422806285437120144524228062854371201445242280628543712014452422806285437120144524228062854371201445242280628543712014452422806285437" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 32087bb6-b0c1-4975-993e-de8705966144, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e6fafb2d-a116-4782-8597-b48a6fcaed05, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e6fafb2d-a116-4782-8597-b48a6fcaed05, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18034494652214554522 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1803449465221455452218034494652214554522180344946522145545221803449465221455452218034494652214554522180344946522145545221803449465221455452218034494652214554522180344946522145545221803449465221455452218034494652214554522180344946522145545221803449465221455452218034494652214554522180344946522145545221803449465221455452218034494652214554522180344946522145545221803449465221455452218034494652214554522" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e05d5dfc-e09e-4a2c-b731-1bfb88a0b4a1, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0de94124-2c45-447f-b0fa-88cbfb2f6dd1, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e6fafb2d-a116-4782-8597-b48a6fcaed05, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 33da88c0-bdc0-42f0-9986-f43f1d83d44c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 33da88c0-bdc0-42f0-9986-f43f1d83d44c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10448690221312934065 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1044869022131293406510448690221312934065104486902213129340651044869022131293406510448690221312934065104486902213129340651044869022131293406510448690221312934065104486902213129340651044869022131293406510448690221312934065104486902213129340651044869022131293406510448690221312934065104486902213129340651044869022131293406510448690221312934065104486902213129340651044869022131293406510448690221312934065" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0de94124-2c45-447f-b0fa-88cbfb2f6dd1, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12104044210166260039 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1210404421016626003912104044210166260039121040442101662600391210404421016626003912104044210166260039121040442101662600391210404421016626003912104044210166260039121040442101662600391210404421016626003912104044210166260039121040442101662600391210404421016626003912104044210166260039121040442101662600391210404421016626003912104044210166260039121040442101662600391210404421016626003912104044210166260039" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 33da88c0-bdc0-42f0-9986-f43f1d83d44c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c109c814-0198-40c4-aacd-72de8f871c96, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c109c814-0198-40c4-aacd-72de8f871c96, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9682135538457708936 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96821355384577089369682135538457708936968213553845770893696821355384577089369682135538457708936968213553845770893696821355384577089369682135538457708936968213553845770893696821355384577089369682135538457708936968213553845770893696821355384577089369682135538457708936968213553845770893696821355384577089369682135538457708936968213553845770893696821355384577089369682135538457708936" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0de94124-2c45-447f-b0fa-88cbfb2f6dd1, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c9c3c7e4-08cc-47c9-b92a-119c30f5a05b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c9c3c7e4-08cc-47c9-b92a-119c30f5a05b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17476765108100081986 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1747676510810008198617476765108100081986174767651081000819861747676510810008198617476765108100081986174767651081000819861747676510810008198617476765108100081986174767651081000819861747676510810008198617476765108100081986174767651081000819861747676510810008198617476765108100081986174767651081000819861747676510810008198617476765108100081986174767651081000819861747676510810008198617476765108100081986" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c109c814-0198-40c4-aacd-72de8f871c96, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c9c3c7e4-08cc-47c9-b92a-119c30f5a05b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bfdae030-cf2c-4da9-80b4-1b89f6efe0ae, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5f1475b4-49fd-41a6-906a-243dcc6a5613, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5f1475b4-49fd-41a6-906a-243dcc6a5613, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14561530976899298176 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1456153097689929817614561530976899298176145615309768992981761456153097689929817614561530976899298176145615309768992981761456153097689929817614561530976899298176145615309768992981761456153097689929817614561530976899298176145615309768992981761456153097689929817614561530976899298176145615309768992981761456153097689929817614561530976899298176145615309768992981761456153097689929817614561530976899298176" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bfdae030-cf2c-4da9-80b4-1b89f6efe0ae, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10300738437341299254 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1030073843734129925410300738437341299254103007384373412992541030073843734129925410300738437341299254103007384373412992541030073843734129925410300738437341299254103007384373412992541030073843734129925410300738437341299254103007384373412992541030073843734129925410300738437341299254103007384373412992541030073843734129925410300738437341299254103007384373412992541030073843734129925410300738437341299254" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5f1475b4-49fd-41a6-906a-243dcc6a5613, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2bde0539-da20-4546-9285-842087508a1a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2bde0539-da20-4546-9285-842087508a1a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10936055609640408548 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1093605560964040854810936055609640408548109360556096404085481093605560964040854810936055609640408548109360556096404085481093605560964040854810936055609640408548109360556096404085481093605560964040854810936055609640408548109360556096404085481093605560964040854810936055609640408548109360556096404085481093605560964040854810936055609640408548109360556096404085481093605560964040854810936055609640408548" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bfdae030-cf2c-4da9-80b4-1b89f6efe0ae, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 56df40bc-20c6-40cb-8d77-48fafbb1e13f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 56df40bc-20c6-40cb-8d77-48fafbb1e13f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11552377030444747531 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1155237703044474753111552377030444747531115523770304447475311155237703044474753111552377030444747531115523770304447475311155237703044474753111552377030444747531115523770304447475311155237703044474753111552377030444747531115523770304447475311155237703044474753111552377030444747531115523770304447475311155237703044474753111552377030444747531115523770304447475311155237703044474753111552377030444747531" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2bde0539-da20-4546-9285-842087508a1a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 56df40bc-20c6-40cb-8d77-48fafbb1e13f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a1426957-ab7d-43f3-b66d-b248ee4f6e8e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5454a754-f773-4602-a9fa-5ed8c739e59e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a1426957-ab7d-43f3-b66d-b248ee4f6e8e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8387228430390610137 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83872284303906101378387228430390610137838722843039061013783872284303906101378387228430390610137838722843039061013783872284303906101378387228430390610137838722843039061013783872284303906101378387228430390610137838722843039061013783872284303906101378387228430390610137838722843039061013783872284303906101378387228430390610137838722843039061013783872284303906101378387228430390610137" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5454a754-f773-4602-a9fa-5ed8c739e59e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2041539278306496439 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20415392783064964392041539278306496439204153927830649643920415392783064964392041539278306496439204153927830649643920415392783064964392041539278306496439204153927830649643920415392783064964392041539278306496439204153927830649643920415392783064964392041539278306496439204153927830649643920415392783064964392041539278306496439204153927830649643920415392783064964392041539278306496439" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a1426957-ab7d-43f3-b66d-b248ee4f6e8e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 039524c9-92a2-4e3e-8fe2-17af6b216cd5, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 039524c9-92a2-4e3e-8fe2-17af6b216cd5, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 322466150667452636 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "322466150667452636322466150667452636322466150667452636322466150667452636322466150667452636322466150667452636322466150667452636322466150667452636322466150667452636322466150667452636322466150667452636322466150667452636322466150667452636322466150667452636322466150667452636322466150667452636322466150667452636322466150667452636322466150667452636322466150667452636" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5454a754-f773-4602-a9fa-5ed8c739e59e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 236e1f45-51b1-443a-8895-6b20298cd821, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 236e1f45-51b1-443a-8895-6b20298cd821, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3284056362121652870 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32840563621216528703284056362121652870328405636212165287032840563621216528703284056362121652870328405636212165287032840563621216528703284056362121652870328405636212165287032840563621216528703284056362121652870328405636212165287032840563621216528703284056362121652870328405636212165287032840563621216528703284056362121652870328405636212165287032840563621216528703284056362121652870" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 039524c9-92a2-4e3e-8fe2-17af6b216cd5, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dbe6f522-b883-483f-ae51-0149ce24ac71, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dbe6f522-b883-483f-ae51-0149ce24ac71, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6098421252956700852 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60984212529567008526098421252956700852609842125295670085260984212529567008526098421252956700852609842125295670085260984212529567008526098421252956700852609842125295670085260984212529567008526098421252956700852609842125295670085260984212529567008526098421252956700852609842125295670085260984212529567008526098421252956700852609842125295670085260984212529567008526098421252956700852" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 236e1f45-51b1-443a-8895-6b20298cd821, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f1418612-e516-44ed-8417-246d9761148b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f1418612-e516-44ed-8417-246d9761148b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2395475589518013034 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23954755895180130342395475589518013034239547558951801303423954755895180130342395475589518013034239547558951801303423954755895180130342395475589518013034239547558951801303423954755895180130342395475589518013034239547558951801303423954755895180130342395475589518013034239547558951801303423954755895180130342395475589518013034239547558951801303423954755895180130342395475589518013034" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dbe6f522-b883-483f-ae51-0149ce24ac71, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d941e2ee-a701-42a1-9336-b428c1826454, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d941e2ee-a701-42a1-9336-b428c1826454, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12090392528364276200 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1209039252836427620012090392528364276200120903925283642762001209039252836427620012090392528364276200120903925283642762001209039252836427620012090392528364276200120903925283642762001209039252836427620012090392528364276200120903925283642762001209039252836427620012090392528364276200120903925283642762001209039252836427620012090392528364276200120903925283642762001209039252836427620012090392528364276200" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f1418612-e516-44ed-8417-246d9761148b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 96d3bdd6-42ae-4709-a50a-eb007df0ee6d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 96d3bdd6-42ae-4709-a50a-eb007df0ee6d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4890319697439822895 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48903196974398228954890319697439822895489031969743982289548903196974398228954890319697439822895489031969743982289548903196974398228954890319697439822895489031969743982289548903196974398228954890319697439822895489031969743982289548903196974398228954890319697439822895489031969743982289548903196974398228954890319697439822895489031969743982289548903196974398228954890319697439822895" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d941e2ee-a701-42a1-9336-b428c1826454, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e3dbdefb-de25-4b35-bb00-95bbc7cdb599, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e3dbdefb-de25-4b35-bb00-95bbc7cdb599, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14909947950907852629 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1490994795090785262914909947950907852629149099479509078526291490994795090785262914909947950907852629149099479509078526291490994795090785262914909947950907852629149099479509078526291490994795090785262914909947950907852629149099479509078526291490994795090785262914909947950907852629149099479509078526291490994795090785262914909947950907852629149099479509078526291490994795090785262914909947950907852629" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 96d3bdd6-42ae-4709-a50a-eb007df0ee6d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c2bf3b09-e73f-40bc-8a76-5cdb0e65a366, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c2bf3b09-e73f-40bc-8a76-5cdb0e65a366, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10582157319478785714 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1058215731947878571410582157319478785714105821573194787857141058215731947878571410582157319478785714105821573194787857141058215731947878571410582157319478785714105821573194787857141058215731947878571410582157319478785714105821573194787857141058215731947878571410582157319478785714105821573194787857141058215731947878571410582157319478785714105821573194787857141058215731947878571410582157319478785714" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e3dbdefb-de25-4b35-bb00-95bbc7cdb599, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3d1737d4-f560-4aba-aa9f-50b7601396d2, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3d1737d4-f560-4aba-aa9f-50b7601396d2, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2723985455863640433 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27239854558636404332723985455863640433272398545586364043327239854558636404332723985455863640433272398545586364043327239854558636404332723985455863640433272398545586364043327239854558636404332723985455863640433272398545586364043327239854558636404332723985455863640433272398545586364043327239854558636404332723985455863640433272398545586364043327239854558636404332723985455863640433" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c2bf3b09-e73f-40bc-8a76-5cdb0e65a366, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a8689616-a7bd-499e-8191-f8d6270c4990, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a8689616-a7bd-499e-8191-f8d6270c4990, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8347377445263322555 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83473774452633225558347377445263322555834737744526332255583473774452633225558347377445263322555834737744526332255583473774452633225558347377445263322555834737744526332255583473774452633225558347377445263322555834737744526332255583473774452633225558347377445263322555834737744526332255583473774452633225558347377445263322555834737744526332255583473774452633225558347377445263322555" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3d1737d4-f560-4aba-aa9f-50b7601396d2, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7b45e69a-3c36-4bbf-b67c-9917bc11835e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7b45e69a-3c36-4bbf-b67c-9917bc11835e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17037290508076789115 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1703729050807678911517037290508076789115170372905080767891151703729050807678911517037290508076789115170372905080767891151703729050807678911517037290508076789115170372905080767891151703729050807678911517037290508076789115170372905080767891151703729050807678911517037290508076789115170372905080767891151703729050807678911517037290508076789115170372905080767891151703729050807678911517037290508076789115" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a8689616-a7bd-499e-8191-f8d6270c4990, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5c642b09-bbac-4c78-9a29-da709715f4b3, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5c642b09-bbac-4c78-9a29-da709715f4b3, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14979332289731467340 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1497933228973146734014979332289731467340149793322897314673401497933228973146734014979332289731467340149793322897314673401497933228973146734014979332289731467340149793322897314673401497933228973146734014979332289731467340149793322897314673401497933228973146734014979332289731467340149793322897314673401497933228973146734014979332289731467340149793322897314673401497933228973146734014979332289731467340" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7b45e69a-3c36-4bbf-b67c-9917bc11835e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 23301f34-e79d-4a9d-bc15-cc9b9f12cdde, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 23301f34-e79d-4a9d-bc15-cc9b9f12cdde, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11211898714287188750 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1121189871428718875011211898714287188750112118987142871887501121189871428718875011211898714287188750112118987142871887501121189871428718875011211898714287188750112118987142871887501121189871428718875011211898714287188750112118987142871887501121189871428718875011211898714287188750112118987142871887501121189871428718875011211898714287188750112118987142871887501121189871428718875011211898714287188750" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5c642b09-bbac-4c78-9a29-da709715f4b3, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1e335973-5c41-4325-bb0a-789993db5f12, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1e335973-5c41-4325-bb0a-789993db5f12, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1998348909370705824 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19983489093707058241998348909370705824199834890937070582419983489093707058241998348909370705824199834890937070582419983489093707058241998348909370705824199834890937070582419983489093707058241998348909370705824199834890937070582419983489093707058241998348909370705824199834890937070582419983489093707058241998348909370705824199834890937070582419983489093707058241998348909370705824" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 23301f34-e79d-4a9d-bc15-cc9b9f12cdde, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ca4c5713-641a-4dd9-ba41-26802580f882, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ca4c5713-641a-4dd9-ba41-26802580f882, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10347054634456444288 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1034705463445644428810347054634456444288103470546344564442881034705463445644428810347054634456444288103470546344564442881034705463445644428810347054634456444288103470546344564442881034705463445644428810347054634456444288103470546344564442881034705463445644428810347054634456444288103470546344564442881034705463445644428810347054634456444288103470546344564442881034705463445644428810347054634456444288" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1e335973-5c41-4325-bb0a-789993db5f12, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6af21104-7aa5-43ee-bde9-345ee97c6389, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6af21104-7aa5-43ee-bde9-345ee97c6389, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13637305276689005799 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1363730527668900579913637305276689005799136373052766890057991363730527668900579913637305276689005799136373052766890057991363730527668900579913637305276689005799136373052766890057991363730527668900579913637305276689005799136373052766890057991363730527668900579913637305276689005799136373052766890057991363730527668900579913637305276689005799136373052766890057991363730527668900579913637305276689005799" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ca4c5713-641a-4dd9-ba41-26802580f882, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6af21104-7aa5-43ee-bde9-345ee97c6389, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 046c99ae-0ecd-4fe8-900c-6a851930ca75, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 046c99ae-0ecd-4fe8-900c-6a851930ca75, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9169998152539557553 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91699981525395575539169998152539557553916999815253955755391699981525395575539169998152539557553916999815253955755391699981525395575539169998152539557553916999815253955755391699981525395575539169998152539557553916999815253955755391699981525395575539169998152539557553916999815253955755391699981525395575539169998152539557553916999815253955755391699981525395575539169998152539557553" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, be3315ee-3c86-4f1c-93e8-4cc3e853dbe4, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, be3315ee-3c86-4f1c-93e8-4cc3e853dbe4, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13071727806996405053 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1307172780699640505313071727806996405053130717278069964050531307172780699640505313071727806996405053130717278069964050531307172780699640505313071727806996405053130717278069964050531307172780699640505313071727806996405053130717278069964050531307172780699640505313071727806996405053130717278069964050531307172780699640505313071727806996405053130717278069964050531307172780699640505313071727806996405053" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 046c99ae-0ecd-4fe8-900c-6a851930ca75, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 486cb260-97a9-4796-936a-b91df49902d2, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 486cb260-97a9-4796-936a-b91df49902d2, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3973945829823435470 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39739458298234354703973945829823435470397394582982343547039739458298234354703973945829823435470397394582982343547039739458298234354703973945829823435470397394582982343547039739458298234354703973945829823435470397394582982343547039739458298234354703973945829823435470397394582982343547039739458298234354703973945829823435470397394582982343547039739458298234354703973945829823435470" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, be3315ee-3c86-4f1c-93e8-4cc3e853dbe4, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d086d881-8fb7-4d49-9745-7ebe09344481, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d086d881-8fb7-4d49-9745-7ebe09344481, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6981080903516758704 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69810809035167587046981080903516758704698108090351675870469810809035167587046981080903516758704698108090351675870469810809035167587046981080903516758704698108090351675870469810809035167587046981080903516758704698108090351675870469810809035167587046981080903516758704698108090351675870469810809035167587046981080903516758704698108090351675870469810809035167587046981080903516758704" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 486cb260-97a9-4796-936a-b91df49902d2, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3d499d8d-80fa-42b7-9546-84f3039e0a28, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3d499d8d-80fa-42b7-9546-84f3039e0a28, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12384809144128952911 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1238480914412895291112384809144128952911123848091441289529111238480914412895291112384809144128952911123848091441289529111238480914412895291112384809144128952911123848091441289529111238480914412895291112384809144128952911123848091441289529111238480914412895291112384809144128952911123848091441289529111238480914412895291112384809144128952911123848091441289529111238480914412895291112384809144128952911" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d086d881-8fb7-4d49-9745-7ebe09344481, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 66e3ffc5-ff50-4eed-893a-a7b73b5cc24c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 66e3ffc5-ff50-4eed-893a-a7b73b5cc24c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14008690627038956928 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1400869062703895692814008690627038956928140086906270389569281400869062703895692814008690627038956928140086906270389569281400869062703895692814008690627038956928140086906270389569281400869062703895692814008690627038956928140086906270389569281400869062703895692814008690627038956928140086906270389569281400869062703895692814008690627038956928140086906270389569281400869062703895692814008690627038956928" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3d499d8d-80fa-42b7-9546-84f3039e0a28, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4696def6-3395-43ff-b2b4-49c39d32a6fd, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4696def6-3395-43ff-b2b4-49c39d32a6fd, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1888455308438545859 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18884553084385458591888455308438545859188845530843854585918884553084385458591888455308438545859188845530843854585918884553084385458591888455308438545859188845530843854585918884553084385458591888455308438545859188845530843854585918884553084385458591888455308438545859188845530843854585918884553084385458591888455308438545859188845530843854585918884553084385458591888455308438545859" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 66e3ffc5-ff50-4eed-893a-a7b73b5cc24c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1ac23ddd-f06d-42e8-9261-6b1db746a97f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1ac23ddd-f06d-42e8-9261-6b1db746a97f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10098129567212931064 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1009812956721293106410098129567212931064100981295672129310641009812956721293106410098129567212931064100981295672129310641009812956721293106410098129567212931064100981295672129310641009812956721293106410098129567212931064100981295672129310641009812956721293106410098129567212931064100981295672129310641009812956721293106410098129567212931064100981295672129310641009812956721293106410098129567212931064" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4696def6-3395-43ff-b2b4-49c39d32a6fd, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ee127250-86c0-4805-af97-619d159ba9bf, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ee127250-86c0-4805-af97-619d159ba9bf, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13993485779366120647 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1399348577936612064713993485779366120647139934857793661206471399348577936612064713993485779366120647139934857793661206471399348577936612064713993485779366120647139934857793661206471399348577936612064713993485779366120647139934857793661206471399348577936612064713993485779366120647139934857793661206471399348577936612064713993485779366120647139934857793661206471399348577936612064713993485779366120647" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1ac23ddd-f06d-42e8-9261-6b1db746a97f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3a91993f-01e5-4c19-93be-0464fda6e7ed, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3a91993f-01e5-4c19-93be-0464fda6e7ed, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13094768667523780253 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1309476866752378025313094768667523780253130947686675237802531309476866752378025313094768667523780253130947686675237802531309476866752378025313094768667523780253130947686675237802531309476866752378025313094768667523780253130947686675237802531309476866752378025313094768667523780253130947686675237802531309476866752378025313094768667523780253130947686675237802531309476866752378025313094768667523780253" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ee127250-86c0-4805-af97-619d159ba9bf, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1792fffd-91a3-4360-8b48-ce7abf7f471b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1792fffd-91a3-4360-8b48-ce7abf7f471b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2044602578615785719 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20446025786157857192044602578615785719204460257861578571920446025786157857192044602578615785719204460257861578571920446025786157857192044602578615785719204460257861578571920446025786157857192044602578615785719204460257861578571920446025786157857192044602578615785719204460257861578571920446025786157857192044602578615785719204460257861578571920446025786157857192044602578615785719" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3a91993f-01e5-4c19-93be-0464fda6e7ed, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d69d6e55-c528-4780-b158-34325645a49e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d69d6e55-c528-4780-b158-34325645a49e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13843424284978373785 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1384342428497837378513843424284978373785138434242849783737851384342428497837378513843424284978373785138434242849783737851384342428497837378513843424284978373785138434242849783737851384342428497837378513843424284978373785138434242849783737851384342428497837378513843424284978373785138434242849783737851384342428497837378513843424284978373785138434242849783737851384342428497837378513843424284978373785" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1792fffd-91a3-4360-8b48-ce7abf7f471b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 44584eda-17ef-4164-913b-93e72dfcbff4, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 44584eda-17ef-4164-913b-93e72dfcbff4, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17135646220370504083 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1713564622037050408317135646220370504083171356462203705040831713564622037050408317135646220370504083171356462203705040831713564622037050408317135646220370504083171356462203705040831713564622037050408317135646220370504083171356462203705040831713564622037050408317135646220370504083171356462203705040831713564622037050408317135646220370504083171356462203705040831713564622037050408317135646220370504083" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d69d6e55-c528-4780-b158-34325645a49e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7e671e92-a0ac-496f-813d-15fd82722850, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7e671e92-a0ac-496f-813d-15fd82722850, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13240680200841779861 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1324068020084177986113240680200841779861132406802008417798611324068020084177986113240680200841779861132406802008417798611324068020084177986113240680200841779861132406802008417798611324068020084177986113240680200841779861132406802008417798611324068020084177986113240680200841779861132406802008417798611324068020084177986113240680200841779861132406802008417798611324068020084177986113240680200841779861" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 44584eda-17ef-4164-913b-93e72dfcbff4, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7e671e92-a0ac-496f-813d-15fd82722850, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8a681e6c-4679-4141-9195-51817a60d412, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8a681e6c-4679-4141-9195-51817a60d412, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12442327762038159688 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1244232776203815968812442327762038159688124423277620381596881244232776203815968812442327762038159688124423277620381596881244232776203815968812442327762038159688124423277620381596881244232776203815968812442327762038159688124423277620381596881244232776203815968812442327762038159688124423277620381596881244232776203815968812442327762038159688124423277620381596881244232776203815968812442327762038159688" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3425350c-7212-4461-83ca-4d8940e4be37, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3425350c-7212-4461-83ca-4d8940e4be37, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9656209530258771145 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96562095302587711459656209530258771145965620953025877114596562095302587711459656209530258771145965620953025877114596562095302587711459656209530258771145965620953025877114596562095302587711459656209530258771145965620953025877114596562095302587711459656209530258771145965620953025877114596562095302587711459656209530258771145965620953025877114596562095302587711459656209530258771145" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8a681e6c-4679-4141-9195-51817a60d412, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 477bd5cb-6520-4ee7-8cfe-ebd1c099d8cf, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 477bd5cb-6520-4ee7-8cfe-ebd1c099d8cf, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12629839034606503887 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1262983903460650388712629839034606503887126298390346065038871262983903460650388712629839034606503887126298390346065038871262983903460650388712629839034606503887126298390346065038871262983903460650388712629839034606503887126298390346065038871262983903460650388712629839034606503887126298390346065038871262983903460650388712629839034606503887126298390346065038871262983903460650388712629839034606503887" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3425350c-7212-4461-83ca-4d8940e4be37, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 368b01e2-1aa3-4676-81dd-faa4519ff254, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 368b01e2-1aa3-4676-81dd-faa4519ff254, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4686957602602181519 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46869576026021815194686957602602181519468695760260218151946869576026021815194686957602602181519468695760260218151946869576026021815194686957602602181519468695760260218151946869576026021815194686957602602181519468695760260218151946869576026021815194686957602602181519468695760260218151946869576026021815194686957602602181519468695760260218151946869576026021815194686957602602181519" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 477bd5cb-6520-4ee7-8cfe-ebd1c099d8cf, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 542145f3-26b8-4315-8bff-54959338c046, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 542145f3-26b8-4315-8bff-54959338c046, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1243388064369392983 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12433880643693929831243388064369392983124338806436939298312433880643693929831243388064369392983124338806436939298312433880643693929831243388064369392983124338806436939298312433880643693929831243388064369392983124338806436939298312433880643693929831243388064369392983124338806436939298312433880643693929831243388064369392983124338806436939298312433880643693929831243388064369392983" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 368b01e2-1aa3-4676-81dd-faa4519ff254, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d0ada856-5a65-479d-881b-dc141159a0b5, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d0ada856-5a65-479d-881b-dc141159a0b5, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9978979983855300507 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99789799838553005079978979983855300507997897998385530050799789799838553005079978979983855300507997897998385530050799789799838553005079978979983855300507997897998385530050799789799838553005079978979983855300507997897998385530050799789799838553005079978979983855300507997897998385530050799789799838553005079978979983855300507997897998385530050799789799838553005079978979983855300507" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 542145f3-26b8-4315-8bff-54959338c046, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0dd3ee8c-dc81-4822-a6e3-f99409bc4bc9, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0dd3ee8c-dc81-4822-a6e3-f99409bc4bc9, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10278741537532953251 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1027874153753295325110278741537532953251102787415375329532511027874153753295325110278741537532953251102787415375329532511027874153753295325110278741537532953251102787415375329532511027874153753295325110278741537532953251102787415375329532511027874153753295325110278741537532953251102787415375329532511027874153753295325110278741537532953251102787415375329532511027874153753295325110278741537532953251" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d0ada856-5a65-479d-881b-dc141159a0b5, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4fda4147-12a3-4b3a-ab1f-6357465d9757, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4fda4147-12a3-4b3a-ab1f-6357465d9757, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16431190568801648643 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1643119056880164864316431190568801648643164311905688016486431643119056880164864316431190568801648643164311905688016486431643119056880164864316431190568801648643164311905688016486431643119056880164864316431190568801648643164311905688016486431643119056880164864316431190568801648643164311905688016486431643119056880164864316431190568801648643164311905688016486431643119056880164864316431190568801648643" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4fda4147-12a3-4b3a-ab1f-6357465d9757, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 075178aa-5c37-486e-856b-6e1c3034ec56, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 075178aa-5c37-486e-856b-6e1c3034ec56, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9841646876466775973 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98416468764667759739841646876466775973984164687646677597398416468764667759739841646876466775973984164687646677597398416468764667759739841646876466775973984164687646677597398416468764667759739841646876466775973984164687646677597398416468764667759739841646876466775973984164687646677597398416468764667759739841646876466775973984164687646677597398416468764667759739841646876466775973" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0dd3ee8c-dc81-4822-a6e3-f99409bc4bc9, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 527cfe62-e89e-4f1c-93a7-420a5cf6516f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 527cfe62-e89e-4f1c-93a7-420a5cf6516f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11510987500673369971 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1151098750067336997111510987500673369971115109875006733699711151098750067336997111510987500673369971115109875006733699711151098750067336997111510987500673369971115109875006733699711151098750067336997111510987500673369971115109875006733699711151098750067336997111510987500673369971115109875006733699711151098750067336997111510987500673369971115109875006733699711151098750067336997111510987500673369971" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 075178aa-5c37-486e-856b-6e1c3034ec56, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 71ce627e-13c1-4632-8ec5-68544dbebecd, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 71ce627e-13c1-4632-8ec5-68544dbebecd, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9054485755367938616 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90544857553679386169054485755367938616905448575536793861690544857553679386169054485755367938616905448575536793861690544857553679386169054485755367938616905448575536793861690544857553679386169054485755367938616905448575536793861690544857553679386169054485755367938616905448575536793861690544857553679386169054485755367938616905448575536793861690544857553679386169054485755367938616" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 527cfe62-e89e-4f1c-93a7-420a5cf6516f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fbd34f38-a5e1-4e3e-a2cf-5162f5c0d0ea, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fbd34f38-a5e1-4e3e-a2cf-5162f5c0d0ea, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6674725639161889616 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66747256391618896166674725639161889616667472563916188961666747256391618896166674725639161889616667472563916188961666747256391618896166674725639161889616667472563916188961666747256391618896166674725639161889616667472563916188961666747256391618896166674725639161889616667472563916188961666747256391618896166674725639161889616667472563916188961666747256391618896166674725639161889616" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 71ce627e-13c1-4632-8ec5-68544dbebecd, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a7492a2f-7f75-4705-a352-a062e14fe3f1, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a7492a2f-7f75-4705-a352-a062e14fe3f1, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2264907615735111486 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22649076157351114862264907615735111486226490761573511148622649076157351114862264907615735111486226490761573511148622649076157351114862264907615735111486226490761573511148622649076157351114862264907615735111486226490761573511148622649076157351114862264907615735111486226490761573511148622649076157351114862264907615735111486226490761573511148622649076157351114862264907615735111486" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fbd34f38-a5e1-4e3e-a2cf-5162f5c0d0ea, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2c6d51b9-f207-46ea-b52e-90012a2a9d70, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2c6d51b9-f207-46ea-b52e-90012a2a9d70, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 915040238162929288 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "915040238162929288915040238162929288915040238162929288915040238162929288915040238162929288915040238162929288915040238162929288915040238162929288915040238162929288915040238162929288915040238162929288915040238162929288915040238162929288915040238162929288915040238162929288915040238162929288915040238162929288915040238162929288915040238162929288915040238162929288" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a7492a2f-7f75-4705-a352-a062e14fe3f1, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ec40de73-f2ec-487b-ac89-c28da2c543a3, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ec40de73-f2ec-487b-ac89-c28da2c543a3, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 474105435624446402 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "474105435624446402474105435624446402474105435624446402474105435624446402474105435624446402474105435624446402474105435624446402474105435624446402474105435624446402474105435624446402474105435624446402474105435624446402474105435624446402474105435624446402474105435624446402474105435624446402474105435624446402474105435624446402474105435624446402474105435624446402" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2c6d51b9-f207-46ea-b52e-90012a2a9d70, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a128a3c4-d8d0-4430-a03a-c90b86fa53e9, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a128a3c4-d8d0-4430-a03a-c90b86fa53e9, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16959371169290179432 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1695937116929017943216959371169290179432169593711692901794321695937116929017943216959371169290179432169593711692901794321695937116929017943216959371169290179432169593711692901794321695937116929017943216959371169290179432169593711692901794321695937116929017943216959371169290179432169593711692901794321695937116929017943216959371169290179432169593711692901794321695937116929017943216959371169290179432" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ec40de73-f2ec-487b-ac89-c28da2c543a3, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cf7d5f8d-0c82-4692-9162-469fb9c88433, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cf7d5f8d-0c82-4692-9162-469fb9c88433, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17701556935424933151 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1770155693542493315117701556935424933151177015569354249331511770155693542493315117701556935424933151177015569354249331511770155693542493315117701556935424933151177015569354249331511770155693542493315117701556935424933151177015569354249331511770155693542493315117701556935424933151177015569354249331511770155693542493315117701556935424933151177015569354249331511770155693542493315117701556935424933151" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a128a3c4-d8d0-4430-a03a-c90b86fa53e9, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 01f9f200-d765-4e91-bcff-3fa7fadc12f7, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 01f9f200-d765-4e91-bcff-3fa7fadc12f7, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11512377947735767245 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1151237794773576724511512377947735767245115123779477357672451151237794773576724511512377947735767245115123779477357672451151237794773576724511512377947735767245115123779477357672451151237794773576724511512377947735767245115123779477357672451151237794773576724511512377947735767245115123779477357672451151237794773576724511512377947735767245115123779477357672451151237794773576724511512377947735767245" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cf7d5f8d-0c82-4692-9162-469fb9c88433, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 719df295-e8c9-47b1-8807-0c777eaa331c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 719df295-e8c9-47b1-8807-0c777eaa331c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7008243316074162608 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70082433160741626087008243316074162608700824331607416260870082433160741626087008243316074162608700824331607416260870082433160741626087008243316074162608700824331607416260870082433160741626087008243316074162608700824331607416260870082433160741626087008243316074162608700824331607416260870082433160741626087008243316074162608700824331607416260870082433160741626087008243316074162608" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 01f9f200-d765-4e91-bcff-3fa7fadc12f7, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ea8eeacc-c5d5-4f50-9686-2b16626d0148, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 719df295-e8c9-47b1-8807-0c777eaa331c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1ac37431-65ff-4e50-8100-350a1608206c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ea8eeacc-c5d5-4f50-9686-2b16626d0148, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1090377429467511054 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10903774294675110541090377429467511054109037742946751105410903774294675110541090377429467511054109037742946751105410903774294675110541090377429467511054109037742946751105410903774294675110541090377429467511054109037742946751105410903774294675110541090377429467511054109037742946751105410903774294675110541090377429467511054109037742946751105410903774294675110541090377429467511054" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1ac37431-65ff-4e50-8100-350a1608206c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16462452393035604633 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1646245239303560463316462452393035604633164624523930356046331646245239303560463316462452393035604633164624523930356046331646245239303560463316462452393035604633164624523930356046331646245239303560463316462452393035604633164624523930356046331646245239303560463316462452393035604633164624523930356046331646245239303560463316462452393035604633164624523930356046331646245239303560463316462452393035604633" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ea8eeacc-c5d5-4f50-9686-2b16626d0148, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 736f18e2-28c6-40b5-92bd-9af7dc69ff44, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1ac37431-65ff-4e50-8100-350a1608206c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c8fd8161-0de3-42f6-93bd-dc89a3cb8f44, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c8fd8161-0de3-42f6-93bd-dc89a3cb8f44, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14213420260234678102 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1421342026023467810214213420260234678102142134202602346781021421342026023467810214213420260234678102142134202602346781021421342026023467810214213420260234678102142134202602346781021421342026023467810214213420260234678102142134202602346781021421342026023467810214213420260234678102142134202602346781021421342026023467810214213420260234678102142134202602346781021421342026023467810214213420260234678102" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 736f18e2-28c6-40b5-92bd-9af7dc69ff44, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13013175547871679935 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1301317554787167993513013175547871679935130131755478716799351301317554787167993513013175547871679935130131755478716799351301317554787167993513013175547871679935130131755478716799351301317554787167993513013175547871679935130131755478716799351301317554787167993513013175547871679935130131755478716799351301317554787167993513013175547871679935130131755478716799351301317554787167993513013175547871679935" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c8fd8161-0de3-42f6-93bd-dc89a3cb8f44, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 736f18e2-28c6-40b5-92bd-9af7dc69ff44, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0beb65ee-8749-4b44-90ce-b63e4dfba327, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0beb65ee-8749-4b44-90ce-b63e4dfba327, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6943824674005338048 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69438246740053380486943824674005338048694382467400533804869438246740053380486943824674005338048694382467400533804869438246740053380486943824674005338048694382467400533804869438246740053380486943824674005338048694382467400533804869438246740053380486943824674005338048694382467400533804869438246740053380486943824674005338048694382467400533804869438246740053380486943824674005338048" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a1e060d4-bebd-473b-a520-b4434e289199, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a1e060d4-bebd-473b-a520-b4434e289199, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1304728374729908414 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13047283747299084141304728374729908414130472837472990841413047283747299084141304728374729908414130472837472990841413047283747299084141304728374729908414130472837472990841413047283747299084141304728374729908414130472837472990841413047283747299084141304728374729908414130472837472990841413047283747299084141304728374729908414130472837472990841413047283747299084141304728374729908414" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0beb65ee-8749-4b44-90ce-b63e4dfba327, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4e421f2c-a284-44f2-b9c2-4ac6241276e2, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4e421f2c-a284-44f2-b9c2-4ac6241276e2, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16514703181152853267 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1651470318115285326716514703181152853267165147031811528532671651470318115285326716514703181152853267165147031811528532671651470318115285326716514703181152853267165147031811528532671651470318115285326716514703181152853267165147031811528532671651470318115285326716514703181152853267165147031811528532671651470318115285326716514703181152853267165147031811528532671651470318115285326716514703181152853267" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a1e060d4-bebd-473b-a520-b4434e289199, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9c63e793-30e6-40be-80ae-9ef2f83a0d00, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9c63e793-30e6-40be-80ae-9ef2f83a0d00, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14413329132515145611 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1441332913251514561114413329132515145611144133291325151456111441332913251514561114413329132515145611144133291325151456111441332913251514561114413329132515145611144133291325151456111441332913251514561114413329132515145611144133291325151456111441332913251514561114413329132515145611144133291325151456111441332913251514561114413329132515145611144133291325151456111441332913251514561114413329132515145611" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4e421f2c-a284-44f2-b9c2-4ac6241276e2, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e557727d-014a-4026-84b6-41e6d597c3d4, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e557727d-014a-4026-84b6-41e6d597c3d4, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8782105828493635323 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87821058284936353238782105828493635323878210582849363532387821058284936353238782105828493635323878210582849363532387821058284936353238782105828493635323878210582849363532387821058284936353238782105828493635323878210582849363532387821058284936353238782105828493635323878210582849363532387821058284936353238782105828493635323878210582849363532387821058284936353238782105828493635323" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9c63e793-30e6-40be-80ae-9ef2f83a0d00, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5982a8ab-6de6-4a84-b6d9-4ebffcd3d62c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5982a8ab-6de6-4a84-b6d9-4ebffcd3d62c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10802978297409814822 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1080297829740981482210802978297409814822108029782974098148221080297829740981482210802978297409814822108029782974098148221080297829740981482210802978297409814822108029782974098148221080297829740981482210802978297409814822108029782974098148221080297829740981482210802978297409814822108029782974098148221080297829740981482210802978297409814822108029782974098148221080297829740981482210802978297409814822" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e557727d-014a-4026-84b6-41e6d597c3d4, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 706edf81-fc1a-40a4-8001-d585569dd641, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 706edf81-fc1a-40a4-8001-d585569dd641, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4510286986741678233 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45102869867416782334510286986741678233451028698674167823345102869867416782334510286986741678233451028698674167823345102869867416782334510286986741678233451028698674167823345102869867416782334510286986741678233451028698674167823345102869867416782334510286986741678233451028698674167823345102869867416782334510286986741678233451028698674167823345102869867416782334510286986741678233" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5982a8ab-6de6-4a84-b6d9-4ebffcd3d62c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f180f4ce-87fe-4059-8fb7-81f97b02022d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f180f4ce-87fe-4059-8fb7-81f97b02022d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4226080262966575071 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42260802629665750714226080262966575071422608026296657507142260802629665750714226080262966575071422608026296657507142260802629665750714226080262966575071422608026296657507142260802629665750714226080262966575071422608026296657507142260802629665750714226080262966575071422608026296657507142260802629665750714226080262966575071422608026296657507142260802629665750714226080262966575071" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 706edf81-fc1a-40a4-8001-d585569dd641, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, eff079d9-4973-45ff-995c-4799b86eed5a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eff079d9-4973-45ff-995c-4799b86eed5a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10971064972167120357 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1097106497216712035710971064972167120357109710649721671203571097106497216712035710971064972167120357109710649721671203571097106497216712035710971064972167120357109710649721671203571097106497216712035710971064972167120357109710649721671203571097106497216712035710971064972167120357109710649721671203571097106497216712035710971064972167120357109710649721671203571097106497216712035710971064972167120357" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f180f4ce-87fe-4059-8fb7-81f97b02022d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8facca92-e8fc-4ad9-bf77-ca6aaa647d8e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8facca92-e8fc-4ad9-bf77-ca6aaa647d8e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 365687438778712137 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "365687438778712137365687438778712137365687438778712137365687438778712137365687438778712137365687438778712137365687438778712137365687438778712137365687438778712137365687438778712137365687438778712137365687438778712137365687438778712137365687438778712137365687438778712137365687438778712137365687438778712137365687438778712137365687438778712137365687438778712137" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eff079d9-4973-45ff-995c-4799b86eed5a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 318bec24-2d2d-4e4c-b97f-a762f925f7c6, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 318bec24-2d2d-4e4c-b97f-a762f925f7c6, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15325971758423483117 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1532597175842348311715325971758423483117153259717584234831171532597175842348311715325971758423483117153259717584234831171532597175842348311715325971758423483117153259717584234831171532597175842348311715325971758423483117153259717584234831171532597175842348311715325971758423483117153259717584234831171532597175842348311715325971758423483117153259717584234831171532597175842348311715325971758423483117" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8facca92-e8fc-4ad9-bf77-ca6aaa647d8e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0b74426a-3157-4ac4-a103-c4beff801655, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0b74426a-3157-4ac4-a103-c4beff801655, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17822830385835519193 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1782283038583551919317822830385835519193178228303858355191931782283038583551919317822830385835519193178228303858355191931782283038583551919317822830385835519193178228303858355191931782283038583551919317822830385835519193178228303858355191931782283038583551919317822830385835519193178228303858355191931782283038583551919317822830385835519193178228303858355191931782283038583551919317822830385835519193" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 318bec24-2d2d-4e4c-b97f-a762f925f7c6, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2ccff0da-1b71-4a67-acb9-f781db9c598d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2ccff0da-1b71-4a67-acb9-f781db9c598d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4926110317611971832 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49261103176119718324926110317611971832492611031761197183249261103176119718324926110317611971832492611031761197183249261103176119718324926110317611971832492611031761197183249261103176119718324926110317611971832492611031761197183249261103176119718324926110317611971832492611031761197183249261103176119718324926110317611971832492611031761197183249261103176119718324926110317611971832" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2ccff0da-1b71-4a67-acb9-f781db9c598d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ae9e3452-a57e-44a7-84ce-e81b08d373c6, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ae9e3452-a57e-44a7-84ce-e81b08d373c6, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13626731838780674076 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1362673183878067407613626731838780674076136267318387806740761362673183878067407613626731838780674076136267318387806740761362673183878067407613626731838780674076136267318387806740761362673183878067407613626731838780674076136267318387806740761362673183878067407613626731838780674076136267318387806740761362673183878067407613626731838780674076136267318387806740761362673183878067407613626731838780674076" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0b74426a-3157-4ac4-a103-c4beff801655, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, aaea4be3-9572-4f37-b447-abbe437a044d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aaea4be3-9572-4f37-b447-abbe437a044d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7218411787427625826 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72184117874276258267218411787427625826721841178742762582672184117874276258267218411787427625826721841178742762582672184117874276258267218411787427625826721841178742762582672184117874276258267218411787427625826721841178742762582672184117874276258267218411787427625826721841178742762582672184117874276258267218411787427625826721841178742762582672184117874276258267218411787427625826" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ae9e3452-a57e-44a7-84ce-e81b08d373c6, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7ac34e51-b546-44b7-9ad4-cb3019e2aeb4, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aaea4be3-9572-4f37-b447-abbe437a044d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8aafb0b9-7257-4508-8244-5700edf4f66f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8aafb0b9-7257-4508-8244-5700edf4f66f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3249377747165998570 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32493777471659985703249377747165998570324937774716599857032493777471659985703249377747165998570324937774716599857032493777471659985703249377747165998570324937774716599857032493777471659985703249377747165998570324937774716599857032493777471659985703249377747165998570324937774716599857032493777471659985703249377747165998570324937774716599857032493777471659985703249377747165998570" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7ac34e51-b546-44b7-9ad4-cb3019e2aeb4, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11095059783100895764 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1109505978310089576411095059783100895764110950597831008957641109505978310089576411095059783100895764110950597831008957641109505978310089576411095059783100895764110950597831008957641109505978310089576411095059783100895764110950597831008957641109505978310089576411095059783100895764110950597831008957641109505978310089576411095059783100895764110950597831008957641109505978310089576411095059783100895764" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8aafb0b9-7257-4508-8244-5700edf4f66f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ebca2ea2-a57d-41d8-9607-68f6a3ae7d02, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ebca2ea2-a57d-41d8-9607-68f6a3ae7d02, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18333048230492696914 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1833304823049269691418333048230492696914183330482304926969141833304823049269691418333048230492696914183330482304926969141833304823049269691418333048230492696914183330482304926969141833304823049269691418333048230492696914183330482304926969141833304823049269691418333048230492696914183330482304926969141833304823049269691418333048230492696914183330482304926969141833304823049269691418333048230492696914" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7ac34e51-b546-44b7-9ad4-cb3019e2aeb4, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1f76f450-a64e-4cfd-82c4-f18e286e3c89, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1f76f450-a64e-4cfd-82c4-f18e286e3c89, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14114894757500641957 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1411489475750064195714114894757500641957141148947575006419571411489475750064195714114894757500641957141148947575006419571411489475750064195714114894757500641957141148947575006419571411489475750064195714114894757500641957141148947575006419571411489475750064195714114894757500641957141148947575006419571411489475750064195714114894757500641957141148947575006419571411489475750064195714114894757500641957" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ebca2ea2-a57d-41d8-9607-68f6a3ae7d02, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1245eeb3-803e-4f47-849c-be402f20f4f3, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1245eeb3-803e-4f47-849c-be402f20f4f3, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7117796970932016540 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71177969709320165407117796970932016540711779697093201654071177969709320165407117796970932016540711779697093201654071177969709320165407117796970932016540711779697093201654071177969709320165407117796970932016540711779697093201654071177969709320165407117796970932016540711779697093201654071177969709320165407117796970932016540711779697093201654071177969709320165407117796970932016540" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1f76f450-a64e-4cfd-82c4-f18e286e3c89, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 987d6861-1d5b-4284-82b1-ee5fbe470672, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 987d6861-1d5b-4284-82b1-ee5fbe470672, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7145410667537103080 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71454106675371030807145410667537103080714541066753710308071454106675371030807145410667537103080714541066753710308071454106675371030807145410667537103080714541066753710308071454106675371030807145410667537103080714541066753710308071454106675371030807145410667537103080714541066753710308071454106675371030807145410667537103080714541066753710308071454106675371030807145410667537103080" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 987d6861-1d5b-4284-82b1-ee5fbe470672, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6cdd6543-f727-4bf4-85e5-19ac5e2bfe5f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6cdd6543-f727-4bf4-85e5-19ac5e2bfe5f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16269227196456065610 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1626922719645606561016269227196456065610162692271964560656101626922719645606561016269227196456065610162692271964560656101626922719645606561016269227196456065610162692271964560656101626922719645606561016269227196456065610162692271964560656101626922719645606561016269227196456065610162692271964560656101626922719645606561016269227196456065610162692271964560656101626922719645606561016269227196456065610" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1245eeb3-803e-4f47-849c-be402f20f4f3, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8b61ec3c-271e-4dc3-80e5-6866c8000bba, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8b61ec3c-271e-4dc3-80e5-6866c8000bba, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10010251070258866154 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1001025107025886615410010251070258866154100102510702588661541001025107025886615410010251070258866154100102510702588661541001025107025886615410010251070258866154100102510702588661541001025107025886615410010251070258866154100102510702588661541001025107025886615410010251070258866154100102510702588661541001025107025886615410010251070258866154100102510702588661541001025107025886615410010251070258866154" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6cdd6543-f727-4bf4-85e5-19ac5e2bfe5f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 56343a9b-7c1c-47a2-a757-0169e45b4f5b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 56343a9b-7c1c-47a2-a757-0169e45b4f5b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12765780104886352102 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1276578010488635210212765780104886352102127657801048863521021276578010488635210212765780104886352102127657801048863521021276578010488635210212765780104886352102127657801048863521021276578010488635210212765780104886352102127657801048863521021276578010488635210212765780104886352102127657801048863521021276578010488635210212765780104886352102127657801048863521021276578010488635210212765780104886352102" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8b61ec3c-271e-4dc3-80e5-6866c8000bba, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 220035b0-f65f-4da2-b88b-839e927c6a86, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 220035b0-f65f-4da2-b88b-839e927c6a86, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8756163440463075673 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87561634404630756738756163440463075673875616344046307567387561634404630756738756163440463075673875616344046307567387561634404630756738756163440463075673875616344046307567387561634404630756738756163440463075673875616344046307567387561634404630756738756163440463075673875616344046307567387561634404630756738756163440463075673875616344046307567387561634404630756738756163440463075673" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 56343a9b-7c1c-47a2-a757-0169e45b4f5b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6f8e758d-69b4-4523-bd86-fe691126d6cf, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6f8e758d-69b4-4523-bd86-fe691126d6cf, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2293999002267016802 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22939990022670168022293999002267016802229399900226701680222939990022670168022293999002267016802229399900226701680222939990022670168022293999002267016802229399900226701680222939990022670168022293999002267016802229399900226701680222939990022670168022293999002267016802229399900226701680222939990022670168022293999002267016802229399900226701680222939990022670168022293999002267016802" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 220035b0-f65f-4da2-b88b-839e927c6a86, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 456748d3-1108-4481-8a12-31be76399591, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 456748d3-1108-4481-8a12-31be76399591, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10925409587821134896 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1092540958782113489610925409587821134896109254095878211348961092540958782113489610925409587821134896109254095878211348961092540958782113489610925409587821134896109254095878211348961092540958782113489610925409587821134896109254095878211348961092540958782113489610925409587821134896109254095878211348961092540958782113489610925409587821134896109254095878211348961092540958782113489610925409587821134896" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6f8e758d-69b4-4523-bd86-fe691126d6cf, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 50c683b5-e65c-4634-9b48-5c481ec36fd1, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 50c683b5-e65c-4634-9b48-5c481ec36fd1, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4786099974096041693 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47860999740960416934786099974096041693478609997409604169347860999740960416934786099974096041693478609997409604169347860999740960416934786099974096041693478609997409604169347860999740960416934786099974096041693478609997409604169347860999740960416934786099974096041693478609997409604169347860999740960416934786099974096041693478609997409604169347860999740960416934786099974096041693" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 50c683b5-e65c-4634-9b48-5c481ec36fd1, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6f50e1ef-b060-45fb-a8fa-1c56d20aa104, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6f50e1ef-b060-45fb-a8fa-1c56d20aa104, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2184801704363722715 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21848017043637227152184801704363722715218480170436372271521848017043637227152184801704363722715218480170436372271521848017043637227152184801704363722715218480170436372271521848017043637227152184801704363722715218480170436372271521848017043637227152184801704363722715218480170436372271521848017043637227152184801704363722715218480170436372271521848017043637227152184801704363722715" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 456748d3-1108-4481-8a12-31be76399591, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3ca01630-11ae-492b-aef7-0a66fcf9920f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3ca01630-11ae-492b-aef7-0a66fcf9920f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2837464901273885129 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28374649012738851292837464901273885129283746490127388512928374649012738851292837464901273885129283746490127388512928374649012738851292837464901273885129283746490127388512928374649012738851292837464901273885129283746490127388512928374649012738851292837464901273885129283746490127388512928374649012738851292837464901273885129283746490127388512928374649012738851292837464901273885129" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3ca01630-11ae-492b-aef7-0a66fcf9920f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6f50e1ef-b060-45fb-a8fa-1c56d20aa104, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9b1cc443-73af-4f95-afc4-10cb11c42e8f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9b1cc443-73af-4f95-afc4-10cb11c42e8f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8630472391309110887 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86304723913091108878630472391309110887863047239130911088786304723913091108878630472391309110887863047239130911088786304723913091108878630472391309110887863047239130911088786304723913091108878630472391309110887863047239130911088786304723913091108878630472391309110887863047239130911088786304723913091108878630472391309110887863047239130911088786304723913091108878630472391309110887" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a6a02bad-1c7d-4b40-bae4-db9ccf7c7b27, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a6a02bad-1c7d-4b40-bae4-db9ccf7c7b27, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 587542784618027992 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "587542784618027992587542784618027992587542784618027992587542784618027992587542784618027992587542784618027992587542784618027992587542784618027992587542784618027992587542784618027992587542784618027992587542784618027992587542784618027992587542784618027992587542784618027992587542784618027992587542784618027992587542784618027992587542784618027992587542784618027992" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9b1cc443-73af-4f95-afc4-10cb11c42e8f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 67c6122c-4179-4ba1-bea1-b3f74c5ee3d7, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 67c6122c-4179-4ba1-bea1-b3f74c5ee3d7, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14787275545050171082 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1478727554505017108214787275545050171082147872755450501710821478727554505017108214787275545050171082147872755450501710821478727554505017108214787275545050171082147872755450501710821478727554505017108214787275545050171082147872755450501710821478727554505017108214787275545050171082147872755450501710821478727554505017108214787275545050171082147872755450501710821478727554505017108214787275545050171082" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a6a02bad-1c7d-4b40-bae4-db9ccf7c7b27, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 68b83c44-6ff5-49df-9431-d396b4a9a9d3, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 68b83c44-6ff5-49df-9431-d396b4a9a9d3, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14122058659196046309 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1412205865919604630914122058659196046309141220586591960463091412205865919604630914122058659196046309141220586591960463091412205865919604630914122058659196046309141220586591960463091412205865919604630914122058659196046309141220586591960463091412205865919604630914122058659196046309141220586591960463091412205865919604630914122058659196046309141220586591960463091412205865919604630914122058659196046309" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 67c6122c-4179-4ba1-bea1-b3f74c5ee3d7, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a1accb27-1397-4358-a332-5d15ce3841f5, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a1accb27-1397-4358-a332-5d15ce3841f5, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7382751569630813863 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73827515696308138637382751569630813863738275156963081386373827515696308138637382751569630813863738275156963081386373827515696308138637382751569630813863738275156963081386373827515696308138637382751569630813863738275156963081386373827515696308138637382751569630813863738275156963081386373827515696308138637382751569630813863738275156963081386373827515696308138637382751569630813863" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 68b83c44-6ff5-49df-9431-d396b4a9a9d3, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 995eab58-70ea-403e-a3fd-f8943a3a56e4, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 995eab58-70ea-403e-a3fd-f8943a3a56e4, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5088113100600429831 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50881131006004298315088113100600429831508811310060042983150881131006004298315088113100600429831508811310060042983150881131006004298315088113100600429831508811310060042983150881131006004298315088113100600429831508811310060042983150881131006004298315088113100600429831508811310060042983150881131006004298315088113100600429831508811310060042983150881131006004298315088113100600429831" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a1accb27-1397-4358-a332-5d15ce3841f5, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 77731b48-e4f4-48f0-9b5f-a73d281a4db4, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 77731b48-e4f4-48f0-9b5f-a73d281a4db4, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11341102923840584740 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1134110292384058474011341102923840584740113411029238405847401134110292384058474011341102923840584740113411029238405847401134110292384058474011341102923840584740113411029238405847401134110292384058474011341102923840584740113411029238405847401134110292384058474011341102923840584740113411029238405847401134110292384058474011341102923840584740113411029238405847401134110292384058474011341102923840584740" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 995eab58-70ea-403e-a3fd-f8943a3a56e4, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 77e13ca8-2ad9-42d9-b2f9-ceaee4cf8336, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 77e13ca8-2ad9-42d9-b2f9-ceaee4cf8336, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1619865190384034647 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16198651903840346471619865190384034647161986519038403464716198651903840346471619865190384034647161986519038403464716198651903840346471619865190384034647161986519038403464716198651903840346471619865190384034647161986519038403464716198651903840346471619865190384034647161986519038403464716198651903840346471619865190384034647161986519038403464716198651903840346471619865190384034647" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 77731b48-e4f4-48f0-9b5f-a73d281a4db4, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, faa4c3ec-0e5f-4c99-bc2b-dceac714f5d4, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, faa4c3ec-0e5f-4c99-bc2b-dceac714f5d4, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2228012166619027792 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22280121666190277922228012166619027792222801216661902779222280121666190277922228012166619027792222801216661902779222280121666190277922228012166619027792222801216661902779222280121666190277922228012166619027792222801216661902779222280121666190277922228012166619027792222801216661902779222280121666190277922228012166619027792222801216661902779222280121666190277922228012166619027792" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 77e13ca8-2ad9-42d9-b2f9-ceaee4cf8336, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, faa4c3ec-0e5f-4c99-bc2b-dceac714f5d4, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 73218306-204c-469d-8fa5-1ac722ccc875, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 73218306-204c-469d-8fa5-1ac722ccc875, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1325630693094874795 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13256306930948747951325630693094874795132563069309487479513256306930948747951325630693094874795132563069309487479513256306930948747951325630693094874795132563069309487479513256306930948747951325630693094874795132563069309487479513256306930948747951325630693094874795132563069309487479513256306930948747951325630693094874795132563069309487479513256306930948747951325630693094874795" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 25464468-fbaa-4da0-8743-cdc83cbe9e26, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 25464468-fbaa-4da0-8743-cdc83cbe9e26, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6354411138179176115 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63544111381791761156354411138179176115635441113817917611563544111381791761156354411138179176115635441113817917611563544111381791761156354411138179176115635441113817917611563544111381791761156354411138179176115635441113817917611563544111381791761156354411138179176115635441113817917611563544111381791761156354411138179176115635441113817917611563544111381791761156354411138179176115" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 73218306-204c-469d-8fa5-1ac722ccc875, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 985cea4f-974c-44a7-82b8-00d7522f696d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 985cea4f-974c-44a7-82b8-00d7522f696d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14385615093307444525 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1438561509330744452514385615093307444525143856150933074445251438561509330744452514385615093307444525143856150933074445251438561509330744452514385615093307444525143856150933074445251438561509330744452514385615093307444525143856150933074445251438561509330744452514385615093307444525143856150933074445251438561509330744452514385615093307444525143856150933074445251438561509330744452514385615093307444525" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 25464468-fbaa-4da0-8743-cdc83cbe9e26, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 20aeed4c-187b-4782-8c17-fc53a360035d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 20aeed4c-187b-4782-8c17-fc53a360035d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9292038914785396943 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92920389147853969439292038914785396943929203891478539694392920389147853969439292038914785396943929203891478539694392920389147853969439292038914785396943929203891478539694392920389147853969439292038914785396943929203891478539694392920389147853969439292038914785396943929203891478539694392920389147853969439292038914785396943929203891478539694392920389147853969439292038914785396943" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 985cea4f-974c-44a7-82b8-00d7522f696d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ff8c5dd9-cae2-4e3e-a8f4-71d7239d18c3, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ff8c5dd9-cae2-4e3e-a8f4-71d7239d18c3, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7288806397108968708 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72888063971089687087288806397108968708728880639710896870872888063971089687087288806397108968708728880639710896870872888063971089687087288806397108968708728880639710896870872888063971089687087288806397108968708728880639710896870872888063971089687087288806397108968708728880639710896870872888063971089687087288806397108968708728880639710896870872888063971089687087288806397108968708" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 20aeed4c-187b-4782-8c17-fc53a360035d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 16ae13e3-f398-4377-bb34-02078b67c979, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 16ae13e3-f398-4377-bb34-02078b67c979, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8738952141337761909 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87389521413377619098738952141337761909873895214133776190987389521413377619098738952141337761909873895214133776190987389521413377619098738952141337761909873895214133776190987389521413377619098738952141337761909873895214133776190987389521413377619098738952141337761909873895214133776190987389521413377619098738952141337761909873895214133776190987389521413377619098738952141337761909" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ff8c5dd9-cae2-4e3e-a8f4-71d7239d18c3, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 47b83cf1-40e3-4269-859c-33558e8a9e3a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 47b83cf1-40e3-4269-859c-33558e8a9e3a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11357319358053796818 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1135731935805379681811357319358053796818113573193580537968181135731935805379681811357319358053796818113573193580537968181135731935805379681811357319358053796818113573193580537968181135731935805379681811357319358053796818113573193580537968181135731935805379681811357319358053796818113573193580537968181135731935805379681811357319358053796818113573193580537968181135731935805379681811357319358053796818" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 16ae13e3-f398-4377-bb34-02078b67c979, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, aca23bc2-9ebb-49f9-b588-8e6d915414d2, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aca23bc2-9ebb-49f9-b588-8e6d915414d2, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15712485585800643672 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1571248558580064367215712485585800643672157124855858006436721571248558580064367215712485585800643672157124855858006436721571248558580064367215712485585800643672157124855858006436721571248558580064367215712485585800643672157124855858006436721571248558580064367215712485585800643672157124855858006436721571248558580064367215712485585800643672157124855858006436721571248558580064367215712485585800643672" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 47b83cf1-40e3-4269-859c-33558e8a9e3a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1c8c5ca4-6fa7-4939-8cfe-85531605d6d8, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aca23bc2-9ebb-49f9-b588-8e6d915414d2, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1c8c5ca4-6fa7-4939-8cfe-85531605d6d8, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17210637445221301308 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1721063744522130130817210637445221301308172106374452213013081721063744522130130817210637445221301308172106374452213013081721063744522130130817210637445221301308172106374452213013081721063744522130130817210637445221301308172106374452213013081721063744522130130817210637445221301308172106374452213013081721063744522130130817210637445221301308172106374452213013081721063744522130130817210637445221301308" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ad868f71-e50f-4c63-a9ef-40fbc5afe4d1, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ad868f71-e50f-4c63-a9ef-40fbc5afe4d1, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14530038304095409681 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1453003830409540968114530038304095409681145300383040954096811453003830409540968114530038304095409681145300383040954096811453003830409540968114530038304095409681145300383040954096811453003830409540968114530038304095409681145300383040954096811453003830409540968114530038304095409681145300383040954096811453003830409540968114530038304095409681145300383040954096811453003830409540968114530038304095409681" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1c8c5ca4-6fa7-4939-8cfe-85531605d6d8, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0884c595-c948-441b-b188-ba4d792653f2, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0884c595-c948-441b-b188-ba4d792653f2, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9782898690579746668 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97828986905797466689782898690579746668978289869057974666897828986905797466689782898690579746668978289869057974666897828986905797466689782898690579746668978289869057974666897828986905797466689782898690579746668978289869057974666897828986905797466689782898690579746668978289869057974666897828986905797466689782898690579746668978289869057974666897828986905797466689782898690579746668" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ad868f71-e50f-4c63-a9ef-40fbc5afe4d1, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 56653df1-0801-4568-a897-6097888c99b8, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 56653df1-0801-4568-a897-6097888c99b8, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1482241829371194851 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14822418293711948511482241829371194851148224182937119485114822418293711948511482241829371194851148224182937119485114822418293711948511482241829371194851148224182937119485114822418293711948511482241829371194851148224182937119485114822418293711948511482241829371194851148224182937119485114822418293711948511482241829371194851148224182937119485114822418293711948511482241829371194851" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0884c595-c948-441b-b188-ba4d792653f2, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d0b3f319-c0f9-4a6b-bcf6-73681262b7b6, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 56653df1-0801-4568-a897-6097888c99b8, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d0b3f319-c0f9-4a6b-bcf6-73681262b7b6, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15078451028045011131 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1507845102804501113115078451028045011131150784510280450111311507845102804501113115078451028045011131150784510280450111311507845102804501113115078451028045011131150784510280450111311507845102804501113115078451028045011131150784510280450111311507845102804501113115078451028045011131150784510280450111311507845102804501113115078451028045011131150784510280450111311507845102804501113115078451028045011131" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 121fa835-bb5d-4b7d-83e1-3c98aaff06b8, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 121fa835-bb5d-4b7d-83e1-3c98aaff06b8, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17947574709486789143 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1794757470948678914317947574709486789143179475747094867891431794757470948678914317947574709486789143179475747094867891431794757470948678914317947574709486789143179475747094867891431794757470948678914317947574709486789143179475747094867891431794757470948678914317947574709486789143179475747094867891431794757470948678914317947574709486789143179475747094867891431794757470948678914317947574709486789143" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d0b3f319-c0f9-4a6b-bcf6-73681262b7b6, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f6282575-5c53-4da5-8d8f-8ced39cf101b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f6282575-5c53-4da5-8d8f-8ced39cf101b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7372210817459576720 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73722108174595767207372210817459576720737221081745957672073722108174595767207372210817459576720737221081745957672073722108174595767207372210817459576720737221081745957672073722108174595767207372210817459576720737221081745957672073722108174595767207372210817459576720737221081745957672073722108174595767207372210817459576720737221081745957672073722108174595767207372210817459576720" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 121fa835-bb5d-4b7d-83e1-3c98aaff06b8, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 47a3f013-75ed-44f5-a9e5-d6e4a08913a4, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 47a3f013-75ed-44f5-a9e5-d6e4a08913a4, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 870982894497561486 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "870982894497561486870982894497561486870982894497561486870982894497561486870982894497561486870982894497561486870982894497561486870982894497561486870982894497561486870982894497561486870982894497561486870982894497561486870982894497561486870982894497561486870982894497561486870982894497561486870982894497561486870982894497561486870982894497561486870982894497561486" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f6282575-5c53-4da5-8d8f-8ced39cf101b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7e1be1df-a77c-42de-a649-110d906f75b8, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7e1be1df-a77c-42de-a649-110d906f75b8, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3349103614170718469 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33491036141707184693349103614170718469334910361417071846933491036141707184693349103614170718469334910361417071846933491036141707184693349103614170718469334910361417071846933491036141707184693349103614170718469334910361417071846933491036141707184693349103614170718469334910361417071846933491036141707184693349103614170718469334910361417071846933491036141707184693349103614170718469" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 47a3f013-75ed-44f5-a9e5-d6e4a08913a4, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4e0d8597-c5f2-4828-b9e6-8649078691ee, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4e0d8597-c5f2-4828-b9e6-8649078691ee, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5829399960469058733 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58293999604690587335829399960469058733582939996046905873358293999604690587335829399960469058733582939996046905873358293999604690587335829399960469058733582939996046905873358293999604690587335829399960469058733582939996046905873358293999604690587335829399960469058733582939996046905873358293999604690587335829399960469058733582939996046905873358293999604690587335829399960469058733" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7e1be1df-a77c-42de-a649-110d906f75b8, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 19790ba3-40ff-4ca6-ae47-b0371e14f68b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 19790ba3-40ff-4ca6-ae47-b0371e14f68b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3828549081676969705 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38285490816769697053828549081676969705382854908167696970538285490816769697053828549081676969705382854908167696970538285490816769697053828549081676969705382854908167696970538285490816769697053828549081676969705382854908167696970538285490816769697053828549081676969705382854908167696970538285490816769697053828549081676969705382854908167696970538285490816769697053828549081676969705" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4e0d8597-c5f2-4828-b9e6-8649078691ee, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e155b2e8-192e-4291-a016-837332744f7d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e155b2e8-192e-4291-a016-837332744f7d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8296950470638205771 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82969504706382057718296950470638205771829695047063820577182969504706382057718296950470638205771829695047063820577182969504706382057718296950470638205771829695047063820577182969504706382057718296950470638205771829695047063820577182969504706382057718296950470638205771829695047063820577182969504706382057718296950470638205771829695047063820577182969504706382057718296950470638205771" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 19790ba3-40ff-4ca6-ae47-b0371e14f68b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b8af924b-dddd-4c50-9ecd-146e7170efa0, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b8af924b-dddd-4c50-9ecd-146e7170efa0, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4068015316235858421 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40680153162358584214068015316235858421406801531623585842140680153162358584214068015316235858421406801531623585842140680153162358584214068015316235858421406801531623585842140680153162358584214068015316235858421406801531623585842140680153162358584214068015316235858421406801531623585842140680153162358584214068015316235858421406801531623585842140680153162358584214068015316235858421" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e155b2e8-192e-4291-a016-837332744f7d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 856fcd8c-4cec-4530-8460-da20ba8eb79b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 856fcd8c-4cec-4530-8460-da20ba8eb79b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17509414898302551880 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1750941489830255188017509414898302551880175094148983025518801750941489830255188017509414898302551880175094148983025518801750941489830255188017509414898302551880175094148983025518801750941489830255188017509414898302551880175094148983025518801750941489830255188017509414898302551880175094148983025518801750941489830255188017509414898302551880175094148983025518801750941489830255188017509414898302551880" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b8af924b-dddd-4c50-9ecd-146e7170efa0, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7047490a-ab6d-4ae9-8278-c42e436667c8, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7047490a-ab6d-4ae9-8278-c42e436667c8, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16771453891393937655 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1677145389139393765516771453891393937655167714538913939376551677145389139393765516771453891393937655167714538913939376551677145389139393765516771453891393937655167714538913939376551677145389139393765516771453891393937655167714538913939376551677145389139393765516771453891393937655167714538913939376551677145389139393765516771453891393937655167714538913939376551677145389139393765516771453891393937655" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7047490a-ab6d-4ae9-8278-c42e436667c8, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a1bfc53d-ab18-404e-8895-f3a91d1472d1, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 856fcd8c-4cec-4530-8460-da20ba8eb79b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bfa78d49-0c91-4e2d-838b-5ef1482ce6c6, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a1bfc53d-ab18-404e-8895-f3a91d1472d1, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5239171296774809310 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52391712967748093105239171296774809310523917129677480931052391712967748093105239171296774809310523917129677480931052391712967748093105239171296774809310523917129677480931052391712967748093105239171296774809310523917129677480931052391712967748093105239171296774809310523917129677480931052391712967748093105239171296774809310523917129677480931052391712967748093105239171296774809310" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bfa78d49-0c91-4e2d-838b-5ef1482ce6c6, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1164088723019669222 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11640887230196692221164088723019669222116408872301966922211640887230196692221164088723019669222116408872301966922211640887230196692221164088723019669222116408872301966922211640887230196692221164088723019669222116408872301966922211640887230196692221164088723019669222116408872301966922211640887230196692221164088723019669222116408872301966922211640887230196692221164088723019669222" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a1bfc53d-ab18-404e-8895-f3a91d1472d1, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bfa78d49-0c91-4e2d-838b-5ef1482ce6c6, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9ef7803e-bcff-47b0-8c64-062d10ecbfa4, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9ef7803e-bcff-47b0-8c64-062d10ecbfa4, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17096147928796111139 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1709614792879611113917096147928796111139170961479287961111391709614792879611113917096147928796111139170961479287961111391709614792879611113917096147928796111139170961479287961111391709614792879611113917096147928796111139170961479287961111391709614792879611113917096147928796111139170961479287961111391709614792879611113917096147928796111139170961479287961111391709614792879611113917096147928796111139" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c8622018-306b-44f5-af2c-ee3b8ec105d9, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c8622018-306b-44f5-af2c-ee3b8ec105d9, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3601270503686896389 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36012705036868963893601270503686896389360127050368689638936012705036868963893601270503686896389360127050368689638936012705036868963893601270503686896389360127050368689638936012705036868963893601270503686896389360127050368689638936012705036868963893601270503686896389360127050368689638936012705036868963893601270503686896389360127050368689638936012705036868963893601270503686896389" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9ef7803e-bcff-47b0-8c64-062d10ecbfa4, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9dc9157d-d301-46d4-afda-20bb4bcb26bb, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9dc9157d-d301-46d4-afda-20bb4bcb26bb, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4790095702015372688 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47900957020153726884790095702015372688479009570201537268847900957020153726884790095702015372688479009570201537268847900957020153726884790095702015372688479009570201537268847900957020153726884790095702015372688479009570201537268847900957020153726884790095702015372688479009570201537268847900957020153726884790095702015372688479009570201537268847900957020153726884790095702015372688" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c8622018-306b-44f5-af2c-ee3b8ec105d9, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 12b2178a-5c88-4c20-8f2f-ca7368c4aae9, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 12b2178a-5c88-4c20-8f2f-ca7368c4aae9, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13937713306400019335 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1393771330640001933513937713306400019335139377133064000193351393771330640001933513937713306400019335139377133064000193351393771330640001933513937713306400019335139377133064000193351393771330640001933513937713306400019335139377133064000193351393771330640001933513937713306400019335139377133064000193351393771330640001933513937713306400019335139377133064000193351393771330640001933513937713306400019335" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9dc9157d-d301-46d4-afda-20bb4bcb26bb, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1eacadcf-d46d-4f2f-be4e-76476667fb9e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1eacadcf-d46d-4f2f-be4e-76476667fb9e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3260147461007024748 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32601474610070247483260147461007024748326014746100702474832601474610070247483260147461007024748326014746100702474832601474610070247483260147461007024748326014746100702474832601474610070247483260147461007024748326014746100702474832601474610070247483260147461007024748326014746100702474832601474610070247483260147461007024748326014746100702474832601474610070247483260147461007024748" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 12b2178a-5c88-4c20-8f2f-ca7368c4aae9, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c73d941e-81b5-4db3-b8f7-4d9a19721f50, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c73d941e-81b5-4db3-b8f7-4d9a19721f50, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17782354351361655097 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1778235435136165509717782354351361655097177823543513616550971778235435136165509717782354351361655097177823543513616550971778235435136165509717782354351361655097177823543513616550971778235435136165509717782354351361655097177823543513616550971778235435136165509717782354351361655097177823543513616550971778235435136165509717782354351361655097177823543513616550971778235435136165509717782354351361655097" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1eacadcf-d46d-4f2f-be4e-76476667fb9e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a2214b50-1c22-4905-b17f-c6adbf290338, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a2214b50-1c22-4905-b17f-c6adbf290338, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16735914039403011539 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1673591403940301153916735914039403011539167359140394030115391673591403940301153916735914039403011539167359140394030115391673591403940301153916735914039403011539167359140394030115391673591403940301153916735914039403011539167359140394030115391673591403940301153916735914039403011539167359140394030115391673591403940301153916735914039403011539167359140394030115391673591403940301153916735914039403011539" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c73d941e-81b5-4db3-b8f7-4d9a19721f50, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c2c2c013-d771-41a2-a4ce-324240f91ff6, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c2c2c013-d771-41a2-a4ce-324240f91ff6, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7908278753744116027 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79082787537441160277908278753744116027790827875374411602779082787537441160277908278753744116027790827875374411602779082787537441160277908278753744116027790827875374411602779082787537441160277908278753744116027790827875374411602779082787537441160277908278753744116027790827875374411602779082787537441160277908278753744116027790827875374411602779082787537441160277908278753744116027" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a2214b50-1c22-4905-b17f-c6adbf290338, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3cc0d47f-6c5f-438b-90d6-8f05b97fa723, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3cc0d47f-6c5f-438b-90d6-8f05b97fa723, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6307728984059446460 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63077289840594464606307728984059446460630772898405944646063077289840594464606307728984059446460630772898405944646063077289840594464606307728984059446460630772898405944646063077289840594464606307728984059446460630772898405944646063077289840594464606307728984059446460630772898405944646063077289840594464606307728984059446460630772898405944646063077289840594464606307728984059446460" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c2c2c013-d771-41a2-a4ce-324240f91ff6, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3cc0d47f-6c5f-438b-90d6-8f05b97fa723, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c308873f-4073-45e7-979a-a90d4f0d0d27, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c308873f-4073-45e7-979a-a90d4f0d0d27, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14162696778924879008 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1416269677892487900814162696778924879008141626967789248790081416269677892487900814162696778924879008141626967789248790081416269677892487900814162696778924879008141626967789248790081416269677892487900814162696778924879008141626967789248790081416269677892487900814162696778924879008141626967789248790081416269677892487900814162696778924879008141626967789248790081416269677892487900814162696778924879008" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ebbaf874-cf74-4dd0-bd84-22fa953d8819, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ebbaf874-cf74-4dd0-bd84-22fa953d8819, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13988252810600159188 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1398825281060015918813988252810600159188139882528106001591881398825281060015918813988252810600159188139882528106001591881398825281060015918813988252810600159188139882528106001591881398825281060015918813988252810600159188139882528106001591881398825281060015918813988252810600159188139882528106001591881398825281060015918813988252810600159188139882528106001591881398825281060015918813988252810600159188" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c308873f-4073-45e7-979a-a90d4f0d0d27, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a830c738-982e-4a62-ba9c-d796af758c42, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ebbaf874-cf74-4dd0-bd84-22fa953d8819, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a830c738-982e-4a62-ba9c-d796af758c42, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13839499208784568531 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1383949920878456853113839499208784568531138394992087845685311383949920878456853113839499208784568531138394992087845685311383949920878456853113839499208784568531138394992087845685311383949920878456853113839499208784568531138394992087845685311383949920878456853113839499208784568531138394992087845685311383949920878456853113839499208784568531138394992087845685311383949920878456853113839499208784568531" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 31b2dd14-fa16-4bcd-9521-3bf00084d755, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 31b2dd14-fa16-4bcd-9521-3bf00084d755, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14807467471705540120 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1480746747170554012014807467471705540120148074674717055401201480746747170554012014807467471705540120148074674717055401201480746747170554012014807467471705540120148074674717055401201480746747170554012014807467471705540120148074674717055401201480746747170554012014807467471705540120148074674717055401201480746747170554012014807467471705540120148074674717055401201480746747170554012014807467471705540120" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a830c738-982e-4a62-ba9c-d796af758c42, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e858426c-538e-48d3-8c9a-1dd46cd750e2, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e858426c-538e-48d3-8c9a-1dd46cd750e2, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4320171562296664871 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43201715622966648714320171562296664871432017156229666487143201715622966648714320171562296664871432017156229666487143201715622966648714320171562296664871432017156229666487143201715622966648714320171562296664871432017156229666487143201715622966648714320171562296664871432017156229666487143201715622966648714320171562296664871432017156229666487143201715622966648714320171562296664871" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 31b2dd14-fa16-4bcd-9521-3bf00084d755, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e36191c7-5157-48c5-8470-45c78e76bbdb, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e36191c7-5157-48c5-8470-45c78e76bbdb, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8326326688883693417 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83263266888836934178326326688883693417832632668888369341783263266888836934178326326688883693417832632668888369341783263266888836934178326326688883693417832632668888369341783263266888836934178326326688883693417832632668888369341783263266888836934178326326688883693417832632668888369341783263266888836934178326326688883693417832632668888369341783263266888836934178326326688883693417" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e858426c-538e-48d3-8c9a-1dd46cd750e2, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8fe1adb7-c5d0-4c66-95aa-bdd807a03c78, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8fe1adb7-c5d0-4c66-95aa-bdd807a03c78, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8786579695844063664 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87865796958440636648786579695844063664878657969584406366487865796958440636648786579695844063664878657969584406366487865796958440636648786579695844063664878657969584406366487865796958440636648786579695844063664878657969584406366487865796958440636648786579695844063664878657969584406366487865796958440636648786579695844063664878657969584406366487865796958440636648786579695844063664" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e36191c7-5157-48c5-8470-45c78e76bbdb, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 57692cd5-645c-4fb3-b041-b07999e140b2, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 57692cd5-645c-4fb3-b041-b07999e140b2, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13896075470907876265 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1389607547090787626513896075470907876265138960754709078762651389607547090787626513896075470907876265138960754709078762651389607547090787626513896075470907876265138960754709078762651389607547090787626513896075470907876265138960754709078762651389607547090787626513896075470907876265138960754709078762651389607547090787626513896075470907876265138960754709078762651389607547090787626513896075470907876265" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8fe1adb7-c5d0-4c66-95aa-bdd807a03c78, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e923a80c-428d-477a-9f64-f07a855e65e2, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e923a80c-428d-477a-9f64-f07a855e65e2, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5092560409103707020 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50925604091037070205092560409103707020509256040910370702050925604091037070205092560409103707020509256040910370702050925604091037070205092560409103707020509256040910370702050925604091037070205092560409103707020509256040910370702050925604091037070205092560409103707020509256040910370702050925604091037070205092560409103707020509256040910370702050925604091037070205092560409103707020" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 57692cd5-645c-4fb3-b041-b07999e140b2, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 340c043e-1ea1-417c-9dba-4ee0daee6e2c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 340c043e-1ea1-417c-9dba-4ee0daee6e2c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2529193549021051472 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25291935490210514722529193549021051472252919354902105147225291935490210514722529193549021051472252919354902105147225291935490210514722529193549021051472252919354902105147225291935490210514722529193549021051472252919354902105147225291935490210514722529193549021051472252919354902105147225291935490210514722529193549021051472252919354902105147225291935490210514722529193549021051472" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e923a80c-428d-477a-9f64-f07a855e65e2, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 16ee2ed7-98d4-42c8-b100-8c37d31cc185, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 16ee2ed7-98d4-42c8-b100-8c37d31cc185, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10271208300739944870 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1027120830073994487010271208300739944870102712083007399448701027120830073994487010271208300739944870102712083007399448701027120830073994487010271208300739944870102712083007399448701027120830073994487010271208300739944870102712083007399448701027120830073994487010271208300739944870102712083007399448701027120830073994487010271208300739944870102712083007399448701027120830073994487010271208300739944870" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 340c043e-1ea1-417c-9dba-4ee0daee6e2c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6485d91e-56e0-4a4d-a38c-18cb6d1c846f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6485d91e-56e0-4a4d-a38c-18cb6d1c846f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2360297638552466223 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23602976385524662232360297638552466223236029763855246622323602976385524662232360297638552466223236029763855246622323602976385524662232360297638552466223236029763855246622323602976385524662232360297638552466223236029763855246622323602976385524662232360297638552466223236029763855246622323602976385524662232360297638552466223236029763855246622323602976385524662232360297638552466223" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 16ee2ed7-98d4-42c8-b100-8c37d31cc185, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e1fdd68f-a7a8-4282-bdab-376443455d05, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e1fdd68f-a7a8-4282-bdab-376443455d05, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 412895716823776632 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "412895716823776632412895716823776632412895716823776632412895716823776632412895716823776632412895716823776632412895716823776632412895716823776632412895716823776632412895716823776632412895716823776632412895716823776632412895716823776632412895716823776632412895716823776632412895716823776632412895716823776632412895716823776632412895716823776632412895716823776632" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6485d91e-56e0-4a4d-a38c-18cb6d1c846f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e1fdd68f-a7a8-4282-bdab-376443455d05, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f61faed5-cb0d-4cd7-b7f5-893b53a0f0cc, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f61faed5-cb0d-4cd7-b7f5-893b53a0f0cc, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17389890872616266276 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1738989087261626627617389890872616266276173898908726162662761738989087261626627617389890872616266276173898908726162662761738989087261626627617389890872616266276173898908726162662761738989087261626627617389890872616266276173898908726162662761738989087261626627617389890872616266276173898908726162662761738989087261626627617389890872616266276173898908726162662761738989087261626627617389890872616266276" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8d2a00f9-3d7b-4671-81d1-2b27151ec4fd, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8d2a00f9-3d7b-4671-81d1-2b27151ec4fd, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3385526508081554440 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33855265080815544403385526508081554440338552650808155444033855265080815544403385526508081554440338552650808155444033855265080815544403385526508081554440338552650808155444033855265080815544403385526508081554440338552650808155444033855265080815544403385526508081554440338552650808155444033855265080815544403385526508081554440338552650808155444033855265080815544403385526508081554440" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f61faed5-cb0d-4cd7-b7f5-893b53a0f0cc, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7c36ef8e-8377-4547-a28e-c1f8271e2f60, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7c36ef8e-8377-4547-a28e-c1f8271e2f60, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4693018722316490329 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46930187223164903294693018722316490329469301872231649032946930187223164903294693018722316490329469301872231649032946930187223164903294693018722316490329469301872231649032946930187223164903294693018722316490329469301872231649032946930187223164903294693018722316490329469301872231649032946930187223164903294693018722316490329469301872231649032946930187223164903294693018722316490329" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8d2a00f9-3d7b-4671-81d1-2b27151ec4fd, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d3d62dcd-ef9f-4871-accd-d8c77bc217d0, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d3d62dcd-ef9f-4871-accd-d8c77bc217d0, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5257602823831558310 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52576028238315583105257602823831558310525760282383155831052576028238315583105257602823831558310525760282383155831052576028238315583105257602823831558310525760282383155831052576028238315583105257602823831558310525760282383155831052576028238315583105257602823831558310525760282383155831052576028238315583105257602823831558310525760282383155831052576028238315583105257602823831558310" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7c36ef8e-8377-4547-a28e-c1f8271e2f60, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e58930cd-baaa-4ef4-a757-9ae0b4be61a9, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e58930cd-baaa-4ef4-a757-9ae0b4be61a9, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5241956188937027564 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52419561889370275645241956188937027564524195618893702756452419561889370275645241956188937027564524195618893702756452419561889370275645241956188937027564524195618893702756452419561889370275645241956188937027564524195618893702756452419561889370275645241956188937027564524195618893702756452419561889370275645241956188937027564524195618893702756452419561889370275645241956188937027564" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d3d62dcd-ef9f-4871-accd-d8c77bc217d0, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, deb658a5-7f9d-4486-b39e-716f4876baa9, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, deb658a5-7f9d-4486-b39e-716f4876baa9, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6999396145931250691 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69993961459312506916999396145931250691699939614593125069169993961459312506916999396145931250691699939614593125069169993961459312506916999396145931250691699939614593125069169993961459312506916999396145931250691699939614593125069169993961459312506916999396145931250691699939614593125069169993961459312506916999396145931250691699939614593125069169993961459312506916999396145931250691" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e58930cd-baaa-4ef4-a757-9ae0b4be61a9, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 721b17bd-d58f-4ee3-998a-ea2481f9b1bd, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 721b17bd-d58f-4ee3-998a-ea2481f9b1bd, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17598815707352060721 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1759881570735206072117598815707352060721175988157073520607211759881570735206072117598815707352060721175988157073520607211759881570735206072117598815707352060721175988157073520607211759881570735206072117598815707352060721175988157073520607211759881570735206072117598815707352060721175988157073520607211759881570735206072117598815707352060721175988157073520607211759881570735206072117598815707352060721" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, deb658a5-7f9d-4486-b39e-716f4876baa9, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 65c53054-26a9-46b6-8152-13340c4489e6, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 65c53054-26a9-46b6-8152-13340c4489e6, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11170241633685939186 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1117024163368593918611170241633685939186111702416336859391861117024163368593918611170241633685939186111702416336859391861117024163368593918611170241633685939186111702416336859391861117024163368593918611170241633685939186111702416336859391861117024163368593918611170241633685939186111702416336859391861117024163368593918611170241633685939186111702416336859391861117024163368593918611170241633685939186" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 721b17bd-d58f-4ee3-998a-ea2481f9b1bd, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fcfeea4b-05a4-4dbd-99bb-43b6e50c1423, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fcfeea4b-05a4-4dbd-99bb-43b6e50c1423, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11964742825809819357 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1196474282580981935711964742825809819357119647428258098193571196474282580981935711964742825809819357119647428258098193571196474282580981935711964742825809819357119647428258098193571196474282580981935711964742825809819357119647428258098193571196474282580981935711964742825809819357119647428258098193571196474282580981935711964742825809819357119647428258098193571196474282580981935711964742825809819357" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 65c53054-26a9-46b6-8152-13340c4489e6, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fcfeea4b-05a4-4dbd-99bb-43b6e50c1423, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b8c45235-920d-4adc-8686-a81a2458af5d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b8c45235-920d-4adc-8686-a81a2458af5d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3053493729999841503 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30534937299998415033053493729999841503305349372999984150330534937299998415033053493729999841503305349372999984150330534937299998415033053493729999841503305349372999984150330534937299998415033053493729999841503305349372999984150330534937299998415033053493729999841503305349372999984150330534937299998415033053493729999841503305349372999984150330534937299998415033053493729999841503" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1aa45193-89a7-46ea-b89c-9678a8289343, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1aa45193-89a7-46ea-b89c-9678a8289343, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17609378397280984421 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1760937839728098442117609378397280984421176093783972809844211760937839728098442117609378397280984421176093783972809844211760937839728098442117609378397280984421176093783972809844211760937839728098442117609378397280984421176093783972809844211760937839728098442117609378397280984421176093783972809844211760937839728098442117609378397280984421176093783972809844211760937839728098442117609378397280984421" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1aa45193-89a7-46ea-b89c-9678a8289343, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7d67d653-1be4-496a-90f1-03ffece2db6a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7d67d653-1be4-496a-90f1-03ffece2db6a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6578429082007860057 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65784290820078600576578429082007860057657842908200786005765784290820078600576578429082007860057657842908200786005765784290820078600576578429082007860057657842908200786005765784290820078600576578429082007860057657842908200786005765784290820078600576578429082007860057657842908200786005765784290820078600576578429082007860057657842908200786005765784290820078600576578429082007860057" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b8c45235-920d-4adc-8686-a81a2458af5d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 567ada6a-1651-4f3b-be15-e9d623c6f4a6, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 567ada6a-1651-4f3b-be15-e9d623c6f4a6, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11804007120139722500 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1180400712013972250011804007120139722500118040071201397225001180400712013972250011804007120139722500118040071201397225001180400712013972250011804007120139722500118040071201397225001180400712013972250011804007120139722500118040071201397225001180400712013972250011804007120139722500118040071201397225001180400712013972250011804007120139722500118040071201397225001180400712013972250011804007120139722500" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7d67d653-1be4-496a-90f1-03ffece2db6a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, eff31dbc-d843-4189-94ed-858670f6a678, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eff31dbc-d843-4189-94ed-858670f6a678, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7128095642457954635 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71280956424579546357128095642457954635712809564245795463571280956424579546357128095642457954635712809564245795463571280956424579546357128095642457954635712809564245795463571280956424579546357128095642457954635712809564245795463571280956424579546357128095642457954635712809564245795463571280956424579546357128095642457954635712809564245795463571280956424579546357128095642457954635" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 567ada6a-1651-4f3b-be15-e9d623c6f4a6, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2120e621-1554-4a64-8739-40620dab0edb, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2120e621-1554-4a64-8739-40620dab0edb, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15646429336412412073 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1564642933641241207315646429336412412073156464293364124120731564642933641241207315646429336412412073156464293364124120731564642933641241207315646429336412412073156464293364124120731564642933641241207315646429336412412073156464293364124120731564642933641241207315646429336412412073156464293364124120731564642933641241207315646429336412412073156464293364124120731564642933641241207315646429336412412073" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eff31dbc-d843-4189-94ed-858670f6a678, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, aadcd090-28fe-458e-ace5-4d38c068df76, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aadcd090-28fe-458e-ace5-4d38c068df76, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15347653565772338202 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1534765356577233820215347653565772338202153476535657723382021534765356577233820215347653565772338202153476535657723382021534765356577233820215347653565772338202153476535657723382021534765356577233820215347653565772338202153476535657723382021534765356577233820215347653565772338202153476535657723382021534765356577233820215347653565772338202153476535657723382021534765356577233820215347653565772338202" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2120e621-1554-4a64-8739-40620dab0edb, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2fc50956-4c46-4819-b4bd-e9def9c30e27, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2fc50956-4c46-4819-b4bd-e9def9c30e27, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11457160054961219330 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1145716005496121933011457160054961219330114571600549612193301145716005496121933011457160054961219330114571600549612193301145716005496121933011457160054961219330114571600549612193301145716005496121933011457160054961219330114571600549612193301145716005496121933011457160054961219330114571600549612193301145716005496121933011457160054961219330114571600549612193301145716005496121933011457160054961219330" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aadcd090-28fe-458e-ace5-4d38c068df76, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 730c2844-7c7a-4145-9ef7-e3d3c9a5b999, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 730c2844-7c7a-4145-9ef7-e3d3c9a5b999, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3467808616323626106 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34678086163236261063467808616323626106346780861632362610634678086163236261063467808616323626106346780861632362610634678086163236261063467808616323626106346780861632362610634678086163236261063467808616323626106346780861632362610634678086163236261063467808616323626106346780861632362610634678086163236261063467808616323626106346780861632362610634678086163236261063467808616323626106" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2fc50956-4c46-4819-b4bd-e9def9c30e27, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4b529acd-627b-4753-bf85-31a3ce4ab920, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4b529acd-627b-4753-bf85-31a3ce4ab920, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13102156439166337682 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1310215643916633768213102156439166337682131021564391663376821310215643916633768213102156439166337682131021564391663376821310215643916633768213102156439166337682131021564391663376821310215643916633768213102156439166337682131021564391663376821310215643916633768213102156439166337682131021564391663376821310215643916633768213102156439166337682131021564391663376821310215643916633768213102156439166337682" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 730c2844-7c7a-4145-9ef7-e3d3c9a5b999, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 706b2eeb-bdac-4ace-9990-62bb6b2dd8e0, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 706b2eeb-bdac-4ace-9990-62bb6b2dd8e0, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4749781719692109751 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47497817196921097514749781719692109751474978171969210975147497817196921097514749781719692109751474978171969210975147497817196921097514749781719692109751474978171969210975147497817196921097514749781719692109751474978171969210975147497817196921097514749781719692109751474978171969210975147497817196921097514749781719692109751474978171969210975147497817196921097514749781719692109751" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4b529acd-627b-4753-bf85-31a3ce4ab920, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4b60f957-cb2d-4661-bdd3-cb8bc39cf6e3, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4b60f957-cb2d-4661-bdd3-cb8bc39cf6e3, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11083421532886936975 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1108342153288693697511083421532886936975110834215328869369751108342153288693697511083421532886936975110834215328869369751108342153288693697511083421532886936975110834215328869369751108342153288693697511083421532886936975110834215328869369751108342153288693697511083421532886936975110834215328869369751108342153288693697511083421532886936975110834215328869369751108342153288693697511083421532886936975" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 706b2eeb-bdac-4ace-9990-62bb6b2dd8e0, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 77ecad50-0d63-4474-b74b-71b7eabe5e8f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 77ecad50-0d63-4474-b74b-71b7eabe5e8f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3192662454899869619 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31926624548998696193192662454899869619319266245489986961931926624548998696193192662454899869619319266245489986961931926624548998696193192662454899869619319266245489986961931926624548998696193192662454899869619319266245489986961931926624548998696193192662454899869619319266245489986961931926624548998696193192662454899869619319266245489986961931926624548998696193192662454899869619" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4b60f957-cb2d-4661-bdd3-cb8bc39cf6e3, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ed415e6e-7705-477b-a664-4e021718b1cc, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 77ecad50-0d63-4474-b74b-71b7eabe5e8f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ed415e6e-7705-477b-a664-4e021718b1cc, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2231522270601325168 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22315222706013251682231522270601325168223152227060132516822315222706013251682231522270601325168223152227060132516822315222706013251682231522270601325168223152227060132516822315222706013251682231522270601325168223152227060132516822315222706013251682231522270601325168223152227060132516822315222706013251682231522270601325168223152227060132516822315222706013251682231522270601325168" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 820d78b7-1df2-4769-9cbc-dc5a82df99ff, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 820d78b7-1df2-4769-9cbc-dc5a82df99ff, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2795720849220087574 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27957208492200875742795720849220087574279572084922008757427957208492200875742795720849220087574279572084922008757427957208492200875742795720849220087574279572084922008757427957208492200875742795720849220087574279572084922008757427957208492200875742795720849220087574279572084922008757427957208492200875742795720849220087574279572084922008757427957208492200875742795720849220087574" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ed415e6e-7705-477b-a664-4e021718b1cc, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e989d521-8eba-4f22-8a21-872de6ed6086, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 820d78b7-1df2-4769-9cbc-dc5a82df99ff, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e989d521-8eba-4f22-8a21-872de6ed6086, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14759087962274080775 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1475908796227408077514759087962274080775147590879622740807751475908796227408077514759087962274080775147590879622740807751475908796227408077514759087962274080775147590879622740807751475908796227408077514759087962274080775147590879622740807751475908796227408077514759087962274080775147590879622740807751475908796227408077514759087962274080775147590879622740807751475908796227408077514759087962274080775" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8878eb56-1c60-4e72-9a49-88e2006bdce2, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8878eb56-1c60-4e72-9a49-88e2006bdce2, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7659624574973889073 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76596245749738890737659624574973889073765962457497388907376596245749738890737659624574973889073765962457497388907376596245749738890737659624574973889073765962457497388907376596245749738890737659624574973889073765962457497388907376596245749738890737659624574973889073765962457497388907376596245749738890737659624574973889073765962457497388907376596245749738890737659624574973889073" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e989d521-8eba-4f22-8a21-872de6ed6086, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, adcb4160-4f44-46f8-a95d-bbd5adb51fed, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, adcb4160-4f44-46f8-a95d-bbd5adb51fed, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 453149201138006646 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "453149201138006646453149201138006646453149201138006646453149201138006646453149201138006646453149201138006646453149201138006646453149201138006646453149201138006646453149201138006646453149201138006646453149201138006646453149201138006646453149201138006646453149201138006646453149201138006646453149201138006646453149201138006646453149201138006646453149201138006646" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8878eb56-1c60-4e72-9a49-88e2006bdce2, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, de3878a0-9264-4943-935e-c8f424857fb3, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, de3878a0-9264-4943-935e-c8f424857fb3, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6525236051131323413 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65252360511313234136525236051131323413652523605113132341365252360511313234136525236051131323413652523605113132341365252360511313234136525236051131323413652523605113132341365252360511313234136525236051131323413652523605113132341365252360511313234136525236051131323413652523605113132341365252360511313234136525236051131323413652523605113132341365252360511313234136525236051131323413" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, adcb4160-4f44-46f8-a95d-bbd5adb51fed, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9a895a23-6b04-4656-9eb2-27da874c4c25, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, de3878a0-9264-4943-935e-c8f424857fb3, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9a895a23-6b04-4656-9eb2-27da874c4c25, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13741175998413968985 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1374117599841396898513741175998413968985137411759984139689851374117599841396898513741175998413968985137411759984139689851374117599841396898513741175998413968985137411759984139689851374117599841396898513741175998413968985137411759984139689851374117599841396898513741175998413968985137411759984139689851374117599841396898513741175998413968985137411759984139689851374117599841396898513741175998413968985" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9d35820d-b4bd-4adb-8bfd-880391b79f5e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9d35820d-b4bd-4adb-8bfd-880391b79f5e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13463086676936829338 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1346308667693682933813463086676936829338134630866769368293381346308667693682933813463086676936829338134630866769368293381346308667693682933813463086676936829338134630866769368293381346308667693682933813463086676936829338134630866769368293381346308667693682933813463086676936829338134630866769368293381346308667693682933813463086676936829338134630866769368293381346308667693682933813463086676936829338" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9a895a23-6b04-4656-9eb2-27da874c4c25, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e09ccc22-96d8-4708-822a-c99ec19a5f77, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e09ccc22-96d8-4708-822a-c99ec19a5f77, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10878155672883762443 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1087815567288376244310878155672883762443108781556728837624431087815567288376244310878155672883762443108781556728837624431087815567288376244310878155672883762443108781556728837624431087815567288376244310878155672883762443108781556728837624431087815567288376244310878155672883762443108781556728837624431087815567288376244310878155672883762443108781556728837624431087815567288376244310878155672883762443" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9d35820d-b4bd-4adb-8bfd-880391b79f5e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 19b9bac9-3c17-4d8c-a96a-669f0127d125, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 19b9bac9-3c17-4d8c-a96a-669f0127d125, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10772510752900845849 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1077251075290084584910772510752900845849107725107529008458491077251075290084584910772510752900845849107725107529008458491077251075290084584910772510752900845849107725107529008458491077251075290084584910772510752900845849107725107529008458491077251075290084584910772510752900845849107725107529008458491077251075290084584910772510752900845849107725107529008458491077251075290084584910772510752900845849" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 19b9bac9-3c17-4d8c-a96a-669f0127d125, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d623bcba-13ca-4315-bdc7-6e86afa92835, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d623bcba-13ca-4315-bdc7-6e86afa92835, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12379075018916392808 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1237907501891639280812379075018916392808123790750189163928081237907501891639280812379075018916392808123790750189163928081237907501891639280812379075018916392808123790750189163928081237907501891639280812379075018916392808123790750189163928081237907501891639280812379075018916392808123790750189163928081237907501891639280812379075018916392808123790750189163928081237907501891639280812379075018916392808" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e09ccc22-96d8-4708-822a-c99ec19a5f77, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 147602fb-0959-4a17-b932-28b7345826d8, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 147602fb-0959-4a17-b932-28b7345826d8, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6974122884029655361 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69741228840296553616974122884029655361697412288402965536169741228840296553616974122884029655361697412288402965536169741228840296553616974122884029655361697412288402965536169741228840296553616974122884029655361697412288402965536169741228840296553616974122884029655361697412288402965536169741228840296553616974122884029655361697412288402965536169741228840296553616974122884029655361" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d623bcba-13ca-4315-bdc7-6e86afa92835, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c6d278b0-e5af-4b3d-8e4a-594ae827469b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 147602fb-0959-4a17-b932-28b7345826d8, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c6d278b0-e5af-4b3d-8e4a-594ae827469b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12762974982023076960 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1276297498202307696012762974982023076960127629749820230769601276297498202307696012762974982023076960127629749820230769601276297498202307696012762974982023076960127629749820230769601276297498202307696012762974982023076960127629749820230769601276297498202307696012762974982023076960127629749820230769601276297498202307696012762974982023076960127629749820230769601276297498202307696012762974982023076960" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9156d2c4-ccc0-4352-b7a9-063f6cf772ea, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9156d2c4-ccc0-4352-b7a9-063f6cf772ea, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7815010449274530329 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78150104492745303297815010449274530329781501044927453032978150104492745303297815010449274530329781501044927453032978150104492745303297815010449274530329781501044927453032978150104492745303297815010449274530329781501044927453032978150104492745303297815010449274530329781501044927453032978150104492745303297815010449274530329781501044927453032978150104492745303297815010449274530329" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c6d278b0-e5af-4b3d-8e4a-594ae827469b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0cee4914-4bd3-432a-92bc-679247f1a32d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0cee4914-4bd3-432a-92bc-679247f1a32d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15102295867997506056 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1510229586799750605615102295867997506056151022958679975060561510229586799750605615102295867997506056151022958679975060561510229586799750605615102295867997506056151022958679975060561510229586799750605615102295867997506056151022958679975060561510229586799750605615102295867997506056151022958679975060561510229586799750605615102295867997506056151022958679975060561510229586799750605615102295867997506056" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0cee4914-4bd3-432a-92bc-679247f1a32d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 531e5810-a131-4b7b-a0cc-2ff9d6d673b6, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 531e5810-a131-4b7b-a0cc-2ff9d6d673b6, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7542593072933144116 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75425930729331441167542593072933144116754259307293314411675425930729331441167542593072933144116754259307293314411675425930729331441167542593072933144116754259307293314411675425930729331441167542593072933144116754259307293314411675425930729331441167542593072933144116754259307293314411675425930729331441167542593072933144116754259307293314411675425930729331441167542593072933144116" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9156d2c4-ccc0-4352-b7a9-063f6cf772ea, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 79af780a-a59f-4c8e-8815-a6c826953e59, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 79af780a-a59f-4c8e-8815-a6c826953e59, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1813628534008723572 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18136285340087235721813628534008723572181362853400872357218136285340087235721813628534008723572181362853400872357218136285340087235721813628534008723572181362853400872357218136285340087235721813628534008723572181362853400872357218136285340087235721813628534008723572181362853400872357218136285340087235721813628534008723572181362853400872357218136285340087235721813628534008723572" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 531e5810-a131-4b7b-a0cc-2ff9d6d673b6, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 41cd94ec-2fc7-4838-8672-7e2c95cb2c5c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 41cd94ec-2fc7-4838-8672-7e2c95cb2c5c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11595845232820881088 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1159584523282088108811595845232820881088115958452328208810881159584523282088108811595845232820881088115958452328208810881159584523282088108811595845232820881088115958452328208810881159584523282088108811595845232820881088115958452328208810881159584523282088108811595845232820881088115958452328208810881159584523282088108811595845232820881088115958452328208810881159584523282088108811595845232820881088" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 79af780a-a59f-4c8e-8815-a6c826953e59, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ac903a20-5d40-4e76-83f9-896835dabd05, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ac903a20-5d40-4e76-83f9-896835dabd05, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11644835390762537828 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1164483539076253782811644835390762537828116448353907625378281164483539076253782811644835390762537828116448353907625378281164483539076253782811644835390762537828116448353907625378281164483539076253782811644835390762537828116448353907625378281164483539076253782811644835390762537828116448353907625378281164483539076253782811644835390762537828116448353907625378281164483539076253782811644835390762537828" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 41cd94ec-2fc7-4838-8672-7e2c95cb2c5c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e953928f-b207-424a-8125-98ebc0649e23, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e953928f-b207-424a-8125-98ebc0649e23, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3983524287882270067 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39835242878822700673983524287882270067398352428788227006739835242878822700673983524287882270067398352428788227006739835242878822700673983524287882270067398352428788227006739835242878822700673983524287882270067398352428788227006739835242878822700673983524287882270067398352428788227006739835242878822700673983524287882270067398352428788227006739835242878822700673983524287882270067" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ac903a20-5d40-4e76-83f9-896835dabd05, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d2055429-47a7-4d32-ad6d-579f53831f24, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d2055429-47a7-4d32-ad6d-579f53831f24, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12657507391995347027 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1265750739199534702712657507391995347027126575073919953470271265750739199534702712657507391995347027126575073919953470271265750739199534702712657507391995347027126575073919953470271265750739199534702712657507391995347027126575073919953470271265750739199534702712657507391995347027126575073919953470271265750739199534702712657507391995347027126575073919953470271265750739199534702712657507391995347027" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e953928f-b207-424a-8125-98ebc0649e23, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 85833a5b-961c-4501-a16e-a3035da70a71, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 85833a5b-961c-4501-a16e-a3035da70a71, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12658470147997853195 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1265847014799785319512658470147997853195126584701479978531951265847014799785319512658470147997853195126584701479978531951265847014799785319512658470147997853195126584701479978531951265847014799785319512658470147997853195126584701479978531951265847014799785319512658470147997853195126584701479978531951265847014799785319512658470147997853195126584701479978531951265847014799785319512658470147997853195" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d2055429-47a7-4d32-ad6d-579f53831f24, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, aae9f063-7cc6-475b-8b48-b59378e6ccc2, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aae9f063-7cc6-475b-8b48-b59378e6ccc2, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16340953222295299393 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1634095322229529939316340953222295299393163409532222952993931634095322229529939316340953222295299393163409532222952993931634095322229529939316340953222295299393163409532222952993931634095322229529939316340953222295299393163409532222952993931634095322229529939316340953222295299393163409532222952993931634095322229529939316340953222295299393163409532222952993931634095322229529939316340953222295299393" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 85833a5b-961c-4501-a16e-a3035da70a71, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aae9f063-7cc6-475b-8b48-b59378e6ccc2, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2779f90f-bf42-4058-873f-185309fa5f0b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2779f90f-bf42-4058-873f-185309fa5f0b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13921552501292083689 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1392155250129208368913921552501292083689139215525012920836891392155250129208368913921552501292083689139215525012920836891392155250129208368913921552501292083689139215525012920836891392155250129208368913921552501292083689139215525012920836891392155250129208368913921552501292083689139215525012920836891392155250129208368913921552501292083689139215525012920836891392155250129208368913921552501292083689" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8b782c48-0103-470a-81ea-7b2683bb17e1, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8b782c48-0103-470a-81ea-7b2683bb17e1, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1016665359907060608 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10166653599070606081016665359907060608101666535990706060810166653599070606081016665359907060608101666535990706060810166653599070606081016665359907060608101666535990706060810166653599070606081016665359907060608101666535990706060810166653599070606081016665359907060608101666535990706060810166653599070606081016665359907060608101666535990706060810166653599070606081016665359907060608" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2779f90f-bf42-4058-873f-185309fa5f0b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 44a1947a-9091-4f2b-8ade-6289403d9b48, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8b782c48-0103-470a-81ea-7b2683bb17e1, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cb70d4f9-156f-450e-8b31-0d03f070ca74, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 44a1947a-9091-4f2b-8ade-6289403d9b48, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14347523989035757478 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1434752398903575747814347523989035757478143475239890357574781434752398903575747814347523989035757478143475239890357574781434752398903575747814347523989035757478143475239890357574781434752398903575747814347523989035757478143475239890357574781434752398903575747814347523989035757478143475239890357574781434752398903575747814347523989035757478143475239890357574781434752398903575747814347523989035757478" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cb70d4f9-156f-450e-8b31-0d03f070ca74, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10498706858419512950 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1049870685841951295010498706858419512950104987068584195129501049870685841951295010498706858419512950104987068584195129501049870685841951295010498706858419512950104987068584195129501049870685841951295010498706858419512950104987068584195129501049870685841951295010498706858419512950104987068584195129501049870685841951295010498706858419512950104987068584195129501049870685841951295010498706858419512950" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cb70d4f9-156f-450e-8b31-0d03f070ca74, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 44a1947a-9091-4f2b-8ade-6289403d9b48, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 277d225f-710d-48f9-91d9-7dc9f2936374, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 12f36719-6145-4076-bcf5-9cc947a0346a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 277d225f-710d-48f9-91d9-7dc9f2936374, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3392584484030245845 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33925844840302458453392584484030245845339258448403024584533925844840302458453392584484030245845339258448403024584533925844840302458453392584484030245845339258448403024584533925844840302458453392584484030245845339258448403024584533925844840302458453392584484030245845339258448403024584533925844840302458453392584484030245845339258448403024584533925844840302458453392584484030245845" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 12f36719-6145-4076-bcf5-9cc947a0346a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7243690263746819398 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72436902637468193987243690263746819398724369026374681939872436902637468193987243690263746819398724369026374681939872436902637468193987243690263746819398724369026374681939872436902637468193987243690263746819398724369026374681939872436902637468193987243690263746819398724369026374681939872436902637468193987243690263746819398724369026374681939872436902637468193987243690263746819398" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 12f36719-6145-4076-bcf5-9cc947a0346a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a16bcb59-ec38-4df8-adda-3b51194d1767, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a16bcb59-ec38-4df8-adda-3b51194d1767, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12041787358746063902 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1204178735874606390212041787358746063902120417873587460639021204178735874606390212041787358746063902120417873587460639021204178735874606390212041787358746063902120417873587460639021204178735874606390212041787358746063902120417873587460639021204178735874606390212041787358746063902120417873587460639021204178735874606390212041787358746063902120417873587460639021204178735874606390212041787358746063902" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 277d225f-710d-48f9-91d9-7dc9f2936374, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d6c3acdc-fc65-4080-8174-e0640973be3d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d6c3acdc-fc65-4080-8174-e0640973be3d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9430252278634966063 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94302522786349660639430252278634966063943025227863496606394302522786349660639430252278634966063943025227863496606394302522786349660639430252278634966063943025227863496606394302522786349660639430252278634966063943025227863496606394302522786349660639430252278634966063943025227863496606394302522786349660639430252278634966063943025227863496606394302522786349660639430252278634966063" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a16bcb59-ec38-4df8-adda-3b51194d1767, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f42eae95-576b-4823-a848-4b8acd9e5daf, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d6c3acdc-fc65-4080-8174-e0640973be3d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f42eae95-576b-4823-a848-4b8acd9e5daf, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5333886330424742079 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53338863304247420795333886330424742079533388633042474207953338863304247420795333886330424742079533388633042474207953338863304247420795333886330424742079533388633042474207953338863304247420795333886330424742079533388633042474207953338863304247420795333886330424742079533388633042474207953338863304247420795333886330424742079533388633042474207953338863304247420795333886330424742079" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bd95238a-4bcb-4411-83b6-824a50b5f1e7, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bd95238a-4bcb-4411-83b6-824a50b5f1e7, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13779715454365570624 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1377971545436557062413779715454365570624137797154543655706241377971545436557062413779715454365570624137797154543655706241377971545436557062413779715454365570624137797154543655706241377971545436557062413779715454365570624137797154543655706241377971545436557062413779715454365570624137797154543655706241377971545436557062413779715454365570624137797154543655706241377971545436557062413779715454365570624" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f42eae95-576b-4823-a848-4b8acd9e5daf, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cda34b5f-b327-4f49-a03e-b41213e364eb, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cda34b5f-b327-4f49-a03e-b41213e364eb, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12073015669430254943 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1207301566943025494312073015669430254943120730156694302549431207301566943025494312073015669430254943120730156694302549431207301566943025494312073015669430254943120730156694302549431207301566943025494312073015669430254943120730156694302549431207301566943025494312073015669430254943120730156694302549431207301566943025494312073015669430254943120730156694302549431207301566943025494312073015669430254943" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bd95238a-4bcb-4411-83b6-824a50b5f1e7, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 585ade52-6c67-49ac-b650-1b457eed0e9b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 585ade52-6c67-49ac-b650-1b457eed0e9b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7538071777557375169 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75380717775573751697538071777557375169753807177755737516975380717775573751697538071777557375169753807177755737516975380717775573751697538071777557375169753807177755737516975380717775573751697538071777557375169753807177755737516975380717775573751697538071777557375169753807177755737516975380717775573751697538071777557375169753807177755737516975380717775573751697538071777557375169" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cda34b5f-b327-4f49-a03e-b41213e364eb, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 68e559fc-e168-4e29-9024-1a466de0d33c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 68e559fc-e168-4e29-9024-1a466de0d33c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1553962983442202832 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15539629834422028321553962983442202832155396298344220283215539629834422028321553962983442202832155396298344220283215539629834422028321553962983442202832155396298344220283215539629834422028321553962983442202832155396298344220283215539629834422028321553962983442202832155396298344220283215539629834422028321553962983442202832155396298344220283215539629834422028321553962983442202832" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 585ade52-6c67-49ac-b650-1b457eed0e9b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9b0cb9b1-efaa-4e0f-a9aa-cf4fc1c843da, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9b0cb9b1-efaa-4e0f-a9aa-cf4fc1c843da, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13788014205192038781 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1378801420519203878113788014205192038781137880142051920387811378801420519203878113788014205192038781137880142051920387811378801420519203878113788014205192038781137880142051920387811378801420519203878113788014205192038781137880142051920387811378801420519203878113788014205192038781137880142051920387811378801420519203878113788014205192038781137880142051920387811378801420519203878113788014205192038781" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 68e559fc-e168-4e29-9024-1a466de0d33c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3092f8bc-a924-49e5-bea1-7938e1f53612, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3092f8bc-a924-49e5-bea1-7938e1f53612, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11981357135737533672 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1198135713573753367211981357135737533672119813571357375336721198135713573753367211981357135737533672119813571357375336721198135713573753367211981357135737533672119813571357375336721198135713573753367211981357135737533672119813571357375336721198135713573753367211981357135737533672119813571357375336721198135713573753367211981357135737533672119813571357375336721198135713573753367211981357135737533672" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9b0cb9b1-efaa-4e0f-a9aa-cf4fc1c843da, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3092f8bc-a924-49e5-bea1-7938e1f53612, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 32f5105c-72fd-4bd9-8583-700fe8ab8c22, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 32f5105c-72fd-4bd9-8583-700fe8ab8c22, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15085462674139958352 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1508546267413995835215085462674139958352150854626741399583521508546267413995835215085462674139958352150854626741399583521508546267413995835215085462674139958352150854626741399583521508546267413995835215085462674139958352150854626741399583521508546267413995835215085462674139958352150854626741399583521508546267413995835215085462674139958352150854626741399583521508546267413995835215085462674139958352" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 350c8118-5ccc-4fee-be92-5bf1f6340f4c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 350c8118-5ccc-4fee-be92-5bf1f6340f4c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8561268886740079 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85612688867400798561268886740079856126888674007985612688867400798561268886740079856126888674007985612688867400798561268886740079856126888674007985612688867400798561268886740079856126888674007985612688867400798561268886740079856126888674007985612688867400798561268886740079856126888674007985612688867400798561268886740079" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 32f5105c-72fd-4bd9-8583-700fe8ab8c22, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3f4254cb-d5c3-4328-98a8-7f7978b324ee, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3f4254cb-d5c3-4328-98a8-7f7978b324ee, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9885378229855069328 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98853782298550693289885378229855069328988537822985506932898853782298550693289885378229855069328988537822985506932898853782298550693289885378229855069328988537822985506932898853782298550693289885378229855069328988537822985506932898853782298550693289885378229855069328988537822985506932898853782298550693289885378229855069328988537822985506932898853782298550693289885378229855069328" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 350c8118-5ccc-4fee-be92-5bf1f6340f4c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 588dc652-3057-4a8f-9a96-47af0039caf4, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 588dc652-3057-4a8f-9a96-47af0039caf4, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10308262148837554644 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1030826214883755464410308262148837554644103082621488375546441030826214883755464410308262148837554644103082621488375546441030826214883755464410308262148837554644103082621488375546441030826214883755464410308262148837554644103082621488375546441030826214883755464410308262148837554644103082621488375546441030826214883755464410308262148837554644103082621488375546441030826214883755464410308262148837554644" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3f4254cb-d5c3-4328-98a8-7f7978b324ee, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d1c19401-a837-4684-9658-ec95369c6e84, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d1c19401-a837-4684-9658-ec95369c6e84, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3269638330666290974 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32696383306662909743269638330666290974326963833066629097432696383306662909743269638330666290974326963833066629097432696383306662909743269638330666290974326963833066629097432696383306662909743269638330666290974326963833066629097432696383306662909743269638330666290974326963833066629097432696383306662909743269638330666290974326963833066629097432696383306662909743269638330666290974" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 588dc652-3057-4a8f-9a96-47af0039caf4, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5ec932db-3a98-436e-8f19-b045de874c33, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5ec932db-3a98-436e-8f19-b045de874c33, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5132280441178339197 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51322804411783391975132280441178339197513228044117833919751322804411783391975132280441178339197513228044117833919751322804411783391975132280441178339197513228044117833919751322804411783391975132280441178339197513228044117833919751322804411783391975132280441178339197513228044117833919751322804411783391975132280441178339197513228044117833919751322804411783391975132280441178339197" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d1c19401-a837-4684-9658-ec95369c6e84, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4d441549-4549-4324-aee3-4d766eca24c1, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4d441549-4549-4324-aee3-4d766eca24c1, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3595571126432237457 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35955711264322374573595571126432237457359557112643223745735955711264322374573595571126432237457359557112643223745735955711264322374573595571126432237457359557112643223745735955711264322374573595571126432237457359557112643223745735955711264322374573595571126432237457359557112643223745735955711264322374573595571126432237457359557112643223745735955711264322374573595571126432237457" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5ec932db-3a98-436e-8f19-b045de874c33, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2b21bead-6d7e-48c9-a73f-f87ae301a45c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2b21bead-6d7e-48c9-a73f-f87ae301a45c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2099528111060880296 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20995281110608802962099528111060880296209952811106088029620995281110608802962099528111060880296209952811106088029620995281110608802962099528111060880296209952811106088029620995281110608802962099528111060880296209952811106088029620995281110608802962099528111060880296209952811106088029620995281110608802962099528111060880296209952811106088029620995281110608802962099528111060880296" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4d441549-4549-4324-aee3-4d766eca24c1, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4fff0e14-f3c0-4db5-be65-aa44adb46f40, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4fff0e14-f3c0-4db5-be65-aa44adb46f40, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13252913514163323503 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1325291351416332350313252913514163323503132529135141633235031325291351416332350313252913514163323503132529135141633235031325291351416332350313252913514163323503132529135141633235031325291351416332350313252913514163323503132529135141633235031325291351416332350313252913514163323503132529135141633235031325291351416332350313252913514163323503132529135141633235031325291351416332350313252913514163323503" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2b21bead-6d7e-48c9-a73f-f87ae301a45c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 227bf948-f986-4d3d-a0c8-48497fe42b4e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 227bf948-f986-4d3d-a0c8-48497fe42b4e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7405870718177915167 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74058707181779151677405870718177915167740587071817791516774058707181779151677405870718177915167740587071817791516774058707181779151677405870718177915167740587071817791516774058707181779151677405870718177915167740587071817791516774058707181779151677405870718177915167740587071817791516774058707181779151677405870718177915167740587071817791516774058707181779151677405870718177915167" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 227bf948-f986-4d3d-a0c8-48497fe42b4e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4fff0e14-f3c0-4db5-be65-aa44adb46f40, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c9f86a46-e933-4c6c-ad38-590a0d5a06ca, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c9f86a46-e933-4c6c-ad38-590a0d5a06ca, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14533551926481473671 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1453355192648147367114533551926481473671145335519264814736711453355192648147367114533551926481473671145335519264814736711453355192648147367114533551926481473671145335519264814736711453355192648147367114533551926481473671145335519264814736711453355192648147367114533551926481473671145335519264814736711453355192648147367114533551926481473671145335519264814736711453355192648147367114533551926481473671" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8dde7ada-dbc4-408f-81ec-bb8b40b5bb4c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8dde7ada-dbc4-408f-81ec-bb8b40b5bb4c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16990180695013204461 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1699018069501320446116990180695013204461169901806950132044611699018069501320446116990180695013204461169901806950132044611699018069501320446116990180695013204461169901806950132044611699018069501320446116990180695013204461169901806950132044611699018069501320446116990180695013204461169901806950132044611699018069501320446116990180695013204461169901806950132044611699018069501320446116990180695013204461" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c9f86a46-e933-4c6c-ad38-590a0d5a06ca, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e8055fb6-4501-46b5-9a2d-8e7053d4ee44, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8dde7ada-dbc4-408f-81ec-bb8b40b5bb4c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e8055fb6-4501-46b5-9a2d-8e7053d4ee44, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11550951314385032229 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1155095131438503222911550951314385032229115509513143850322291155095131438503222911550951314385032229115509513143850322291155095131438503222911550951314385032229115509513143850322291155095131438503222911550951314385032229115509513143850322291155095131438503222911550951314385032229115509513143850322291155095131438503222911550951314385032229115509513143850322291155095131438503222911550951314385032229" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1c8a4434-fbdd-4516-9bc4-9d91b921e81f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1c8a4434-fbdd-4516-9bc4-9d91b921e81f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15510306344011426325 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1551030634401142632515510306344011426325155103063440114263251551030634401142632515510306344011426325155103063440114263251551030634401142632515510306344011426325155103063440114263251551030634401142632515510306344011426325155103063440114263251551030634401142632515510306344011426325155103063440114263251551030634401142632515510306344011426325155103063440114263251551030634401142632515510306344011426325" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e8055fb6-4501-46b5-9a2d-8e7053d4ee44, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0c78b145-9ed5-4be9-8f50-10aa84bcf5a4, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0c78b145-9ed5-4be9-8f50-10aa84bcf5a4, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11723820465378712165 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1172382046537871216511723820465378712165117238204653787121651172382046537871216511723820465378712165117238204653787121651172382046537871216511723820465378712165117238204653787121651172382046537871216511723820465378712165117238204653787121651172382046537871216511723820465378712165117238204653787121651172382046537871216511723820465378712165117238204653787121651172382046537871216511723820465378712165" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1c8a4434-fbdd-4516-9bc4-9d91b921e81f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 00cc0769-fe7c-4509-83f7-af73716e36ae, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 00cc0769-fe7c-4509-83f7-af73716e36ae, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7856129828843491948 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78561298288434919487856129828843491948785612982884349194878561298288434919487856129828843491948785612982884349194878561298288434919487856129828843491948785612982884349194878561298288434919487856129828843491948785612982884349194878561298288434919487856129828843491948785612982884349194878561298288434919487856129828843491948785612982884349194878561298288434919487856129828843491948" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0c78b145-9ed5-4be9-8f50-10aa84bcf5a4, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8bd8c195-2ada-402b-86ce-b7de8655e587, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8bd8c195-2ada-402b-86ce-b7de8655e587, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2134345277023943476 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21343452770239434762134345277023943476213434527702394347621343452770239434762134345277023943476213434527702394347621343452770239434762134345277023943476213434527702394347621343452770239434762134345277023943476213434527702394347621343452770239434762134345277023943476213434527702394347621343452770239434762134345277023943476213434527702394347621343452770239434762134345277023943476" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 00cc0769-fe7c-4509-83f7-af73716e36ae, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f3a766e3-3898-4ff7-b5c5-251ab2456af4, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f3a766e3-3898-4ff7-b5c5-251ab2456af4, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5364815986708456200 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53648159867084562005364815986708456200536481598670845620053648159867084562005364815986708456200536481598670845620053648159867084562005364815986708456200536481598670845620053648159867084562005364815986708456200536481598670845620053648159867084562005364815986708456200536481598670845620053648159867084562005364815986708456200536481598670845620053648159867084562005364815986708456200" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8bd8c195-2ada-402b-86ce-b7de8655e587, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b7777801-8217-4a10-a942-877ef0777452, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b7777801-8217-4a10-a942-877ef0777452, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11918004101952942142 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1191800410195294214211918004101952942142119180041019529421421191800410195294214211918004101952942142119180041019529421421191800410195294214211918004101952942142119180041019529421421191800410195294214211918004101952942142119180041019529421421191800410195294214211918004101952942142119180041019529421421191800410195294214211918004101952942142119180041019529421421191800410195294214211918004101952942142" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f3a766e3-3898-4ff7-b5c5-251ab2456af4, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9716ca74-2903-4556-b504-7322e56b3cf2, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9716ca74-2903-4556-b504-7322e56b3cf2, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9646617438999924700 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96466174389999247009646617438999924700964661743899992470096466174389999247009646617438999924700964661743899992470096466174389999247009646617438999924700964661743899992470096466174389999247009646617438999924700964661743899992470096466174389999247009646617438999924700964661743899992470096466174389999247009646617438999924700964661743899992470096466174389999247009646617438999924700" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b7777801-8217-4a10-a942-877ef0777452, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ab00d35c-cfcf-42ee-9349-12450124cc95, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ab00d35c-cfcf-42ee-9349-12450124cc95, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7756586661460791324 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77565866614607913247756586661460791324775658666146079132477565866614607913247756586661460791324775658666146079132477565866614607913247756586661460791324775658666146079132477565866614607913247756586661460791324775658666146079132477565866614607913247756586661460791324775658666146079132477565866614607913247756586661460791324775658666146079132477565866614607913247756586661460791324" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9716ca74-2903-4556-b504-7322e56b3cf2, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6a176b00-6361-4d76-ae5f-18f806b53a8b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6a176b00-6361-4d76-ae5f-18f806b53a8b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7321172036678368114 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73211720366783681147321172036678368114732117203667836811473211720366783681147321172036678368114732117203667836811473211720366783681147321172036678368114732117203667836811473211720366783681147321172036678368114732117203667836811473211720366783681147321172036678368114732117203667836811473211720366783681147321172036678368114732117203667836811473211720366783681147321172036678368114" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ab00d35c-cfcf-42ee-9349-12450124cc95, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b784f145-c149-41da-9b2b-3a3a9bbc5e14, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b784f145-c149-41da-9b2b-3a3a9bbc5e14, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7524709234234318523 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75247092342343185237524709234234318523752470923423431852375247092342343185237524709234234318523752470923423431852375247092342343185237524709234234318523752470923423431852375247092342343185237524709234234318523752470923423431852375247092342343185237524709234234318523752470923423431852375247092342343185237524709234234318523752470923423431852375247092342343185237524709234234318523" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b784f145-c149-41da-9b2b-3a3a9bbc5e14, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8768bee6-1071-4bcf-8e01-e9d655e3a520, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8768bee6-1071-4bcf-8e01-e9d655e3a520, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17547422964279028675 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1754742296427902867517547422964279028675175474229642790286751754742296427902867517547422964279028675175474229642790286751754742296427902867517547422964279028675175474229642790286751754742296427902867517547422964279028675175474229642790286751754742296427902867517547422964279028675175474229642790286751754742296427902867517547422964279028675175474229642790286751754742296427902867517547422964279028675" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6a176b00-6361-4d76-ae5f-18f806b53a8b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6ac0c9d5-f197-4620-b90f-f6c0b5b20c46, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6ac0c9d5-f197-4620-b90f-f6c0b5b20c46, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11269544316235051814 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1126954431623505181411269544316235051814112695443162350518141126954431623505181411269544316235051814112695443162350518141126954431623505181411269544316235051814112695443162350518141126954431623505181411269544316235051814112695443162350518141126954431623505181411269544316235051814112695443162350518141126954431623505181411269544316235051814112695443162350518141126954431623505181411269544316235051814" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8768bee6-1071-4bcf-8e01-e9d655e3a520, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, af4d551f-2c70-4b1f-99aa-90e9db21720c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, af4d551f-2c70-4b1f-99aa-90e9db21720c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4810511859472234578 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48105118594722345784810511859472234578481051185947223457848105118594722345784810511859472234578481051185947223457848105118594722345784810511859472234578481051185947223457848105118594722345784810511859472234578481051185947223457848105118594722345784810511859472234578481051185947223457848105118594722345784810511859472234578481051185947223457848105118594722345784810511859472234578" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6ac0c9d5-f197-4620-b90f-f6c0b5b20c46, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 62b2cdc9-ee51-4422-982c-2ed3f15aaa3d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 62b2cdc9-ee51-4422-982c-2ed3f15aaa3d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2146790987328346333 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21467909873283463332146790987328346333214679098732834633321467909873283463332146790987328346333214679098732834633321467909873283463332146790987328346333214679098732834633321467909873283463332146790987328346333214679098732834633321467909873283463332146790987328346333214679098732834633321467909873283463332146790987328346333214679098732834633321467909873283463332146790987328346333" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, af4d551f-2c70-4b1f-99aa-90e9db21720c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ad6dcdcd-c075-4fec-a9e6-d44bfad7af5d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ad6dcdcd-c075-4fec-a9e6-d44bfad7af5d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2385980834839972129 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23859808348399721292385980834839972129238598083483997212923859808348399721292385980834839972129238598083483997212923859808348399721292385980834839972129238598083483997212923859808348399721292385980834839972129238598083483997212923859808348399721292385980834839972129238598083483997212923859808348399721292385980834839972129238598083483997212923859808348399721292385980834839972129" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 62b2cdc9-ee51-4422-982c-2ed3f15aaa3d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 161e4d54-5c34-4aeb-9180-44faae283288, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 161e4d54-5c34-4aeb-9180-44faae283288, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 548211744960530437 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "548211744960530437548211744960530437548211744960530437548211744960530437548211744960530437548211744960530437548211744960530437548211744960530437548211744960530437548211744960530437548211744960530437548211744960530437548211744960530437548211744960530437548211744960530437548211744960530437548211744960530437548211744960530437548211744960530437548211744960530437" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ad6dcdcd-c075-4fec-a9e6-d44bfad7af5d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3e0a2dd3-d3a4-4ed5-8ac3-c766f16033eb, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3e0a2dd3-d3a4-4ed5-8ac3-c766f16033eb, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4133160895726061725 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41331608957260617254133160895726061725413316089572606172541331608957260617254133160895726061725413316089572606172541331608957260617254133160895726061725413316089572606172541331608957260617254133160895726061725413316089572606172541331608957260617254133160895726061725413316089572606172541331608957260617254133160895726061725413316089572606172541331608957260617254133160895726061725" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 161e4d54-5c34-4aeb-9180-44faae283288, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9d11eb25-ac4e-4353-a21f-d66943e823a2, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9d11eb25-ac4e-4353-a21f-d66943e823a2, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14843709878508767871 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1484370987850876787114843709878508767871148437098785087678711484370987850876787114843709878508767871148437098785087678711484370987850876787114843709878508767871148437098785087678711484370987850876787114843709878508767871148437098785087678711484370987850876787114843709878508767871148437098785087678711484370987850876787114843709878508767871148437098785087678711484370987850876787114843709878508767871" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3e0a2dd3-d3a4-4ed5-8ac3-c766f16033eb, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2ca438c4-fa63-412f-b68d-c983bfdf098b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2ca438c4-fa63-412f-b68d-c983bfdf098b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 797583989977690621 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "797583989977690621797583989977690621797583989977690621797583989977690621797583989977690621797583989977690621797583989977690621797583989977690621797583989977690621797583989977690621797583989977690621797583989977690621797583989977690621797583989977690621797583989977690621797583989977690621797583989977690621797583989977690621797583989977690621797583989977690621" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9d11eb25-ac4e-4353-a21f-d66943e823a2, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8a0d3bfd-43d8-465a-9d34-c4245e7dbd55, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8a0d3bfd-43d8-465a-9d34-c4245e7dbd55, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14493795839847242739 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1449379583984724273914493795839847242739144937958398472427391449379583984724273914493795839847242739144937958398472427391449379583984724273914493795839847242739144937958398472427391449379583984724273914493795839847242739144937958398472427391449379583984724273914493795839847242739144937958398472427391449379583984724273914493795839847242739144937958398472427391449379583984724273914493795839847242739" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2ca438c4-fa63-412f-b68d-c983bfdf098b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 21a9d196-d60c-45f3-9a90-033a26ce516c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 21a9d196-d60c-45f3-9a90-033a26ce516c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12583230995271702148 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1258323099527170214812583230995271702148125832309952717021481258323099527170214812583230995271702148125832309952717021481258323099527170214812583230995271702148125832309952717021481258323099527170214812583230995271702148125832309952717021481258323099527170214812583230995271702148125832309952717021481258323099527170214812583230995271702148125832309952717021481258323099527170214812583230995271702148" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8a0d3bfd-43d8-465a-9d34-c4245e7dbd55, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c33ae7ab-65cb-49a8-a924-401f587230f5, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c33ae7ab-65cb-49a8-a924-401f587230f5, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12819232546922519523 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1281923254692251952312819232546922519523128192325469225195231281923254692251952312819232546922519523128192325469225195231281923254692251952312819232546922519523128192325469225195231281923254692251952312819232546922519523128192325469225195231281923254692251952312819232546922519523128192325469225195231281923254692251952312819232546922519523128192325469225195231281923254692251952312819232546922519523" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 21a9d196-d60c-45f3-9a90-033a26ce516c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bf2b541f-af1b-40d4-9e72-7be49fd2fce7, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bf2b541f-af1b-40d4-9e72-7be49fd2fce7, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14631202987850576209 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1463120298785057620914631202987850576209146312029878505762091463120298785057620914631202987850576209146312029878505762091463120298785057620914631202987850576209146312029878505762091463120298785057620914631202987850576209146312029878505762091463120298785057620914631202987850576209146312029878505762091463120298785057620914631202987850576209146312029878505762091463120298785057620914631202987850576209" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c33ae7ab-65cb-49a8-a924-401f587230f5, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 43988e10-e95b-4932-806c-dd9cab35ae65, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 43988e10-e95b-4932-806c-dd9cab35ae65, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16604351226557917445 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1660435122655791744516604351226557917445166043512265579174451660435122655791744516604351226557917445166043512265579174451660435122655791744516604351226557917445166043512265579174451660435122655791744516604351226557917445166043512265579174451660435122655791744516604351226557917445166043512265579174451660435122655791744516604351226557917445166043512265579174451660435122655791744516604351226557917445" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bf2b541f-af1b-40d4-9e72-7be49fd2fce7, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6f80e8a4-0778-40a7-b65f-10c0199dffa5, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 43988e10-e95b-4932-806c-dd9cab35ae65, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6f80e8a4-0778-40a7-b65f-10c0199dffa5, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4710482783476949828 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47104827834769498284710482783476949828471048278347694982847104827834769498284710482783476949828471048278347694982847104827834769498284710482783476949828471048278347694982847104827834769498284710482783476949828471048278347694982847104827834769498284710482783476949828471048278347694982847104827834769498284710482783476949828471048278347694982847104827834769498284710482783476949828" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 62dcf662-00ed-4d10-806e-1199b672e7f0, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 62dcf662-00ed-4d10-806e-1199b672e7f0, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11136935333751388401 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1113693533375138840111136935333751388401111369353337513884011113693533375138840111136935333751388401111369353337513884011113693533375138840111136935333751388401111369353337513884011113693533375138840111136935333751388401111369353337513884011113693533375138840111136935333751388401111369353337513884011113693533375138840111136935333751388401111369353337513884011113693533375138840111136935333751388401" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 62dcf662-00ed-4d10-806e-1199b672e7f0, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f794b263-21ce-4e0d-bf97-204bd7fb6e72, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f794b263-21ce-4e0d-bf97-204bd7fb6e72, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2492017812560748794 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24920178125607487942492017812560748794249201781256074879424920178125607487942492017812560748794249201781256074879424920178125607487942492017812560748794249201781256074879424920178125607487942492017812560748794249201781256074879424920178125607487942492017812560748794249201781256074879424920178125607487942492017812560748794249201781256074879424920178125607487942492017812560748794" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6f80e8a4-0778-40a7-b65f-10c0199dffa5, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6ee76995-fbbd-4bba-b4bb-b3a9b60df04b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6ee76995-fbbd-4bba-b4bb-b3a9b60df04b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15233177749306804812 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1523317774930680481215233177749306804812152331777493068048121523317774930680481215233177749306804812152331777493068048121523317774930680481215233177749306804812152331777493068048121523317774930680481215233177749306804812152331777493068048121523317774930680481215233177749306804812152331777493068048121523317774930680481215233177749306804812152331777493068048121523317774930680481215233177749306804812" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f794b263-21ce-4e0d-bf97-204bd7fb6e72, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 866bf08f-7be3-4693-af9b-eca4b916d7c5, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 866bf08f-7be3-4693-af9b-eca4b916d7c5, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18401831584564274826 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1840183158456427482618401831584564274826184018315845642748261840183158456427482618401831584564274826184018315845642748261840183158456427482618401831584564274826184018315845642748261840183158456427482618401831584564274826184018315845642748261840183158456427482618401831584564274826184018315845642748261840183158456427482618401831584564274826184018315845642748261840183158456427482618401831584564274826" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6ee76995-fbbd-4bba-b4bb-b3a9b60df04b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, df9419e2-7fc5-44cd-a078-1f772caadb2b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, df9419e2-7fc5-44cd-a078-1f772caadb2b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17868334785986057337 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1786833478598605733717868334785986057337178683347859860573371786833478598605733717868334785986057337178683347859860573371786833478598605733717868334785986057337178683347859860573371786833478598605733717868334785986057337178683347859860573371786833478598605733717868334785986057337178683347859860573371786833478598605733717868334785986057337178683347859860573371786833478598605733717868334785986057337" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 866bf08f-7be3-4693-af9b-eca4b916d7c5, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 436bc9e6-2937-42c0-b8da-cda1df3675a3, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 436bc9e6-2937-42c0-b8da-cda1df3675a3, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 339770802903582150 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "339770802903582150339770802903582150339770802903582150339770802903582150339770802903582150339770802903582150339770802903582150339770802903582150339770802903582150339770802903582150339770802903582150339770802903582150339770802903582150339770802903582150339770802903582150339770802903582150339770802903582150339770802903582150339770802903582150339770802903582150" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, df9419e2-7fc5-44cd-a078-1f772caadb2b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 436bc9e6-2937-42c0-b8da-cda1df3675a3, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c2d787c1-96c8-45fb-99b0-e861b3b4d0bf, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c2d787c1-96c8-45fb-99b0-e861b3b4d0bf, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18298233734359747006 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1829823373435974700618298233734359747006182982337343597470061829823373435974700618298233734359747006182982337343597470061829823373435974700618298233734359747006182982337343597470061829823373435974700618298233734359747006182982337343597470061829823373435974700618298233734359747006182982337343597470061829823373435974700618298233734359747006182982337343597470061829823373435974700618298233734359747006" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 664b4427-1c34-4286-9438-c91d2baa002d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 664b4427-1c34-4286-9438-c91d2baa002d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15206207904465568226 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1520620790446556822615206207904465568226152062079044655682261520620790446556822615206207904465568226152062079044655682261520620790446556822615206207904465568226152062079044655682261520620790446556822615206207904465568226152062079044655682261520620790446556822615206207904465568226152062079044655682261520620790446556822615206207904465568226152062079044655682261520620790446556822615206207904465568226" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 664b4427-1c34-4286-9438-c91d2baa002d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c8efbc9e-51da-4bcc-b594-4d51465cfac0, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c8efbc9e-51da-4bcc-b594-4d51465cfac0, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3923678343422428530 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39236783434224285303923678343422428530392367834342242853039236783434224285303923678343422428530392367834342242853039236783434224285303923678343422428530392367834342242853039236783434224285303923678343422428530392367834342242853039236783434224285303923678343422428530392367834342242853039236783434224285303923678343422428530392367834342242853039236783434224285303923678343422428530" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c2d787c1-96c8-45fb-99b0-e861b3b4d0bf, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e1f14ab3-e7ca-42d2-98fa-13a7800abaa8, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e1f14ab3-e7ca-42d2-98fa-13a7800abaa8, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11343069071148144560 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1134306907114814456011343069071148144560113430690711481445601134306907114814456011343069071148144560113430690711481445601134306907114814456011343069071148144560113430690711481445601134306907114814456011343069071148144560113430690711481445601134306907114814456011343069071148144560113430690711481445601134306907114814456011343069071148144560113430690711481445601134306907114814456011343069071148144560" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c8efbc9e-51da-4bcc-b594-4d51465cfac0, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e1f14ab3-e7ca-42d2-98fa-13a7800abaa8, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9a0932ee-4a0b-499c-b695-dd980690c671, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9a0932ee-4a0b-499c-b695-dd980690c671, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10211434077323779754 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1021143407732377975410211434077323779754102114340773237797541021143407732377975410211434077323779754102114340773237797541021143407732377975410211434077323779754102114340773237797541021143407732377975410211434077323779754102114340773237797541021143407732377975410211434077323779754102114340773237797541021143407732377975410211434077323779754102114340773237797541021143407732377975410211434077323779754" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 02d15553-84d1-4034-a3d4-3cd2ddfd143d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 02d15553-84d1-4034-a3d4-3cd2ddfd143d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16097895272309222751 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1609789527230922275116097895272309222751160978952723092227511609789527230922275116097895272309222751160978952723092227511609789527230922275116097895272309222751160978952723092227511609789527230922275116097895272309222751160978952723092227511609789527230922275116097895272309222751160978952723092227511609789527230922275116097895272309222751160978952723092227511609789527230922275116097895272309222751" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 02d15553-84d1-4034-a3d4-3cd2ddfd143d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9a0932ee-4a0b-499c-b695-dd980690c671, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b0246ba0-305e-479d-abaa-9f5a59351303, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b0246ba0-305e-479d-abaa-9f5a59351303, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10510907021929004221 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1051090702192900422110510907021929004221105109070219290042211051090702192900422110510907021929004221105109070219290042211051090702192900422110510907021929004221105109070219290042211051090702192900422110510907021929004221105109070219290042211051090702192900422110510907021929004221105109070219290042211051090702192900422110510907021929004221105109070219290042211051090702192900422110510907021929004221" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f944feaa-6af0-4a32-8f90-0dca210b73ea, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f944feaa-6af0-4a32-8f90-0dca210b73ea, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5575123840736388372 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55751238407363883725575123840736388372557512384073638837255751238407363883725575123840736388372557512384073638837255751238407363883725575123840736388372557512384073638837255751238407363883725575123840736388372557512384073638837255751238407363883725575123840736388372557512384073638837255751238407363883725575123840736388372557512384073638837255751238407363883725575123840736388372" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b0246ba0-305e-479d-abaa-9f5a59351303, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5b9ace67-2edb-46c4-ab21-1e98b20a815a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f944feaa-6af0-4a32-8f90-0dca210b73ea, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4220535d-7a82-43df-a82c-6bd635dc12a9, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4220535d-7a82-43df-a82c-6bd635dc12a9, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14387135111272391122 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1438713511127239112214387135111272391122143871351112723911221438713511127239112214387135111272391122143871351112723911221438713511127239112214387135111272391122143871351112723911221438713511127239112214387135111272391122143871351112723911221438713511127239112214387135111272391122143871351112723911221438713511127239112214387135111272391122143871351112723911221438713511127239112214387135111272391122" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5b9ace67-2edb-46c4-ab21-1e98b20a815a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8232852173729719884 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82328521737297198848232852173729719884823285217372971988482328521737297198848232852173729719884823285217372971988482328521737297198848232852173729719884823285217372971988482328521737297198848232852173729719884823285217372971988482328521737297198848232852173729719884823285217372971988482328521737297198848232852173729719884823285217372971988482328521737297198848232852173729719884" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4220535d-7a82-43df-a82c-6bd635dc12a9, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5b9ace67-2edb-46c4-ab21-1e98b20a815a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ee93d08a-9a35-4caf-a96d-1d1be5cbdd1c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4606850f-77f2-4d11-812a-d0a17afa269c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ee93d08a-9a35-4caf-a96d-1d1be5cbdd1c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1569286515134312968 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15692865151343129681569286515134312968156928651513431296815692865151343129681569286515134312968156928651513431296815692865151343129681569286515134312968156928651513431296815692865151343129681569286515134312968156928651513431296815692865151343129681569286515134312968156928651513431296815692865151343129681569286515134312968156928651513431296815692865151343129681569286515134312968" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4606850f-77f2-4d11-812a-d0a17afa269c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3995912304510511749 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39959123045105117493995912304510511749399591230451051174939959123045105117493995912304510511749399591230451051174939959123045105117493995912304510511749399591230451051174939959123045105117493995912304510511749399591230451051174939959123045105117493995912304510511749399591230451051174939959123045105117493995912304510511749399591230451051174939959123045105117493995912304510511749" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ee93d08a-9a35-4caf-a96d-1d1be5cbdd1c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 609b10e5-09d0-478c-9f0a-adca09526491, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4606850f-77f2-4d11-812a-d0a17afa269c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 609b10e5-09d0-478c-9f0a-adca09526491, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14824854450127595833 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1482485445012759583314824854450127595833148248544501275958331482485445012759583314824854450127595833148248544501275958331482485445012759583314824854450127595833148248544501275958331482485445012759583314824854450127595833148248544501275958331482485445012759583314824854450127595833148248544501275958331482485445012759583314824854450127595833148248544501275958331482485445012759583314824854450127595833" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 640bca07-29df-4a99-8bf7-ebfa9ab3aef5, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 640bca07-29df-4a99-8bf7-ebfa9ab3aef5, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16697382700902962141 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1669738270090296214116697382700902962141166973827009029621411669738270090296214116697382700902962141166973827009029621411669738270090296214116697382700902962141166973827009029621411669738270090296214116697382700902962141166973827009029621411669738270090296214116697382700902962141166973827009029621411669738270090296214116697382700902962141166973827009029621411669738270090296214116697382700902962141" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 609b10e5-09d0-478c-9f0a-adca09526491, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3e34cc4b-76f9-4eaa-919f-b75377afe15a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3e34cc4b-76f9-4eaa-919f-b75377afe15a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17696459833440456714 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1769645983344045671417696459833440456714176964598334404567141769645983344045671417696459833440456714176964598334404567141769645983344045671417696459833440456714176964598334404567141769645983344045671417696459833440456714176964598334404567141769645983344045671417696459833440456714176964598334404567141769645983344045671417696459833440456714176964598334404567141769645983344045671417696459833440456714" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 640bca07-29df-4a99-8bf7-ebfa9ab3aef5, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a3b93b42-2d3f-424d-a612-1751141cb945, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a3b93b42-2d3f-424d-a612-1751141cb945, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17054458746303807615 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1705445874630380761517054458746303807615170544587463038076151705445874630380761517054458746303807615170544587463038076151705445874630380761517054458746303807615170544587463038076151705445874630380761517054458746303807615170544587463038076151705445874630380761517054458746303807615170544587463038076151705445874630380761517054458746303807615170544587463038076151705445874630380761517054458746303807615" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3e34cc4b-76f9-4eaa-919f-b75377afe15a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 183f0fba-df3d-49c6-ab34-9534235da8ef, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 183f0fba-df3d-49c6-ab34-9534235da8ef, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6402143914787112003 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64021439147871120036402143914787112003640214391478711200364021439147871120036402143914787112003640214391478711200364021439147871120036402143914787112003640214391478711200364021439147871120036402143914787112003640214391478711200364021439147871120036402143914787112003640214391478711200364021439147871120036402143914787112003640214391478711200364021439147871120036402143914787112003" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a3b93b42-2d3f-424d-a612-1751141cb945, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 08acf393-d699-41f5-94ec-a86951197691, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 08acf393-d699-41f5-94ec-a86951197691, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18380333149011610521 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1838033314901161052118380333149011610521183803331490116105211838033314901161052118380333149011610521183803331490116105211838033314901161052118380333149011610521183803331490116105211838033314901161052118380333149011610521183803331490116105211838033314901161052118380333149011610521183803331490116105211838033314901161052118380333149011610521183803331490116105211838033314901161052118380333149011610521" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 183f0fba-df3d-49c6-ab34-9534235da8ef, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a3a628ea-db32-4780-b08e-ca62de4348f9, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a3a628ea-db32-4780-b08e-ca62de4348f9, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7218365610770507088 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72183656107705070887218365610770507088721836561077050708872183656107705070887218365610770507088721836561077050708872183656107705070887218365610770507088721836561077050708872183656107705070887218365610770507088721836561077050708872183656107705070887218365610770507088721836561077050708872183656107705070887218365610770507088721836561077050708872183656107705070887218365610770507088" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 08acf393-d699-41f5-94ec-a86951197691, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 971ca589-2334-467e-883d-1b7765021880, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 971ca589-2334-467e-883d-1b7765021880, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15342252339444242077 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1534225233944424207715342252339444242077153422523394442420771534225233944424207715342252339444242077153422523394442420771534225233944424207715342252339444242077153422523394442420771534225233944424207715342252339444242077153422523394442420771534225233944424207715342252339444242077153422523394442420771534225233944424207715342252339444242077153422523394442420771534225233944424207715342252339444242077" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a3a628ea-db32-4780-b08e-ca62de4348f9, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, aec53bb5-f98d-4e63-8d28-3329c2c3b938, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aec53bb5-f98d-4e63-8d28-3329c2c3b938, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5898082279546565646 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58980822795465656465898082279546565646589808227954656564658980822795465656465898082279546565646589808227954656564658980822795465656465898082279546565646589808227954656564658980822795465656465898082279546565646589808227954656564658980822795465656465898082279546565646589808227954656564658980822795465656465898082279546565646589808227954656564658980822795465656465898082279546565646" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 971ca589-2334-467e-883d-1b7765021880, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 410712f6-03c5-462d-9d61-561f28624dac, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 410712f6-03c5-462d-9d61-561f28624dac, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9260864599327454084 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92608645993274540849260864599327454084926086459932745408492608645993274540849260864599327454084926086459932745408492608645993274540849260864599327454084926086459932745408492608645993274540849260864599327454084926086459932745408492608645993274540849260864599327454084926086459932745408492608645993274540849260864599327454084926086459932745408492608645993274540849260864599327454084" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aec53bb5-f98d-4e63-8d28-3329c2c3b938, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 744cd3b9-d9a5-432c-aa35-c01431b46ac6, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 744cd3b9-d9a5-432c-aa35-c01431b46ac6, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15160710273154023242 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1516071027315402324215160710273154023242151607102731540232421516071027315402324215160710273154023242151607102731540232421516071027315402324215160710273154023242151607102731540232421516071027315402324215160710273154023242151607102731540232421516071027315402324215160710273154023242151607102731540232421516071027315402324215160710273154023242151607102731540232421516071027315402324215160710273154023242" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 410712f6-03c5-462d-9d61-561f28624dac, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 113c9a13-c088-4354-b91f-2912ae7997dc, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 113c9a13-c088-4354-b91f-2912ae7997dc, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16693673026372719736 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1669367302637271973616693673026372719736166936730263727197361669367302637271973616693673026372719736166936730263727197361669367302637271973616693673026372719736166936730263727197361669367302637271973616693673026372719736166936730263727197361669367302637271973616693673026372719736166936730263727197361669367302637271973616693673026372719736166936730263727197361669367302637271973616693673026372719736" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 744cd3b9-d9a5-432c-aa35-c01431b46ac6, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b9b0d67f-ec52-422b-ae5b-c9e630f464d9, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b9b0d67f-ec52-422b-ae5b-c9e630f464d9, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7240509263908891692 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72405092639088916927240509263908891692724050926390889169272405092639088916927240509263908891692724050926390889169272405092639088916927240509263908891692724050926390889169272405092639088916927240509263908891692724050926390889169272405092639088916927240509263908891692724050926390889169272405092639088916927240509263908891692724050926390889169272405092639088916927240509263908891692" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 113c9a13-c088-4354-b91f-2912ae7997dc, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, aadd2263-b326-4f24-90f3-130599991840, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aadd2263-b326-4f24-90f3-130599991840, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11257490683210275058 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1125749068321027505811257490683210275058112574906832102750581125749068321027505811257490683210275058112574906832102750581125749068321027505811257490683210275058112574906832102750581125749068321027505811257490683210275058112574906832102750581125749068321027505811257490683210275058112574906832102750581125749068321027505811257490683210275058112574906832102750581125749068321027505811257490683210275058" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b9b0d67f-ec52-422b-ae5b-c9e630f464d9, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 12006e39-41dc-4467-8864-b7f3d58db7f7, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 12006e39-41dc-4467-8864-b7f3d58db7f7, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6872231191141144651 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68722311911411446516872231191141144651687223119114114465168722311911411446516872231191141144651687223119114114465168722311911411446516872231191141144651687223119114114465168722311911411446516872231191141144651687223119114114465168722311911411446516872231191141144651687223119114114465168722311911411446516872231191141144651687223119114114465168722311911411446516872231191141144651" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aadd2263-b326-4f24-90f3-130599991840, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4a10e02f-88a1-44bd-a606-48d1f59b051f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4a10e02f-88a1-44bd-a606-48d1f59b051f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5375673358818431919 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53756733588184319195375673358818431919537567335881843191953756733588184319195375673358818431919537567335881843191953756733588184319195375673358818431919537567335881843191953756733588184319195375673358818431919537567335881843191953756733588184319195375673358818431919537567335881843191953756733588184319195375673358818431919537567335881843191953756733588184319195375673358818431919" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 12006e39-41dc-4467-8864-b7f3d58db7f7, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5e40a868-7a21-47a0-bebb-331fffaa2c03, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5e40a868-7a21-47a0-bebb-331fffaa2c03, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13266797962313105148 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1326679796231310514813266797962313105148132667979623131051481326679796231310514813266797962313105148132667979623131051481326679796231310514813266797962313105148132667979623131051481326679796231310514813266797962313105148132667979623131051481326679796231310514813266797962313105148132667979623131051481326679796231310514813266797962313105148132667979623131051481326679796231310514813266797962313105148" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4a10e02f-88a1-44bd-a606-48d1f59b051f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 21635474-2a10-477d-8b35-809370e1a2aa, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 21635474-2a10-477d-8b35-809370e1a2aa, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14628386206657852904 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1462838620665785290414628386206657852904146283862066578529041462838620665785290414628386206657852904146283862066578529041462838620665785290414628386206657852904146283862066578529041462838620665785290414628386206657852904146283862066578529041462838620665785290414628386206657852904146283862066578529041462838620665785290414628386206657852904146283862066578529041462838620665785290414628386206657852904" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5e40a868-7a21-47a0-bebb-331fffaa2c03, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f91c4e37-6f4e-400d-aaff-aab5ba8190e8, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f91c4e37-6f4e-400d-aaff-aab5ba8190e8, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11710977962256468419 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1171097796225646841911710977962256468419117109779622564684191171097796225646841911710977962256468419117109779622564684191171097796225646841911710977962256468419117109779622564684191171097796225646841911710977962256468419117109779622564684191171097796225646841911710977962256468419117109779622564684191171097796225646841911710977962256468419117109779622564684191171097796225646841911710977962256468419" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 21635474-2a10-477d-8b35-809370e1a2aa, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 186a0499-500e-4a6d-99cb-e81b6e687846, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 186a0499-500e-4a6d-99cb-e81b6e687846, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4610781298336260955 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46107812983362609554610781298336260955461078129833626095546107812983362609554610781298336260955461078129833626095546107812983362609554610781298336260955461078129833626095546107812983362609554610781298336260955461078129833626095546107812983362609554610781298336260955461078129833626095546107812983362609554610781298336260955461078129833626095546107812983362609554610781298336260955" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f91c4e37-6f4e-400d-aaff-aab5ba8190e8, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 746291ac-b036-4583-96de-0537a1007c2e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 746291ac-b036-4583-96de-0537a1007c2e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13401414613672694132 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1340141461367269413213401414613672694132134014146136726941321340141461367269413213401414613672694132134014146136726941321340141461367269413213401414613672694132134014146136726941321340141461367269413213401414613672694132134014146136726941321340141461367269413213401414613672694132134014146136726941321340141461367269413213401414613672694132134014146136726941321340141461367269413213401414613672694132" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 186a0499-500e-4a6d-99cb-e81b6e687846, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, db4289a3-3362-4aad-87d0-69cff57dc9a0, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, db4289a3-3362-4aad-87d0-69cff57dc9a0, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12299012126513844630 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1229901212651384463012299012126513844630122990121265138446301229901212651384463012299012126513844630122990121265138446301229901212651384463012299012126513844630122990121265138446301229901212651384463012299012126513844630122990121265138446301229901212651384463012299012126513844630122990121265138446301229901212651384463012299012126513844630122990121265138446301229901212651384463012299012126513844630" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 746291ac-b036-4583-96de-0537a1007c2e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 609bfc15-41bc-4d3f-b2fe-acf3965f1652, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 609bfc15-41bc-4d3f-b2fe-acf3965f1652, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5084576098637947664 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50845760986379476645084576098637947664508457609863794766450845760986379476645084576098637947664508457609863794766450845760986379476645084576098637947664508457609863794766450845760986379476645084576098637947664508457609863794766450845760986379476645084576098637947664508457609863794766450845760986379476645084576098637947664508457609863794766450845760986379476645084576098637947664" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, db4289a3-3362-4aad-87d0-69cff57dc9a0, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0f2e7c37-445e-4808-b7ba-c771192cd8ea, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0f2e7c37-445e-4808-b7ba-c771192cd8ea, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2970183404460730700 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29701834044607307002970183404460730700297018340446073070029701834044607307002970183404460730700297018340446073070029701834044607307002970183404460730700297018340446073070029701834044607307002970183404460730700297018340446073070029701834044607307002970183404460730700297018340446073070029701834044607307002970183404460730700297018340446073070029701834044607307002970183404460730700" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 609bfc15-41bc-4d3f-b2fe-acf3965f1652, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b5d19a35-fad0-4569-8d19-534efc8e7271, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b5d19a35-fad0-4569-8d19-534efc8e7271, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16340125506007308760 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1634012550600730876016340125506007308760163401255060073087601634012550600730876016340125506007308760163401255060073087601634012550600730876016340125506007308760163401255060073087601634012550600730876016340125506007308760163401255060073087601634012550600730876016340125506007308760163401255060073087601634012550600730876016340125506007308760163401255060073087601634012550600730876016340125506007308760" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0f2e7c37-445e-4808-b7ba-c771192cd8ea, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fdfff9b0-01c2-4818-ba68-2348acec2d31, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fdfff9b0-01c2-4818-ba68-2348acec2d31, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16682367712092899216 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1668236771209289921616682367712092899216166823677120928992161668236771209289921616682367712092899216166823677120928992161668236771209289921616682367712092899216166823677120928992161668236771209289921616682367712092899216166823677120928992161668236771209289921616682367712092899216166823677120928992161668236771209289921616682367712092899216166823677120928992161668236771209289921616682367712092899216" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b5d19a35-fad0-4569-8d19-534efc8e7271, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9f77685e-4b5e-4f17-9389-170244b45e51, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9f77685e-4b5e-4f17-9389-170244b45e51, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1119427730946875661 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11194277309468756611119427730946875661111942773094687566111194277309468756611119427730946875661111942773094687566111194277309468756611119427730946875661111942773094687566111194277309468756611119427730946875661111942773094687566111194277309468756611119427730946875661111942773094687566111194277309468756611119427730946875661111942773094687566111194277309468756611119427730946875661" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fdfff9b0-01c2-4818-ba68-2348acec2d31, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5a12d1c5-030e-42c3-8b8d-8d260663c296, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5a12d1c5-030e-42c3-8b8d-8d260663c296, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16541263252682677482 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1654126325268267748216541263252682677482165412632526826774821654126325268267748216541263252682677482165412632526826774821654126325268267748216541263252682677482165412632526826774821654126325268267748216541263252682677482165412632526826774821654126325268267748216541263252682677482165412632526826774821654126325268267748216541263252682677482165412632526826774821654126325268267748216541263252682677482" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9f77685e-4b5e-4f17-9389-170244b45e51, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3287536a-06f3-428c-b007-df010be4189a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3287536a-06f3-428c-b007-df010be4189a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 619481589536050354 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "619481589536050354619481589536050354619481589536050354619481589536050354619481589536050354619481589536050354619481589536050354619481589536050354619481589536050354619481589536050354619481589536050354619481589536050354619481589536050354619481589536050354619481589536050354619481589536050354619481589536050354619481589536050354619481589536050354619481589536050354" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5a12d1c5-030e-42c3-8b8d-8d260663c296, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b2a26517-9b4e-42a1-bc3c-350ac4738d00, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b2a26517-9b4e-42a1-bc3c-350ac4738d00, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13890740423466047253 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1389074042346604725313890740423466047253138907404234660472531389074042346604725313890740423466047253138907404234660472531389074042346604725313890740423466047253138907404234660472531389074042346604725313890740423466047253138907404234660472531389074042346604725313890740423466047253138907404234660472531389074042346604725313890740423466047253138907404234660472531389074042346604725313890740423466047253" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3287536a-06f3-428c-b007-df010be4189a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5757c414-d430-4a49-b2a8-4c1bc5ef8907, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5757c414-d430-4a49-b2a8-4c1bc5ef8907, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1327457666196236749 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13274576661962367491327457666196236749132745766619623674913274576661962367491327457666196236749132745766619623674913274576661962367491327457666196236749132745766619623674913274576661962367491327457666196236749132745766619623674913274576661962367491327457666196236749132745766619623674913274576661962367491327457666196236749132745766619623674913274576661962367491327457666196236749" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b2a26517-9b4e-42a1-bc3c-350ac4738d00, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 471abd99-9ea5-4e1e-bede-53c80c5a41ef, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 471abd99-9ea5-4e1e-bede-53c80c5a41ef, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13879694635160933607 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1387969463516093360713879694635160933607138796946351609336071387969463516093360713879694635160933607138796946351609336071387969463516093360713879694635160933607138796946351609336071387969463516093360713879694635160933607138796946351609336071387969463516093360713879694635160933607138796946351609336071387969463516093360713879694635160933607138796946351609336071387969463516093360713879694635160933607" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5757c414-d430-4a49-b2a8-4c1bc5ef8907, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1a427406-2392-46f1-b6ee-7326c712403d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1a427406-2392-46f1-b6ee-7326c712403d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2960482499654922824 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29604824996549228242960482499654922824296048249965492282429604824996549228242960482499654922824296048249965492282429604824996549228242960482499654922824296048249965492282429604824996549228242960482499654922824296048249965492282429604824996549228242960482499654922824296048249965492282429604824996549228242960482499654922824296048249965492282429604824996549228242960482499654922824" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 471abd99-9ea5-4e1e-bede-53c80c5a41ef, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3ceefdb3-a4c6-4425-91d4-bbf7f29b3599, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3ceefdb3-a4c6-4425-91d4-bbf7f29b3599, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5545488393550308001 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55454883935503080015545488393550308001554548839355030800155454883935503080015545488393550308001554548839355030800155454883935503080015545488393550308001554548839355030800155454883935503080015545488393550308001554548839355030800155454883935503080015545488393550308001554548839355030800155454883935503080015545488393550308001554548839355030800155454883935503080015545488393550308001" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1a427406-2392-46f1-b6ee-7326c712403d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5540fab3-ca8f-46b1-9e89-3876a0910bea, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5540fab3-ca8f-46b1-9e89-3876a0910bea, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11404602886738786154 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1140460288673878615411404602886738786154114046028867387861541140460288673878615411404602886738786154114046028867387861541140460288673878615411404602886738786154114046028867387861541140460288673878615411404602886738786154114046028867387861541140460288673878615411404602886738786154114046028867387861541140460288673878615411404602886738786154114046028867387861541140460288673878615411404602886738786154" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3ceefdb3-a4c6-4425-91d4-bbf7f29b3599, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7cf87663-dd48-4591-9b29-7612aae52eaa, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7cf87663-dd48-4591-9b29-7612aae52eaa, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13964378337764872439 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1396437833776487243913964378337764872439139643783377648724391396437833776487243913964378337764872439139643783377648724391396437833776487243913964378337764872439139643783377648724391396437833776487243913964378337764872439139643783377648724391396437833776487243913964378337764872439139643783377648724391396437833776487243913964378337764872439139643783377648724391396437833776487243913964378337764872439" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5540fab3-ca8f-46b1-9e89-3876a0910bea, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7cf87663-dd48-4591-9b29-7612aae52eaa, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 79b02d21-4e7b-4b31-aeb0-d74d8c3fde90, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d8d59818-6173-44c0-8164-b1fe08e7d5a9, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 79b02d21-4e7b-4b31-aeb0-d74d8c3fde90, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1225274953811751463 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12252749538117514631225274953811751463122527495381175146312252749538117514631225274953811751463122527495381175146312252749538117514631225274953811751463122527495381175146312252749538117514631225274953811751463122527495381175146312252749538117514631225274953811751463122527495381175146312252749538117514631225274953811751463122527495381175146312252749538117514631225274953811751463" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d8d59818-6173-44c0-8164-b1fe08e7d5a9, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10321995917363375353 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1032199591736337535310321995917363375353103219959173633753531032199591736337535310321995917363375353103219959173633753531032199591736337535310321995917363375353103219959173633753531032199591736337535310321995917363375353103219959173633753531032199591736337535310321995917363375353103219959173633753531032199591736337535310321995917363375353103219959173633753531032199591736337535310321995917363375353" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d8d59818-6173-44c0-8164-b1fe08e7d5a9, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 06b9b7a7-77f2-45fc-8609-26cce46f67b0, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 06b9b7a7-77f2-45fc-8609-26cce46f67b0, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1107051010854541250 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11070510108545412501107051010854541250110705101085454125011070510108545412501107051010854541250110705101085454125011070510108545412501107051010854541250110705101085454125011070510108545412501107051010854541250110705101085454125011070510108545412501107051010854541250110705101085454125011070510108545412501107051010854541250110705101085454125011070510108545412501107051010854541250" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 79b02d21-4e7b-4b31-aeb0-d74d8c3fde90, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c413bea9-4a28-4e39-a85f-03626db703c9, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c413bea9-4a28-4e39-a85f-03626db703c9, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 690283285439127171 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "690283285439127171690283285439127171690283285439127171690283285439127171690283285439127171690283285439127171690283285439127171690283285439127171690283285439127171690283285439127171690283285439127171690283285439127171690283285439127171690283285439127171690283285439127171690283285439127171690283285439127171690283285439127171690283285439127171690283285439127171" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 06b9b7a7-77f2-45fc-8609-26cce46f67b0, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e1cd3519-dc85-4292-8b35-43931c08dccd, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e1cd3519-dc85-4292-8b35-43931c08dccd, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15003153271026619803 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1500315327102661980315003153271026619803150031532710266198031500315327102661980315003153271026619803150031532710266198031500315327102661980315003153271026619803150031532710266198031500315327102661980315003153271026619803150031532710266198031500315327102661980315003153271026619803150031532710266198031500315327102661980315003153271026619803150031532710266198031500315327102661980315003153271026619803" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c413bea9-4a28-4e39-a85f-03626db703c9, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ba5365f9-a4be-418b-9974-67f6f06f6e42, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ba5365f9-a4be-418b-9974-67f6f06f6e42, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5484190042187705228 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54841900421877052285484190042187705228548419004218770522854841900421877052285484190042187705228548419004218770522854841900421877052285484190042187705228548419004218770522854841900421877052285484190042187705228548419004218770522854841900421877052285484190042187705228548419004218770522854841900421877052285484190042187705228548419004218770522854841900421877052285484190042187705228" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e1cd3519-dc85-4292-8b35-43931c08dccd, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 45ff4642-23e2-4683-9b03-0f7a899d7722, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 45ff4642-23e2-4683-9b03-0f7a899d7722, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11075124977694542933 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1107512497769454293311075124977694542933110751249776945429331107512497769454293311075124977694542933110751249776945429331107512497769454293311075124977694542933110751249776945429331107512497769454293311075124977694542933110751249776945429331107512497769454293311075124977694542933110751249776945429331107512497769454293311075124977694542933110751249776945429331107512497769454293311075124977694542933" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ba5365f9-a4be-418b-9974-67f6f06f6e42, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 20959cda-3750-4d96-ad86-a14d55613feb, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 20959cda-3750-4d96-ad86-a14d55613feb, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12737047474375826957 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1273704747437582695712737047474375826957127370474743758269571273704747437582695712737047474375826957127370474743758269571273704747437582695712737047474375826957127370474743758269571273704747437582695712737047474375826957127370474743758269571273704747437582695712737047474375826957127370474743758269571273704747437582695712737047474375826957127370474743758269571273704747437582695712737047474375826957" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 45ff4642-23e2-4683-9b03-0f7a899d7722, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e5a1c43b-c14d-488e-a442-60b5dd29cff3, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e5a1c43b-c14d-488e-a442-60b5dd29cff3, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10804736115686912002 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1080473611568691200210804736115686912002108047361156869120021080473611568691200210804736115686912002108047361156869120021080473611568691200210804736115686912002108047361156869120021080473611568691200210804736115686912002108047361156869120021080473611568691200210804736115686912002108047361156869120021080473611568691200210804736115686912002108047361156869120021080473611568691200210804736115686912002" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e5a1c43b-c14d-488e-a442-60b5dd29cff3, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e363e4f6-d68d-4abf-bbad-329408b000e5, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e363e4f6-d68d-4abf-bbad-329408b000e5, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11458324692079116157 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1145832469207911615711458324692079116157114583246920791161571145832469207911615711458324692079116157114583246920791161571145832469207911615711458324692079116157114583246920791161571145832469207911615711458324692079116157114583246920791161571145832469207911615711458324692079116157114583246920791161571145832469207911615711458324692079116157114583246920791161571145832469207911615711458324692079116157" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 20959cda-3750-4d96-ad86-a14d55613feb, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e363e4f6-d68d-4abf-bbad-329408b000e5, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8ae4d258-2a39-4727-b892-97091cfce0d1, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8ae4d258-2a39-4727-b892-97091cfce0d1, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6399154076399146882 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63991540763991468826399154076399146882639915407639914688263991540763991468826399154076399146882639915407639914688263991540763991468826399154076399146882639915407639914688263991540763991468826399154076399146882639915407639914688263991540763991468826399154076399146882639915407639914688263991540763991468826399154076399146882639915407639914688263991540763991468826399154076399146882" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 97cbdba2-9ce3-4a11-a53b-b8a4d6c6703c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 97cbdba2-9ce3-4a11-a53b-b8a4d6c6703c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6244917426840165664 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62449174268401656646244917426840165664624491742684016566462449174268401656646244917426840165664624491742684016566462449174268401656646244917426840165664624491742684016566462449174268401656646244917426840165664624491742684016566462449174268401656646244917426840165664624491742684016566462449174268401656646244917426840165664624491742684016566462449174268401656646244917426840165664" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8ae4d258-2a39-4727-b892-97091cfce0d1, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4f45a06b-41a8-4d1f-8871-76424abb12cc, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4f45a06b-41a8-4d1f-8871-76424abb12cc, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 972070161917514968 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "972070161917514968972070161917514968972070161917514968972070161917514968972070161917514968972070161917514968972070161917514968972070161917514968972070161917514968972070161917514968972070161917514968972070161917514968972070161917514968972070161917514968972070161917514968972070161917514968972070161917514968972070161917514968972070161917514968972070161917514968" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 97cbdba2-9ce3-4a11-a53b-b8a4d6c6703c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d6be36c9-3b1b-4b1e-b084-1d4877dac6ba, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d6be36c9-3b1b-4b1e-b084-1d4877dac6ba, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14733905778494488709 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1473390577849448870914733905778494488709147339057784944887091473390577849448870914733905778494488709147339057784944887091473390577849448870914733905778494488709147339057784944887091473390577849448870914733905778494488709147339057784944887091473390577849448870914733905778494488709147339057784944887091473390577849448870914733905778494488709147339057784944887091473390577849448870914733905778494488709" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4f45a06b-41a8-4d1f-8871-76424abb12cc, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1579dd12-32ef-4a41-85d6-c527a1cd11cc, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1579dd12-32ef-4a41-85d6-c527a1cd11cc, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4885894516239923008 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48858945162399230084885894516239923008488589451623992300848858945162399230084885894516239923008488589451623992300848858945162399230084885894516239923008488589451623992300848858945162399230084885894516239923008488589451623992300848858945162399230084885894516239923008488589451623992300848858945162399230084885894516239923008488589451623992300848858945162399230084885894516239923008" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d6be36c9-3b1b-4b1e-b084-1d4877dac6ba, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 406934ec-6862-479c-9235-07df174751bc, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 406934ec-6862-479c-9235-07df174751bc, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7978570524988913213 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79785705249889132137978570524988913213797857052498891321379785705249889132137978570524988913213797857052498891321379785705249889132137978570524988913213797857052498891321379785705249889132137978570524988913213797857052498891321379785705249889132137978570524988913213797857052498891321379785705249889132137978570524988913213797857052498891321379785705249889132137978570524988913213" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1579dd12-32ef-4a41-85d6-c527a1cd11cc, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e21ec754-2dca-43e7-aece-cd0760e36c8a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e21ec754-2dca-43e7-aece-cd0760e36c8a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10737543097487111155 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1073754309748711115510737543097487111155107375430974871111551073754309748711115510737543097487111155107375430974871111551073754309748711115510737543097487111155107375430974871111551073754309748711115510737543097487111155107375430974871111551073754309748711115510737543097487111155107375430974871111551073754309748711115510737543097487111155107375430974871111551073754309748711115510737543097487111155" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 406934ec-6862-479c-9235-07df174751bc, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4bf74f4d-2c9b-4703-bcb5-8329b89765cc, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4bf74f4d-2c9b-4703-bcb5-8329b89765cc, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13262039821459980069 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1326203982145998006913262039821459980069132620398214599800691326203982145998006913262039821459980069132620398214599800691326203982145998006913262039821459980069132620398214599800691326203982145998006913262039821459980069132620398214599800691326203982145998006913262039821459980069132620398214599800691326203982145998006913262039821459980069132620398214599800691326203982145998006913262039821459980069" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e21ec754-2dca-43e7-aece-cd0760e36c8a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0a32fdc4-ba7f-48fc-a879-4358681e1025, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0a32fdc4-ba7f-48fc-a879-4358681e1025, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2939937126967663661 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29399371269676636612939937126967663661293993712696766366129399371269676636612939937126967663661293993712696766366129399371269676636612939937126967663661293993712696766366129399371269676636612939937126967663661293993712696766366129399371269676636612939937126967663661293993712696766366129399371269676636612939937126967663661293993712696766366129399371269676636612939937126967663661" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4bf74f4d-2c9b-4703-bcb5-8329b89765cc, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1adb3373-766c-41b9-afbb-73dd8028a626, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1adb3373-766c-41b9-afbb-73dd8028a626, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6327614638652296782 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63276146386522967826327614638652296782632761463865229678263276146386522967826327614638652296782632761463865229678263276146386522967826327614638652296782632761463865229678263276146386522967826327614638652296782632761463865229678263276146386522967826327614638652296782632761463865229678263276146386522967826327614638652296782632761463865229678263276146386522967826327614638652296782" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0a32fdc4-ba7f-48fc-a879-4358681e1025, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b991fae3-7740-43a8-a41e-d0c81d54825f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b991fae3-7740-43a8-a41e-d0c81d54825f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14210699024053734906 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1421069902405373490614210699024053734906142106990240537349061421069902405373490614210699024053734906142106990240537349061421069902405373490614210699024053734906142106990240537349061421069902405373490614210699024053734906142106990240537349061421069902405373490614210699024053734906142106990240537349061421069902405373490614210699024053734906142106990240537349061421069902405373490614210699024053734906" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1adb3373-766c-41b9-afbb-73dd8028a626, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8b8f5588-57f1-4961-819c-d7d00e36a828, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8b8f5588-57f1-4961-819c-d7d00e36a828, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3965964494643509015 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39659644946435090153965964494643509015396596449464350901539659644946435090153965964494643509015396596449464350901539659644946435090153965964494643509015396596449464350901539659644946435090153965964494643509015396596449464350901539659644946435090153965964494643509015396596449464350901539659644946435090153965964494643509015396596449464350901539659644946435090153965964494643509015" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b991fae3-7740-43a8-a41e-d0c81d54825f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 58a712e9-cfdd-4220-a12f-2907074db639, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 58a712e9-cfdd-4220-a12f-2907074db639, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1824637241178833947 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18246372411788339471824637241178833947182463724117883394718246372411788339471824637241178833947182463724117883394718246372411788339471824637241178833947182463724117883394718246372411788339471824637241178833947182463724117883394718246372411788339471824637241178833947182463724117883394718246372411788339471824637241178833947182463724117883394718246372411788339471824637241178833947" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8b8f5588-57f1-4961-819c-d7d00e36a828, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 299d5cf5-0c3a-44e8-ae86-40c92bf1d679, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 299d5cf5-0c3a-44e8-ae86-40c92bf1d679, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8896939885700506659 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88969398857005066598896939885700506659889693988570050665988969398857005066598896939885700506659889693988570050665988969398857005066598896939885700506659889693988570050665988969398857005066598896939885700506659889693988570050665988969398857005066598896939885700506659889693988570050665988969398857005066598896939885700506659889693988570050665988969398857005066598896939885700506659" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 58a712e9-cfdd-4220-a12f-2907074db639, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5911246f-ff37-4099-bf7a-e38e33ab71f8, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5911246f-ff37-4099-bf7a-e38e33ab71f8, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12809882301285680287 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1280988230128568028712809882301285680287128098823012856802871280988230128568028712809882301285680287128098823012856802871280988230128568028712809882301285680287128098823012856802871280988230128568028712809882301285680287128098823012856802871280988230128568028712809882301285680287128098823012856802871280988230128568028712809882301285680287128098823012856802871280988230128568028712809882301285680287" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 299d5cf5-0c3a-44e8-ae86-40c92bf1d679, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 221822b7-b207-4ca2-b7fe-8bdd8bcfcf78, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 221822b7-b207-4ca2-b7fe-8bdd8bcfcf78, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12379217033937318800 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1237921703393731880012379217033937318800123792170339373188001237921703393731880012379217033937318800123792170339373188001237921703393731880012379217033937318800123792170339373188001237921703393731880012379217033937318800123792170339373188001237921703393731880012379217033937318800123792170339373188001237921703393731880012379217033937318800123792170339373188001237921703393731880012379217033937318800" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5911246f-ff37-4099-bf7a-e38e33ab71f8, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 636c8b24-027a-4698-aec7-068f75241399, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 636c8b24-027a-4698-aec7-068f75241399, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 729236886350429611 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "729236886350429611729236886350429611729236886350429611729236886350429611729236886350429611729236886350429611729236886350429611729236886350429611729236886350429611729236886350429611729236886350429611729236886350429611729236886350429611729236886350429611729236886350429611729236886350429611729236886350429611729236886350429611729236886350429611729236886350429611" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 221822b7-b207-4ca2-b7fe-8bdd8bcfcf78, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f41bb0fe-60d7-4f57-b19a-84ab8927fe57, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f41bb0fe-60d7-4f57-b19a-84ab8927fe57, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9442651239392826843 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94426512393928268439442651239392826843944265123939282684394426512393928268439442651239392826843944265123939282684394426512393928268439442651239392826843944265123939282684394426512393928268439442651239392826843944265123939282684394426512393928268439442651239392826843944265123939282684394426512393928268439442651239392826843944265123939282684394426512393928268439442651239392826843" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 636c8b24-027a-4698-aec7-068f75241399, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9452b44b-bef7-43f1-bad5-2e14f1549a33, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9452b44b-bef7-43f1-bad5-2e14f1549a33, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9502925849338534882 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95029258493385348829502925849338534882950292584933853488295029258493385348829502925849338534882950292584933853488295029258493385348829502925849338534882950292584933853488295029258493385348829502925849338534882950292584933853488295029258493385348829502925849338534882950292584933853488295029258493385348829502925849338534882950292584933853488295029258493385348829502925849338534882" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f41bb0fe-60d7-4f57-b19a-84ab8927fe57, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c06e9339-2230-4272-aef4-0b4d5af32e78, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c06e9339-2230-4272-aef4-0b4d5af32e78, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1073695645976140663 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10736956459761406631073695645976140663107369564597614066310736956459761406631073695645976140663107369564597614066310736956459761406631073695645976140663107369564597614066310736956459761406631073695645976140663107369564597614066310736956459761406631073695645976140663107369564597614066310736956459761406631073695645976140663107369564597614066310736956459761406631073695645976140663" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9452b44b-bef7-43f1-bad5-2e14f1549a33, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2237a39a-90e8-452b-9a0c-1ebdacd462fb, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2237a39a-90e8-452b-9a0c-1ebdacd462fb, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11373872183476324207 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1137387218347632420711373872183476324207113738721834763242071137387218347632420711373872183476324207113738721834763242071137387218347632420711373872183476324207113738721834763242071137387218347632420711373872183476324207113738721834763242071137387218347632420711373872183476324207113738721834763242071137387218347632420711373872183476324207113738721834763242071137387218347632420711373872183476324207" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c06e9339-2230-4272-aef4-0b4d5af32e78, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e916e7d8-f1e9-4639-996e-712cd7f71440, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e916e7d8-f1e9-4639-996e-712cd7f71440, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5884606397370845724 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58846063973708457245884606397370845724588460639737084572458846063973708457245884606397370845724588460639737084572458846063973708457245884606397370845724588460639737084572458846063973708457245884606397370845724588460639737084572458846063973708457245884606397370845724588460639737084572458846063973708457245884606397370845724588460639737084572458846063973708457245884606397370845724" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e916e7d8-f1e9-4639-996e-712cd7f71440, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 19d52207-de79-4a41-a9c5-d8c055902ce2, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 19d52207-de79-4a41-a9c5-d8c055902ce2, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8130883735262770934 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81308837352627709348130883735262770934813088373526277093481308837352627709348130883735262770934813088373526277093481308837352627709348130883735262770934813088373526277093481308837352627709348130883735262770934813088373526277093481308837352627709348130883735262770934813088373526277093481308837352627709348130883735262770934813088373526277093481308837352627709348130883735262770934" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2237a39a-90e8-452b-9a0c-1ebdacd462fb, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 748f4746-b16d-464f-bbf0-7d46b68d96ec, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 748f4746-b16d-464f-bbf0-7d46b68d96ec, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10631975833389194705 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1063197583338919470510631975833389194705106319758333891947051063197583338919470510631975833389194705106319758333891947051063197583338919470510631975833389194705106319758333891947051063197583338919470510631975833389194705106319758333891947051063197583338919470510631975833389194705106319758333891947051063197583338919470510631975833389194705106319758333891947051063197583338919470510631975833389194705" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 19d52207-de79-4a41-a9c5-d8c055902ce2, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a1c45eed-f996-42c1-820b-9c981cdbd900, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a1c45eed-f996-42c1-820b-9c981cdbd900, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10015099358437383261 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1001509935843738326110015099358437383261100150993584373832611001509935843738326110015099358437383261100150993584373832611001509935843738326110015099358437383261100150993584373832611001509935843738326110015099358437383261100150993584373832611001509935843738326110015099358437383261100150993584373832611001509935843738326110015099358437383261100150993584373832611001509935843738326110015099358437383261" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 748f4746-b16d-464f-bbf0-7d46b68d96ec, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2d09fb0c-bfcd-481d-86ac-cbdc0c8afef3, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2d09fb0c-bfcd-481d-86ac-cbdc0c8afef3, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5258879089193882151 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52588790891938821515258879089193882151525887908919388215152588790891938821515258879089193882151525887908919388215152588790891938821515258879089193882151525887908919388215152588790891938821515258879089193882151525887908919388215152588790891938821515258879089193882151525887908919388215152588790891938821515258879089193882151525887908919388215152588790891938821515258879089193882151" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a1c45eed-f996-42c1-820b-9c981cdbd900, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 21c0444c-d69e-4940-90fa-8a8c3aaa3d34, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 21c0444c-d69e-4940-90fa-8a8c3aaa3d34, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2573190033651566428 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25731900336515664282573190033651566428257319003365156642825731900336515664282573190033651566428257319003365156642825731900336515664282573190033651566428257319003365156642825731900336515664282573190033651566428257319003365156642825731900336515664282573190033651566428257319003365156642825731900336515664282573190033651566428257319003365156642825731900336515664282573190033651566428" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2d09fb0c-bfcd-481d-86ac-cbdc0c8afef3, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 99cd4a6e-103c-4df1-936f-d505773549a5, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 99cd4a6e-103c-4df1-936f-d505773549a5, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7175139280978792123 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71751392809787921237175139280978792123717513928097879212371751392809787921237175139280978792123717513928097879212371751392809787921237175139280978792123717513928097879212371751392809787921237175139280978792123717513928097879212371751392809787921237175139280978792123717513928097879212371751392809787921237175139280978792123717513928097879212371751392809787921237175139280978792123" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 99cd4a6e-103c-4df1-936f-d505773549a5, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 295788ae-6c59-4ccb-a7d5-372b851ada1f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 295788ae-6c59-4ccb-a7d5-372b851ada1f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9084366237359766042 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90843662373597660429084366237359766042908436623735976604290843662373597660429084366237359766042908436623735976604290843662373597660429084366237359766042908436623735976604290843662373597660429084366237359766042908436623735976604290843662373597660429084366237359766042908436623735976604290843662373597660429084366237359766042908436623735976604290843662373597660429084366237359766042" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 21c0444c-d69e-4940-90fa-8a8c3aaa3d34, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, aa01b126-04fe-42fe-a6a3-ae27a82eaeca, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aa01b126-04fe-42fe-a6a3-ae27a82eaeca, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1516764135045299676 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15167641350452996761516764135045299676151676413504529967615167641350452996761516764135045299676151676413504529967615167641350452996761516764135045299676151676413504529967615167641350452996761516764135045299676151676413504529967615167641350452996761516764135045299676151676413504529967615167641350452996761516764135045299676151676413504529967615167641350452996761516764135045299676" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 295788ae-6c59-4ccb-a7d5-372b851ada1f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c08e4a6f-733b-4789-90de-a926d0f78e30, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c08e4a6f-733b-4789-90de-a926d0f78e30, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4673409770425287842 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46734097704252878424673409770425287842467340977042528784246734097704252878424673409770425287842467340977042528784246734097704252878424673409770425287842467340977042528784246734097704252878424673409770425287842467340977042528784246734097704252878424673409770425287842467340977042528784246734097704252878424673409770425287842467340977042528784246734097704252878424673409770425287842" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aa01b126-04fe-42fe-a6a3-ae27a82eaeca, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8f9c24e7-b3f4-455c-bb38-7003a7544857, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8f9c24e7-b3f4-455c-bb38-7003a7544857, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5129295012814354363 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51292950128143543635129295012814354363512929501281435436351292950128143543635129295012814354363512929501281435436351292950128143543635129295012814354363512929501281435436351292950128143543635129295012814354363512929501281435436351292950128143543635129295012814354363512929501281435436351292950128143543635129295012814354363512929501281435436351292950128143543635129295012814354363" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c08e4a6f-733b-4789-90de-a926d0f78e30, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 406a4a34-eb85-4c98-b191-edfe2f425f16, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 406a4a34-eb85-4c98-b191-edfe2f425f16, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14471633868545065689 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1447163386854506568914471633868545065689144716338685450656891447163386854506568914471633868545065689144716338685450656891447163386854506568914471633868545065689144716338685450656891447163386854506568914471633868545065689144716338685450656891447163386854506568914471633868545065689144716338685450656891447163386854506568914471633868545065689144716338685450656891447163386854506568914471633868545065689" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8f9c24e7-b3f4-455c-bb38-7003a7544857, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 14a5ffec-ea9d-4889-9e59-035de7085ebc, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 14a5ffec-ea9d-4889-9e59-035de7085ebc, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2365700629754046420 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23657006297540464202365700629754046420236570062975404642023657006297540464202365700629754046420236570062975404642023657006297540464202365700629754046420236570062975404642023657006297540464202365700629754046420236570062975404642023657006297540464202365700629754046420236570062975404642023657006297540464202365700629754046420236570062975404642023657006297540464202365700629754046420" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 406a4a34-eb85-4c98-b191-edfe2f425f16, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 14a5ffec-ea9d-4889-9e59-035de7085ebc, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e52f1922-9898-4f8a-b830-5949738e497d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bf586d88-35a9-47f5-ba62-f938742239ef, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e52f1922-9898-4f8a-b830-5949738e497d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11471175409522721009 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1147117540952272100911471175409522721009114711754095227210091147117540952272100911471175409522721009114711754095227210091147117540952272100911471175409522721009114711754095227210091147117540952272100911471175409522721009114711754095227210091147117540952272100911471175409522721009114711754095227210091147117540952272100911471175409522721009114711754095227210091147117540952272100911471175409522721009" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bf586d88-35a9-47f5-ba62-f938742239ef, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6212428506081535728 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62124285060815357286212428506081535728621242850608153572862124285060815357286212428506081535728621242850608153572862124285060815357286212428506081535728621242850608153572862124285060815357286212428506081535728621242850608153572862124285060815357286212428506081535728621242850608153572862124285060815357286212428506081535728621242850608153572862124285060815357286212428506081535728" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e52f1922-9898-4f8a-b830-5949738e497d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c619751f-f566-47e1-8468-9b2b5725cf64, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c619751f-f566-47e1-8468-9b2b5725cf64, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7392046517141087288 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73920465171410872887392046517141087288739204651714108728873920465171410872887392046517141087288739204651714108728873920465171410872887392046517141087288739204651714108728873920465171410872887392046517141087288739204651714108728873920465171410872887392046517141087288739204651714108728873920465171410872887392046517141087288739204651714108728873920465171410872887392046517141087288" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bf586d88-35a9-47f5-ba62-f938742239ef, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2c97a1c1-b6a9-48c7-94dc-dd19b667c103, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2c97a1c1-b6a9-48c7-94dc-dd19b667c103, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14501224838648930231 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1450122483864893023114501224838648930231145012248386489302311450122483864893023114501224838648930231145012248386489302311450122483864893023114501224838648930231145012248386489302311450122483864893023114501224838648930231145012248386489302311450122483864893023114501224838648930231145012248386489302311450122483864893023114501224838648930231145012248386489302311450122483864893023114501224838648930231" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c619751f-f566-47e1-8468-9b2b5725cf64, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f86c68b4-aba4-4163-bf7d-6623ad726d84, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f86c68b4-aba4-4163-bf7d-6623ad726d84, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2889411264375247839 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28894112643752478392889411264375247839288941126437524783928894112643752478392889411264375247839288941126437524783928894112643752478392889411264375247839288941126437524783928894112643752478392889411264375247839288941126437524783928894112643752478392889411264375247839288941126437524783928894112643752478392889411264375247839288941126437524783928894112643752478392889411264375247839" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f86c68b4-aba4-4163-bf7d-6623ad726d84, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2c97a1c1-b6a9-48c7-94dc-dd19b667c103, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3d652611-44bd-446e-8b34-8e71b1b277e0, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3d652611-44bd-446e-8b34-8e71b1b277e0, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9804552638307957812 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98045526383079578129804552638307957812980455263830795781298045526383079578129804552638307957812980455263830795781298045526383079578129804552638307957812980455263830795781298045526383079578129804552638307957812980455263830795781298045526383079578129804552638307957812980455263830795781298045526383079578129804552638307957812980455263830795781298045526383079578129804552638307957812" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7a2e606a-01a9-4ab9-8003-ac15d1463dbb, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7a2e606a-01a9-4ab9-8003-ac15d1463dbb, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10242001875985366793 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1024200187598536679310242001875985366793102420018759853667931024200187598536679310242001875985366793102420018759853667931024200187598536679310242001875985366793102420018759853667931024200187598536679310242001875985366793102420018759853667931024200187598536679310242001875985366793102420018759853667931024200187598536679310242001875985366793102420018759853667931024200187598536679310242001875985366793" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3d652611-44bd-446e-8b34-8e71b1b277e0, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 39315e70-9305-4512-86f6-b20d41480708, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 39315e70-9305-4512-86f6-b20d41480708, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 330137808678138689 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "330137808678138689330137808678138689330137808678138689330137808678138689330137808678138689330137808678138689330137808678138689330137808678138689330137808678138689330137808678138689330137808678138689330137808678138689330137808678138689330137808678138689330137808678138689330137808678138689330137808678138689330137808678138689330137808678138689330137808678138689" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7a2e606a-01a9-4ab9-8003-ac15d1463dbb, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 218f08da-2496-4d1a-99e5-9695ec3921be, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 39315e70-9305-4512-86f6-b20d41480708, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2f28bf56-6009-41e8-b1eb-9c6f838312e9, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 218f08da-2496-4d1a-99e5-9695ec3921be, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14750820812185214032 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1475082081218521403214750820812185214032147508208121852140321475082081218521403214750820812185214032147508208121852140321475082081218521403214750820812185214032147508208121852140321475082081218521403214750820812185214032147508208121852140321475082081218521403214750820812185214032147508208121852140321475082081218521403214750820812185214032147508208121852140321475082081218521403214750820812185214032" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2f28bf56-6009-41e8-b1eb-9c6f838312e9, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15198742902430058688 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1519874290243005868815198742902430058688151987429024300586881519874290243005868815198742902430058688151987429024300586881519874290243005868815198742902430058688151987429024300586881519874290243005868815198742902430058688151987429024300586881519874290243005868815198742902430058688151987429024300586881519874290243005868815198742902430058688151987429024300586881519874290243005868815198742902430058688" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2f28bf56-6009-41e8-b1eb-9c6f838312e9, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b50c8c83-36d3-4fe8-911a-73b027e9c877, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 218f08da-2496-4d1a-99e5-9695ec3921be, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b50c8c83-36d3-4fe8-911a-73b027e9c877, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14291555911194512120 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1429155591119451212014291555911194512120142915559111945121201429155591119451212014291555911194512120142915559111945121201429155591119451212014291555911194512120142915559111945121201429155591119451212014291555911194512120142915559111945121201429155591119451212014291555911194512120142915559111945121201429155591119451212014291555911194512120142915559111945121201429155591119451212014291555911194512120" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7110d33c-7a5e-431d-b424-c35957481316, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7110d33c-7a5e-431d-b424-c35957481316, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18092055552309042783 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1809205555230904278318092055552309042783180920555523090427831809205555230904278318092055552309042783180920555523090427831809205555230904278318092055552309042783180920555523090427831809205555230904278318092055552309042783180920555523090427831809205555230904278318092055552309042783180920555523090427831809205555230904278318092055552309042783180920555523090427831809205555230904278318092055552309042783" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b50c8c83-36d3-4fe8-911a-73b027e9c877, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 515a914b-44d1-43bb-a480-6d59cebae7c2, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7110d33c-7a5e-431d-b424-c35957481316, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b91d0b2e-efe8-4173-8887-4ebbbddf59f9, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b91d0b2e-efe8-4173-8887-4ebbbddf59f9, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14005115340753368119 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1400511534075336811914005115340753368119140051153407533681191400511534075336811914005115340753368119140051153407533681191400511534075336811914005115340753368119140051153407533681191400511534075336811914005115340753368119140051153407533681191400511534075336811914005115340753368119140051153407533681191400511534075336811914005115340753368119140051153407533681191400511534075336811914005115340753368119" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 515a914b-44d1-43bb-a480-6d59cebae7c2, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9778794031412119288 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97787940314121192889778794031412119288977879403141211928897787940314121192889778794031412119288977879403141211928897787940314121192889778794031412119288977879403141211928897787940314121192889778794031412119288977879403141211928897787940314121192889778794031412119288977879403141211928897787940314121192889778794031412119288977879403141211928897787940314121192889778794031412119288" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b91d0b2e-efe8-4173-8887-4ebbbddf59f9, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6574b9ef-0ede-4532-8041-6d99996a8bdb, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 515a914b-44d1-43bb-a480-6d59cebae7c2, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f671e38c-ee2c-46ae-bdbc-e383152e5de5, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f671e38c-ee2c-46ae-bdbc-e383152e5de5, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5026108271308795252 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50261082713087952525026108271308795252502610827130879525250261082713087952525026108271308795252502610827130879525250261082713087952525026108271308795252502610827130879525250261082713087952525026108271308795252502610827130879525250261082713087952525026108271308795252502610827130879525250261082713087952525026108271308795252502610827130879525250261082713087952525026108271308795252" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6574b9ef-0ede-4532-8041-6d99996a8bdb, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4814017998685378487 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48140179986853784874814017998685378487481401799868537848748140179986853784874814017998685378487481401799868537848748140179986853784874814017998685378487481401799868537848748140179986853784874814017998685378487481401799868537848748140179986853784874814017998685378487481401799868537848748140179986853784874814017998685378487481401799868537848748140179986853784874814017998685378487" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6574b9ef-0ede-4532-8041-6d99996a8bdb, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4704f95a-6d9b-41e2-a14a-197d923c202b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4704f95a-6d9b-41e2-a14a-197d923c202b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6233948050391491699 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62339480503914916996233948050391491699623394805039149169962339480503914916996233948050391491699623394805039149169962339480503914916996233948050391491699623394805039149169962339480503914916996233948050391491699623394805039149169962339480503914916996233948050391491699623394805039149169962339480503914916996233948050391491699623394805039149169962339480503914916996233948050391491699" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f671e38c-ee2c-46ae-bdbc-e383152e5de5, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d9332e34-51dc-4bea-993a-c652721211a5, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d9332e34-51dc-4bea-993a-c652721211a5, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7656244116466364060 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76562441164663640607656244116466364060765624411646636406076562441164663640607656244116466364060765624411646636406076562441164663640607656244116466364060765624411646636406076562441164663640607656244116466364060765624411646636406076562441164663640607656244116466364060765624411646636406076562441164663640607656244116466364060765624411646636406076562441164663640607656244116466364060" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4704f95a-6d9b-41e2-a14a-197d923c202b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 02540911-80cf-40d8-b08f-78440bcdf0f7, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 02540911-80cf-40d8-b08f-78440bcdf0f7, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2181560164989806443 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21815601649898064432181560164989806443218156016498980644321815601649898064432181560164989806443218156016498980644321815601649898064432181560164989806443218156016498980644321815601649898064432181560164989806443218156016498980644321815601649898064432181560164989806443218156016498980644321815601649898064432181560164989806443218156016498980644321815601649898064432181560164989806443" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d9332e34-51dc-4bea-993a-c652721211a5, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 89483d07-3c1a-4ad6-84b8-f5a11b333f05, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 89483d07-3c1a-4ad6-84b8-f5a11b333f05, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16865972062765126531 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1686597206276512653116865972062765126531168659720627651265311686597206276512653116865972062765126531168659720627651265311686597206276512653116865972062765126531168659720627651265311686597206276512653116865972062765126531168659720627651265311686597206276512653116865972062765126531168659720627651265311686597206276512653116865972062765126531168659720627651265311686597206276512653116865972062765126531" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 02540911-80cf-40d8-b08f-78440bcdf0f7, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 846c2064-ef6a-40f5-831e-f27edf786521, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 846c2064-ef6a-40f5-831e-f27edf786521, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6907272885976053578 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69072728859760535786907272885976053578690727288597605357869072728859760535786907272885976053578690727288597605357869072728859760535786907272885976053578690727288597605357869072728859760535786907272885976053578690727288597605357869072728859760535786907272885976053578690727288597605357869072728859760535786907272885976053578690727288597605357869072728859760535786907272885976053578" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 89483d07-3c1a-4ad6-84b8-f5a11b333f05, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e73c19b3-58af-45c8-9c7f-b1d28d1a8af3, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e73c19b3-58af-45c8-9c7f-b1d28d1a8af3, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9064131370793716822 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90641313707937168229064131370793716822906413137079371682290641313707937168229064131370793716822906413137079371682290641313707937168229064131370793716822906413137079371682290641313707937168229064131370793716822906413137079371682290641313707937168229064131370793716822906413137079371682290641313707937168229064131370793716822906413137079371682290641313707937168229064131370793716822" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 846c2064-ef6a-40f5-831e-f27edf786521, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3f2b956e-555a-4167-a973-03fa63877c55, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e73c19b3-58af-45c8-9c7f-b1d28d1a8af3, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ec6b38b4-6ecc-4260-8309-d534b7e9dbe4, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ec6b38b4-6ecc-4260-8309-d534b7e9dbe4, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11689268286003789305 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1168926828600378930511689268286003789305116892682860037893051168926828600378930511689268286003789305116892682860037893051168926828600378930511689268286003789305116892682860037893051168926828600378930511689268286003789305116892682860037893051168926828600378930511689268286003789305116892682860037893051168926828600378930511689268286003789305116892682860037893051168926828600378930511689268286003789305" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3f2b956e-555a-4167-a973-03fa63877c55, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7726234644629256313 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77262346446292563137726234644629256313772623464462925631377262346446292563137726234644629256313772623464462925631377262346446292563137726234644629256313772623464462925631377262346446292563137726234644629256313772623464462925631377262346446292563137726234644629256313772623464462925631377262346446292563137726234644629256313772623464462925631377262346446292563137726234644629256313" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ec6b38b4-6ecc-4260-8309-d534b7e9dbe4, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 76125792-9d28-47a4-acc9-ccdf70a5e1d1, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 76125792-9d28-47a4-acc9-ccdf70a5e1d1, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8413009235664655980 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84130092356646559808413009235664655980841300923566465598084130092356646559808413009235664655980841300923566465598084130092356646559808413009235664655980841300923566465598084130092356646559808413009235664655980841300923566465598084130092356646559808413009235664655980841300923566465598084130092356646559808413009235664655980841300923566465598084130092356646559808413009235664655980" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3f2b956e-555a-4167-a973-03fa63877c55, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b82c50c0-000c-42fb-9b16-f3d865b1927f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b82c50c0-000c-42fb-9b16-f3d865b1927f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6977930081489716983 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69779300814897169836977930081489716983697793008148971698369779300814897169836977930081489716983697793008148971698369779300814897169836977930081489716983697793008148971698369779300814897169836977930081489716983697793008148971698369779300814897169836977930081489716983697793008148971698369779300814897169836977930081489716983697793008148971698369779300814897169836977930081489716983" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b82c50c0-000c-42fb-9b16-f3d865b1927f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 99ee374e-ef40-47dd-885c-2b870163626e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 76125792-9d28-47a4-acc9-ccdf70a5e1d1, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9464beb9-da7d-4893-baa3-ebcaaddb0792, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9464beb9-da7d-4893-baa3-ebcaaddb0792, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13027665011709910659 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1302766501170991065913027665011709910659130276650117099106591302766501170991065913027665011709910659130276650117099106591302766501170991065913027665011709910659130276650117099106591302766501170991065913027665011709910659130276650117099106591302766501170991065913027665011709910659130276650117099106591302766501170991065913027665011709910659130276650117099106591302766501170991065913027665011709910659" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 99ee374e-ef40-47dd-885c-2b870163626e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4909273041850244053 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49092730418502440534909273041850244053490927304185024405349092730418502440534909273041850244053490927304185024405349092730418502440534909273041850244053490927304185024405349092730418502440534909273041850244053490927304185024405349092730418502440534909273041850244053490927304185024405349092730418502440534909273041850244053490927304185024405349092730418502440534909273041850244053" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9464beb9-da7d-4893-baa3-ebcaaddb0792, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 71dbefde-0a98-4c66-b3af-f91dc3939252, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 71dbefde-0a98-4c66-b3af-f91dc3939252, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5365640211701439125 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53656402117014391255365640211701439125536564021170143912553656402117014391255365640211701439125536564021170143912553656402117014391255365640211701439125536564021170143912553656402117014391255365640211701439125536564021170143912553656402117014391255365640211701439125536564021170143912553656402117014391255365640211701439125536564021170143912553656402117014391255365640211701439125" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 99ee374e-ef40-47dd-885c-2b870163626e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 593fa036-6ddc-478d-a134-ca0213070598, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 593fa036-6ddc-478d-a134-ca0213070598, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16167077467396862199 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1616707746739686219916167077467396862199161670774673968621991616707746739686219916167077467396862199161670774673968621991616707746739686219916167077467396862199161670774673968621991616707746739686219916167077467396862199161670774673968621991616707746739686219916167077467396862199161670774673968621991616707746739686219916167077467396862199161670774673968621991616707746739686219916167077467396862199" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 71dbefde-0a98-4c66-b3af-f91dc3939252, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b856342f-13aa-4c4c-bf32-6db01276ad89, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 593fa036-6ddc-478d-a134-ca0213070598, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d0a2e59c-9510-4ad5-a374-52f574be5e41, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d0a2e59c-9510-4ad5-a374-52f574be5e41, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15247476817760685733 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1524747681776068573315247476817760685733152474768177606857331524747681776068573315247476817760685733152474768177606857331524747681776068573315247476817760685733152474768177606857331524747681776068573315247476817760685733152474768177606857331524747681776068573315247476817760685733152474768177606857331524747681776068573315247476817760685733152474768177606857331524747681776068573315247476817760685733" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b856342f-13aa-4c4c-bf32-6db01276ad89, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15610961864692742010 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1561096186469274201015610961864692742010156109618646927420101561096186469274201015610961864692742010156109618646927420101561096186469274201015610961864692742010156109618646927420101561096186469274201015610961864692742010156109618646927420101561096186469274201015610961864692742010156109618646927420101561096186469274201015610961864692742010156109618646927420101561096186469274201015610961864692742010" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d0a2e59c-9510-4ad5-a374-52f574be5e41, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6dbdfb4c-8b37-4b34-898d-7beafcef6089, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6dbdfb4c-8b37-4b34-898d-7beafcef6089, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1903875749226633673 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19038757492266336731903875749226633673190387574922663367319038757492266336731903875749226633673190387574922663367319038757492266336731903875749226633673190387574922663367319038757492266336731903875749226633673190387574922663367319038757492266336731903875749226633673190387574922663367319038757492266336731903875749226633673190387574922663367319038757492266336731903875749226633673" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b856342f-13aa-4c4c-bf32-6db01276ad89, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 37f0168a-052a-46c1-b621-45b69596afad, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 37f0168a-052a-46c1-b621-45b69596afad, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5551717271672739384 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55517172716727393845551717271672739384555171727167273938455517172716727393845551717271672739384555171727167273938455517172716727393845551717271672739384555171727167273938455517172716727393845551717271672739384555171727167273938455517172716727393845551717271672739384555171727167273938455517172716727393845551717271672739384555171727167273938455517172716727393845551717271672739384" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6dbdfb4c-8b37-4b34-898d-7beafcef6089, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3be517e8-5842-4492-acba-bd541a8662b8, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3be517e8-5842-4492-acba-bd541a8662b8, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1722339728910688683 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17223397289106886831722339728910688683172233972891068868317223397289106886831722339728910688683172233972891068868317223397289106886831722339728910688683172233972891068868317223397289106886831722339728910688683172233972891068868317223397289106886831722339728910688683172233972891068868317223397289106886831722339728910688683172233972891068868317223397289106886831722339728910688683" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 37f0168a-052a-46c1-b621-45b69596afad, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 078ef13e-2b49-4571-9654-3d59ad643caa, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 078ef13e-2b49-4571-9654-3d59ad643caa, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3438474250286514339 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34384742502865143393438474250286514339343847425028651433934384742502865143393438474250286514339343847425028651433934384742502865143393438474250286514339343847425028651433934384742502865143393438474250286514339343847425028651433934384742502865143393438474250286514339343847425028651433934384742502865143393438474250286514339343847425028651433934384742502865143393438474250286514339" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3be517e8-5842-4492-acba-bd541a8662b8, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, aebe7e41-0f33-4bf0-ba63-6f4bf41276c8, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aebe7e41-0f33-4bf0-ba63-6f4bf41276c8, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 193889305704004732 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "193889305704004732193889305704004732193889305704004732193889305704004732193889305704004732193889305704004732193889305704004732193889305704004732193889305704004732193889305704004732193889305704004732193889305704004732193889305704004732193889305704004732193889305704004732193889305704004732193889305704004732193889305704004732193889305704004732193889305704004732" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 078ef13e-2b49-4571-9654-3d59ad643caa, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8b6766ea-047e-45e2-9e1a-94b02d5c9621, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8b6766ea-047e-45e2-9e1a-94b02d5c9621, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6700502346739681749 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67005023467396817496700502346739681749670050234673968174967005023467396817496700502346739681749670050234673968174967005023467396817496700502346739681749670050234673968174967005023467396817496700502346739681749670050234673968174967005023467396817496700502346739681749670050234673968174967005023467396817496700502346739681749670050234673968174967005023467396817496700502346739681749" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aebe7e41-0f33-4bf0-ba63-6f4bf41276c8, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ee47f47e-55a4-4b74-a1dd-d31ca68582c1, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ee47f47e-55a4-4b74-a1dd-d31ca68582c1, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17300667224504562497 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1730066722450456249717300667224504562497173006672245045624971730066722450456249717300667224504562497173006672245045624971730066722450456249717300667224504562497173006672245045624971730066722450456249717300667224504562497173006672245045624971730066722450456249717300667224504562497173006672245045624971730066722450456249717300667224504562497173006672245045624971730066722450456249717300667224504562497" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8b6766ea-047e-45e2-9e1a-94b02d5c9621, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d69bde97-9763-4eac-805c-4635174eaab8, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d69bde97-9763-4eac-805c-4635174eaab8, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10455461473313249965 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1045546147331324996510455461473313249965104554614733132499651045546147331324996510455461473313249965104554614733132499651045546147331324996510455461473313249965104554614733132499651045546147331324996510455461473313249965104554614733132499651045546147331324996510455461473313249965104554614733132499651045546147331324996510455461473313249965104554614733132499651045546147331324996510455461473313249965" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ee47f47e-55a4-4b74-a1dd-d31ca68582c1, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c566fa92-3b53-4260-b34e-0f646de6a1a5, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c566fa92-3b53-4260-b34e-0f646de6a1a5, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5221191860086215624 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52211918600862156245221191860086215624522119186008621562452211918600862156245221191860086215624522119186008621562452211918600862156245221191860086215624522119186008621562452211918600862156245221191860086215624522119186008621562452211918600862156245221191860086215624522119186008621562452211918600862156245221191860086215624522119186008621562452211918600862156245221191860086215624" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d69bde97-9763-4eac-805c-4635174eaab8, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7d6e1691-d2ad-4845-bc5f-b79202c24541, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7d6e1691-d2ad-4845-bc5f-b79202c24541, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7818714635354931055 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78187146353549310557818714635354931055781871463535493105578187146353549310557818714635354931055781871463535493105578187146353549310557818714635354931055781871463535493105578187146353549310557818714635354931055781871463535493105578187146353549310557818714635354931055781871463535493105578187146353549310557818714635354931055781871463535493105578187146353549310557818714635354931055" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c566fa92-3b53-4260-b34e-0f646de6a1a5, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0b3503da-da6b-4af2-a0f0-6e0cabbf3b72, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0b3503da-da6b-4af2-a0f0-6e0cabbf3b72, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9275761305676548877 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92757613056765488779275761305676548877927576130567654887792757613056765488779275761305676548877927576130567654887792757613056765488779275761305676548877927576130567654887792757613056765488779275761305676548877927576130567654887792757613056765488779275761305676548877927576130567654887792757613056765488779275761305676548877927576130567654887792757613056765488779275761305676548877" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7d6e1691-d2ad-4845-bc5f-b79202c24541, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2aae876e-10aa-4242-8583-0116e76ba9bf, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2aae876e-10aa-4242-8583-0116e76ba9bf, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4804337182781928986 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48043371827819289864804337182781928986480433718278192898648043371827819289864804337182781928986480433718278192898648043371827819289864804337182781928986480433718278192898648043371827819289864804337182781928986480433718278192898648043371827819289864804337182781928986480433718278192898648043371827819289864804337182781928986480433718278192898648043371827819289864804337182781928986" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0b3503da-da6b-4af2-a0f0-6e0cabbf3b72, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 36ed6f19-f19c-4004-8665-351dda5b4664, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 36ed6f19-f19c-4004-8665-351dda5b4664, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13314090900846011628 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1331409090084601162813314090900846011628133140909008460116281331409090084601162813314090900846011628133140909008460116281331409090084601162813314090900846011628133140909008460116281331409090084601162813314090900846011628133140909008460116281331409090084601162813314090900846011628133140909008460116281331409090084601162813314090900846011628133140909008460116281331409090084601162813314090900846011628" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2aae876e-10aa-4242-8583-0116e76ba9bf, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ed2ab4f8-a670-40c9-81af-76a3c1d6a662, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ed2ab4f8-a670-40c9-81af-76a3c1d6a662, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11511211493251900887 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1151121149325190088711511211493251900887115112114932519008871151121149325190088711511211493251900887115112114932519008871151121149325190088711511211493251900887115112114932519008871151121149325190088711511211493251900887115112114932519008871151121149325190088711511211493251900887115112114932519008871151121149325190088711511211493251900887115112114932519008871151121149325190088711511211493251900887" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 36ed6f19-f19c-4004-8665-351dda5b4664, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ba62481e-f23c-41a3-843e-0abbd61cfb17, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ba62481e-f23c-41a3-843e-0abbd61cfb17, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1451170872311183591 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14511708723111835911451170872311183591145117087231118359114511708723111835911451170872311183591145117087231118359114511708723111835911451170872311183591145117087231118359114511708723111835911451170872311183591145117087231118359114511708723111835911451170872311183591145117087231118359114511708723111835911451170872311183591145117087231118359114511708723111835911451170872311183591" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ed2ab4f8-a670-40c9-81af-76a3c1d6a662, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b81193f9-e9b7-4754-955d-17d18ed6da4a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b81193f9-e9b7-4754-955d-17d18ed6da4a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13151019713127526257 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1315101971312752625713151019713127526257131510197131275262571315101971312752625713151019713127526257131510197131275262571315101971312752625713151019713127526257131510197131275262571315101971312752625713151019713127526257131510197131275262571315101971312752625713151019713127526257131510197131275262571315101971312752625713151019713127526257131510197131275262571315101971312752625713151019713127526257" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ba62481e-f23c-41a3-843e-0abbd61cfb17, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5a80f62a-f001-4c26-ac75-10b780c2f87d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5a80f62a-f001-4c26-ac75-10b780c2f87d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1447809406272972909 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14478094062729729091447809406272972909144780940627297290914478094062729729091447809406272972909144780940627297290914478094062729729091447809406272972909144780940627297290914478094062729729091447809406272972909144780940627297290914478094062729729091447809406272972909144780940627297290914478094062729729091447809406272972909144780940627297290914478094062729729091447809406272972909" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b81193f9-e9b7-4754-955d-17d18ed6da4a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1321d83d-1e6f-4084-90f0-23e17f3de035, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1321d83d-1e6f-4084-90f0-23e17f3de035, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 291743330858342500 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "291743330858342500291743330858342500291743330858342500291743330858342500291743330858342500291743330858342500291743330858342500291743330858342500291743330858342500291743330858342500291743330858342500291743330858342500291743330858342500291743330858342500291743330858342500291743330858342500291743330858342500291743330858342500291743330858342500291743330858342500" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5a80f62a-f001-4c26-ac75-10b780c2f87d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1321d83d-1e6f-4084-90f0-23e17f3de035, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 819e0706-4b94-4704-b283-c624bbe88898, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 819e0706-4b94-4704-b283-c624bbe88898, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14977201357570704789 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1497720135757070478914977201357570704789149772013575707047891497720135757070478914977201357570704789149772013575707047891497720135757070478914977201357570704789149772013575707047891497720135757070478914977201357570704789149772013575707047891497720135757070478914977201357570704789149772013575707047891497720135757070478914977201357570704789149772013575707047891497720135757070478914977201357570704789" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5f6cff05-1d99-40fc-84be-aed31a653ad5, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5f6cff05-1d99-40fc-84be-aed31a653ad5, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18150948148734576804 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1815094814873457680418150948148734576804181509481487345768041815094814873457680418150948148734576804181509481487345768041815094814873457680418150948148734576804181509481487345768041815094814873457680418150948148734576804181509481487345768041815094814873457680418150948148734576804181509481487345768041815094814873457680418150948148734576804181509481487345768041815094814873457680418150948148734576804" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 819e0706-4b94-4704-b283-c624bbe88898, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e3d2ce8d-c220-45b0-a57e-fe1f654ac256, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e3d2ce8d-c220-45b0-a57e-fe1f654ac256, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16434298283799026224 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1643429828379902622416434298283799026224164342982837990262241643429828379902622416434298283799026224164342982837990262241643429828379902622416434298283799026224164342982837990262241643429828379902622416434298283799026224164342982837990262241643429828379902622416434298283799026224164342982837990262241643429828379902622416434298283799026224164342982837990262241643429828379902622416434298283799026224" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5f6cff05-1d99-40fc-84be-aed31a653ad5, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e3d2ce8d-c220-45b0-a57e-fe1f654ac256, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 65933765-9717-494c-8486-ac6ce0d5b294, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1e23505f-638c-4f02-8417-5cb73815a257, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1e23505f-638c-4f02-8417-5cb73815a257, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3925525111319997291 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39255251113199972913925525111319997291392552511131999729139255251113199972913925525111319997291392552511131999729139255251113199972913925525111319997291392552511131999729139255251113199972913925525111319997291392552511131999729139255251113199972913925525111319997291392552511131999729139255251113199972913925525111319997291392552511131999729139255251113199972913925525111319997291" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 65933765-9717-494c-8486-ac6ce0d5b294, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8708804307335697660 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87088043073356976608708804307335697660870880430733569766087088043073356976608708804307335697660870880430733569766087088043073356976608708804307335697660870880430733569766087088043073356976608708804307335697660870880430733569766087088043073356976608708804307335697660870880430733569766087088043073356976608708804307335697660870880430733569766087088043073356976608708804307335697660" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1e23505f-638c-4f02-8417-5cb73815a257, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 65933765-9717-494c-8486-ac6ce0d5b294, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e4756506-8e10-4a99-a0b5-e73ab98e69f5, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e4756506-8e10-4a99-a0b5-e73ab98e69f5, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 776741834348786636 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "776741834348786636776741834348786636776741834348786636776741834348786636776741834348786636776741834348786636776741834348786636776741834348786636776741834348786636776741834348786636776741834348786636776741834348786636776741834348786636776741834348786636776741834348786636776741834348786636776741834348786636776741834348786636776741834348786636776741834348786636" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7924c80d-9208-41ff-b50a-34cb286431c5, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7924c80d-9208-41ff-b50a-34cb286431c5, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14787220885718494782 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1478722088571849478214787220885718494782147872208857184947821478722088571849478214787220885718494782147872208857184947821478722088571849478214787220885718494782147872208857184947821478722088571849478214787220885718494782147872208857184947821478722088571849478214787220885718494782147872208857184947821478722088571849478214787220885718494782147872208857184947821478722088571849478214787220885718494782" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e4756506-8e10-4a99-a0b5-e73ab98e69f5, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7330b91c-cd1f-453e-aa79-efc8c59959b5, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7330b91c-cd1f-453e-aa79-efc8c59959b5, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15715200667876587097 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1571520066787658709715715200667876587097157152006678765870971571520066787658709715715200667876587097157152006678765870971571520066787658709715715200667876587097157152006678765870971571520066787658709715715200667876587097157152006678765870971571520066787658709715715200667876587097157152006678765870971571520066787658709715715200667876587097157152006678765870971571520066787658709715715200667876587097" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7924c80d-9208-41ff-b50a-34cb286431c5, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 28f34ffe-ac1e-4797-965f-50b247dbb215, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 28f34ffe-ac1e-4797-965f-50b247dbb215, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 639627783926577439 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "639627783926577439639627783926577439639627783926577439639627783926577439639627783926577439639627783926577439639627783926577439639627783926577439639627783926577439639627783926577439639627783926577439639627783926577439639627783926577439639627783926577439639627783926577439639627783926577439639627783926577439639627783926577439639627783926577439639627783926577439" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7330b91c-cd1f-453e-aa79-efc8c59959b5, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e2791dcf-bdf6-463b-a123-1437cecc1440, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e2791dcf-bdf6-463b-a123-1437cecc1440, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6548498313890562130 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65484983138905621306548498313890562130654849831389056213065484983138905621306548498313890562130654849831389056213065484983138905621306548498313890562130654849831389056213065484983138905621306548498313890562130654849831389056213065484983138905621306548498313890562130654849831389056213065484983138905621306548498313890562130654849831389056213065484983138905621306548498313890562130" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 28f34ffe-ac1e-4797-965f-50b247dbb215, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 52319364-6bf4-42bf-b68e-9a32462ffc95, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 52319364-6bf4-42bf-b68e-9a32462ffc95, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18407245177306816360 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1840724517730681636018407245177306816360184072451773068163601840724517730681636018407245177306816360184072451773068163601840724517730681636018407245177306816360184072451773068163601840724517730681636018407245177306816360184072451773068163601840724517730681636018407245177306816360184072451773068163601840724517730681636018407245177306816360184072451773068163601840724517730681636018407245177306816360" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e2791dcf-bdf6-463b-a123-1437cecc1440, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 53897a05-1cb3-4271-b952-5d5b411c74b8, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 53897a05-1cb3-4271-b952-5d5b411c74b8, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15817416630093891418 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1581741663009389141815817416630093891418158174166300938914181581741663009389141815817416630093891418158174166300938914181581741663009389141815817416630093891418158174166300938914181581741663009389141815817416630093891418158174166300938914181581741663009389141815817416630093891418158174166300938914181581741663009389141815817416630093891418158174166300938914181581741663009389141815817416630093891418" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 52319364-6bf4-42bf-b68e-9a32462ffc95, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9326660c-b6dd-4b2b-bf77-7dee955939c5, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9326660c-b6dd-4b2b-bf77-7dee955939c5, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16635155556180212463 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1663515555618021246316635155556180212463166351555561802124631663515555618021246316635155556180212463166351555561802124631663515555618021246316635155556180212463166351555561802124631663515555618021246316635155556180212463166351555561802124631663515555618021246316635155556180212463166351555561802124631663515555618021246316635155556180212463166351555561802124631663515555618021246316635155556180212463" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 53897a05-1cb3-4271-b952-5d5b411c74b8, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 896a27ad-88fa-4020-8fac-594f7f861cc1, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 896a27ad-88fa-4020-8fac-594f7f861cc1, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15819194580820081015 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1581919458082008101515819194580820081015158191945808200810151581919458082008101515819194580820081015158191945808200810151581919458082008101515819194580820081015158191945808200810151581919458082008101515819194580820081015158191945808200810151581919458082008101515819194580820081015158191945808200810151581919458082008101515819194580820081015158191945808200810151581919458082008101515819194580820081015" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9326660c-b6dd-4b2b-bf77-7dee955939c5, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a82ddef3-60e4-4e46-ba66-4c1ee49c0022, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a82ddef3-60e4-4e46-ba66-4c1ee49c0022, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9387562451912421048 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93875624519124210489387562451912421048938756245191242104893875624519124210489387562451912421048938756245191242104893875624519124210489387562451912421048938756245191242104893875624519124210489387562451912421048938756245191242104893875624519124210489387562451912421048938756245191242104893875624519124210489387562451912421048938756245191242104893875624519124210489387562451912421048" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 896a27ad-88fa-4020-8fac-594f7f861cc1, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8c0b7581-fbe1-4361-9b40-68f43814e727, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8c0b7581-fbe1-4361-9b40-68f43814e727, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16201733450554002766 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1620173345055400276616201733450554002766162017334505540027661620173345055400276616201733450554002766162017334505540027661620173345055400276616201733450554002766162017334505540027661620173345055400276616201733450554002766162017334505540027661620173345055400276616201733450554002766162017334505540027661620173345055400276616201733450554002766162017334505540027661620173345055400276616201733450554002766" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a82ddef3-60e4-4e46-ba66-4c1ee49c0022, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d02cd730-9ba8-495a-9e18-ab7e37ae246a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d02cd730-9ba8-495a-9e18-ab7e37ae246a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7296734097824778030 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72967340978247780307296734097824778030729673409782477803072967340978247780307296734097824778030729673409782477803072967340978247780307296734097824778030729673409782477803072967340978247780307296734097824778030729673409782477803072967340978247780307296734097824778030729673409782477803072967340978247780307296734097824778030729673409782477803072967340978247780307296734097824778030" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8c0b7581-fbe1-4361-9b40-68f43814e727, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7a4fe6fb-c769-416d-b08f-d2e505eed8dd, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7a4fe6fb-c769-416d-b08f-d2e505eed8dd, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16375898342607879304 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1637589834260787930416375898342607879304163758983426078793041637589834260787930416375898342607879304163758983426078793041637589834260787930416375898342607879304163758983426078793041637589834260787930416375898342607879304163758983426078793041637589834260787930416375898342607879304163758983426078793041637589834260787930416375898342607879304163758983426078793041637589834260787930416375898342607879304" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d02cd730-9ba8-495a-9e18-ab7e37ae246a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4c22eca0-8b9e-4792-a40f-9b230bf504ff, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4c22eca0-8b9e-4792-a40f-9b230bf504ff, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13230048045347707187 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1323004804534770718713230048045347707187132300480453477071871323004804534770718713230048045347707187132300480453477071871323004804534770718713230048045347707187132300480453477071871323004804534770718713230048045347707187132300480453477071871323004804534770718713230048045347707187132300480453477071871323004804534770718713230048045347707187132300480453477071871323004804534770718713230048045347707187" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7a4fe6fb-c769-416d-b08f-d2e505eed8dd, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d3e8ac60-42fe-46ad-b2a7-4c4084345df2, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d3e8ac60-42fe-46ad-b2a7-4c4084345df2, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5612354079932638423 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56123540799326384235612354079932638423561235407993263842356123540799326384235612354079932638423561235407993263842356123540799326384235612354079932638423561235407993263842356123540799326384235612354079932638423561235407993263842356123540799326384235612354079932638423561235407993263842356123540799326384235612354079932638423561235407993263842356123540799326384235612354079932638423" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4c22eca0-8b9e-4792-a40f-9b230bf504ff, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 42cad6ef-adf4-4900-bb56-d124a8ca936e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 42cad6ef-adf4-4900-bb56-d124a8ca936e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12322509152040530652 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1232250915204053065212322509152040530652123225091520405306521232250915204053065212322509152040530652123225091520405306521232250915204053065212322509152040530652123225091520405306521232250915204053065212322509152040530652123225091520405306521232250915204053065212322509152040530652123225091520405306521232250915204053065212322509152040530652123225091520405306521232250915204053065212322509152040530652" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d3e8ac60-42fe-46ad-b2a7-4c4084345df2, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 76633d5d-fb62-44e1-84ef-d23e8ace7f74, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 76633d5d-fb62-44e1-84ef-d23e8ace7f74, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16323161916618760196 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1632316191661876019616323161916618760196163231619166187601961632316191661876019616323161916618760196163231619166187601961632316191661876019616323161916618760196163231619166187601961632316191661876019616323161916618760196163231619166187601961632316191661876019616323161916618760196163231619166187601961632316191661876019616323161916618760196163231619166187601961632316191661876019616323161916618760196" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 42cad6ef-adf4-4900-bb56-d124a8ca936e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d5f60dae-8c7d-4d0c-9730-e64df32f4bc4, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d5f60dae-8c7d-4d0c-9730-e64df32f4bc4, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4039457490146688164 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40394574901466881644039457490146688164403945749014668816440394574901466881644039457490146688164403945749014668816440394574901466881644039457490146688164403945749014668816440394574901466881644039457490146688164403945749014668816440394574901466881644039457490146688164403945749014668816440394574901466881644039457490146688164403945749014668816440394574901466881644039457490146688164" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 76633d5d-fb62-44e1-84ef-d23e8ace7f74, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 09b93e4c-c486-4a6b-87c9-57bb5d8ccb78, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 09b93e4c-c486-4a6b-87c9-57bb5d8ccb78, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5579676937130994833 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55796769371309948335579676937130994833557967693713099483355796769371309948335579676937130994833557967693713099483355796769371309948335579676937130994833557967693713099483355796769371309948335579676937130994833557967693713099483355796769371309948335579676937130994833557967693713099483355796769371309948335579676937130994833557967693713099483355796769371309948335579676937130994833" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d5f60dae-8c7d-4d0c-9730-e64df32f4bc4, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 63c1926e-eba2-443d-a2b2-92554499966d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 63c1926e-eba2-443d-a2b2-92554499966d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8103986360043630890 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81039863600436308908103986360043630890810398636004363089081039863600436308908103986360043630890810398636004363089081039863600436308908103986360043630890810398636004363089081039863600436308908103986360043630890810398636004363089081039863600436308908103986360043630890810398636004363089081039863600436308908103986360043630890810398636004363089081039863600436308908103986360043630890" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 09b93e4c-c486-4a6b-87c9-57bb5d8ccb78, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7bf2887d-fd6a-44d5-8da4-ff3edf4f2abe, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 63c1926e-eba2-443d-a2b2-92554499966d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3cc070b2-8a84-4c84-a3fe-f01c9041995b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3cc070b2-8a84-4c84-a3fe-f01c9041995b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10524098075055144629 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1052409807505514462910524098075055144629105240980750551446291052409807505514462910524098075055144629105240980750551446291052409807505514462910524098075055144629105240980750551446291052409807505514462910524098075055144629105240980750551446291052409807505514462910524098075055144629105240980750551446291052409807505514462910524098075055144629105240980750551446291052409807505514462910524098075055144629" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7bf2887d-fd6a-44d5-8da4-ff3edf4f2abe, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2978288139968453557 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29782881399684535572978288139968453557297828813996845355729782881399684535572978288139968453557297828813996845355729782881399684535572978288139968453557297828813996845355729782881399684535572978288139968453557297828813996845355729782881399684535572978288139968453557297828813996845355729782881399684535572978288139968453557297828813996845355729782881399684535572978288139968453557" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3cc070b2-8a84-4c84-a3fe-f01c9041995b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 575312aa-8866-4f7c-a105-037a3641b3a2, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 575312aa-8866-4f7c-a105-037a3641b3a2, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4595878207981059613 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45958782079810596134595878207981059613459587820798105961345958782079810596134595878207981059613459587820798105961345958782079810596134595878207981059613459587820798105961345958782079810596134595878207981059613459587820798105961345958782079810596134595878207981059613459587820798105961345958782079810596134595878207981059613459587820798105961345958782079810596134595878207981059613" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7bf2887d-fd6a-44d5-8da4-ff3edf4f2abe, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9c620e56-b677-4a43-babc-825e91884933, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9c620e56-b677-4a43-babc-825e91884933, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17975243942829559655 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1797524394282955965517975243942829559655179752439428295596551797524394282955965517975243942829559655179752439428295596551797524394282955965517975243942829559655179752439428295596551797524394282955965517975243942829559655179752439428295596551797524394282955965517975243942829559655179752439428295596551797524394282955965517975243942829559655179752439428295596551797524394282955965517975243942829559655" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 575312aa-8866-4f7c-a105-037a3641b3a2, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7f1dd591-95ab-445d-acf4-a5ac02582ae8, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7f1dd591-95ab-445d-acf4-a5ac02582ae8, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 631354250758822659 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "631354250758822659631354250758822659631354250758822659631354250758822659631354250758822659631354250758822659631354250758822659631354250758822659631354250758822659631354250758822659631354250758822659631354250758822659631354250758822659631354250758822659631354250758822659631354250758822659631354250758822659631354250758822659631354250758822659631354250758822659" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9c620e56-b677-4a43-babc-825e91884933, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 575cc6d4-67b2-4677-b642-a2d5c206f98d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 575cc6d4-67b2-4677-b642-a2d5c206f98d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14974861425159186495 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1497486142515918649514974861425159186495149748614251591864951497486142515918649514974861425159186495149748614251591864951497486142515918649514974861425159186495149748614251591864951497486142515918649514974861425159186495149748614251591864951497486142515918649514974861425159186495149748614251591864951497486142515918649514974861425159186495149748614251591864951497486142515918649514974861425159186495" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7f1dd591-95ab-445d-acf4-a5ac02582ae8, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 575cc6d4-67b2-4677-b642-a2d5c206f98d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f512ac08-40d6-4b3a-9ad2-ad4f9b1c4d59, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 05e07ea9-d571-4433-a03b-fc0f2c086b91, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f512ac08-40d6-4b3a-9ad2-ad4f9b1c4d59, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12015402137721951784 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1201540213772195178412015402137721951784120154021377219517841201540213772195178412015402137721951784120154021377219517841201540213772195178412015402137721951784120154021377219517841201540213772195178412015402137721951784120154021377219517841201540213772195178412015402137721951784120154021377219517841201540213772195178412015402137721951784120154021377219517841201540213772195178412015402137721951784" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 05e07ea9-d571-4433-a03b-fc0f2c086b91, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3194198323673636016 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31941983236736360163194198323673636016319419832367363601631941983236736360163194198323673636016319419832367363601631941983236736360163194198323673636016319419832367363601631941983236736360163194198323673636016319419832367363601631941983236736360163194198323673636016319419832367363601631941983236736360163194198323673636016319419832367363601631941983236736360163194198323673636016" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f512ac08-40d6-4b3a-9ad2-ad4f9b1c4d59, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4757693f-7c4e-4724-9e51-a00fac2f2e06, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4757693f-7c4e-4724-9e51-a00fac2f2e06, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16958587779786276760 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1695858777978627676016958587779786276760169585877797862767601695858777978627676016958587779786276760169585877797862767601695858777978627676016958587779786276760169585877797862767601695858777978627676016958587779786276760169585877797862767601695858777978627676016958587779786276760169585877797862767601695858777978627676016958587779786276760169585877797862767601695858777978627676016958587779786276760" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 05e07ea9-d571-4433-a03b-fc0f2c086b91, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e5a7dcd6-325f-4e60-ba65-69cafbea91b7, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e5a7dcd6-325f-4e60-ba65-69cafbea91b7, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18271851722188772330 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1827185172218877233018271851722188772330182718517221887723301827185172218877233018271851722188772330182718517221887723301827185172218877233018271851722188772330182718517221887723301827185172218877233018271851722188772330182718517221887723301827185172218877233018271851722188772330182718517221887723301827185172218877233018271851722188772330182718517221887723301827185172218877233018271851722188772330" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e5a7dcd6-325f-4e60-ba65-69cafbea91b7, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 77b400b6-d502-4792-ba56-853ac2663014, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 77b400b6-d502-4792-ba56-853ac2663014, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 243442837358557326 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "243442837358557326243442837358557326243442837358557326243442837358557326243442837358557326243442837358557326243442837358557326243442837358557326243442837358557326243442837358557326243442837358557326243442837358557326243442837358557326243442837358557326243442837358557326243442837358557326243442837358557326243442837358557326243442837358557326243442837358557326" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4757693f-7c4e-4724-9e51-a00fac2f2e06, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5b9931d8-08a6-4f70-93c8-8cca2b388c86, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5b9931d8-08a6-4f70-93c8-8cca2b388c86, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 199674451292739529 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "199674451292739529199674451292739529199674451292739529199674451292739529199674451292739529199674451292739529199674451292739529199674451292739529199674451292739529199674451292739529199674451292739529199674451292739529199674451292739529199674451292739529199674451292739529199674451292739529199674451292739529199674451292739529199674451292739529199674451292739529" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 77b400b6-d502-4792-ba56-853ac2663014, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 915cedac-617e-4e1c-b288-e5856d6cac58, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5b9931d8-08a6-4f70-93c8-8cca2b388c86, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 69588bba-8121-4cbe-9078-bb218d9daa55, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 69588bba-8121-4cbe-9078-bb218d9daa55, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1468345599122651061 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14683455991226510611468345599122651061146834559912265106114683455991226510611468345599122651061146834559912265106114683455991226510611468345599122651061146834559912265106114683455991226510611468345599122651061146834559912265106114683455991226510611468345599122651061146834559912265106114683455991226510611468345599122651061146834559912265106114683455991226510611468345599122651061" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 915cedac-617e-4e1c-b288-e5856d6cac58, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10134346774716287818 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1013434677471628781810134346774716287818101343467747162878181013434677471628781810134346774716287818101343467747162878181013434677471628781810134346774716287818101343467747162878181013434677471628781810134346774716287818101343467747162878181013434677471628781810134346774716287818101343467747162878181013434677471628781810134346774716287818101343467747162878181013434677471628781810134346774716287818" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 69588bba-8121-4cbe-9078-bb218d9daa55, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 961bcf4b-97ce-4a03-9c39-bc8bdb4f2f7b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 961bcf4b-97ce-4a03-9c39-bc8bdb4f2f7b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16022314205369893096 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1602231420536989309616022314205369893096160223142053698930961602231420536989309616022314205369893096160223142053698930961602231420536989309616022314205369893096160223142053698930961602231420536989309616022314205369893096160223142053698930961602231420536989309616022314205369893096160223142053698930961602231420536989309616022314205369893096160223142053698930961602231420536989309616022314205369893096" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 915cedac-617e-4e1c-b288-e5856d6cac58, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 838bab21-a15c-46da-93bd-333ff083aae5, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 838bab21-a15c-46da-93bd-333ff083aae5, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9838359241819632515 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98383592418196325159838359241819632515983835924181963251598383592418196325159838359241819632515983835924181963251598383592418196325159838359241819632515983835924181963251598383592418196325159838359241819632515983835924181963251598383592418196325159838359241819632515983835924181963251598383592418196325159838359241819632515983835924181963251598383592418196325159838359241819632515" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 961bcf4b-97ce-4a03-9c39-bc8bdb4f2f7b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 349e4e36-f84b-44f7-ba7d-7ef4a5d19ccf, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 349e4e36-f84b-44f7-ba7d-7ef4a5d19ccf, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5696624954870713017 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56966249548707130175696624954870713017569662495487071301756966249548707130175696624954870713017569662495487071301756966249548707130175696624954870713017569662495487071301756966249548707130175696624954870713017569662495487071301756966249548707130175696624954870713017569662495487071301756966249548707130175696624954870713017569662495487071301756966249548707130175696624954870713017" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 838bab21-a15c-46da-93bd-333ff083aae5, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, beab5e78-bb59-4ca1-a01c-378730224231, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, beab5e78-bb59-4ca1-a01c-378730224231, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1372595966843847033 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13725959668438470331372595966843847033137259596684384703313725959668438470331372595966843847033137259596684384703313725959668438470331372595966843847033137259596684384703313725959668438470331372595966843847033137259596684384703313725959668438470331372595966843847033137259596684384703313725959668438470331372595966843847033137259596684384703313725959668438470331372595966843847033" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 349e4e36-f84b-44f7-ba7d-7ef4a5d19ccf, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7e43fb4a-67b6-4331-a333-23dd6fd955f4, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7e43fb4a-67b6-4331-a333-23dd6fd955f4, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1177778476095239299 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11777784760952392991177778476095239299117777847609523929911777784760952392991177778476095239299117777847609523929911777784760952392991177778476095239299117777847609523929911777784760952392991177778476095239299117777847609523929911777784760952392991177778476095239299117777847609523929911777784760952392991177778476095239299117777847609523929911777784760952392991177778476095239299" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, beab5e78-bb59-4ca1-a01c-378730224231, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2be52533-cec5-4e79-8b3c-0474fcfcd165, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2be52533-cec5-4e79-8b3c-0474fcfcd165, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3892168764320460124 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38921687643204601243892168764320460124389216876432046012438921687643204601243892168764320460124389216876432046012438921687643204601243892168764320460124389216876432046012438921687643204601243892168764320460124389216876432046012438921687643204601243892168764320460124389216876432046012438921687643204601243892168764320460124389216876432046012438921687643204601243892168764320460124" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7e43fb4a-67b6-4331-a333-23dd6fd955f4, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 55278e66-f877-47ee-bbc0-fe5ef0d6cd2f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 55278e66-f877-47ee-bbc0-fe5ef0d6cd2f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7751689188675466115 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77516891886754661157751689188675466115775168918867546611577516891886754661157751689188675466115775168918867546611577516891886754661157751689188675466115775168918867546611577516891886754661157751689188675466115775168918867546611577516891886754661157751689188675466115775168918867546611577516891886754661157751689188675466115775168918867546611577516891886754661157751689188675466115" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2be52533-cec5-4e79-8b3c-0474fcfcd165, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dfd6b0e5-7022-47a1-ba6a-80848105ca24, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dfd6b0e5-7022-47a1-ba6a-80848105ca24, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7835049176038780248 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78350491760387802487835049176038780248783504917603878024878350491760387802487835049176038780248783504917603878024878350491760387802487835049176038780248783504917603878024878350491760387802487835049176038780248783504917603878024878350491760387802487835049176038780248783504917603878024878350491760387802487835049176038780248783504917603878024878350491760387802487835049176038780248" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 55278e66-f877-47ee-bbc0-fe5ef0d6cd2f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 86f81cd0-431d-489c-9cb6-58a2f93ca1a5, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 86f81cd0-431d-489c-9cb6-58a2f93ca1a5, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2502586492676240527 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25025864926762405272502586492676240527250258649267624052725025864926762405272502586492676240527250258649267624052725025864926762405272502586492676240527250258649267624052725025864926762405272502586492676240527250258649267624052725025864926762405272502586492676240527250258649267624052725025864926762405272502586492676240527250258649267624052725025864926762405272502586492676240527" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dfd6b0e5-7022-47a1-ba6a-80848105ca24, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b50e412a-8a29-42c0-8116-7685a17a41fc, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b50e412a-8a29-42c0-8116-7685a17a41fc, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18075292145347634330 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1807529214534763433018075292145347634330180752921453476343301807529214534763433018075292145347634330180752921453476343301807529214534763433018075292145347634330180752921453476343301807529214534763433018075292145347634330180752921453476343301807529214534763433018075292145347634330180752921453476343301807529214534763433018075292145347634330180752921453476343301807529214534763433018075292145347634330" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 86f81cd0-431d-489c-9cb6-58a2f93ca1a5, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bc861ff2-9ba5-4c16-8c50-b2b6a503feb8, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bc861ff2-9ba5-4c16-8c50-b2b6a503feb8, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2971381791183831387 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29713817911838313872971381791183831387297138179118383138729713817911838313872971381791183831387297138179118383138729713817911838313872971381791183831387297138179118383138729713817911838313872971381791183831387297138179118383138729713817911838313872971381791183831387297138179118383138729713817911838313872971381791183831387297138179118383138729713817911838313872971381791183831387" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b50e412a-8a29-42c0-8116-7685a17a41fc, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bf3d71b0-e9c8-401a-9fe7-7b707df55d0e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bf3d71b0-e9c8-401a-9fe7-7b707df55d0e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1160414413894807903 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11604144138948079031160414413894807903116041441389480790311604144138948079031160414413894807903116041441389480790311604144138948079031160414413894807903116041441389480790311604144138948079031160414413894807903116041441389480790311604144138948079031160414413894807903116041441389480790311604144138948079031160414413894807903116041441389480790311604144138948079031160414413894807903" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bc861ff2-9ba5-4c16-8c50-b2b6a503feb8, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 066c1f47-36a6-4f9d-b542-4c7d99a47b90, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 066c1f47-36a6-4f9d-b542-4c7d99a47b90, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2924792974035248087 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29247929740352480872924792974035248087292479297403524808729247929740352480872924792974035248087292479297403524808729247929740352480872924792974035248087292479297403524808729247929740352480872924792974035248087292479297403524808729247929740352480872924792974035248087292479297403524808729247929740352480872924792974035248087292479297403524808729247929740352480872924792974035248087" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bf3d71b0-e9c8-401a-9fe7-7b707df55d0e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 65dd4dff-530e-4256-93b6-97f1f070f66f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 65dd4dff-530e-4256-93b6-97f1f070f66f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17790288299440602705 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1779028829944060270517790288299440602705177902882994406027051779028829944060270517790288299440602705177902882994406027051779028829944060270517790288299440602705177902882994406027051779028829944060270517790288299440602705177902882994406027051779028829944060270517790288299440602705177902882994406027051779028829944060270517790288299440602705177902882994406027051779028829944060270517790288299440602705" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 066c1f47-36a6-4f9d-b542-4c7d99a47b90, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cbc1efad-1b02-4516-a904-c686f0a90dc4, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cbc1efad-1b02-4516-a904-c686f0a90dc4, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16321199297006227040 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1632119929700622704016321199297006227040163211992970062270401632119929700622704016321199297006227040163211992970062270401632119929700622704016321199297006227040163211992970062270401632119929700622704016321199297006227040163211992970062270401632119929700622704016321199297006227040163211992970062270401632119929700622704016321199297006227040163211992970062270401632119929700622704016321199297006227040" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 65dd4dff-530e-4256-93b6-97f1f070f66f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dfd5c4bd-75e5-4571-887e-1b382dcb056d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dfd5c4bd-75e5-4571-887e-1b382dcb056d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15254847524930976860 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1525484752493097686015254847524930976860152548475249309768601525484752493097686015254847524930976860152548475249309768601525484752493097686015254847524930976860152548475249309768601525484752493097686015254847524930976860152548475249309768601525484752493097686015254847524930976860152548475249309768601525484752493097686015254847524930976860152548475249309768601525484752493097686015254847524930976860" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dfd5c4bd-75e5-4571-887e-1b382dcb056d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0f1fdb7f-5282-46dd-9bc8-5212efc5140b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0f1fdb7f-5282-46dd-9bc8-5212efc5140b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7944713198993818176 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79447131989938181767944713198993818176794471319899381817679447131989938181767944713198993818176794471319899381817679447131989938181767944713198993818176794471319899381817679447131989938181767944713198993818176794471319899381817679447131989938181767944713198993818176794471319899381817679447131989938181767944713198993818176794471319899381817679447131989938181767944713198993818176" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cbc1efad-1b02-4516-a904-c686f0a90dc4, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b3bad63e-a9d7-4493-8f7b-0aa9d0629174, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b3bad63e-a9d7-4493-8f7b-0aa9d0629174, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7225962577658210109 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72259625776582101097225962577658210109722596257765821010972259625776582101097225962577658210109722596257765821010972259625776582101097225962577658210109722596257765821010972259625776582101097225962577658210109722596257765821010972259625776582101097225962577658210109722596257765821010972259625776582101097225962577658210109722596257765821010972259625776582101097225962577658210109" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0f1fdb7f-5282-46dd-9bc8-5212efc5140b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a7b26e29-300b-4628-a887-d5b818f0fab2, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a7b26e29-300b-4628-a887-d5b818f0fab2, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2403916239737061255 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24039162397370612552403916239737061255240391623973706125524039162397370612552403916239737061255240391623973706125524039162397370612552403916239737061255240391623973706125524039162397370612552403916239737061255240391623973706125524039162397370612552403916239737061255240391623973706125524039162397370612552403916239737061255240391623973706125524039162397370612552403916239737061255" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b3bad63e-a9d7-4493-8f7b-0aa9d0629174, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, da2ad98f-7d8b-4e68-8085-e817c00343fd, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a7b26e29-300b-4628-a887-d5b818f0fab2, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f1b4f9df-f85f-4f3d-a869-d97ca41e3c47, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f1b4f9df-f85f-4f3d-a869-d97ca41e3c47, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7985860848420595162 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79858608484205951627985860848420595162798586084842059516279858608484205951627985860848420595162798586084842059516279858608484205951627985860848420595162798586084842059516279858608484205951627985860848420595162798586084842059516279858608484205951627985860848420595162798586084842059516279858608484205951627985860848420595162798586084842059516279858608484205951627985860848420595162" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, da2ad98f-7d8b-4e68-8085-e817c00343fd, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12090799376767194621 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1209079937676719462112090799376767194621120907993767671946211209079937676719462112090799376767194621120907993767671946211209079937676719462112090799376767194621120907993767671946211209079937676719462112090799376767194621120907993767671946211209079937676719462112090799376767194621120907993767671946211209079937676719462112090799376767194621120907993767671946211209079937676719462112090799376767194621" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f1b4f9df-f85f-4f3d-a869-d97ca41e3c47, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7b6d5a1c-7d87-466a-8526-b600ce545a69, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7b6d5a1c-7d87-466a-8526-b600ce545a69, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10730516002638015103 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1073051600263801510310730516002638015103107305160026380151031073051600263801510310730516002638015103107305160026380151031073051600263801510310730516002638015103107305160026380151031073051600263801510310730516002638015103107305160026380151031073051600263801510310730516002638015103107305160026380151031073051600263801510310730516002638015103107305160026380151031073051600263801510310730516002638015103" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, da2ad98f-7d8b-4e68-8085-e817c00343fd, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7da01af2-1f7a-440e-9afe-ed82ea448ddb, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7da01af2-1f7a-440e-9afe-ed82ea448ddb, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5022714743037292085 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50227147430372920855022714743037292085502271474303729208550227147430372920855022714743037292085502271474303729208550227147430372920855022714743037292085502271474303729208550227147430372920855022714743037292085502271474303729208550227147430372920855022714743037292085502271474303729208550227147430372920855022714743037292085502271474303729208550227147430372920855022714743037292085" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7b6d5a1c-7d87-466a-8526-b600ce545a69, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f74f2434-0fd1-4182-a014-8255a15d9396, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f74f2434-0fd1-4182-a014-8255a15d9396, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13331002195601673162 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1333100219560167316213331002195601673162133310021956016731621333100219560167316213331002195601673162133310021956016731621333100219560167316213331002195601673162133310021956016731621333100219560167316213331002195601673162133310021956016731621333100219560167316213331002195601673162133310021956016731621333100219560167316213331002195601673162133310021956016731621333100219560167316213331002195601673162" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7da01af2-1f7a-440e-9afe-ed82ea448ddb, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fced8044-e01e-41cf-b1ff-6e16e5168301, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fced8044-e01e-41cf-b1ff-6e16e5168301, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14671175404721798019 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1467117540472179801914671175404721798019146711754047217980191467117540472179801914671175404721798019146711754047217980191467117540472179801914671175404721798019146711754047217980191467117540472179801914671175404721798019146711754047217980191467117540472179801914671175404721798019146711754047217980191467117540472179801914671175404721798019146711754047217980191467117540472179801914671175404721798019" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f74f2434-0fd1-4182-a014-8255a15d9396, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5a439523-1086-4ab4-a804-7125c2b33050, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5a439523-1086-4ab4-a804-7125c2b33050, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11600825956142329249 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1160082595614232924911600825956142329249116008259561423292491160082595614232924911600825956142329249116008259561423292491160082595614232924911600825956142329249116008259561423292491160082595614232924911600825956142329249116008259561423292491160082595614232924911600825956142329249116008259561423292491160082595614232924911600825956142329249116008259561423292491160082595614232924911600825956142329249" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fced8044-e01e-41cf-b1ff-6e16e5168301, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4e162f2e-a18e-468e-bd67-c3fd9d24a2f5, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4e162f2e-a18e-468e-bd67-c3fd9d24a2f5, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2678986434740395069 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26789864347403950692678986434740395069267898643474039506926789864347403950692678986434740395069267898643474039506926789864347403950692678986434740395069267898643474039506926789864347403950692678986434740395069267898643474039506926789864347403950692678986434740395069267898643474039506926789864347403950692678986434740395069267898643474039506926789864347403950692678986434740395069" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5a439523-1086-4ab4-a804-7125c2b33050, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 28a70642-d2a4-42e4-863e-9506ac24f257, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 28a70642-d2a4-42e4-863e-9506ac24f257, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14170642646352091188 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1417064264635209118814170642646352091188141706426463520911881417064264635209118814170642646352091188141706426463520911881417064264635209118814170642646352091188141706426463520911881417064264635209118814170642646352091188141706426463520911881417064264635209118814170642646352091188141706426463520911881417064264635209118814170642646352091188141706426463520911881417064264635209118814170642646352091188" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4e162f2e-a18e-468e-bd67-c3fd9d24a2f5, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 28a70642-d2a4-42e4-863e-9506ac24f257, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 09cc2316-a296-427c-883e-9714ce8e66ca, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 09cc2316-a296-427c-883e-9714ce8e66ca, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6998879307361369516 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69988793073613695166998879307361369516699887930736136951669988793073613695166998879307361369516699887930736136951669988793073613695166998879307361369516699887930736136951669988793073613695166998879307361369516699887930736136951669988793073613695166998879307361369516699887930736136951669988793073613695166998879307361369516699887930736136951669988793073613695166998879307361369516" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 51c37706-4159-458a-b874-9b8118e36052, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 51c37706-4159-458a-b874-9b8118e36052, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6105257053678417552 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61052570536784175526105257053678417552610525705367841755261052570536784175526105257053678417552610525705367841755261052570536784175526105257053678417552610525705367841755261052570536784175526105257053678417552610525705367841755261052570536784175526105257053678417552610525705367841755261052570536784175526105257053678417552610525705367841755261052570536784175526105257053678417552" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 09cc2316-a296-427c-883e-9714ce8e66ca, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 51c37706-4159-458a-b874-9b8118e36052, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ca2fc5f2-95fc-45ec-9506-a05507573149, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 82da0d77-ff35-4b79-a8f1-3416ec30a71c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ca2fc5f2-95fc-45ec-9506-a05507573149, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5974220391263804260 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59742203912638042605974220391263804260597422039126380426059742203912638042605974220391263804260597422039126380426059742203912638042605974220391263804260597422039126380426059742203912638042605974220391263804260597422039126380426059742203912638042605974220391263804260597422039126380426059742203912638042605974220391263804260597422039126380426059742203912638042605974220391263804260" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 82da0d77-ff35-4b79-a8f1-3416ec30a71c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12086831988636086113 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1208683198863608611312086831988636086113120868319886360861131208683198863608611312086831988636086113120868319886360861131208683198863608611312086831988636086113120868319886360861131208683198863608611312086831988636086113120868319886360861131208683198863608611312086831988636086113120868319886360861131208683198863608611312086831988636086113120868319886360861131208683198863608611312086831988636086113" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ca2fc5f2-95fc-45ec-9506-a05507573149, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4bdb9350-9c9e-4758-8b50-835eedb6b2e5, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4bdb9350-9c9e-4758-8b50-835eedb6b2e5, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 967407306056047242 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "967407306056047242967407306056047242967407306056047242967407306056047242967407306056047242967407306056047242967407306056047242967407306056047242967407306056047242967407306056047242967407306056047242967407306056047242967407306056047242967407306056047242967407306056047242967407306056047242967407306056047242967407306056047242967407306056047242967407306056047242" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 82da0d77-ff35-4b79-a8f1-3416ec30a71c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3eff9c12-d52a-4577-abf6-f805efdc33ba, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3eff9c12-d52a-4577-abf6-f805efdc33ba, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14848926583102237173 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1484892658310223717314848926583102237173148489265831022371731484892658310223717314848926583102237173148489265831022371731484892658310223717314848926583102237173148489265831022371731484892658310223717314848926583102237173148489265831022371731484892658310223717314848926583102237173148489265831022371731484892658310223717314848926583102237173148489265831022371731484892658310223717314848926583102237173" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4bdb9350-9c9e-4758-8b50-835eedb6b2e5, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d52a67f7-a94b-44ea-b855-d961ab8d78ac, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d52a67f7-a94b-44ea-b855-d961ab8d78ac, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3245444393238260611 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32454443932382606113245444393238260611324544439323826061132454443932382606113245444393238260611324544439323826061132454443932382606113245444393238260611324544439323826061132454443932382606113245444393238260611324544439323826061132454443932382606113245444393238260611324544439323826061132454443932382606113245444393238260611324544439323826061132454443932382606113245444393238260611" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3eff9c12-d52a-4577-abf6-f805efdc33ba, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5349168a-7cb5-46b1-9995-455b42812ab6, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5349168a-7cb5-46b1-9995-455b42812ab6, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16502323316585834795 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1650232331658583479516502323316585834795165023233165858347951650232331658583479516502323316585834795165023233165858347951650232331658583479516502323316585834795165023233165858347951650232331658583479516502323316585834795165023233165858347951650232331658583479516502323316585834795165023233165858347951650232331658583479516502323316585834795165023233165858347951650232331658583479516502323316585834795" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d52a67f7-a94b-44ea-b855-d961ab8d78ac, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c5a9d3ca-992b-4807-b025-942e7e8b858d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5349168a-7cb5-46b1-9995-455b42812ab6, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c5a9d3ca-992b-4807-b025-942e7e8b858d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3819814096922881494 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38198140969228814943819814096922881494381981409692288149438198140969228814943819814096922881494381981409692288149438198140969228814943819814096922881494381981409692288149438198140969228814943819814096922881494381981409692288149438198140969228814943819814096922881494381981409692288149438198140969228814943819814096922881494381981409692288149438198140969228814943819814096922881494" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0e17907e-fad0-48c0-9ec0-2d1d5afd2986, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0e17907e-fad0-48c0-9ec0-2d1d5afd2986, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1392118042444109930 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13921180424441099301392118042444109930139211804244410993013921180424441099301392118042444109930139211804244410993013921180424441099301392118042444109930139211804244410993013921180424441099301392118042444109930139211804244410993013921180424441099301392118042444109930139211804244410993013921180424441099301392118042444109930139211804244410993013921180424441099301392118042444109930" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c5a9d3ca-992b-4807-b025-942e7e8b858d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5f7af8d7-1885-4909-a628-d3992c97b7f1, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5f7af8d7-1885-4909-a628-d3992c97b7f1, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2398942466094528065 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23989424660945280652398942466094528065239894246609452806523989424660945280652398942466094528065239894246609452806523989424660945280652398942466094528065239894246609452806523989424660945280652398942466094528065239894246609452806523989424660945280652398942466094528065239894246609452806523989424660945280652398942466094528065239894246609452806523989424660945280652398942466094528065" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0e17907e-fad0-48c0-9ec0-2d1d5afd2986, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, de0abc9a-169a-4440-97c4-b9886a843074, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, de0abc9a-169a-4440-97c4-b9886a843074, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10523224750900821988 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1052322475090082198810523224750900821988105232247509008219881052322475090082198810523224750900821988105232247509008219881052322475090082198810523224750900821988105232247509008219881052322475090082198810523224750900821988105232247509008219881052322475090082198810523224750900821988105232247509008219881052322475090082198810523224750900821988105232247509008219881052322475090082198810523224750900821988" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, de0abc9a-169a-4440-97c4-b9886a843074, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 69545554-687a-44a3-9d2d-95265f315039, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5f7af8d7-1885-4909-a628-d3992c97b7f1, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 69545554-687a-44a3-9d2d-95265f315039, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9076124895685516654 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90761248956855166549076124895685516654907612489568551665490761248956855166549076124895685516654907612489568551665490761248956855166549076124895685516654907612489568551665490761248956855166549076124895685516654907612489568551665490761248956855166549076124895685516654907612489568551665490761248956855166549076124895685516654907612489568551665490761248956855166549076124895685516654" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 31ea5d0b-7316-45d0-a478-370872b55d51, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 31ea5d0b-7316-45d0-a478-370872b55d51, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3411608229227491719 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34116082292274917193411608229227491719341160822922749171934116082292274917193411608229227491719341160822922749171934116082292274917193411608229227491719341160822922749171934116082292274917193411608229227491719341160822922749171934116082292274917193411608229227491719341160822922749171934116082292274917193411608229227491719341160822922749171934116082292274917193411608229227491719" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 69545554-687a-44a3-9d2d-95265f315039, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 74a06140-2f40-4dab-81d6-e2b3b8667cf9, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 74a06140-2f40-4dab-81d6-e2b3b8667cf9, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2988242604278553827 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29882426042785538272988242604278553827298824260427855382729882426042785538272988242604278553827298824260427855382729882426042785538272988242604278553827298824260427855382729882426042785538272988242604278553827298824260427855382729882426042785538272988242604278553827298824260427855382729882426042785538272988242604278553827298824260427855382729882426042785538272988242604278553827" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 31ea5d0b-7316-45d0-a478-370872b55d51, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4bd0522f-1695-46ea-8ef7-38ec7b03ebbc, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 74a06140-2f40-4dab-81d6-e2b3b8667cf9, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4bd0522f-1695-46ea-8ef7-38ec7b03ebbc, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5354903378963056441 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53549033789630564415354903378963056441535490337896305644153549033789630564415354903378963056441535490337896305644153549033789630564415354903378963056441535490337896305644153549033789630564415354903378963056441535490337896305644153549033789630564415354903378963056441535490337896305644153549033789630564415354903378963056441535490337896305644153549033789630564415354903378963056441" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7023a0f5-7618-4e2e-a629-1f0e734079f0, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7023a0f5-7618-4e2e-a629-1f0e734079f0, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9560514561095296446 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95605145610952964469560514561095296446956051456109529644695605145610952964469560514561095296446956051456109529644695605145610952964469560514561095296446956051456109529644695605145610952964469560514561095296446956051456109529644695605145610952964469560514561095296446956051456109529644695605145610952964469560514561095296446956051456109529644695605145610952964469560514561095296446" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4bd0522f-1695-46ea-8ef7-38ec7b03ebbc, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0a6b7daa-f9a1-49a8-b668-eb7c1b0f8a01, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0a6b7daa-f9a1-49a8-b668-eb7c1b0f8a01, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12418252701507002778 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1241825270150700277812418252701507002778124182527015070027781241825270150700277812418252701507002778124182527015070027781241825270150700277812418252701507002778124182527015070027781241825270150700277812418252701507002778124182527015070027781241825270150700277812418252701507002778124182527015070027781241825270150700277812418252701507002778124182527015070027781241825270150700277812418252701507002778" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7023a0f5-7618-4e2e-a629-1f0e734079f0, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 161d0ce1-c88e-4e4e-b536-54ebf75105fe, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 161d0ce1-c88e-4e4e-b536-54ebf75105fe, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15856787580026298093 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1585678758002629809315856787580026298093158567875800262980931585678758002629809315856787580026298093158567875800262980931585678758002629809315856787580026298093158567875800262980931585678758002629809315856787580026298093158567875800262980931585678758002629809315856787580026298093158567875800262980931585678758002629809315856787580026298093158567875800262980931585678758002629809315856787580026298093" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0a6b7daa-f9a1-49a8-b668-eb7c1b0f8a01, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2718f5ef-8ed7-4986-b0a8-1445fa500f55, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2718f5ef-8ed7-4986-b0a8-1445fa500f55, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8075905109044408586 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80759051090444085868075905109044408586807590510904440858680759051090444085868075905109044408586807590510904440858680759051090444085868075905109044408586807590510904440858680759051090444085868075905109044408586807590510904440858680759051090444085868075905109044408586807590510904440858680759051090444085868075905109044408586807590510904440858680759051090444085868075905109044408586" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 161d0ce1-c88e-4e4e-b536-54ebf75105fe, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 099d1344-0a45-423c-b62e-4479b39f4293, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2718f5ef-8ed7-4986-b0a8-1445fa500f55, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 85a202cd-c6b4-4ecf-b7e8-be598e8d5d6e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 85a202cd-c6b4-4ecf-b7e8-be598e8d5d6e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 77473127792904447 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "7747312779290444777473127792904447774731277929044477747312779290444777473127792904447774731277929044477747312779290444777473127792904447774731277929044477747312779290444777473127792904447774731277929044477747312779290444777473127792904447774731277929044477747312779290444777473127792904447774731277929044477747312779290444777473127792904447" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 099d1344-0a45-423c-b62e-4479b39f4293, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7074011437322048384 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70740114373220483847074011437322048384707401143732204838470740114373220483847074011437322048384707401143732204838470740114373220483847074011437322048384707401143732204838470740114373220483847074011437322048384707401143732204838470740114373220483847074011437322048384707401143732204838470740114373220483847074011437322048384707401143732204838470740114373220483847074011437322048384" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 85a202cd-c6b4-4ecf-b7e8-be598e8d5d6e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6086ea4b-1c9f-4464-90aa-b7e445a6735c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6086ea4b-1c9f-4464-90aa-b7e445a6735c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13795490357695096949 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1379549035769509694913795490357695096949137954903576950969491379549035769509694913795490357695096949137954903576950969491379549035769509694913795490357695096949137954903576950969491379549035769509694913795490357695096949137954903576950969491379549035769509694913795490357695096949137954903576950969491379549035769509694913795490357695096949137954903576950969491379549035769509694913795490357695096949" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 099d1344-0a45-423c-b62e-4479b39f4293, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a1f8b943-7525-45a2-91ea-37c1c8026038, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a1f8b943-7525-45a2-91ea-37c1c8026038, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3224863295151535294 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32248632951515352943224863295151535294322486329515153529432248632951515352943224863295151535294322486329515153529432248632951515352943224863295151535294322486329515153529432248632951515352943224863295151535294322486329515153529432248632951515352943224863295151535294322486329515153529432248632951515352943224863295151535294322486329515153529432248632951515352943224863295151535294" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a1f8b943-7525-45a2-91ea-37c1c8026038, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d1204de3-77e2-429e-a516-e121f052e312, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d1204de3-77e2-429e-a516-e121f052e312, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2222245932184454343 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22222459321844543432222245932184454343222224593218445434322222459321844543432222245932184454343222224593218445434322222459321844543432222245932184454343222224593218445434322222459321844543432222245932184454343222224593218445434322222459321844543432222245932184454343222224593218445434322222459321844543432222245932184454343222224593218445434322222459321844543432222245932184454343" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6086ea4b-1c9f-4464-90aa-b7e445a6735c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, da9ba3b8-a481-4487-a6ed-559f830102b7, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, da9ba3b8-a481-4487-a6ed-559f830102b7, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8740805594789058292 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87408055947890582928740805594789058292874080559478905829287408055947890582928740805594789058292874080559478905829287408055947890582928740805594789058292874080559478905829287408055947890582928740805594789058292874080559478905829287408055947890582928740805594789058292874080559478905829287408055947890582928740805594789058292874080559478905829287408055947890582928740805594789058292" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d1204de3-77e2-429e-a516-e121f052e312, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 83f8da63-1faf-46bf-b529-f24005b7bb6a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, da9ba3b8-a481-4487-a6ed-559f830102b7, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 83f8da63-1faf-46bf-b529-f24005b7bb6a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6964257445473212814 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69642574454732128146964257445473212814696425744547321281469642574454732128146964257445473212814696425744547321281469642574454732128146964257445473212814696425744547321281469642574454732128146964257445473212814696425744547321281469642574454732128146964257445473212814696425744547321281469642574454732128146964257445473212814696425744547321281469642574454732128146964257445473212814" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 33065b11-4917-465e-8534-1414f4e10302, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 33065b11-4917-465e-8534-1414f4e10302, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13833404907695297719 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1383340490769529771913833404907695297719138334049076952977191383340490769529771913833404907695297719138334049076952977191383340490769529771913833404907695297719138334049076952977191383340490769529771913833404907695297719138334049076952977191383340490769529771913833404907695297719138334049076952977191383340490769529771913833404907695297719138334049076952977191383340490769529771913833404907695297719" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 83f8da63-1faf-46bf-b529-f24005b7bb6a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ab963da3-eb73-40af-ac05-d9f30e7d5b3b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ab963da3-eb73-40af-ac05-d9f30e7d5b3b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9121278918773327683 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91212789187733276839121278918773327683912127891877332768391212789187733276839121278918773327683912127891877332768391212789187733276839121278918773327683912127891877332768391212789187733276839121278918773327683912127891877332768391212789187733276839121278918773327683912127891877332768391212789187733276839121278918773327683912127891877332768391212789187733276839121278918773327683" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 33065b11-4917-465e-8534-1414f4e10302, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, efc5044b-b000-4ed4-9b3f-f70c6ee6fb95, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, efc5044b-b000-4ed4-9b3f-f70c6ee6fb95, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14455804829197239945 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1445580482919723994514455804829197239945144558048291972399451445580482919723994514455804829197239945144558048291972399451445580482919723994514455804829197239945144558048291972399451445580482919723994514455804829197239945144558048291972399451445580482919723994514455804829197239945144558048291972399451445580482919723994514455804829197239945144558048291972399451445580482919723994514455804829197239945" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ab963da3-eb73-40af-ac05-d9f30e7d5b3b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 50cd6e7d-07c2-4cf4-877e-64347e55bc50, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 50cd6e7d-07c2-4cf4-877e-64347e55bc50, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13383636894747646617 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1338363689474764661713383636894747646617133836368947476466171338363689474764661713383636894747646617133836368947476466171338363689474764661713383636894747646617133836368947476466171338363689474764661713383636894747646617133836368947476466171338363689474764661713383636894747646617133836368947476466171338363689474764661713383636894747646617133836368947476466171338363689474764661713383636894747646617" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, efc5044b-b000-4ed4-9b3f-f70c6ee6fb95, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a3b8e3c6-2424-4d4f-8b71-bac6630b1052, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a3b8e3c6-2424-4d4f-8b71-bac6630b1052, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3383325742425188656 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33833257424251886563383325742425188656338332574242518865633833257424251886563383325742425188656338332574242518865633833257424251886563383325742425188656338332574242518865633833257424251886563383325742425188656338332574242518865633833257424251886563383325742425188656338332574242518865633833257424251886563383325742425188656338332574242518865633833257424251886563383325742425188656" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 50cd6e7d-07c2-4cf4-877e-64347e55bc50, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a8ced23b-fb23-41b6-a7ab-e7dfd2ad867b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a8ced23b-fb23-41b6-a7ab-e7dfd2ad867b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12451546294713464389 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1245154629471346438912451546294713464389124515462947134643891245154629471346438912451546294713464389124515462947134643891245154629471346438912451546294713464389124515462947134643891245154629471346438912451546294713464389124515462947134643891245154629471346438912451546294713464389124515462947134643891245154629471346438912451546294713464389124515462947134643891245154629471346438912451546294713464389" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a3b8e3c6-2424-4d4f-8b71-bac6630b1052, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 24f73948-8cab-49ea-bfb6-4fa4ab5fd5dc, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 24f73948-8cab-49ea-bfb6-4fa4ab5fd5dc, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10371049311890483704 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1037104931189048370410371049311890483704103710493118904837041037104931189048370410371049311890483704103710493118904837041037104931189048370410371049311890483704103710493118904837041037104931189048370410371049311890483704103710493118904837041037104931189048370410371049311890483704103710493118904837041037104931189048370410371049311890483704103710493118904837041037104931189048370410371049311890483704" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a8ced23b-fb23-41b6-a7ab-e7dfd2ad867b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 55d3691e-7520-4c9b-b255-16e052d5a738, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 55d3691e-7520-4c9b-b255-16e052d5a738, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13956329833780236831 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1395632983378023683113956329833780236831139563298337802368311395632983378023683113956329833780236831139563298337802368311395632983378023683113956329833780236831139563298337802368311395632983378023683113956329833780236831139563298337802368311395632983378023683113956329833780236831139563298337802368311395632983378023683113956329833780236831139563298337802368311395632983378023683113956329833780236831" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 24f73948-8cab-49ea-bfb6-4fa4ab5fd5dc, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9fc3fa84-b98c-438f-8212-f223863cbb9a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 55d3691e-7520-4c9b-b255-16e052d5a738, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, abd9a87f-f18e-4f8e-a8b6-80fb4dc4562d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9fc3fa84-b98c-438f-8212-f223863cbb9a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1001460133167917107 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10014601331679171071001460133167917107100146013316791710710014601331679171071001460133167917107100146013316791710710014601331679171071001460133167917107100146013316791710710014601331679171071001460133167917107100146013316791710710014601331679171071001460133167917107100146013316791710710014601331679171071001460133167917107100146013316791710710014601331679171071001460133167917107" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, abd9a87f-f18e-4f8e-a8b6-80fb4dc4562d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13398823415512626825 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1339882341551262682513398823415512626825133988234155126268251339882341551262682513398823415512626825133988234155126268251339882341551262682513398823415512626825133988234155126268251339882341551262682513398823415512626825133988234155126268251339882341551262682513398823415512626825133988234155126268251339882341551262682513398823415512626825133988234155126268251339882341551262682513398823415512626825" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9fc3fa84-b98c-438f-8212-f223863cbb9a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, abd9a87f-f18e-4f8e-a8b6-80fb4dc4562d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4a627884-6fe6-4284-998a-916d146554b5, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4a627884-6fe6-4284-998a-916d146554b5, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7930232431491138864 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79302324314911388647930232431491138864793023243149113886479302324314911388647930232431491138864793023243149113886479302324314911388647930232431491138864793023243149113886479302324314911388647930232431491138864793023243149113886479302324314911388647930232431491138864793023243149113886479302324314911388647930232431491138864793023243149113886479302324314911388647930232431491138864" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ed19d59a-fa81-4dc9-99af-ac654cc0b47e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ed19d59a-fa81-4dc9-99af-ac654cc0b47e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12731952378857925012 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1273195237885792501212731952378857925012127319523788579250121273195237885792501212731952378857925012127319523788579250121273195237885792501212731952378857925012127319523788579250121273195237885792501212731952378857925012127319523788579250121273195237885792501212731952378857925012127319523788579250121273195237885792501212731952378857925012127319523788579250121273195237885792501212731952378857925012" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4a627884-6fe6-4284-998a-916d146554b5, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 98a72d0c-dd64-40fa-8a18-05e3f644be33, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 98a72d0c-dd64-40fa-8a18-05e3f644be33, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12168741601028525457 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1216874160102852545712168741601028525457121687416010285254571216874160102852545712168741601028525457121687416010285254571216874160102852545712168741601028525457121687416010285254571216874160102852545712168741601028525457121687416010285254571216874160102852545712168741601028525457121687416010285254571216874160102852545712168741601028525457121687416010285254571216874160102852545712168741601028525457" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ed19d59a-fa81-4dc9-99af-ac654cc0b47e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b90355be-92ea-49ff-99a6-d0e025692c91, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 98a72d0c-dd64-40fa-8a18-05e3f644be33, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b90355be-92ea-49ff-99a6-d0e025692c91, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14079457083046642307 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1407945708304664230714079457083046642307140794570830466423071407945708304664230714079457083046642307140794570830466423071407945708304664230714079457083046642307140794570830466423071407945708304664230714079457083046642307140794570830466423071407945708304664230714079457083046642307140794570830466423071407945708304664230714079457083046642307140794570830466423071407945708304664230714079457083046642307" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 397e036d-d732-4dda-b1f2-dbe34350f007, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 397e036d-d732-4dda-b1f2-dbe34350f007, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9703297197382957229 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97032971973829572299703297197382957229970329719738295722997032971973829572299703297197382957229970329719738295722997032971973829572299703297197382957229970329719738295722997032971973829572299703297197382957229970329719738295722997032971973829572299703297197382957229970329719738295722997032971973829572299703297197382957229970329719738295722997032971973829572299703297197382957229" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b90355be-92ea-49ff-99a6-d0e025692c91, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d7607405-aa69-481f-a463-093c7566c579, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d7607405-aa69-481f-a463-093c7566c579, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3454174433601792817 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34541744336017928173454174433601792817345417443360179281734541744336017928173454174433601792817345417443360179281734541744336017928173454174433601792817345417443360179281734541744336017928173454174433601792817345417443360179281734541744336017928173454174433601792817345417443360179281734541744336017928173454174433601792817345417443360179281734541744336017928173454174433601792817" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 397e036d-d732-4dda-b1f2-dbe34350f007, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 99e15673-41cf-481d-a269-42609157f46b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 99e15673-41cf-481d-a269-42609157f46b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8973559197233021023 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89735591972330210238973559197233021023897355919723302102389735591972330210238973559197233021023897355919723302102389735591972330210238973559197233021023897355919723302102389735591972330210238973559197233021023897355919723302102389735591972330210238973559197233021023897355919723302102389735591972330210238973559197233021023897355919723302102389735591972330210238973559197233021023" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d7607405-aa69-481f-a463-093c7566c579, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0daf80d9-5426-42c6-8994-64194e4fee83, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0daf80d9-5426-42c6-8994-64194e4fee83, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 754710438122475507 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "754710438122475507754710438122475507754710438122475507754710438122475507754710438122475507754710438122475507754710438122475507754710438122475507754710438122475507754710438122475507754710438122475507754710438122475507754710438122475507754710438122475507754710438122475507754710438122475507754710438122475507754710438122475507754710438122475507754710438122475507" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 99e15673-41cf-481d-a269-42609157f46b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a5c826e3-87fb-4173-b1ab-f1cf2f87989c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a5c826e3-87fb-4173-b1ab-f1cf2f87989c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6297621357543937534 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62976213575439375346297621357543937534629762135754393753462976213575439375346297621357543937534629762135754393753462976213575439375346297621357543937534629762135754393753462976213575439375346297621357543937534629762135754393753462976213575439375346297621357543937534629762135754393753462976213575439375346297621357543937534629762135754393753462976213575439375346297621357543937534" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0daf80d9-5426-42c6-8994-64194e4fee83, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4812e61f-5a3f-4a92-be67-6ef963a85352, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4812e61f-5a3f-4a92-be67-6ef963a85352, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16568604862033494013 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1656860486203349401316568604862033494013165686048620334940131656860486203349401316568604862033494013165686048620334940131656860486203349401316568604862033494013165686048620334940131656860486203349401316568604862033494013165686048620334940131656860486203349401316568604862033494013165686048620334940131656860486203349401316568604862033494013165686048620334940131656860486203349401316568604862033494013" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a5c826e3-87fb-4173-b1ab-f1cf2f87989c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, be43dc89-ebc1-4f27-b449-beceeacb202a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, be43dc89-ebc1-4f27-b449-beceeacb202a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5034687705917356936 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50346877059173569365034687705917356936503468770591735693650346877059173569365034687705917356936503468770591735693650346877059173569365034687705917356936503468770591735693650346877059173569365034687705917356936503468770591735693650346877059173569365034687705917356936503468770591735693650346877059173569365034687705917356936503468770591735693650346877059173569365034687705917356936" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4812e61f-5a3f-4a92-be67-6ef963a85352, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 88424c71-d9b8-44e4-b217-79fcbb0ad54a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 88424c71-d9b8-44e4-b217-79fcbb0ad54a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8646989896193824031 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86469898961938240318646989896193824031864698989619382403186469898961938240318646989896193824031864698989619382403186469898961938240318646989896193824031864698989619382403186469898961938240318646989896193824031864698989619382403186469898961938240318646989896193824031864698989619382403186469898961938240318646989896193824031864698989619382403186469898961938240318646989896193824031" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, be43dc89-ebc1-4f27-b449-beceeacb202a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7f8fb719-44cb-4da0-a93c-ae6096e10326, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7f8fb719-44cb-4da0-a93c-ae6096e10326, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7599641911215139346 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75996419112151393467599641911215139346759964191121513934675996419112151393467599641911215139346759964191121513934675996419112151393467599641911215139346759964191121513934675996419112151393467599641911215139346759964191121513934675996419112151393467599641911215139346759964191121513934675996419112151393467599641911215139346759964191121513934675996419112151393467599641911215139346" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 88424c71-d9b8-44e4-b217-79fcbb0ad54a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c33a5e93-2944-42b8-8fe1-ecdfebc8a872, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c33a5e93-2944-42b8-8fe1-ecdfebc8a872, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6034224468463286444 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60342244684632864446034224468463286444603422446846328644460342244684632864446034224468463286444603422446846328644460342244684632864446034224468463286444603422446846328644460342244684632864446034224468463286444603422446846328644460342244684632864446034224468463286444603422446846328644460342244684632864446034224468463286444603422446846328644460342244684632864446034224468463286444" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7f8fb719-44cb-4da0-a93c-ae6096e10326, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0bad45db-bc2f-47bc-ba8a-e20b374c4169, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0bad45db-bc2f-47bc-ba8a-e20b374c4169, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8627387357938694346 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86273873579386943468627387357938694346862738735793869434686273873579386943468627387357938694346862738735793869434686273873579386943468627387357938694346862738735793869434686273873579386943468627387357938694346862738735793869434686273873579386943468627387357938694346862738735793869434686273873579386943468627387357938694346862738735793869434686273873579386943468627387357938694346" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c33a5e93-2944-42b8-8fe1-ecdfebc8a872, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8d94de6f-1625-484a-a40b-1e82c29c7692, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8d94de6f-1625-484a-a40b-1e82c29c7692, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3726430629718593296 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37264306297185932963726430629718593296372643062971859329637264306297185932963726430629718593296372643062971859329637264306297185932963726430629718593296372643062971859329637264306297185932963726430629718593296372643062971859329637264306297185932963726430629718593296372643062971859329637264306297185932963726430629718593296372643062971859329637264306297185932963726430629718593296" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0bad45db-bc2f-47bc-ba8a-e20b374c4169, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a90ce65e-c395-434d-affd-b7137676d03e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a90ce65e-c395-434d-affd-b7137676d03e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11687421379639926077 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1168742137963992607711687421379639926077116874213796399260771168742137963992607711687421379639926077116874213796399260771168742137963992607711687421379639926077116874213796399260771168742137963992607711687421379639926077116874213796399260771168742137963992607711687421379639926077116874213796399260771168742137963992607711687421379639926077116874213796399260771168742137963992607711687421379639926077" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8d94de6f-1625-484a-a40b-1e82c29c7692, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d7f47441-15ec-4a8a-aaf2-50547d8e69d6, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d7f47441-15ec-4a8a-aaf2-50547d8e69d6, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12920940350648097138 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1292094035064809713812920940350648097138129209403506480971381292094035064809713812920940350648097138129209403506480971381292094035064809713812920940350648097138129209403506480971381292094035064809713812920940350648097138129209403506480971381292094035064809713812920940350648097138129209403506480971381292094035064809713812920940350648097138129209403506480971381292094035064809713812920940350648097138" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a90ce65e-c395-434d-affd-b7137676d03e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 12a059f9-bf38-4845-aefe-aecd55473ddb, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 12a059f9-bf38-4845-aefe-aecd55473ddb, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7959444960451099769 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79594449604510997697959444960451099769795944496045109976979594449604510997697959444960451099769795944496045109976979594449604510997697959444960451099769795944496045109976979594449604510997697959444960451099769795944496045109976979594449604510997697959444960451099769795944496045109976979594449604510997697959444960451099769795944496045109976979594449604510997697959444960451099769" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d7f47441-15ec-4a8a-aaf2-50547d8e69d6, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 556f630d-2f74-4c5b-8b6f-a50bc42bd04a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 556f630d-2f74-4c5b-8b6f-a50bc42bd04a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10323160154989527012 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1032316015498952701210323160154989527012103231601549895270121032316015498952701210323160154989527012103231601549895270121032316015498952701210323160154989527012103231601549895270121032316015498952701210323160154989527012103231601549895270121032316015498952701210323160154989527012103231601549895270121032316015498952701210323160154989527012103231601549895270121032316015498952701210323160154989527012" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 12a059f9-bf38-4845-aefe-aecd55473ddb, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2105fdee-6240-4681-9f80-b18b2639c515, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2105fdee-6240-4681-9f80-b18b2639c515, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4447217489662511482 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44472174896625114824447217489662511482444721748966251148244472174896625114824447217489662511482444721748966251148244472174896625114824447217489662511482444721748966251148244472174896625114824447217489662511482444721748966251148244472174896625114824447217489662511482444721748966251148244472174896625114824447217489662511482444721748966251148244472174896625114824447217489662511482" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 556f630d-2f74-4c5b-8b6f-a50bc42bd04a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b9f0a421-2f89-4b71-9ab8-046a64822432, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b9f0a421-2f89-4b71-9ab8-046a64822432, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15701540061743431623 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1570154006174343162315701540061743431623157015400617434316231570154006174343162315701540061743431623157015400617434316231570154006174343162315701540061743431623157015400617434316231570154006174343162315701540061743431623157015400617434316231570154006174343162315701540061743431623157015400617434316231570154006174343162315701540061743431623157015400617434316231570154006174343162315701540061743431623" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2105fdee-6240-4681-9f80-b18b2639c515, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0b88dadd-fe8b-443e-bf69-28b06fbff2d4, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0b88dadd-fe8b-443e-bf69-28b06fbff2d4, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1025261540280600045 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10252615402806000451025261540280600045102526154028060004510252615402806000451025261540280600045102526154028060004510252615402806000451025261540280600045102526154028060004510252615402806000451025261540280600045102526154028060004510252615402806000451025261540280600045102526154028060004510252615402806000451025261540280600045102526154028060004510252615402806000451025261540280600045" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b9f0a421-2f89-4b71-9ab8-046a64822432, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ae1df60b-7d3a-4d45-8383-4a77d2fc2c8e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ae1df60b-7d3a-4d45-8383-4a77d2fc2c8e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2095929683890124220 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20959296838901242202095929683890124220209592968389012422020959296838901242202095929683890124220209592968389012422020959296838901242202095929683890124220209592968389012422020959296838901242202095929683890124220209592968389012422020959296838901242202095929683890124220209592968389012422020959296838901242202095929683890124220209592968389012422020959296838901242202095929683890124220" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0b88dadd-fe8b-443e-bf69-28b06fbff2d4, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c4ae9ba4-e697-46c1-9f25-ab0b434e2777, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c4ae9ba4-e697-46c1-9f25-ab0b434e2777, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1348540476924825509 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13485404769248255091348540476924825509134854047692482550913485404769248255091348540476924825509134854047692482550913485404769248255091348540476924825509134854047692482550913485404769248255091348540476924825509134854047692482550913485404769248255091348540476924825509134854047692482550913485404769248255091348540476924825509134854047692482550913485404769248255091348540476924825509" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ae1df60b-7d3a-4d45-8383-4a77d2fc2c8e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5e9dd74c-746e-4e69-b4da-be96ece82f6c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5e9dd74c-746e-4e69-b4da-be96ece82f6c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8624708409543993015 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86247084095439930158624708409543993015862470840954399301586247084095439930158624708409543993015862470840954399301586247084095439930158624708409543993015862470840954399301586247084095439930158624708409543993015862470840954399301586247084095439930158624708409543993015862470840954399301586247084095439930158624708409543993015862470840954399301586247084095439930158624708409543993015" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c4ae9ba4-e697-46c1-9f25-ab0b434e2777, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f5f7ebb1-f46e-464f-b65e-04106d7fb045, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f5f7ebb1-f46e-464f-b65e-04106d7fb045, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3724091042194433064 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37240910421944330643724091042194433064372409104219443306437240910421944330643724091042194433064372409104219443306437240910421944330643724091042194433064372409104219443306437240910421944330643724091042194433064372409104219443306437240910421944330643724091042194433064372409104219443306437240910421944330643724091042194433064372409104219443306437240910421944330643724091042194433064" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5e9dd74c-746e-4e69-b4da-be96ece82f6c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 899d6427-ac47-45f1-b33c-7925c40a3dd9, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 899d6427-ac47-45f1-b33c-7925c40a3dd9, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8312233912347968973 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83122339123479689738312233912347968973831223391234796897383122339123479689738312233912347968973831223391234796897383122339123479689738312233912347968973831223391234796897383122339123479689738312233912347968973831223391234796897383122339123479689738312233912347968973831223391234796897383122339123479689738312233912347968973831223391234796897383122339123479689738312233912347968973" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f5f7ebb1-f46e-464f-b65e-04106d7fb045, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f4bd2c14-ea8d-495f-80f5-8b8920c4d99c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f4bd2c14-ea8d-495f-80f5-8b8920c4d99c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15942090001172272139 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1594209000117227213915942090001172272139159420900011722721391594209000117227213915942090001172272139159420900011722721391594209000117227213915942090001172272139159420900011722721391594209000117227213915942090001172272139159420900011722721391594209000117227213915942090001172272139159420900011722721391594209000117227213915942090001172272139159420900011722721391594209000117227213915942090001172272139" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 899d6427-ac47-45f1-b33c-7925c40a3dd9, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 628a391e-96c5-4c80-97c3-04c7bfc06cf7, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 628a391e-96c5-4c80-97c3-04c7bfc06cf7, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2030720933083217562 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20307209330832175622030720933083217562203072093308321756220307209330832175622030720933083217562203072093308321756220307209330832175622030720933083217562203072093308321756220307209330832175622030720933083217562203072093308321756220307209330832175622030720933083217562203072093308321756220307209330832175622030720933083217562203072093308321756220307209330832175622030720933083217562" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f4bd2c14-ea8d-495f-80f5-8b8920c4d99c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7ed9a845-e5ed-4f0d-825d-ff0c585ab577, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7ed9a845-e5ed-4f0d-825d-ff0c585ab577, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2730978370781603115 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27309783707816031152730978370781603115273097837078160311527309783707816031152730978370781603115273097837078160311527309783707816031152730978370781603115273097837078160311527309783707816031152730978370781603115273097837078160311527309783707816031152730978370781603115273097837078160311527309783707816031152730978370781603115273097837078160311527309783707816031152730978370781603115" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 628a391e-96c5-4c80-97c3-04c7bfc06cf7, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4daa0843-fa43-414a-b295-9af61f74372e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4daa0843-fa43-414a-b295-9af61f74372e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6347663884840076223 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63476638848400762236347663884840076223634766388484007622363476638848400762236347663884840076223634766388484007622363476638848400762236347663884840076223634766388484007622363476638848400762236347663884840076223634766388484007622363476638848400762236347663884840076223634766388484007622363476638848400762236347663884840076223634766388484007622363476638848400762236347663884840076223" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7ed9a845-e5ed-4f0d-825d-ff0c585ab577, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f00b13d5-af24-4d41-b1b3-da0b1b913840, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f00b13d5-af24-4d41-b1b3-da0b1b913840, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2076937477065739334 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20769374770657393342076937477065739334207693747706573933420769374770657393342076937477065739334207693747706573933420769374770657393342076937477065739334207693747706573933420769374770657393342076937477065739334207693747706573933420769374770657393342076937477065739334207693747706573933420769374770657393342076937477065739334207693747706573933420769374770657393342076937477065739334" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4daa0843-fa43-414a-b295-9af61f74372e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dd173b70-3f6c-476c-9290-b51c28c437e0, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dd173b70-3f6c-476c-9290-b51c28c437e0, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11254436870640087284 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1125443687064008728411254436870640087284112544368706400872841125443687064008728411254436870640087284112544368706400872841125443687064008728411254436870640087284112544368706400872841125443687064008728411254436870640087284112544368706400872841125443687064008728411254436870640087284112544368706400872841125443687064008728411254436870640087284112544368706400872841125443687064008728411254436870640087284" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f00b13d5-af24-4d41-b1b3-da0b1b913840, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4b8de9f0-6f2f-4e33-af81-0f726548f592, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4b8de9f0-6f2f-4e33-af81-0f726548f592, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17319675690632472774 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1731967569063247277417319675690632472774173196756906324727741731967569063247277417319675690632472774173196756906324727741731967569063247277417319675690632472774173196756906324727741731967569063247277417319675690632472774173196756906324727741731967569063247277417319675690632472774173196756906324727741731967569063247277417319675690632472774173196756906324727741731967569063247277417319675690632472774" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dd173b70-3f6c-476c-9290-b51c28c437e0, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a16f176a-fd5f-446e-acbd-a8fa4d17e3de, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a16f176a-fd5f-446e-acbd-a8fa4d17e3de, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 679220013853162864 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "679220013853162864679220013853162864679220013853162864679220013853162864679220013853162864679220013853162864679220013853162864679220013853162864679220013853162864679220013853162864679220013853162864679220013853162864679220013853162864679220013853162864679220013853162864679220013853162864679220013853162864679220013853162864679220013853162864679220013853162864" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4b8de9f0-6f2f-4e33-af81-0f726548f592, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fa1256cf-4b13-491c-8cc8-0f691679a624, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fa1256cf-4b13-491c-8cc8-0f691679a624, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6239014190892768054 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62390141908927680546239014190892768054623901419089276805462390141908927680546239014190892768054623901419089276805462390141908927680546239014190892768054623901419089276805462390141908927680546239014190892768054623901419089276805462390141908927680546239014190892768054623901419089276805462390141908927680546239014190892768054623901419089276805462390141908927680546239014190892768054" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a16f176a-fd5f-446e-acbd-a8fa4d17e3de, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fddd0554-2f0a-409d-ae4a-7fb7b37070bd, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fddd0554-2f0a-409d-ae4a-7fb7b37070bd, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7325183533237648598 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73251835332376485987325183533237648598732518353323764859873251835332376485987325183533237648598732518353323764859873251835332376485987325183533237648598732518353323764859873251835332376485987325183533237648598732518353323764859873251835332376485987325183533237648598732518353323764859873251835332376485987325183533237648598732518353323764859873251835332376485987325183533237648598" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fa1256cf-4b13-491c-8cc8-0f691679a624, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dd14da66-77db-4fa9-b3f6-0dea5e882ea8, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dd14da66-77db-4fa9-b3f6-0dea5e882ea8, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2145365427083314713 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21453654270833147132145365427083314713214536542708331471321453654270833147132145365427083314713214536542708331471321453654270833147132145365427083314713214536542708331471321453654270833147132145365427083314713214536542708331471321453654270833147132145365427083314713214536542708331471321453654270833147132145365427083314713214536542708331471321453654270833147132145365427083314713" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fddd0554-2f0a-409d-ae4a-7fb7b37070bd, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dd14da66-77db-4fa9-b3f6-0dea5e882ea8, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7319043f-e0d1-4c05-80fa-75a4e5f6160a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7319043f-e0d1-4c05-80fa-75a4e5f6160a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2991182905766752139 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29911829057667521392991182905766752139299118290576675213929911829057667521392991182905766752139299118290576675213929911829057667521392991182905766752139299118290576675213929911829057667521392991182905766752139299118290576675213929911829057667521392991182905766752139299118290576675213929911829057667521392991182905766752139299118290576675213929911829057667521392991182905766752139" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8ee088d3-b8c5-4b2f-978f-197287a6ee3b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8ee088d3-b8c5-4b2f-978f-197287a6ee3b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7559220301401581273 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75592203014015812737559220301401581273755922030140158127375592203014015812737559220301401581273755922030140158127375592203014015812737559220301401581273755922030140158127375592203014015812737559220301401581273755922030140158127375592203014015812737559220301401581273755922030140158127375592203014015812737559220301401581273755922030140158127375592203014015812737559220301401581273" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7319043f-e0d1-4c05-80fa-75a4e5f6160a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8ee088d3-b8c5-4b2f-978f-197287a6ee3b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 39964dfa-a93a-4144-84f8-952e4b79f826, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 39964dfa-a93a-4144-84f8-952e4b79f826, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17102686276491639052 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1710268627649163905217102686276491639052171026862764916390521710268627649163905217102686276491639052171026862764916390521710268627649163905217102686276491639052171026862764916390521710268627649163905217102686276491639052171026862764916390521710268627649163905217102686276491639052171026862764916390521710268627649163905217102686276491639052171026862764916390521710268627649163905217102686276491639052" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 33ab2f23-337f-4520-9fbc-48dbf150fef9, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 33ab2f23-337f-4520-9fbc-48dbf150fef9, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2814618891309892446 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28146188913098924462814618891309892446281461889130989244628146188913098924462814618891309892446281461889130989244628146188913098924462814618891309892446281461889130989244628146188913098924462814618891309892446281461889130989244628146188913098924462814618891309892446281461889130989244628146188913098924462814618891309892446281461889130989244628146188913098924462814618891309892446" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 39964dfa-a93a-4144-84f8-952e4b79f826, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 827ff8f6-75d8-4b8e-8d2f-69da7c77c2d3, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 827ff8f6-75d8-4b8e-8d2f-69da7c77c2d3, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3337245329388275054 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33372453293882750543337245329388275054333724532938827505433372453293882750543337245329388275054333724532938827505433372453293882750543337245329388275054333724532938827505433372453293882750543337245329388275054333724532938827505433372453293882750543337245329388275054333724532938827505433372453293882750543337245329388275054333724532938827505433372453293882750543337245329388275054" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 33ab2f23-337f-4520-9fbc-48dbf150fef9, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2cb97f66-558f-419d-be9f-77bbbe2e92ab, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2cb97f66-558f-419d-be9f-77bbbe2e92ab, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11080127978860643983 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1108012797886064398311080127978860643983110801279788606439831108012797886064398311080127978860643983110801279788606439831108012797886064398311080127978860643983110801279788606439831108012797886064398311080127978860643983110801279788606439831108012797886064398311080127978860643983110801279788606439831108012797886064398311080127978860643983110801279788606439831108012797886064398311080127978860643983" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 827ff8f6-75d8-4b8e-8d2f-69da7c77c2d3, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, aa685cbf-a564-45e0-9fa1-10b6ebbf35d0, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aa685cbf-a564-45e0-9fa1-10b6ebbf35d0, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8473438489747276518 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84734384897472765188473438489747276518847343848974727651884734384897472765188473438489747276518847343848974727651884734384897472765188473438489747276518847343848974727651884734384897472765188473438489747276518847343848974727651884734384897472765188473438489747276518847343848974727651884734384897472765188473438489747276518847343848974727651884734384897472765188473438489747276518" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2cb97f66-558f-419d-be9f-77bbbe2e92ab, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4c8c86af-1c16-4e1b-a1ed-311e76e9d379, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4c8c86af-1c16-4e1b-a1ed-311e76e9d379, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6135786811898641250 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61357868118986412506135786811898641250613578681189864125061357868118986412506135786811898641250613578681189864125061357868118986412506135786811898641250613578681189864125061357868118986412506135786811898641250613578681189864125061357868118986412506135786811898641250613578681189864125061357868118986412506135786811898641250613578681189864125061357868118986412506135786811898641250" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aa685cbf-a564-45e0-9fa1-10b6ebbf35d0, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0d3eeaf5-452e-4ae9-9b30-e55358befb9e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0d3eeaf5-452e-4ae9-9b30-e55358befb9e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8614275149105106726 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86142751491051067268614275149105106726861427514910510672686142751491051067268614275149105106726861427514910510672686142751491051067268614275149105106726861427514910510672686142751491051067268614275149105106726861427514910510672686142751491051067268614275149105106726861427514910510672686142751491051067268614275149105106726861427514910510672686142751491051067268614275149105106726" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4c8c86af-1c16-4e1b-a1ed-311e76e9d379, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d5e82e77-c16a-45aa-8613-9362bf001cdf, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d5e82e77-c16a-45aa-8613-9362bf001cdf, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18083060452914616322 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1808306045291461632218083060452914616322180830604529146163221808306045291461632218083060452914616322180830604529146163221808306045291461632218083060452914616322180830604529146163221808306045291461632218083060452914616322180830604529146163221808306045291461632218083060452914616322180830604529146163221808306045291461632218083060452914616322180830604529146163221808306045291461632218083060452914616322" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0d3eeaf5-452e-4ae9-9b30-e55358befb9e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 12d2b1e1-5b44-4692-8b38-9d68ce0458fd, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 12d2b1e1-5b44-4692-8b38-9d68ce0458fd, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14279482565246067513 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1427948256524606751314279482565246067513142794825652460675131427948256524606751314279482565246067513142794825652460675131427948256524606751314279482565246067513142794825652460675131427948256524606751314279482565246067513142794825652460675131427948256524606751314279482565246067513142794825652460675131427948256524606751314279482565246067513142794825652460675131427948256524606751314279482565246067513" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d5e82e77-c16a-45aa-8613-9362bf001cdf, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5bd6224d-e197-4f31-b801-dd647aae20c9, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5bd6224d-e197-4f31-b801-dd647aae20c9, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10280661787520658594 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1028066178752065859410280661787520658594102806617875206585941028066178752065859410280661787520658594102806617875206585941028066178752065859410280661787520658594102806617875206585941028066178752065859410280661787520658594102806617875206585941028066178752065859410280661787520658594102806617875206585941028066178752065859410280661787520658594102806617875206585941028066178752065859410280661787520658594" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 12d2b1e1-5b44-4692-8b38-9d68ce0458fd, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7e72ca7f-4e04-47d8-bf0c-df3c000052ef, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7e72ca7f-4e04-47d8-bf0c-df3c000052ef, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6648414792716286581 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66484147927162865816648414792716286581664841479271628658166484147927162865816648414792716286581664841479271628658166484147927162865816648414792716286581664841479271628658166484147927162865816648414792716286581664841479271628658166484147927162865816648414792716286581664841479271628658166484147927162865816648414792716286581664841479271628658166484147927162865816648414792716286581" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5bd6224d-e197-4f31-b801-dd647aae20c9, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7e72ca7f-4e04-47d8-bf0c-df3c000052ef, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e2fcd5e6-e143-4e8d-8e3e-17055c3792d9, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 614b6c59-7abe-41bb-b986-3756f506649e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e2fcd5e6-e143-4e8d-8e3e-17055c3792d9, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2856207999230099764 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28562079992300997642856207999230099764285620799923009976428562079992300997642856207999230099764285620799923009976428562079992300997642856207999230099764285620799923009976428562079992300997642856207999230099764285620799923009976428562079992300997642856207999230099764285620799923009976428562079992300997642856207999230099764285620799923009976428562079992300997642856207999230099764" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 614b6c59-7abe-41bb-b986-3756f506649e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15934726989006069097 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1593472698900606909715934726989006069097159347269890060690971593472698900606909715934726989006069097159347269890060690971593472698900606909715934726989006069097159347269890060690971593472698900606909715934726989006069097159347269890060690971593472698900606909715934726989006069097159347269890060690971593472698900606909715934726989006069097159347269890060690971593472698900606909715934726989006069097" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e2fcd5e6-e143-4e8d-8e3e-17055c3792d9, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8e72bad1-a488-4d4e-bf83-c85dc7c3c4fd, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 614b6c59-7abe-41bb-b986-3756f506649e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 98c640c1-5f9c-4ae8-89bd-6a75487e3d10, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 98c640c1-5f9c-4ae8-89bd-6a75487e3d10, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8112053468777201431 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81120534687772014318112053468777201431811205346877720143181120534687772014318112053468777201431811205346877720143181120534687772014318112053468777201431811205346877720143181120534687772014318112053468777201431811205346877720143181120534687772014318112053468777201431811205346877720143181120534687772014318112053468777201431811205346877720143181120534687772014318112053468777201431" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8e72bad1-a488-4d4e-bf83-c85dc7c3c4fd, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13439222347096688946 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1343922234709668894613439222347096688946134392223470966889461343922234709668894613439222347096688946134392223470966889461343922234709668894613439222347096688946134392223470966889461343922234709668894613439222347096688946134392223470966889461343922234709668894613439222347096688946134392223470966889461343922234709668894613439222347096688946134392223470966889461343922234709668894613439222347096688946" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 98c640c1-5f9c-4ae8-89bd-6a75487e3d10, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8f2e3533-1862-44c7-a5c7-05279b4e9fb1, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8f2e3533-1862-44c7-a5c7-05279b4e9fb1, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1828191694476011624 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18281916944760116241828191694476011624182819169447601162418281916944760116241828191694476011624182819169447601162418281916944760116241828191694476011624182819169447601162418281916944760116241828191694476011624182819169447601162418281916944760116241828191694476011624182819169447601162418281916944760116241828191694476011624182819169447601162418281916944760116241828191694476011624" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8e72bad1-a488-4d4e-bf83-c85dc7c3c4fd, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 854ef739-851b-45dc-87b1-c1ccb13e3071, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 854ef739-851b-45dc-87b1-c1ccb13e3071, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11993879801868224015 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1199387980186822401511993879801868224015119938798018682240151199387980186822401511993879801868224015119938798018682240151199387980186822401511993879801868224015119938798018682240151199387980186822401511993879801868224015119938798018682240151199387980186822401511993879801868224015119938798018682240151199387980186822401511993879801868224015119938798018682240151199387980186822401511993879801868224015" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8f2e3533-1862-44c7-a5c7-05279b4e9fb1, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2c4c4aa4-f818-4ce1-80ee-146a162bc301, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2c4c4aa4-f818-4ce1-80ee-146a162bc301, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5768359917727177951 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57683599177271779515768359917727177951576835991772717795157683599177271779515768359917727177951576835991772717795157683599177271779515768359917727177951576835991772717795157683599177271779515768359917727177951576835991772717795157683599177271779515768359917727177951576835991772717795157683599177271779515768359917727177951576835991772717795157683599177271779515768359917727177951" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 854ef739-851b-45dc-87b1-c1ccb13e3071, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c6b0e6ff-e7fd-4a4d-8cc9-97632b7a7f4f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c6b0e6ff-e7fd-4a4d-8cc9-97632b7a7f4f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14904778258121810277 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1490477825812181027714904778258121810277149047782581218102771490477825812181027714904778258121810277149047782581218102771490477825812181027714904778258121810277149047782581218102771490477825812181027714904778258121810277149047782581218102771490477825812181027714904778258121810277149047782581218102771490477825812181027714904778258121810277149047782581218102771490477825812181027714904778258121810277" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2c4c4aa4-f818-4ce1-80ee-146a162bc301, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, af48a49e-8e36-4d2e-a6fc-3ece3c7cbef1, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, af48a49e-8e36-4d2e-a6fc-3ece3c7cbef1, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5709142159071777044 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57091421590717770445709142159071777044570914215907177704457091421590717770445709142159071777044570914215907177704457091421590717770445709142159071777044570914215907177704457091421590717770445709142159071777044570914215907177704457091421590717770445709142159071777044570914215907177704457091421590717770445709142159071777044570914215907177704457091421590717770445709142159071777044" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c6b0e6ff-e7fd-4a4d-8cc9-97632b7a7f4f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4fd1011b-5f62-4253-bad1-00c28c9d1184, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4fd1011b-5f62-4253-bad1-00c28c9d1184, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2945913607381530961 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29459136073815309612945913607381530961294591360738153096129459136073815309612945913607381530961294591360738153096129459136073815309612945913607381530961294591360738153096129459136073815309612945913607381530961294591360738153096129459136073815309612945913607381530961294591360738153096129459136073815309612945913607381530961294591360738153096129459136073815309612945913607381530961" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, af48a49e-8e36-4d2e-a6fc-3ece3c7cbef1, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bdb4dd22-3607-400c-aa46-dee42ec52b87, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bdb4dd22-3607-400c-aa46-dee42ec52b87, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7389944811671707159 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73899448116717071597389944811671707159738994481167170715973899448116717071597389944811671707159738994481167170715973899448116717071597389944811671707159738994481167170715973899448116717071597389944811671707159738994481167170715973899448116717071597389944811671707159738994481167170715973899448116717071597389944811671707159738994481167170715973899448116717071597389944811671707159" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4fd1011b-5f62-4253-bad1-00c28c9d1184, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3f1f2872-9f30-4bf0-b1d6-64534e1815e7, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3f1f2872-9f30-4bf0-b1d6-64534e1815e7, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 613061365207326986 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "613061365207326986613061365207326986613061365207326986613061365207326986613061365207326986613061365207326986613061365207326986613061365207326986613061365207326986613061365207326986613061365207326986613061365207326986613061365207326986613061365207326986613061365207326986613061365207326986613061365207326986613061365207326986613061365207326986613061365207326986" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bdb4dd22-3607-400c-aa46-dee42ec52b87, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3f8bba35-47cd-4ac8-a853-d358c5ab32f8, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3f8bba35-47cd-4ac8-a853-d358c5ab32f8, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14467953151736614015 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1446795315173661401514467953151736614015144679531517366140151446795315173661401514467953151736614015144679531517366140151446795315173661401514467953151736614015144679531517366140151446795315173661401514467953151736614015144679531517366140151446795315173661401514467953151736614015144679531517366140151446795315173661401514467953151736614015144679531517366140151446795315173661401514467953151736614015" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3f1f2872-9f30-4bf0-b1d6-64534e1815e7, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9e44171a-1449-4553-bb17-0c57edb88d35, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9e44171a-1449-4553-bb17-0c57edb88d35, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17644863854309144361 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1764486385430914436117644863854309144361176448638543091443611764486385430914436117644863854309144361176448638543091443611764486385430914436117644863854309144361176448638543091443611764486385430914436117644863854309144361176448638543091443611764486385430914436117644863854309144361176448638543091443611764486385430914436117644863854309144361176448638543091443611764486385430914436117644863854309144361" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3f8bba35-47cd-4ac8-a853-d358c5ab32f8, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 444d6226-9be5-46b6-8fba-64178b3e00ba, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 444d6226-9be5-46b6-8fba-64178b3e00ba, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14045173538842651077 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1404517353884265107714045173538842651077140451735388426510771404517353884265107714045173538842651077140451735388426510771404517353884265107714045173538842651077140451735388426510771404517353884265107714045173538842651077140451735388426510771404517353884265107714045173538842651077140451735388426510771404517353884265107714045173538842651077140451735388426510771404517353884265107714045173538842651077" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9e44171a-1449-4553-bb17-0c57edb88d35, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b055f902-0c01-438f-b260-7f5d633c1568, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b055f902-0c01-438f-b260-7f5d633c1568, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5292412248087651338 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52924122480876513385292412248087651338529241224808765133852924122480876513385292412248087651338529241224808765133852924122480876513385292412248087651338529241224808765133852924122480876513385292412248087651338529241224808765133852924122480876513385292412248087651338529241224808765133852924122480876513385292412248087651338529241224808765133852924122480876513385292412248087651338" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 444d6226-9be5-46b6-8fba-64178b3e00ba, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f99db785-70eb-4a51-bc9b-7ca4847feaba, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f99db785-70eb-4a51-bc9b-7ca4847feaba, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1349415120156805114 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13494151201568051141349415120156805114134941512015680511413494151201568051141349415120156805114134941512015680511413494151201568051141349415120156805114134941512015680511413494151201568051141349415120156805114134941512015680511413494151201568051141349415120156805114134941512015680511413494151201568051141349415120156805114134941512015680511413494151201568051141349415120156805114" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b055f902-0c01-438f-b260-7f5d633c1568, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 61e859a8-6360-43e3-9dba-88a613a6fa3c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 61e859a8-6360-43e3-9dba-88a613a6fa3c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 648736642662749239 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "648736642662749239648736642662749239648736642662749239648736642662749239648736642662749239648736642662749239648736642662749239648736642662749239648736642662749239648736642662749239648736642662749239648736642662749239648736642662749239648736642662749239648736642662749239648736642662749239648736642662749239648736642662749239648736642662749239648736642662749239" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f99db785-70eb-4a51-bc9b-7ca4847feaba, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8296c918-1a7f-4a1a-a4d6-df38a059312b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 61e859a8-6360-43e3-9dba-88a613a6fa3c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a9f4df8d-6ecd-4517-a83f-e7c0c4a80d9c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a9f4df8d-6ecd-4517-a83f-e7c0c4a80d9c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14330828134085706379 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1433082813408570637914330828134085706379143308281340857063791433082813408570637914330828134085706379143308281340857063791433082813408570637914330828134085706379143308281340857063791433082813408570637914330828134085706379143308281340857063791433082813408570637914330828134085706379143308281340857063791433082813408570637914330828134085706379143308281340857063791433082813408570637914330828134085706379" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8296c918-1a7f-4a1a-a4d6-df38a059312b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9324470656027069962 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93244706560270699629324470656027069962932447065602706996293244706560270699629324470656027069962932447065602706996293244706560270699629324470656027069962932447065602706996293244706560270699629324470656027069962932447065602706996293244706560270699629324470656027069962932447065602706996293244706560270699629324470656027069962932447065602706996293244706560270699629324470656027069962" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a9f4df8d-6ecd-4517-a83f-e7c0c4a80d9c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6b9af732-44a4-4a13-8a75-66132940559d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8296c918-1a7f-4a1a-a4d6-df38a059312b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2f1074db-8dd3-4ae3-864d-397ef8b4a8e7, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2f1074db-8dd3-4ae3-864d-397ef8b4a8e7, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3267452636935235952 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32674526369352359523267452636935235952326745263693523595232674526369352359523267452636935235952326745263693523595232674526369352359523267452636935235952326745263693523595232674526369352359523267452636935235952326745263693523595232674526369352359523267452636935235952326745263693523595232674526369352359523267452636935235952326745263693523595232674526369352359523267452636935235952" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6b9af732-44a4-4a13-8a75-66132940559d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7775905013860321382 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77759050138603213827775905013860321382777590501386032138277759050138603213827775905013860321382777590501386032138277759050138603213827775905013860321382777590501386032138277759050138603213827775905013860321382777590501386032138277759050138603213827775905013860321382777590501386032138277759050138603213827775905013860321382777590501386032138277759050138603213827775905013860321382" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2f1074db-8dd3-4ae3-864d-397ef8b4a8e7, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 46b61927-ff5a-42c6-8cda-472664bd7a18, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 46b61927-ff5a-42c6-8cda-472664bd7a18, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2251041813304481533 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22510418133044815332251041813304481533225104181330448153322510418133044815332251041813304481533225104181330448153322510418133044815332251041813304481533225104181330448153322510418133044815332251041813304481533225104181330448153322510418133044815332251041813304481533225104181330448153322510418133044815332251041813304481533225104181330448153322510418133044815332251041813304481533" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6b9af732-44a4-4a13-8a75-66132940559d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 54cb318b-0ac3-4966-9de5-a2850120f813, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 54cb318b-0ac3-4966-9de5-a2850120f813, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14847088191739562227 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1484708819173956222714847088191739562227148470881917395622271484708819173956222714847088191739562227148470881917395622271484708819173956222714847088191739562227148470881917395622271484708819173956222714847088191739562227148470881917395622271484708819173956222714847088191739562227148470881917395622271484708819173956222714847088191739562227148470881917395622271484708819173956222714847088191739562227" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 46b61927-ff5a-42c6-8cda-472664bd7a18, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d171246a-9de2-4455-8e10-8e4e9b272f6c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d171246a-9de2-4455-8e10-8e4e9b272f6c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15988503660620897901 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1598850366062089790115988503660620897901159885036606208979011598850366062089790115988503660620897901159885036606208979011598850366062089790115988503660620897901159885036606208979011598850366062089790115988503660620897901159885036606208979011598850366062089790115988503660620897901159885036606208979011598850366062089790115988503660620897901159885036606208979011598850366062089790115988503660620897901" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 54cb318b-0ac3-4966-9de5-a2850120f813, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c726c420-61ac-40f4-8dad-4b87155f9dd2, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c726c420-61ac-40f4-8dad-4b87155f9dd2, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9859805791375143479 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98598057913751434799859805791375143479985980579137514347998598057913751434799859805791375143479985980579137514347998598057913751434799859805791375143479985980579137514347998598057913751434799859805791375143479985980579137514347998598057913751434799859805791375143479985980579137514347998598057913751434799859805791375143479985980579137514347998598057913751434799859805791375143479" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d171246a-9de2-4455-8e10-8e4e9b272f6c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3de1c29f-7ba5-4da0-9113-91cac378bd54, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3de1c29f-7ba5-4da0-9113-91cac378bd54, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3048317064162179913 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30483170641621799133048317064162179913304831706416217991330483170641621799133048317064162179913304831706416217991330483170641621799133048317064162179913304831706416217991330483170641621799133048317064162179913304831706416217991330483170641621799133048317064162179913304831706416217991330483170641621799133048317064162179913304831706416217991330483170641621799133048317064162179913" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c726c420-61ac-40f4-8dad-4b87155f9dd2, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9b82eda8-a687-4fac-b9c3-55b876cefa06, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9b82eda8-a687-4fac-b9c3-55b876cefa06, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 501690050918870900 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "501690050918870900501690050918870900501690050918870900501690050918870900501690050918870900501690050918870900501690050918870900501690050918870900501690050918870900501690050918870900501690050918870900501690050918870900501690050918870900501690050918870900501690050918870900501690050918870900501690050918870900501690050918870900501690050918870900501690050918870900" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3de1c29f-7ba5-4da0-9113-91cac378bd54, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cbf5ec2a-ab3e-47cc-ae50-2a77fe1269e9, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cbf5ec2a-ab3e-47cc-ae50-2a77fe1269e9, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11164612949390816161 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1116461294939081616111164612949390816161111646129493908161611116461294939081616111164612949390816161111646129493908161611116461294939081616111164612949390816161111646129493908161611116461294939081616111164612949390816161111646129493908161611116461294939081616111164612949390816161111646129493908161611116461294939081616111164612949390816161111646129493908161611116461294939081616111164612949390816161" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9b82eda8-a687-4fac-b9c3-55b876cefa06, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cbf5ec2a-ab3e-47cc-ae50-2a77fe1269e9, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bdf14596-3cb9-4455-b2d1-6a5cb74d94ae, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bdf14596-3cb9-4455-b2d1-6a5cb74d94ae, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5044883564814751254 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50448835648147512545044883564814751254504488356481475125450448835648147512545044883564814751254504488356481475125450448835648147512545044883564814751254504488356481475125450448835648147512545044883564814751254504488356481475125450448835648147512545044883564814751254504488356481475125450448835648147512545044883564814751254504488356481475125450448835648147512545044883564814751254" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9e6f16ab-de9d-4fd2-89d8-5169d4f90be7, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9e6f16ab-de9d-4fd2-89d8-5169d4f90be7, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3902609034631938454 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39026090346319384543902609034631938454390260903463193845439026090346319384543902609034631938454390260903463193845439026090346319384543902609034631938454390260903463193845439026090346319384543902609034631938454390260903463193845439026090346319384543902609034631938454390260903463193845439026090346319384543902609034631938454390260903463193845439026090346319384543902609034631938454" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9e6f16ab-de9d-4fd2-89d8-5169d4f90be7, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7f2eba75-b60c-40f0-8d91-ed999c000c51, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bdf14596-3cb9-4455-b2d1-6a5cb74d94ae, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5eccf949-a904-42f8-9d37-a2e93401c197, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5eccf949-a904-42f8-9d37-a2e93401c197, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14673049046068103924 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1467304904606810392414673049046068103924146730490460681039241467304904606810392414673049046068103924146730490460681039241467304904606810392414673049046068103924146730490460681039241467304904606810392414673049046068103924146730490460681039241467304904606810392414673049046068103924146730490460681039241467304904606810392414673049046068103924146730490460681039241467304904606810392414673049046068103924" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7f2eba75-b60c-40f0-8d91-ed999c000c51, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17491376151282415100 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1749137615128241510017491376151282415100174913761512824151001749137615128241510017491376151282415100174913761512824151001749137615128241510017491376151282415100174913761512824151001749137615128241510017491376151282415100174913761512824151001749137615128241510017491376151282415100174913761512824151001749137615128241510017491376151282415100174913761512824151001749137615128241510017491376151282415100" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5eccf949-a904-42f8-9d37-a2e93401c197, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 93ff2de9-8a06-4be2-a481-1462dfc387e9, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 93ff2de9-8a06-4be2-a481-1462dfc387e9, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18334850788494263672 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1833485078849426367218334850788494263672183348507884942636721833485078849426367218334850788494263672183348507884942636721833485078849426367218334850788494263672183348507884942636721833485078849426367218334850788494263672183348507884942636721833485078849426367218334850788494263672183348507884942636721833485078849426367218334850788494263672183348507884942636721833485078849426367218334850788494263672" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 93ff2de9-8a06-4be2-a481-1462dfc387e9, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7f2eba75-b60c-40f0-8d91-ed999c000c51, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a3578bfb-7dd7-4f60-9834-ee5d44446f6e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a3578bfb-7dd7-4f60-9834-ee5d44446f6e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17177021627926106583 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1717702162792610658317177021627926106583171770216279261065831717702162792610658317177021627926106583171770216279261065831717702162792610658317177021627926106583171770216279261065831717702162792610658317177021627926106583171770216279261065831717702162792610658317177021627926106583171770216279261065831717702162792610658317177021627926106583171770216279261065831717702162792610658317177021627926106583" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c5394a00-5783-4969-878b-1ffd9efdb3b2, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c5394a00-5783-4969-878b-1ffd9efdb3b2, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15237210053758694890 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1523721005375869489015237210053758694890152372100537586948901523721005375869489015237210053758694890152372100537586948901523721005375869489015237210053758694890152372100537586948901523721005375869489015237210053758694890152372100537586948901523721005375869489015237210053758694890152372100537586948901523721005375869489015237210053758694890152372100537586948901523721005375869489015237210053758694890" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a3578bfb-7dd7-4f60-9834-ee5d44446f6e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a20cc341-1a41-44bb-8e5e-73a871424ce6, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a20cc341-1a41-44bb-8e5e-73a871424ce6, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14112387289558755310 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1411238728955875531014112387289558755310141123872895587553101411238728955875531014112387289558755310141123872895587553101411238728955875531014112387289558755310141123872895587553101411238728955875531014112387289558755310141123872895587553101411238728955875531014112387289558755310141123872895587553101411238728955875531014112387289558755310141123872895587553101411238728955875531014112387289558755310" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c5394a00-5783-4969-878b-1ffd9efdb3b2, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d0c5dfa2-fc6f-4ca5-b459-3debd0f4933e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d0c5dfa2-fc6f-4ca5-b459-3debd0f4933e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6318355713945521607 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63183557139455216076318355713945521607631835571394552160763183557139455216076318355713945521607631835571394552160763183557139455216076318355713945521607631835571394552160763183557139455216076318355713945521607631835571394552160763183557139455216076318355713945521607631835571394552160763183557139455216076318355713945521607631835571394552160763183557139455216076318355713945521607" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a20cc341-1a41-44bb-8e5e-73a871424ce6, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e862d5d6-bbd8-4ddd-9c41-e6e66029ef8e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e862d5d6-bbd8-4ddd-9c41-e6e66029ef8e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8388521397885474409 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83885213978854744098388521397885474409838852139788547440983885213978854744098388521397885474409838852139788547440983885213978854744098388521397885474409838852139788547440983885213978854744098388521397885474409838852139788547440983885213978854744098388521397885474409838852139788547440983885213978854744098388521397885474409838852139788547440983885213978854744098388521397885474409" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d0c5dfa2-fc6f-4ca5-b459-3debd0f4933e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8a4bfc0e-f235-48be-9343-2a05fa0f9338, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8a4bfc0e-f235-48be-9343-2a05fa0f9338, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14153784467200974049 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1415378446720097404914153784467200974049141537844672009740491415378446720097404914153784467200974049141537844672009740491415378446720097404914153784467200974049141537844672009740491415378446720097404914153784467200974049141537844672009740491415378446720097404914153784467200974049141537844672009740491415378446720097404914153784467200974049141537844672009740491415378446720097404914153784467200974049" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8a4bfc0e-f235-48be-9343-2a05fa0f9338, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 811a4bfd-cb11-4b15-80bf-1fa110abf2ea, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 811a4bfd-cb11-4b15-80bf-1fa110abf2ea, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17945956446145214926 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1794595644614521492617945956446145214926179459564461452149261794595644614521492617945956446145214926179459564461452149261794595644614521492617945956446145214926179459564461452149261794595644614521492617945956446145214926179459564461452149261794595644614521492617945956446145214926179459564461452149261794595644614521492617945956446145214926179459564461452149261794595644614521492617945956446145214926" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e862d5d6-bbd8-4ddd-9c41-e6e66029ef8e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3a4fa37c-cc38-405d-86ff-be78ec061792, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3a4fa37c-cc38-405d-86ff-be78ec061792, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 854167109817344580 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "854167109817344580854167109817344580854167109817344580854167109817344580854167109817344580854167109817344580854167109817344580854167109817344580854167109817344580854167109817344580854167109817344580854167109817344580854167109817344580854167109817344580854167109817344580854167109817344580854167109817344580854167109817344580854167109817344580854167109817344580" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3a4fa37c-cc38-405d-86ff-be78ec061792, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 811a4bfd-cb11-4b15-80bf-1fa110abf2ea, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3ca94617-46cc-4488-98af-b34647a3d623, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3ca94617-46cc-4488-98af-b34647a3d623, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5723054055475401700 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57230540554754017005723054055475401700572305405547540170057230540554754017005723054055475401700572305405547540170057230540554754017005723054055475401700572305405547540170057230540554754017005723054055475401700572305405547540170057230540554754017005723054055475401700572305405547540170057230540554754017005723054055475401700572305405547540170057230540554754017005723054055475401700" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 651ebdbd-7610-4c6f-a8a9-53aad431d32f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 651ebdbd-7610-4c6f-a8a9-53aad431d32f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14359416304980596760 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1435941630498059676014359416304980596760143594163049805967601435941630498059676014359416304980596760143594163049805967601435941630498059676014359416304980596760143594163049805967601435941630498059676014359416304980596760143594163049805967601435941630498059676014359416304980596760143594163049805967601435941630498059676014359416304980596760143594163049805967601435941630498059676014359416304980596760" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3ca94617-46cc-4488-98af-b34647a3d623, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1136d1b9-616a-4300-970f-5d7eaaab24fb, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1136d1b9-616a-4300-970f-5d7eaaab24fb, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2000548480847450564 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20005484808474505642000548480847450564200054848084745056420005484808474505642000548480847450564200054848084745056420005484808474505642000548480847450564200054848084745056420005484808474505642000548480847450564200054848084745056420005484808474505642000548480847450564200054848084745056420005484808474505642000548480847450564200054848084745056420005484808474505642000548480847450564" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 651ebdbd-7610-4c6f-a8a9-53aad431d32f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, feedba44-e4b6-45bd-a34b-745186360179, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, feedba44-e4b6-45bd-a34b-745186360179, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5426265909003797713 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54262659090037977135426265909003797713542626590900379771354262659090037977135426265909003797713542626590900379771354262659090037977135426265909003797713542626590900379771354262659090037977135426265909003797713542626590900379771354262659090037977135426265909003797713542626590900379771354262659090037977135426265909003797713542626590900379771354262659090037977135426265909003797713" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1136d1b9-616a-4300-970f-5d7eaaab24fb, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 30510468-f18e-4369-bda4-4b1d96b8ce6f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 30510468-f18e-4369-bda4-4b1d96b8ce6f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3617275973583127098 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36172759735831270983617275973583127098361727597358312709836172759735831270983617275973583127098361727597358312709836172759735831270983617275973583127098361727597358312709836172759735831270983617275973583127098361727597358312709836172759735831270983617275973583127098361727597358312709836172759735831270983617275973583127098361727597358312709836172759735831270983617275973583127098" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, feedba44-e4b6-45bd-a34b-745186360179, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7804697c-b6a8-40fb-be30-98412acd2aeb, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7804697c-b6a8-40fb-be30-98412acd2aeb, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3577354547746735886 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35773545477467358863577354547746735886357735454774673588635773545477467358863577354547746735886357735454774673588635773545477467358863577354547746735886357735454774673588635773545477467358863577354547746735886357735454774673588635773545477467358863577354547746735886357735454774673588635773545477467358863577354547746735886357735454774673588635773545477467358863577354547746735886" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 30510468-f18e-4369-bda4-4b1d96b8ce6f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d9617a3d-2db2-4b48-8e49-9896362556a3, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d9617a3d-2db2-4b48-8e49-9896362556a3, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1782698713893774412 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17826987138937744121782698713893774412178269871389377441217826987138937744121782698713893774412178269871389377441217826987138937744121782698713893774412178269871389377441217826987138937744121782698713893774412178269871389377441217826987138937744121782698713893774412178269871389377441217826987138937744121782698713893774412178269871389377441217826987138937744121782698713893774412" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7804697c-b6a8-40fb-be30-98412acd2aeb, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fc3f0db6-2623-4410-ba25-af922e7f72d2, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fc3f0db6-2623-4410-ba25-af922e7f72d2, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8055242500160203196 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80552425001602031968055242500160203196805524250016020319680552425001602031968055242500160203196805524250016020319680552425001602031968055242500160203196805524250016020319680552425001602031968055242500160203196805524250016020319680552425001602031968055242500160203196805524250016020319680552425001602031968055242500160203196805524250016020319680552425001602031968055242500160203196" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d9617a3d-2db2-4b48-8e49-9896362556a3, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2bff4512-6b99-45c3-ba5b-6ee129ca7296, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2bff4512-6b99-45c3-ba5b-6ee129ca7296, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8042335876991178623 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80423358769911786238042335876991178623804233587699117862380423358769911786238042335876991178623804233587699117862380423358769911786238042335876991178623804233587699117862380423358769911786238042335876991178623804233587699117862380423358769911786238042335876991178623804233587699117862380423358769911786238042335876991178623804233587699117862380423358769911786238042335876991178623" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fc3f0db6-2623-4410-ba25-af922e7f72d2, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6c172ab4-9cf7-4e92-9505-e35817c27d40, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6c172ab4-9cf7-4e92-9505-e35817c27d40, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5791086531438820706 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57910865314388207065791086531438820706579108653143882070657910865314388207065791086531438820706579108653143882070657910865314388207065791086531438820706579108653143882070657910865314388207065791086531438820706579108653143882070657910865314388207065791086531438820706579108653143882070657910865314388207065791086531438820706579108653143882070657910865314388207065791086531438820706" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2bff4512-6b99-45c3-ba5b-6ee129ca7296, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 27bda466-5182-4ed6-aebd-254ddbb40096, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 27bda466-5182-4ed6-aebd-254ddbb40096, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2459182210255273501 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24591822102552735012459182210255273501245918221025527350124591822102552735012459182210255273501245918221025527350124591822102552735012459182210255273501245918221025527350124591822102552735012459182210255273501245918221025527350124591822102552735012459182210255273501245918221025527350124591822102552735012459182210255273501245918221025527350124591822102552735012459182210255273501" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6c172ab4-9cf7-4e92-9505-e35817c27d40, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ff3c8456-8dc3-4074-a6b0-702254e578ea, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ff3c8456-8dc3-4074-a6b0-702254e578ea, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5097244581849537927 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50972445818495379275097244581849537927509724458184953792750972445818495379275097244581849537927509724458184953792750972445818495379275097244581849537927509724458184953792750972445818495379275097244581849537927509724458184953792750972445818495379275097244581849537927509724458184953792750972445818495379275097244581849537927509724458184953792750972445818495379275097244581849537927" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 27bda466-5182-4ed6-aebd-254ddbb40096, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3f952e58-d1c3-47b7-bd73-02d3766411fa, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3f952e58-d1c3-47b7-bd73-02d3766411fa, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16139422561001392148 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1613942256100139214816139422561001392148161394225610013921481613942256100139214816139422561001392148161394225610013921481613942256100139214816139422561001392148161394225610013921481613942256100139214816139422561001392148161394225610013921481613942256100139214816139422561001392148161394225610013921481613942256100139214816139422561001392148161394225610013921481613942256100139214816139422561001392148" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ff3c8456-8dc3-4074-a6b0-702254e578ea, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bf514243-053f-4a03-818e-5ccd839c8a5c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bf514243-053f-4a03-818e-5ccd839c8a5c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7243998706506428611 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72439987065064286117243998706506428611724399870650642861172439987065064286117243998706506428611724399870650642861172439987065064286117243998706506428611724399870650642861172439987065064286117243998706506428611724399870650642861172439987065064286117243998706506428611724399870650642861172439987065064286117243998706506428611724399870650642861172439987065064286117243998706506428611" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3f952e58-d1c3-47b7-bd73-02d3766411fa, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5c4a8a68-e92f-4c71-997d-ea428578a012, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5c4a8a68-e92f-4c71-997d-ea428578a012, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 572565498376285308 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "572565498376285308572565498376285308572565498376285308572565498376285308572565498376285308572565498376285308572565498376285308572565498376285308572565498376285308572565498376285308572565498376285308572565498376285308572565498376285308572565498376285308572565498376285308572565498376285308572565498376285308572565498376285308572565498376285308572565498376285308" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bf514243-053f-4a03-818e-5ccd839c8a5c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 89a1ab8c-c07d-4580-8d47-787c6160663b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5c4a8a68-e92f-4c71-997d-ea428578a012, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 89a1ab8c-c07d-4580-8d47-787c6160663b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5955457363985307482 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59554573639853074825955457363985307482595545736398530748259554573639853074825955457363985307482595545736398530748259554573639853074825955457363985307482595545736398530748259554573639853074825955457363985307482595545736398530748259554573639853074825955457363985307482595545736398530748259554573639853074825955457363985307482595545736398530748259554573639853074825955457363985307482" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 06606295-8ef6-4f5d-aa0f-19a12c423417, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 06606295-8ef6-4f5d-aa0f-19a12c423417, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 339939942293256599 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "339939942293256599339939942293256599339939942293256599339939942293256599339939942293256599339939942293256599339939942293256599339939942293256599339939942293256599339939942293256599339939942293256599339939942293256599339939942293256599339939942293256599339939942293256599339939942293256599339939942293256599339939942293256599339939942293256599339939942293256599" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 89a1ab8c-c07d-4580-8d47-787c6160663b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 59ebbc26-8b1b-44a8-a864-2a81c96c9c12, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 59ebbc26-8b1b-44a8-a864-2a81c96c9c12, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9520651942048484259 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95206519420484842599520651942048484259952065194204848425995206519420484842599520651942048484259952065194204848425995206519420484842599520651942048484259952065194204848425995206519420484842599520651942048484259952065194204848425995206519420484842599520651942048484259952065194204848425995206519420484842599520651942048484259952065194204848425995206519420484842599520651942048484259" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 06606295-8ef6-4f5d-aa0f-19a12c423417, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 39ebff9a-b02f-4ee9-8b5c-5cdb86f1ec28, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 39ebff9a-b02f-4ee9-8b5c-5cdb86f1ec28, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11432183749695204488 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1143218374969520448811432183749695204488114321837496952044881143218374969520448811432183749695204488114321837496952044881143218374969520448811432183749695204488114321837496952044881143218374969520448811432183749695204488114321837496952044881143218374969520448811432183749695204488114321837496952044881143218374969520448811432183749695204488114321837496952044881143218374969520448811432183749695204488" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 59ebbc26-8b1b-44a8-a864-2a81c96c9c12, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1ea8c82b-ac82-4a6e-8401-455a6ebaf5fa, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1ea8c82b-ac82-4a6e-8401-455a6ebaf5fa, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18306794187013670550 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1830679418701367055018306794187013670550183067941870136705501830679418701367055018306794187013670550183067941870136705501830679418701367055018306794187013670550183067941870136705501830679418701367055018306794187013670550183067941870136705501830679418701367055018306794187013670550183067941870136705501830679418701367055018306794187013670550183067941870136705501830679418701367055018306794187013670550" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 39ebff9a-b02f-4ee9-8b5c-5cdb86f1ec28, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1aa6a086-239f-4d5e-a4c1-d00fb6f238af, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1ea8c82b-ac82-4a6e-8401-455a6ebaf5fa, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1f8c73f0-f92a-476f-bd4c-7ac74cab9f5e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1f8c73f0-f92a-476f-bd4c-7ac74cab9f5e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8828166972946717142 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88281669729467171428828166972946717142882816697294671714288281669729467171428828166972946717142882816697294671714288281669729467171428828166972946717142882816697294671714288281669729467171428828166972946717142882816697294671714288281669729467171428828166972946717142882816697294671714288281669729467171428828166972946717142882816697294671714288281669729467171428828166972946717142" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1aa6a086-239f-4d5e-a4c1-d00fb6f238af, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 773939473805589195 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "773939473805589195773939473805589195773939473805589195773939473805589195773939473805589195773939473805589195773939473805589195773939473805589195773939473805589195773939473805589195773939473805589195773939473805589195773939473805589195773939473805589195773939473805589195773939473805589195773939473805589195773939473805589195773939473805589195773939473805589195" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1aa6a086-239f-4d5e-a4c1-d00fb6f238af, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ed1b5edc-cc10-4783-b0c4-b3d9cdd339da, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ed1b5edc-cc10-4783-b0c4-b3d9cdd339da, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1726859724690743344 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17268597246907433441726859724690743344172685972469074334417268597246907433441726859724690743344172685972469074334417268597246907433441726859724690743344172685972469074334417268597246907433441726859724690743344172685972469074334417268597246907433441726859724690743344172685972469074334417268597246907433441726859724690743344172685972469074334417268597246907433441726859724690743344" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ed1b5edc-cc10-4783-b0c4-b3d9cdd339da, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1f8c73f0-f92a-476f-bd4c-7ac74cab9f5e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4a857cd4-6916-47a9-b212-f9ade997f505, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4a857cd4-6916-47a9-b212-f9ade997f505, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18117464589870584444 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1811746458987058444418117464589870584444181174645898705844441811746458987058444418117464589870584444181174645898705844441811746458987058444418117464589870584444181174645898705844441811746458987058444418117464589870584444181174645898705844441811746458987058444418117464589870584444181174645898705844441811746458987058444418117464589870584444181174645898705844441811746458987058444418117464589870584444" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c0fe1f56-4969-41b3-9e25-1a646e05e6eb, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4a857cd4-6916-47a9-b212-f9ade997f505, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 65d5245f-72af-4f4a-9ea1-1b4c016d688b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 65d5245f-72af-4f4a-9ea1-1b4c016d688b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4314342645555537759 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43143426455555377594314342645555537759431434264555553775943143426455555377594314342645555537759431434264555553775943143426455555377594314342645555537759431434264555553775943143426455555377594314342645555537759431434264555553775943143426455555377594314342645555537759431434264555553775943143426455555377594314342645555537759431434264555553775943143426455555377594314342645555537759" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c0fe1f56-4969-41b3-9e25-1a646e05e6eb, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15787384758885847998 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1578738475888584799815787384758885847998157873847588858479981578738475888584799815787384758885847998157873847588858479981578738475888584799815787384758885847998157873847588858479981578738475888584799815787384758885847998157873847588858479981578738475888584799815787384758885847998157873847588858479981578738475888584799815787384758885847998157873847588858479981578738475888584799815787384758885847998" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 65d5245f-72af-4f4a-9ea1-1b4c016d688b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e273c622-4391-43cb-8cec-f87eb5dcfaf4, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e273c622-4391-43cb-8cec-f87eb5dcfaf4, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10968247164420253238 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1096824716442025323810968247164420253238109682471644202532381096824716442025323810968247164420253238109682471644202532381096824716442025323810968247164420253238109682471644202532381096824716442025323810968247164420253238109682471644202532381096824716442025323810968247164420253238109682471644202532381096824716442025323810968247164420253238109682471644202532381096824716442025323810968247164420253238" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c0fe1f56-4969-41b3-9e25-1a646e05e6eb, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ba231bdd-c97b-4b4f-909a-4d3d97f02515, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ba231bdd-c97b-4b4f-909a-4d3d97f02515, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17662696773102281016 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1766269677310228101617662696773102281016176626967731022810161766269677310228101617662696773102281016176626967731022810161766269677310228101617662696773102281016176626967731022810161766269677310228101617662696773102281016176626967731022810161766269677310228101617662696773102281016176626967731022810161766269677310228101617662696773102281016176626967731022810161766269677310228101617662696773102281016" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e273c622-4391-43cb-8cec-f87eb5dcfaf4, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ad29b7b8-5c82-4506-b308-293b0e07fb05, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ad29b7b8-5c82-4506-b308-293b0e07fb05, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5680773172643838909 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56807731726438389095680773172643838909568077317264383890956807731726438389095680773172643838909568077317264383890956807731726438389095680773172643838909568077317264383890956807731726438389095680773172643838909568077317264383890956807731726438389095680773172643838909568077317264383890956807731726438389095680773172643838909568077317264383890956807731726438389095680773172643838909" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ba231bdd-c97b-4b4f-909a-4d3d97f02515, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 96e3a061-7fb8-42ce-b156-9567771d764e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 96e3a061-7fb8-42ce-b156-9567771d764e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17635894321081577166 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1763589432108157716617635894321081577166176358943210815771661763589432108157716617635894321081577166176358943210815771661763589432108157716617635894321081577166176358943210815771661763589432108157716617635894321081577166176358943210815771661763589432108157716617635894321081577166176358943210815771661763589432108157716617635894321081577166176358943210815771661763589432108157716617635894321081577166" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ad29b7b8-5c82-4506-b308-293b0e07fb05, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 897a6447-1095-4658-abba-622752e51b35, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 897a6447-1095-4658-abba-622752e51b35, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7165651612256646352 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71656516122566463527165651612256646352716565161225664635271656516122566463527165651612256646352716565161225664635271656516122566463527165651612256646352716565161225664635271656516122566463527165651612256646352716565161225664635271656516122566463527165651612256646352716565161225664635271656516122566463527165651612256646352716565161225664635271656516122566463527165651612256646352" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 96e3a061-7fb8-42ce-b156-9567771d764e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cd90cfa2-1341-487e-a1e5-4d2d1584b863, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cd90cfa2-1341-487e-a1e5-4d2d1584b863, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2680400950090902706 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26804009500909027062680400950090902706268040095009090270626804009500909027062680400950090902706268040095009090270626804009500909027062680400950090902706268040095009090270626804009500909027062680400950090902706268040095009090270626804009500909027062680400950090902706268040095009090270626804009500909027062680400950090902706268040095009090270626804009500909027062680400950090902706" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 897a6447-1095-4658-abba-622752e51b35, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1caa5b09-d5f4-4749-a5ed-dcb74942add5, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1caa5b09-d5f4-4749-a5ed-dcb74942add5, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9574143600339762654 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95741436003397626549574143600339762654957414360033976265495741436003397626549574143600339762654957414360033976265495741436003397626549574143600339762654957414360033976265495741436003397626549574143600339762654957414360033976265495741436003397626549574143600339762654957414360033976265495741436003397626549574143600339762654957414360033976265495741436003397626549574143600339762654" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cd90cfa2-1341-487e-a1e5-4d2d1584b863, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9252ecdb-8553-41e5-9406-54798aa1c58e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9252ecdb-8553-41e5-9406-54798aa1c58e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6759180841707001380 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67591808417070013806759180841707001380675918084170700138067591808417070013806759180841707001380675918084170700138067591808417070013806759180841707001380675918084170700138067591808417070013806759180841707001380675918084170700138067591808417070013806759180841707001380675918084170700138067591808417070013806759180841707001380675918084170700138067591808417070013806759180841707001380" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1caa5b09-d5f4-4749-a5ed-dcb74942add5, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, db70e4dc-522a-4e41-b431-c3655fdeaf56, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, db70e4dc-522a-4e41-b431-c3655fdeaf56, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5032705913719318081 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50327059137193180815032705913719318081503270591371931808150327059137193180815032705913719318081503270591371931808150327059137193180815032705913719318081503270591371931808150327059137193180815032705913719318081503270591371931808150327059137193180815032705913719318081503270591371931808150327059137193180815032705913719318081503270591371931808150327059137193180815032705913719318081" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9252ecdb-8553-41e5-9406-54798aa1c58e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8958fcff-4eb7-420c-94c4-ae4a716782c3, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8958fcff-4eb7-420c-94c4-ae4a716782c3, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15352491211876456405 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1535249121187645640515352491211876456405153524912118764564051535249121187645640515352491211876456405153524912118764564051535249121187645640515352491211876456405153524912118764564051535249121187645640515352491211876456405153524912118764564051535249121187645640515352491211876456405153524912118764564051535249121187645640515352491211876456405153524912118764564051535249121187645640515352491211876456405" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, db70e4dc-522a-4e41-b431-c3655fdeaf56, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e166c745-1337-4f7d-a951-005e5a163881, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e166c745-1337-4f7d-a951-005e5a163881, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4058056411609735917 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40580564116097359174058056411609735917405805641160973591740580564116097359174058056411609735917405805641160973591740580564116097359174058056411609735917405805641160973591740580564116097359174058056411609735917405805641160973591740580564116097359174058056411609735917405805641160973591740580564116097359174058056411609735917405805641160973591740580564116097359174058056411609735917" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8958fcff-4eb7-420c-94c4-ae4a716782c3, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2f238ed7-bbf4-4ee0-8961-1cb15d51f8da, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e166c745-1337-4f7d-a951-005e5a163881, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b246e96d-67f7-479e-92ca-efff1e111359, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b246e96d-67f7-479e-92ca-efff1e111359, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1714470748245000809 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17144707482450008091714470748245000809171447074824500080917144707482450008091714470748245000809171447074824500080917144707482450008091714470748245000809171447074824500080917144707482450008091714470748245000809171447074824500080917144707482450008091714470748245000809171447074824500080917144707482450008091714470748245000809171447074824500080917144707482450008091714470748245000809" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2f238ed7-bbf4-4ee0-8961-1cb15d51f8da, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15149809279648599672 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1514980927964859967215149809279648599672151498092796485996721514980927964859967215149809279648599672151498092796485996721514980927964859967215149809279648599672151498092796485996721514980927964859967215149809279648599672151498092796485996721514980927964859967215149809279648599672151498092796485996721514980927964859967215149809279648599672151498092796485996721514980927964859967215149809279648599672" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b246e96d-67f7-479e-92ca-efff1e111359, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 45945355-9cf4-4d03-aa5b-7f6f3b79df3c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 45945355-9cf4-4d03-aa5b-7f6f3b79df3c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17358948774279305671 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1735894877427930567117358948774279305671173589487742793056711735894877427930567117358948774279305671173589487742793056711735894877427930567117358948774279305671173589487742793056711735894877427930567117358948774279305671173589487742793056711735894877427930567117358948774279305671173589487742793056711735894877427930567117358948774279305671173589487742793056711735894877427930567117358948774279305671" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2f238ed7-bbf4-4ee0-8961-1cb15d51f8da, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1a990223-5cb2-421f-b699-e41edd75d9b4, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1a990223-5cb2-421f-b699-e41edd75d9b4, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15006172192585540475 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1500617219258554047515006172192585540475150061721925855404751500617219258554047515006172192585540475150061721925855404751500617219258554047515006172192585540475150061721925855404751500617219258554047515006172192585540475150061721925855404751500617219258554047515006172192585540475150061721925855404751500617219258554047515006172192585540475150061721925855404751500617219258554047515006172192585540475" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 45945355-9cf4-4d03-aa5b-7f6f3b79df3c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ee8c40c2-71d6-4fe4-a1ae-af9efc0f7f46, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1a990223-5cb2-421f-b699-e41edd75d9b4, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ee8c40c2-71d6-4fe4-a1ae-af9efc0f7f46, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1186308007730072908 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11863080077300729081186308007730072908118630800773007290811863080077300729081186308007730072908118630800773007290811863080077300729081186308007730072908118630800773007290811863080077300729081186308007730072908118630800773007290811863080077300729081186308007730072908118630800773007290811863080077300729081186308007730072908118630800773007290811863080077300729081186308007730072908" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dd07b25d-e5ae-47f8-b414-a2eebd1202f4, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dd07b25d-e5ae-47f8-b414-a2eebd1202f4, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11997343454605564000 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1199734345460556400011997343454605564000119973434546055640001199734345460556400011997343454605564000119973434546055640001199734345460556400011997343454605564000119973434546055640001199734345460556400011997343454605564000119973434546055640001199734345460556400011997343454605564000119973434546055640001199734345460556400011997343454605564000119973434546055640001199734345460556400011997343454605564000" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ee8c40c2-71d6-4fe4-a1ae-af9efc0f7f46, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 70587826-112c-4dba-b476-00b78935b52b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 70587826-112c-4dba-b476-00b78935b52b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10044019788014890510 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1004401978801489051010044019788014890510100440197880148905101004401978801489051010044019788014890510100440197880148905101004401978801489051010044019788014890510100440197880148905101004401978801489051010044019788014890510100440197880148905101004401978801489051010044019788014890510100440197880148905101004401978801489051010044019788014890510100440197880148905101004401978801489051010044019788014890510" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dd07b25d-e5ae-47f8-b414-a2eebd1202f4, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 217edc6f-3d45-42a0-94eb-5124b33c3a89, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 70587826-112c-4dba-b476-00b78935b52b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 217edc6f-3d45-42a0-94eb-5124b33c3a89, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 575949592900509548 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "575949592900509548575949592900509548575949592900509548575949592900509548575949592900509548575949592900509548575949592900509548575949592900509548575949592900509548575949592900509548575949592900509548575949592900509548575949592900509548575949592900509548575949592900509548575949592900509548575949592900509548575949592900509548575949592900509548575949592900509548" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e40b16d7-64a7-467d-82f9-032c57c9db19, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e40b16d7-64a7-467d-82f9-032c57c9db19, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16189775067078508175 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1618977506707850817516189775067078508175161897750670785081751618977506707850817516189775067078508175161897750670785081751618977506707850817516189775067078508175161897750670785081751618977506707850817516189775067078508175161897750670785081751618977506707850817516189775067078508175161897750670785081751618977506707850817516189775067078508175161897750670785081751618977506707850817516189775067078508175" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 217edc6f-3d45-42a0-94eb-5124b33c3a89, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, eb019f28-2dbc-459b-95f7-15c7a7e45fd0, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eb019f28-2dbc-459b-95f7-15c7a7e45fd0, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9221789570871215043 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92217895708712150439221789570871215043922178957087121504392217895708712150439221789570871215043922178957087121504392217895708712150439221789570871215043922178957087121504392217895708712150439221789570871215043922178957087121504392217895708712150439221789570871215043922178957087121504392217895708712150439221789570871215043922178957087121504392217895708712150439221789570871215043" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e40b16d7-64a7-467d-82f9-032c57c9db19, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 52096b04-6686-4f8f-a80c-d31275aac504, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 52096b04-6686-4f8f-a80c-d31275aac504, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17436589944060728086 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1743658994406072808617436589944060728086174365899440607280861743658994406072808617436589944060728086174365899440607280861743658994406072808617436589944060728086174365899440607280861743658994406072808617436589944060728086174365899440607280861743658994406072808617436589944060728086174365899440607280861743658994406072808617436589944060728086174365899440607280861743658994406072808617436589944060728086" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eb019f28-2dbc-459b-95f7-15c7a7e45fd0, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6a1e286c-e406-47ea-b540-1920828345ab, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6a1e286c-e406-47ea-b540-1920828345ab, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2317256049704140343 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23172560497041403432317256049704140343231725604970414034323172560497041403432317256049704140343231725604970414034323172560497041403432317256049704140343231725604970414034323172560497041403432317256049704140343231725604970414034323172560497041403432317256049704140343231725604970414034323172560497041403432317256049704140343231725604970414034323172560497041403432317256049704140343" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 52096b04-6686-4f8f-a80c-d31275aac504, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b6caa2c8-7051-4b1f-8696-55272496ca51, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b6caa2c8-7051-4b1f-8696-55272496ca51, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 599084993315220248 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "599084993315220248599084993315220248599084993315220248599084993315220248599084993315220248599084993315220248599084993315220248599084993315220248599084993315220248599084993315220248599084993315220248599084993315220248599084993315220248599084993315220248599084993315220248599084993315220248599084993315220248599084993315220248599084993315220248599084993315220248" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6a1e286c-e406-47ea-b540-1920828345ab, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 70bf1bae-aaca-4321-82f6-da0ad026da60, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 70bf1bae-aaca-4321-82f6-da0ad026da60, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10712382471005061413 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1071238247100506141310712382471005061413107123824710050614131071238247100506141310712382471005061413107123824710050614131071238247100506141310712382471005061413107123824710050614131071238247100506141310712382471005061413107123824710050614131071238247100506141310712382471005061413107123824710050614131071238247100506141310712382471005061413107123824710050614131071238247100506141310712382471005061413" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b6caa2c8-7051-4b1f-8696-55272496ca51, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5d5db327-17f1-4bb0-9ac4-5ba216d8249d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 70bf1bae-aaca-4321-82f6-da0ad026da60, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ea49f0f6-e9d9-476d-a1e7-4c0a23bbfec0, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ea49f0f6-e9d9-476d-a1e7-4c0a23bbfec0, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 581117290010977697 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "581117290010977697581117290010977697581117290010977697581117290010977697581117290010977697581117290010977697581117290010977697581117290010977697581117290010977697581117290010977697581117290010977697581117290010977697581117290010977697581117290010977697581117290010977697581117290010977697581117290010977697581117290010977697581117290010977697581117290010977697" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5d5db327-17f1-4bb0-9ac4-5ba216d8249d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6532442217561836301 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65324422175618363016532442217561836301653244221756183630165324422175618363016532442217561836301653244221756183630165324422175618363016532442217561836301653244221756183630165324422175618363016532442217561836301653244221756183630165324422175618363016532442217561836301653244221756183630165324422175618363016532442217561836301653244221756183630165324422175618363016532442217561836301" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ea49f0f6-e9d9-476d-a1e7-4c0a23bbfec0, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5d35f578-5d65-44de-85f0-41516dbb9b02, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5d35f578-5d65-44de-85f0-41516dbb9b02, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2840391924240722477 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28403919242407224772840391924240722477284039192424072247728403919242407224772840391924240722477284039192424072247728403919242407224772840391924240722477284039192424072247728403919242407224772840391924240722477284039192424072247728403919242407224772840391924240722477284039192424072247728403919242407224772840391924240722477284039192424072247728403919242407224772840391924240722477" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5d5db327-17f1-4bb0-9ac4-5ba216d8249d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 635a2637-9003-4677-a26f-c9761a957643, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 635a2637-9003-4677-a26f-c9761a957643, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10009193776130424310 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1000919377613042431010009193776130424310100091937761304243101000919377613042431010009193776130424310100091937761304243101000919377613042431010009193776130424310100091937761304243101000919377613042431010009193776130424310100091937761304243101000919377613042431010009193776130424310100091937761304243101000919377613042431010009193776130424310100091937761304243101000919377613042431010009193776130424310" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5d35f578-5d65-44de-85f0-41516dbb9b02, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9e0785f7-2d2b-4771-862e-668ca16ca246, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9e0785f7-2d2b-4771-862e-668ca16ca246, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14849010649529348598 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1484901064952934859814849010649529348598148490106495293485981484901064952934859814849010649529348598148490106495293485981484901064952934859814849010649529348598148490106495293485981484901064952934859814849010649529348598148490106495293485981484901064952934859814849010649529348598148490106495293485981484901064952934859814849010649529348598148490106495293485981484901064952934859814849010649529348598" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 635a2637-9003-4677-a26f-c9761a957643, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d9f54457-26eb-458d-b629-19e6b1aa5153, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d9f54457-26eb-458d-b629-19e6b1aa5153, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1504191411064286481 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15041914110642864811504191411064286481150419141106428648115041914110642864811504191411064286481150419141106428648115041914110642864811504191411064286481150419141106428648115041914110642864811504191411064286481150419141106428648115041914110642864811504191411064286481150419141106428648115041914110642864811504191411064286481150419141106428648115041914110642864811504191411064286481" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d9f54457-26eb-458d-b629-19e6b1aa5153, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fa67d3dc-0869-4f26-808e-c6019273c93d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fa67d3dc-0869-4f26-808e-c6019273c93d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17208968230483627248 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1720896823048362724817208968230483627248172089682304836272481720896823048362724817208968230483627248172089682304836272481720896823048362724817208968230483627248172089682304836272481720896823048362724817208968230483627248172089682304836272481720896823048362724817208968230483627248172089682304836272481720896823048362724817208968230483627248172089682304836272481720896823048362724817208968230483627248" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9e0785f7-2d2b-4771-862e-668ca16ca246, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7e8c7619-ade5-4c14-aee1-44189edb789b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7e8c7619-ade5-4c14-aee1-44189edb789b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16779304044537572951 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1677930404453757295116779304044537572951167793040445375729511677930404453757295116779304044537572951167793040445375729511677930404453757295116779304044537572951167793040445375729511677930404453757295116779304044537572951167793040445375729511677930404453757295116779304044537572951167793040445375729511677930404453757295116779304044537572951167793040445375729511677930404453757295116779304044537572951" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fa67d3dc-0869-4f26-808e-c6019273c93d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7e8c7619-ade5-4c14-aee1-44189edb789b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0bd137dd-967d-419f-a6be-da949d6f7734, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0bd137dd-967d-419f-a6be-da949d6f7734, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12204939108912554552 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1220493910891255455212204939108912554552122049391089125545521220493910891255455212204939108912554552122049391089125545521220493910891255455212204939108912554552122049391089125545521220493910891255455212204939108912554552122049391089125545521220493910891255455212204939108912554552122049391089125545521220493910891255455212204939108912554552122049391089125545521220493910891255455212204939108912554552" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7b106244-f622-4897-8df4-c5f096c287ea, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7b106244-f622-4897-8df4-c5f096c287ea, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3288706865702839459 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32887068657028394593288706865702839459328870686570283945932887068657028394593288706865702839459328870686570283945932887068657028394593288706865702839459328870686570283945932887068657028394593288706865702839459328870686570283945932887068657028394593288706865702839459328870686570283945932887068657028394593288706865702839459328870686570283945932887068657028394593288706865702839459" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0bd137dd-967d-419f-a6be-da949d6f7734, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 77652ee4-5c40-4c07-af2e-177a7cd35f18, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 77652ee4-5c40-4c07-af2e-177a7cd35f18, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11265184236524684188 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1126518423652468418811265184236524684188112651842365246841881126518423652468418811265184236524684188112651842365246841881126518423652468418811265184236524684188112651842365246841881126518423652468418811265184236524684188112651842365246841881126518423652468418811265184236524684188112651842365246841881126518423652468418811265184236524684188112651842365246841881126518423652468418811265184236524684188" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7b106244-f622-4897-8df4-c5f096c287ea, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0401475b-e440-464a-b964-f355726e8f10, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0401475b-e440-464a-b964-f355726e8f10, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10692255565640838399 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1069225556564083839910692255565640838399106922555656408383991069225556564083839910692255565640838399106922555656408383991069225556564083839910692255565640838399106922555656408383991069225556564083839910692255565640838399106922555656408383991069225556564083839910692255565640838399106922555656408383991069225556564083839910692255565640838399106922555656408383991069225556564083839910692255565640838399" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 77652ee4-5c40-4c07-af2e-177a7cd35f18, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3e667358-1117-4657-b9be-c8f71e26bb50, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0401475b-e440-464a-b964-f355726e8f10, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3e667358-1117-4657-b9be-c8f71e26bb50, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5825781628787511464 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58257816287875114645825781628787511464582578162878751146458257816287875114645825781628787511464582578162878751146458257816287875114645825781628787511464582578162878751146458257816287875114645825781628787511464582578162878751146458257816287875114645825781628787511464582578162878751146458257816287875114645825781628787511464582578162878751146458257816287875114645825781628787511464" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d6ce73ca-a3f2-40e7-a565-114d94fa779c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d6ce73ca-a3f2-40e7-a565-114d94fa779c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14640314408628326532 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1464031440862832653214640314408628326532146403144086283265321464031440862832653214640314408628326532146403144086283265321464031440862832653214640314408628326532146403144086283265321464031440862832653214640314408628326532146403144086283265321464031440862832653214640314408628326532146403144086283265321464031440862832653214640314408628326532146403144086283265321464031440862832653214640314408628326532" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3e667358-1117-4657-b9be-c8f71e26bb50, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4519675c-71e1-436a-9a94-27a3209eadb9, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4519675c-71e1-436a-9a94-27a3209eadb9, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13543099823967582092 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1354309982396758209213543099823967582092135430998239675820921354309982396758209213543099823967582092135430998239675820921354309982396758209213543099823967582092135430998239675820921354309982396758209213543099823967582092135430998239675820921354309982396758209213543099823967582092135430998239675820921354309982396758209213543099823967582092135430998239675820921354309982396758209213543099823967582092" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d6ce73ca-a3f2-40e7-a565-114d94fa779c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 96866502-7fc7-46b9-be14-066d6a92a0a8, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 96866502-7fc7-46b9-be14-066d6a92a0a8, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16780216193254412271 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1678021619325441227116780216193254412271167802161932544122711678021619325441227116780216193254412271167802161932544122711678021619325441227116780216193254412271167802161932544122711678021619325441227116780216193254412271167802161932544122711678021619325441227116780216193254412271167802161932544122711678021619325441227116780216193254412271167802161932544122711678021619325441227116780216193254412271" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4519675c-71e1-436a-9a94-27a3209eadb9, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d51fb21a-1519-43d2-a74e-6b3561656e45, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 96866502-7fc7-46b9-be14-066d6a92a0a8, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 28999fe2-ef44-4d1a-b388-7c6fb0ac5ebe, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 28999fe2-ef44-4d1a-b388-7c6fb0ac5ebe, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13054094669691109262 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1305409466969110926213054094669691109262130540946696911092621305409466969110926213054094669691109262130540946696911092621305409466969110926213054094669691109262130540946696911092621305409466969110926213054094669691109262130540946696911092621305409466969110926213054094669691109262130540946696911092621305409466969110926213054094669691109262130540946696911092621305409466969110926213054094669691109262" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d51fb21a-1519-43d2-a74e-6b3561656e45, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7816762655661847098 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78167626556618470987816762655661847098781676265566184709878167626556618470987816762655661847098781676265566184709878167626556618470987816762655661847098781676265566184709878167626556618470987816762655661847098781676265566184709878167626556618470987816762655661847098781676265566184709878167626556618470987816762655661847098781676265566184709878167626556618470987816762655661847098" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 28999fe2-ef44-4d1a-b388-7c6fb0ac5ebe, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d51fb21a-1519-43d2-a74e-6b3561656e45, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0a76b540-ed02-4528-9bbf-3bbcc842f78f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f75f3062-9076-48a1-ac85-5a00e037225b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f75f3062-9076-48a1-ac85-5a00e037225b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6184714880397921536 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61847148803979215366184714880397921536618471488039792153661847148803979215366184714880397921536618471488039792153661847148803979215366184714880397921536618471488039792153661847148803979215366184714880397921536618471488039792153661847148803979215366184714880397921536618471488039792153661847148803979215366184714880397921536618471488039792153661847148803979215366184714880397921536" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0a76b540-ed02-4528-9bbf-3bbcc842f78f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7141383263672896960 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71413832636728969607141383263672896960714138326367289696071413832636728969607141383263672896960714138326367289696071413832636728969607141383263672896960714138326367289696071413832636728969607141383263672896960714138326367289696071413832636728969607141383263672896960714138326367289696071413832636728969607141383263672896960714138326367289696071413832636728969607141383263672896960" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f75f3062-9076-48a1-ac85-5a00e037225b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 27c1b829-413a-45ec-b2df-278a5203ff7f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 27c1b829-413a-45ec-b2df-278a5203ff7f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6101118551484773640 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61011185514847736406101118551484773640610111855148477364061011185514847736406101118551484773640610111855148477364061011185514847736406101118551484773640610111855148477364061011185514847736406101118551484773640610111855148477364061011185514847736406101118551484773640610111855148477364061011185514847736406101118551484773640610111855148477364061011185514847736406101118551484773640" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0a76b540-ed02-4528-9bbf-3bbcc842f78f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6651f75d-f77c-4976-86cc-2a29552ef3cc, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6651f75d-f77c-4976-86cc-2a29552ef3cc, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3823167507955796735 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38231675079557967353823167507955796735382316750795579673538231675079557967353823167507955796735382316750795579673538231675079557967353823167507955796735382316750795579673538231675079557967353823167507955796735382316750795579673538231675079557967353823167507955796735382316750795579673538231675079557967353823167507955796735382316750795579673538231675079557967353823167507955796735" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 27c1b829-413a-45ec-b2df-278a5203ff7f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2d48f275-bc4e-49ce-8e89-3380e7d87c37, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2d48f275-bc4e-49ce-8e89-3380e7d87c37, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7609934163347025812 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76099341633470258127609934163347025812760993416334702581276099341633470258127609934163347025812760993416334702581276099341633470258127609934163347025812760993416334702581276099341633470258127609934163347025812760993416334702581276099341633470258127609934163347025812760993416334702581276099341633470258127609934163347025812760993416334702581276099341633470258127609934163347025812" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6651f75d-f77c-4976-86cc-2a29552ef3cc, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 06e68720-fd60-4981-8290-382d7c93694a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 06e68720-fd60-4981-8290-382d7c93694a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5120095509020226563 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51200955090202265635120095509020226563512009550902022656351200955090202265635120095509020226563512009550902022656351200955090202265635120095509020226563512009550902022656351200955090202265635120095509020226563512009550902022656351200955090202265635120095509020226563512009550902022656351200955090202265635120095509020226563512009550902022656351200955090202265635120095509020226563" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2d48f275-bc4e-49ce-8e89-3380e7d87c37, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bb7860a1-acce-4806-a159-abaf8f7060d8, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bb7860a1-acce-4806-a159-abaf8f7060d8, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2603120203809660021 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26031202038096600212603120203809660021260312020380966002126031202038096600212603120203809660021260312020380966002126031202038096600212603120203809660021260312020380966002126031202038096600212603120203809660021260312020380966002126031202038096600212603120203809660021260312020380966002126031202038096600212603120203809660021260312020380966002126031202038096600212603120203809660021" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 06e68720-fd60-4981-8290-382d7c93694a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d563fab8-33f1-4889-b37a-6e7de9e62503, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d563fab8-33f1-4889-b37a-6e7de9e62503, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13671238392719484039 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1367123839271948403913671238392719484039136712383927194840391367123839271948403913671238392719484039136712383927194840391367123839271948403913671238392719484039136712383927194840391367123839271948403913671238392719484039136712383927194840391367123839271948403913671238392719484039136712383927194840391367123839271948403913671238392719484039136712383927194840391367123839271948403913671238392719484039" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bb7860a1-acce-4806-a159-abaf8f7060d8, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ab794460-93c2-4153-b2a7-6eb101d7e3d8, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d563fab8-33f1-4889-b37a-6e7de9e62503, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ab794460-93c2-4153-b2a7-6eb101d7e3d8, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 618199850710793232 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "618199850710793232618199850710793232618199850710793232618199850710793232618199850710793232618199850710793232618199850710793232618199850710793232618199850710793232618199850710793232618199850710793232618199850710793232618199850710793232618199850710793232618199850710793232618199850710793232618199850710793232618199850710793232618199850710793232618199850710793232" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3de10ef6-56b3-4b5b-84ec-5f7a5b941a23, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3de10ef6-56b3-4b5b-84ec-5f7a5b941a23, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5812461884771788537 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58124618847717885375812461884771788537581246188477178853758124618847717885375812461884771788537581246188477178853758124618847717885375812461884771788537581246188477178853758124618847717885375812461884771788537581246188477178853758124618847717885375812461884771788537581246188477178853758124618847717885375812461884771788537581246188477178853758124618847717885375812461884771788537" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ab794460-93c2-4153-b2a7-6eb101d7e3d8, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d919aa40-0b0c-430d-95b0-7875aeab01e9, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d919aa40-0b0c-430d-95b0-7875aeab01e9, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6331590099366298102 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63315900993662981026331590099366298102633159009936629810263315900993662981026331590099366298102633159009936629810263315900993662981026331590099366298102633159009936629810263315900993662981026331590099366298102633159009936629810263315900993662981026331590099366298102633159009936629810263315900993662981026331590099366298102633159009936629810263315900993662981026331590099366298102" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3de10ef6-56b3-4b5b-84ec-5f7a5b941a23, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7dcbd402-6413-49fe-a78d-401a92fb0ff3, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7dcbd402-6413-49fe-a78d-401a92fb0ff3, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16267134822217113964 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1626713482221711396416267134822217113964162671348222171139641626713482221711396416267134822217113964162671348222171139641626713482221711396416267134822217113964162671348222171139641626713482221711396416267134822217113964162671348222171139641626713482221711396416267134822217113964162671348222171139641626713482221711396416267134822217113964162671348222171139641626713482221711396416267134822217113964" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d919aa40-0b0c-430d-95b0-7875aeab01e9, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7dcbd402-6413-49fe-a78d-401a92fb0ff3, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 78e386e1-4a5d-4945-897c-f7463e95bf39, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 78e386e1-4a5d-4945-897c-f7463e95bf39, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12564779183488552812 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1256477918348855281212564779183488552812125647791834885528121256477918348855281212564779183488552812125647791834885528121256477918348855281212564779183488552812125647791834885528121256477918348855281212564779183488552812125647791834885528121256477918348855281212564779183488552812125647791834885528121256477918348855281212564779183488552812125647791834885528121256477918348855281212564779183488552812" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2daba6a1-ec70-4bf0-ae66-6724c87af6f3, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2daba6a1-ec70-4bf0-ae66-6724c87af6f3, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9782245787186092138 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97822457871860921389782245787186092138978224578718609213897822457871860921389782245787186092138978224578718609213897822457871860921389782245787186092138978224578718609213897822457871860921389782245787186092138978224578718609213897822457871860921389782245787186092138978224578718609213897822457871860921389782245787186092138978224578718609213897822457871860921389782245787186092138" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2daba6a1-ec70-4bf0-ae66-6724c87af6f3, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 50594204-4577-45af-a80c-8925f1ae8b67, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 50594204-4577-45af-a80c-8925f1ae8b67, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4069632854199702620 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40696328541997026204069632854199702620406963285419970262040696328541997026204069632854199702620406963285419970262040696328541997026204069632854199702620406963285419970262040696328541997026204069632854199702620406963285419970262040696328541997026204069632854199702620406963285419970262040696328541997026204069632854199702620406963285419970262040696328541997026204069632854199702620" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 78e386e1-4a5d-4945-897c-f7463e95bf39, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 71b509bb-2f22-4136-a593-a6a93c79ac24, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 71b509bb-2f22-4136-a593-a6a93c79ac24, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4334969629032758020 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43349696290327580204334969629032758020433496962903275802043349696290327580204334969629032758020433496962903275802043349696290327580204334969629032758020433496962903275802043349696290327580204334969629032758020433496962903275802043349696290327580204334969629032758020433496962903275802043349696290327580204334969629032758020433496962903275802043349696290327580204334969629032758020" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 50594204-4577-45af-a80c-8925f1ae8b67, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e18de3b5-a443-4fa0-a20f-afaad2c44afe, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e18de3b5-a443-4fa0-a20f-afaad2c44afe, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12613906947851226656 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1261390694785122665612613906947851226656126139069478512266561261390694785122665612613906947851226656126139069478512266561261390694785122665612613906947851226656126139069478512266561261390694785122665612613906947851226656126139069478512266561261390694785122665612613906947851226656126139069478512266561261390694785122665612613906947851226656126139069478512266561261390694785122665612613906947851226656" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 71b509bb-2f22-4136-a593-a6a93c79ac24, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5d3e74d9-7e81-4d04-a28f-150b1901f784, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5d3e74d9-7e81-4d04-a28f-150b1901f784, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8005902852434698625 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80059028524346986258005902852434698625800590285243469862580059028524346986258005902852434698625800590285243469862580059028524346986258005902852434698625800590285243469862580059028524346986258005902852434698625800590285243469862580059028524346986258005902852434698625800590285243469862580059028524346986258005902852434698625800590285243469862580059028524346986258005902852434698625" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e18de3b5-a443-4fa0-a20f-afaad2c44afe, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 38c7a386-04bf-4570-a651-746acc975e94, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 38c7a386-04bf-4570-a651-746acc975e94, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8092718208484702910 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80927182084847029108092718208484702910809271820848470291080927182084847029108092718208484702910809271820848470291080927182084847029108092718208484702910809271820848470291080927182084847029108092718208484702910809271820848470291080927182084847029108092718208484702910809271820848470291080927182084847029108092718208484702910809271820848470291080927182084847029108092718208484702910" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5d3e74d9-7e81-4d04-a28f-150b1901f784, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d5855867-fb46-4522-85e7-58fcfa4e2a58, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 38c7a386-04bf-4570-a651-746acc975e94, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5e830ac0-e089-462f-b745-df6d2066ac0d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5e830ac0-e089-462f-b745-df6d2066ac0d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18068840956506730596 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1806884095650673059618068840956506730596180688409565067305961806884095650673059618068840956506730596180688409565067305961806884095650673059618068840956506730596180688409565067305961806884095650673059618068840956506730596180688409565067305961806884095650673059618068840956506730596180688409565067305961806884095650673059618068840956506730596180688409565067305961806884095650673059618068840956506730596" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d5855867-fb46-4522-85e7-58fcfa4e2a58, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3060528315763183312 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30605283157631833123060528315763183312306052831576318331230605283157631833123060528315763183312306052831576318331230605283157631833123060528315763183312306052831576318331230605283157631833123060528315763183312306052831576318331230605283157631833123060528315763183312306052831576318331230605283157631833123060528315763183312306052831576318331230605283157631833123060528315763183312" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d5855867-fb46-4522-85e7-58fcfa4e2a58, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b2a93456-62e1-43d0-9805-b438ee23ecda, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b2a93456-62e1-43d0-9805-b438ee23ecda, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9415726953164833211 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94157269531648332119415726953164833211941572695316483321194157269531648332119415726953164833211941572695316483321194157269531648332119415726953164833211941572695316483321194157269531648332119415726953164833211941572695316483321194157269531648332119415726953164833211941572695316483321194157269531648332119415726953164833211941572695316483321194157269531648332119415726953164833211" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5e830ac0-e089-462f-b745-df6d2066ac0d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d50b221f-e3ee-4a1b-9da0-3bab93dccda5, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d50b221f-e3ee-4a1b-9da0-3bab93dccda5, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18047275806169259800 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1804727580616925980018047275806169259800180472758061692598001804727580616925980018047275806169259800180472758061692598001804727580616925980018047275806169259800180472758061692598001804727580616925980018047275806169259800180472758061692598001804727580616925980018047275806169259800180472758061692598001804727580616925980018047275806169259800180472758061692598001804727580616925980018047275806169259800" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b2a93456-62e1-43d0-9805-b438ee23ecda, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3ccf2511-49e0-4f1d-8c07-c2dfe787b0e3, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3ccf2511-49e0-4f1d-8c07-c2dfe787b0e3, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12038652008746363708 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1203865200874636370812038652008746363708120386520087463637081203865200874636370812038652008746363708120386520087463637081203865200874636370812038652008746363708120386520087463637081203865200874636370812038652008746363708120386520087463637081203865200874636370812038652008746363708120386520087463637081203865200874636370812038652008746363708120386520087463637081203865200874636370812038652008746363708" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d50b221f-e3ee-4a1b-9da0-3bab93dccda5, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0416ffed-a0d2-4f6c-b8c3-53d5ae3e144e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0416ffed-a0d2-4f6c-b8c3-53d5ae3e144e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12914795855827019780 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1291479585582701978012914795855827019780129147958558270197801291479585582701978012914795855827019780129147958558270197801291479585582701978012914795855827019780129147958558270197801291479585582701978012914795855827019780129147958558270197801291479585582701978012914795855827019780129147958558270197801291479585582701978012914795855827019780129147958558270197801291479585582701978012914795855827019780" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3ccf2511-49e0-4f1d-8c07-c2dfe787b0e3, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 932a7c34-ae64-4cea-8e88-e2f0b3ee0e3e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 932a7c34-ae64-4cea-8e88-e2f0b3ee0e3e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9996812503289866852 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99968125032898668529996812503289866852999681250328986685299968125032898668529996812503289866852999681250328986685299968125032898668529996812503289866852999681250328986685299968125032898668529996812503289866852999681250328986685299968125032898668529996812503289866852999681250328986685299968125032898668529996812503289866852999681250328986685299968125032898668529996812503289866852" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0416ffed-a0d2-4f6c-b8c3-53d5ae3e144e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b2523122-8fff-419e-b39e-0c3b03f46c89, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b2523122-8fff-419e-b39e-0c3b03f46c89, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10695816098289965506 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1069581609828996550610695816098289965506106958160982899655061069581609828996550610695816098289965506106958160982899655061069581609828996550610695816098289965506106958160982899655061069581609828996550610695816098289965506106958160982899655061069581609828996550610695816098289965506106958160982899655061069581609828996550610695816098289965506106958160982899655061069581609828996550610695816098289965506" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 932a7c34-ae64-4cea-8e88-e2f0b3ee0e3e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 391a84f2-5559-4d08-9a5a-4f3b01d28ce3, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 391a84f2-5559-4d08-9a5a-4f3b01d28ce3, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5306600737248749950 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53066007372487499505306600737248749950530660073724874995053066007372487499505306600737248749950530660073724874995053066007372487499505306600737248749950530660073724874995053066007372487499505306600737248749950530660073724874995053066007372487499505306600737248749950530660073724874995053066007372487499505306600737248749950530660073724874995053066007372487499505306600737248749950" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b2523122-8fff-419e-b39e-0c3b03f46c89, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e96ff98b-ad21-4316-ba0d-6bb2878e4247, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e96ff98b-ad21-4316-ba0d-6bb2878e4247, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6908512343365187992 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69085123433651879926908512343365187992690851234336518799269085123433651879926908512343365187992690851234336518799269085123433651879926908512343365187992690851234336518799269085123433651879926908512343365187992690851234336518799269085123433651879926908512343365187992690851234336518799269085123433651879926908512343365187992690851234336518799269085123433651879926908512343365187992" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 391a84f2-5559-4d08-9a5a-4f3b01d28ce3, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1476bbc5-aa38-4192-a6a7-be2af6f6a0fe, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1476bbc5-aa38-4192-a6a7-be2af6f6a0fe, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6664899338690095885 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66648993386900958856664899338690095885666489933869009588566648993386900958856664899338690095885666489933869009588566648993386900958856664899338690095885666489933869009588566648993386900958856664899338690095885666489933869009588566648993386900958856664899338690095885666489933869009588566648993386900958856664899338690095885666489933869009588566648993386900958856664899338690095885" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e96ff98b-ad21-4316-ba0d-6bb2878e4247, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6ab8eff5-d8cc-4151-8d26-5280b3b1ba7e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6ab8eff5-d8cc-4151-8d26-5280b3b1ba7e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16147431377576395319 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1614743137757639531916147431377576395319161474313775763953191614743137757639531916147431377576395319161474313775763953191614743137757639531916147431377576395319161474313775763953191614743137757639531916147431377576395319161474313775763953191614743137757639531916147431377576395319161474313775763953191614743137757639531916147431377576395319161474313775763953191614743137757639531916147431377576395319" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1476bbc5-aa38-4192-a6a7-be2af6f6a0fe, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 67a0eee3-e10f-4b18-b01f-d7bc42007b42, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 67a0eee3-e10f-4b18-b01f-d7bc42007b42, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12764816575421953825 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1276481657542195382512764816575421953825127648165754219538251276481657542195382512764816575421953825127648165754219538251276481657542195382512764816575421953825127648165754219538251276481657542195382512764816575421953825127648165754219538251276481657542195382512764816575421953825127648165754219538251276481657542195382512764816575421953825127648165754219538251276481657542195382512764816575421953825" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6ab8eff5-d8cc-4151-8d26-5280b3b1ba7e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0d7ea725-781a-482a-9cf4-da3126db61c8, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0d7ea725-781a-482a-9cf4-da3126db61c8, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2591095877728252033 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25910958777282520332591095877728252033259109587772825203325910958777282520332591095877728252033259109587772825203325910958777282520332591095877728252033259109587772825203325910958777282520332591095877728252033259109587772825203325910958777282520332591095877728252033259109587772825203325910958777282520332591095877728252033259109587772825203325910958777282520332591095877728252033" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 67a0eee3-e10f-4b18-b01f-d7bc42007b42, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ffd623e7-205f-431d-81da-dcd6a1aa30fc, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ffd623e7-205f-431d-81da-dcd6a1aa30fc, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3967516942073572940 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39675169420735729403967516942073572940396751694207357294039675169420735729403967516942073572940396751694207357294039675169420735729403967516942073572940396751694207357294039675169420735729403967516942073572940396751694207357294039675169420735729403967516942073572940396751694207357294039675169420735729403967516942073572940396751694207357294039675169420735729403967516942073572940" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0d7ea725-781a-482a-9cf4-da3126db61c8, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e19fecdf-8a8b-41ec-94a6-3f105b6a4e61, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e19fecdf-8a8b-41ec-94a6-3f105b6a4e61, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9478304284774545190 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94783042847745451909478304284774545190947830428477454519094783042847745451909478304284774545190947830428477454519094783042847745451909478304284774545190947830428477454519094783042847745451909478304284774545190947830428477454519094783042847745451909478304284774545190947830428477454519094783042847745451909478304284774545190947830428477454519094783042847745451909478304284774545190" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ffd623e7-205f-431d-81da-dcd6a1aa30fc, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e19fecdf-8a8b-41ec-94a6-3f105b6a4e61, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 201d0c53-7bab-4e15-9341-844346799078, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 201d0c53-7bab-4e15-9341-844346799078, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10208000127892389079 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1020800012789238907910208000127892389079102080001278923890791020800012789238907910208000127892389079102080001278923890791020800012789238907910208000127892389079102080001278923890791020800012789238907910208000127892389079102080001278923890791020800012789238907910208000127892389079102080001278923890791020800012789238907910208000127892389079102080001278923890791020800012789238907910208000127892389079" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 42035a8a-5386-457c-abdd-81e8afa7677e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 42035a8a-5386-457c-abdd-81e8afa7677e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8127184060494123174 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81271840604941231748127184060494123174812718406049412317481271840604941231748127184060494123174812718406049412317481271840604941231748127184060494123174812718406049412317481271840604941231748127184060494123174812718406049412317481271840604941231748127184060494123174812718406049412317481271840604941231748127184060494123174812718406049412317481271840604941231748127184060494123174" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 201d0c53-7bab-4e15-9341-844346799078, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f91303c4-4f81-40a0-8d31-e78d8bf52784, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f91303c4-4f81-40a0-8d31-e78d8bf52784, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7588288533832483480 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75882885338324834807588288533832483480758828853383248348075882885338324834807588288533832483480758828853383248348075882885338324834807588288533832483480758828853383248348075882885338324834807588288533832483480758828853383248348075882885338324834807588288533832483480758828853383248348075882885338324834807588288533832483480758828853383248348075882885338324834807588288533832483480" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 42035a8a-5386-457c-abdd-81e8afa7677e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a28dda05-84cc-4d44-9700-85741d5ceeda, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a28dda05-84cc-4d44-9700-85741d5ceeda, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17843449560898061456 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1784344956089806145617843449560898061456178434495608980614561784344956089806145617843449560898061456178434495608980614561784344956089806145617843449560898061456178434495608980614561784344956089806145617843449560898061456178434495608980614561784344956089806145617843449560898061456178434495608980614561784344956089806145617843449560898061456178434495608980614561784344956089806145617843449560898061456" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f91303c4-4f81-40a0-8d31-e78d8bf52784, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 42dd80de-a82b-4cf0-aaf0-3ec845d5aee2, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 42dd80de-a82b-4cf0-aaf0-3ec845d5aee2, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6385939225433026893 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63859392254330268936385939225433026893638593922543302689363859392254330268936385939225433026893638593922543302689363859392254330268936385939225433026893638593922543302689363859392254330268936385939225433026893638593922543302689363859392254330268936385939225433026893638593922543302689363859392254330268936385939225433026893638593922543302689363859392254330268936385939225433026893" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a28dda05-84cc-4d44-9700-85741d5ceeda, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7e103eb3-6951-4e44-a67b-97ef27ee2d45, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7e103eb3-6951-4e44-a67b-97ef27ee2d45, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6557252270455782204 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65572522704557822046557252270455782204655725227045578220465572522704557822046557252270455782204655725227045578220465572522704557822046557252270455782204655725227045578220465572522704557822046557252270455782204655725227045578220465572522704557822046557252270455782204655725227045578220465572522704557822046557252270455782204655725227045578220465572522704557822046557252270455782204" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 42dd80de-a82b-4cf0-aaf0-3ec845d5aee2, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 97533a80-f5e8-4048-a277-8545bfe66178, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 97533a80-f5e8-4048-a277-8545bfe66178, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14575545964620410150 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1457554596462041015014575545964620410150145755459646204101501457554596462041015014575545964620410150145755459646204101501457554596462041015014575545964620410150145755459646204101501457554596462041015014575545964620410150145755459646204101501457554596462041015014575545964620410150145755459646204101501457554596462041015014575545964620410150145755459646204101501457554596462041015014575545964620410150" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7e103eb3-6951-4e44-a67b-97ef27ee2d45, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ab1b1e74-45dc-4c37-97bc-c873047c6396, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ab1b1e74-45dc-4c37-97bc-c873047c6396, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2724500783415698497 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27245007834156984972724500783415698497272450078341569849727245007834156984972724500783415698497272450078341569849727245007834156984972724500783415698497272450078341569849727245007834156984972724500783415698497272450078341569849727245007834156984972724500783415698497272450078341569849727245007834156984972724500783415698497272450078341569849727245007834156984972724500783415698497" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 97533a80-f5e8-4048-a277-8545bfe66178, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 70d4cb75-7a6e-4b12-a619-0280e3086142, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 70d4cb75-7a6e-4b12-a619-0280e3086142, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10252634791955200846 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1025263479195520084610252634791955200846102526347919552008461025263479195520084610252634791955200846102526347919552008461025263479195520084610252634791955200846102526347919552008461025263479195520084610252634791955200846102526347919552008461025263479195520084610252634791955200846102526347919552008461025263479195520084610252634791955200846102526347919552008461025263479195520084610252634791955200846" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ab1b1e74-45dc-4c37-97bc-c873047c6396, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5d391354-2074-402b-8a1c-c7ad4504c28c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5d391354-2074-402b-8a1c-c7ad4504c28c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16602364525962573394 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1660236452596257339416602364525962573394166023645259625733941660236452596257339416602364525962573394166023645259625733941660236452596257339416602364525962573394166023645259625733941660236452596257339416602364525962573394166023645259625733941660236452596257339416602364525962573394166023645259625733941660236452596257339416602364525962573394166023645259625733941660236452596257339416602364525962573394" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 70d4cb75-7a6e-4b12-a619-0280e3086142, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9fe1d6d3-48ff-4029-a26c-cd42c56bcd19, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9fe1d6d3-48ff-4029-a26c-cd42c56bcd19, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1616913654309870410 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16169136543098704101616913654309870410161691365430987041016169136543098704101616913654309870410161691365430987041016169136543098704101616913654309870410161691365430987041016169136543098704101616913654309870410161691365430987041016169136543098704101616913654309870410161691365430987041016169136543098704101616913654309870410161691365430987041016169136543098704101616913654309870410" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5d391354-2074-402b-8a1c-c7ad4504c28c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 238661e1-442f-4fec-80e5-c63511f53092, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 238661e1-442f-4fec-80e5-c63511f53092, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6907380812811281396 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69073808128112813966907380812811281396690738081281128139669073808128112813966907380812811281396690738081281128139669073808128112813966907380812811281396690738081281128139669073808128112813966907380812811281396690738081281128139669073808128112813966907380812811281396690738081281128139669073808128112813966907380812811281396690738081281128139669073808128112813966907380812811281396" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9fe1d6d3-48ff-4029-a26c-cd42c56bcd19, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 670c8273-082d-4fb5-8f97-368e882f4903, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 670c8273-082d-4fb5-8f97-368e882f4903, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7048827883410565531 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70488278834105655317048827883410565531704882788341056553170488278834105655317048827883410565531704882788341056553170488278834105655317048827883410565531704882788341056553170488278834105655317048827883410565531704882788341056553170488278834105655317048827883410565531704882788341056553170488278834105655317048827883410565531704882788341056553170488278834105655317048827883410565531" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 238661e1-442f-4fec-80e5-c63511f53092, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7c3f9f26-d651-4568-879f-ca7ec651ef98, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7c3f9f26-d651-4568-879f-ca7ec651ef98, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7312433184024081941 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73124331840240819417312433184024081941731243318402408194173124331840240819417312433184024081941731243318402408194173124331840240819417312433184024081941731243318402408194173124331840240819417312433184024081941731243318402408194173124331840240819417312433184024081941731243318402408194173124331840240819417312433184024081941731243318402408194173124331840240819417312433184024081941" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 670c8273-082d-4fb5-8f97-368e882f4903, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 243e6beb-a75a-43a4-92b6-335b64bf5a31, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 243e6beb-a75a-43a4-92b6-335b64bf5a31, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8171516802022382227 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81715168020223822278171516802022382227817151680202238222781715168020223822278171516802022382227817151680202238222781715168020223822278171516802022382227817151680202238222781715168020223822278171516802022382227817151680202238222781715168020223822278171516802022382227817151680202238222781715168020223822278171516802022382227817151680202238222781715168020223822278171516802022382227" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7c3f9f26-d651-4568-879f-ca7ec651ef98, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c24231ff-5d25-49cd-a58a-662d3e137c5c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c24231ff-5d25-49cd-a58a-662d3e137c5c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8223167252851038844 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82231672528510388448223167252851038844822316725285103884482231672528510388448223167252851038844822316725285103884482231672528510388448223167252851038844822316725285103884482231672528510388448223167252851038844822316725285103884482231672528510388448223167252851038844822316725285103884482231672528510388448223167252851038844822316725285103884482231672528510388448223167252851038844" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 243e6beb-a75a-43a4-92b6-335b64bf5a31, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5b953fed-dce0-4f4d-94a5-821a4ef1c418, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5b953fed-dce0-4f4d-94a5-821a4ef1c418, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18086309484007480822 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1808630948400748082218086309484007480822180863094840074808221808630948400748082218086309484007480822180863094840074808221808630948400748082218086309484007480822180863094840074808221808630948400748082218086309484007480822180863094840074808221808630948400748082218086309484007480822180863094840074808221808630948400748082218086309484007480822180863094840074808221808630948400748082218086309484007480822" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c24231ff-5d25-49cd-a58a-662d3e137c5c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1748471a-add2-46e6-8ac0-a91c287c541d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1748471a-add2-46e6-8ac0-a91c287c541d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16420100415649084325 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1642010041564908432516420100415649084325164201004156490843251642010041564908432516420100415649084325164201004156490843251642010041564908432516420100415649084325164201004156490843251642010041564908432516420100415649084325164201004156490843251642010041564908432516420100415649084325164201004156490843251642010041564908432516420100415649084325164201004156490843251642010041564908432516420100415649084325" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5b953fed-dce0-4f4d-94a5-821a4ef1c418, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 93ce36a8-2051-4b70-92e2-d4c17b940a23, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 93ce36a8-2051-4b70-92e2-d4c17b940a23, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17430126213143042251 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1743012621314304225117430126213143042251174301262131430422511743012621314304225117430126213143042251174301262131430422511743012621314304225117430126213143042251174301262131430422511743012621314304225117430126213143042251174301262131430422511743012621314304225117430126213143042251174301262131430422511743012621314304225117430126213143042251174301262131430422511743012621314304225117430126213143042251" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1748471a-add2-46e6-8ac0-a91c287c541d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5477d5ee-242b-400c-bbe3-4c9e967ad4b2, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5477d5ee-242b-400c-bbe3-4c9e967ad4b2, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13061441599100055156 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1306144159910005515613061441599100055156130614415991000551561306144159910005515613061441599100055156130614415991000551561306144159910005515613061441599100055156130614415991000551561306144159910005515613061441599100055156130614415991000551561306144159910005515613061441599100055156130614415991000551561306144159910005515613061441599100055156130614415991000551561306144159910005515613061441599100055156" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 93ce36a8-2051-4b70-92e2-d4c17b940a23, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ac01d185-9b24-43cc-93e8-1277f88fbf79, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ac01d185-9b24-43cc-93e8-1277f88fbf79, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10710645351030097641 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1071064535103009764110710645351030097641107106453510300976411071064535103009764110710645351030097641107106453510300976411071064535103009764110710645351030097641107106453510300976411071064535103009764110710645351030097641107106453510300976411071064535103009764110710645351030097641107106453510300976411071064535103009764110710645351030097641107106453510300976411071064535103009764110710645351030097641" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5477d5ee-242b-400c-bbe3-4c9e967ad4b2, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0b0b16a2-b335-454f-982c-96bef4f819c5, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ac01d185-9b24-43cc-93e8-1277f88fbf79, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f8b255da-9d48-4c45-81e3-b9aa7ffa80d5, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f8b255da-9d48-4c45-81e3-b9aa7ffa80d5, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16823213926687544147 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1682321392668754414716823213926687544147168232139266875441471682321392668754414716823213926687544147168232139266875441471682321392668754414716823213926687544147168232139266875441471682321392668754414716823213926687544147168232139266875441471682321392668754414716823213926687544147168232139266875441471682321392668754414716823213926687544147168232139266875441471682321392668754414716823213926687544147" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0b0b16a2-b335-454f-982c-96bef4f819c5, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6415601135429338625 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64156011354293386256415601135429338625641560113542933862564156011354293386256415601135429338625641560113542933862564156011354293386256415601135429338625641560113542933862564156011354293386256415601135429338625641560113542933862564156011354293386256415601135429338625641560113542933862564156011354293386256415601135429338625641560113542933862564156011354293386256415601135429338625" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f8b255da-9d48-4c45-81e3-b9aa7ffa80d5, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1b631e15-f82a-44a2-95b3-55e2ec99d28c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1b631e15-f82a-44a2-95b3-55e2ec99d28c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7209054370037861032 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72090543700378610327209054370037861032720905437003786103272090543700378610327209054370037861032720905437003786103272090543700378610327209054370037861032720905437003786103272090543700378610327209054370037861032720905437003786103272090543700378610327209054370037861032720905437003786103272090543700378610327209054370037861032720905437003786103272090543700378610327209054370037861032" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0b0b16a2-b335-454f-982c-96bef4f819c5, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 26b87cae-e1f4-4b86-83e5-90b6efbaf5b9, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 26b87cae-e1f4-4b86-83e5-90b6efbaf5b9, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15931631098296312105 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1593163109829631210515931631098296312105159316310982963121051593163109829631210515931631098296312105159316310982963121051593163109829631210515931631098296312105159316310982963121051593163109829631210515931631098296312105159316310982963121051593163109829631210515931631098296312105159316310982963121051593163109829631210515931631098296312105159316310982963121051593163109829631210515931631098296312105" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1b631e15-f82a-44a2-95b3-55e2ec99d28c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 11ce5252-77df-4d11-a227-0366cfff7f04, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 11ce5252-77df-4d11-a227-0366cfff7f04, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15268044090296757857 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1526804409029675785715268044090296757857152680440902967578571526804409029675785715268044090296757857152680440902967578571526804409029675785715268044090296757857152680440902967578571526804409029675785715268044090296757857152680440902967578571526804409029675785715268044090296757857152680440902967578571526804409029675785715268044090296757857152680440902967578571526804409029675785715268044090296757857" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 26b87cae-e1f4-4b86-83e5-90b6efbaf5b9, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ede7e0fc-a0f7-4cf2-9bbf-88a425811bea, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ede7e0fc-a0f7-4cf2-9bbf-88a425811bea, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9129993658707659845 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91299936587076598459129993658707659845912999365870765984591299936587076598459129993658707659845912999365870765984591299936587076598459129993658707659845912999365870765984591299936587076598459129993658707659845912999365870765984591299936587076598459129993658707659845912999365870765984591299936587076598459129993658707659845912999365870765984591299936587076598459129993658707659845" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 11ce5252-77df-4d11-a227-0366cfff7f04, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, aab45e1b-ea17-440f-aa5a-039b6864a721, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aab45e1b-ea17-440f-aa5a-039b6864a721, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2388535352034568395 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23885353520345683952388535352034568395238853535203456839523885353520345683952388535352034568395238853535203456839523885353520345683952388535352034568395238853535203456839523885353520345683952388535352034568395238853535203456839523885353520345683952388535352034568395238853535203456839523885353520345683952388535352034568395238853535203456839523885353520345683952388535352034568395" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ede7e0fc-a0f7-4cf2-9bbf-88a425811bea, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 45c68c36-72c9-4ae9-a2de-b71378b8721d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 45c68c36-72c9-4ae9-a2de-b71378b8721d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5209769183850444222 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52097691838504442225209769183850444222520976918385044422252097691838504442225209769183850444222520976918385044422252097691838504442225209769183850444222520976918385044422252097691838504442225209769183850444222520976918385044422252097691838504442225209769183850444222520976918385044422252097691838504442225209769183850444222520976918385044422252097691838504442225209769183850444222" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aab45e1b-ea17-440f-aa5a-039b6864a721, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 529863e3-2c20-4c52-90ac-e46ba72791f7, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 529863e3-2c20-4c52-90ac-e46ba72791f7, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11993686770011370285 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1199368677001137028511993686770011370285119936867700113702851199368677001137028511993686770011370285119936867700113702851199368677001137028511993686770011370285119936867700113702851199368677001137028511993686770011370285119936867700113702851199368677001137028511993686770011370285119936867700113702851199368677001137028511993686770011370285119936867700113702851199368677001137028511993686770011370285" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 45c68c36-72c9-4ae9-a2de-b71378b8721d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 18449dbc-bade-4ee4-812e-0c8e0332ae56, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 18449dbc-bade-4ee4-812e-0c8e0332ae56, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3629754209454066539 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36297542094540665393629754209454066539362975420945406653936297542094540665393629754209454066539362975420945406653936297542094540665393629754209454066539362975420945406653936297542094540665393629754209454066539362975420945406653936297542094540665393629754209454066539362975420945406653936297542094540665393629754209454066539362975420945406653936297542094540665393629754209454066539" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 529863e3-2c20-4c52-90ac-e46ba72791f7, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c980609b-f537-4250-9c99-cce0a4f494b6, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c980609b-f537-4250-9c99-cce0a4f494b6, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14456867894865394838 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1445686789486539483814456867894865394838144568678948653948381445686789486539483814456867894865394838144568678948653948381445686789486539483814456867894865394838144568678948653948381445686789486539483814456867894865394838144568678948653948381445686789486539483814456867894865394838144568678948653948381445686789486539483814456867894865394838144568678948653948381445686789486539483814456867894865394838" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 18449dbc-bade-4ee4-812e-0c8e0332ae56, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3cd4c990-e7d2-4760-ab76-0371b6e5c56d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3cd4c990-e7d2-4760-ab76-0371b6e5c56d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1459532588885597405 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14595325888855974051459532588885597405145953258888559740514595325888855974051459532588885597405145953258888559740514595325888855974051459532588885597405145953258888559740514595325888855974051459532588885597405145953258888559740514595325888855974051459532588885597405145953258888559740514595325888855974051459532588885597405145953258888559740514595325888855974051459532588885597405" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c980609b-f537-4250-9c99-cce0a4f494b6, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cdca80c3-c3c5-4557-959f-87cd39c10d69, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cdca80c3-c3c5-4557-959f-87cd39c10d69, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16295966847080949989 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1629596684708094998916295966847080949989162959668470809499891629596684708094998916295966847080949989162959668470809499891629596684708094998916295966847080949989162959668470809499891629596684708094998916295966847080949989162959668470809499891629596684708094998916295966847080949989162959668470809499891629596684708094998916295966847080949989162959668470809499891629596684708094998916295966847080949989" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cdca80c3-c3c5-4557-959f-87cd39c10d69, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f9988667-c612-4a9c-9f5f-4e9f2314bc94, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f9988667-c612-4a9c-9f5f-4e9f2314bc94, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 605563759508061187 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "605563759508061187605563759508061187605563759508061187605563759508061187605563759508061187605563759508061187605563759508061187605563759508061187605563759508061187605563759508061187605563759508061187605563759508061187605563759508061187605563759508061187605563759508061187605563759508061187605563759508061187605563759508061187605563759508061187605563759508061187" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3cd4c990-e7d2-4760-ab76-0371b6e5c56d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9b7c20ff-3a62-4490-b18d-d8413f051d5f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9b7c20ff-3a62-4490-b18d-d8413f051d5f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7646164339565966786 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76461643395659667867646164339565966786764616433956596678676461643395659667867646164339565966786764616433956596678676461643395659667867646164339565966786764616433956596678676461643395659667867646164339565966786764616433956596678676461643395659667867646164339565966786764616433956596678676461643395659667867646164339565966786764616433956596678676461643395659667867646164339565966786" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f9988667-c612-4a9c-9f5f-4e9f2314bc94, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 53faeb82-617b-4eea-a32a-8f8184af5b92, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 53faeb82-617b-4eea-a32a-8f8184af5b92, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14490367783746000273 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1449036778374600027314490367783746000273144903677837460002731449036778374600027314490367783746000273144903677837460002731449036778374600027314490367783746000273144903677837460002731449036778374600027314490367783746000273144903677837460002731449036778374600027314490367783746000273144903677837460002731449036778374600027314490367783746000273144903677837460002731449036778374600027314490367783746000273" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9b7c20ff-3a62-4490-b18d-d8413f051d5f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7a056b6d-1210-4eaf-af7f-4b9a862416b1, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7a056b6d-1210-4eaf-af7f-4b9a862416b1, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9133314959777408963 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91333149597774089639133314959777408963913331495977740896391333149597774089639133314959777408963913331495977740896391333149597774089639133314959777408963913331495977740896391333149597774089639133314959777408963913331495977740896391333149597774089639133314959777408963913331495977740896391333149597774089639133314959777408963913331495977740896391333149597774089639133314959777408963" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 53faeb82-617b-4eea-a32a-8f8184af5b92, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7c42e031-f7ca-4beb-9416-30765dc11178, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7c42e031-f7ca-4beb-9416-30765dc11178, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2239458601733665308 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22394586017336653082239458601733665308223945860173366530822394586017336653082239458601733665308223945860173366530822394586017336653082239458601733665308223945860173366530822394586017336653082239458601733665308223945860173366530822394586017336653082239458601733665308223945860173366530822394586017336653082239458601733665308223945860173366530822394586017336653082239458601733665308" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7a056b6d-1210-4eaf-af7f-4b9a862416b1, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5fdfe144-e4a3-4d69-b397-99119b1b1756, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5fdfe144-e4a3-4d69-b397-99119b1b1756, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7539501566739260336 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75395015667392603367539501566739260336753950156673926033675395015667392603367539501566739260336753950156673926033675395015667392603367539501566739260336753950156673926033675395015667392603367539501566739260336753950156673926033675395015667392603367539501566739260336753950156673926033675395015667392603367539501566739260336753950156673926033675395015667392603367539501566739260336" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7c42e031-f7ca-4beb-9416-30765dc11178, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4b48af3e-25e4-4a4c-8ad0-4cbc62432651, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4b48af3e-25e4-4a4c-8ad0-4cbc62432651, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14773444526921253765 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1477344452692125376514773444526921253765147734445269212537651477344452692125376514773444526921253765147734445269212537651477344452692125376514773444526921253765147734445269212537651477344452692125376514773444526921253765147734445269212537651477344452692125376514773444526921253765147734445269212537651477344452692125376514773444526921253765147734445269212537651477344452692125376514773444526921253765" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5fdfe144-e4a3-4d69-b397-99119b1b1756, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8453b396-8e27-43fc-8a18-366bbacce70f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4b48af3e-25e4-4a4c-8ad0-4cbc62432651, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d5f7fb69-e05a-42c4-8d55-32be59aa90b8, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d5f7fb69-e05a-42c4-8d55-32be59aa90b8, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17358521498081889556 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1735852149808188955617358521498081889556173585214980818895561735852149808188955617358521498081889556173585214980818895561735852149808188955617358521498081889556173585214980818895561735852149808188955617358521498081889556173585214980818895561735852149808188955617358521498081889556173585214980818895561735852149808188955617358521498081889556173585214980818895561735852149808188955617358521498081889556" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8453b396-8e27-43fc-8a18-366bbacce70f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8457129623398628364 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84571296233986283648457129623398628364845712962339862836484571296233986283648457129623398628364845712962339862836484571296233986283648457129623398628364845712962339862836484571296233986283648457129623398628364845712962339862836484571296233986283648457129623398628364845712962339862836484571296233986283648457129623398628364845712962339862836484571296233986283648457129623398628364" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d5f7fb69-e05a-42c4-8d55-32be59aa90b8, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 572c674a-cf50-4c58-8f0d-797a9591079e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 572c674a-cf50-4c58-8f0d-797a9591079e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13293672015140155838 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1329367201514015583813293672015140155838132936720151401558381329367201514015583813293672015140155838132936720151401558381329367201514015583813293672015140155838132936720151401558381329367201514015583813293672015140155838132936720151401558381329367201514015583813293672015140155838132936720151401558381329367201514015583813293672015140155838132936720151401558381329367201514015583813293672015140155838" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8453b396-8e27-43fc-8a18-366bbacce70f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d7a416ab-0707-4f47-b812-3d702abf4869, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d7a416ab-0707-4f47-b812-3d702abf4869, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6845055638486351727 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68450556384863517276845055638486351727684505563848635172768450556384863517276845055638486351727684505563848635172768450556384863517276845055638486351727684505563848635172768450556384863517276845055638486351727684505563848635172768450556384863517276845055638486351727684505563848635172768450556384863517276845055638486351727684505563848635172768450556384863517276845055638486351727" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 572c674a-cf50-4c58-8f0d-797a9591079e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 19ef9489-06f1-4533-a1fe-e13bc3883640, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 19ef9489-06f1-4533-a1fe-e13bc3883640, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17753557681460184459 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1775355768146018445917753557681460184459177535576814601844591775355768146018445917753557681460184459177535576814601844591775355768146018445917753557681460184459177535576814601844591775355768146018445917753557681460184459177535576814601844591775355768146018445917753557681460184459177535576814601844591775355768146018445917753557681460184459177535576814601844591775355768146018445917753557681460184459" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d7a416ab-0707-4f47-b812-3d702abf4869, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e4db3c17-5b33-4db7-a780-194355b8bc24, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e4db3c17-5b33-4db7-a780-194355b8bc24, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 138044519540347384 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "138044519540347384138044519540347384138044519540347384138044519540347384138044519540347384138044519540347384138044519540347384138044519540347384138044519540347384138044519540347384138044519540347384138044519540347384138044519540347384138044519540347384138044519540347384138044519540347384138044519540347384138044519540347384138044519540347384138044519540347384" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 19ef9489-06f1-4533-a1fe-e13bc3883640, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4269a64a-c7f2-4d6b-85eb-c4f8e24e96da, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4269a64a-c7f2-4d6b-85eb-c4f8e24e96da, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3120329503920583721 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31203295039205837213120329503920583721312032950392058372131203295039205837213120329503920583721312032950392058372131203295039205837213120329503920583721312032950392058372131203295039205837213120329503920583721312032950392058372131203295039205837213120329503920583721312032950392058372131203295039205837213120329503920583721312032950392058372131203295039205837213120329503920583721" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e4db3c17-5b33-4db7-a780-194355b8bc24, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7ec6d12f-edba-4598-bb3a-845ac3371ea2, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7ec6d12f-edba-4598-bb3a-845ac3371ea2, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7121476416213237673 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71214764162132376737121476416213237673712147641621323767371214764162132376737121476416213237673712147641621323767371214764162132376737121476416213237673712147641621323767371214764162132376737121476416213237673712147641621323767371214764162132376737121476416213237673712147641621323767371214764162132376737121476416213237673712147641621323767371214764162132376737121476416213237673" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4269a64a-c7f2-4d6b-85eb-c4f8e24e96da, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dabc0ba2-5555-42fa-8667-06696e6d19ba, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dabc0ba2-5555-42fa-8667-06696e6d19ba, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18346434161945787952 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1834643416194578795218346434161945787952183464341619457879521834643416194578795218346434161945787952183464341619457879521834643416194578795218346434161945787952183464341619457879521834643416194578795218346434161945787952183464341619457879521834643416194578795218346434161945787952183464341619457879521834643416194578795218346434161945787952183464341619457879521834643416194578795218346434161945787952" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7ec6d12f-edba-4598-bb3a-845ac3371ea2, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1fc7be60-ed29-41ed-9fdc-409b00ce3ca8, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1fc7be60-ed29-41ed-9fdc-409b00ce3ca8, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13912414013184827240 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1391241401318482724013912414013184827240139124140131848272401391241401318482724013912414013184827240139124140131848272401391241401318482724013912414013184827240139124140131848272401391241401318482724013912414013184827240139124140131848272401391241401318482724013912414013184827240139124140131848272401391241401318482724013912414013184827240139124140131848272401391241401318482724013912414013184827240" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dabc0ba2-5555-42fa-8667-06696e6d19ba, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 68d3bc9e-7560-4db6-8cc5-92cd6ee07e5d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 68d3bc9e-7560-4db6-8cc5-92cd6ee07e5d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16329846720682323725 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1632984672068232372516329846720682323725163298467206823237251632984672068232372516329846720682323725163298467206823237251632984672068232372516329846720682323725163298467206823237251632984672068232372516329846720682323725163298467206823237251632984672068232372516329846720682323725163298467206823237251632984672068232372516329846720682323725163298467206823237251632984672068232372516329846720682323725" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1fc7be60-ed29-41ed-9fdc-409b00ce3ca8, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 962c04d2-55b7-4b0b-928d-1be53f0a54e9, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 962c04d2-55b7-4b0b-928d-1be53f0a54e9, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 907075786550312546 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "907075786550312546907075786550312546907075786550312546907075786550312546907075786550312546907075786550312546907075786550312546907075786550312546907075786550312546907075786550312546907075786550312546907075786550312546907075786550312546907075786550312546907075786550312546907075786550312546907075786550312546907075786550312546907075786550312546907075786550312546" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 68d3bc9e-7560-4db6-8cc5-92cd6ee07e5d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f0d174a9-63d2-458f-a1ec-0885d579dbb4, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f0d174a9-63d2-458f-a1ec-0885d579dbb4, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10639207313629039533 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1063920731362903953310639207313629039533106392073136290395331063920731362903953310639207313629039533106392073136290395331063920731362903953310639207313629039533106392073136290395331063920731362903953310639207313629039533106392073136290395331063920731362903953310639207313629039533106392073136290395331063920731362903953310639207313629039533106392073136290395331063920731362903953310639207313629039533" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 962c04d2-55b7-4b0b-928d-1be53f0a54e9, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 70d0f1aa-f4eb-43d0-b2cd-634a4014e4aa, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 70d0f1aa-f4eb-43d0-b2cd-634a4014e4aa, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12164491384936694852 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1216449138493669485212164491384936694852121644913849366948521216449138493669485212164491384936694852121644913849366948521216449138493669485212164491384936694852121644913849366948521216449138493669485212164491384936694852121644913849366948521216449138493669485212164491384936694852121644913849366948521216449138493669485212164491384936694852121644913849366948521216449138493669485212164491384936694852" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f0d174a9-63d2-458f-a1ec-0885d579dbb4, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 92de9dcc-c38b-4f56-a191-cf0b3aa61a75, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 92de9dcc-c38b-4f56-a191-cf0b3aa61a75, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15741713398303251652 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1574171339830325165215741713398303251652157417133983032516521574171339830325165215741713398303251652157417133983032516521574171339830325165215741713398303251652157417133983032516521574171339830325165215741713398303251652157417133983032516521574171339830325165215741713398303251652157417133983032516521574171339830325165215741713398303251652157417133983032516521574171339830325165215741713398303251652" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 70d0f1aa-f4eb-43d0-b2cd-634a4014e4aa, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e9abc8a0-b74a-4537-aa16-252e32b9c426, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e9abc8a0-b74a-4537-aa16-252e32b9c426, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14944943814044983507 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1494494381404498350714944943814044983507149449438140449835071494494381404498350714944943814044983507149449438140449835071494494381404498350714944943814044983507149449438140449835071494494381404498350714944943814044983507149449438140449835071494494381404498350714944943814044983507149449438140449835071494494381404498350714944943814044983507149449438140449835071494494381404498350714944943814044983507" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 92de9dcc-c38b-4f56-a191-cf0b3aa61a75, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 57689ab7-902e-475b-b56c-5c49ee52d28a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 57689ab7-902e-475b-b56c-5c49ee52d28a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2474662088683233120 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24746620886832331202474662088683233120247466208868323312024746620886832331202474662088683233120247466208868323312024746620886832331202474662088683233120247466208868323312024746620886832331202474662088683233120247466208868323312024746620886832331202474662088683233120247466208868323312024746620886832331202474662088683233120247466208868323312024746620886832331202474662088683233120" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e9abc8a0-b74a-4537-aa16-252e32b9c426, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b8395be2-d5d6-4721-a362-832f3a33c9b5, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b8395be2-d5d6-4721-a362-832f3a33c9b5, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10597810648599255099 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1059781064859925509910597810648599255099105978106485992550991059781064859925509910597810648599255099105978106485992550991059781064859925509910597810648599255099105978106485992550991059781064859925509910597810648599255099105978106485992550991059781064859925509910597810648599255099105978106485992550991059781064859925509910597810648599255099105978106485992550991059781064859925509910597810648599255099" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 57689ab7-902e-475b-b56c-5c49ee52d28a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b3be0fa0-3b98-488e-bc71-48236478a387, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b3be0fa0-3b98-488e-bc71-48236478a387, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16249300168099716081 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1624930016809971608116249300168099716081162493001680997160811624930016809971608116249300168099716081162493001680997160811624930016809971608116249300168099716081162493001680997160811624930016809971608116249300168099716081162493001680997160811624930016809971608116249300168099716081162493001680997160811624930016809971608116249300168099716081162493001680997160811624930016809971608116249300168099716081" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b8395be2-d5d6-4721-a362-832f3a33c9b5, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 16591c39-fe58-4762-99b0-f4f7220fa6b4, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 16591c39-fe58-4762-99b0-f4f7220fa6b4, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13346684430811795632 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1334668443081179563213346684430811795632133466844308117956321334668443081179563213346684430811795632133466844308117956321334668443081179563213346684430811795632133466844308117956321334668443081179563213346684430811795632133466844308117956321334668443081179563213346684430811795632133466844308117956321334668443081179563213346684430811795632133466844308117956321334668443081179563213346684430811795632" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b3be0fa0-3b98-488e-bc71-48236478a387, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 20db9cc4-4e7f-48ed-8142-9aae18daf04a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 20db9cc4-4e7f-48ed-8142-9aae18daf04a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8107313779133022114 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81073137791330221148107313779133022114810731377913302211481073137791330221148107313779133022114810731377913302211481073137791330221148107313779133022114810731377913302211481073137791330221148107313779133022114810731377913302211481073137791330221148107313779133022114810731377913302211481073137791330221148107313779133022114810731377913302211481073137791330221148107313779133022114" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 16591c39-fe58-4762-99b0-f4f7220fa6b4, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f0f0c851-cd11-45bb-945d-29c87292bda6, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f0f0c851-cd11-45bb-945d-29c87292bda6, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 149282853694014939 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "149282853694014939149282853694014939149282853694014939149282853694014939149282853694014939149282853694014939149282853694014939149282853694014939149282853694014939149282853694014939149282853694014939149282853694014939149282853694014939149282853694014939149282853694014939149282853694014939149282853694014939149282853694014939149282853694014939149282853694014939" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 20db9cc4-4e7f-48ed-8142-9aae18daf04a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 614602c3-8ff7-48cb-b748-72b380e70380, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 614602c3-8ff7-48cb-b748-72b380e70380, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17649862985140395023 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1764986298514039502317649862985140395023176498629851403950231764986298514039502317649862985140395023176498629851403950231764986298514039502317649862985140395023176498629851403950231764986298514039502317649862985140395023176498629851403950231764986298514039502317649862985140395023176498629851403950231764986298514039502317649862985140395023176498629851403950231764986298514039502317649862985140395023" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f0f0c851-cd11-45bb-945d-29c87292bda6, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 614602c3-8ff7-48cb-b748-72b380e70380, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f75b8eab-8f65-4eed-b626-a03a1784fa90, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d2093869-933a-436b-9ca3-6b42d33c2263, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d2093869-933a-436b-9ca3-6b42d33c2263, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15870277853276479368 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1587027785327647936815870277853276479368158702778532764793681587027785327647936815870277853276479368158702778532764793681587027785327647936815870277853276479368158702778532764793681587027785327647936815870277853276479368158702778532764793681587027785327647936815870277853276479368158702778532764793681587027785327647936815870277853276479368158702778532764793681587027785327647936815870277853276479368" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f75b8eab-8f65-4eed-b626-a03a1784fa90, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10453172951015720084 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1045317295101572008410453172951015720084104531729510157200841045317295101572008410453172951015720084104531729510157200841045317295101572008410453172951015720084104531729510157200841045317295101572008410453172951015720084104531729510157200841045317295101572008410453172951015720084104531729510157200841045317295101572008410453172951015720084104531729510157200841045317295101572008410453172951015720084" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d2093869-933a-436b-9ca3-6b42d33c2263, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d975bc3d-50a8-4b56-b283-f3b96b4c5f48, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d975bc3d-50a8-4b56-b283-f3b96b4c5f48, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13508278824357808349 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1350827882435780834913508278824357808349135082788243578083491350827882435780834913508278824357808349135082788243578083491350827882435780834913508278824357808349135082788243578083491350827882435780834913508278824357808349135082788243578083491350827882435780834913508278824357808349135082788243578083491350827882435780834913508278824357808349135082788243578083491350827882435780834913508278824357808349" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f75b8eab-8f65-4eed-b626-a03a1784fa90, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f08ec87b-6d96-43ac-9aad-e66e2a0dae27, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f08ec87b-6d96-43ac-9aad-e66e2a0dae27, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12792830892733689341 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1279283089273368934112792830892733689341127928308927336893411279283089273368934112792830892733689341127928308927336893411279283089273368934112792830892733689341127928308927336893411279283089273368934112792830892733689341127928308927336893411279283089273368934112792830892733689341127928308927336893411279283089273368934112792830892733689341127928308927336893411279283089273368934112792830892733689341" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d975bc3d-50a8-4b56-b283-f3b96b4c5f48, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c7f16861-717f-467b-9193-10d1aeb18473, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c7f16861-717f-467b-9193-10d1aeb18473, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12817082323387879658 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1281708232338787965812817082323387879658128170823233878796581281708232338787965812817082323387879658128170823233878796581281708232338787965812817082323387879658128170823233878796581281708232338787965812817082323387879658128170823233878796581281708232338787965812817082323387879658128170823233878796581281708232338787965812817082323387879658128170823233878796581281708232338787965812817082323387879658" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f08ec87b-6d96-43ac-9aad-e66e2a0dae27, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f838dc81-3dcd-49c6-9896-8b0b39259afa, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f838dc81-3dcd-49c6-9896-8b0b39259afa, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8837798221546921775 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88377982215469217758837798221546921775883779822154692177588377982215469217758837798221546921775883779822154692177588377982215469217758837798221546921775883779822154692177588377982215469217758837798221546921775883779822154692177588377982215469217758837798221546921775883779822154692177588377982215469217758837798221546921775883779822154692177588377982215469217758837798221546921775" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c7f16861-717f-467b-9193-10d1aeb18473, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a87a9bb4-8391-461b-b02e-93dd2d115d33, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a87a9bb4-8391-461b-b02e-93dd2d115d33, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7353437831493453002 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73534378314934530027353437831493453002735343783149345300273534378314934530027353437831493453002735343783149345300273534378314934530027353437831493453002735343783149345300273534378314934530027353437831493453002735343783149345300273534378314934530027353437831493453002735343783149345300273534378314934530027353437831493453002735343783149345300273534378314934530027353437831493453002" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f838dc81-3dcd-49c6-9896-8b0b39259afa, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9b31985c-a104-4a7d-8e06-a54e5ef9712d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9b31985c-a104-4a7d-8e06-a54e5ef9712d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7861935211821535571 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78619352118215355717861935211821535571786193521182153557178619352118215355717861935211821535571786193521182153557178619352118215355717861935211821535571786193521182153557178619352118215355717861935211821535571786193521182153557178619352118215355717861935211821535571786193521182153557178619352118215355717861935211821535571786193521182153557178619352118215355717861935211821535571" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a87a9bb4-8391-461b-b02e-93dd2d115d33, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 39955fd7-848e-4c68-b953-5226668a3a61, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 39955fd7-848e-4c68-b953-5226668a3a61, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12669356463774425298 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1266935646377442529812669356463774425298126693564637744252981266935646377442529812669356463774425298126693564637744252981266935646377442529812669356463774425298126693564637744252981266935646377442529812669356463774425298126693564637744252981266935646377442529812669356463774425298126693564637744252981266935646377442529812669356463774425298126693564637744252981266935646377442529812669356463774425298" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9b31985c-a104-4a7d-8e06-a54e5ef9712d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 39955fd7-848e-4c68-b953-5226668a3a61, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2c140a70-9900-47f0-87b7-e30c7697d7eb, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2c140a70-9900-47f0-87b7-e30c7697d7eb, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10807837416213091702 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1080783741621309170210807837416213091702108078374162130917021080783741621309170210807837416213091702108078374162130917021080783741621309170210807837416213091702108078374162130917021080783741621309170210807837416213091702108078374162130917021080783741621309170210807837416213091702108078374162130917021080783741621309170210807837416213091702108078374162130917021080783741621309170210807837416213091702" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6973520c-ab9f-41bc-b05b-85bf5f765709, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6973520c-ab9f-41bc-b05b-85bf5f765709, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17160737635448511502 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1716073763544851150217160737635448511502171607376354485115021716073763544851150217160737635448511502171607376354485115021716073763544851150217160737635448511502171607376354485115021716073763544851150217160737635448511502171607376354485115021716073763544851150217160737635448511502171607376354485115021716073763544851150217160737635448511502171607376354485115021716073763544851150217160737635448511502" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2c140a70-9900-47f0-87b7-e30c7697d7eb, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6973520c-ab9f-41bc-b05b-85bf5f765709, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cd4a59d1-c63a-47d8-94ef-357dee73e1b3, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e3cea757-76e2-41fb-988f-759f7a03e4cc, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e3cea757-76e2-41fb-988f-759f7a03e4cc, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8905067879198254586 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89050678791982545868905067879198254586890506787919825458689050678791982545868905067879198254586890506787919825458689050678791982545868905067879198254586890506787919825458689050678791982545868905067879198254586890506787919825458689050678791982545868905067879198254586890506787919825458689050678791982545868905067879198254586890506787919825458689050678791982545868905067879198254586" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cd4a59d1-c63a-47d8-94ef-357dee73e1b3, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1871202037167159847 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18712020371671598471871202037167159847187120203716715984718712020371671598471871202037167159847187120203716715984718712020371671598471871202037167159847187120203716715984718712020371671598471871202037167159847187120203716715984718712020371671598471871202037167159847187120203716715984718712020371671598471871202037167159847187120203716715984718712020371671598471871202037167159847" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e3cea757-76e2-41fb-988f-759f7a03e4cc, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 08a285d9-3997-4524-b022-e88e0b660037, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 08a285d9-3997-4524-b022-e88e0b660037, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10802496102381901849 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1080249610238190184910802496102381901849108024961023819018491080249610238190184910802496102381901849108024961023819018491080249610238190184910802496102381901849108024961023819018491080249610238190184910802496102381901849108024961023819018491080249610238190184910802496102381901849108024961023819018491080249610238190184910802496102381901849108024961023819018491080249610238190184910802496102381901849" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cd4a59d1-c63a-47d8-94ef-357dee73e1b3, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4bfc296b-1838-44ab-ba1e-188438286b55, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4bfc296b-1838-44ab-ba1e-188438286b55, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17622275724523528912 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1762227572452352891217622275724523528912176222757245235289121762227572452352891217622275724523528912176222757245235289121762227572452352891217622275724523528912176222757245235289121762227572452352891217622275724523528912176222757245235289121762227572452352891217622275724523528912176222757245235289121762227572452352891217622275724523528912176222757245235289121762227572452352891217622275724523528912" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 08a285d9-3997-4524-b022-e88e0b660037, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2a6234a0-6fc0-4ded-ab7b-dabf46efdbd3, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2a6234a0-6fc0-4ded-ab7b-dabf46efdbd3, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1234560746250356825 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12345607462503568251234560746250356825123456074625035682512345607462503568251234560746250356825123456074625035682512345607462503568251234560746250356825123456074625035682512345607462503568251234560746250356825123456074625035682512345607462503568251234560746250356825123456074625035682512345607462503568251234560746250356825123456074625035682512345607462503568251234560746250356825" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4bfc296b-1838-44ab-ba1e-188438286b55, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 04b87b23-67b3-4da3-a593-07cf534e4a40, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 04b87b23-67b3-4da3-a593-07cf534e4a40, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10900520788490101386 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1090052078849010138610900520788490101386109005207884901013861090052078849010138610900520788490101386109005207884901013861090052078849010138610900520788490101386109005207884901013861090052078849010138610900520788490101386109005207884901013861090052078849010138610900520788490101386109005207884901013861090052078849010138610900520788490101386109005207884901013861090052078849010138610900520788490101386" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2a6234a0-6fc0-4ded-ab7b-dabf46efdbd3, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 792dc964-6b27-4f37-aa1d-f93473200d6a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 792dc964-6b27-4f37-aa1d-f93473200d6a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17537548035076594650 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1753754803507659465017537548035076594650175375480350765946501753754803507659465017537548035076594650175375480350765946501753754803507659465017537548035076594650175375480350765946501753754803507659465017537548035076594650175375480350765946501753754803507659465017537548035076594650175375480350765946501753754803507659465017537548035076594650175375480350765946501753754803507659465017537548035076594650" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 04b87b23-67b3-4da3-a593-07cf534e4a40, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fe875ed4-ae35-449c-bd93-11272a445708, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fe875ed4-ae35-449c-bd93-11272a445708, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4826386549469926663 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48263865494699266634826386549469926663482638654946992666348263865494699266634826386549469926663482638654946992666348263865494699266634826386549469926663482638654946992666348263865494699266634826386549469926663482638654946992666348263865494699266634826386549469926663482638654946992666348263865494699266634826386549469926663482638654946992666348263865494699266634826386549469926663" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 792dc964-6b27-4f37-aa1d-f93473200d6a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 33e30b51-ce4d-48e9-af13-50083a8a022c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 33e30b51-ce4d-48e9-af13-50083a8a022c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 402474151588638689 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "402474151588638689402474151588638689402474151588638689402474151588638689402474151588638689402474151588638689402474151588638689402474151588638689402474151588638689402474151588638689402474151588638689402474151588638689402474151588638689402474151588638689402474151588638689402474151588638689402474151588638689402474151588638689402474151588638689402474151588638689" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fe875ed4-ae35-449c-bd93-11272a445708, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c8cc798a-5e16-4602-81d0-e445ea502e07, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c8cc798a-5e16-4602-81d0-e445ea502e07, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18404128107991384743 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1840412810799138474318404128107991384743184041281079913847431840412810799138474318404128107991384743184041281079913847431840412810799138474318404128107991384743184041281079913847431840412810799138474318404128107991384743184041281079913847431840412810799138474318404128107991384743184041281079913847431840412810799138474318404128107991384743184041281079913847431840412810799138474318404128107991384743" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 33e30b51-ce4d-48e9-af13-50083a8a022c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 76fbe50b-e439-47f0-b623-c5cf846f20e5, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 76fbe50b-e439-47f0-b623-c5cf846f20e5, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10706143548935411459 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1070614354893541145910706143548935411459107061435489354114591070614354893541145910706143548935411459107061435489354114591070614354893541145910706143548935411459107061435489354114591070614354893541145910706143548935411459107061435489354114591070614354893541145910706143548935411459107061435489354114591070614354893541145910706143548935411459107061435489354114591070614354893541145910706143548935411459" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c8cc798a-5e16-4602-81d0-e445ea502e07, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 76fbe50b-e439-47f0-b623-c5cf846f20e5, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6cd6e54e-7591-4e41-af6d-7f8c5f7181e7, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c7ba862e-72d1-4693-af23-38cc10677c31, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6cd6e54e-7591-4e41-af6d-7f8c5f7181e7, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4193410225646252929 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41934102256462529294193410225646252929419341022564625292941934102256462529294193410225646252929419341022564625292941934102256462529294193410225646252929419341022564625292941934102256462529294193410225646252929419341022564625292941934102256462529294193410225646252929419341022564625292941934102256462529294193410225646252929419341022564625292941934102256462529294193410225646252929" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c7ba862e-72d1-4693-af23-38cc10677c31, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6155253801369591321 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61552538013695913216155253801369591321615525380136959132161552538013695913216155253801369591321615525380136959132161552538013695913216155253801369591321615525380136959132161552538013695913216155253801369591321615525380136959132161552538013695913216155253801369591321615525380136959132161552538013695913216155253801369591321615525380136959132161552538013695913216155253801369591321" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6cd6e54e-7591-4e41-af6d-7f8c5f7181e7, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b1d361cc-6e8b-4054-a34b-83ac570e7b38, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b1d361cc-6e8b-4054-a34b-83ac570e7b38, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16075654828155655462 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1607565482815565546216075654828155655462160756548281556554621607565482815565546216075654828155655462160756548281556554621607565482815565546216075654828155655462160756548281556554621607565482815565546216075654828155655462160756548281556554621607565482815565546216075654828155655462160756548281556554621607565482815565546216075654828155655462160756548281556554621607565482815565546216075654828155655462" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c7ba862e-72d1-4693-af23-38cc10677c31, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3ad0b4fa-5dc4-4af0-bc82-f21d5b2ff771, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3ad0b4fa-5dc4-4af0-bc82-f21d5b2ff771, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5072262890016440936 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50722628900164409365072262890016440936507226289001644093650722628900164409365072262890016440936507226289001644093650722628900164409365072262890016440936507226289001644093650722628900164409365072262890016440936507226289001644093650722628900164409365072262890016440936507226289001644093650722628900164409365072262890016440936507226289001644093650722628900164409365072262890016440936" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3ad0b4fa-5dc4-4af0-bc82-f21d5b2ff771, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0d7cbb12-7bf5-4deb-aac5-5acb56a51c13, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0d7cbb12-7bf5-4deb-aac5-5acb56a51c13, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7116983747482768778 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71169837474827687787116983747482768778711698374748276877871169837474827687787116983747482768778711698374748276877871169837474827687787116983747482768778711698374748276877871169837474827687787116983747482768778711698374748276877871169837474827687787116983747482768778711698374748276877871169837474827687787116983747482768778711698374748276877871169837474827687787116983747482768778" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b1d361cc-6e8b-4054-a34b-83ac570e7b38, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4844b603-9fae-49b0-bce8-0ef1afbd7ac4, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4844b603-9fae-49b0-bce8-0ef1afbd7ac4, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14998004117219036916 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1499800411721903691614998004117219036916149980041172190369161499800411721903691614998004117219036916149980041172190369161499800411721903691614998004117219036916149980041172190369161499800411721903691614998004117219036916149980041172190369161499800411721903691614998004117219036916149980041172190369161499800411721903691614998004117219036916149980041172190369161499800411721903691614998004117219036916" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0d7cbb12-7bf5-4deb-aac5-5acb56a51c13, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 63a5d8eb-34f9-4315-8e5d-cb188c65add6, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 63a5d8eb-34f9-4315-8e5d-cb188c65add6, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11035848392365114772 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1103584839236511477211035848392365114772110358483923651147721103584839236511477211035848392365114772110358483923651147721103584839236511477211035848392365114772110358483923651147721103584839236511477211035848392365114772110358483923651147721103584839236511477211035848392365114772110358483923651147721103584839236511477211035848392365114772110358483923651147721103584839236511477211035848392365114772" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4844b603-9fae-49b0-bce8-0ef1afbd7ac4, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5c693b26-f1d5-4766-b187-51c5706204be, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5c693b26-f1d5-4766-b187-51c5706204be, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12885832158244248223 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1288583215824424822312885832158244248223128858321582442482231288583215824424822312885832158244248223128858321582442482231288583215824424822312885832158244248223128858321582442482231288583215824424822312885832158244248223128858321582442482231288583215824424822312885832158244248223128858321582442482231288583215824424822312885832158244248223128858321582442482231288583215824424822312885832158244248223" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 63a5d8eb-34f9-4315-8e5d-cb188c65add6, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5b91a23b-71c4-4893-b7c4-11faa4b80280, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5b91a23b-71c4-4893-b7c4-11faa4b80280, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8816176880288469899 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88161768802884698998816176880288469899881617688028846989988161768802884698998816176880288469899881617688028846989988161768802884698998816176880288469899881617688028846989988161768802884698998816176880288469899881617688028846989988161768802884698998816176880288469899881617688028846989988161768802884698998816176880288469899881617688028846989988161768802884698998816176880288469899" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5c693b26-f1d5-4766-b187-51c5706204be, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, aa8a29a4-a9b1-4e62-9dc3-c7ae9a53b78a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5b91a23b-71c4-4893-b7c4-11faa4b80280, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3086bb3c-65df-4939-ae47-723b86c00447, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aa8a29a4-a9b1-4e62-9dc3-c7ae9a53b78a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10971005858570816483 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1097100585857081648310971005858570816483109710058585708164831097100585857081648310971005858570816483109710058585708164831097100585857081648310971005858570816483109710058585708164831097100585857081648310971005858570816483109710058585708164831097100585857081648310971005858570816483109710058585708164831097100585857081648310971005858570816483109710058585708164831097100585857081648310971005858570816483" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3086bb3c-65df-4939-ae47-723b86c00447, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14162241542131566555 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1416224154213156655514162241542131566555141622415421315665551416224154213156655514162241542131566555141622415421315665551416224154213156655514162241542131566555141622415421315665551416224154213156655514162241542131566555141622415421315665551416224154213156655514162241542131566555141622415421315665551416224154213156655514162241542131566555141622415421315665551416224154213156655514162241542131566555" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3086bb3c-65df-4939-ae47-723b86c00447, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6aa2470e-4310-4ae2-b1ab-f308766d12b6, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6aa2470e-4310-4ae2-b1ab-f308766d12b6, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 264881501419876850 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "264881501419876850264881501419876850264881501419876850264881501419876850264881501419876850264881501419876850264881501419876850264881501419876850264881501419876850264881501419876850264881501419876850264881501419876850264881501419876850264881501419876850264881501419876850264881501419876850264881501419876850264881501419876850264881501419876850264881501419876850" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aa8a29a4-a9b1-4e62-9dc3-c7ae9a53b78a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2d56cd53-b132-4842-be30-de21ee831768, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2d56cd53-b132-4842-be30-de21ee831768, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15916946821490460590 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1591694682149046059015916946821490460590159169468214904605901591694682149046059015916946821490460590159169468214904605901591694682149046059015916946821490460590159169468214904605901591694682149046059015916946821490460590159169468214904605901591694682149046059015916946821490460590159169468214904605901591694682149046059015916946821490460590159169468214904605901591694682149046059015916946821490460590" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6aa2470e-4310-4ae2-b1ab-f308766d12b6, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 843a3ee5-7752-42c4-bcf1-4759b39646a5, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 843a3ee5-7752-42c4-bcf1-4759b39646a5, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3546957701662656772 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35469577016626567723546957701662656772354695770166265677235469577016626567723546957701662656772354695770166265677235469577016626567723546957701662656772354695770166265677235469577016626567723546957701662656772354695770166265677235469577016626567723546957701662656772354695770166265677235469577016626567723546957701662656772354695770166265677235469577016626567723546957701662656772" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2d56cd53-b132-4842-be30-de21ee831768, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 31c297e1-65d1-4c53-abd9-2d9941413ae4, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 31c297e1-65d1-4c53-abd9-2d9941413ae4, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14418428186346152679 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1441842818634615267914418428186346152679144184281863461526791441842818634615267914418428186346152679144184281863461526791441842818634615267914418428186346152679144184281863461526791441842818634615267914418428186346152679144184281863461526791441842818634615267914418428186346152679144184281863461526791441842818634615267914418428186346152679144184281863461526791441842818634615267914418428186346152679" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 843a3ee5-7752-42c4-bcf1-4759b39646a5, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2bcc4305-cd93-4a70-a175-639d6fa0e9d8, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2bcc4305-cd93-4a70-a175-639d6fa0e9d8, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1015192029579902614 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10151920295799026141015192029579902614101519202957990261410151920295799026141015192029579902614101519202957990261410151920295799026141015192029579902614101519202957990261410151920295799026141015192029579902614101519202957990261410151920295799026141015192029579902614101519202957990261410151920295799026141015192029579902614101519202957990261410151920295799026141015192029579902614" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 31c297e1-65d1-4c53-abd9-2d9941413ae4, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ca077c3f-9894-4d02-be46-41cc272bf347, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ca077c3f-9894-4d02-be46-41cc272bf347, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10292735255961775012 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1029273525596177501210292735255961775012102927352559617750121029273525596177501210292735255961775012102927352559617750121029273525596177501210292735255961775012102927352559617750121029273525596177501210292735255961775012102927352559617750121029273525596177501210292735255961775012102927352559617750121029273525596177501210292735255961775012102927352559617750121029273525596177501210292735255961775012" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ca077c3f-9894-4d02-be46-41cc272bf347, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4557743c-0492-4ca7-8a52-640df97d745c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4557743c-0492-4ca7-8a52-640df97d745c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14914063521059590696 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1491406352105959069614914063521059590696149140635210595906961491406352105959069614914063521059590696149140635210595906961491406352105959069614914063521059590696149140635210595906961491406352105959069614914063521059590696149140635210595906961491406352105959069614914063521059590696149140635210595906961491406352105959069614914063521059590696149140635210595906961491406352105959069614914063521059590696" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2bcc4305-cd93-4a70-a175-639d6fa0e9d8, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 56b06f00-568a-47c1-8ce9-75d5b33434ae, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 56b06f00-568a-47c1-8ce9-75d5b33434ae, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15809952278671871204 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1580995227867187120415809952278671871204158099522786718712041580995227867187120415809952278671871204158099522786718712041580995227867187120415809952278671871204158099522786718712041580995227867187120415809952278671871204158099522786718712041580995227867187120415809952278671871204158099522786718712041580995227867187120415809952278671871204158099522786718712041580995227867187120415809952278671871204" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4557743c-0492-4ca7-8a52-640df97d745c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 40c362f2-240b-41fa-b81b-16b0edc88e9c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 40c362f2-240b-41fa-b81b-16b0edc88e9c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5859210456998814858 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58592104569988148585859210456998814858585921045699881485858592104569988148585859210456998814858585921045699881485858592104569988148585859210456998814858585921045699881485858592104569988148585859210456998814858585921045699881485858592104569988148585859210456998814858585921045699881485858592104569988148585859210456998814858585921045699881485858592104569988148585859210456998814858" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 56b06f00-568a-47c1-8ce9-75d5b33434ae, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 96fe6fe3-9a84-4304-aa49-e6e58aeec4b1, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 96fe6fe3-9a84-4304-aa49-e6e58aeec4b1, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15867800821924316591 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1586780082192431659115867800821924316591158678008219243165911586780082192431659115867800821924316591158678008219243165911586780082192431659115867800821924316591158678008219243165911586780082192431659115867800821924316591158678008219243165911586780082192431659115867800821924316591158678008219243165911586780082192431659115867800821924316591158678008219243165911586780082192431659115867800821924316591" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 40c362f2-240b-41fa-b81b-16b0edc88e9c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ec323bfe-c4d0-4313-a74c-d53c3f4f4647, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ec323bfe-c4d0-4313-a74c-d53c3f4f4647, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1531691847850825235 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15316918478508252351531691847850825235153169184785082523515316918478508252351531691847850825235153169184785082523515316918478508252351531691847850825235153169184785082523515316918478508252351531691847850825235153169184785082523515316918478508252351531691847850825235153169184785082523515316918478508252351531691847850825235153169184785082523515316918478508252351531691847850825235" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 96fe6fe3-9a84-4304-aa49-e6e58aeec4b1, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e0d90ef4-44cc-4d13-84b8-6333f01e6b79, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e0d90ef4-44cc-4d13-84b8-6333f01e6b79, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14439041089914930267 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1443904108991493026714439041089914930267144390410899149302671443904108991493026714439041089914930267144390410899149302671443904108991493026714439041089914930267144390410899149302671443904108991493026714439041089914930267144390410899149302671443904108991493026714439041089914930267144390410899149302671443904108991493026714439041089914930267144390410899149302671443904108991493026714439041089914930267" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ec323bfe-c4d0-4313-a74c-d53c3f4f4647, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c9bb92dd-e014-4d31-a897-dd1eee82fa12, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c9bb92dd-e014-4d31-a897-dd1eee82fa12, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12564359304194710449 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1256435930419471044912564359304194710449125643593041947104491256435930419471044912564359304194710449125643593041947104491256435930419471044912564359304194710449125643593041947104491256435930419471044912564359304194710449125643593041947104491256435930419471044912564359304194710449125643593041947104491256435930419471044912564359304194710449125643593041947104491256435930419471044912564359304194710449" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e0d90ef4-44cc-4d13-84b8-6333f01e6b79, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 83e68b3c-77a8-49d4-959c-87e7e872758c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 83e68b3c-77a8-49d4-959c-87e7e872758c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14549167650182770237 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1454916765018277023714549167650182770237145491676501827702371454916765018277023714549167650182770237145491676501827702371454916765018277023714549167650182770237145491676501827702371454916765018277023714549167650182770237145491676501827702371454916765018277023714549167650182770237145491676501827702371454916765018277023714549167650182770237145491676501827702371454916765018277023714549167650182770237" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c9bb92dd-e014-4d31-a897-dd1eee82fa12, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ba92373f-204d-4b77-93bf-ce5358c9a1c7, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ba92373f-204d-4b77-93bf-ce5358c9a1c7, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7877726834051772745 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78777268340517727457877726834051772745787772683405177274578777268340517727457877726834051772745787772683405177274578777268340517727457877726834051772745787772683405177274578777268340517727457877726834051772745787772683405177274578777268340517727457877726834051772745787772683405177274578777268340517727457877726834051772745787772683405177274578777268340517727457877726834051772745" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 83e68b3c-77a8-49d4-959c-87e7e872758c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a6378e86-36a3-4be2-8414-0b6055cabe08, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a6378e86-36a3-4be2-8414-0b6055cabe08, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 959282579672089464 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "959282579672089464959282579672089464959282579672089464959282579672089464959282579672089464959282579672089464959282579672089464959282579672089464959282579672089464959282579672089464959282579672089464959282579672089464959282579672089464959282579672089464959282579672089464959282579672089464959282579672089464959282579672089464959282579672089464959282579672089464" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ba92373f-204d-4b77-93bf-ce5358c9a1c7, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0aeff60f-8bf5-41b0-85bc-5d40f581f839, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0aeff60f-8bf5-41b0-85bc-5d40f581f839, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11655326748327180029 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1165532674832718002911655326748327180029116553267483271800291165532674832718002911655326748327180029116553267483271800291165532674832718002911655326748327180029116553267483271800291165532674832718002911655326748327180029116553267483271800291165532674832718002911655326748327180029116553267483271800291165532674832718002911655326748327180029116553267483271800291165532674832718002911655326748327180029" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a6378e86-36a3-4be2-8414-0b6055cabe08, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6676e76e-bd71-42ba-a036-0860ff256a81, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6676e76e-bd71-42ba-a036-0860ff256a81, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 107883911968849237 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "107883911968849237107883911968849237107883911968849237107883911968849237107883911968849237107883911968849237107883911968849237107883911968849237107883911968849237107883911968849237107883911968849237107883911968849237107883911968849237107883911968849237107883911968849237107883911968849237107883911968849237107883911968849237107883911968849237107883911968849237" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0aeff60f-8bf5-41b0-85bc-5d40f581f839, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f2888bf6-2f38-4a06-8ccb-5314f374749f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f2888bf6-2f38-4a06-8ccb-5314f374749f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13880494261757908340 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1388049426175790834013880494261757908340138804942617579083401388049426175790834013880494261757908340138804942617579083401388049426175790834013880494261757908340138804942617579083401388049426175790834013880494261757908340138804942617579083401388049426175790834013880494261757908340138804942617579083401388049426175790834013880494261757908340138804942617579083401388049426175790834013880494261757908340" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6676e76e-bd71-42ba-a036-0860ff256a81, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4bb01116-1485-4be7-a90f-d30a9aa1a168, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4bb01116-1485-4be7-a90f-d30a9aa1a168, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10204227341070868563 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1020422734107086856310204227341070868563102042273410708685631020422734107086856310204227341070868563102042273410708685631020422734107086856310204227341070868563102042273410708685631020422734107086856310204227341070868563102042273410708685631020422734107086856310204227341070868563102042273410708685631020422734107086856310204227341070868563102042273410708685631020422734107086856310204227341070868563" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f2888bf6-2f38-4a06-8ccb-5314f374749f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 22aa3223-2f08-4bbb-9b42-6cb915d2b55d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 22aa3223-2f08-4bbb-9b42-6cb915d2b55d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12846928317027499434 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1284692831702749943412846928317027499434128469283170274994341284692831702749943412846928317027499434128469283170274994341284692831702749943412846928317027499434128469283170274994341284692831702749943412846928317027499434128469283170274994341284692831702749943412846928317027499434128469283170274994341284692831702749943412846928317027499434128469283170274994341284692831702749943412846928317027499434" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4bb01116-1485-4be7-a90f-d30a9aa1a168, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5212ecaa-cabe-451f-b385-cba6e1203dfd, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5212ecaa-cabe-451f-b385-cba6e1203dfd, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14254989848517803253 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1425498984851780325314254989848517803253142549898485178032531425498984851780325314254989848517803253142549898485178032531425498984851780325314254989848517803253142549898485178032531425498984851780325314254989848517803253142549898485178032531425498984851780325314254989848517803253142549898485178032531425498984851780325314254989848517803253142549898485178032531425498984851780325314254989848517803253" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 22aa3223-2f08-4bbb-9b42-6cb915d2b55d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 53159965-e00a-4120-a7c6-8f53a5e1e2d5, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 53159965-e00a-4120-a7c6-8f53a5e1e2d5, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2880692282584688191 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28806922825846881912880692282584688191288069228258468819128806922825846881912880692282584688191288069228258468819128806922825846881912880692282584688191288069228258468819128806922825846881912880692282584688191288069228258468819128806922825846881912880692282584688191288069228258468819128806922825846881912880692282584688191288069228258468819128806922825846881912880692282584688191" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5212ecaa-cabe-451f-b385-cba6e1203dfd, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, de95c546-9054-46e6-b3da-613f4ec5c806, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, de95c546-9054-46e6-b3da-613f4ec5c806, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8472060963560825424 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84720609635608254248472060963560825424847206096356082542484720609635608254248472060963560825424847206096356082542484720609635608254248472060963560825424847206096356082542484720609635608254248472060963560825424847206096356082542484720609635608254248472060963560825424847206096356082542484720609635608254248472060963560825424847206096356082542484720609635608254248472060963560825424" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 53159965-e00a-4120-a7c6-8f53a5e1e2d5, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a4eec544-3387-4bc9-8980-d47eb1683144, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a4eec544-3387-4bc9-8980-d47eb1683144, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17277728629695898033 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1727772862969589803317277728629695898033172777286296958980331727772862969589803317277728629695898033172777286296958980331727772862969589803317277728629695898033172777286296958980331727772862969589803317277728629695898033172777286296958980331727772862969589803317277728629695898033172777286296958980331727772862969589803317277728629695898033172777286296958980331727772862969589803317277728629695898033" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, de95c546-9054-46e6-b3da-613f4ec5c806, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a1bb8fdd-f8c8-41bb-8354-306e429d7fdf, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a1bb8fdd-f8c8-41bb-8354-306e429d7fdf, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6980389313010751823 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69803893130107518236980389313010751823698038931301075182369803893130107518236980389313010751823698038931301075182369803893130107518236980389313010751823698038931301075182369803893130107518236980389313010751823698038931301075182369803893130107518236980389313010751823698038931301075182369803893130107518236980389313010751823698038931301075182369803893130107518236980389313010751823" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a4eec544-3387-4bc9-8980-d47eb1683144, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d5142f51-1b23-4cd5-a2c7-07ab00e9d537, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d5142f51-1b23-4cd5-a2c7-07ab00e9d537, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4078633830527549892 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40786338305275498924078633830527549892407863383052754989240786338305275498924078633830527549892407863383052754989240786338305275498924078633830527549892407863383052754989240786338305275498924078633830527549892407863383052754989240786338305275498924078633830527549892407863383052754989240786338305275498924078633830527549892407863383052754989240786338305275498924078633830527549892" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a1bb8fdd-f8c8-41bb-8354-306e429d7fdf, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b39a2d29-e21b-4476-bf5e-f8090c834023, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d5142f51-1b23-4cd5-a2c7-07ab00e9d537, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dd7f2df1-c4ce-4bc9-b769-9367e2020e8e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dd7f2df1-c4ce-4bc9-b769-9367e2020e8e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5272222402041327049 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52722224020413270495272222402041327049527222240204132704952722224020413270495272222402041327049527222240204132704952722224020413270495272222402041327049527222240204132704952722224020413270495272222402041327049527222240204132704952722224020413270495272222402041327049527222240204132704952722224020413270495272222402041327049527222240204132704952722224020413270495272222402041327049" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b39a2d29-e21b-4476-bf5e-f8090c834023, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18388196670422528771 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1838819667042252877118388196670422528771183881966704225287711838819667042252877118388196670422528771183881966704225287711838819667042252877118388196670422528771183881966704225287711838819667042252877118388196670422528771183881966704225287711838819667042252877118388196670422528771183881966704225287711838819667042252877118388196670422528771183881966704225287711838819667042252877118388196670422528771" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b39a2d29-e21b-4476-bf5e-f8090c834023, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dd7f2df1-c4ce-4bc9-b769-9367e2020e8e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bab0d0bb-a3e9-432d-977f-f7b990b8c27f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bab0d0bb-a3e9-432d-977f-f7b990b8c27f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10985269536867262489 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1098526953686726248910985269536867262489109852695368672624891098526953686726248910985269536867262489109852695368672624891098526953686726248910985269536867262489109852695368672624891098526953686726248910985269536867262489109852695368672624891098526953686726248910985269536867262489109852695368672624891098526953686726248910985269536867262489109852695368672624891098526953686726248910985269536867262489" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 92f0d1ae-c896-4e7c-966a-d24ca2181dc1, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 92f0d1ae-c896-4e7c-966a-d24ca2181dc1, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5981629609900694390 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59816296099006943905981629609900694390598162960990069439059816296099006943905981629609900694390598162960990069439059816296099006943905981629609900694390598162960990069439059816296099006943905981629609900694390598162960990069439059816296099006943905981629609900694390598162960990069439059816296099006943905981629609900694390598162960990069439059816296099006943905981629609900694390" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 92f0d1ae-c896-4e7c-966a-d24ca2181dc1, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3e2a2e54-5f32-4701-9c0c-f9ad54c6e09f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3e2a2e54-5f32-4701-9c0c-f9ad54c6e09f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17472356417020882672 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1747235641702088267217472356417020882672174723564170208826721747235641702088267217472356417020882672174723564170208826721747235641702088267217472356417020882672174723564170208826721747235641702088267217472356417020882672174723564170208826721747235641702088267217472356417020882672174723564170208826721747235641702088267217472356417020882672174723564170208826721747235641702088267217472356417020882672" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bab0d0bb-a3e9-432d-977f-f7b990b8c27f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f4a62387-9ded-4fc1-9896-5df84fe6abf1, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f4a62387-9ded-4fc1-9896-5df84fe6abf1, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6299680104405009484 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62996801044050094846299680104405009484629968010440500948462996801044050094846299680104405009484629968010440500948462996801044050094846299680104405009484629968010440500948462996801044050094846299680104405009484629968010440500948462996801044050094846299680104405009484629968010440500948462996801044050094846299680104405009484629968010440500948462996801044050094846299680104405009484" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3e2a2e54-5f32-4701-9c0c-f9ad54c6e09f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f55e991a-8258-41de-b173-23ac500285de, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f55e991a-8258-41de-b173-23ac500285de, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15205501202716882670 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1520550120271688267015205501202716882670152055012027168826701520550120271688267015205501202716882670152055012027168826701520550120271688267015205501202716882670152055012027168826701520550120271688267015205501202716882670152055012027168826701520550120271688267015205501202716882670152055012027168826701520550120271688267015205501202716882670152055012027168826701520550120271688267015205501202716882670" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f4a62387-9ded-4fc1-9896-5df84fe6abf1, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 054f4a64-d732-45aa-8c17-ea1d02acc51d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 054f4a64-d732-45aa-8c17-ea1d02acc51d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10000328765766618544 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1000032876576661854410000328765766618544100003287657666185441000032876576661854410000328765766618544100003287657666185441000032876576661854410000328765766618544100003287657666185441000032876576661854410000328765766618544100003287657666185441000032876576661854410000328765766618544100003287657666185441000032876576661854410000328765766618544100003287657666185441000032876576661854410000328765766618544" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f55e991a-8258-41de-b173-23ac500285de, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6bad673d-24f0-414d-b63c-18537a24ebea, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6bad673d-24f0-414d-b63c-18537a24ebea, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8589068580279668876 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85890685802796688768589068580279668876858906858027966887685890685802796688768589068580279668876858906858027966887685890685802796688768589068580279668876858906858027966887685890685802796688768589068580279668876858906858027966887685890685802796688768589068580279668876858906858027966887685890685802796688768589068580279668876858906858027966887685890685802796688768589068580279668876" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 054f4a64-d732-45aa-8c17-ea1d02acc51d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6bad673d-24f0-414d-b63c-18537a24ebea, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 80f5a3e9-9646-4771-8b01-050b4ceed622, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 80f5a3e9-9646-4771-8b01-050b4ceed622, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 557623897349740390 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "557623897349740390557623897349740390557623897349740390557623897349740390557623897349740390557623897349740390557623897349740390557623897349740390557623897349740390557623897349740390557623897349740390557623897349740390557623897349740390557623897349740390557623897349740390557623897349740390557623897349740390557623897349740390557623897349740390557623897349740390" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cd1029cf-5a5d-49fc-a83d-13ac99c843c6, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cd1029cf-5a5d-49fc-a83d-13ac99c843c6, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6792503444587171618 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67925034445871716186792503444587171618679250344458717161867925034445871716186792503444587171618679250344458717161867925034445871716186792503444587171618679250344458717161867925034445871716186792503444587171618679250344458717161867925034445871716186792503444587171618679250344458717161867925034445871716186792503444587171618679250344458717161867925034445871716186792503444587171618" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 80f5a3e9-9646-4771-8b01-050b4ceed622, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c6a90a07-abf0-48dc-9f2c-fa3ff8f15c1b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c6a90a07-abf0-48dc-9f2c-fa3ff8f15c1b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12100526319399143556 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1210052631939914355612100526319399143556121005263193991435561210052631939914355612100526319399143556121005263193991435561210052631939914355612100526319399143556121005263193991435561210052631939914355612100526319399143556121005263193991435561210052631939914355612100526319399143556121005263193991435561210052631939914355612100526319399143556121005263193991435561210052631939914355612100526319399143556" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cd1029cf-5a5d-49fc-a83d-13ac99c843c6, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3b7b13bd-128a-4a74-af62-8a9a89320e08, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c6a90a07-abf0-48dc-9f2c-fa3ff8f15c1b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3b7b13bd-128a-4a74-af62-8a9a89320e08, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18288297916872202355 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1828829791687220235518288297916872202355182882979168722023551828829791687220235518288297916872202355182882979168722023551828829791687220235518288297916872202355182882979168722023551828829791687220235518288297916872202355182882979168722023551828829791687220235518288297916872202355182882979168722023551828829791687220235518288297916872202355182882979168722023551828829791687220235518288297916872202355" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e3d50a72-e22e-4115-8000-7684df44d8d0, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e3d50a72-e22e-4115-8000-7684df44d8d0, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1531967793839093300 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15319677938390933001531967793839093300153196779383909330015319677938390933001531967793839093300153196779383909330015319677938390933001531967793839093300153196779383909330015319677938390933001531967793839093300153196779383909330015319677938390933001531967793839093300153196779383909330015319677938390933001531967793839093300153196779383909330015319677938390933001531967793839093300" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e3d50a72-e22e-4115-8000-7684df44d8d0, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 31d19ac6-64fa-4fb0-9d2a-f5a6a6e6ce13, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 31d19ac6-64fa-4fb0-9d2a-f5a6a6e6ce13, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 835270334344945960 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "835270334344945960835270334344945960835270334344945960835270334344945960835270334344945960835270334344945960835270334344945960835270334344945960835270334344945960835270334344945960835270334344945960835270334344945960835270334344945960835270334344945960835270334344945960835270334344945960835270334344945960835270334344945960835270334344945960835270334344945960" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3b7b13bd-128a-4a74-af62-8a9a89320e08, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bc233d83-ba07-4a44-899d-adbf2dd6e466, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bc233d83-ba07-4a44-899d-adbf2dd6e466, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12621619430458693197 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1262161943045869319712621619430458693197126216194304586931971262161943045869319712621619430458693197126216194304586931971262161943045869319712621619430458693197126216194304586931971262161943045869319712621619430458693197126216194304586931971262161943045869319712621619430458693197126216194304586931971262161943045869319712621619430458693197126216194304586931971262161943045869319712621619430458693197" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 31d19ac6-64fa-4fb0-9d2a-f5a6a6e6ce13, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 014511f0-6d0a-4388-b5e6-0d18902140ce, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 014511f0-6d0a-4388-b5e6-0d18902140ce, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1606644859188701385 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16066448591887013851606644859188701385160664485918870138516066448591887013851606644859188701385160664485918870138516066448591887013851606644859188701385160664485918870138516066448591887013851606644859188701385160664485918870138516066448591887013851606644859188701385160664485918870138516066448591887013851606644859188701385160664485918870138516066448591887013851606644859188701385" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bc233d83-ba07-4a44-899d-adbf2dd6e466, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ce104b56-f618-43f8-a94d-e513fedc56e1, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ce104b56-f618-43f8-a94d-e513fedc56e1, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13656790782427760797 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1365679078242776079713656790782427760797136567907824277607971365679078242776079713656790782427760797136567907824277607971365679078242776079713656790782427760797136567907824277607971365679078242776079713656790782427760797136567907824277607971365679078242776079713656790782427760797136567907824277607971365679078242776079713656790782427760797136567907824277607971365679078242776079713656790782427760797" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 014511f0-6d0a-4388-b5e6-0d18902140ce, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 49781ee9-78b6-4f4d-965e-132f89d3db06, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 49781ee9-78b6-4f4d-965e-132f89d3db06, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16819155239418404873 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1681915523941840487316819155239418404873168191552394184048731681915523941840487316819155239418404873168191552394184048731681915523941840487316819155239418404873168191552394184048731681915523941840487316819155239418404873168191552394184048731681915523941840487316819155239418404873168191552394184048731681915523941840487316819155239418404873168191552394184048731681915523941840487316819155239418404873" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ce104b56-f618-43f8-a94d-e513fedc56e1, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 267caa78-95ca-4775-affa-19e8f626ce5c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 267caa78-95ca-4775-affa-19e8f626ce5c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10868073114755682222 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1086807311475568222210868073114755682222108680731147556822221086807311475568222210868073114755682222108680731147556822221086807311475568222210868073114755682222108680731147556822221086807311475568222210868073114755682222108680731147556822221086807311475568222210868073114755682222108680731147556822221086807311475568222210868073114755682222108680731147556822221086807311475568222210868073114755682222" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 49781ee9-78b6-4f4d-965e-132f89d3db06, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0a5cc061-c841-46e6-be46-d004b8e7ded7, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0a5cc061-c841-46e6-be46-d004b8e7ded7, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 495036770701662974 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "495036770701662974495036770701662974495036770701662974495036770701662974495036770701662974495036770701662974495036770701662974495036770701662974495036770701662974495036770701662974495036770701662974495036770701662974495036770701662974495036770701662974495036770701662974495036770701662974495036770701662974495036770701662974495036770701662974495036770701662974" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 267caa78-95ca-4775-affa-19e8f626ce5c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e9c5038f-2373-4adf-b6b7-357749a81f64, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0a5cc061-c841-46e6-be46-d004b8e7ded7, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e9c5038f-2373-4adf-b6b7-357749a81f64, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16090761689803888079 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1609076168980388807916090761689803888079160907616898038880791609076168980388807916090761689803888079160907616898038880791609076168980388807916090761689803888079160907616898038880791609076168980388807916090761689803888079160907616898038880791609076168980388807916090761689803888079160907616898038880791609076168980388807916090761689803888079160907616898038880791609076168980388807916090761689803888079" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 19816faf-e627-4c2d-ae9b-291efd0c1021, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 19816faf-e627-4c2d-ae9b-291efd0c1021, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12852198527297053654 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1285219852729705365412852198527297053654128521985272970536541285219852729705365412852198527297053654128521985272970536541285219852729705365412852198527297053654128521985272970536541285219852729705365412852198527297053654128521985272970536541285219852729705365412852198527297053654128521985272970536541285219852729705365412852198527297053654128521985272970536541285219852729705365412852198527297053654" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e9c5038f-2373-4adf-b6b7-357749a81f64, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8113b479-f95c-4e01-b2a3-f6aa7fd435fc, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8113b479-f95c-4e01-b2a3-f6aa7fd435fc, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4881593318849251731 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48815933188492517314881593318849251731488159331884925173148815933188492517314881593318849251731488159331884925173148815933188492517314881593318849251731488159331884925173148815933188492517314881593318849251731488159331884925173148815933188492517314881593318849251731488159331884925173148815933188492517314881593318849251731488159331884925173148815933188492517314881593318849251731" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 19816faf-e627-4c2d-ae9b-291efd0c1021, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fd2278ae-57fa-4d4a-8f91-f62d2d624879, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fd2278ae-57fa-4d4a-8f91-f62d2d624879, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17048510775296575027 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1704851077529657502717048510775296575027170485107752965750271704851077529657502717048510775296575027170485107752965750271704851077529657502717048510775296575027170485107752965750271704851077529657502717048510775296575027170485107752965750271704851077529657502717048510775296575027170485107752965750271704851077529657502717048510775296575027170485107752965750271704851077529657502717048510775296575027" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fd2278ae-57fa-4d4a-8f91-f62d2d624879, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8113b479-f95c-4e01-b2a3-f6aa7fd435fc, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 00ee98da-6ed3-421d-b478-30a00e014f42, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 00ee98da-6ed3-421d-b478-30a00e014f42, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4666914133031477865 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46669141330314778654666914133031477865466691413303147786546669141330314778654666914133031477865466691413303147786546669141330314778654666914133031477865466691413303147786546669141330314778654666914133031477865466691413303147786546669141330314778654666914133031477865466691413303147786546669141330314778654666914133031477865466691413303147786546669141330314778654666914133031477865" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 922781c1-8d96-47c5-a331-2b2e42098b23, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 922781c1-8d96-47c5-a331-2b2e42098b23, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11556638803494617787 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1155663880349461778711556638803494617787115566388034946177871155663880349461778711556638803494617787115566388034946177871155663880349461778711556638803494617787115566388034946177871155663880349461778711556638803494617787115566388034946177871155663880349461778711556638803494617787115566388034946177871155663880349461778711556638803494617787115566388034946177871155663880349461778711556638803494617787" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 922781c1-8d96-47c5-a331-2b2e42098b23, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e1c4caa2-7bce-4be7-b1ab-45608afb95c7, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e1c4caa2-7bce-4be7-b1ab-45608afb95c7, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1604370194923165661 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16043701949231656611604370194923165661160437019492316566116043701949231656611604370194923165661160437019492316566116043701949231656611604370194923165661160437019492316566116043701949231656611604370194923165661160437019492316566116043701949231656611604370194923165661160437019492316566116043701949231656611604370194923165661160437019492316566116043701949231656611604370194923165661" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 00ee98da-6ed3-421d-b478-30a00e014f42, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fcc7f86c-6ed6-45bc-97d8-631ff58cff87, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fcc7f86c-6ed6-45bc-97d8-631ff58cff87, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6710201679606782765 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67102016796067827656710201679606782765671020167960678276567102016796067827656710201679606782765671020167960678276567102016796067827656710201679606782765671020167960678276567102016796067827656710201679606782765671020167960678276567102016796067827656710201679606782765671020167960678276567102016796067827656710201679606782765671020167960678276567102016796067827656710201679606782765" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e1c4caa2-7bce-4be7-b1ab-45608afb95c7, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fed02953-f971-4183-98a9-cfb8032524f9, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fed02953-f971-4183-98a9-cfb8032524f9, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16007278726424239157 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1600727872642423915716007278726424239157160072787264242391571600727872642423915716007278726424239157160072787264242391571600727872642423915716007278726424239157160072787264242391571600727872642423915716007278726424239157160072787264242391571600727872642423915716007278726424239157160072787264242391571600727872642423915716007278726424239157160072787264242391571600727872642423915716007278726424239157" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fcc7f86c-6ed6-45bc-97d8-631ff58cff87, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 93640fbb-58d0-4846-beca-63de950d717f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 93640fbb-58d0-4846-beca-63de950d717f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5921811917280037390 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59218119172800373905921811917280037390592181191728003739059218119172800373905921811917280037390592181191728003739059218119172800373905921811917280037390592181191728003739059218119172800373905921811917280037390592181191728003739059218119172800373905921811917280037390592181191728003739059218119172800373905921811917280037390592181191728003739059218119172800373905921811917280037390" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fed02953-f971-4183-98a9-cfb8032524f9, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 235903d9-da25-4b9f-bb98-2bc07fa05cb4, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 235903d9-da25-4b9f-bb98-2bc07fa05cb4, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4234127501117364590 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42341275011173645904234127501117364590423412750111736459042341275011173645904234127501117364590423412750111736459042341275011173645904234127501117364590423412750111736459042341275011173645904234127501117364590423412750111736459042341275011173645904234127501117364590423412750111736459042341275011173645904234127501117364590423412750111736459042341275011173645904234127501117364590" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 93640fbb-58d0-4846-beca-63de950d717f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0dabc984-826e-4b61-8610-026a432d6e48, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0dabc984-826e-4b61-8610-026a432d6e48, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15506697535577779518 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1550669753557777951815506697535577779518155066975355777795181550669753557777951815506697535577779518155066975355777795181550669753557777951815506697535577779518155066975355777795181550669753557777951815506697535577779518155066975355777795181550669753557777951815506697535577779518155066975355777795181550669753557777951815506697535577779518155066975355777795181550669753557777951815506697535577779518" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 235903d9-da25-4b9f-bb98-2bc07fa05cb4, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 67ead51a-9c8e-4797-bbc8-54282be186bb, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 67ead51a-9c8e-4797-bbc8-54282be186bb, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18359467264486828597 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1835946726448682859718359467264486828597183594672644868285971835946726448682859718359467264486828597183594672644868285971835946726448682859718359467264486828597183594672644868285971835946726448682859718359467264486828597183594672644868285971835946726448682859718359467264486828597183594672644868285971835946726448682859718359467264486828597183594672644868285971835946726448682859718359467264486828597" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0dabc984-826e-4b61-8610-026a432d6e48, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 39527474-cbe7-4cfd-9cd5-4816f33830ff, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 39527474-cbe7-4cfd-9cd5-4816f33830ff, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15075145878410568747 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1507514587841056874715075145878410568747150751458784105687471507514587841056874715075145878410568747150751458784105687471507514587841056874715075145878410568747150751458784105687471507514587841056874715075145878410568747150751458784105687471507514587841056874715075145878410568747150751458784105687471507514587841056874715075145878410568747150751458784105687471507514587841056874715075145878410568747" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 67ead51a-9c8e-4797-bbc8-54282be186bb, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f77a1935-a023-4f60-9d13-652220503a60, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f77a1935-a023-4f60-9d13-652220503a60, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14277522684218170119 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1427752268421817011914277522684218170119142775226842181701191427752268421817011914277522684218170119142775226842181701191427752268421817011914277522684218170119142775226842181701191427752268421817011914277522684218170119142775226842181701191427752268421817011914277522684218170119142775226842181701191427752268421817011914277522684218170119142775226842181701191427752268421817011914277522684218170119" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 39527474-cbe7-4cfd-9cd5-4816f33830ff, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 31b9e500-c6eb-4b25-8da7-80923370ac66, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 31b9e500-c6eb-4b25-8da7-80923370ac66, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7328778056196318026 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73287780561963180267328778056196318026732877805619631802673287780561963180267328778056196318026732877805619631802673287780561963180267328778056196318026732877805619631802673287780561963180267328778056196318026732877805619631802673287780561963180267328778056196318026732877805619631802673287780561963180267328778056196318026732877805619631802673287780561963180267328778056196318026" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f77a1935-a023-4f60-9d13-652220503a60, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, de220f90-333c-47cd-aa63-2dc3dbf97ba3, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, de220f90-333c-47cd-aa63-2dc3dbf97ba3, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3075031809432045470 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30750318094320454703075031809432045470307503180943204547030750318094320454703075031809432045470307503180943204547030750318094320454703075031809432045470307503180943204547030750318094320454703075031809432045470307503180943204547030750318094320454703075031809432045470307503180943204547030750318094320454703075031809432045470307503180943204547030750318094320454703075031809432045470" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 31b9e500-c6eb-4b25-8da7-80923370ac66, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7d48949e-b5fc-4a9f-a462-8d1be703edb1, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7d48949e-b5fc-4a9f-a462-8d1be703edb1, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10597355009432201991 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1059735500943220199110597355009432201991105973550094322019911059735500943220199110597355009432201991105973550094322019911059735500943220199110597355009432201991105973550094322019911059735500943220199110597355009432201991105973550094322019911059735500943220199110597355009432201991105973550094322019911059735500943220199110597355009432201991105973550094322019911059735500943220199110597355009432201991" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, de220f90-333c-47cd-aa63-2dc3dbf97ba3, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ef4cee7d-2d97-48c0-bbc1-75af63d1782c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ef4cee7d-2d97-48c0-bbc1-75af63d1782c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5908668416098120206 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59086684160981202065908668416098120206590866841609812020659086684160981202065908668416098120206590866841609812020659086684160981202065908668416098120206590866841609812020659086684160981202065908668416098120206590866841609812020659086684160981202065908668416098120206590866841609812020659086684160981202065908668416098120206590866841609812020659086684160981202065908668416098120206" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7d48949e-b5fc-4a9f-a462-8d1be703edb1, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 070bf9da-92e5-4e36-9338-5973367798f7, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 070bf9da-92e5-4e36-9338-5973367798f7, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18116001276332744682 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1811600127633274468218116001276332744682181160012763327446821811600127633274468218116001276332744682181160012763327446821811600127633274468218116001276332744682181160012763327446821811600127633274468218116001276332744682181160012763327446821811600127633274468218116001276332744682181160012763327446821811600127633274468218116001276332744682181160012763327446821811600127633274468218116001276332744682" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ef4cee7d-2d97-48c0-bbc1-75af63d1782c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a594d40e-4f5d-46eb-9b09-2a5bf5a6b89b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a594d40e-4f5d-46eb-9b09-2a5bf5a6b89b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17910263457569428961 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1791026345756942896117910263457569428961179102634575694289611791026345756942896117910263457569428961179102634575694289611791026345756942896117910263457569428961179102634575694289611791026345756942896117910263457569428961179102634575694289611791026345756942896117910263457569428961179102634575694289611791026345756942896117910263457569428961179102634575694289611791026345756942896117910263457569428961" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 070bf9da-92e5-4e36-9338-5973367798f7, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e889de02-1030-4d55-80e8-a3712bf60919, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e889de02-1030-4d55-80e8-a3712bf60919, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8610812260101926248 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86108122601019262488610812260101926248861081226010192624886108122601019262488610812260101926248861081226010192624886108122601019262488610812260101926248861081226010192624886108122601019262488610812260101926248861081226010192624886108122601019262488610812260101926248861081226010192624886108122601019262488610812260101926248861081226010192624886108122601019262488610812260101926248" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a594d40e-4f5d-46eb-9b09-2a5bf5a6b89b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3db92337-91e2-40f8-b415-ca334633c7f7, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3db92337-91e2-40f8-b415-ca334633c7f7, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11207259846671692239 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1120725984667169223911207259846671692239112072598466716922391120725984667169223911207259846671692239112072598466716922391120725984667169223911207259846671692239112072598466716922391120725984667169223911207259846671692239112072598466716922391120725984667169223911207259846671692239112072598466716922391120725984667169223911207259846671692239112072598466716922391120725984667169223911207259846671692239" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e889de02-1030-4d55-80e8-a3712bf60919, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e4698df3-df37-4bde-a6b0-ea3be2ccdcf1, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e4698df3-df37-4bde-a6b0-ea3be2ccdcf1, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2622435080935889716 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26224350809358897162622435080935889716262243508093588971626224350809358897162622435080935889716262243508093588971626224350809358897162622435080935889716262243508093588971626224350809358897162622435080935889716262243508093588971626224350809358897162622435080935889716262243508093588971626224350809358897162622435080935889716262243508093588971626224350809358897162622435080935889716" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3db92337-91e2-40f8-b415-ca334633c7f7, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7693f420-8dce-4545-9cc3-8c2b2a73fffb, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7693f420-8dce-4545-9cc3-8c2b2a73fffb, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6636647986699421179 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66366479866994211796636647986699421179663664798669942117966366479866994211796636647986699421179663664798669942117966366479866994211796636647986699421179663664798669942117966366479866994211796636647986699421179663664798669942117966366479866994211796636647986699421179663664798669942117966366479866994211796636647986699421179663664798669942117966366479866994211796636647986699421179" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e4698df3-df37-4bde-a6b0-ea3be2ccdcf1, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 77c441ee-d752-49a7-9052-6a2a4adcfc0b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7693f420-8dce-4545-9cc3-8c2b2a73fffb, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 77c441ee-d752-49a7-9052-6a2a4adcfc0b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11167264176357424891 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1116726417635742489111167264176357424891111672641763574248911116726417635742489111167264176357424891111672641763574248911116726417635742489111167264176357424891111672641763574248911116726417635742489111167264176357424891111672641763574248911116726417635742489111167264176357424891111672641763574248911116726417635742489111167264176357424891111672641763574248911116726417635742489111167264176357424891" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 48e5f8fe-76af-4104-b66c-0b66e771d27f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 48e5f8fe-76af-4104-b66c-0b66e771d27f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4018687536444722767 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40186875364447227674018687536444722767401868753644472276740186875364447227674018687536444722767401868753644472276740186875364447227674018687536444722767401868753644472276740186875364447227674018687536444722767401868753644472276740186875364447227674018687536444722767401868753644472276740186875364447227674018687536444722767401868753644472276740186875364447227674018687536444722767" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 77c441ee-d752-49a7-9052-6a2a4adcfc0b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 36f23511-70c4-49d3-bd0f-3c7288e970d0, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 36f23511-70c4-49d3-bd0f-3c7288e970d0, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11379639403772688514 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1137963940377268851411379639403772688514113796394037726885141137963940377268851411379639403772688514113796394037726885141137963940377268851411379639403772688514113796394037726885141137963940377268851411379639403772688514113796394037726885141137963940377268851411379639403772688514113796394037726885141137963940377268851411379639403772688514113796394037726885141137963940377268851411379639403772688514" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 48e5f8fe-76af-4104-b66c-0b66e771d27f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d2b13ae7-4afa-43f8-bb68-5038614fb841, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d2b13ae7-4afa-43f8-bb68-5038614fb841, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5648202731113973578 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56482027311139735785648202731113973578564820273111397357856482027311139735785648202731113973578564820273111397357856482027311139735785648202731113973578564820273111397357856482027311139735785648202731113973578564820273111397357856482027311139735785648202731113973578564820273111397357856482027311139735785648202731113973578564820273111397357856482027311139735785648202731113973578" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 36f23511-70c4-49d3-bd0f-3c7288e970d0, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9a368208-c395-46fa-bfe3-c24080c9688d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9a368208-c395-46fa-bfe3-c24080c9688d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6796266385363075860 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67962663853630758606796266385363075860679626638536307586067962663853630758606796266385363075860679626638536307586067962663853630758606796266385363075860679626638536307586067962663853630758606796266385363075860679626638536307586067962663853630758606796266385363075860679626638536307586067962663853630758606796266385363075860679626638536307586067962663853630758606796266385363075860" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d2b13ae7-4afa-43f8-bb68-5038614fb841, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ba015c2f-d3d1-446b-9df8-d5e64a4f6abd, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ba015c2f-d3d1-446b-9df8-d5e64a4f6abd, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16379046584069613706 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1637904658406961370616379046584069613706163790465840696137061637904658406961370616379046584069613706163790465840696137061637904658406961370616379046584069613706163790465840696137061637904658406961370616379046584069613706163790465840696137061637904658406961370616379046584069613706163790465840696137061637904658406961370616379046584069613706163790465840696137061637904658406961370616379046584069613706" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9a368208-c395-46fa-bfe3-c24080c9688d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cef2a545-d384-479f-86cf-119c46c05ac8, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cef2a545-d384-479f-86cf-119c46c05ac8, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10424910941650951285 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1042491094165095128510424910941650951285104249109416509512851042491094165095128510424910941650951285104249109416509512851042491094165095128510424910941650951285104249109416509512851042491094165095128510424910941650951285104249109416509512851042491094165095128510424910941650951285104249109416509512851042491094165095128510424910941650951285104249109416509512851042491094165095128510424910941650951285" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ba015c2f-d3d1-446b-9df8-d5e64a4f6abd, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 607f1978-87e3-4523-8f52-d800862438c8, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 607f1978-87e3-4523-8f52-d800862438c8, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4372414302558913038 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43724143025589130384372414302558913038437241430255891303843724143025589130384372414302558913038437241430255891303843724143025589130384372414302558913038437241430255891303843724143025589130384372414302558913038437241430255891303843724143025589130384372414302558913038437241430255891303843724143025589130384372414302558913038437241430255891303843724143025589130384372414302558913038" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cef2a545-d384-479f-86cf-119c46c05ac8, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3b82f735-3b31-44e5-b0ce-520b8816cac3, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3b82f735-3b31-44e5-b0ce-520b8816cac3, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9554495967040662982 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95544959670406629829554495967040662982955449596704066298295544959670406629829554495967040662982955449596704066298295544959670406629829554495967040662982955449596704066298295544959670406629829554495967040662982955449596704066298295544959670406629829554495967040662982955449596704066298295544959670406629829554495967040662982955449596704066298295544959670406629829554495967040662982" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 607f1978-87e3-4523-8f52-d800862438c8, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 19e5043f-91db-470d-b651-317345202479, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 19e5043f-91db-470d-b651-317345202479, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16575084684392421943 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1657508468439242194316575084684392421943165750846843924219431657508468439242194316575084684392421943165750846843924219431657508468439242194316575084684392421943165750846843924219431657508468439242194316575084684392421943165750846843924219431657508468439242194316575084684392421943165750846843924219431657508468439242194316575084684392421943165750846843924219431657508468439242194316575084684392421943" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3b82f735-3b31-44e5-b0ce-520b8816cac3, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cd58fa0a-beb4-4d43-984e-729f837bd6c8, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cd58fa0a-beb4-4d43-984e-729f837bd6c8, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3092447442221584532 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30924474422215845323092447442221584532309244744222158453230924474422215845323092447442221584532309244744222158453230924474422215845323092447442221584532309244744222158453230924474422215845323092447442221584532309244744222158453230924474422215845323092447442221584532309244744222158453230924474422215845323092447442221584532309244744222158453230924474422215845323092447442221584532" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 19e5043f-91db-470d-b651-317345202479, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, caae3428-ffe8-4dbd-af2a-186d7e7bb077, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, caae3428-ffe8-4dbd-af2a-186d7e7bb077, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10307746447613164187 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1030774644761316418710307746447613164187103077464476131641871030774644761316418710307746447613164187103077464476131641871030774644761316418710307746447613164187103077464476131641871030774644761316418710307746447613164187103077464476131641871030774644761316418710307746447613164187103077464476131641871030774644761316418710307746447613164187103077464476131641871030774644761316418710307746447613164187" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cd58fa0a-beb4-4d43-984e-729f837bd6c8, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ab9f03ca-f975-45d6-a645-04508c4ca598, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ab9f03ca-f975-45d6-a645-04508c4ca598, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11564049622001363649 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1156404962200136364911564049622001363649115640496220013636491156404962200136364911564049622001363649115640496220013636491156404962200136364911564049622001363649115640496220013636491156404962200136364911564049622001363649115640496220013636491156404962200136364911564049622001363649115640496220013636491156404962200136364911564049622001363649115640496220013636491156404962200136364911564049622001363649" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, caae3428-ffe8-4dbd-af2a-186d7e7bb077, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 734d97d9-c9f1-4e4f-8e23-848999482711, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 734d97d9-c9f1-4e4f-8e23-848999482711, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14259598860790719577 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1425959886079071957714259598860790719577142595988607907195771425959886079071957714259598860790719577142595988607907195771425959886079071957714259598860790719577142595988607907195771425959886079071957714259598860790719577142595988607907195771425959886079071957714259598860790719577142595988607907195771425959886079071957714259598860790719577142595988607907195771425959886079071957714259598860790719577" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ab9f03ca-f975-45d6-a645-04508c4ca598, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 058b9798-f032-425c-92a1-ad333f76af2f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 058b9798-f032-425c-92a1-ad333f76af2f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1058341849561339299 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10583418495613392991058341849561339299105834184956133929910583418495613392991058341849561339299105834184956133929910583418495613392991058341849561339299105834184956133929910583418495613392991058341849561339299105834184956133929910583418495613392991058341849561339299105834184956133929910583418495613392991058341849561339299105834184956133929910583418495613392991058341849561339299" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 734d97d9-c9f1-4e4f-8e23-848999482711, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fa6a4ab7-710a-4979-a247-98864a0e68a0, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fa6a4ab7-710a-4979-a247-98864a0e68a0, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1608163883911117362 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16081638839111173621608163883911117362160816388391111736216081638839111173621608163883911117362160816388391111736216081638839111173621608163883911117362160816388391111736216081638839111173621608163883911117362160816388391111736216081638839111173621608163883911117362160816388391111736216081638839111173621608163883911117362160816388391111736216081638839111173621608163883911117362" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 058b9798-f032-425c-92a1-ad333f76af2f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ce0e9b71-a4ce-41f5-b8c4-fb8458717599, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ce0e9b71-a4ce-41f5-b8c4-fb8458717599, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11159745886438501705 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1115974588643850170511159745886438501705111597458864385017051115974588643850170511159745886438501705111597458864385017051115974588643850170511159745886438501705111597458864385017051115974588643850170511159745886438501705111597458864385017051115974588643850170511159745886438501705111597458864385017051115974588643850170511159745886438501705111597458864385017051115974588643850170511159745886438501705" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fa6a4ab7-710a-4979-a247-98864a0e68a0, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f0f04e54-f122-443b-b4b0-34ab5091807b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f0f04e54-f122-443b-b4b0-34ab5091807b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14555468515156823485 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1455546851515682348514555468515156823485145554685151568234851455546851515682348514555468515156823485145554685151568234851455546851515682348514555468515156823485145554685151568234851455546851515682348514555468515156823485145554685151568234851455546851515682348514555468515156823485145554685151568234851455546851515682348514555468515156823485145554685151568234851455546851515682348514555468515156823485" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ce0e9b71-a4ce-41f5-b8c4-fb8458717599, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f0f04e54-f122-443b-b4b0-34ab5091807b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8229863e-297d-48fa-b39d-32bd82b4151e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b74bee29-b399-4216-94c8-eb30f9933974, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8229863e-297d-48fa-b39d-32bd82b4151e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9052038891317645980 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90520388913176459809052038891317645980905203889131764598090520388913176459809052038891317645980905203889131764598090520388913176459809052038891317645980905203889131764598090520388913176459809052038891317645980905203889131764598090520388913176459809052038891317645980905203889131764598090520388913176459809052038891317645980905203889131764598090520388913176459809052038891317645980" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b74bee29-b399-4216-94c8-eb30f9933974, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6771472290788750506 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67714722907887505066771472290788750506677147229078875050667714722907887505066771472290788750506677147229078875050667714722907887505066771472290788750506677147229078875050667714722907887505066771472290788750506677147229078875050667714722907887505066771472290788750506677147229078875050667714722907887505066771472290788750506677147229078875050667714722907887505066771472290788750506" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8229863e-297d-48fa-b39d-32bd82b4151e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0a58b86d-30c3-43e1-aaa8-2b45ef419e6d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0a58b86d-30c3-43e1-aaa8-2b45ef419e6d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6240286257850843010 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62402862578508430106240286257850843010624028625785084301062402862578508430106240286257850843010624028625785084301062402862578508430106240286257850843010624028625785084301062402862578508430106240286257850843010624028625785084301062402862578508430106240286257850843010624028625785084301062402862578508430106240286257850843010624028625785084301062402862578508430106240286257850843010" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b74bee29-b399-4216-94c8-eb30f9933974, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dd35293e-00a7-42fc-b189-3b31cb0ed840, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dd35293e-00a7-42fc-b189-3b31cb0ed840, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9375001792432542197 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93750017924325421979375001792432542197937500179243254219793750017924325421979375001792432542197937500179243254219793750017924325421979375001792432542197937500179243254219793750017924325421979375001792432542197937500179243254219793750017924325421979375001792432542197937500179243254219793750017924325421979375001792432542197937500179243254219793750017924325421979375001792432542197" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0a58b86d-30c3-43e1-aaa8-2b45ef419e6d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dd35293e-00a7-42fc-b189-3b31cb0ed840, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 320d3cdf-d1f1-4889-91b0-bb7b7b1d27e1, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 320d3cdf-d1f1-4889-91b0-bb7b7b1d27e1, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14247796713227841663 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1424779671322784166314247796713227841663142477967132278416631424779671322784166314247796713227841663142477967132278416631424779671322784166314247796713227841663142477967132278416631424779671322784166314247796713227841663142477967132278416631424779671322784166314247796713227841663142477967132278416631424779671322784166314247796713227841663142477967132278416631424779671322784166314247796713227841663" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ec5883d0-7ff6-4a23-b58e-b9759b55fcc7, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ec5883d0-7ff6-4a23-b58e-b9759b55fcc7, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18031597604009842131 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1803159760400984213118031597604009842131180315976040098421311803159760400984213118031597604009842131180315976040098421311803159760400984213118031597604009842131180315976040098421311803159760400984213118031597604009842131180315976040098421311803159760400984213118031597604009842131180315976040098421311803159760400984213118031597604009842131180315976040098421311803159760400984213118031597604009842131" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 320d3cdf-d1f1-4889-91b0-bb7b7b1d27e1, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1d659dfe-53bd-43a7-b40c-8ebafbfcfd57, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1d659dfe-53bd-43a7-b40c-8ebafbfcfd57, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14548498400527623480 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1454849840052762348014548498400527623480145484984005276234801454849840052762348014548498400527623480145484984005276234801454849840052762348014548498400527623480145484984005276234801454849840052762348014548498400527623480145484984005276234801454849840052762348014548498400527623480145484984005276234801454849840052762348014548498400527623480145484984005276234801454849840052762348014548498400527623480" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ec5883d0-7ff6-4a23-b58e-b9759b55fcc7, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 01478f83-008f-412d-a54c-aef474f3a5d8, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 01478f83-008f-412d-a54c-aef474f3a5d8, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17049822620882138254 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1704982262088213825417049822620882138254170498226208821382541704982262088213825417049822620882138254170498226208821382541704982262088213825417049822620882138254170498226208821382541704982262088213825417049822620882138254170498226208821382541704982262088213825417049822620882138254170498226208821382541704982262088213825417049822620882138254170498226208821382541704982262088213825417049822620882138254" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1d659dfe-53bd-43a7-b40c-8ebafbfcfd57, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ac80fad4-b961-4db8-a6df-984b54664564, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ac80fad4-b961-4db8-a6df-984b54664564, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8991381986491916056 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89913819864919160568991381986491916056899138198649191605689913819864919160568991381986491916056899138198649191605689913819864919160568991381986491916056899138198649191605689913819864919160568991381986491916056899138198649191605689913819864919160568991381986491916056899138198649191605689913819864919160568991381986491916056899138198649191605689913819864919160568991381986491916056" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 01478f83-008f-412d-a54c-aef474f3a5d8, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ac80fad4-b961-4db8-a6df-984b54664564, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 28df71b3-616f-4fb5-8d0e-aeeebc5f983c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 28df71b3-616f-4fb5-8d0e-aeeebc5f983c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15606895958763611783 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1560689595876361178315606895958763611783156068959587636117831560689595876361178315606895958763611783156068959587636117831560689595876361178315606895958763611783156068959587636117831560689595876361178315606895958763611783156068959587636117831560689595876361178315606895958763611783156068959587636117831560689595876361178315606895958763611783156068959587636117831560689595876361178315606895958763611783" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 34d06173-3989-411e-8fcf-4aac808884c2, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 34d06173-3989-411e-8fcf-4aac808884c2, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18408546096578417132 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1840854609657841713218408546096578417132184085460965784171321840854609657841713218408546096578417132184085460965784171321840854609657841713218408546096578417132184085460965784171321840854609657841713218408546096578417132184085460965784171321840854609657841713218408546096578417132184085460965784171321840854609657841713218408546096578417132184085460965784171321840854609657841713218408546096578417132" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 28df71b3-616f-4fb5-8d0e-aeeebc5f983c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ebf5ceea-9b35-407d-bdb2-dfe2d64c0883, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ebf5ceea-9b35-407d-bdb2-dfe2d64c0883, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6202685726699979231 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62026857266999792316202685726699979231620268572669997923162026857266999792316202685726699979231620268572669997923162026857266999792316202685726699979231620268572669997923162026857266999792316202685726699979231620268572669997923162026857266999792316202685726699979231620268572669997923162026857266999792316202685726699979231620268572669997923162026857266999792316202685726699979231" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 34d06173-3989-411e-8fcf-4aac808884c2, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 67406c57-b643-4a3f-ac2f-41d7c5f14723, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 67406c57-b643-4a3f-ac2f-41d7c5f14723, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2443493865188504641 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24434938651885046412443493865188504641244349386518850464124434938651885046412443493865188504641244349386518850464124434938651885046412443493865188504641244349386518850464124434938651885046412443493865188504641244349386518850464124434938651885046412443493865188504641244349386518850464124434938651885046412443493865188504641244349386518850464124434938651885046412443493865188504641" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ebf5ceea-9b35-407d-bdb2-dfe2d64c0883, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e334eb06-4e6b-41b8-80b2-697070894d74, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e334eb06-4e6b-41b8-80b2-697070894d74, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17672107971073868571 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1767210797107386857117672107971073868571176721079710738685711767210797107386857117672107971073868571176721079710738685711767210797107386857117672107971073868571176721079710738685711767210797107386857117672107971073868571176721079710738685711767210797107386857117672107971073868571176721079710738685711767210797107386857117672107971073868571176721079710738685711767210797107386857117672107971073868571" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 67406c57-b643-4a3f-ac2f-41d7c5f14723, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 686e0278-319f-4660-945a-06257de5a6f7, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 686e0278-319f-4660-945a-06257de5a6f7, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14950592527398902332 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1495059252739890233214950592527398902332149505925273989023321495059252739890233214950592527398902332149505925273989023321495059252739890233214950592527398902332149505925273989023321495059252739890233214950592527398902332149505925273989023321495059252739890233214950592527398902332149505925273989023321495059252739890233214950592527398902332149505925273989023321495059252739890233214950592527398902332" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 686e0278-319f-4660-945a-06257de5a6f7, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8bcdb614-5610-4050-9689-027be57df9f3, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8bcdb614-5610-4050-9689-027be57df9f3, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13980848514791718033 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1398084851479171803313980848514791718033139808485147917180331398084851479171803313980848514791718033139808485147917180331398084851479171803313980848514791718033139808485147917180331398084851479171803313980848514791718033139808485147917180331398084851479171803313980848514791718033139808485147917180331398084851479171803313980848514791718033139808485147917180331398084851479171803313980848514791718033" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e334eb06-4e6b-41b8-80b2-697070894d74, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 14135f64-5e4a-4bd5-b791-590b6415222c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 14135f64-5e4a-4bd5-b791-590b6415222c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5984453848158891459 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59844538481588914595984453848158891459598445384815889145959844538481588914595984453848158891459598445384815889145959844538481588914595984453848158891459598445384815889145959844538481588914595984453848158891459598445384815889145959844538481588914595984453848158891459598445384815889145959844538481588914595984453848158891459598445384815889145959844538481588914595984453848158891459" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8bcdb614-5610-4050-9689-027be57df9f3, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9743f363-a743-4b4c-8f34-1578969b9fc1, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9743f363-a743-4b4c-8f34-1578969b9fc1, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11198365543920947035 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1119836554392094703511198365543920947035111983655439209470351119836554392094703511198365543920947035111983655439209470351119836554392094703511198365543920947035111983655439209470351119836554392094703511198365543920947035111983655439209470351119836554392094703511198365543920947035111983655439209470351119836554392094703511198365543920947035111983655439209470351119836554392094703511198365543920947035" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 14135f64-5e4a-4bd5-b791-590b6415222c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5b0f512c-3743-4627-9c1c-6a6adf1f5715, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5b0f512c-3743-4627-9c1c-6a6adf1f5715, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18215934620037637227 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1821593462003763722718215934620037637227182159346200376372271821593462003763722718215934620037637227182159346200376372271821593462003763722718215934620037637227182159346200376372271821593462003763722718215934620037637227182159346200376372271821593462003763722718215934620037637227182159346200376372271821593462003763722718215934620037637227182159346200376372271821593462003763722718215934620037637227" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9743f363-a743-4b4c-8f34-1578969b9fc1, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0e4ea1b0-0038-4c08-b69c-bb130a68c677, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5b0f512c-3743-4627-9c1c-6a6adf1f5715, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 373c4da5-2e5e-4ca1-922d-50f49f2b8db7, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 373c4da5-2e5e-4ca1-922d-50f49f2b8db7, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12748335781605783427 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1274833578160578342712748335781605783427127483357816057834271274833578160578342712748335781605783427127483357816057834271274833578160578342712748335781605783427127483357816057834271274833578160578342712748335781605783427127483357816057834271274833578160578342712748335781605783427127483357816057834271274833578160578342712748335781605783427127483357816057834271274833578160578342712748335781605783427" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0e4ea1b0-0038-4c08-b69c-bb130a68c677, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 371351106914639771 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "371351106914639771371351106914639771371351106914639771371351106914639771371351106914639771371351106914639771371351106914639771371351106914639771371351106914639771371351106914639771371351106914639771371351106914639771371351106914639771371351106914639771371351106914639771371351106914639771371351106914639771371351106914639771371351106914639771371351106914639771" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 373c4da5-2e5e-4ca1-922d-50f49f2b8db7, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2c346f4f-3b5e-4933-9846-6b42b49d57af, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2c346f4f-3b5e-4933-9846-6b42b49d57af, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8507878166873815983 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85078781668738159838507878166873815983850787816687381598385078781668738159838507878166873815983850787816687381598385078781668738159838507878166873815983850787816687381598385078781668738159838507878166873815983850787816687381598385078781668738159838507878166873815983850787816687381598385078781668738159838507878166873815983850787816687381598385078781668738159838507878166873815983" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0e4ea1b0-0038-4c08-b69c-bb130a68c677, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2c346f4f-3b5e-4933-9846-6b42b49d57af, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7cef6fef-4308-4dca-a37d-0fb3c93fe498, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7cef6fef-4308-4dca-a37d-0fb3c93fe498, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6096413283136416886 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60964132831364168866096413283136416886609641328313641688660964132831364168866096413283136416886609641328313641688660964132831364168866096413283136416886609641328313641688660964132831364168866096413283136416886609641328313641688660964132831364168866096413283136416886609641328313641688660964132831364168866096413283136416886609641328313641688660964132831364168866096413283136416886" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 44677d56-6608-4a12-9c21-0b4adb58c53f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 44677d56-6608-4a12-9c21-0b4adb58c53f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6256322236021677331 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62563222360216773316256322236021677331625632223602167733162563222360216773316256322236021677331625632223602167733162563222360216773316256322236021677331625632223602167733162563222360216773316256322236021677331625632223602167733162563222360216773316256322236021677331625632223602167733162563222360216773316256322236021677331625632223602167733162563222360216773316256322236021677331" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7cef6fef-4308-4dca-a37d-0fb3c93fe498, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ac7f7fa2-1f0b-4ad3-850c-e1f92e4b9790, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ac7f7fa2-1f0b-4ad3-850c-e1f92e4b9790, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13708304869142034161 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1370830486914203416113708304869142034161137083048691420341611370830486914203416113708304869142034161137083048691420341611370830486914203416113708304869142034161137083048691420341611370830486914203416113708304869142034161137083048691420341611370830486914203416113708304869142034161137083048691420341611370830486914203416113708304869142034161137083048691420341611370830486914203416113708304869142034161" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 44677d56-6608-4a12-9c21-0b4adb58c53f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0702e706-a2cd-4d3f-9a40-a3f03e5e3942, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0702e706-a2cd-4d3f-9a40-a3f03e5e3942, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1295428843299931605 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12954288432999316051295428843299931605129542884329993160512954288432999316051295428843299931605129542884329993160512954288432999316051295428843299931605129542884329993160512954288432999316051295428843299931605129542884329993160512954288432999316051295428843299931605129542884329993160512954288432999316051295428843299931605129542884329993160512954288432999316051295428843299931605" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ac7f7fa2-1f0b-4ad3-850c-e1f92e4b9790, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0702e706-a2cd-4d3f-9a40-a3f03e5e3942, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7d9a06b6-9cca-4cd9-83f4-822633a2b175, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7d9a06b6-9cca-4cd9-83f4-822633a2b175, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11914307335819640160 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1191430733581964016011914307335819640160119143073358196401601191430733581964016011914307335819640160119143073358196401601191430733581964016011914307335819640160119143073358196401601191430733581964016011914307335819640160119143073358196401601191430733581964016011914307335819640160119143073358196401601191430733581964016011914307335819640160119143073358196401601191430733581964016011914307335819640160" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 59949752-f47a-440d-8c4c-5ceae0dc0f6e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 59949752-f47a-440d-8c4c-5ceae0dc0f6e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2086284674898083578 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20862846748980835782086284674898083578208628467489808357820862846748980835782086284674898083578208628467489808357820862846748980835782086284674898083578208628467489808357820862846748980835782086284674898083578208628467489808357820862846748980835782086284674898083578208628467489808357820862846748980835782086284674898083578208628467489808357820862846748980835782086284674898083578" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7d9a06b6-9cca-4cd9-83f4-822633a2b175, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 59949752-f47a-440d-8c4c-5ceae0dc0f6e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 946442e0-96b8-4cae-95d2-4d820099a742, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 946442e0-96b8-4cae-95d2-4d820099a742, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1831734372310755291 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18317343723107552911831734372310755291183173437231075529118317343723107552911831734372310755291183173437231075529118317343723107552911831734372310755291183173437231075529118317343723107552911831734372310755291183173437231075529118317343723107552911831734372310755291183173437231075529118317343723107552911831734372310755291183173437231075529118317343723107552911831734372310755291" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ee2706d2-dbd3-4765-ae87-bfd9da812bca, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ee2706d2-dbd3-4765-ae87-bfd9da812bca, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11575686324655004725 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1157568632465500472511575686324655004725115756863246550047251157568632465500472511575686324655004725115756863246550047251157568632465500472511575686324655004725115756863246550047251157568632465500472511575686324655004725115756863246550047251157568632465500472511575686324655004725115756863246550047251157568632465500472511575686324655004725115756863246550047251157568632465500472511575686324655004725" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 946442e0-96b8-4cae-95d2-4d820099a742, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 202fce2e-7129-437e-acf5-abcb764dc483, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 202fce2e-7129-437e-acf5-abcb764dc483, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7599850171730739330 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75998501717307393307599850171730739330759985017173073933075998501717307393307599850171730739330759985017173073933075998501717307393307599850171730739330759985017173073933075998501717307393307599850171730739330759985017173073933075998501717307393307599850171730739330759985017173073933075998501717307393307599850171730739330759985017173073933075998501717307393307599850171730739330" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ee2706d2-dbd3-4765-ae87-bfd9da812bca, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 45a5183f-8ac4-4792-918a-69ef57342346, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 45a5183f-8ac4-4792-918a-69ef57342346, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4546576874774775800 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45465768747747758004546576874774775800454657687477477580045465768747747758004546576874774775800454657687477477580045465768747747758004546576874774775800454657687477477580045465768747747758004546576874774775800454657687477477580045465768747747758004546576874774775800454657687477477580045465768747747758004546576874774775800454657687477477580045465768747747758004546576874774775800" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 202fce2e-7129-437e-acf5-abcb764dc483, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1b375a6b-eabb-45da-8b22-6ebf531a2bf5, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 45a5183f-8ac4-4792-918a-69ef57342346, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1b375a6b-eabb-45da-8b22-6ebf531a2bf5, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5025491384732344337 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50254913847323443375025491384732344337502549138473234433750254913847323443375025491384732344337502549138473234433750254913847323443375025491384732344337502549138473234433750254913847323443375025491384732344337502549138473234433750254913847323443375025491384732344337502549138473234433750254913847323443375025491384732344337502549138473234433750254913847323443375025491384732344337" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ff6039df-5a3b-4375-afd4-85c5b536b3b3, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ff6039df-5a3b-4375-afd4-85c5b536b3b3, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5963351239751508776 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59633512397515087765963351239751508776596335123975150877659633512397515087765963351239751508776596335123975150877659633512397515087765963351239751508776596335123975150877659633512397515087765963351239751508776596335123975150877659633512397515087765963351239751508776596335123975150877659633512397515087765963351239751508776596335123975150877659633512397515087765963351239751508776" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1b375a6b-eabb-45da-8b22-6ebf531a2bf5, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e541293b-4c11-49e6-ac31-08baa6cf7481, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e541293b-4c11-49e6-ac31-08baa6cf7481, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1638023648813126296 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16380236488131262961638023648813126296163802364881312629616380236488131262961638023648813126296163802364881312629616380236488131262961638023648813126296163802364881312629616380236488131262961638023648813126296163802364881312629616380236488131262961638023648813126296163802364881312629616380236488131262961638023648813126296163802364881312629616380236488131262961638023648813126296" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ff6039df-5a3b-4375-afd4-85c5b536b3b3, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 89386691-2fe3-4810-b6f1-f0b8e7932c93, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 89386691-2fe3-4810-b6f1-f0b8e7932c93, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16865248292520179194 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1686524829252017919416865248292520179194168652482925201791941686524829252017919416865248292520179194168652482925201791941686524829252017919416865248292520179194168652482925201791941686524829252017919416865248292520179194168652482925201791941686524829252017919416865248292520179194168652482925201791941686524829252017919416865248292520179194168652482925201791941686524829252017919416865248292520179194" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e541293b-4c11-49e6-ac31-08baa6cf7481, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e8db7a0f-88a6-44ac-ac41-c6c2df8bae31, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e8db7a0f-88a6-44ac-ac41-c6c2df8bae31, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10387382015685800870 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1038738201568580087010387382015685800870103873820156858008701038738201568580087010387382015685800870103873820156858008701038738201568580087010387382015685800870103873820156858008701038738201568580087010387382015685800870103873820156858008701038738201568580087010387382015685800870103873820156858008701038738201568580087010387382015685800870103873820156858008701038738201568580087010387382015685800870" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 89386691-2fe3-4810-b6f1-f0b8e7932c93, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0b18d1b1-2529-42c5-bb4f-3033c6a14056, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0b18d1b1-2529-42c5-bb4f-3033c6a14056, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2550900431218264545 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25509004312182645452550900431218264545255090043121826454525509004312182645452550900431218264545255090043121826454525509004312182645452550900431218264545255090043121826454525509004312182645452550900431218264545255090043121826454525509004312182645452550900431218264545255090043121826454525509004312182645452550900431218264545255090043121826454525509004312182645452550900431218264545" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e8db7a0f-88a6-44ac-ac41-c6c2df8bae31, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 237166e4-2140-4acd-a08a-02262a414e1e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 237166e4-2140-4acd-a08a-02262a414e1e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3578274518674311284 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35782745186743112843578274518674311284357827451867431128435782745186743112843578274518674311284357827451867431128435782745186743112843578274518674311284357827451867431128435782745186743112843578274518674311284357827451867431128435782745186743112843578274518674311284357827451867431128435782745186743112843578274518674311284357827451867431128435782745186743112843578274518674311284" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0b18d1b1-2529-42c5-bb4f-3033c6a14056, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 16d4fa85-a0c0-4d83-a5f8-6eb13d8c6dbb, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 16d4fa85-a0c0-4d83-a5f8-6eb13d8c6dbb, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9321646374296882313 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93216463742968823139321646374296882313932164637429688231393216463742968823139321646374296882313932164637429688231393216463742968823139321646374296882313932164637429688231393216463742968823139321646374296882313932164637429688231393216463742968823139321646374296882313932164637429688231393216463742968823139321646374296882313932164637429688231393216463742968823139321646374296882313" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 237166e4-2140-4acd-a08a-02262a414e1e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bc333435-a062-4cb6-85b5-00098407dab0, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bc333435-a062-4cb6-85b5-00098407dab0, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13400029515279023331 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1340002951527902333113400029515279023331134000295152790233311340002951527902333113400029515279023331134000295152790233311340002951527902333113400029515279023331134000295152790233311340002951527902333113400029515279023331134000295152790233311340002951527902333113400029515279023331134000295152790233311340002951527902333113400029515279023331134000295152790233311340002951527902333113400029515279023331" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 16d4fa85-a0c0-4d83-a5f8-6eb13d8c6dbb, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a98cf75e-900d-4ab5-91b2-e88c4d130da0, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a98cf75e-900d-4ab5-91b2-e88c4d130da0, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2789152656320526611 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27891526563205266112789152656320526611278915265632052661127891526563205266112789152656320526611278915265632052661127891526563205266112789152656320526611278915265632052661127891526563205266112789152656320526611278915265632052661127891526563205266112789152656320526611278915265632052661127891526563205266112789152656320526611278915265632052661127891526563205266112789152656320526611" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bc333435-a062-4cb6-85b5-00098407dab0, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7e120859-4075-4d8f-9d50-65caf94a9373, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7e120859-4075-4d8f-9d50-65caf94a9373, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 567903548401950286 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "567903548401950286567903548401950286567903548401950286567903548401950286567903548401950286567903548401950286567903548401950286567903548401950286567903548401950286567903548401950286567903548401950286567903548401950286567903548401950286567903548401950286567903548401950286567903548401950286567903548401950286567903548401950286567903548401950286567903548401950286" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a98cf75e-900d-4ab5-91b2-e88c4d130da0, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 62d7ceea-f010-4444-a1c5-f28bb6a988f9, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7e120859-4075-4d8f-9d50-65caf94a9373, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 62d7ceea-f010-4444-a1c5-f28bb6a988f9, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11271348286239421930 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1127134828623942193011271348286239421930112713482862394219301127134828623942193011271348286239421930112713482862394219301127134828623942193011271348286239421930112713482862394219301127134828623942193011271348286239421930112713482862394219301127134828623942193011271348286239421930112713482862394219301127134828623942193011271348286239421930112713482862394219301127134828623942193011271348286239421930" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2e99d2db-843a-402c-ab13-f9d1b9dd2b72, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2e99d2db-843a-402c-ab13-f9d1b9dd2b72, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1146403059295410960 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11464030592954109601146403059295410960114640305929541096011464030592954109601146403059295410960114640305929541096011464030592954109601146403059295410960114640305929541096011464030592954109601146403059295410960114640305929541096011464030592954109601146403059295410960114640305929541096011464030592954109601146403059295410960114640305929541096011464030592954109601146403059295410960" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 62d7ceea-f010-4444-a1c5-f28bb6a988f9, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6f5fb034-214f-48b0-8673-cc96a8755fc0, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6f5fb034-214f-48b0-8673-cc96a8755fc0, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5092554106374864458 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50925541063748644585092554106374864458509255410637486445850925541063748644585092554106374864458509255410637486445850925541063748644585092554106374864458509255410637486445850925541063748644585092554106374864458509255410637486445850925541063748644585092554106374864458509255410637486445850925541063748644585092554106374864458509255410637486445850925541063748644585092554106374864458" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6f5fb034-214f-48b0-8673-cc96a8755fc0, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5cf63438-a209-488f-8b3c-05c94ca6475a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5cf63438-a209-488f-8b3c-05c94ca6475a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14791625706185727044 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1479162570618572704414791625706185727044147916257061857270441479162570618572704414791625706185727044147916257061857270441479162570618572704414791625706185727044147916257061857270441479162570618572704414791625706185727044147916257061857270441479162570618572704414791625706185727044147916257061857270441479162570618572704414791625706185727044147916257061857270441479162570618572704414791625706185727044" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5cf63438-a209-488f-8b3c-05c94ca6475a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f9d9224b-25ad-4791-8a69-9f71aa3d9380, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f9d9224b-25ad-4791-8a69-9f71aa3d9380, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18027659834344220610 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1802765983434422061018027659834344220610180276598343442206101802765983434422061018027659834344220610180276598343442206101802765983434422061018027659834344220610180276598343442206101802765983434422061018027659834344220610180276598343442206101802765983434422061018027659834344220610180276598343442206101802765983434422061018027659834344220610180276598343442206101802765983434422061018027659834344220610" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2e99d2db-843a-402c-ab13-f9d1b9dd2b72, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c41bba60-e2fb-4904-8177-d81731c0876b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c41bba60-e2fb-4904-8177-d81731c0876b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8519465154487719510 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85194651544877195108519465154487719510851946515448771951085194651544877195108519465154487719510851946515448771951085194651544877195108519465154487719510851946515448771951085194651544877195108519465154487719510851946515448771951085194651544877195108519465154487719510851946515448771951085194651544877195108519465154487719510851946515448771951085194651544877195108519465154487719510" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f9d9224b-25ad-4791-8a69-9f71aa3d9380, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f50c05c3-863f-464d-9e63-9235ef129e3e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f50c05c3-863f-464d-9e63-9235ef129e3e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13508176077213584057 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1350817607721358405713508176077213584057135081760772135840571350817607721358405713508176077213584057135081760772135840571350817607721358405713508176077213584057135081760772135840571350817607721358405713508176077213584057135081760772135840571350817607721358405713508176077213584057135081760772135840571350817607721358405713508176077213584057135081760772135840571350817607721358405713508176077213584057" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c41bba60-e2fb-4904-8177-d81731c0876b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2e8fae16-94c9-427a-aa59-1e28a8b11db6, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2e8fae16-94c9-427a-aa59-1e28a8b11db6, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10204016064901810781 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1020401606490181078110204016064901810781102040160649018107811020401606490181078110204016064901810781102040160649018107811020401606490181078110204016064901810781102040160649018107811020401606490181078110204016064901810781102040160649018107811020401606490181078110204016064901810781102040160649018107811020401606490181078110204016064901810781102040160649018107811020401606490181078110204016064901810781" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f50c05c3-863f-464d-9e63-9235ef129e3e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4fabaadb-7b10-4c9b-82f2-d3edf386b15b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4fabaadb-7b10-4c9b-82f2-d3edf386b15b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7970467542456575346 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79704675424565753467970467542456575346797046754245657534679704675424565753467970467542456575346797046754245657534679704675424565753467970467542456575346797046754245657534679704675424565753467970467542456575346797046754245657534679704675424565753467970467542456575346797046754245657534679704675424565753467970467542456575346797046754245657534679704675424565753467970467542456575346" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2e8fae16-94c9-427a-aa59-1e28a8b11db6, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 70612196-8af4-48d4-9906-0e12b73f997b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 70612196-8af4-48d4-9906-0e12b73f997b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18167065838190787770 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1816706583819078777018167065838190787770181670658381907877701816706583819078777018167065838190787770181670658381907877701816706583819078777018167065838190787770181670658381907877701816706583819078777018167065838190787770181670658381907877701816706583819078777018167065838190787770181670658381907877701816706583819078777018167065838190787770181670658381907877701816706583819078777018167065838190787770" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4fabaadb-7b10-4c9b-82f2-d3edf386b15b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 23392e4c-683e-4016-a17e-bc57fa1f533f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 23392e4c-683e-4016-a17e-bc57fa1f533f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1442753079654808607 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14427530796548086071442753079654808607144275307965480860714427530796548086071442753079654808607144275307965480860714427530796548086071442753079654808607144275307965480860714427530796548086071442753079654808607144275307965480860714427530796548086071442753079654808607144275307965480860714427530796548086071442753079654808607144275307965480860714427530796548086071442753079654808607" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 70612196-8af4-48d4-9906-0e12b73f997b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 01e87525-d8d3-4559-810e-c80d0492ab65, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 01e87525-d8d3-4559-810e-c80d0492ab65, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15244955502665656566 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1524495550266565656615244955502665656566152449555026656565661524495550266565656615244955502665656566152449555026656565661524495550266565656615244955502665656566152449555026656565661524495550266565656615244955502665656566152449555026656565661524495550266565656615244955502665656566152449555026656565661524495550266565656615244955502665656566152449555026656565661524495550266565656615244955502665656566" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 23392e4c-683e-4016-a17e-bc57fa1f533f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 70508ec5-cabf-44f8-a155-2299b68f997c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 70508ec5-cabf-44f8-a155-2299b68f997c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6556151751038242227 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65561517510382422276556151751038242227655615175103824222765561517510382422276556151751038242227655615175103824222765561517510382422276556151751038242227655615175103824222765561517510382422276556151751038242227655615175103824222765561517510382422276556151751038242227655615175103824222765561517510382422276556151751038242227655615175103824222765561517510382422276556151751038242227" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 01e87525-d8d3-4559-810e-c80d0492ab65, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 70508ec5-cabf-44f8-a155-2299b68f997c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, df0f99cd-037d-4225-ba94-f722e93bd665, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8a1a8225-9a35-498e-9211-250a0ee265d3, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8a1a8225-9a35-498e-9211-250a0ee265d3, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3588743872233700102 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35887438722337001023588743872233700102358874387223370010235887438722337001023588743872233700102358874387223370010235887438722337001023588743872233700102358874387223370010235887438722337001023588743872233700102358874387223370010235887438722337001023588743872233700102358874387223370010235887438722337001023588743872233700102358874387223370010235887438722337001023588743872233700102" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, df0f99cd-037d-4225-ba94-f722e93bd665, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 386325349513704585 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "386325349513704585386325349513704585386325349513704585386325349513704585386325349513704585386325349513704585386325349513704585386325349513704585386325349513704585386325349513704585386325349513704585386325349513704585386325349513704585386325349513704585386325349513704585386325349513704585386325349513704585386325349513704585386325349513704585386325349513704585" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8a1a8225-9a35-498e-9211-250a0ee265d3, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 49c39576-e8e9-4bfb-a8f5-d9883e386c3d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 49c39576-e8e9-4bfb-a8f5-d9883e386c3d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4747531851005298053 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47475318510052980534747531851005298053474753185100529805347475318510052980534747531851005298053474753185100529805347475318510052980534747531851005298053474753185100529805347475318510052980534747531851005298053474753185100529805347475318510052980534747531851005298053474753185100529805347475318510052980534747531851005298053474753185100529805347475318510052980534747531851005298053" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, df0f99cd-037d-4225-ba94-f722e93bd665, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 35e7b067-1549-4d97-bce1-c516ff6922d1, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 35e7b067-1549-4d97-bce1-c516ff6922d1, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 292345006454318749 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "292345006454318749292345006454318749292345006454318749292345006454318749292345006454318749292345006454318749292345006454318749292345006454318749292345006454318749292345006454318749292345006454318749292345006454318749292345006454318749292345006454318749292345006454318749292345006454318749292345006454318749292345006454318749292345006454318749292345006454318749" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 49c39576-e8e9-4bfb-a8f5-d9883e386c3d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 427b2981-7214-44b0-ba5b-dbdca0f6bc15, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 427b2981-7214-44b0-ba5b-dbdca0f6bc15, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5551073308688804642 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55510733086888046425551073308688804642555107330868880464255510733086888046425551073308688804642555107330868880464255510733086888046425551073308688804642555107330868880464255510733086888046425551073308688804642555107330868880464255510733086888046425551073308688804642555107330868880464255510733086888046425551073308688804642555107330868880464255510733086888046425551073308688804642" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 35e7b067-1549-4d97-bce1-c516ff6922d1, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b0cf0ad3-b269-4842-bfd6-bbc0e7285c5b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b0cf0ad3-b269-4842-bfd6-bbc0e7285c5b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13328045701410234586 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1332804570141023458613328045701410234586133280457014102345861332804570141023458613328045701410234586133280457014102345861332804570141023458613328045701410234586133280457014102345861332804570141023458613328045701410234586133280457014102345861332804570141023458613328045701410234586133280457014102345861332804570141023458613328045701410234586133280457014102345861332804570141023458613328045701410234586" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 427b2981-7214-44b0-ba5b-dbdca0f6bc15, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 70ae7573-9158-48a5-a94e-bf273cfa00fd, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 70ae7573-9158-48a5-a94e-bf273cfa00fd, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2070330808559496356 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20703308085594963562070330808559496356207033080855949635620703308085594963562070330808559496356207033080855949635620703308085594963562070330808559496356207033080855949635620703308085594963562070330808559496356207033080855949635620703308085594963562070330808559496356207033080855949635620703308085594963562070330808559496356207033080855949635620703308085594963562070330808559496356" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b0cf0ad3-b269-4842-bfd6-bbc0e7285c5b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c0674177-5a8c-47e4-a4e0-c7f9ad871b7c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c0674177-5a8c-47e4-a4e0-c7f9ad871b7c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15980286284199946803 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1598028628419994680315980286284199946803159802862841999468031598028628419994680315980286284199946803159802862841999468031598028628419994680315980286284199946803159802862841999468031598028628419994680315980286284199946803159802862841999468031598028628419994680315980286284199946803159802862841999468031598028628419994680315980286284199946803159802862841999468031598028628419994680315980286284199946803" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 70ae7573-9158-48a5-a94e-bf273cfa00fd, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c0674177-5a8c-47e4-a4e0-c7f9ad871b7c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1f8009a6-56db-4e62-b8c5-0779713694e9, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dd456420-687d-4737-a822-2784babf98bc, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dd456420-687d-4737-a822-2784babf98bc, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8691284085772628247 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86912840857726282478691284085772628247869128408577262824786912840857726282478691284085772628247869128408577262824786912840857726282478691284085772628247869128408577262824786912840857726282478691284085772628247869128408577262824786912840857726282478691284085772628247869128408577262824786912840857726282478691284085772628247869128408577262824786912840857726282478691284085772628247" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1f8009a6-56db-4e62-b8c5-0779713694e9, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15572119249101730409 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1557211924910173040915572119249101730409155721192491017304091557211924910173040915572119249101730409155721192491017304091557211924910173040915572119249101730409155721192491017304091557211924910173040915572119249101730409155721192491017304091557211924910173040915572119249101730409155721192491017304091557211924910173040915572119249101730409155721192491017304091557211924910173040915572119249101730409" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dd456420-687d-4737-a822-2784babf98bc, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0e1edd9b-b1c9-492a-a092-1b5f056f4c29, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0e1edd9b-b1c9-492a-a092-1b5f056f4c29, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12078884040303581698 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1207888404030358169812078884040303581698120788840403035816981207888404030358169812078884040303581698120788840403035816981207888404030358169812078884040303581698120788840403035816981207888404030358169812078884040303581698120788840403035816981207888404030358169812078884040303581698120788840403035816981207888404030358169812078884040303581698120788840403035816981207888404030358169812078884040303581698" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0e1edd9b-b1c9-492a-a092-1b5f056f4c29, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e872c6e4-fa94-4c39-a238-4427282f8624, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1f8009a6-56db-4e62-b8c5-0779713694e9, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ba832e66-b8f1-4b80-8a97-545342f09c25, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ba832e66-b8f1-4b80-8a97-545342f09c25, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15703519176327714882 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1570351917632771488215703519176327714882157035191763277148821570351917632771488215703519176327714882157035191763277148821570351917632771488215703519176327714882157035191763277148821570351917632771488215703519176327714882157035191763277148821570351917632771488215703519176327714882157035191763277148821570351917632771488215703519176327714882157035191763277148821570351917632771488215703519176327714882" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e872c6e4-fa94-4c39-a238-4427282f8624, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1487672549034942733 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14876725490349427331487672549034942733148767254903494273314876725490349427331487672549034942733148767254903494273314876725490349427331487672549034942733148767254903494273314876725490349427331487672549034942733148767254903494273314876725490349427331487672549034942733148767254903494273314876725490349427331487672549034942733148767254903494273314876725490349427331487672549034942733" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ba832e66-b8f1-4b80-8a97-545342f09c25, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 34782290-b5d3-45e3-bdbd-66699a13ef10, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 34782290-b5d3-45e3-bdbd-66699a13ef10, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6440193172364788745 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64401931723647887456440193172364788745644019317236478874564401931723647887456440193172364788745644019317236478874564401931723647887456440193172364788745644019317236478874564401931723647887456440193172364788745644019317236478874564401931723647887456440193172364788745644019317236478874564401931723647887456440193172364788745644019317236478874564401931723647887456440193172364788745" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e872c6e4-fa94-4c39-a238-4427282f8624, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 235cc6d1-1223-4791-a914-385ca5c063da, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 235cc6d1-1223-4791-a914-385ca5c063da, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17605744766184382422 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1760574476618438242217605744766184382422176057447661843824221760574476618438242217605744766184382422176057447661843824221760574476618438242217605744766184382422176057447661843824221760574476618438242217605744766184382422176057447661843824221760574476618438242217605744766184382422176057447661843824221760574476618438242217605744766184382422176057447661843824221760574476618438242217605744766184382422" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 34782290-b5d3-45e3-bdbd-66699a13ef10, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7420eb5f-b42e-421d-9dad-d2cb9a645927, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7420eb5f-b42e-421d-9dad-d2cb9a645927, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3258399823334145321 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32583998233341453213258399823334145321325839982333414532132583998233341453213258399823334145321325839982333414532132583998233341453213258399823334145321325839982333414532132583998233341453213258399823334145321325839982333414532132583998233341453213258399823334145321325839982333414532132583998233341453213258399823334145321325839982333414532132583998233341453213258399823334145321" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 235cc6d1-1223-4791-a914-385ca5c063da, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fd8b627b-3cdd-433a-8833-320837cc3c29, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fd8b627b-3cdd-433a-8833-320837cc3c29, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4529232731588671570 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45292327315886715704529232731588671570452923273158867157045292327315886715704529232731588671570452923273158867157045292327315886715704529232731588671570452923273158867157045292327315886715704529232731588671570452923273158867157045292327315886715704529232731588671570452923273158867157045292327315886715704529232731588671570452923273158867157045292327315886715704529232731588671570" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7420eb5f-b42e-421d-9dad-d2cb9a645927, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, efded6e5-8319-4682-9efd-243c2825c8f8, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, efded6e5-8319-4682-9efd-243c2825c8f8, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9181310907720741245 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91813109077207412459181310907720741245918131090772074124591813109077207412459181310907720741245918131090772074124591813109077207412459181310907720741245918131090772074124591813109077207412459181310907720741245918131090772074124591813109077207412459181310907720741245918131090772074124591813109077207412459181310907720741245918131090772074124591813109077207412459181310907720741245" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fd8b627b-3cdd-433a-8833-320837cc3c29, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1511c825-cb06-4f75-8374-242a86981465, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1511c825-cb06-4f75-8374-242a86981465, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2134289392231941315 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21342893922319413152134289392231941315213428939223194131521342893922319413152134289392231941315213428939223194131521342893922319413152134289392231941315213428939223194131521342893922319413152134289392231941315213428939223194131521342893922319413152134289392231941315213428939223194131521342893922319413152134289392231941315213428939223194131521342893922319413152134289392231941315" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, efded6e5-8319-4682-9efd-243c2825c8f8, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, da01a4d6-46a9-4973-9ec4-edf86a368b64, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1511c825-cb06-4f75-8374-242a86981465, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, da01a4d6-46a9-4973-9ec4-edf86a368b64, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1311652604931724733 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13116526049317247331311652604931724733131165260493172473313116526049317247331311652604931724733131165260493172473313116526049317247331311652604931724733131165260493172473313116526049317247331311652604931724733131165260493172473313116526049317247331311652604931724733131165260493172473313116526049317247331311652604931724733131165260493172473313116526049317247331311652604931724733" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 43f50909-2195-46ef-9039-59acf4f0e7ff, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 43f50909-2195-46ef-9039-59acf4f0e7ff, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9840615959065188642 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98406159590651886429840615959065188642984061595906518864298406159590651886429840615959065188642984061595906518864298406159590651886429840615959065188642984061595906518864298406159590651886429840615959065188642984061595906518864298406159590651886429840615959065188642984061595906518864298406159590651886429840615959065188642984061595906518864298406159590651886429840615959065188642" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, da01a4d6-46a9-4973-9ec4-edf86a368b64, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e29e52a5-0c8e-4e27-8c01-2e717d7d3d51, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e29e52a5-0c8e-4e27-8c01-2e717d7d3d51, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9264920128894427109 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92649201288944271099264920128894427109926492012889442710992649201288944271099264920128894427109926492012889442710992649201288944271099264920128894427109926492012889442710992649201288944271099264920128894427109926492012889442710992649201288944271099264920128894427109926492012889442710992649201288944271099264920128894427109926492012889442710992649201288944271099264920128894427109" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 43f50909-2195-46ef-9039-59acf4f0e7ff, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, aa63fe6b-3881-47c0-856b-e16feadb71c7, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aa63fe6b-3881-47c0-856b-e16feadb71c7, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10980225094121964007 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1098022509412196400710980225094121964007109802250941219640071098022509412196400710980225094121964007109802250941219640071098022509412196400710980225094121964007109802250941219640071098022509412196400710980225094121964007109802250941219640071098022509412196400710980225094121964007109802250941219640071098022509412196400710980225094121964007109802250941219640071098022509412196400710980225094121964007" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e29e52a5-0c8e-4e27-8c01-2e717d7d3d51, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 53731ed1-748a-4a2c-a543-164e679e9359, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 53731ed1-748a-4a2c-a543-164e679e9359, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15464500884914135684 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1546450088491413568415464500884914135684154645008849141356841546450088491413568415464500884914135684154645008849141356841546450088491413568415464500884914135684154645008849141356841546450088491413568415464500884914135684154645008849141356841546450088491413568415464500884914135684154645008849141356841546450088491413568415464500884914135684154645008849141356841546450088491413568415464500884914135684" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aa63fe6b-3881-47c0-856b-e16feadb71c7, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 94914894-0829-4da1-9600-e9386f414fb0, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 94914894-0829-4da1-9600-e9386f414fb0, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17391151439939030679 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1739115143993903067917391151439939030679173911514399390306791739115143993903067917391151439939030679173911514399390306791739115143993903067917391151439939030679173911514399390306791739115143993903067917391151439939030679173911514399390306791739115143993903067917391151439939030679173911514399390306791739115143993903067917391151439939030679173911514399390306791739115143993903067917391151439939030679" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 53731ed1-748a-4a2c-a543-164e679e9359, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5df9532e-1125-4cb6-8462-1c464d476139, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5df9532e-1125-4cb6-8462-1c464d476139, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8133367515796657778 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81333675157966577788133367515796657778813336751579665777881333675157966577788133367515796657778813336751579665777881333675157966577788133367515796657778813336751579665777881333675157966577788133367515796657778813336751579665777881333675157966577788133367515796657778813336751579665777881333675157966577788133367515796657778813336751579665777881333675157966577788133367515796657778" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5df9532e-1125-4cb6-8462-1c464d476139, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 044c49a3-d752-4eac-816f-4b90eb02f7ac, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 044c49a3-d752-4eac-816f-4b90eb02f7ac, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 281513360905685881 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "281513360905685881281513360905685881281513360905685881281513360905685881281513360905685881281513360905685881281513360905685881281513360905685881281513360905685881281513360905685881281513360905685881281513360905685881281513360905685881281513360905685881281513360905685881281513360905685881281513360905685881281513360905685881281513360905685881281513360905685881" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 94914894-0829-4da1-9600-e9386f414fb0, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c41e6ac2-1d7b-45c3-a5d3-0b6ca1cbba89, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 044c49a3-d752-4eac-816f-4b90eb02f7ac, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bffd2776-903e-4586-b10c-09287d7728f3, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c41e6ac2-1d7b-45c3-a5d3-0b6ca1cbba89, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13608242218452817990 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1360824221845281799013608242218452817990136082422184528179901360824221845281799013608242218452817990136082422184528179901360824221845281799013608242218452817990136082422184528179901360824221845281799013608242218452817990136082422184528179901360824221845281799013608242218452817990136082422184528179901360824221845281799013608242218452817990136082422184528179901360824221845281799013608242218452817990" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bffd2776-903e-4586-b10c-09287d7728f3, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4378745730546353574 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43787457305463535744378745730546353574437874573054635357443787457305463535744378745730546353574437874573054635357443787457305463535744378745730546353574437874573054635357443787457305463535744378745730546353574437874573054635357443787457305463535744378745730546353574437874573054635357443787457305463535744378745730546353574437874573054635357443787457305463535744378745730546353574" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bffd2776-903e-4586-b10c-09287d7728f3, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c39ab714-d7cd-4d9b-b121-f59683c7bbe3, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c39ab714-d7cd-4d9b-b121-f59683c7bbe3, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11216948308042971635 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1121694830804297163511216948308042971635112169483080429716351121694830804297163511216948308042971635112169483080429716351121694830804297163511216948308042971635112169483080429716351121694830804297163511216948308042971635112169483080429716351121694830804297163511216948308042971635112169483080429716351121694830804297163511216948308042971635112169483080429716351121694830804297163511216948308042971635" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c41e6ac2-1d7b-45c3-a5d3-0b6ca1cbba89, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 90919683-9e7c-49e7-929f-0d448fd805d6, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 90919683-9e7c-49e7-929f-0d448fd805d6, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13535101764762479433 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1353510176476247943313535101764762479433135351017647624794331353510176476247943313535101764762479433135351017647624794331353510176476247943313535101764762479433135351017647624794331353510176476247943313535101764762479433135351017647624794331353510176476247943313535101764762479433135351017647624794331353510176476247943313535101764762479433135351017647624794331353510176476247943313535101764762479433" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c39ab714-d7cd-4d9b-b121-f59683c7bbe3, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e5d6be91-5f05-4701-bcbd-fb18e93b9eca, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e5d6be91-5f05-4701-bcbd-fb18e93b9eca, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4185593712617203683 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41855937126172036834185593712617203683418559371261720368341855937126172036834185593712617203683418559371261720368341855937126172036834185593712617203683418559371261720368341855937126172036834185593712617203683418559371261720368341855937126172036834185593712617203683418559371261720368341855937126172036834185593712617203683418559371261720368341855937126172036834185593712617203683" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 90919683-9e7c-49e7-929f-0d448fd805d6, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4902ab71-f048-462c-bb3a-09bb2ce3de52, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4902ab71-f048-462c-bb3a-09bb2ce3de52, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16576874472261591370 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1657687447226159137016576874472261591370165768744722615913701657687447226159137016576874472261591370165768744722615913701657687447226159137016576874472261591370165768744722615913701657687447226159137016576874472261591370165768744722615913701657687447226159137016576874472261591370165768744722615913701657687447226159137016576874472261591370165768744722615913701657687447226159137016576874472261591370" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e5d6be91-5f05-4701-bcbd-fb18e93b9eca, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0aae56f6-4f09-4de5-9035-65f327c7935e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0aae56f6-4f09-4de5-9035-65f327c7935e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16656342927963616798 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1665634292796361679816656342927963616798166563429279636167981665634292796361679816656342927963616798166563429279636167981665634292796361679816656342927963616798166563429279636167981665634292796361679816656342927963616798166563429279636167981665634292796361679816656342927963616798166563429279636167981665634292796361679816656342927963616798166563429279636167981665634292796361679816656342927963616798" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4902ab71-f048-462c-bb3a-09bb2ce3de52, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f9f9feb4-1437-4d4a-9ea5-9587faefdb5c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f9f9feb4-1437-4d4a-9ea5-9587faefdb5c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11638736525813303048 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1163873652581330304811638736525813303048116387365258133030481163873652581330304811638736525813303048116387365258133030481163873652581330304811638736525813303048116387365258133030481163873652581330304811638736525813303048116387365258133030481163873652581330304811638736525813303048116387365258133030481163873652581330304811638736525813303048116387365258133030481163873652581330304811638736525813303048" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0aae56f6-4f09-4de5-9035-65f327c7935e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a59d9f8c-34d9-4c74-b76a-d018ca274f23, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a59d9f8c-34d9-4c74-b76a-d018ca274f23, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8420110314020934151 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84201103140209341518420110314020934151842011031402093415184201103140209341518420110314020934151842011031402093415184201103140209341518420110314020934151842011031402093415184201103140209341518420110314020934151842011031402093415184201103140209341518420110314020934151842011031402093415184201103140209341518420110314020934151842011031402093415184201103140209341518420110314020934151" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f9f9feb4-1437-4d4a-9ea5-9587faefdb5c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7f0df14a-be0a-49f4-816a-aa45784ca85a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7f0df14a-be0a-49f4-816a-aa45784ca85a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5953667980155542428 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59536679801555424285953667980155542428595366798015554242859536679801555424285953667980155542428595366798015554242859536679801555424285953667980155542428595366798015554242859536679801555424285953667980155542428595366798015554242859536679801555424285953667980155542428595366798015554242859536679801555424285953667980155542428595366798015554242859536679801555424285953667980155542428" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a59d9f8c-34d9-4c74-b76a-d018ca274f23, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c761e1f7-1cb6-4199-ba3c-c092a4dae519, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c761e1f7-1cb6-4199-ba3c-c092a4dae519, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10927159611242590676 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1092715961124259067610927159611242590676109271596112425906761092715961124259067610927159611242590676109271596112425906761092715961124259067610927159611242590676109271596112425906761092715961124259067610927159611242590676109271596112425906761092715961124259067610927159611242590676109271596112425906761092715961124259067610927159611242590676109271596112425906761092715961124259067610927159611242590676" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7f0df14a-be0a-49f4-816a-aa45784ca85a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c3a79866-85dc-49c8-8ac6-3d341d15c2c4, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c3a79866-85dc-49c8-8ac6-3d341d15c2c4, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14775799405796992735 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1477579940579699273514775799405796992735147757994057969927351477579940579699273514775799405796992735147757994057969927351477579940579699273514775799405796992735147757994057969927351477579940579699273514775799405796992735147757994057969927351477579940579699273514775799405796992735147757994057969927351477579940579699273514775799405796992735147757994057969927351477579940579699273514775799405796992735" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c761e1f7-1cb6-4199-ba3c-c092a4dae519, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b94c25c6-d467-4153-ae47-c4be03298e92, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b94c25c6-d467-4153-ae47-c4be03298e92, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5037430421057993428 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50374304210579934285037430421057993428503743042105799342850374304210579934285037430421057993428503743042105799342850374304210579934285037430421057993428503743042105799342850374304210579934285037430421057993428503743042105799342850374304210579934285037430421057993428503743042105799342850374304210579934285037430421057993428503743042105799342850374304210579934285037430421057993428" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c3a79866-85dc-49c8-8ac6-3d341d15c2c4, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 592312ac-c16e-4ef2-97bb-c76816810576, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 592312ac-c16e-4ef2-97bb-c76816810576, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 919451389430267286 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "919451389430267286919451389430267286919451389430267286919451389430267286919451389430267286919451389430267286919451389430267286919451389430267286919451389430267286919451389430267286919451389430267286919451389430267286919451389430267286919451389430267286919451389430267286919451389430267286919451389430267286919451389430267286919451389430267286919451389430267286" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b94c25c6-d467-4153-ae47-c4be03298e92, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6307c18a-1d63-42a2-85e4-c2b6e6cba9a9, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6307c18a-1d63-42a2-85e4-c2b6e6cba9a9, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17919924259514754414 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1791992425951475441417919924259514754414179199242595147544141791992425951475441417919924259514754414179199242595147544141791992425951475441417919924259514754414179199242595147544141791992425951475441417919924259514754414179199242595147544141791992425951475441417919924259514754414179199242595147544141791992425951475441417919924259514754414179199242595147544141791992425951475441417919924259514754414" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 592312ac-c16e-4ef2-97bb-c76816810576, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0af9b657-81a3-4a83-858d-05aa6d5897bb, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0af9b657-81a3-4a83-858d-05aa6d5897bb, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12836477492165396632 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1283647749216539663212836477492165396632128364774921653966321283647749216539663212836477492165396632128364774921653966321283647749216539663212836477492165396632128364774921653966321283647749216539663212836477492165396632128364774921653966321283647749216539663212836477492165396632128364774921653966321283647749216539663212836477492165396632128364774921653966321283647749216539663212836477492165396632" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6307c18a-1d63-42a2-85e4-c2b6e6cba9a9, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 01815321-18bb-4a32-87dc-b4835ee1806b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 01815321-18bb-4a32-87dc-b4835ee1806b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7098529581813594444 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70985295818135944447098529581813594444709852958181359444470985295818135944447098529581813594444709852958181359444470985295818135944447098529581813594444709852958181359444470985295818135944447098529581813594444709852958181359444470985295818135944447098529581813594444709852958181359444470985295818135944447098529581813594444709852958181359444470985295818135944447098529581813594444" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0af9b657-81a3-4a83-858d-05aa6d5897bb, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b4dffc42-1879-4312-b647-db4ccfa5a573, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b4dffc42-1879-4312-b647-db4ccfa5a573, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3942732969307094581 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39427329693070945813942732969307094581394273296930709458139427329693070945813942732969307094581394273296930709458139427329693070945813942732969307094581394273296930709458139427329693070945813942732969307094581394273296930709458139427329693070945813942732969307094581394273296930709458139427329693070945813942732969307094581394273296930709458139427329693070945813942732969307094581" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 01815321-18bb-4a32-87dc-b4835ee1806b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7f30ac67-8fe3-4656-96ef-d15311885e74, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7f30ac67-8fe3-4656-96ef-d15311885e74, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9153789218046388643 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91537892180463886439153789218046388643915378921804638864391537892180463886439153789218046388643915378921804638864391537892180463886439153789218046388643915378921804638864391537892180463886439153789218046388643915378921804638864391537892180463886439153789218046388643915378921804638864391537892180463886439153789218046388643915378921804638864391537892180463886439153789218046388643" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b4dffc42-1879-4312-b647-db4ccfa5a573, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7f30ac67-8fe3-4656-96ef-d15311885e74, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a28847f8-51d3-48b8-be11-e1b5c86c6816, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a28847f8-51d3-48b8-be11-e1b5c86c6816, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3487190224627676533 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34871902246276765333487190224627676533348719022462767653334871902246276765333487190224627676533348719022462767653334871902246276765333487190224627676533348719022462767653334871902246276765333487190224627676533348719022462767653334871902246276765333487190224627676533348719022462767653334871902246276765333487190224627676533348719022462767653334871902246276765333487190224627676533" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 297056c1-eed8-47d3-9551-47c9942cde70, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 297056c1-eed8-47d3-9551-47c9942cde70, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4164082892077073738 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41640828920770737384164082892077073738416408289207707373841640828920770737384164082892077073738416408289207707373841640828920770737384164082892077073738416408289207707373841640828920770737384164082892077073738416408289207707373841640828920770737384164082892077073738416408289207707373841640828920770737384164082892077073738416408289207707373841640828920770737384164082892077073738" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a28847f8-51d3-48b8-be11-e1b5c86c6816, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c889a0f7-9d94-4037-b197-bdddd2f72f97, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c889a0f7-9d94-4037-b197-bdddd2f72f97, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7831653987332510273 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78316539873325102737831653987332510273783165398733251027378316539873325102737831653987332510273783165398733251027378316539873325102737831653987332510273783165398733251027378316539873325102737831653987332510273783165398733251027378316539873325102737831653987332510273783165398733251027378316539873325102737831653987332510273783165398733251027378316539873325102737831653987332510273" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 297056c1-eed8-47d3-9551-47c9942cde70, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e3bc7fd6-364b-43d4-9228-373791e3a483, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e3bc7fd6-364b-43d4-9228-373791e3a483, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18123282721819741645 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1812328272181974164518123282721819741645181232827218197416451812328272181974164518123282721819741645181232827218197416451812328272181974164518123282721819741645181232827218197416451812328272181974164518123282721819741645181232827218197416451812328272181974164518123282721819741645181232827218197416451812328272181974164518123282721819741645181232827218197416451812328272181974164518123282721819741645" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c889a0f7-9d94-4037-b197-bdddd2f72f97, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 044ebd50-a631-4e86-8a95-4b434fd38b83, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 044ebd50-a631-4e86-8a95-4b434fd38b83, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5151189175810555780 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51511891758105557805151189175810555780515118917581055578051511891758105557805151189175810555780515118917581055578051511891758105557805151189175810555780515118917581055578051511891758105557805151189175810555780515118917581055578051511891758105557805151189175810555780515118917581055578051511891758105557805151189175810555780515118917581055578051511891758105557805151189175810555780" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e3bc7fd6-364b-43d4-9228-373791e3a483, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9753577d-a36a-4e25-ab24-665a86927799, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9753577d-a36a-4e25-ab24-665a86927799, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 967448006212216904 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "967448006212216904967448006212216904967448006212216904967448006212216904967448006212216904967448006212216904967448006212216904967448006212216904967448006212216904967448006212216904967448006212216904967448006212216904967448006212216904967448006212216904967448006212216904967448006212216904967448006212216904967448006212216904967448006212216904967448006212216904" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9753577d-a36a-4e25-ab24-665a86927799, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0bda9cbf-1ef8-49e7-91f9-25d8717ab1bc, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0bda9cbf-1ef8-49e7-91f9-25d8717ab1bc, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4136563993129607956 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41365639931296079564136563993129607956413656399312960795641365639931296079564136563993129607956413656399312960795641365639931296079564136563993129607956413656399312960795641365639931296079564136563993129607956413656399312960795641365639931296079564136563993129607956413656399312960795641365639931296079564136563993129607956413656399312960795641365639931296079564136563993129607956" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 044ebd50-a631-4e86-8a95-4b434fd38b83, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b0cb515c-13a5-480e-b9f9-46bc511197ef, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b0cb515c-13a5-480e-b9f9-46bc511197ef, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2256707644958433329 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22567076449584333292256707644958433329225670764495843332922567076449584333292256707644958433329225670764495843332922567076449584333292256707644958433329225670764495843332922567076449584333292256707644958433329225670764495843332922567076449584333292256707644958433329225670764495843332922567076449584333292256707644958433329225670764495843332922567076449584333292256707644958433329" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0bda9cbf-1ef8-49e7-91f9-25d8717ab1bc, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5dc762ba-599a-4800-8765-14266292b014, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5dc762ba-599a-4800-8765-14266292b014, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6128913625339659398 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61289136253396593986128913625339659398612891362533965939861289136253396593986128913625339659398612891362533965939861289136253396593986128913625339659398612891362533965939861289136253396593986128913625339659398612891362533965939861289136253396593986128913625339659398612891362533965939861289136253396593986128913625339659398612891362533965939861289136253396593986128913625339659398" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b0cb515c-13a5-480e-b9f9-46bc511197ef, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 44ce330b-510c-4500-b361-0cdbd3786e6d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 44ce330b-510c-4500-b361-0cdbd3786e6d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9333987297454052482 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93339872974540524829333987297454052482933398729745405248293339872974540524829333987297454052482933398729745405248293339872974540524829333987297454052482933398729745405248293339872974540524829333987297454052482933398729745405248293339872974540524829333987297454052482933398729745405248293339872974540524829333987297454052482933398729745405248293339872974540524829333987297454052482" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5dc762ba-599a-4800-8765-14266292b014, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 18f2188a-6be8-4ce3-9797-0bdbfa06af49, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 18f2188a-6be8-4ce3-9797-0bdbfa06af49, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13951389089574918667 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1395138908957491866713951389089574918667139513890895749186671395138908957491866713951389089574918667139513890895749186671395138908957491866713951389089574918667139513890895749186671395138908957491866713951389089574918667139513890895749186671395138908957491866713951389089574918667139513890895749186671395138908957491866713951389089574918667139513890895749186671395138908957491866713951389089574918667" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 44ce330b-510c-4500-b361-0cdbd3786e6d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0b2412e5-16be-47a0-8bbf-044ab0f02897, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 18f2188a-6be8-4ce3-9797-0bdbfa06af49, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c21aa067-d88a-4050-bd04-7c6bb8936042, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c21aa067-d88a-4050-bd04-7c6bb8936042, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14321219325503646902 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1432121932550364690214321219325503646902143212193255036469021432121932550364690214321219325503646902143212193255036469021432121932550364690214321219325503646902143212193255036469021432121932550364690214321219325503646902143212193255036469021432121932550364690214321219325503646902143212193255036469021432121932550364690214321219325503646902143212193255036469021432121932550364690214321219325503646902" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0b2412e5-16be-47a0-8bbf-044ab0f02897, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18418705886407766277 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1841870588640776627718418705886407766277184187058864077662771841870588640776627718418705886407766277184187058864077662771841870588640776627718418705886407766277184187058864077662771841870588640776627718418705886407766277184187058864077662771841870588640776627718418705886407766277184187058864077662771841870588640776627718418705886407766277184187058864077662771841870588640776627718418705886407766277" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c21aa067-d88a-4050-bd04-7c6bb8936042, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8113d449-506b-406e-96bb-e05753fd474c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8113d449-506b-406e-96bb-e05753fd474c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15251132308381775024 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1525113230838177502415251132308381775024152511323083817750241525113230838177502415251132308381775024152511323083817750241525113230838177502415251132308381775024152511323083817750241525113230838177502415251132308381775024152511323083817750241525113230838177502415251132308381775024152511323083817750241525113230838177502415251132308381775024152511323083817750241525113230838177502415251132308381775024" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0b2412e5-16be-47a0-8bbf-044ab0f02897, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d87f9405-be2b-4729-846f-a005f91b47df, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d87f9405-be2b-4729-846f-a005f91b47df, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10345644542686409279 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1034564454268640927910345644542686409279103456445426864092791034564454268640927910345644542686409279103456445426864092791034564454268640927910345644542686409279103456445426864092791034564454268640927910345644542686409279103456445426864092791034564454268640927910345644542686409279103456445426864092791034564454268640927910345644542686409279103456445426864092791034564454268640927910345644542686409279" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8113d449-506b-406e-96bb-e05753fd474c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f3f077c0-f263-452a-90cd-f0987fe9f9a7, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f3f077c0-f263-452a-90cd-f0987fe9f9a7, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17005544572271596921 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1700554457227159692117005544572271596921170055445722715969211700554457227159692117005544572271596921170055445722715969211700554457227159692117005544572271596921170055445722715969211700554457227159692117005544572271596921170055445722715969211700554457227159692117005544572271596921170055445722715969211700554457227159692117005544572271596921170055445722715969211700554457227159692117005544572271596921" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d87f9405-be2b-4729-846f-a005f91b47df, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 52f3c20d-9775-4fae-bc7f-7ae86137a885, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 52f3c20d-9775-4fae-bc7f-7ae86137a885, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14215268271070709165 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1421526827107070916514215268271070709165142152682710707091651421526827107070916514215268271070709165142152682710707091651421526827107070916514215268271070709165142152682710707091651421526827107070916514215268271070709165142152682710707091651421526827107070916514215268271070709165142152682710707091651421526827107070916514215268271070709165142152682710707091651421526827107070916514215268271070709165" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f3f077c0-f263-452a-90cd-f0987fe9f9a7, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 52f3c20d-9775-4fae-bc7f-7ae86137a885, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 87381b3a-af35-4aa7-83a9-e58f6a696348, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 87381b3a-af35-4aa7-83a9-e58f6a696348, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14424350092552684870 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1442435009255268487014424350092552684870144243500925526848701442435009255268487014424350092552684870144243500925526848701442435009255268487014424350092552684870144243500925526848701442435009255268487014424350092552684870144243500925526848701442435009255268487014424350092552684870144243500925526848701442435009255268487014424350092552684870144243500925526848701442435009255268487014424350092552684870" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a5f47289-a985-4ceb-9433-5d2b75b4597a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a5f47289-a985-4ceb-9433-5d2b75b4597a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12036320574047669344 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1203632057404766934412036320574047669344120363205740476693441203632057404766934412036320574047669344120363205740476693441203632057404766934412036320574047669344120363205740476693441203632057404766934412036320574047669344120363205740476693441203632057404766934412036320574047669344120363205740476693441203632057404766934412036320574047669344120363205740476693441203632057404766934412036320574047669344" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 87381b3a-af35-4aa7-83a9-e58f6a696348, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 96a87456-8df9-42b6-930b-45c81f778197, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 96a87456-8df9-42b6-930b-45c81f778197, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2112003221476998825 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21120032214769988252112003221476998825211200322147699882521120032214769988252112003221476998825211200322147699882521120032214769988252112003221476998825211200322147699882521120032214769988252112003221476998825211200322147699882521120032214769988252112003221476998825211200322147699882521120032214769988252112003221476998825211200322147699882521120032214769988252112003221476998825" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a5f47289-a985-4ceb-9433-5d2b75b4597a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5303dbf2-c050-47b7-9caf-389c53c4ffb3, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5303dbf2-c050-47b7-9caf-389c53c4ffb3, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4290739297924626137 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42907392979246261374290739297924626137429073929792462613742907392979246261374290739297924626137429073929792462613742907392979246261374290739297924626137429073929792462613742907392979246261374290739297924626137429073929792462613742907392979246261374290739297924626137429073929792462613742907392979246261374290739297924626137429073929792462613742907392979246261374290739297924626137" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 96a87456-8df9-42b6-930b-45c81f778197, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1158b453-a089-4abc-ad3f-7f50e840daf5, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1158b453-a089-4abc-ad3f-7f50e840daf5, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16311581640034764805 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1631158164003476480516311581640034764805163115816400347648051631158164003476480516311581640034764805163115816400347648051631158164003476480516311581640034764805163115816400347648051631158164003476480516311581640034764805163115816400347648051631158164003476480516311581640034764805163115816400347648051631158164003476480516311581640034764805163115816400347648051631158164003476480516311581640034764805" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5303dbf2-c050-47b7-9caf-389c53c4ffb3, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c7ba55e9-4c69-40f0-b57f-f46a071f2987, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c7ba55e9-4c69-40f0-b57f-f46a071f2987, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2709815713451022287 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27098157134510222872709815713451022287270981571345102228727098157134510222872709815713451022287270981571345102228727098157134510222872709815713451022287270981571345102228727098157134510222872709815713451022287270981571345102228727098157134510222872709815713451022287270981571345102228727098157134510222872709815713451022287270981571345102228727098157134510222872709815713451022287" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1158b453-a089-4abc-ad3f-7f50e840daf5, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 58d9f99e-78ab-402d-938a-e5c19c7e364b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 58d9f99e-78ab-402d-938a-e5c19c7e364b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14859901357329163793 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1485990135732916379314859901357329163793148599013573291637931485990135732916379314859901357329163793148599013573291637931485990135732916379314859901357329163793148599013573291637931485990135732916379314859901357329163793148599013573291637931485990135732916379314859901357329163793148599013573291637931485990135732916379314859901357329163793148599013573291637931485990135732916379314859901357329163793" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c7ba55e9-4c69-40f0-b57f-f46a071f2987, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 86f4f14e-157c-46d5-9a01-61fae05aa076, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 86f4f14e-157c-46d5-9a01-61fae05aa076, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11966592603531263956 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1196659260353126395611966592603531263956119665926035312639561196659260353126395611966592603531263956119665926035312639561196659260353126395611966592603531263956119665926035312639561196659260353126395611966592603531263956119665926035312639561196659260353126395611966592603531263956119665926035312639561196659260353126395611966592603531263956119665926035312639561196659260353126395611966592603531263956" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 58d9f99e-78ab-402d-938a-e5c19c7e364b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 22d6fcf7-8617-4da9-86f0-1e89f40edbdc, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 22d6fcf7-8617-4da9-86f0-1e89f40edbdc, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7756576228030073935 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77565762280300739357756576228030073935775657622803007393577565762280300739357756576228030073935775657622803007393577565762280300739357756576228030073935775657622803007393577565762280300739357756576228030073935775657622803007393577565762280300739357756576228030073935775657622803007393577565762280300739357756576228030073935775657622803007393577565762280300739357756576228030073935" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 86f4f14e-157c-46d5-9a01-61fae05aa076, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0cc6a76e-4d33-4d5b-ae5f-3b5d23758e79, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0cc6a76e-4d33-4d5b-ae5f-3b5d23758e79, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7592722492262910322 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75927224922629103227592722492262910322759272249226291032275927224922629103227592722492262910322759272249226291032275927224922629103227592722492262910322759272249226291032275927224922629103227592722492262910322759272249226291032275927224922629103227592722492262910322759272249226291032275927224922629103227592722492262910322759272249226291032275927224922629103227592722492262910322" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 22d6fcf7-8617-4da9-86f0-1e89f40edbdc, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4c91e45c-3cb4-4324-b5f7-d59699a8b3bd, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4c91e45c-3cb4-4324-b5f7-d59699a8b3bd, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 970037011442732894 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "970037011442732894970037011442732894970037011442732894970037011442732894970037011442732894970037011442732894970037011442732894970037011442732894970037011442732894970037011442732894970037011442732894970037011442732894970037011442732894970037011442732894970037011442732894970037011442732894970037011442732894970037011442732894970037011442732894970037011442732894" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0cc6a76e-4d33-4d5b-ae5f-3b5d23758e79, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e27dbe91-3608-4dd8-9e1e-1308bd2c0f4c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e27dbe91-3608-4dd8-9e1e-1308bd2c0f4c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9859005577653503208 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98590055776535032089859005577653503208985900557765350320898590055776535032089859005577653503208985900557765350320898590055776535032089859005577653503208985900557765350320898590055776535032089859005577653503208985900557765350320898590055776535032089859005577653503208985900557765350320898590055776535032089859005577653503208985900557765350320898590055776535032089859005577653503208" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4c91e45c-3cb4-4324-b5f7-d59699a8b3bd, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4e984fa5-77f8-4c77-9c33-5c52b9cf29af, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4e984fa5-77f8-4c77-9c33-5c52b9cf29af, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2093093646213870789 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20930936462138707892093093646213870789209309364621387078920930936462138707892093093646213870789209309364621387078920930936462138707892093093646213870789209309364621387078920930936462138707892093093646213870789209309364621387078920930936462138707892093093646213870789209309364621387078920930936462138707892093093646213870789209309364621387078920930936462138707892093093646213870789" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e27dbe91-3608-4dd8-9e1e-1308bd2c0f4c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c349ead3-ed91-4362-8944-a696c1f26818, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4e984fa5-77f8-4c77-9c33-5c52b9cf29af, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a5f1f8ea-833a-4430-96ed-a9df16b6a7f5, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a5f1f8ea-833a-4430-96ed-a9df16b6a7f5, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17217201876364325129 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1721720187636432512917217201876364325129172172018763643251291721720187636432512917217201876364325129172172018763643251291721720187636432512917217201876364325129172172018763643251291721720187636432512917217201876364325129172172018763643251291721720187636432512917217201876364325129172172018763643251291721720187636432512917217201876364325129172172018763643251291721720187636432512917217201876364325129" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c349ead3-ed91-4362-8944-a696c1f26818, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17396104822555276161 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1739610482255527616117396104822555276161173961048225552761611739610482255527616117396104822555276161173961048225552761611739610482255527616117396104822555276161173961048225552761611739610482255527616117396104822555276161173961048225552761611739610482255527616117396104822555276161173961048225552761611739610482255527616117396104822555276161173961048225552761611739610482255527616117396104822555276161" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a5f1f8ea-833a-4430-96ed-a9df16b6a7f5, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d870b201-b7b3-46a9-9215-8de1f4d53885, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d870b201-b7b3-46a9-9215-8de1f4d53885, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17782367400753430274 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1778236740075343027417782367400753430274177823674007534302741778236740075343027417782367400753430274177823674007534302741778236740075343027417782367400753430274177823674007534302741778236740075343027417782367400753430274177823674007534302741778236740075343027417782367400753430274177823674007534302741778236740075343027417782367400753430274177823674007534302741778236740075343027417782367400753430274" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c349ead3-ed91-4362-8944-a696c1f26818, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d870b201-b7b3-46a9-9215-8de1f4d53885, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 367d9e40-bf4b-4102-a737-aa8f2a17a1c8, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 367d9e40-bf4b-4102-a737-aa8f2a17a1c8, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12030014876129249329 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1203001487612924932912030014876129249329120300148761292493291203001487612924932912030014876129249329120300148761292493291203001487612924932912030014876129249329120300148761292493291203001487612924932912030014876129249329120300148761292493291203001487612924932912030014876129249329120300148761292493291203001487612924932912030014876129249329120300148761292493291203001487612924932912030014876129249329" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cc7efafa-d5ea-46a3-826d-3dd3535dd70a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cc7efafa-d5ea-46a3-826d-3dd3535dd70a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17320707114778123287 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1732070711477812328717320707114778123287173207071147781232871732070711477812328717320707114778123287173207071147781232871732070711477812328717320707114778123287173207071147781232871732070711477812328717320707114778123287173207071147781232871732070711477812328717320707114778123287173207071147781232871732070711477812328717320707114778123287173207071147781232871732070711477812328717320707114778123287" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 367d9e40-bf4b-4102-a737-aa8f2a17a1c8, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b85b3934-003a-4be0-8e7c-ab4c98870e89, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b85b3934-003a-4be0-8e7c-ab4c98870e89, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9326172193655475249 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93261721936554752499326172193655475249932617219365547524993261721936554752499326172193655475249932617219365547524993261721936554752499326172193655475249932617219365547524993261721936554752499326172193655475249932617219365547524993261721936554752499326172193655475249932617219365547524993261721936554752499326172193655475249932617219365547524993261721936554752499326172193655475249" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cc7efafa-d5ea-46a3-826d-3dd3535dd70a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 259c4621-c62c-44d3-b287-59f51e33e128, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 259c4621-c62c-44d3-b287-59f51e33e128, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7274657299194974327 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72746572991949743277274657299194974327727465729919497432772746572991949743277274657299194974327727465729919497432772746572991949743277274657299194974327727465729919497432772746572991949743277274657299194974327727465729919497432772746572991949743277274657299194974327727465729919497432772746572991949743277274657299194974327727465729919497432772746572991949743277274657299194974327" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b85b3934-003a-4be0-8e7c-ab4c98870e89, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 94969e3d-8d5b-4bb9-b2eb-9ae41cfbbd91, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 94969e3d-8d5b-4bb9-b2eb-9ae41cfbbd91, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15562431747555123281 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1556243174755512328115562431747555123281155624317475551232811556243174755512328115562431747555123281155624317475551232811556243174755512328115562431747555123281155624317475551232811556243174755512328115562431747555123281155624317475551232811556243174755512328115562431747555123281155624317475551232811556243174755512328115562431747555123281155624317475551232811556243174755512328115562431747555123281" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 259c4621-c62c-44d3-b287-59f51e33e128, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4456c5a3-b552-451a-9ada-d512799316c6, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4456c5a3-b552-451a-9ada-d512799316c6, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 800769175281042504 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "800769175281042504800769175281042504800769175281042504800769175281042504800769175281042504800769175281042504800769175281042504800769175281042504800769175281042504800769175281042504800769175281042504800769175281042504800769175281042504800769175281042504800769175281042504800769175281042504800769175281042504800769175281042504800769175281042504800769175281042504" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 94969e3d-8d5b-4bb9-b2eb-9ae41cfbbd91, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6f7e57b1-5455-4a5f-8700-1c397c6d715f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6f7e57b1-5455-4a5f-8700-1c397c6d715f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14380928095193027211 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1438092809519302721114380928095193027211143809280951930272111438092809519302721114380928095193027211143809280951930272111438092809519302721114380928095193027211143809280951930272111438092809519302721114380928095193027211143809280951930272111438092809519302721114380928095193027211143809280951930272111438092809519302721114380928095193027211143809280951930272111438092809519302721114380928095193027211" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4456c5a3-b552-451a-9ada-d512799316c6, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 980e6144-dc8d-489d-a0fa-7d0855d6bfcb, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 980e6144-dc8d-489d-a0fa-7d0855d6bfcb, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9485645964485758937 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94856459644857589379485645964485758937948564596448575893794856459644857589379485645964485758937948564596448575893794856459644857589379485645964485758937948564596448575893794856459644857589379485645964485758937948564596448575893794856459644857589379485645964485758937948564596448575893794856459644857589379485645964485758937948564596448575893794856459644857589379485645964485758937" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6f7e57b1-5455-4a5f-8700-1c397c6d715f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6cafdb18-f0dd-402a-b9f4-ec6f6fb2fc1a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6cafdb18-f0dd-402a-b9f4-ec6f6fb2fc1a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5226413437237905755 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52264134372379057555226413437237905755522641343723790575552264134372379057555226413437237905755522641343723790575552264134372379057555226413437237905755522641343723790575552264134372379057555226413437237905755522641343723790575552264134372379057555226413437237905755522641343723790575552264134372379057555226413437237905755522641343723790575552264134372379057555226413437237905755" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 980e6144-dc8d-489d-a0fa-7d0855d6bfcb, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 701c4e5f-c7a2-466c-bf36-e96f0035b96d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 701c4e5f-c7a2-466c-bf36-e96f0035b96d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17956868115507142866 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1795686811550714286617956868115507142866179568681155071428661795686811550714286617956868115507142866179568681155071428661795686811550714286617956868115507142866179568681155071428661795686811550714286617956868115507142866179568681155071428661795686811550714286617956868115507142866179568681155071428661795686811550714286617956868115507142866179568681155071428661795686811550714286617956868115507142866" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6cafdb18-f0dd-402a-b9f4-ec6f6fb2fc1a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 244acb31-95e1-44ae-ab90-f74c2a2b64fc, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 244acb31-95e1-44ae-ab90-f74c2a2b64fc, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8028848862754104144 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80288488627541041448028848862754104144802884886275410414480288488627541041448028848862754104144802884886275410414480288488627541041448028848862754104144802884886275410414480288488627541041448028848862754104144802884886275410414480288488627541041448028848862754104144802884886275410414480288488627541041448028848862754104144802884886275410414480288488627541041448028848862754104144" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 701c4e5f-c7a2-466c-bf36-e96f0035b96d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d8c32af1-ce26-48cd-a592-b0f630923f81, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d8c32af1-ce26-48cd-a592-b0f630923f81, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16355728834253855391 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1635572883425385539116355728834253855391163557288342538553911635572883425385539116355728834253855391163557288342538553911635572883425385539116355728834253855391163557288342538553911635572883425385539116355728834253855391163557288342538553911635572883425385539116355728834253855391163557288342538553911635572883425385539116355728834253855391163557288342538553911635572883425385539116355728834253855391" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 244acb31-95e1-44ae-ab90-f74c2a2b64fc, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8901fccd-8d7e-4c4d-87b7-d28c194229f6, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8901fccd-8d7e-4c4d-87b7-d28c194229f6, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6398717337854362931 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63987173378543629316398717337854362931639871733785436293163987173378543629316398717337854362931639871733785436293163987173378543629316398717337854362931639871733785436293163987173378543629316398717337854362931639871733785436293163987173378543629316398717337854362931639871733785436293163987173378543629316398717337854362931639871733785436293163987173378543629316398717337854362931" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d8c32af1-ce26-48cd-a592-b0f630923f81, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 17afbbe5-aacb-44c1-a9c8-cfbda6bd0621, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 17afbbe5-aacb-44c1-a9c8-cfbda6bd0621, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1341196640363767831 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13411966403637678311341196640363767831134119664036376783113411966403637678311341196640363767831134119664036376783113411966403637678311341196640363767831134119664036376783113411966403637678311341196640363767831134119664036376783113411966403637678311341196640363767831134119664036376783113411966403637678311341196640363767831134119664036376783113411966403637678311341196640363767831" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8901fccd-8d7e-4c4d-87b7-d28c194229f6, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 49ff23d9-e126-45c8-aa2c-d2873df90432, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 17afbbe5-aacb-44c1-a9c8-cfbda6bd0621, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 49ff23d9-e126-45c8-aa2c-d2873df90432, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10020633158313488146 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1002063315831348814610020633158313488146100206331583134881461002063315831348814610020633158313488146100206331583134881461002063315831348814610020633158313488146100206331583134881461002063315831348814610020633158313488146100206331583134881461002063315831348814610020633158313488146100206331583134881461002063315831348814610020633158313488146100206331583134881461002063315831348814610020633158313488146" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1892eb13-a9a0-457d-8f03-6645367d7749, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1892eb13-a9a0-457d-8f03-6645367d7749, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18041808308150451417 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1804180830815045141718041808308150451417180418083081504514171804180830815045141718041808308150451417180418083081504514171804180830815045141718041808308150451417180418083081504514171804180830815045141718041808308150451417180418083081504514171804180830815045141718041808308150451417180418083081504514171804180830815045141718041808308150451417180418083081504514171804180830815045141718041808308150451417" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 49ff23d9-e126-45c8-aa2c-d2873df90432, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 164692de-0a68-4d46-a0cf-84205461813f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 164692de-0a68-4d46-a0cf-84205461813f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6244072697129978947 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62440726971299789476244072697129978947624407269712997894762440726971299789476244072697129978947624407269712997894762440726971299789476244072697129978947624407269712997894762440726971299789476244072697129978947624407269712997894762440726971299789476244072697129978947624407269712997894762440726971299789476244072697129978947624407269712997894762440726971299789476244072697129978947" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1892eb13-a9a0-457d-8f03-6645367d7749, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bca3c069-9588-449f-9b7e-ab8f877190e2, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bca3c069-9588-449f-9b7e-ab8f877190e2, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2752210307879588287 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27522103078795882872752210307879588287275221030787958828727522103078795882872752210307879588287275221030787958828727522103078795882872752210307879588287275221030787958828727522103078795882872752210307879588287275221030787958828727522103078795882872752210307879588287275221030787958828727522103078795882872752210307879588287275221030787958828727522103078795882872752210307879588287" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bca3c069-9588-449f-9b7e-ab8f877190e2, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3797de18-6544-48db-badb-338b4ee3da4e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 164692de-0a68-4d46-a0cf-84205461813f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3797de18-6544-48db-badb-338b4ee3da4e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13006260579572844581 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1300626057957284458113006260579572844581130062605795728445811300626057957284458113006260579572844581130062605795728445811300626057957284458113006260579572844581130062605795728445811300626057957284458113006260579572844581130062605795728445811300626057957284458113006260579572844581130062605795728445811300626057957284458113006260579572844581130062605795728445811300626057957284458113006260579572844581" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 912c5d32-fec4-444a-baba-06f5eff94a9e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 912c5d32-fec4-444a-baba-06f5eff94a9e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17781164553596300135 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1778116455359630013517781164553596300135177811645535963001351778116455359630013517781164553596300135177811645535963001351778116455359630013517781164553596300135177811645535963001351778116455359630013517781164553596300135177811645535963001351778116455359630013517781164553596300135177811645535963001351778116455359630013517781164553596300135177811645535963001351778116455359630013517781164553596300135" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3797de18-6544-48db-badb-338b4ee3da4e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1288cbb6-ad41-4db4-9529-653ceea9d561, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1288cbb6-ad41-4db4-9529-653ceea9d561, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6040649556488813536 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60406495564888135366040649556488813536604064955648881353660406495564888135366040649556488813536604064955648881353660406495564888135366040649556488813536604064955648881353660406495564888135366040649556488813536604064955648881353660406495564888135366040649556488813536604064955648881353660406495564888135366040649556488813536604064955648881353660406495564888135366040649556488813536" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 912c5d32-fec4-444a-baba-06f5eff94a9e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9b221c49-e9ff-43df-b7fc-1c6766b8219c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9b221c49-e9ff-43df-b7fc-1c6766b8219c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9824931063024963212 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98249310630249632129824931063024963212982493106302496321298249310630249632129824931063024963212982493106302496321298249310630249632129824931063024963212982493106302496321298249310630249632129824931063024963212982493106302496321298249310630249632129824931063024963212982493106302496321298249310630249632129824931063024963212982493106302496321298249310630249632129824931063024963212" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1288cbb6-ad41-4db4-9529-653ceea9d561, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3878ae16-b74a-4491-9678-1c8fc62c6f33, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3878ae16-b74a-4491-9678-1c8fc62c6f33, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2767178141884104923 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27671781418841049232767178141884104923276717814188410492327671781418841049232767178141884104923276717814188410492327671781418841049232767178141884104923276717814188410492327671781418841049232767178141884104923276717814188410492327671781418841049232767178141884104923276717814188410492327671781418841049232767178141884104923276717814188410492327671781418841049232767178141884104923" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9b221c49-e9ff-43df-b7fc-1c6766b8219c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ce1d8480-7ca6-4473-9015-c4dc968a59f1, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ce1d8480-7ca6-4473-9015-c4dc968a59f1, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9511153640933897181 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95111536409338971819511153640933897181951115364093389718195111536409338971819511153640933897181951115364093389718195111536409338971819511153640933897181951115364093389718195111536409338971819511153640933897181951115364093389718195111536409338971819511153640933897181951115364093389718195111536409338971819511153640933897181951115364093389718195111536409338971819511153640933897181" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3878ae16-b74a-4491-9678-1c8fc62c6f33, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 11199dd6-06d4-42ce-a264-a999b6e3c975, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 11199dd6-06d4-42ce-a264-a999b6e3c975, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11297070970484240407 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1129707097048424040711297070970484240407112970709704842404071129707097048424040711297070970484240407112970709704842404071129707097048424040711297070970484240407112970709704842404071129707097048424040711297070970484240407112970709704842404071129707097048424040711297070970484240407112970709704842404071129707097048424040711297070970484240407112970709704842404071129707097048424040711297070970484240407" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ce1d8480-7ca6-4473-9015-c4dc968a59f1, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cfc79b69-f5e5-4b66-a70b-5f23c03d95ea, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cfc79b69-f5e5-4b66-a70b-5f23c03d95ea, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10243662030461125981 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1024366203046112598110243662030461125981102436620304611259811024366203046112598110243662030461125981102436620304611259811024366203046112598110243662030461125981102436620304611259811024366203046112598110243662030461125981102436620304611259811024366203046112598110243662030461125981102436620304611259811024366203046112598110243662030461125981102436620304611259811024366203046112598110243662030461125981" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 11199dd6-06d4-42ce-a264-a999b6e3c975, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9e963667-cddc-4042-a827-752fefac32c3, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9e963667-cddc-4042-a827-752fefac32c3, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9438958991128732999 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94389589911287329999438958991128732999943895899112873299994389589911287329999438958991128732999943895899112873299994389589911287329999438958991128732999943895899112873299994389589911287329999438958991128732999943895899112873299994389589911287329999438958991128732999943895899112873299994389589911287329999438958991128732999943895899112873299994389589911287329999438958991128732999" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cfc79b69-f5e5-4b66-a70b-5f23c03d95ea, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8fb4d689-6295-42f9-85d7-c1427abe8511, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8fb4d689-6295-42f9-85d7-c1427abe8511, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12262527679794245795 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1226252767979424579512262527679794245795122625276797942457951226252767979424579512262527679794245795122625276797942457951226252767979424579512262527679794245795122625276797942457951226252767979424579512262527679794245795122625276797942457951226252767979424579512262527679794245795122625276797942457951226252767979424579512262527679794245795122625276797942457951226252767979424579512262527679794245795" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9e963667-cddc-4042-a827-752fefac32c3, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2bcd4143-4080-4417-b2a3-13730524f707, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2bcd4143-4080-4417-b2a3-13730524f707, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4549813860818101404 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45498138608181014044549813860818101404454981386081810140445498138608181014044549813860818101404454981386081810140445498138608181014044549813860818101404454981386081810140445498138608181014044549813860818101404454981386081810140445498138608181014044549813860818101404454981386081810140445498138608181014044549813860818101404454981386081810140445498138608181014044549813860818101404" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8fb4d689-6295-42f9-85d7-c1427abe8511, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3e6b201f-9644-4f1e-a293-277a7350789a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3e6b201f-9644-4f1e-a293-277a7350789a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9549728862450490327 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95497288624504903279549728862450490327954972886245049032795497288624504903279549728862450490327954972886245049032795497288624504903279549728862450490327954972886245049032795497288624504903279549728862450490327954972886245049032795497288624504903279549728862450490327954972886245049032795497288624504903279549728862450490327954972886245049032795497288624504903279549728862450490327" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2bcd4143-4080-4417-b2a3-13730524f707, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c22d6fc8-6d38-40a5-9426-fe7e2a4dda5b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c22d6fc8-6d38-40a5-9426-fe7e2a4dda5b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4157322741058707016 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41573227410587070164157322741058707016415732274105870701641573227410587070164157322741058707016415732274105870701641573227410587070164157322741058707016415732274105870701641573227410587070164157322741058707016415732274105870701641573227410587070164157322741058707016415732274105870701641573227410587070164157322741058707016415732274105870701641573227410587070164157322741058707016" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3e6b201f-9644-4f1e-a293-277a7350789a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d7200203-706f-4b49-9d85-cb49b77d5ec1, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d7200203-706f-4b49-9d85-cb49b77d5ec1, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11845746204687819760 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1184574620468781976011845746204687819760118457462046878197601184574620468781976011845746204687819760118457462046878197601184574620468781976011845746204687819760118457462046878197601184574620468781976011845746204687819760118457462046878197601184574620468781976011845746204687819760118457462046878197601184574620468781976011845746204687819760118457462046878197601184574620468781976011845746204687819760" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c22d6fc8-6d38-40a5-9426-fe7e2a4dda5b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, afa4f1e6-987b-4a61-99c8-73037e4babcf, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, afa4f1e6-987b-4a61-99c8-73037e4babcf, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 734940676170909101 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "734940676170909101734940676170909101734940676170909101734940676170909101734940676170909101734940676170909101734940676170909101734940676170909101734940676170909101734940676170909101734940676170909101734940676170909101734940676170909101734940676170909101734940676170909101734940676170909101734940676170909101734940676170909101734940676170909101734940676170909101" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, afa4f1e6-987b-4a61-99c8-73037e4babcf, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7bf3d2f0-2601-48d7-8708-806410a879b6, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d7200203-706f-4b49-9d85-cb49b77d5ec1, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 200f67a0-6f9f-4b1f-afea-b4f5f5d43e5d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 200f67a0-6f9f-4b1f-afea-b4f5f5d43e5d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8436000264332852509 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84360002643328525098436000264332852509843600026433285250984360002643328525098436000264332852509843600026433285250984360002643328525098436000264332852509843600026433285250984360002643328525098436000264332852509843600026433285250984360002643328525098436000264332852509843600026433285250984360002643328525098436000264332852509843600026433285250984360002643328525098436000264332852509" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7bf3d2f0-2601-48d7-8708-806410a879b6, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4225885936971917969 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42258859369719179694225885936971917969422588593697191796942258859369719179694225885936971917969422588593697191796942258859369719179694225885936971917969422588593697191796942258859369719179694225885936971917969422588593697191796942258859369719179694225885936971917969422588593697191796942258859369719179694225885936971917969422588593697191796942258859369719179694225885936971917969" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7bf3d2f0-2601-48d7-8708-806410a879b6, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 34677e03-a240-4301-a3f3-9470051538f7, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 200f67a0-6f9f-4b1f-afea-b4f5f5d43e5d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d212c50d-4cef-4b12-a85c-a2e4556860a5, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d212c50d-4cef-4b12-a85c-a2e4556860a5, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3808861920668372183 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38088619206683721833808861920668372183380886192066837218338088619206683721833808861920668372183380886192066837218338088619206683721833808861920668372183380886192066837218338088619206683721833808861920668372183380886192066837218338088619206683721833808861920668372183380886192066837218338088619206683721833808861920668372183380886192066837218338088619206683721833808861920668372183" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 34677e03-a240-4301-a3f3-9470051538f7, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 798098240740088487 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "798098240740088487798098240740088487798098240740088487798098240740088487798098240740088487798098240740088487798098240740088487798098240740088487798098240740088487798098240740088487798098240740088487798098240740088487798098240740088487798098240740088487798098240740088487798098240740088487798098240740088487798098240740088487798098240740088487798098240740088487" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d212c50d-4cef-4b12-a85c-a2e4556860a5, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 34677e03-a240-4301-a3f3-9470051538f7, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3a6b1de7-a950-47b3-8e33-8d8a6459933a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3a6b1de7-a950-47b3-8e33-8d8a6459933a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 797886459030585331 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "797886459030585331797886459030585331797886459030585331797886459030585331797886459030585331797886459030585331797886459030585331797886459030585331797886459030585331797886459030585331797886459030585331797886459030585331797886459030585331797886459030585331797886459030585331797886459030585331797886459030585331797886459030585331797886459030585331797886459030585331" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, eb25fb93-5d48-4afd-8472-d5394a23fa2e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eb25fb93-5d48-4afd-8472-d5394a23fa2e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1434954912062514450 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14349549120625144501434954912062514450143495491206251445014349549120625144501434954912062514450143495491206251445014349549120625144501434954912062514450143495491206251445014349549120625144501434954912062514450143495491206251445014349549120625144501434954912062514450143495491206251445014349549120625144501434954912062514450143495491206251445014349549120625144501434954912062514450" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3a6b1de7-a950-47b3-8e33-8d8a6459933a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5376b862-15f3-4ae8-9208-8970e7adbda5, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5376b862-15f3-4ae8-9208-8970e7adbda5, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9825600467963730950 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98256004679637309509825600467963730950982560046796373095098256004679637309509825600467963730950982560046796373095098256004679637309509825600467963730950982560046796373095098256004679637309509825600467963730950982560046796373095098256004679637309509825600467963730950982560046796373095098256004679637309509825600467963730950982560046796373095098256004679637309509825600467963730950" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eb25fb93-5d48-4afd-8472-d5394a23fa2e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a5b12b98-07df-467f-8691-e36de076aa65, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a5b12b98-07df-467f-8691-e36de076aa65, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6772797901015128852 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67727979010151288526772797901015128852677279790101512885267727979010151288526772797901015128852677279790101512885267727979010151288526772797901015128852677279790101512885267727979010151288526772797901015128852677279790101512885267727979010151288526772797901015128852677279790101512885267727979010151288526772797901015128852677279790101512885267727979010151288526772797901015128852" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5376b862-15f3-4ae8-9208-8970e7adbda5, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 06a874f4-be6f-4c82-81c0-8545b1df5645, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 06a874f4-be6f-4c82-81c0-8545b1df5645, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7758399535955137279 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77583995359551372797758399535955137279775839953595513727977583995359551372797758399535955137279775839953595513727977583995359551372797758399535955137279775839953595513727977583995359551372797758399535955137279775839953595513727977583995359551372797758399535955137279775839953595513727977583995359551372797758399535955137279775839953595513727977583995359551372797758399535955137279" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a5b12b98-07df-467f-8691-e36de076aa65, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 96483053-d928-462f-a7a6-52a8c366fe56, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 96483053-d928-462f-a7a6-52a8c366fe56, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13553384745902073640 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1355338474590207364013553384745902073640135533847459020736401355338474590207364013553384745902073640135533847459020736401355338474590207364013553384745902073640135533847459020736401355338474590207364013553384745902073640135533847459020736401355338474590207364013553384745902073640135533847459020736401355338474590207364013553384745902073640135533847459020736401355338474590207364013553384745902073640" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 06a874f4-be6f-4c82-81c0-8545b1df5645, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a9959601-ef5c-4902-9936-8f1eca8b49ed, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a9959601-ef5c-4902-9936-8f1eca8b49ed, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15203578756819066727 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1520357875681906672715203578756819066727152035787568190667271520357875681906672715203578756819066727152035787568190667271520357875681906672715203578756819066727152035787568190667271520357875681906672715203578756819066727152035787568190667271520357875681906672715203578756819066727152035787568190667271520357875681906672715203578756819066727152035787568190667271520357875681906672715203578756819066727" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 96483053-d928-462f-a7a6-52a8c366fe56, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 17616eeb-99c1-46e3-906f-215027fdea8a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 17616eeb-99c1-46e3-906f-215027fdea8a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9831481523085331134 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98314815230853311349831481523085331134983148152308533113498314815230853311349831481523085331134983148152308533113498314815230853311349831481523085331134983148152308533113498314815230853311349831481523085331134983148152308533113498314815230853311349831481523085331134983148152308533113498314815230853311349831481523085331134983148152308533113498314815230853311349831481523085331134" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a9959601-ef5c-4902-9936-8f1eca8b49ed, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f9e31be1-ad1c-4e4f-b9e0-eb44b5fbb6ee, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f9e31be1-ad1c-4e4f-b9e0-eb44b5fbb6ee, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 882234341006880641 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "882234341006880641882234341006880641882234341006880641882234341006880641882234341006880641882234341006880641882234341006880641882234341006880641882234341006880641882234341006880641882234341006880641882234341006880641882234341006880641882234341006880641882234341006880641882234341006880641882234341006880641882234341006880641882234341006880641882234341006880641" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 17616eeb-99c1-46e3-906f-215027fdea8a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 50746c86-1b3b-4e3b-88e1-8c513d66da61, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 50746c86-1b3b-4e3b-88e1-8c513d66da61, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13798168654284285945 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1379816865428428594513798168654284285945137981686542842859451379816865428428594513798168654284285945137981686542842859451379816865428428594513798168654284285945137981686542842859451379816865428428594513798168654284285945137981686542842859451379816865428428594513798168654284285945137981686542842859451379816865428428594513798168654284285945137981686542842859451379816865428428594513798168654284285945" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f9e31be1-ad1c-4e4f-b9e0-eb44b5fbb6ee, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 82db3658-c997-4788-9f76-d3830ab920fd, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 82db3658-c997-4788-9f76-d3830ab920fd, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4792202421117994476 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47922024211179944764792202421117994476479220242111799447647922024211179944764792202421117994476479220242111799447647922024211179944764792202421117994476479220242111799447647922024211179944764792202421117994476479220242111799447647922024211179944764792202421117994476479220242111799447647922024211179944764792202421117994476479220242111799447647922024211179944764792202421117994476" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 50746c86-1b3b-4e3b-88e1-8c513d66da61, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7cbc7358-5961-49e6-b9c6-d102c1a24223, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7cbc7358-5961-49e6-b9c6-d102c1a24223, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6587977876541738905 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65879778765417389056587977876541738905658797787654173890565879778765417389056587977876541738905658797787654173890565879778765417389056587977876541738905658797787654173890565879778765417389056587977876541738905658797787654173890565879778765417389056587977876541738905658797787654173890565879778765417389056587977876541738905658797787654173890565879778765417389056587977876541738905" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 82db3658-c997-4788-9f76-d3830ab920fd, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bc3f6f12-5faa-4b9c-8f09-2bfa3228d584, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bc3f6f12-5faa-4b9c-8f09-2bfa3228d584, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7330033766118278835 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73300337661182788357330033766118278835733003376611827883573300337661182788357330033766118278835733003376611827883573300337661182788357330033766118278835733003376611827883573300337661182788357330033766118278835733003376611827883573300337661182788357330033766118278835733003376611827883573300337661182788357330033766118278835733003376611827883573300337661182788357330033766118278835" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7cbc7358-5961-49e6-b9c6-d102c1a24223, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, db5565fb-5627-49b5-9787-b5fb87bb3741, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, db5565fb-5627-49b5-9787-b5fb87bb3741, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17133780201735691227 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1713378020173569122717133780201735691227171337802017356912271713378020173569122717133780201735691227171337802017356912271713378020173569122717133780201735691227171337802017356912271713378020173569122717133780201735691227171337802017356912271713378020173569122717133780201735691227171337802017356912271713378020173569122717133780201735691227171337802017356912271713378020173569122717133780201735691227" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bc3f6f12-5faa-4b9c-8f09-2bfa3228d584, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f407cc36-04d2-41fc-a916-7f2e16748cc5, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f407cc36-04d2-41fc-a916-7f2e16748cc5, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3796007673847400866 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37960076738474008663796007673847400866379600767384740086637960076738474008663796007673847400866379600767384740086637960076738474008663796007673847400866379600767384740086637960076738474008663796007673847400866379600767384740086637960076738474008663796007673847400866379600767384740086637960076738474008663796007673847400866379600767384740086637960076738474008663796007673847400866" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, db5565fb-5627-49b5-9787-b5fb87bb3741, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 79521c6b-4332-4297-af6f-5d6e376a4c03, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f407cc36-04d2-41fc-a916-7f2e16748cc5, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 10d5fa60-8e84-4451-ae0c-40e54a4e5306, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 79521c6b-4332-4297-af6f-5d6e376a4c03, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16310305696380212149 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1631030569638021214916310305696380212149163103056963802121491631030569638021214916310305696380212149163103056963802121491631030569638021214916310305696380212149163103056963802121491631030569638021214916310305696380212149163103056963802121491631030569638021214916310305696380212149163103056963802121491631030569638021214916310305696380212149163103056963802121491631030569638021214916310305696380212149" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 10d5fa60-8e84-4451-ae0c-40e54a4e5306, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 970467921030439910 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "970467921030439910970467921030439910970467921030439910970467921030439910970467921030439910970467921030439910970467921030439910970467921030439910970467921030439910970467921030439910970467921030439910970467921030439910970467921030439910970467921030439910970467921030439910970467921030439910970467921030439910970467921030439910970467921030439910970467921030439910" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 79521c6b-4332-4297-af6f-5d6e376a4c03, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7cbf32d5-47e5-44c0-8e5c-e9d8527e0566, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 10d5fa60-8e84-4451-ae0c-40e54a4e5306, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c2fb91f4-580e-4321-b30d-3574942ba5ba, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c2fb91f4-580e-4321-b30d-3574942ba5ba, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2960828821742639268 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29608288217426392682960828821742639268296082882174263926829608288217426392682960828821742639268296082882174263926829608288217426392682960828821742639268296082882174263926829608288217426392682960828821742639268296082882174263926829608288217426392682960828821742639268296082882174263926829608288217426392682960828821742639268296082882174263926829608288217426392682960828821742639268" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7cbf32d5-47e5-44c0-8e5c-e9d8527e0566, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12591139682116342462 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1259113968211634246212591139682116342462125911396821163424621259113968211634246212591139682116342462125911396821163424621259113968211634246212591139682116342462125911396821163424621259113968211634246212591139682116342462125911396821163424621259113968211634246212591139682116342462125911396821163424621259113968211634246212591139682116342462125911396821163424621259113968211634246212591139682116342462" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7cbf32d5-47e5-44c0-8e5c-e9d8527e0566, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 90be3b60-b7db-4754-85cc-d35ac0ccf022, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 90be3b60-b7db-4754-85cc-d35ac0ccf022, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6783521885597882217 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67835218855978822176783521885597882217678352188559788221767835218855978822176783521885597882217678352188559788221767835218855978822176783521885597882217678352188559788221767835218855978822176783521885597882217678352188559788221767835218855978822176783521885597882217678352188559788221767835218855978822176783521885597882217678352188559788221767835218855978822176783521885597882217" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c2fb91f4-580e-4321-b30d-3574942ba5ba, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c5e855c1-def4-4626-9e7f-5ea37a7ae3e3, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c5e855c1-def4-4626-9e7f-5ea37a7ae3e3, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15943989887111959945 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1594398988711195994515943989887111959945159439898871119599451594398988711195994515943989887111959945159439898871119599451594398988711195994515943989887111959945159439898871119599451594398988711195994515943989887111959945159439898871119599451594398988711195994515943989887111959945159439898871119599451594398988711195994515943989887111959945159439898871119599451594398988711195994515943989887111959945" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 90be3b60-b7db-4754-85cc-d35ac0ccf022, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 23a9227e-bd1d-4009-a5d7-07961a84ad51, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c5e855c1-def4-4626-9e7f-5ea37a7ae3e3, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 23a9227e-bd1d-4009-a5d7-07961a84ad51, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14942432937630917372 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1494243293763091737214942432937630917372149424329376309173721494243293763091737214942432937630917372149424329376309173721494243293763091737214942432937630917372149424329376309173721494243293763091737214942432937630917372149424329376309173721494243293763091737214942432937630917372149424329376309173721494243293763091737214942432937630917372149424329376309173721494243293763091737214942432937630917372" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ca2040bc-5e0d-4433-8d1e-61d448b18ec9, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ca2040bc-5e0d-4433-8d1e-61d448b18ec9, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14474024222474058002 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1447402422247405800214474024222474058002144740242224740580021447402422247405800214474024222474058002144740242224740580021447402422247405800214474024222474058002144740242224740580021447402422247405800214474024222474058002144740242224740580021447402422247405800214474024222474058002144740242224740580021447402422247405800214474024222474058002144740242224740580021447402422247405800214474024222474058002" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 23a9227e-bd1d-4009-a5d7-07961a84ad51, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3208ee80-958f-46f0-b3b6-4aae564e3ebb, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3208ee80-958f-46f0-b3b6-4aae564e3ebb, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10663034389411688745 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1066303438941168874510663034389411688745106630343894116887451066303438941168874510663034389411688745106630343894116887451066303438941168874510663034389411688745106630343894116887451066303438941168874510663034389411688745106630343894116887451066303438941168874510663034389411688745106630343894116887451066303438941168874510663034389411688745106630343894116887451066303438941168874510663034389411688745" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3208ee80-958f-46f0-b3b6-4aae564e3ebb, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f32836f2-1e5d-4b50-987e-2b29d1fc4958, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f32836f2-1e5d-4b50-987e-2b29d1fc4958, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14230001716143388372 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1423000171614338837214230001716143388372142300017161433883721423000171614338837214230001716143388372142300017161433883721423000171614338837214230001716143388372142300017161433883721423000171614338837214230001716143388372142300017161433883721423000171614338837214230001716143388372142300017161433883721423000171614338837214230001716143388372142300017161433883721423000171614338837214230001716143388372" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ca2040bc-5e0d-4433-8d1e-61d448b18ec9, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f32836f2-1e5d-4b50-987e-2b29d1fc4958, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4fe033f8-c3a6-4aeb-8010-6e552afe9208, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4fe033f8-c3a6-4aeb-8010-6e552afe9208, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8294043085795915783 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82940430857959157838294043085795915783829404308579591578382940430857959157838294043085795915783829404308579591578382940430857959157838294043085795915783829404308579591578382940430857959157838294043085795915783829404308579591578382940430857959157838294043085795915783829404308579591578382940430857959157838294043085795915783829404308579591578382940430857959157838294043085795915783" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 806c0ca0-cb97-47ca-ad37-538b090b8531, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 806c0ca0-cb97-47ca-ad37-538b090b8531, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2205196204897022501 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22051962048970225012205196204897022501220519620489702250122051962048970225012205196204897022501220519620489702250122051962048970225012205196204897022501220519620489702250122051962048970225012205196204897022501220519620489702250122051962048970225012205196204897022501220519620489702250122051962048970225012205196204897022501220519620489702250122051962048970225012205196204897022501" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4fe033f8-c3a6-4aeb-8010-6e552afe9208, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b6726139-1fd7-44ce-9274-4441b672fb6b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b6726139-1fd7-44ce-9274-4441b672fb6b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2153956627338252712 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21539566273382527122153956627338252712215395662733825271221539566273382527122153956627338252712215395662733825271221539566273382527122153956627338252712215395662733825271221539566273382527122153956627338252712215395662733825271221539566273382527122153956627338252712215395662733825271221539566273382527122153956627338252712215395662733825271221539566273382527122153956627338252712" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 806c0ca0-cb97-47ca-ad37-538b090b8531, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, db4b5cd4-77d2-4b01-996d-d4ce6e2c4801, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, db4b5cd4-77d2-4b01-996d-d4ce6e2c4801, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5595918693221225658 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55959186932212256585595918693221225658559591869322122565855959186932212256585595918693221225658559591869322122565855959186932212256585595918693221225658559591869322122565855959186932212256585595918693221225658559591869322122565855959186932212256585595918693221225658559591869322122565855959186932212256585595918693221225658559591869322122565855959186932212256585595918693221225658" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b6726139-1fd7-44ce-9274-4441b672fb6b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 29b710d0-18bf-4612-b547-4f2d2b0b2923, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 29b710d0-18bf-4612-b547-4f2d2b0b2923, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18036307557638622635 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1803630755763862263518036307557638622635180363075576386226351803630755763862263518036307557638622635180363075576386226351803630755763862263518036307557638622635180363075576386226351803630755763862263518036307557638622635180363075576386226351803630755763862263518036307557638622635180363075576386226351803630755763862263518036307557638622635180363075576386226351803630755763862263518036307557638622635" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, db4b5cd4-77d2-4b01-996d-d4ce6e2c4801, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b57974d5-137d-453b-a936-94fcb7935e64, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 29b710d0-18bf-4612-b547-4f2d2b0b2923, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b57974d5-137d-453b-a936-94fcb7935e64, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9278951285596347497 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92789512855963474979278951285596347497927895128559634749792789512855963474979278951285596347497927895128559634749792789512855963474979278951285596347497927895128559634749792789512855963474979278951285596347497927895128559634749792789512855963474979278951285596347497927895128559634749792789512855963474979278951285596347497927895128559634749792789512855963474979278951285596347497" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 09487e7b-b298-425e-b7b4-30bd9cce74cb, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 09487e7b-b298-425e-b7b4-30bd9cce74cb, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 542330822797000955 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "542330822797000955542330822797000955542330822797000955542330822797000955542330822797000955542330822797000955542330822797000955542330822797000955542330822797000955542330822797000955542330822797000955542330822797000955542330822797000955542330822797000955542330822797000955542330822797000955542330822797000955542330822797000955542330822797000955542330822797000955" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b57974d5-137d-453b-a936-94fcb7935e64, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7c2d1cb0-bca8-42f7-b890-3a28a93b0254, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7c2d1cb0-bca8-42f7-b890-3a28a93b0254, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14509560655230900993 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1450956065523090099314509560655230900993145095606552309009931450956065523090099314509560655230900993145095606552309009931450956065523090099314509560655230900993145095606552309009931450956065523090099314509560655230900993145095606552309009931450956065523090099314509560655230900993145095606552309009931450956065523090099314509560655230900993145095606552309009931450956065523090099314509560655230900993" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 09487e7b-b298-425e-b7b4-30bd9cce74cb, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c801e317-b851-4ce8-a649-365dfb225ec7, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c801e317-b851-4ce8-a649-365dfb225ec7, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2016211287496997765 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20162112874969977652016211287496997765201621128749699776520162112874969977652016211287496997765201621128749699776520162112874969977652016211287496997765201621128749699776520162112874969977652016211287496997765201621128749699776520162112874969977652016211287496997765201621128749699776520162112874969977652016211287496997765201621128749699776520162112874969977652016211287496997765" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7c2d1cb0-bca8-42f7-b890-3a28a93b0254, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3578ee10-4955-4b6b-99ae-0aff4d4f6c3f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3578ee10-4955-4b6b-99ae-0aff4d4f6c3f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9769813397693131363 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97698133976931313639769813397693131363976981339769313136397698133976931313639769813397693131363976981339769313136397698133976931313639769813397693131363976981339769313136397698133976931313639769813397693131363976981339769313136397698133976931313639769813397693131363976981339769313136397698133976931313639769813397693131363976981339769313136397698133976931313639769813397693131363" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c801e317-b851-4ce8-a649-365dfb225ec7, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 24c28209-73f8-498f-8252-7947448db9ac, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 24c28209-73f8-498f-8252-7947448db9ac, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6064297516059299193 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60642975160592991936064297516059299193606429751605929919360642975160592991936064297516059299193606429751605929919360642975160592991936064297516059299193606429751605929919360642975160592991936064297516059299193606429751605929919360642975160592991936064297516059299193606429751605929919360642975160592991936064297516059299193606429751605929919360642975160592991936064297516059299193" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3578ee10-4955-4b6b-99ae-0aff4d4f6c3f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9be8f0c1-ca64-4ae8-a9c5-f5dbe56eb0b3, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9be8f0c1-ca64-4ae8-a9c5-f5dbe56eb0b3, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13349369575442334150 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1334936957544233415013349369575442334150133493695754423341501334936957544233415013349369575442334150133493695754423341501334936957544233415013349369575442334150133493695754423341501334936957544233415013349369575442334150133493695754423341501334936957544233415013349369575442334150133493695754423341501334936957544233415013349369575442334150133493695754423341501334936957544233415013349369575442334150" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 24c28209-73f8-498f-8252-7947448db9ac, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0294a2c3-24e4-4245-88f1-db056b49af24, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9be8f0c1-ca64-4ae8-a9c5-f5dbe56eb0b3, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0294a2c3-24e4-4245-88f1-db056b49af24, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7202723215153825418 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72027232151538254187202723215153825418720272321515382541872027232151538254187202723215153825418720272321515382541872027232151538254187202723215153825418720272321515382541872027232151538254187202723215153825418720272321515382541872027232151538254187202723215153825418720272321515382541872027232151538254187202723215153825418720272321515382541872027232151538254187202723215153825418" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4932aab4-95d4-4c3e-86c8-caf1ebb1b7d6, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4932aab4-95d4-4c3e-86c8-caf1ebb1b7d6, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14903872304028241933 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1490387230402824193314903872304028241933149038723040282419331490387230402824193314903872304028241933149038723040282419331490387230402824193314903872304028241933149038723040282419331490387230402824193314903872304028241933149038723040282419331490387230402824193314903872304028241933149038723040282419331490387230402824193314903872304028241933149038723040282419331490387230402824193314903872304028241933" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0294a2c3-24e4-4245-88f1-db056b49af24, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5e4fcdd5-af09-4e1f-b867-f0124bb05996, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5e4fcdd5-af09-4e1f-b867-f0124bb05996, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16744060652797846434 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1674406065279784643416744060652797846434167440606527978464341674406065279784643416744060652797846434167440606527978464341674406065279784643416744060652797846434167440606527978464341674406065279784643416744060652797846434167440606527978464341674406065279784643416744060652797846434167440606527978464341674406065279784643416744060652797846434167440606527978464341674406065279784643416744060652797846434" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4932aab4-95d4-4c3e-86c8-caf1ebb1b7d6, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 17c25170-68ce-4e3e-aad9-4302a10ac83a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 17c25170-68ce-4e3e-aad9-4302a10ac83a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17125275115692338015 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1712527511569233801517125275115692338015171252751156923380151712527511569233801517125275115692338015171252751156923380151712527511569233801517125275115692338015171252751156923380151712527511569233801517125275115692338015171252751156923380151712527511569233801517125275115692338015171252751156923380151712527511569233801517125275115692338015171252751156923380151712527511569233801517125275115692338015" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5e4fcdd5-af09-4e1f-b867-f0124bb05996, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c1a970e5-5120-4035-b50b-70ff3b8ec201, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c1a970e5-5120-4035-b50b-70ff3b8ec201, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1808035543393895314 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18080355433938953141808035543393895314180803554339389531418080355433938953141808035543393895314180803554339389531418080355433938953141808035543393895314180803554339389531418080355433938953141808035543393895314180803554339389531418080355433938953141808035543393895314180803554339389531418080355433938953141808035543393895314180803554339389531418080355433938953141808035543393895314" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 17c25170-68ce-4e3e-aad9-4302a10ac83a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 17149d4e-a3e8-43ae-ba12-7cc24e3ebb34, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 17149d4e-a3e8-43ae-ba12-7cc24e3ebb34, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11147890921962119347 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1114789092196211934711147890921962119347111478909219621193471114789092196211934711147890921962119347111478909219621193471114789092196211934711147890921962119347111478909219621193471114789092196211934711147890921962119347111478909219621193471114789092196211934711147890921962119347111478909219621193471114789092196211934711147890921962119347111478909219621193471114789092196211934711147890921962119347" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c1a970e5-5120-4035-b50b-70ff3b8ec201, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 553dac65-1b21-4f5d-a151-625a933e34a6, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 553dac65-1b21-4f5d-a151-625a933e34a6, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5662123260946634674 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56621232609466346745662123260946634674566212326094663467456621232609466346745662123260946634674566212326094663467456621232609466346745662123260946634674566212326094663467456621232609466346745662123260946634674566212326094663467456621232609466346745662123260946634674566212326094663467456621232609466346745662123260946634674566212326094663467456621232609466346745662123260946634674" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 17149d4e-a3e8-43ae-ba12-7cc24e3ebb34, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d278d4ef-aa8a-4779-8524-9da69661c58e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d278d4ef-aa8a-4779-8524-9da69661c58e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11860260801573653301 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1186026080157365330111860260801573653301118602608015736533011186026080157365330111860260801573653301118602608015736533011186026080157365330111860260801573653301118602608015736533011186026080157365330111860260801573653301118602608015736533011186026080157365330111860260801573653301118602608015736533011186026080157365330111860260801573653301118602608015736533011186026080157365330111860260801573653301" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d278d4ef-aa8a-4779-8524-9da69661c58e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1052e792-9a39-48f0-a5ff-a6ef266c117a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1052e792-9a39-48f0-a5ff-a6ef266c117a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16638330034128177781 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1663833003412817778116638330034128177781166383300341281777811663833003412817778116638330034128177781166383300341281777811663833003412817778116638330034128177781166383300341281777811663833003412817778116638330034128177781166383300341281777811663833003412817778116638330034128177781166383300341281777811663833003412817778116638330034128177781166383300341281777811663833003412817778116638330034128177781" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 553dac65-1b21-4f5d-a151-625a933e34a6, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f9e25eee-9076-47e8-b3ad-2f8c82fe9f46, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f9e25eee-9076-47e8-b3ad-2f8c82fe9f46, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7037559870871696607 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70375598708716966077037559870871696607703755987087169660770375598708716966077037559870871696607703755987087169660770375598708716966077037559870871696607703755987087169660770375598708716966077037559870871696607703755987087169660770375598708716966077037559870871696607703755987087169660770375598708716966077037559870871696607703755987087169660770375598708716966077037559870871696607" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1052e792-9a39-48f0-a5ff-a6ef266c117a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9558ff71-e622-473a-8899-aa0368d9e228, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9558ff71-e622-473a-8899-aa0368d9e228, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4679387537584696318 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46793875375846963184679387537584696318467938753758469631846793875375846963184679387537584696318467938753758469631846793875375846963184679387537584696318467938753758469631846793875375846963184679387537584696318467938753758469631846793875375846963184679387537584696318467938753758469631846793875375846963184679387537584696318467938753758469631846793875375846963184679387537584696318" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f9e25eee-9076-47e8-b3ad-2f8c82fe9f46, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 357c4ea2-6e6e-4e1a-940e-83f840e99a30, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 357c4ea2-6e6e-4e1a-940e-83f840e99a30, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8598722449142356280 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85987224491423562808598722449142356280859872244914235628085987224491423562808598722449142356280859872244914235628085987224491423562808598722449142356280859872244914235628085987224491423562808598722449142356280859872244914235628085987224491423562808598722449142356280859872244914235628085987224491423562808598722449142356280859872244914235628085987224491423562808598722449142356280" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9558ff71-e622-473a-8899-aa0368d9e228, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 27c92cd4-6154-4d02-b48d-0f6839fa2169, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 27c92cd4-6154-4d02-b48d-0f6839fa2169, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5059060685405936013 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50590606854059360135059060685405936013505906068540593601350590606854059360135059060685405936013505906068540593601350590606854059360135059060685405936013505906068540593601350590606854059360135059060685405936013505906068540593601350590606854059360135059060685405936013505906068540593601350590606854059360135059060685405936013505906068540593601350590606854059360135059060685405936013" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 357c4ea2-6e6e-4e1a-940e-83f840e99a30, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5fd1c684-cb4c-448d-b396-2611a4404d91, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5fd1c684-cb4c-448d-b396-2611a4404d91, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10155908354417311130 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1015590835441731113010155908354417311130101559083544173111301015590835441731113010155908354417311130101559083544173111301015590835441731113010155908354417311130101559083544173111301015590835441731113010155908354417311130101559083544173111301015590835441731113010155908354417311130101559083544173111301015590835441731113010155908354417311130101559083544173111301015590835441731113010155908354417311130" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 27c92cd4-6154-4d02-b48d-0f6839fa2169, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7341bb76-9f5f-4d0b-8285-b02c90d02ce0, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7341bb76-9f5f-4d0b-8285-b02c90d02ce0, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17534049099518994428 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1753404909951899442817534049099518994428175340490995189944281753404909951899442817534049099518994428175340490995189944281753404909951899442817534049099518994428175340490995189944281753404909951899442817534049099518994428175340490995189944281753404909951899442817534049099518994428175340490995189944281753404909951899442817534049099518994428175340490995189944281753404909951899442817534049099518994428" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5fd1c684-cb4c-448d-b396-2611a4404d91, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c08da288-cb7a-414e-b864-7c7c798cfe55, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c08da288-cb7a-414e-b864-7c7c798cfe55, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6508730558723602663 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65087305587236026636508730558723602663650873055872360266365087305587236026636508730558723602663650873055872360266365087305587236026636508730558723602663650873055872360266365087305587236026636508730558723602663650873055872360266365087305587236026636508730558723602663650873055872360266365087305587236026636508730558723602663650873055872360266365087305587236026636508730558723602663" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7341bb76-9f5f-4d0b-8285-b02c90d02ce0, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ced5ac98-77d1-4f0d-9491-09e481ca318c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ced5ac98-77d1-4f0d-9491-09e481ca318c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13743714476595195641 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1374371447659519564113743714476595195641137437144765951956411374371447659519564113743714476595195641137437144765951956411374371447659519564113743714476595195641137437144765951956411374371447659519564113743714476595195641137437144765951956411374371447659519564113743714476595195641137437144765951956411374371447659519564113743714476595195641137437144765951956411374371447659519564113743714476595195641" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c08da288-cb7a-414e-b864-7c7c798cfe55, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0d61b210-c5ec-46d6-88e3-6e284f308167, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ced5ac98-77d1-4f0d-9491-09e481ca318c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3f60a69f-a5ff-4c07-b9c8-b22f0bbc861a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3f60a69f-a5ff-4c07-b9c8-b22f0bbc861a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5696260311869328291 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56962603118693282915696260311869328291569626031186932829156962603118693282915696260311869328291569626031186932829156962603118693282915696260311869328291569626031186932829156962603118693282915696260311869328291569626031186932829156962603118693282915696260311869328291569626031186932829156962603118693282915696260311869328291569626031186932829156962603118693282915696260311869328291" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0d61b210-c5ec-46d6-88e3-6e284f308167, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14281018686483903870 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1428101868648390387014281018686483903870142810186864839038701428101868648390387014281018686483903870142810186864839038701428101868648390387014281018686483903870142810186864839038701428101868648390387014281018686483903870142810186864839038701428101868648390387014281018686483903870142810186864839038701428101868648390387014281018686483903870142810186864839038701428101868648390387014281018686483903870" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3f60a69f-a5ff-4c07-b9c8-b22f0bbc861a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bef068b9-e030-4321-89be-63a8f9ef3cfd, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bef068b9-e030-4321-89be-63a8f9ef3cfd, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16970516373090266492 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1697051637309026649216970516373090266492169705163730902664921697051637309026649216970516373090266492169705163730902664921697051637309026649216970516373090266492169705163730902664921697051637309026649216970516373090266492169705163730902664921697051637309026649216970516373090266492169705163730902664921697051637309026649216970516373090266492169705163730902664921697051637309026649216970516373090266492" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0d61b210-c5ec-46d6-88e3-6e284f308167, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 12e655b1-50d9-42a0-8028-767531df7d7f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 12e655b1-50d9-42a0-8028-767531df7d7f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5032314503939238817 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50323145039392388175032314503939238817503231450393923881750323145039392388175032314503939238817503231450393923881750323145039392388175032314503939238817503231450393923881750323145039392388175032314503939238817503231450393923881750323145039392388175032314503939238817503231450393923881750323145039392388175032314503939238817503231450393923881750323145039392388175032314503939238817" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bef068b9-e030-4321-89be-63a8f9ef3cfd, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0c53bd6b-8efa-453b-a33e-72cfa283a058, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0c53bd6b-8efa-453b-a33e-72cfa283a058, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6697652483487354503 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66976524834873545036697652483487354503669765248348735450366976524834873545036697652483487354503669765248348735450366976524834873545036697652483487354503669765248348735450366976524834873545036697652483487354503669765248348735450366976524834873545036697652483487354503669765248348735450366976524834873545036697652483487354503669765248348735450366976524834873545036697652483487354503" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 12e655b1-50d9-42a0-8028-767531df7d7f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fe7fa624-469e-43b8-a6ae-c21c06ba5ec0, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fe7fa624-469e-43b8-a6ae-c21c06ba5ec0, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9816707575088243447 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98167075750882434479816707575088243447981670757508824344798167075750882434479816707575088243447981670757508824344798167075750882434479816707575088243447981670757508824344798167075750882434479816707575088243447981670757508824344798167075750882434479816707575088243447981670757508824344798167075750882434479816707575088243447981670757508824344798167075750882434479816707575088243447" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0c53bd6b-8efa-453b-a33e-72cfa283a058, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d1c0533b-08d1-4205-b085-358801ceabaa, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d1c0533b-08d1-4205-b085-358801ceabaa, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5604254471522919701 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56042544715229197015604254471522919701560425447152291970156042544715229197015604254471522919701560425447152291970156042544715229197015604254471522919701560425447152291970156042544715229197015604254471522919701560425447152291970156042544715229197015604254471522919701560425447152291970156042544715229197015604254471522919701560425447152291970156042544715229197015604254471522919701" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fe7fa624-469e-43b8-a6ae-c21c06ba5ec0, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b36e7b06-eedf-42c6-8cd8-a8e50a6fcc1a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b36e7b06-eedf-42c6-8cd8-a8e50a6fcc1a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17436776582592628964 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1743677658259262896417436776582592628964174367765825926289641743677658259262896417436776582592628964174367765825926289641743677658259262896417436776582592628964174367765825926289641743677658259262896417436776582592628964174367765825926289641743677658259262896417436776582592628964174367765825926289641743677658259262896417436776582592628964174367765825926289641743677658259262896417436776582592628964" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d1c0533b-08d1-4205-b085-358801ceabaa, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 462be546-f77d-4533-9eaf-602ca44ab463, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 462be546-f77d-4533-9eaf-602ca44ab463, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12313089172193494315 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1231308917219349431512313089172193494315123130891721934943151231308917219349431512313089172193494315123130891721934943151231308917219349431512313089172193494315123130891721934943151231308917219349431512313089172193494315123130891721934943151231308917219349431512313089172193494315123130891721934943151231308917219349431512313089172193494315123130891721934943151231308917219349431512313089172193494315" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b36e7b06-eedf-42c6-8cd8-a8e50a6fcc1a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f17c1085-0da0-4cef-8193-e14c3fe08e7e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f17c1085-0da0-4cef-8193-e14c3fe08e7e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3828968637851416332 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38289686378514163323828968637851416332382896863785141633238289686378514163323828968637851416332382896863785141633238289686378514163323828968637851416332382896863785141633238289686378514163323828968637851416332382896863785141633238289686378514163323828968637851416332382896863785141633238289686378514163323828968637851416332382896863785141633238289686378514163323828968637851416332" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 462be546-f77d-4533-9eaf-602ca44ab463, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f17c1085-0da0-4cef-8193-e14c3fe08e7e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ffb2fcf3-fb43-4d92-a529-b410ba06fe10, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ffb2fcf3-fb43-4d92-a529-b410ba06fe10, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9275029864134362410 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92750298641343624109275029864134362410927502986413436241092750298641343624109275029864134362410927502986413436241092750298641343624109275029864134362410927502986413436241092750298641343624109275029864134362410927502986413436241092750298641343624109275029864134362410927502986413436241092750298641343624109275029864134362410927502986413436241092750298641343624109275029864134362410" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 43b61a3c-db59-432c-9bfa-d015afe8e973, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 43b61a3c-db59-432c-9bfa-d015afe8e973, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11506216387417106040 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1150621638741710604011506216387417106040115062163874171060401150621638741710604011506216387417106040115062163874171060401150621638741710604011506216387417106040115062163874171060401150621638741710604011506216387417106040115062163874171060401150621638741710604011506216387417106040115062163874171060401150621638741710604011506216387417106040115062163874171060401150621638741710604011506216387417106040" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ffb2fcf3-fb43-4d92-a529-b410ba06fe10, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 36f332f0-205f-4aaf-b607-e77810a0ae65, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 36f332f0-205f-4aaf-b607-e77810a0ae65, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12165712106749095672 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1216571210674909567212165712106749095672121657121067490956721216571210674909567212165712106749095672121657121067490956721216571210674909567212165712106749095672121657121067490956721216571210674909567212165712106749095672121657121067490956721216571210674909567212165712106749095672121657121067490956721216571210674909567212165712106749095672121657121067490956721216571210674909567212165712106749095672" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 43b61a3c-db59-432c-9bfa-d015afe8e973, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2b81347b-36ed-4a37-b407-c9dedf92355f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2b81347b-36ed-4a37-b407-c9dedf92355f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13365795062038414653 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1336579506203841465313365795062038414653133657950620384146531336579506203841465313365795062038414653133657950620384146531336579506203841465313365795062038414653133657950620384146531336579506203841465313365795062038414653133657950620384146531336579506203841465313365795062038414653133657950620384146531336579506203841465313365795062038414653133657950620384146531336579506203841465313365795062038414653" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 36f332f0-205f-4aaf-b607-e77810a0ae65, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d1ec36f9-c334-474c-912d-61e84a68d707, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2b81347b-36ed-4a37-b407-c9dedf92355f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d1ec36f9-c334-474c-912d-61e84a68d707, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2641755656401754963 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26417556564017549632641755656401754963264175565640175496326417556564017549632641755656401754963264175565640175496326417556564017549632641755656401754963264175565640175496326417556564017549632641755656401754963264175565640175496326417556564017549632641755656401754963264175565640175496326417556564017549632641755656401754963264175565640175496326417556564017549632641755656401754963" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 45bfcb3e-6744-4941-9700-f0971b172fda, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d1ec36f9-c334-474c-912d-61e84a68d707, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bd0781d8-9eea-47cb-b010-c479ca754d3e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bd0781d8-9eea-47cb-b010-c479ca754d3e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6174186393669320825 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61741863936693208256174186393669320825617418639366932082561741863936693208256174186393669320825617418639366932082561741863936693208256174186393669320825617418639366932082561741863936693208256174186393669320825617418639366932082561741863936693208256174186393669320825617418639366932082561741863936693208256174186393669320825617418639366932082561741863936693208256174186393669320825" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 45bfcb3e-6744-4941-9700-f0971b172fda, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3696732561073869469 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36967325610738694693696732561073869469369673256107386946936967325610738694693696732561073869469369673256107386946936967325610738694693696732561073869469369673256107386946936967325610738694693696732561073869469369673256107386946936967325610738694693696732561073869469369673256107386946936967325610738694693696732561073869469369673256107386946936967325610738694693696732561073869469" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bd0781d8-9eea-47cb-b010-c479ca754d3e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a13a5a14-d978-49f8-9126-e8e3019e4601, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 45bfcb3e-6744-4941-9700-f0971b172fda, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a13a5a14-d978-49f8-9126-e8e3019e4601, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8699333598717802351 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86993335987178023518699333598717802351869933359871780235186993335987178023518699333598717802351869933359871780235186993335987178023518699333598717802351869933359871780235186993335987178023518699333598717802351869933359871780235186993335987178023518699333598717802351869933359871780235186993335987178023518699333598717802351869933359871780235186993335987178023518699333598717802351" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 17c683f9-298f-4c82-b3f3-64709809f228, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 17c683f9-298f-4c82-b3f3-64709809f228, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5021553423789716557 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50215534237897165575021553423789716557502155342378971655750215534237897165575021553423789716557502155342378971655750215534237897165575021553423789716557502155342378971655750215534237897165575021553423789716557502155342378971655750215534237897165575021553423789716557502155342378971655750215534237897165575021553423789716557502155342378971655750215534237897165575021553423789716557" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a13a5a14-d978-49f8-9126-e8e3019e4601, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e5dfef90-fb1d-43b9-9765-b753d06e49b5, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 17c683f9-298f-4c82-b3f3-64709809f228, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e5dfef90-fb1d-43b9-9765-b753d06e49b5, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10986470298752128570 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1098647029875212857010986470298752128570109864702987521285701098647029875212857010986470298752128570109864702987521285701098647029875212857010986470298752128570109864702987521285701098647029875212857010986470298752128570109864702987521285701098647029875212857010986470298752128570109864702987521285701098647029875212857010986470298752128570109864702987521285701098647029875212857010986470298752128570" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 69f8899d-34ad-46f5-8bcc-5d95bae0f972, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 69f8899d-34ad-46f5-8bcc-5d95bae0f972, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11099334159171650310 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1109933415917165031011099334159171650310110993341591716503101109933415917165031011099334159171650310110993341591716503101109933415917165031011099334159171650310110993341591716503101109933415917165031011099334159171650310110993341591716503101109933415917165031011099334159171650310110993341591716503101109933415917165031011099334159171650310110993341591716503101109933415917165031011099334159171650310" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e5dfef90-fb1d-43b9-9765-b753d06e49b5, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 64f824ab-a3d8-46e2-b78e-504546a8bcd2, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 64f824ab-a3d8-46e2-b78e-504546a8bcd2, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10769999155809472299 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1076999915580947229910769999155809472299107699991558094722991076999915580947229910769999155809472299107699991558094722991076999915580947229910769999155809472299107699991558094722991076999915580947229910769999155809472299107699991558094722991076999915580947229910769999155809472299107699991558094722991076999915580947229910769999155809472299107699991558094722991076999915580947229910769999155809472299" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 64f824ab-a3d8-46e2-b78e-504546a8bcd2, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 22138d31-cf79-436f-92f3-7688da2959a6, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 22138d31-cf79-436f-92f3-7688da2959a6, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17385740890552443264 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1738574089055244326417385740890552443264173857408905524432641738574089055244326417385740890552443264173857408905524432641738574089055244326417385740890552443264173857408905524432641738574089055244326417385740890552443264173857408905524432641738574089055244326417385740890552443264173857408905524432641738574089055244326417385740890552443264173857408905524432641738574089055244326417385740890552443264" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 69f8899d-34ad-46f5-8bcc-5d95bae0f972, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ea64135a-99d3-4f00-8aca-9c223f5ecd4b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ea64135a-99d3-4f00-8aca-9c223f5ecd4b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15416422974222884642 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1541642297422288464215416422974222884642154164229742228846421541642297422288464215416422974222884642154164229742228846421541642297422288464215416422974222884642154164229742228846421541642297422288464215416422974222884642154164229742228846421541642297422288464215416422974222884642154164229742228846421541642297422288464215416422974222884642154164229742228846421541642297422288464215416422974222884642" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 22138d31-cf79-436f-92f3-7688da2959a6, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b7dfc467-d857-4fdf-a647-168d9977fdd5, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b7dfc467-d857-4fdf-a647-168d9977fdd5, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2969225935624515270 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29692259356245152702969225935624515270296922593562451527029692259356245152702969225935624515270296922593562451527029692259356245152702969225935624515270296922593562451527029692259356245152702969225935624515270296922593562451527029692259356245152702969225935624515270296922593562451527029692259356245152702969225935624515270296922593562451527029692259356245152702969225935624515270" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ea64135a-99d3-4f00-8aca-9c223f5ecd4b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d16a5b20-03cf-4ee4-9063-6a3ae1bbc47f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d16a5b20-03cf-4ee4-9063-6a3ae1bbc47f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10197186083553774441 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1019718608355377444110197186083553774441101971860835537744411019718608355377444110197186083553774441101971860835537744411019718608355377444110197186083553774441101971860835537744411019718608355377444110197186083553774441101971860835537744411019718608355377444110197186083553774441101971860835537744411019718608355377444110197186083553774441101971860835537744411019718608355377444110197186083553774441" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b7dfc467-d857-4fdf-a647-168d9977fdd5, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5b64a469-d7e6-4829-8c3a-20e98f79cfd7, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5b64a469-d7e6-4829-8c3a-20e98f79cfd7, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4542957924645447936 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45429579246454479364542957924645447936454295792464544793645429579246454479364542957924645447936454295792464544793645429579246454479364542957924645447936454295792464544793645429579246454479364542957924645447936454295792464544793645429579246454479364542957924645447936454295792464544793645429579246454479364542957924645447936454295792464544793645429579246454479364542957924645447936" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d16a5b20-03cf-4ee4-9063-6a3ae1bbc47f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6a83ee9a-78fd-4f9f-b696-37b342775814, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6a83ee9a-78fd-4f9f-b696-37b342775814, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9322094095856372619 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93220940958563726199322094095856372619932209409585637261993220940958563726199322094095856372619932209409585637261993220940958563726199322094095856372619932209409585637261993220940958563726199322094095856372619932209409585637261993220940958563726199322094095856372619932209409585637261993220940958563726199322094095856372619932209409585637261993220940958563726199322094095856372619" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5b64a469-d7e6-4829-8c3a-20e98f79cfd7, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bc623355-1ec5-429b-958a-2742cacf5df7, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bc623355-1ec5-429b-958a-2742cacf5df7, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4102581873046245007 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41025818730462450074102581873046245007410258187304624500741025818730462450074102581873046245007410258187304624500741025818730462450074102581873046245007410258187304624500741025818730462450074102581873046245007410258187304624500741025818730462450074102581873046245007410258187304624500741025818730462450074102581873046245007410258187304624500741025818730462450074102581873046245007" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6a83ee9a-78fd-4f9f-b696-37b342775814, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3c18d5f2-fea4-4c0a-9634-1a5c58e1c93e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3c18d5f2-fea4-4c0a-9634-1a5c58e1c93e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3568811347814987284 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35688113478149872843568811347814987284356881134781498728435688113478149872843568811347814987284356881134781498728435688113478149872843568811347814987284356881134781498728435688113478149872843568811347814987284356881134781498728435688113478149872843568811347814987284356881134781498728435688113478149872843568811347814987284356881134781498728435688113478149872843568811347814987284" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bc623355-1ec5-429b-958a-2742cacf5df7, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c078b128-6d84-47d6-8c9b-a82c79c8046b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c078b128-6d84-47d6-8c9b-a82c79c8046b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15199505989930831519 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1519950598993083151915199505989930831519151995059899308315191519950598993083151915199505989930831519151995059899308315191519950598993083151915199505989930831519151995059899308315191519950598993083151915199505989930831519151995059899308315191519950598993083151915199505989930831519151995059899308315191519950598993083151915199505989930831519151995059899308315191519950598993083151915199505989930831519" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3c18d5f2-fea4-4c0a-9634-1a5c58e1c93e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 88293293-ecbc-4835-b2d7-8d3f4986188d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 88293293-ecbc-4835-b2d7-8d3f4986188d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7115208136753307412 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71152081367533074127115208136753307412711520813675330741271152081367533074127115208136753307412711520813675330741271152081367533074127115208136753307412711520813675330741271152081367533074127115208136753307412711520813675330741271152081367533074127115208136753307412711520813675330741271152081367533074127115208136753307412711520813675330741271152081367533074127115208136753307412" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c078b128-6d84-47d6-8c9b-a82c79c8046b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 98268914-1678-4122-850b-fb205157b4f9, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 88293293-ecbc-4835-b2d7-8d3f4986188d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 98268914-1678-4122-850b-fb205157b4f9, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4058806366806715241 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40588063668067152414058806366806715241405880636680671524140588063668067152414058806366806715241405880636680671524140588063668067152414058806366806715241405880636680671524140588063668067152414058806366806715241405880636680671524140588063668067152414058806366806715241405880636680671524140588063668067152414058806366806715241405880636680671524140588063668067152414058806366806715241" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c046fa17-0450-4ff6-8db5-311f9e6920ca, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c046fa17-0450-4ff6-8db5-311f9e6920ca, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3631347926666232416 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36313479266662324163631347926666232416363134792666623241636313479266662324163631347926666232416363134792666623241636313479266662324163631347926666232416363134792666623241636313479266662324163631347926666232416363134792666623241636313479266662324163631347926666232416363134792666623241636313479266662324163631347926666232416363134792666623241636313479266662324163631347926666232416" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 98268914-1678-4122-850b-fb205157b4f9, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c6cd6820-4708-46a9-abe8-29808e4ef7e8, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c6cd6820-4708-46a9-abe8-29808e4ef7e8, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4485954246930398765 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44859542469303987654485954246930398765448595424693039876544859542469303987654485954246930398765448595424693039876544859542469303987654485954246930398765448595424693039876544859542469303987654485954246930398765448595424693039876544859542469303987654485954246930398765448595424693039876544859542469303987654485954246930398765448595424693039876544859542469303987654485954246930398765" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c046fa17-0450-4ff6-8db5-311f9e6920ca, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a190151e-6f6b-4dc3-bac1-a7cbbb26af40, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a190151e-6f6b-4dc3-bac1-a7cbbb26af40, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2399332789823279238 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23993327898232792382399332789823279238239933278982327923823993327898232792382399332789823279238239933278982327923823993327898232792382399332789823279238239933278982327923823993327898232792382399332789823279238239933278982327923823993327898232792382399332789823279238239933278982327923823993327898232792382399332789823279238239933278982327923823993327898232792382399332789823279238" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c6cd6820-4708-46a9-abe8-29808e4ef7e8, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 72ec236b-c8a2-45b0-a352-f375060ba3c7, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 72ec236b-c8a2-45b0-a352-f375060ba3c7, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9784905479901612087 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97849054799016120879784905479901612087978490547990161208797849054799016120879784905479901612087978490547990161208797849054799016120879784905479901612087978490547990161208797849054799016120879784905479901612087978490547990161208797849054799016120879784905479901612087978490547990161208797849054799016120879784905479901612087978490547990161208797849054799016120879784905479901612087" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a190151e-6f6b-4dc3-bac1-a7cbbb26af40, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5bc80a9e-bf2c-4180-baa1-e8701269404f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5bc80a9e-bf2c-4180-baa1-e8701269404f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 491840518598044735 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "491840518598044735491840518598044735491840518598044735491840518598044735491840518598044735491840518598044735491840518598044735491840518598044735491840518598044735491840518598044735491840518598044735491840518598044735491840518598044735491840518598044735491840518598044735491840518598044735491840518598044735491840518598044735491840518598044735491840518598044735" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 72ec236b-c8a2-45b0-a352-f375060ba3c7, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 74598e02-7238-4c27-8e05-f6a95eb12908, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 74598e02-7238-4c27-8e05-f6a95eb12908, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 876935385553863293 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "876935385553863293876935385553863293876935385553863293876935385553863293876935385553863293876935385553863293876935385553863293876935385553863293876935385553863293876935385553863293876935385553863293876935385553863293876935385553863293876935385553863293876935385553863293876935385553863293876935385553863293876935385553863293876935385553863293876935385553863293" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5bc80a9e-bf2c-4180-baa1-e8701269404f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 52607305-dd55-43f3-b7e8-c66eecdfc069, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 52607305-dd55-43f3-b7e8-c66eecdfc069, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17533380411742852923 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1753338041174285292317533380411742852923175333804117428529231753338041174285292317533380411742852923175333804117428529231753338041174285292317533380411742852923175333804117428529231753338041174285292317533380411742852923175333804117428529231753338041174285292317533380411742852923175333804117428529231753338041174285292317533380411742852923175333804117428529231753338041174285292317533380411742852923" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 74598e02-7238-4c27-8e05-f6a95eb12908, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a3ad9d72-1f4d-4f49-8f2a-4c1fd35dbbc9, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a3ad9d72-1f4d-4f49-8f2a-4c1fd35dbbc9, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8157888095114290918 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81578880951142909188157888095114290918815788809511429091881578880951142909188157888095114290918815788809511429091881578880951142909188157888095114290918815788809511429091881578880951142909188157888095114290918815788809511429091881578880951142909188157888095114290918815788809511429091881578880951142909188157888095114290918815788809511429091881578880951142909188157888095114290918" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 52607305-dd55-43f3-b7e8-c66eecdfc069, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f4f3e2f9-7615-4672-a6d9-289439c43a7d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f4f3e2f9-7615-4672-a6d9-289439c43a7d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2055754393274375283 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20557543932743752832055754393274375283205575439327437528320557543932743752832055754393274375283205575439327437528320557543932743752832055754393274375283205575439327437528320557543932743752832055754393274375283205575439327437528320557543932743752832055754393274375283205575439327437528320557543932743752832055754393274375283205575439327437528320557543932743752832055754393274375283" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a3ad9d72-1f4d-4f49-8f2a-4c1fd35dbbc9, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4aaf7f80-144d-4bf3-a276-3463891511f0, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4aaf7f80-144d-4bf3-a276-3463891511f0, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12848646053802473616 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1284864605380247361612848646053802473616128486460538024736161284864605380247361612848646053802473616128486460538024736161284864605380247361612848646053802473616128486460538024736161284864605380247361612848646053802473616128486460538024736161284864605380247361612848646053802473616128486460538024736161284864605380247361612848646053802473616128486460538024736161284864605380247361612848646053802473616" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f4f3e2f9-7615-4672-a6d9-289439c43a7d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bac58f51-d068-4f37-ad2d-48b72b126ba6, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bac58f51-d068-4f37-ad2d-48b72b126ba6, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16846430863487842796 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1684643086348784279616846430863487842796168464308634878427961684643086348784279616846430863487842796168464308634878427961684643086348784279616846430863487842796168464308634878427961684643086348784279616846430863487842796168464308634878427961684643086348784279616846430863487842796168464308634878427961684643086348784279616846430863487842796168464308634878427961684643086348784279616846430863487842796" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4aaf7f80-144d-4bf3-a276-3463891511f0, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d9eaa525-d273-4f64-b9a9-a790c71f111a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d9eaa525-d273-4f64-b9a9-a790c71f111a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14586924819473756706 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1458692481947375670614586924819473756706145869248194737567061458692481947375670614586924819473756706145869248194737567061458692481947375670614586924819473756706145869248194737567061458692481947375670614586924819473756706145869248194737567061458692481947375670614586924819473756706145869248194737567061458692481947375670614586924819473756706145869248194737567061458692481947375670614586924819473756706" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bac58f51-d068-4f37-ad2d-48b72b126ba6, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 46a22d03-8c6c-49db-bc9f-c8980212314a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 46a22d03-8c6c-49db-bc9f-c8980212314a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17206138066208834592 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1720613806620883459217206138066208834592172061380662088345921720613806620883459217206138066208834592172061380662088345921720613806620883459217206138066208834592172061380662088345921720613806620883459217206138066208834592172061380662088345921720613806620883459217206138066208834592172061380662088345921720613806620883459217206138066208834592172061380662088345921720613806620883459217206138066208834592" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d9eaa525-d273-4f64-b9a9-a790c71f111a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b598d51b-bc00-4894-899f-f5ed8ce2b0b9, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b598d51b-bc00-4894-899f-f5ed8ce2b0b9, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11767507338360715570 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1176750733836071557011767507338360715570117675073383607155701176750733836071557011767507338360715570117675073383607155701176750733836071557011767507338360715570117675073383607155701176750733836071557011767507338360715570117675073383607155701176750733836071557011767507338360715570117675073383607155701176750733836071557011767507338360715570117675073383607155701176750733836071557011767507338360715570" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 46a22d03-8c6c-49db-bc9f-c8980212314a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6d15b95c-3132-47ee-8fc2-65cf8ab88df3, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6d15b95c-3132-47ee-8fc2-65cf8ab88df3, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4960743409264213068 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49607434092642130684960743409264213068496074340926421306849607434092642130684960743409264213068496074340926421306849607434092642130684960743409264213068496074340926421306849607434092642130684960743409264213068496074340926421306849607434092642130684960743409264213068496074340926421306849607434092642130684960743409264213068496074340926421306849607434092642130684960743409264213068" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b598d51b-bc00-4894-899f-f5ed8ce2b0b9, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6ac32786-3466-44ba-be79-4f49bb588431, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6ac32786-3466-44ba-be79-4f49bb588431, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16636479079481166372 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1663647907948116637216636479079481166372166364790794811663721663647907948116637216636479079481166372166364790794811663721663647907948116637216636479079481166372166364790794811663721663647907948116637216636479079481166372166364790794811663721663647907948116637216636479079481166372166364790794811663721663647907948116637216636479079481166372166364790794811663721663647907948116637216636479079481166372" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6d15b95c-3132-47ee-8fc2-65cf8ab88df3, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b99c4f1d-a8af-4f69-a5b4-b931ac00ae82, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b99c4f1d-a8af-4f69-a5b4-b931ac00ae82, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6459490773653486956 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64594907736534869566459490773653486956645949077365348695664594907736534869566459490773653486956645949077365348695664594907736534869566459490773653486956645949077365348695664594907736534869566459490773653486956645949077365348695664594907736534869566459490773653486956645949077365348695664594907736534869566459490773653486956645949077365348695664594907736534869566459490773653486956" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6ac32786-3466-44ba-be79-4f49bb588431, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b99c4f1d-a8af-4f69-a5b4-b931ac00ae82, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1d8eeb9d-1b19-46e5-9c9c-d051c0f9ce1f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1d8eeb9d-1b19-46e5-9c9c-d051c0f9ce1f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4498478046401709738 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44984780464017097384498478046401709738449847804640170973844984780464017097384498478046401709738449847804640170973844984780464017097384498478046401709738449847804640170973844984780464017097384498478046401709738449847804640170973844984780464017097384498478046401709738449847804640170973844984780464017097384498478046401709738449847804640170973844984780464017097384498478046401709738" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e1f90eb8-9c74-40ea-a839-96ad2dd98bf0, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e1f90eb8-9c74-40ea-a839-96ad2dd98bf0, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 837073528338339078 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "837073528338339078837073528338339078837073528338339078837073528338339078837073528338339078837073528338339078837073528338339078837073528338339078837073528338339078837073528338339078837073528338339078837073528338339078837073528338339078837073528338339078837073528338339078837073528338339078837073528338339078837073528338339078837073528338339078837073528338339078" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e1f90eb8-9c74-40ea-a839-96ad2dd98bf0, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8650cc2e-7c0b-410a-a10e-808954148158, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8650cc2e-7c0b-410a-a10e-808954148158, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5034529206935162157 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50345292069351621575034529206935162157503452920693516215750345292069351621575034529206935162157503452920693516215750345292069351621575034529206935162157503452920693516215750345292069351621575034529206935162157503452920693516215750345292069351621575034529206935162157503452920693516215750345292069351621575034529206935162157503452920693516215750345292069351621575034529206935162157" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1d8eeb9d-1b19-46e5-9c9c-d051c0f9ce1f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ec6d6dcc-b35d-488b-8748-e73357941ba1, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ec6d6dcc-b35d-488b-8748-e73357941ba1, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13294785205067919071 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1329478520506791907113294785205067919071132947852050679190711329478520506791907113294785205067919071132947852050679190711329478520506791907113294785205067919071132947852050679190711329478520506791907113294785205067919071132947852050679190711329478520506791907113294785205067919071132947852050679190711329478520506791907113294785205067919071132947852050679190711329478520506791907113294785205067919071" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8650cc2e-7c0b-410a-a10e-808954148158, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dc8fb960-a0e6-4518-8e69-66027df5ea3f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dc8fb960-a0e6-4518-8e69-66027df5ea3f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6815044544389142001 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68150445443891420016815044544389142001681504454438914200168150445443891420016815044544389142001681504454438914200168150445443891420016815044544389142001681504454438914200168150445443891420016815044544389142001681504454438914200168150445443891420016815044544389142001681504454438914200168150445443891420016815044544389142001681504454438914200168150445443891420016815044544389142001" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ec6d6dcc-b35d-488b-8748-e73357941ba1, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e1cf05eb-b23d-44a2-9f59-171bbd77fe64, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e1cf05eb-b23d-44a2-9f59-171bbd77fe64, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12124432916793606481 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1212443291679360648112124432916793606481121244329167936064811212443291679360648112124432916793606481121244329167936064811212443291679360648112124432916793606481121244329167936064811212443291679360648112124432916793606481121244329167936064811212443291679360648112124432916793606481121244329167936064811212443291679360648112124432916793606481121244329167936064811212443291679360648112124432916793606481" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e1cf05eb-b23d-44a2-9f59-171bbd77fe64, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3a01094a-558f-4c15-894e-7888fc407ee3, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3a01094a-558f-4c15-894e-7888fc407ee3, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15963649420910232104 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1596364942091023210415963649420910232104159636494209102321041596364942091023210415963649420910232104159636494209102321041596364942091023210415963649420910232104159636494209102321041596364942091023210415963649420910232104159636494209102321041596364942091023210415963649420910232104159636494209102321041596364942091023210415963649420910232104159636494209102321041596364942091023210415963649420910232104" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3a01094a-558f-4c15-894e-7888fc407ee3, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f70958fb-f998-407e-84c3-4a36f521738b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f70958fb-f998-407e-84c3-4a36f521738b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3429298417847231546 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34292984178472315463429298417847231546342929841784723154634292984178472315463429298417847231546342929841784723154634292984178472315463429298417847231546342929841784723154634292984178472315463429298417847231546342929841784723154634292984178472315463429298417847231546342929841784723154634292984178472315463429298417847231546342929841784723154634292984178472315463429298417847231546" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dc8fb960-a0e6-4518-8e69-66027df5ea3f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0aa56422-a52a-4779-937b-f2a94ed6fc5a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0aa56422-a52a-4779-937b-f2a94ed6fc5a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16850678226617127283 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1685067822661712728316850678226617127283168506782266171272831685067822661712728316850678226617127283168506782266171272831685067822661712728316850678226617127283168506782266171272831685067822661712728316850678226617127283168506782266171272831685067822661712728316850678226617127283168506782266171272831685067822661712728316850678226617127283168506782266171272831685067822661712728316850678226617127283" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f70958fb-f998-407e-84c3-4a36f521738b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b2b60698-fb72-49b2-8059-3a90b2a23325, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b2b60698-fb72-49b2-8059-3a90b2a23325, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15584711669318514442 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1558471166931851444215584711669318514442155847116693185144421558471166931851444215584711669318514442155847116693185144421558471166931851444215584711669318514442155847116693185144421558471166931851444215584711669318514442155847116693185144421558471166931851444215584711669318514442155847116693185144421558471166931851444215584711669318514442155847116693185144421558471166931851444215584711669318514442" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0aa56422-a52a-4779-937b-f2a94ed6fc5a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b2b60698-fb72-49b2-8059-3a90b2a23325, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 16d04d0c-5c5f-4ce3-b9ee-a53afd1eaadd, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 16d04d0c-5c5f-4ce3-b9ee-a53afd1eaadd, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9586461233490409593 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95864612334904095939586461233490409593958646123349040959395864612334904095939586461233490409593958646123349040959395864612334904095939586461233490409593958646123349040959395864612334904095939586461233490409593958646123349040959395864612334904095939586461233490409593958646123349040959395864612334904095939586461233490409593958646123349040959395864612334904095939586461233490409593" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d887577a-1ea2-49d6-bc42-c75552162f11, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d887577a-1ea2-49d6-bc42-c75552162f11, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11221807693107172731 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1122180769310717273111221807693107172731112218076931071727311122180769310717273111221807693107172731112218076931071727311122180769310717273111221807693107172731112218076931071727311122180769310717273111221807693107172731112218076931071727311122180769310717273111221807693107172731112218076931071727311122180769310717273111221807693107172731112218076931071727311122180769310717273111221807693107172731" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 16d04d0c-5c5f-4ce3-b9ee-a53afd1eaadd, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bbabaa9a-b4b4-4835-84cb-cf7e6933e956, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bbabaa9a-b4b4-4835-84cb-cf7e6933e956, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7971618354181904356 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79716183541819043567971618354181904356797161835418190435679716183541819043567971618354181904356797161835418190435679716183541819043567971618354181904356797161835418190435679716183541819043567971618354181904356797161835418190435679716183541819043567971618354181904356797161835418190435679716183541819043567971618354181904356797161835418190435679716183541819043567971618354181904356" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d887577a-1ea2-49d6-bc42-c75552162f11, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fc6791a6-137f-43c3-a757-3b021d10a895, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fc6791a6-137f-43c3-a757-3b021d10a895, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2673208565622748823 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26732085656227488232673208565622748823267320856562274882326732085656227488232673208565622748823267320856562274882326732085656227488232673208565622748823267320856562274882326732085656227488232673208565622748823267320856562274882326732085656227488232673208565622748823267320856562274882326732085656227488232673208565622748823267320856562274882326732085656227488232673208565622748823" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bbabaa9a-b4b4-4835-84cb-cf7e6933e956, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fc6791a6-137f-43c3-a757-3b021d10a895, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 16bbc9a2-eaa1-4ddd-9c49-7a635336e0bc, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 16bbc9a2-eaa1-4ddd-9c49-7a635336e0bc, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3632714181290090643 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36327141812900906433632714181290090643363271418129009064336327141812900906433632714181290090643363271418129009064336327141812900906433632714181290090643363271418129009064336327141812900906433632714181290090643363271418129009064336327141812900906433632714181290090643363271418129009064336327141812900906433632714181290090643363271418129009064336327141812900906433632714181290090643" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dc71c21f-3832-4cba-b222-336db860fdaf, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dc71c21f-3832-4cba-b222-336db860fdaf, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15571286306156418899 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1557128630615641889915571286306156418899155712863061564188991557128630615641889915571286306156418899155712863061564188991557128630615641889915571286306156418899155712863061564188991557128630615641889915571286306156418899155712863061564188991557128630615641889915571286306156418899155712863061564188991557128630615641889915571286306156418899155712863061564188991557128630615641889915571286306156418899" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 16bbc9a2-eaa1-4ddd-9c49-7a635336e0bc, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5b82e79d-6f9f-4550-afd3-7802065b0ccc, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5b82e79d-6f9f-4550-afd3-7802065b0ccc, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15528084986028144945 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1552808498602814494515528084986028144945155280849860281449451552808498602814494515528084986028144945155280849860281449451552808498602814494515528084986028144945155280849860281449451552808498602814494515528084986028144945155280849860281449451552808498602814494515528084986028144945155280849860281449451552808498602814494515528084986028144945155280849860281449451552808498602814494515528084986028144945" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dc71c21f-3832-4cba-b222-336db860fdaf, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7eb63abd-e4fa-4e42-a665-d15980f27692, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7eb63abd-e4fa-4e42-a665-d15980f27692, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6330476807128744928 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63304768071287449286330476807128744928633047680712874492863304768071287449286330476807128744928633047680712874492863304768071287449286330476807128744928633047680712874492863304768071287449286330476807128744928633047680712874492863304768071287449286330476807128744928633047680712874492863304768071287449286330476807128744928633047680712874492863304768071287449286330476807128744928" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5b82e79d-6f9f-4550-afd3-7802065b0ccc, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 33e87ff4-029f-4714-9416-ef51ed96a125, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 33e87ff4-029f-4714-9416-ef51ed96a125, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4662566346979703652 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46625663469797036524662566346979703652466256634697970365246625663469797036524662566346979703652466256634697970365246625663469797036524662566346979703652466256634697970365246625663469797036524662566346979703652466256634697970365246625663469797036524662566346979703652466256634697970365246625663469797036524662566346979703652466256634697970365246625663469797036524662566346979703652" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7eb63abd-e4fa-4e42-a665-d15980f27692, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, df91a474-ab06-4b80-a453-eea8866a2e86, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, df91a474-ab06-4b80-a453-eea8866a2e86, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2834995294051028803 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28349952940510288032834995294051028803283499529405102880328349952940510288032834995294051028803283499529405102880328349952940510288032834995294051028803283499529405102880328349952940510288032834995294051028803283499529405102880328349952940510288032834995294051028803283499529405102880328349952940510288032834995294051028803283499529405102880328349952940510288032834995294051028803" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 33e87ff4-029f-4714-9416-ef51ed96a125, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b3353e3d-9810-480e-b394-75521f3bda43, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b3353e3d-9810-480e-b394-75521f3bda43, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10758415459295501713 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1075841545929550171310758415459295501713107584154592955017131075841545929550171310758415459295501713107584154592955017131075841545929550171310758415459295501713107584154592955017131075841545929550171310758415459295501713107584154592955017131075841545929550171310758415459295501713107584154592955017131075841545929550171310758415459295501713107584154592955017131075841545929550171310758415459295501713" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, df91a474-ab06-4b80-a453-eea8866a2e86, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b3353e3d-9810-480e-b394-75521f3bda43, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 65961a66-28ce-466b-8a18-37dc69071700, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 65961a66-28ce-466b-8a18-37dc69071700, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3608868361024297830 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36088683610242978303608868361024297830360886836102429783036088683610242978303608868361024297830360886836102429783036088683610242978303608868361024297830360886836102429783036088683610242978303608868361024297830360886836102429783036088683610242978303608868361024297830360886836102429783036088683610242978303608868361024297830360886836102429783036088683610242978303608868361024297830" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e9c8a44d-d49a-4eed-bea0-43309f1499d8, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e9c8a44d-d49a-4eed-bea0-43309f1499d8, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4566161327658285986 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45661613276582859864566161327658285986456616132765828598645661613276582859864566161327658285986456616132765828598645661613276582859864566161327658285986456616132765828598645661613276582859864566161327658285986456616132765828598645661613276582859864566161327658285986456616132765828598645661613276582859864566161327658285986456616132765828598645661613276582859864566161327658285986" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 65961a66-28ce-466b-8a18-37dc69071700, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3de40eb3-9d91-45b9-b1c9-2a4b7f9d492d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3de40eb3-9d91-45b9-b1c9-2a4b7f9d492d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4048785057594027250 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40487850575940272504048785057594027250404878505759402725040487850575940272504048785057594027250404878505759402725040487850575940272504048785057594027250404878505759402725040487850575940272504048785057594027250404878505759402725040487850575940272504048785057594027250404878505759402725040487850575940272504048785057594027250404878505759402725040487850575940272504048785057594027250" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e9c8a44d-d49a-4eed-bea0-43309f1499d8, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a2cc8c59-6b58-4a54-9697-a18ca2aa8cc1, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a2cc8c59-6b58-4a54-9697-a18ca2aa8cc1, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17975285882475173819 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1797528588247517381917975285882475173819179752858824751738191797528588247517381917975285882475173819179752858824751738191797528588247517381917975285882475173819179752858824751738191797528588247517381917975285882475173819179752858824751738191797528588247517381917975285882475173819179752858824751738191797528588247517381917975285882475173819179752858824751738191797528588247517381917975285882475173819" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3de40eb3-9d91-45b9-b1c9-2a4b7f9d492d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ca16f671-a436-4e40-9d51-fbb658b733f8, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ca16f671-a436-4e40-9d51-fbb658b733f8, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2643425741452164993 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26434257414521649932643425741452164993264342574145216499326434257414521649932643425741452164993264342574145216499326434257414521649932643425741452164993264342574145216499326434257414521649932643425741452164993264342574145216499326434257414521649932643425741452164993264342574145216499326434257414521649932643425741452164993264342574145216499326434257414521649932643425741452164993" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a2cc8c59-6b58-4a54-9697-a18ca2aa8cc1, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c134ae1e-b85c-4709-a53e-bca911bb7e08, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c134ae1e-b85c-4709-a53e-bca911bb7e08, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4907860369705638574 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49078603697056385744907860369705638574490786036970563857449078603697056385744907860369705638574490786036970563857449078603697056385744907860369705638574490786036970563857449078603697056385744907860369705638574490786036970563857449078603697056385744907860369705638574490786036970563857449078603697056385744907860369705638574490786036970563857449078603697056385744907860369705638574" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ca16f671-a436-4e40-9d51-fbb658b733f8, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, aa3e8d7e-30b7-4338-be03-894464fef8db, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aa3e8d7e-30b7-4338-be03-894464fef8db, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17771045267479049499 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1777104526747904949917771045267479049499177710452674790494991777104526747904949917771045267479049499177710452674790494991777104526747904949917771045267479049499177710452674790494991777104526747904949917771045267479049499177710452674790494991777104526747904949917771045267479049499177710452674790494991777104526747904949917771045267479049499177710452674790494991777104526747904949917771045267479049499" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c134ae1e-b85c-4709-a53e-bca911bb7e08, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 09a2ac1e-757c-4624-bd13-571bd346e253, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aa3e8d7e-30b7-4338-be03-894464fef8db, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 46b81012-38b0-4afb-b142-6b528c17fa61, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 09a2ac1e-757c-4624-bd13-571bd346e253, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8275871175675186695 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82758711756751866958275871175675186695827587117567518669582758711756751866958275871175675186695827587117567518669582758711756751866958275871175675186695827587117567518669582758711756751866958275871175675186695827587117567518669582758711756751866958275871175675186695827587117567518669582758711756751866958275871175675186695827587117567518669582758711756751866958275871175675186695" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 46b81012-38b0-4afb-b142-6b528c17fa61, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7187510215255760652 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71875102152557606527187510215255760652718751021525576065271875102152557606527187510215255760652718751021525576065271875102152557606527187510215255760652718751021525576065271875102152557606527187510215255760652718751021525576065271875102152557606527187510215255760652718751021525576065271875102152557606527187510215255760652718751021525576065271875102152557606527187510215255760652" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 09a2ac1e-757c-4624-bd13-571bd346e253, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b217fc7f-97bf-4772-94dc-2cb8c2597e66, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b217fc7f-97bf-4772-94dc-2cb8c2597e66, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11427412771115892980 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1142741277111589298011427412771115892980114274127711158929801142741277111589298011427412771115892980114274127711158929801142741277111589298011427412771115892980114274127711158929801142741277111589298011427412771115892980114274127711158929801142741277111589298011427412771115892980114274127711158929801142741277111589298011427412771115892980114274127711158929801142741277111589298011427412771115892980" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 46b81012-38b0-4afb-b142-6b528c17fa61, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a687c64d-3266-4a06-a582-14407c1979e6, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a687c64d-3266-4a06-a582-14407c1979e6, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3031832867335245702 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30318328673352457023031832867335245702303183286733524570230318328673352457023031832867335245702303183286733524570230318328673352457023031832867335245702303183286733524570230318328673352457023031832867335245702303183286733524570230318328673352457023031832867335245702303183286733524570230318328673352457023031832867335245702303183286733524570230318328673352457023031832867335245702" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b217fc7f-97bf-4772-94dc-2cb8c2597e66, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a687c64d-3266-4a06-a582-14407c1979e6, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 193ecbcb-4672-480c-995e-1eb381a51b51, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 193ecbcb-4672-480c-995e-1eb381a51b51, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7493865368683373978 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74938653686833739787493865368683373978749386536868337397874938653686833739787493865368683373978749386536868337397874938653686833739787493865368683373978749386536868337397874938653686833739787493865368683373978749386536868337397874938653686833739787493865368683373978749386536868337397874938653686833739787493865368683373978749386536868337397874938653686833739787493865368683373978" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9a405ab8-7fc9-49f2-a958-0583f75a5166, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9a405ab8-7fc9-49f2-a958-0583f75a5166, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4789951606522021685 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47899516065220216854789951606522021685478995160652202168547899516065220216854789951606522021685478995160652202168547899516065220216854789951606522021685478995160652202168547899516065220216854789951606522021685478995160652202168547899516065220216854789951606522021685478995160652202168547899516065220216854789951606522021685478995160652202168547899516065220216854789951606522021685" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 193ecbcb-4672-480c-995e-1eb381a51b51, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 81fed7b7-d015-4c22-b044-74064decd4f0, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 81fed7b7-d015-4c22-b044-74064decd4f0, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11817012088619928463 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1181701208861992846311817012088619928463118170120886199284631181701208861992846311817012088619928463118170120886199284631181701208861992846311817012088619928463118170120886199284631181701208861992846311817012088619928463118170120886199284631181701208861992846311817012088619928463118170120886199284631181701208861992846311817012088619928463118170120886199284631181701208861992846311817012088619928463" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9a405ab8-7fc9-49f2-a958-0583f75a5166, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 11e6fa5e-3fea-4da2-9c55-3c5e5a8308f8, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 11e6fa5e-3fea-4da2-9c55-3c5e5a8308f8, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7158112132231164937 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71581121322311649377158112132231164937715811213223116493771581121322311649377158112132231164937715811213223116493771581121322311649377158112132231164937715811213223116493771581121322311649377158112132231164937715811213223116493771581121322311649377158112132231164937715811213223116493771581121322311649377158112132231164937715811213223116493771581121322311649377158112132231164937" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 81fed7b7-d015-4c22-b044-74064decd4f0, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c1e33292-11b1-4b8b-b2a2-f1921fb56cfd, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c1e33292-11b1-4b8b-b2a2-f1921fb56cfd, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15401461111738479967 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1540146111173847996715401461111738479967154014611117384799671540146111173847996715401461111738479967154014611117384799671540146111173847996715401461111738479967154014611117384799671540146111173847996715401461111738479967154014611117384799671540146111173847996715401461111738479967154014611117384799671540146111173847996715401461111738479967154014611117384799671540146111173847996715401461111738479967" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 11e6fa5e-3fea-4da2-9c55-3c5e5a8308f8, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a3bf4b76-656e-4b1d-9ae4-daaa1feb768e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a3bf4b76-656e-4b1d-9ae4-daaa1feb768e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8595408472917598601 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85954084729175986018595408472917598601859540847291759860185954084729175986018595408472917598601859540847291759860185954084729175986018595408472917598601859540847291759860185954084729175986018595408472917598601859540847291759860185954084729175986018595408472917598601859540847291759860185954084729175986018595408472917598601859540847291759860185954084729175986018595408472917598601" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c1e33292-11b1-4b8b-b2a2-f1921fb56cfd, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e58879d0-e42c-4f6c-b32c-c99d22594499, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e58879d0-e42c-4f6c-b32c-c99d22594499, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14932598655393018008 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1493259865539301800814932598655393018008149325986553930180081493259865539301800814932598655393018008149325986553930180081493259865539301800814932598655393018008149325986553930180081493259865539301800814932598655393018008149325986553930180081493259865539301800814932598655393018008149325986553930180081493259865539301800814932598655393018008149325986553930180081493259865539301800814932598655393018008" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a3bf4b76-656e-4b1d-9ae4-daaa1feb768e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 406f59b1-4c19-4a28-ad89-9cdbb11b30c1, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 406f59b1-4c19-4a28-ad89-9cdbb11b30c1, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9627555669176372179 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96275556691763721799627555669176372179962755566917637217996275556691763721799627555669176372179962755566917637217996275556691763721799627555669176372179962755566917637217996275556691763721799627555669176372179962755566917637217996275556691763721799627555669176372179962755566917637217996275556691763721799627555669176372179962755566917637217996275556691763721799627555669176372179" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e58879d0-e42c-4f6c-b32c-c99d22594499, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 73fb498d-bc34-4d9a-b910-097e4a2756ca, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 73fb498d-bc34-4d9a-b910-097e4a2756ca, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1143787947867493906 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11437879478674939061143787947867493906114378794786749390611437879478674939061143787947867493906114378794786749390611437879478674939061143787947867493906114378794786749390611437879478674939061143787947867493906114378794786749390611437879478674939061143787947867493906114378794786749390611437879478674939061143787947867493906114378794786749390611437879478674939061143787947867493906" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 406f59b1-4c19-4a28-ad89-9cdbb11b30c1, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 22ecdc4e-4e1f-429b-a32b-521fa28f4814, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 22ecdc4e-4e1f-429b-a32b-521fa28f4814, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5708442287438866719 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57084422874388667195708442287438866719570844228743886671957084422874388667195708442287438866719570844228743886671957084422874388667195708442287438866719570844228743886671957084422874388667195708442287438866719570844228743886671957084422874388667195708442287438866719570844228743886671957084422874388667195708442287438866719570844228743886671957084422874388667195708442287438866719" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 73fb498d-bc34-4d9a-b910-097e4a2756ca, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 197df31f-3675-4c67-9c83-58bee2e64f40, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 197df31f-3675-4c67-9c83-58bee2e64f40, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1449405975426061963 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14494059754260619631449405975426061963144940597542606196314494059754260619631449405975426061963144940597542606196314494059754260619631449405975426061963144940597542606196314494059754260619631449405975426061963144940597542606196314494059754260619631449405975426061963144940597542606196314494059754260619631449405975426061963144940597542606196314494059754260619631449405975426061963" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 197df31f-3675-4c67-9c83-58bee2e64f40, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 01b1f97e-1ee1-47c3-ad23-91cea781b05b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 01b1f97e-1ee1-47c3-ad23-91cea781b05b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3609145417343067263 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36091454173430672633609145417343067263360914541734306726336091454173430672633609145417343067263360914541734306726336091454173430672633609145417343067263360914541734306726336091454173430672633609145417343067263360914541734306726336091454173430672633609145417343067263360914541734306726336091454173430672633609145417343067263360914541734306726336091454173430672633609145417343067263" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 22ecdc4e-4e1f-429b-a32b-521fa28f4814, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c418149f-7564-48f0-aea6-4d0ea0469bbd, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 01b1f97e-1ee1-47c3-ad23-91cea781b05b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c418149f-7564-48f0-aea6-4d0ea0469bbd, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11041452774299652326 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1104145277429965232611041452774299652326110414527742996523261104145277429965232611041452774299652326110414527742996523261104145277429965232611041452774299652326110414527742996523261104145277429965232611041452774299652326110414527742996523261104145277429965232611041452774299652326110414527742996523261104145277429965232611041452774299652326110414527742996523261104145277429965232611041452774299652326" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 78e592a5-979a-43c7-a11a-e0e8a62ba1eb, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 78e592a5-979a-43c7-a11a-e0e8a62ba1eb, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10083712116254653512 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1008371211625465351210083712116254653512100837121162546535121008371211625465351210083712116254653512100837121162546535121008371211625465351210083712116254653512100837121162546535121008371211625465351210083712116254653512100837121162546535121008371211625465351210083712116254653512100837121162546535121008371211625465351210083712116254653512100837121162546535121008371211625465351210083712116254653512" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c418149f-7564-48f0-aea6-4d0ea0469bbd, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2bf8c5eb-a3df-4fc0-9324-c9fdc9990db9, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2bf8c5eb-a3df-4fc0-9324-c9fdc9990db9, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12757423732488536295 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1275742373248853629512757423732488536295127574237324885362951275742373248853629512757423732488536295127574237324885362951275742373248853629512757423732488536295127574237324885362951275742373248853629512757423732488536295127574237324885362951275742373248853629512757423732488536295127574237324885362951275742373248853629512757423732488536295127574237324885362951275742373248853629512757423732488536295" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 78e592a5-979a-43c7-a11a-e0e8a62ba1eb, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d0f1178d-537b-4169-9ed6-91017a6b80c8, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d0f1178d-537b-4169-9ed6-91017a6b80c8, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1158179586495995780 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11581795864959957801158179586495995780115817958649599578011581795864959957801158179586495995780115817958649599578011581795864959957801158179586495995780115817958649599578011581795864959957801158179586495995780115817958649599578011581795864959957801158179586495995780115817958649599578011581795864959957801158179586495995780115817958649599578011581795864959957801158179586495995780" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2bf8c5eb-a3df-4fc0-9324-c9fdc9990db9, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1df82a94-c27f-4403-a8be-b792ac814742, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1df82a94-c27f-4403-a8be-b792ac814742, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14298810186515716428 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1429881018651571642814298810186515716428142988101865157164281429881018651571642814298810186515716428142988101865157164281429881018651571642814298810186515716428142988101865157164281429881018651571642814298810186515716428142988101865157164281429881018651571642814298810186515716428142988101865157164281429881018651571642814298810186515716428142988101865157164281429881018651571642814298810186515716428" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d0f1178d-537b-4169-9ed6-91017a6b80c8, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 081ea195-581c-4090-b19b-1a5b4951936b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 081ea195-581c-4090-b19b-1a5b4951936b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10036587252127397134 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1003658725212739713410036587252127397134100365872521273971341003658725212739713410036587252127397134100365872521273971341003658725212739713410036587252127397134100365872521273971341003658725212739713410036587252127397134100365872521273971341003658725212739713410036587252127397134100365872521273971341003658725212739713410036587252127397134100365872521273971341003658725212739713410036587252127397134" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1df82a94-c27f-4403-a8be-b792ac814742, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5bee6b8f-5213-4417-8fb5-ddab08706c35, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5bee6b8f-5213-4417-8fb5-ddab08706c35, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3593966508154719166 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35939665081547191663593966508154719166359396650815471916635939665081547191663593966508154719166359396650815471916635939665081547191663593966508154719166359396650815471916635939665081547191663593966508154719166359396650815471916635939665081547191663593966508154719166359396650815471916635939665081547191663593966508154719166359396650815471916635939665081547191663593966508154719166" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 081ea195-581c-4090-b19b-1a5b4951936b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 39690d52-e463-4198-bac2-5b30b75c25dc, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 39690d52-e463-4198-bac2-5b30b75c25dc, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11226704189909010944 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1122670418990901094411226704189909010944112267041899090109441122670418990901094411226704189909010944112267041899090109441122670418990901094411226704189909010944112267041899090109441122670418990901094411226704189909010944112267041899090109441122670418990901094411226704189909010944112267041899090109441122670418990901094411226704189909010944112267041899090109441122670418990901094411226704189909010944" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5bee6b8f-5213-4417-8fb5-ddab08706c35, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fd69d72d-4ee5-48fe-9621-c074ee52feba, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fd69d72d-4ee5-48fe-9621-c074ee52feba, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3368041837748531546 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33680418377485315463368041837748531546336804183774853154633680418377485315463368041837748531546336804183774853154633680418377485315463368041837748531546336804183774853154633680418377485315463368041837748531546336804183774853154633680418377485315463368041837748531546336804183774853154633680418377485315463368041837748531546336804183774853154633680418377485315463368041837748531546" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 39690d52-e463-4198-bac2-5b30b75c25dc, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e5c1efc6-1740-43fb-b9b6-a7a12f48ba27, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e5c1efc6-1740-43fb-b9b6-a7a12f48ba27, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10847480895273896137 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1084748089527389613710847480895273896137108474808952738961371084748089527389613710847480895273896137108474808952738961371084748089527389613710847480895273896137108474808952738961371084748089527389613710847480895273896137108474808952738961371084748089527389613710847480895273896137108474808952738961371084748089527389613710847480895273896137108474808952738961371084748089527389613710847480895273896137" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fd69d72d-4ee5-48fe-9621-c074ee52feba, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5fc08ff6-941b-4e68-abb9-e0e77baf8c99, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5fc08ff6-941b-4e68-abb9-e0e77baf8c99, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12996982894374970649 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1299698289437497064912996982894374970649129969828943749706491299698289437497064912996982894374970649129969828943749706491299698289437497064912996982894374970649129969828943749706491299698289437497064912996982894374970649129969828943749706491299698289437497064912996982894374970649129969828943749706491299698289437497064912996982894374970649129969828943749706491299698289437497064912996982894374970649" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e5c1efc6-1740-43fb-b9b6-a7a12f48ba27, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a8023a3a-31b9-4440-9ad8-1e9c3d0cf1ca, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a8023a3a-31b9-4440-9ad8-1e9c3d0cf1ca, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8007726736112869624 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80077267361128696248007726736112869624800772673611286962480077267361128696248007726736112869624800772673611286962480077267361128696248007726736112869624800772673611286962480077267361128696248007726736112869624800772673611286962480077267361128696248007726736112869624800772673611286962480077267361128696248007726736112869624800772673611286962480077267361128696248007726736112869624" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5fc08ff6-941b-4e68-abb9-e0e77baf8c99, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d3674836-1784-4579-a74b-c8d9d92c0151, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d3674836-1784-4579-a74b-c8d9d92c0151, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2290371271052234207 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22903712710522342072290371271052234207229037127105223420722903712710522342072290371271052234207229037127105223420722903712710522342072290371271052234207229037127105223420722903712710522342072290371271052234207229037127105223420722903712710522342072290371271052234207229037127105223420722903712710522342072290371271052234207229037127105223420722903712710522342072290371271052234207" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a8023a3a-31b9-4440-9ad8-1e9c3d0cf1ca, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 116778aa-bbe3-431b-8637-eed61841972a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 116778aa-bbe3-431b-8637-eed61841972a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5007928635407793537 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50079286354077935375007928635407793537500792863540779353750079286354077935375007928635407793537500792863540779353750079286354077935375007928635407793537500792863540779353750079286354077935375007928635407793537500792863540779353750079286354077935375007928635407793537500792863540779353750079286354077935375007928635407793537500792863540779353750079286354077935375007928635407793537" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d3674836-1784-4579-a74b-c8d9d92c0151, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 331f9412-31bb-481e-85c8-17325696c161, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 331f9412-31bb-481e-85c8-17325696c161, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2539797568684019508 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25397975686840195082539797568684019508253979756868401950825397975686840195082539797568684019508253979756868401950825397975686840195082539797568684019508253979756868401950825397975686840195082539797568684019508253979756868401950825397975686840195082539797568684019508253979756868401950825397975686840195082539797568684019508253979756868401950825397975686840195082539797568684019508" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 116778aa-bbe3-431b-8637-eed61841972a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 00585c5b-c90d-4f9e-a06a-20306dd3bc88, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 00585c5b-c90d-4f9e-a06a-20306dd3bc88, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3312739889264331404 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33127398892643314043312739889264331404331273988926433140433127398892643314043312739889264331404331273988926433140433127398892643314043312739889264331404331273988926433140433127398892643314043312739889264331404331273988926433140433127398892643314043312739889264331404331273988926433140433127398892643314043312739889264331404331273988926433140433127398892643314043312739889264331404" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 331f9412-31bb-481e-85c8-17325696c161, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 19544a17-af2a-41bf-aa74-2ae855653259, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 19544a17-af2a-41bf-aa74-2ae855653259, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16041542972557206679 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1604154297255720667916041542972557206679160415429725572066791604154297255720667916041542972557206679160415429725572066791604154297255720667916041542972557206679160415429725572066791604154297255720667916041542972557206679160415429725572066791604154297255720667916041542972557206679160415429725572066791604154297255720667916041542972557206679160415429725572066791604154297255720667916041542972557206679" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 00585c5b-c90d-4f9e-a06a-20306dd3bc88, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c5c3b3ad-449c-46a9-9887-3e388aed7000, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c5c3b3ad-449c-46a9-9887-3e388aed7000, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1441164574071097582 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14411645740710975821441164574071097582144116457407109758214411645740710975821441164574071097582144116457407109758214411645740710975821441164574071097582144116457407109758214411645740710975821441164574071097582144116457407109758214411645740710975821441164574071097582144116457407109758214411645740710975821441164574071097582144116457407109758214411645740710975821441164574071097582" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 19544a17-af2a-41bf-aa74-2ae855653259, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 54a30d37-f615-4b2d-85f5-f6e5e54369c3, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 54a30d37-f615-4b2d-85f5-f6e5e54369c3, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5607726078939353442 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56077260789393534425607726078939353442560772607893935344256077260789393534425607726078939353442560772607893935344256077260789393534425607726078939353442560772607893935344256077260789393534425607726078939353442560772607893935344256077260789393534425607726078939353442560772607893935344256077260789393534425607726078939353442560772607893935344256077260789393534425607726078939353442" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c5c3b3ad-449c-46a9-9887-3e388aed7000, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2ec38f08-657b-43f5-a5c8-0be47e30f388, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2ec38f08-657b-43f5-a5c8-0be47e30f388, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11994393171383092826 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1199439317138309282611994393171383092826119943931713830928261199439317138309282611994393171383092826119943931713830928261199439317138309282611994393171383092826119943931713830928261199439317138309282611994393171383092826119943931713830928261199439317138309282611994393171383092826119943931713830928261199439317138309282611994393171383092826119943931713830928261199439317138309282611994393171383092826" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 54a30d37-f615-4b2d-85f5-f6e5e54369c3, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 20d65c73-b02d-4572-a96d-804adf9fa773, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 20d65c73-b02d-4572-a96d-804adf9fa773, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12023983063003705179 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1202398306300370517912023983063003705179120239830630037051791202398306300370517912023983063003705179120239830630037051791202398306300370517912023983063003705179120239830630037051791202398306300370517912023983063003705179120239830630037051791202398306300370517912023983063003705179120239830630037051791202398306300370517912023983063003705179120239830630037051791202398306300370517912023983063003705179" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2ec38f08-657b-43f5-a5c8-0be47e30f388, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1e81586d-d2bc-4c2a-aaea-abee8d25b199, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1e81586d-d2bc-4c2a-aaea-abee8d25b199, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17803599698213344129 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1780359969821334412917803599698213344129178035996982133441291780359969821334412917803599698213344129178035996982133441291780359969821334412917803599698213344129178035996982133441291780359969821334412917803599698213344129178035996982133441291780359969821334412917803599698213344129178035996982133441291780359969821334412917803599698213344129178035996982133441291780359969821334412917803599698213344129" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 20d65c73-b02d-4572-a96d-804adf9fa773, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 033fca8a-8784-4c76-9aca-bac8fb41f5a5, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 033fca8a-8784-4c76-9aca-bac8fb41f5a5, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15453125625491398841 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1545312562549139884115453125625491398841154531256254913988411545312562549139884115453125625491398841154531256254913988411545312562549139884115453125625491398841154531256254913988411545312562549139884115453125625491398841154531256254913988411545312562549139884115453125625491398841154531256254913988411545312562549139884115453125625491398841154531256254913988411545312562549139884115453125625491398841" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1e81586d-d2bc-4c2a-aaea-abee8d25b199, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9441b74f-aab9-4d80-b0fc-ed2446a8d169, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9441b74f-aab9-4d80-b0fc-ed2446a8d169, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1903187264077642262 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19031872640776422621903187264077642262190318726407764226219031872640776422621903187264077642262190318726407764226219031872640776422621903187264077642262190318726407764226219031872640776422621903187264077642262190318726407764226219031872640776422621903187264077642262190318726407764226219031872640776422621903187264077642262190318726407764226219031872640776422621903187264077642262" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 033fca8a-8784-4c76-9aca-bac8fb41f5a5, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c55cacbc-c383-4044-ae85-ea375e7b311d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c55cacbc-c383-4044-ae85-ea375e7b311d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7641067814328301264 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76410678143283012647641067814328301264764106781432830126476410678143283012647641067814328301264764106781432830126476410678143283012647641067814328301264764106781432830126476410678143283012647641067814328301264764106781432830126476410678143283012647641067814328301264764106781432830126476410678143283012647641067814328301264764106781432830126476410678143283012647641067814328301264" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9441b74f-aab9-4d80-b0fc-ed2446a8d169, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4d696b8b-9581-4fcb-ad4a-b3cc65fcbd84, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4d696b8b-9581-4fcb-ad4a-b3cc65fcbd84, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3214701215986534243 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32147012159865342433214701215986534243321470121598653424332147012159865342433214701215986534243321470121598653424332147012159865342433214701215986534243321470121598653424332147012159865342433214701215986534243321470121598653424332147012159865342433214701215986534243321470121598653424332147012159865342433214701215986534243321470121598653424332147012159865342433214701215986534243" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c55cacbc-c383-4044-ae85-ea375e7b311d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f575e069-0203-4cc5-b526-573a66748d36, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f575e069-0203-4cc5-b526-573a66748d36, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16374412951539205299 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1637441295153920529916374412951539205299163744129515392052991637441295153920529916374412951539205299163744129515392052991637441295153920529916374412951539205299163744129515392052991637441295153920529916374412951539205299163744129515392052991637441295153920529916374412951539205299163744129515392052991637441295153920529916374412951539205299163744129515392052991637441295153920529916374412951539205299" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4d696b8b-9581-4fcb-ad4a-b3cc65fcbd84, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f8fbf94c-80b9-4aaa-8e0f-36e92bf595c2, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f575e069-0203-4cc5-b526-573a66748d36, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f8fbf94c-80b9-4aaa-8e0f-36e92bf595c2, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17907643944739784639 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1790764394473978463917907643944739784639179076439447397846391790764394473978463917907643944739784639179076439447397846391790764394473978463917907643944739784639179076439447397846391790764394473978463917907643944739784639179076439447397846391790764394473978463917907643944739784639179076439447397846391790764394473978463917907643944739784639179076439447397846391790764394473978463917907643944739784639" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b90f164e-5372-4682-b8c5-93eb55129fd5, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b90f164e-5372-4682-b8c5-93eb55129fd5, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17222484850729311396 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1722248485072931139617222484850729311396172224848507293113961722248485072931139617222484850729311396172224848507293113961722248485072931139617222484850729311396172224848507293113961722248485072931139617222484850729311396172224848507293113961722248485072931139617222484850729311396172224848507293113961722248485072931139617222484850729311396172224848507293113961722248485072931139617222484850729311396" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f8fbf94c-80b9-4aaa-8e0f-36e92bf595c2, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ab049d3b-1180-4274-a5ed-09cbd560a7f0, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ab049d3b-1180-4274-a5ed-09cbd560a7f0, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10102112036563625699 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1010211203656362569910102112036563625699101021120365636256991010211203656362569910102112036563625699101021120365636256991010211203656362569910102112036563625699101021120365636256991010211203656362569910102112036563625699101021120365636256991010211203656362569910102112036563625699101021120365636256991010211203656362569910102112036563625699101021120365636256991010211203656362569910102112036563625699" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b90f164e-5372-4682-b8c5-93eb55129fd5, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2216c1f2-c2c1-4791-84d7-422215d88411, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2216c1f2-c2c1-4791-84d7-422215d88411, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2343682245627933636 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23436822456279336362343682245627933636234368224562793363623436822456279336362343682245627933636234368224562793363623436822456279336362343682245627933636234368224562793363623436822456279336362343682245627933636234368224562793363623436822456279336362343682245627933636234368224562793363623436822456279336362343682245627933636234368224562793363623436822456279336362343682245627933636" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ab049d3b-1180-4274-a5ed-09cbd560a7f0, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 177852db-6ea4-4ade-9f24-da88f9ae2360, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 177852db-6ea4-4ade-9f24-da88f9ae2360, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 203669844089107726 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "203669844089107726203669844089107726203669844089107726203669844089107726203669844089107726203669844089107726203669844089107726203669844089107726203669844089107726203669844089107726203669844089107726203669844089107726203669844089107726203669844089107726203669844089107726203669844089107726203669844089107726203669844089107726203669844089107726203669844089107726" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2216c1f2-c2c1-4791-84d7-422215d88411, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3faa70b2-abb3-4a58-b138-eac3858fc1fa, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3faa70b2-abb3-4a58-b138-eac3858fc1fa, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17497761294627214084 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1749776129462721408417497761294627214084174977612946272140841749776129462721408417497761294627214084174977612946272140841749776129462721408417497761294627214084174977612946272140841749776129462721408417497761294627214084174977612946272140841749776129462721408417497761294627214084174977612946272140841749776129462721408417497761294627214084174977612946272140841749776129462721408417497761294627214084" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 177852db-6ea4-4ade-9f24-da88f9ae2360, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bcda3e6b-c259-40bf-b539-701528800871, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bcda3e6b-c259-40bf-b539-701528800871, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2495694673775589954 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24956946737755899542495694673775589954249569467377558995424956946737755899542495694673775589954249569467377558995424956946737755899542495694673775589954249569467377558995424956946737755899542495694673775589954249569467377558995424956946737755899542495694673775589954249569467377558995424956946737755899542495694673775589954249569467377558995424956946737755899542495694673775589954" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bcda3e6b-c259-40bf-b539-701528800871, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3faa70b2-abb3-4a58-b138-eac3858fc1fa, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 91ad08de-2cdc-46b0-882b-6f34ac4e0e91, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 331637f6-40ed-4e45-a6a6-e751aac59b40, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 331637f6-40ed-4e45-a6a6-e751aac59b40, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7112493847315162855 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71124938473151628557112493847315162855711249384731516285571124938473151628557112493847315162855711249384731516285571124938473151628557112493847315162855711249384731516285571124938473151628557112493847315162855711249384731516285571124938473151628557112493847315162855711249384731516285571124938473151628557112493847315162855711249384731516285571124938473151628557112493847315162855" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 91ad08de-2cdc-46b0-882b-6f34ac4e0e91, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4657563573769962461 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46575635737699624614657563573769962461465756357376996246146575635737699624614657563573769962461465756357376996246146575635737699624614657563573769962461465756357376996246146575635737699624614657563573769962461465756357376996246146575635737699624614657563573769962461465756357376996246146575635737699624614657563573769962461465756357376996246146575635737699624614657563573769962461" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 331637f6-40ed-4e45-a6a6-e751aac59b40, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 91ad08de-2cdc-46b0-882b-6f34ac4e0e91, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 476b1a3c-20d8-48b6-9fed-e33d631e548b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bc9f7c0b-58a3-4dc9-9c83-a7961101bcaf, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bc9f7c0b-58a3-4dc9-9c83-a7961101bcaf, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4856812497505004720 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48568124975050047204856812497505004720485681249750500472048568124975050047204856812497505004720485681249750500472048568124975050047204856812497505004720485681249750500472048568124975050047204856812497505004720485681249750500472048568124975050047204856812497505004720485681249750500472048568124975050047204856812497505004720485681249750500472048568124975050047204856812497505004720" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 476b1a3c-20d8-48b6-9fed-e33d631e548b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6978586942654820124 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69785869426548201246978586942654820124697858694265482012469785869426548201246978586942654820124697858694265482012469785869426548201246978586942654820124697858694265482012469785869426548201246978586942654820124697858694265482012469785869426548201246978586942654820124697858694265482012469785869426548201246978586942654820124697858694265482012469785869426548201246978586942654820124" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 476b1a3c-20d8-48b6-9fed-e33d631e548b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bcdc2f55-f904-4a20-8a2b-aa182377dc0a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bcdc2f55-f904-4a20-8a2b-aa182377dc0a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7361928059953435465 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73619280599534354657361928059953435465736192805995343546573619280599534354657361928059953435465736192805995343546573619280599534354657361928059953435465736192805995343546573619280599534354657361928059953435465736192805995343546573619280599534354657361928059953435465736192805995343546573619280599534354657361928059953435465736192805995343546573619280599534354657361928059953435465" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bc9f7c0b-58a3-4dc9-9c83-a7961101bcaf, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fe9dd36e-da44-4e82-ab09-1af3fb48b2fc, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fe9dd36e-da44-4e82-ab09-1af3fb48b2fc, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18194265232261746336 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1819426523226174633618194265232261746336181942652322617463361819426523226174633618194265232261746336181942652322617463361819426523226174633618194265232261746336181942652322617463361819426523226174633618194265232261746336181942652322617463361819426523226174633618194265232261746336181942652322617463361819426523226174633618194265232261746336181942652322617463361819426523226174633618194265232261746336" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fe9dd36e-da44-4e82-ab09-1af3fb48b2fc, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a4bb5e8f-3bfc-467e-8f2d-b8000ef81c3d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a4bb5e8f-3bfc-467e-8f2d-b8000ef81c3d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4015916727809770557 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40159167278097705574015916727809770557401591672780977055740159167278097705574015916727809770557401591672780977055740159167278097705574015916727809770557401591672780977055740159167278097705574015916727809770557401591672780977055740159167278097705574015916727809770557401591672780977055740159167278097705574015916727809770557401591672780977055740159167278097705574015916727809770557" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bcdc2f55-f904-4a20-8a2b-aa182377dc0a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8a501505-0abb-43d2-85b6-44df3594f75f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8a501505-0abb-43d2-85b6-44df3594f75f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1992477452334551084 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19924774523345510841992477452334551084199247745233455108419924774523345510841992477452334551084199247745233455108419924774523345510841992477452334551084199247745233455108419924774523345510841992477452334551084199247745233455108419924774523345510841992477452334551084199247745233455108419924774523345510841992477452334551084199247745233455108419924774523345510841992477452334551084" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a4bb5e8f-3bfc-467e-8f2d-b8000ef81c3d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 86accff9-2b03-4b68-9529-37b9a3d49a50, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 86accff9-2b03-4b68-9529-37b9a3d49a50, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16050213145199809808 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1605021314519980980816050213145199809808160502131451998098081605021314519980980816050213145199809808160502131451998098081605021314519980980816050213145199809808160502131451998098081605021314519980980816050213145199809808160502131451998098081605021314519980980816050213145199809808160502131451998098081605021314519980980816050213145199809808160502131451998098081605021314519980980816050213145199809808" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8a501505-0abb-43d2-85b6-44df3594f75f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 91e758e7-4a83-4602-ab2d-a6aa1d449e78, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 91e758e7-4a83-4602-ab2d-a6aa1d449e78, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4259601403111308506 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42596014031113085064259601403111308506425960140311130850642596014031113085064259601403111308506425960140311130850642596014031113085064259601403111308506425960140311130850642596014031113085064259601403111308506425960140311130850642596014031113085064259601403111308506425960140311130850642596014031113085064259601403111308506425960140311130850642596014031113085064259601403111308506" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 86accff9-2b03-4b68-9529-37b9a3d49a50, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b11e1113-6a18-41db-be6a-1f1e7aa67574, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b11e1113-6a18-41db-be6a-1f1e7aa67574, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14744834235948700787 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1474483423594870078714744834235948700787147448342359487007871474483423594870078714744834235948700787147448342359487007871474483423594870078714744834235948700787147448342359487007871474483423594870078714744834235948700787147448342359487007871474483423594870078714744834235948700787147448342359487007871474483423594870078714744834235948700787147448342359487007871474483423594870078714744834235948700787" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 91e758e7-4a83-4602-ab2d-a6aa1d449e78, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b9019771-5de5-405c-ac5d-3f84ae8d784a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b11e1113-6a18-41db-be6a-1f1e7aa67574, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b9019771-5de5-405c-ac5d-3f84ae8d784a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9052550881910657907 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90525508819106579079052550881910657907905255088191065790790525508819106579079052550881910657907905255088191065790790525508819106579079052550881910657907905255088191065790790525508819106579079052550881910657907905255088191065790790525508819106579079052550881910657907905255088191065790790525508819106579079052550881910657907905255088191065790790525508819106579079052550881910657907" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ca664ced-bba9-4cba-afd7-8365586e5a5e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ca664ced-bba9-4cba-afd7-8365586e5a5e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8010234195510289422 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80102341955102894228010234195510289422801023419551028942280102341955102894228010234195510289422801023419551028942280102341955102894228010234195510289422801023419551028942280102341955102894228010234195510289422801023419551028942280102341955102894228010234195510289422801023419551028942280102341955102894228010234195510289422801023419551028942280102341955102894228010234195510289422" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b9019771-5de5-405c-ac5d-3f84ae8d784a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4a39d2ba-42ac-4a74-b52f-b61eca3697a9, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4a39d2ba-42ac-4a74-b52f-b61eca3697a9, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6571412884963955644 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65714128849639556446571412884963955644657141288496395564465714128849639556446571412884963955644657141288496395564465714128849639556446571412884963955644657141288496395564465714128849639556446571412884963955644657141288496395564465714128849639556446571412884963955644657141288496395564465714128849639556446571412884963955644657141288496395564465714128849639556446571412884963955644" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ca664ced-bba9-4cba-afd7-8365586e5a5e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 37e0a7e7-b158-4502-b5d2-109413e3d231, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 37e0a7e7-b158-4502-b5d2-109413e3d231, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4982402062696112390 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49824020626961123904982402062696112390498240206269611239049824020626961123904982402062696112390498240206269611239049824020626961123904982402062696112390498240206269611239049824020626961123904982402062696112390498240206269611239049824020626961123904982402062696112390498240206269611239049824020626961123904982402062696112390498240206269611239049824020626961123904982402062696112390" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4a39d2ba-42ac-4a74-b52f-b61eca3697a9, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8c3d3831-3efa-4ad0-b626-92232ed490ed, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8c3d3831-3efa-4ad0-b626-92232ed490ed, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8083836508401380305 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80838365084013803058083836508401380305808383650840138030580838365084013803058083836508401380305808383650840138030580838365084013803058083836508401380305808383650840138030580838365084013803058083836508401380305808383650840138030580838365084013803058083836508401380305808383650840138030580838365084013803058083836508401380305808383650840138030580838365084013803058083836508401380305" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 37e0a7e7-b158-4502-b5d2-109413e3d231, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c980d07a-0ddd-45cb-9bb1-4039aeaed50a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c980d07a-0ddd-45cb-9bb1-4039aeaed50a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3656468583408760380 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36564685834087603803656468583408760380365646858340876038036564685834087603803656468583408760380365646858340876038036564685834087603803656468583408760380365646858340876038036564685834087603803656468583408760380365646858340876038036564685834087603803656468583408760380365646858340876038036564685834087603803656468583408760380365646858340876038036564685834087603803656468583408760380" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8c3d3831-3efa-4ad0-b626-92232ed490ed, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9ea4ae7e-5f69-451e-8ec8-304ad7ee09a9, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9ea4ae7e-5f69-451e-8ec8-304ad7ee09a9, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8740984187182790903 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87409841871827909038740984187182790903874098418718279090387409841871827909038740984187182790903874098418718279090387409841871827909038740984187182790903874098418718279090387409841871827909038740984187182790903874098418718279090387409841871827909038740984187182790903874098418718279090387409841871827909038740984187182790903874098418718279090387409841871827909038740984187182790903" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c980d07a-0ddd-45cb-9bb1-4039aeaed50a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c9f5fca6-fdad-4b1b-a168-fca13819278a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c9f5fca6-fdad-4b1b-a168-fca13819278a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8563204740171756619 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85632047401717566198563204740171756619856320474017175661985632047401717566198563204740171756619856320474017175661985632047401717566198563204740171756619856320474017175661985632047401717566198563204740171756619856320474017175661985632047401717566198563204740171756619856320474017175661985632047401717566198563204740171756619856320474017175661985632047401717566198563204740171756619" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9ea4ae7e-5f69-451e-8ec8-304ad7ee09a9, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, eaa62103-ece5-4391-b7c1-47db4d493e5a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eaa62103-ece5-4391-b7c1-47db4d493e5a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2384454910552602489 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23844549105526024892384454910552602489238445491055260248923844549105526024892384454910552602489238445491055260248923844549105526024892384454910552602489238445491055260248923844549105526024892384454910552602489238445491055260248923844549105526024892384454910552602489238445491055260248923844549105526024892384454910552602489238445491055260248923844549105526024892384454910552602489" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c9f5fca6-fdad-4b1b-a168-fca13819278a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 25ef096d-f683-4043-bcbf-53ea889e6a40, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 25ef096d-f683-4043-bcbf-53ea889e6a40, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8543432828290240583 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85434328282902405838543432828290240583854343282829024058385434328282902405838543432828290240583854343282829024058385434328282902405838543432828290240583854343282829024058385434328282902405838543432828290240583854343282829024058385434328282902405838543432828290240583854343282829024058385434328282902405838543432828290240583854343282829024058385434328282902405838543432828290240583" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eaa62103-ece5-4391-b7c1-47db4d493e5a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 430f9147-5940-4f63-beb7-ceff20005647, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 430f9147-5940-4f63-beb7-ceff20005647, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2409999187262039195 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24099991872620391952409999187262039195240999918726203919524099991872620391952409999187262039195240999918726203919524099991872620391952409999187262039195240999918726203919524099991872620391952409999187262039195240999918726203919524099991872620391952409999187262039195240999918726203919524099991872620391952409999187262039195240999918726203919524099991872620391952409999187262039195" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 25ef096d-f683-4043-bcbf-53ea889e6a40, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b22ab96e-d226-401f-8032-7be890149579, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b22ab96e-d226-401f-8032-7be890149579, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14746736692475198555 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1474673669247519855514746736692475198555147467366924751985551474673669247519855514746736692475198555147467366924751985551474673669247519855514746736692475198555147467366924751985551474673669247519855514746736692475198555147467366924751985551474673669247519855514746736692475198555147467366924751985551474673669247519855514746736692475198555147467366924751985551474673669247519855514746736692475198555" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 430f9147-5940-4f63-beb7-ceff20005647, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8702f51d-02f5-4bfc-aa62-5c1ab6d5635a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8702f51d-02f5-4bfc-aa62-5c1ab6d5635a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12013812107214814851 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1201381210721481485112013812107214814851120138121072148148511201381210721481485112013812107214814851120138121072148148511201381210721481485112013812107214814851120138121072148148511201381210721481485112013812107214814851120138121072148148511201381210721481485112013812107214814851120138121072148148511201381210721481485112013812107214814851120138121072148148511201381210721481485112013812107214814851" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b22ab96e-d226-401f-8032-7be890149579, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c4c5b308-64a7-4768-be9e-1fb292ce2b0b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c4c5b308-64a7-4768-be9e-1fb292ce2b0b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16676416040243768229 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1667641604024376822916676416040243768229166764160402437682291667641604024376822916676416040243768229166764160402437682291667641604024376822916676416040243768229166764160402437682291667641604024376822916676416040243768229166764160402437682291667641604024376822916676416040243768229166764160402437682291667641604024376822916676416040243768229166764160402437682291667641604024376822916676416040243768229" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8702f51d-02f5-4bfc-aa62-5c1ab6d5635a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f70c1b82-359a-46f2-891e-6faa62332980, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f70c1b82-359a-46f2-891e-6faa62332980, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14422087271233941975 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1442208727123394197514422087271233941975144220872712339419751442208727123394197514422087271233941975144220872712339419751442208727123394197514422087271233941975144220872712339419751442208727123394197514422087271233941975144220872712339419751442208727123394197514422087271233941975144220872712339419751442208727123394197514422087271233941975144220872712339419751442208727123394197514422087271233941975" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c4c5b308-64a7-4768-be9e-1fb292ce2b0b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 88d72a35-4e05-448b-aab5-358ffb8cd213, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 88d72a35-4e05-448b-aab5-358ffb8cd213, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 276456499680908059 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "276456499680908059276456499680908059276456499680908059276456499680908059276456499680908059276456499680908059276456499680908059276456499680908059276456499680908059276456499680908059276456499680908059276456499680908059276456499680908059276456499680908059276456499680908059276456499680908059276456499680908059276456499680908059276456499680908059276456499680908059" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 88d72a35-4e05-448b-aab5-358ffb8cd213, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 57427126-16b7-4a64-a856-64b8fff39623, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 57427126-16b7-4a64-a856-64b8fff39623, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4828374651303385111 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48283746513033851114828374651303385111482837465130338511148283746513033851114828374651303385111482837465130338511148283746513033851114828374651303385111482837465130338511148283746513033851114828374651303385111482837465130338511148283746513033851114828374651303385111482837465130338511148283746513033851114828374651303385111482837465130338511148283746513033851114828374651303385111" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f70c1b82-359a-46f2-891e-6faa62332980, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4fea1128-beda-453f-84df-3a17c5cb5286, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4fea1128-beda-453f-84df-3a17c5cb5286, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3022397094497417758 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30223970944974177583022397094497417758302239709449741775830223970944974177583022397094497417758302239709449741775830223970944974177583022397094497417758302239709449741775830223970944974177583022397094497417758302239709449741775830223970944974177583022397094497417758302239709449741775830223970944974177583022397094497417758302239709449741775830223970944974177583022397094497417758" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 57427126-16b7-4a64-a856-64b8fff39623, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 28bb764c-55a8-4551-8779-fcbc481749c9, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 28bb764c-55a8-4551-8779-fcbc481749c9, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16474739767877430700 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1647473976787743070016474739767877430700164747397678774307001647473976787743070016474739767877430700164747397678774307001647473976787743070016474739767877430700164747397678774307001647473976787743070016474739767877430700164747397678774307001647473976787743070016474739767877430700164747397678774307001647473976787743070016474739767877430700164747397678774307001647473976787743070016474739767877430700" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4fea1128-beda-453f-84df-3a17c5cb5286, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 946f6e9a-cc54-4172-9feb-02ff47b948b6, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 946f6e9a-cc54-4172-9feb-02ff47b948b6, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15339491001793092479 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1533949100179309247915339491001793092479153394910017930924791533949100179309247915339491001793092479153394910017930924791533949100179309247915339491001793092479153394910017930924791533949100179309247915339491001793092479153394910017930924791533949100179309247915339491001793092479153394910017930924791533949100179309247915339491001793092479153394910017930924791533949100179309247915339491001793092479" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 28bb764c-55a8-4551-8779-fcbc481749c9, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7f94160f-5c07-4d77-83f0-a56e7f37e3e3, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7f94160f-5c07-4d77-83f0-a56e7f37e3e3, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9808169865250076461 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98081698652500764619808169865250076461980816986525007646198081698652500764619808169865250076461980816986525007646198081698652500764619808169865250076461980816986525007646198081698652500764619808169865250076461980816986525007646198081698652500764619808169865250076461980816986525007646198081698652500764619808169865250076461980816986525007646198081698652500764619808169865250076461" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 946f6e9a-cc54-4172-9feb-02ff47b948b6, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c723bb47-6a68-4a5d-b70f-a3ef1fd10f72, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c723bb47-6a68-4a5d-b70f-a3ef1fd10f72, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2656925235493047417 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26569252354930474172656925235493047417265692523549304741726569252354930474172656925235493047417265692523549304741726569252354930474172656925235493047417265692523549304741726569252354930474172656925235493047417265692523549304741726569252354930474172656925235493047417265692523549304741726569252354930474172656925235493047417265692523549304741726569252354930474172656925235493047417" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7f94160f-5c07-4d77-83f0-a56e7f37e3e3, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7ca9dfdf-7967-427d-9d66-96924ecaa793, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7ca9dfdf-7967-427d-9d66-96924ecaa793, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5733902500501955181 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57339025005019551815733902500501955181573390250050195518157339025005019551815733902500501955181573390250050195518157339025005019551815733902500501955181573390250050195518157339025005019551815733902500501955181573390250050195518157339025005019551815733902500501955181573390250050195518157339025005019551815733902500501955181573390250050195518157339025005019551815733902500501955181" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c723bb47-6a68-4a5d-b70f-a3ef1fd10f72, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6415c64b-1373-43d1-954e-25633bb61e00, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6415c64b-1373-43d1-954e-25633bb61e00, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13369339294279731812 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1336933929427973181213369339294279731812133693392942797318121336933929427973181213369339294279731812133693392942797318121336933929427973181213369339294279731812133693392942797318121336933929427973181213369339294279731812133693392942797318121336933929427973181213369339294279731812133693392942797318121336933929427973181213369339294279731812133693392942797318121336933929427973181213369339294279731812" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7ca9dfdf-7967-427d-9d66-96924ecaa793, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 582c21a9-1638-4640-9571-ef057a94094c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 582c21a9-1638-4640-9571-ef057a94094c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16242275466693133070 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1624227546669313307016242275466693133070162422754666931330701624227546669313307016242275466693133070162422754666931330701624227546669313307016242275466693133070162422754666931330701624227546669313307016242275466693133070162422754666931330701624227546669313307016242275466693133070162422754666931330701624227546669313307016242275466693133070162422754666931330701624227546669313307016242275466693133070" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6415c64b-1373-43d1-954e-25633bb61e00, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6ebc606f-10f6-4631-bb89-175c2d2e1e97, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6ebc606f-10f6-4631-bb89-175c2d2e1e97, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7854767800355453433 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78547678003554534337854767800355453433785476780035545343378547678003554534337854767800355453433785476780035545343378547678003554534337854767800355453433785476780035545343378547678003554534337854767800355453433785476780035545343378547678003554534337854767800355453433785476780035545343378547678003554534337854767800355453433785476780035545343378547678003554534337854767800355453433" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 582c21a9-1638-4640-9571-ef057a94094c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6be1aadc-a868-4f1c-b2ee-09959af1f499, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6be1aadc-a868-4f1c-b2ee-09959af1f499, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13473336096516567294 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1347333609651656729413473336096516567294134733360965165672941347333609651656729413473336096516567294134733360965165672941347333609651656729413473336096516567294134733360965165672941347333609651656729413473336096516567294134733360965165672941347333609651656729413473336096516567294134733360965165672941347333609651656729413473336096516567294134733360965165672941347333609651656729413473336096516567294" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6be1aadc-a868-4f1c-b2ee-09959af1f499, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, eeb6a6bd-44ef-4b89-91db-558afa54a36c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eeb6a6bd-44ef-4b89-91db-558afa54a36c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16119210806944678045 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1611921080694467804516119210806944678045161192108069446780451611921080694467804516119210806944678045161192108069446780451611921080694467804516119210806944678045161192108069446780451611921080694467804516119210806944678045161192108069446780451611921080694467804516119210806944678045161192108069446780451611921080694467804516119210806944678045161192108069446780451611921080694467804516119210806944678045" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6ebc606f-10f6-4631-bb89-175c2d2e1e97, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9ee146fe-a7ef-4183-ac78-f669189d89c1, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9ee146fe-a7ef-4183-ac78-f669189d89c1, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1056555001042357948 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10565550010423579481056555001042357948105655500104235794810565550010423579481056555001042357948105655500104235794810565550010423579481056555001042357948105655500104235794810565550010423579481056555001042357948105655500104235794810565550010423579481056555001042357948105655500104235794810565550010423579481056555001042357948105655500104235794810565550010423579481056555001042357948" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eeb6a6bd-44ef-4b89-91db-558afa54a36c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0bb866cb-ee75-4038-b5c8-994550767f63, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0bb866cb-ee75-4038-b5c8-994550767f63, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4393511402304741331 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43935114023047413314393511402304741331439351140230474133143935114023047413314393511402304741331439351140230474133143935114023047413314393511402304741331439351140230474133143935114023047413314393511402304741331439351140230474133143935114023047413314393511402304741331439351140230474133143935114023047413314393511402304741331439351140230474133143935114023047413314393511402304741331" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9ee146fe-a7ef-4183-ac78-f669189d89c1, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0bb866cb-ee75-4038-b5c8-994550767f63, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4d663357-46ca-46bb-8624-883ebf2fa4d3, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4d663357-46ca-46bb-8624-883ebf2fa4d3, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 419896926387721112 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "419896926387721112419896926387721112419896926387721112419896926387721112419896926387721112419896926387721112419896926387721112419896926387721112419896926387721112419896926387721112419896926387721112419896926387721112419896926387721112419896926387721112419896926387721112419896926387721112419896926387721112419896926387721112419896926387721112419896926387721112" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3a56ab0d-0dba-4a77-994a-dafd17dfc162, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3a56ab0d-0dba-4a77-994a-dafd17dfc162, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11997655027537360341 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1199765502753736034111997655027537360341119976550275373603411199765502753736034111997655027537360341119976550275373603411199765502753736034111997655027537360341119976550275373603411199765502753736034111997655027537360341119976550275373603411199765502753736034111997655027537360341119976550275373603411199765502753736034111997655027537360341119976550275373603411199765502753736034111997655027537360341" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4d663357-46ca-46bb-8624-883ebf2fa4d3, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3560cd1a-863c-4ca3-91e6-484ab2e65349, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3560cd1a-863c-4ca3-91e6-484ab2e65349, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9992769363553020665 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99927693635530206659992769363553020665999276936355302066599927693635530206659992769363553020665999276936355302066599927693635530206659992769363553020665999276936355302066599927693635530206659992769363553020665999276936355302066599927693635530206659992769363553020665999276936355302066599927693635530206659992769363553020665999276936355302066599927693635530206659992769363553020665" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3a56ab0d-0dba-4a77-994a-dafd17dfc162, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 537bce72-5792-4fcb-aa27-7929d8ab18d9, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 537bce72-5792-4fcb-aa27-7929d8ab18d9, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16451407887154869189 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1645140788715486918916451407887154869189164514078871548691891645140788715486918916451407887154869189164514078871548691891645140788715486918916451407887154869189164514078871548691891645140788715486918916451407887154869189164514078871548691891645140788715486918916451407887154869189164514078871548691891645140788715486918916451407887154869189164514078871548691891645140788715486918916451407887154869189" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3560cd1a-863c-4ca3-91e6-484ab2e65349, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 599c9112-98a2-4fbe-a7c1-ab2dd1ffd808, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 599c9112-98a2-4fbe-a7c1-ab2dd1ffd808, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1129949570395388928 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11299495703953889281129949570395388928112994957039538892811299495703953889281129949570395388928112994957039538892811299495703953889281129949570395388928112994957039538892811299495703953889281129949570395388928112994957039538892811299495703953889281129949570395388928112994957039538892811299495703953889281129949570395388928112994957039538892811299495703953889281129949570395388928" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 537bce72-5792-4fcb-aa27-7929d8ab18d9, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4ad8aeaf-c391-4015-af1e-14ce280158f2, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4ad8aeaf-c391-4015-af1e-14ce280158f2, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 273314602716431416 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "273314602716431416273314602716431416273314602716431416273314602716431416273314602716431416273314602716431416273314602716431416273314602716431416273314602716431416273314602716431416273314602716431416273314602716431416273314602716431416273314602716431416273314602716431416273314602716431416273314602716431416273314602716431416273314602716431416273314602716431416" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 599c9112-98a2-4fbe-a7c1-ab2dd1ffd808, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fd77077b-de9a-4326-8631-14744b82d24b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fd77077b-de9a-4326-8631-14744b82d24b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17065764618763545793 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1706576461876354579317065764618763545793170657646187635457931706576461876354579317065764618763545793170657646187635457931706576461876354579317065764618763545793170657646187635457931706576461876354579317065764618763545793170657646187635457931706576461876354579317065764618763545793170657646187635457931706576461876354579317065764618763545793170657646187635457931706576461876354579317065764618763545793" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4ad8aeaf-c391-4015-af1e-14ce280158f2, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6c0a7e12-1dc1-4a66-bc68-a5b7bad917e4, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6c0a7e12-1dc1-4a66-bc68-a5b7bad917e4, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14527704676779690973 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1452770467677969097314527704676779690973145277046767796909731452770467677969097314527704676779690973145277046767796909731452770467677969097314527704676779690973145277046767796909731452770467677969097314527704676779690973145277046767796909731452770467677969097314527704676779690973145277046767796909731452770467677969097314527704676779690973145277046767796909731452770467677969097314527704676779690973" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fd77077b-de9a-4326-8631-14744b82d24b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 40832284-874e-45b7-9d61-1ffc3fcc95c6, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 40832284-874e-45b7-9d61-1ffc3fcc95c6, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6345099668018506025 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63450996680185060256345099668018506025634509966801850602563450996680185060256345099668018506025634509966801850602563450996680185060256345099668018506025634509966801850602563450996680185060256345099668018506025634509966801850602563450996680185060256345099668018506025634509966801850602563450996680185060256345099668018506025634509966801850602563450996680185060256345099668018506025" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6c0a7e12-1dc1-4a66-bc68-a5b7bad917e4, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6b9ac561-d931-433e-91dd-8e2296462ea5, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6b9ac561-d931-433e-91dd-8e2296462ea5, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14821809315721742621 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1482180931572174262114821809315721742621148218093157217426211482180931572174262114821809315721742621148218093157217426211482180931572174262114821809315721742621148218093157217426211482180931572174262114821809315721742621148218093157217426211482180931572174262114821809315721742621148218093157217426211482180931572174262114821809315721742621148218093157217426211482180931572174262114821809315721742621" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 40832284-874e-45b7-9d61-1ffc3fcc95c6, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b0c560a1-968b-41af-ad78-67099831521b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b0c560a1-968b-41af-ad78-67099831521b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7397406255973214418 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73974062559732144187397406255973214418739740625597321441873974062559732144187397406255973214418739740625597321441873974062559732144187397406255973214418739740625597321441873974062559732144187397406255973214418739740625597321441873974062559732144187397406255973214418739740625597321441873974062559732144187397406255973214418739740625597321441873974062559732144187397406255973214418" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6b9ac561-d931-433e-91dd-8e2296462ea5, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3162a301-cda3-477a-bfc2-795658e74db1, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3162a301-cda3-477a-bfc2-795658e74db1, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6454346392038135712 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64543463920381357126454346392038135712645434639203813571264543463920381357126454346392038135712645434639203813571264543463920381357126454346392038135712645434639203813571264543463920381357126454346392038135712645434639203813571264543463920381357126454346392038135712645434639203813571264543463920381357126454346392038135712645434639203813571264543463920381357126454346392038135712" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b0c560a1-968b-41af-ad78-67099831521b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6f812df2-a990-4c1f-a7b1-ce53592e72c0, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6f812df2-a990-4c1f-a7b1-ce53592e72c0, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17127873198411116120 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1712787319841111612017127873198411116120171278731984111161201712787319841111612017127873198411116120171278731984111161201712787319841111612017127873198411116120171278731984111161201712787319841111612017127873198411116120171278731984111161201712787319841111612017127873198411116120171278731984111161201712787319841111612017127873198411116120171278731984111161201712787319841111612017127873198411116120" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3162a301-cda3-477a-bfc2-795658e74db1, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 65ec23fb-575a-413e-9e2a-6d6818791370, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 65ec23fb-575a-413e-9e2a-6d6818791370, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12795962394196473342 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1279596239419647334212795962394196473342127959623941964733421279596239419647334212795962394196473342127959623941964733421279596239419647334212795962394196473342127959623941964733421279596239419647334212795962394196473342127959623941964733421279596239419647334212795962394196473342127959623941964733421279596239419647334212795962394196473342127959623941964733421279596239419647334212795962394196473342" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6f812df2-a990-4c1f-a7b1-ce53592e72c0, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 08f25c16-c7e7-4f3b-8dbd-959f63dbd600, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 08f25c16-c7e7-4f3b-8dbd-959f63dbd600, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13845613074020614350 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1384561307402061435013845613074020614350138456130740206143501384561307402061435013845613074020614350138456130740206143501384561307402061435013845613074020614350138456130740206143501384561307402061435013845613074020614350138456130740206143501384561307402061435013845613074020614350138456130740206143501384561307402061435013845613074020614350138456130740206143501384561307402061435013845613074020614350" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 65ec23fb-575a-413e-9e2a-6d6818791370, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4dafde86-a6d7-4624-8525-91ddec118dc0, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4dafde86-a6d7-4624-8525-91ddec118dc0, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12870217070670716505 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1287021707067071650512870217070670716505128702170706707165051287021707067071650512870217070670716505128702170706707165051287021707067071650512870217070670716505128702170706707165051287021707067071650512870217070670716505128702170706707165051287021707067071650512870217070670716505128702170706707165051287021707067071650512870217070670716505128702170706707165051287021707067071650512870217070670716505" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 08f25c16-c7e7-4f3b-8dbd-959f63dbd600, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 49c91acf-5860-448d-8581-3d7980e4d823, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 49c91acf-5860-448d-8581-3d7980e4d823, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14413223258574591139 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1441322325857459113914413223258574591139144132232585745911391441322325857459113914413223258574591139144132232585745911391441322325857459113914413223258574591139144132232585745911391441322325857459113914413223258574591139144132232585745911391441322325857459113914413223258574591139144132232585745911391441322325857459113914413223258574591139144132232585745911391441322325857459113914413223258574591139" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4dafde86-a6d7-4624-8525-91ddec118dc0, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b9cb9198-a977-45f7-bbb3-b2582e99e84b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b9cb9198-a977-45f7-bbb3-b2582e99e84b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10142614832899556533 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1014261483289955653310142614832899556533101426148328995565331014261483289955653310142614832899556533101426148328995565331014261483289955653310142614832899556533101426148328995565331014261483289955653310142614832899556533101426148328995565331014261483289955653310142614832899556533101426148328995565331014261483289955653310142614832899556533101426148328995565331014261483289955653310142614832899556533" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 49c91acf-5860-448d-8581-3d7980e4d823, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4c1e272d-606d-46c8-aaf8-ab9b3883b51d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4c1e272d-606d-46c8-aaf8-ab9b3883b51d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12010499937248244163 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1201049993724824416312010499937248244163120104999372482441631201049993724824416312010499937248244163120104999372482441631201049993724824416312010499937248244163120104999372482441631201049993724824416312010499937248244163120104999372482441631201049993724824416312010499937248244163120104999372482441631201049993724824416312010499937248244163120104999372482441631201049993724824416312010499937248244163" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b9cb9198-a977-45f7-bbb3-b2582e99e84b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 50e836b6-7c5c-4213-92d9-6aacafcb8474, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 50e836b6-7c5c-4213-92d9-6aacafcb8474, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14554277110952913445 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1455427711095291344514554277110952913445145542771109529134451455427711095291344514554277110952913445145542771109529134451455427711095291344514554277110952913445145542771109529134451455427711095291344514554277110952913445145542771109529134451455427711095291344514554277110952913445145542771109529134451455427711095291344514554277110952913445145542771109529134451455427711095291344514554277110952913445" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4c1e272d-606d-46c8-aaf8-ab9b3883b51d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d2817c7a-9746-4c1e-bbe6-767227da6de4, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d2817c7a-9746-4c1e-bbe6-767227da6de4, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17802517504594694672 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1780251750459469467217802517504594694672178025175045946946721780251750459469467217802517504594694672178025175045946946721780251750459469467217802517504594694672178025175045946946721780251750459469467217802517504594694672178025175045946946721780251750459469467217802517504594694672178025175045946946721780251750459469467217802517504594694672178025175045946946721780251750459469467217802517504594694672" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 50e836b6-7c5c-4213-92d9-6aacafcb8474, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2e8f3053-2fe7-438c-bfed-d4b689ef85c6, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2e8f3053-2fe7-438c-bfed-d4b689ef85c6, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16316008460389423259 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1631600846038942325916316008460389423259163160084603894232591631600846038942325916316008460389423259163160084603894232591631600846038942325916316008460389423259163160084603894232591631600846038942325916316008460389423259163160084603894232591631600846038942325916316008460389423259163160084603894232591631600846038942325916316008460389423259163160084603894232591631600846038942325916316008460389423259" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d2817c7a-9746-4c1e-bbe6-767227da6de4, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 65c15aef-0598-4277-a34a-76e92efb43cc, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 65c15aef-0598-4277-a34a-76e92efb43cc, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12513880675056492235 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1251388067505649223512513880675056492235125138806750564922351251388067505649223512513880675056492235125138806750564922351251388067505649223512513880675056492235125138806750564922351251388067505649223512513880675056492235125138806750564922351251388067505649223512513880675056492235125138806750564922351251388067505649223512513880675056492235125138806750564922351251388067505649223512513880675056492235" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2e8f3053-2fe7-438c-bfed-d4b689ef85c6, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 029eb508-9d0f-4621-badf-82add0722665, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 029eb508-9d0f-4621-badf-82add0722665, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1767357996764604600 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17673579967646046001767357996764604600176735799676460460017673579967646046001767357996764604600176735799676460460017673579967646046001767357996764604600176735799676460460017673579967646046001767357996764604600176735799676460460017673579967646046001767357996764604600176735799676460460017673579967646046001767357996764604600176735799676460460017673579967646046001767357996764604600" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 65c15aef-0598-4277-a34a-76e92efb43cc, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7bf3395b-0e9d-4ebd-93cd-8e822c55e53e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7bf3395b-0e9d-4ebd-93cd-8e822c55e53e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3535704368679778649 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35357043686797786493535704368679778649353570436867977864935357043686797786493535704368679778649353570436867977864935357043686797786493535704368679778649353570436867977864935357043686797786493535704368679778649353570436867977864935357043686797786493535704368679778649353570436867977864935357043686797786493535704368679778649353570436867977864935357043686797786493535704368679778649" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 029eb508-9d0f-4621-badf-82add0722665, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 389468c5-0168-44f8-b5d5-daa3c3fec0d5, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 389468c5-0168-44f8-b5d5-daa3c3fec0d5, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1454051348250067669 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14540513482500676691454051348250067669145405134825006766914540513482500676691454051348250067669145405134825006766914540513482500676691454051348250067669145405134825006766914540513482500676691454051348250067669145405134825006766914540513482500676691454051348250067669145405134825006766914540513482500676691454051348250067669145405134825006766914540513482500676691454051348250067669" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7bf3395b-0e9d-4ebd-93cd-8e822c55e53e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f0948204-2ed6-4009-a2b9-522af6f2c6a7, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f0948204-2ed6-4009-a2b9-522af6f2c6a7, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2247305970589826133 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22473059705898261332247305970589826133224730597058982613322473059705898261332247305970589826133224730597058982613322473059705898261332247305970589826133224730597058982613322473059705898261332247305970589826133224730597058982613322473059705898261332247305970589826133224730597058982613322473059705898261332247305970589826133224730597058982613322473059705898261332247305970589826133" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 389468c5-0168-44f8-b5d5-daa3c3fec0d5, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 70d55436-ad21-48ef-a349-c02049ae752a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 70d55436-ad21-48ef-a349-c02049ae752a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3399186172198647819 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33991861721986478193399186172198647819339918617219864781933991861721986478193399186172198647819339918617219864781933991861721986478193399186172198647819339918617219864781933991861721986478193399186172198647819339918617219864781933991861721986478193399186172198647819339918617219864781933991861721986478193399186172198647819339918617219864781933991861721986478193399186172198647819" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f0948204-2ed6-4009-a2b9-522af6f2c6a7, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3f76fd28-04c7-4d8a-96e8-ceaedb295f26, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3f76fd28-04c7-4d8a-96e8-ceaedb295f26, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1600562843956217076 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16005628439562170761600562843956217076160056284395621707616005628439562170761600562843956217076160056284395621707616005628439562170761600562843956217076160056284395621707616005628439562170761600562843956217076160056284395621707616005628439562170761600562843956217076160056284395621707616005628439562170761600562843956217076160056284395621707616005628439562170761600562843956217076" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 70d55436-ad21-48ef-a349-c02049ae752a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 22684237-985a-429e-b682-e9228a9c16ae, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 22684237-985a-429e-b682-e9228a9c16ae, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2929520489254188850 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29295204892541888502929520489254188850292952048925418885029295204892541888502929520489254188850292952048925418885029295204892541888502929520489254188850292952048925418885029295204892541888502929520489254188850292952048925418885029295204892541888502929520489254188850292952048925418885029295204892541888502929520489254188850292952048925418885029295204892541888502929520489254188850" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3f76fd28-04c7-4d8a-96e8-ceaedb295f26, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d517303c-6c3c-4f72-98e5-18dab9a77ece, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d517303c-6c3c-4f72-98e5-18dab9a77ece, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18049768058792972570 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1804976805879297257018049768058792972570180497680587929725701804976805879297257018049768058792972570180497680587929725701804976805879297257018049768058792972570180497680587929725701804976805879297257018049768058792972570180497680587929725701804976805879297257018049768058792972570180497680587929725701804976805879297257018049768058792972570180497680587929725701804976805879297257018049768058792972570" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 22684237-985a-429e-b682-e9228a9c16ae, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fd991ee3-4e53-4e2d-ac64-696adbc7a4cd, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fd991ee3-4e53-4e2d-ac64-696adbc7a4cd, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6702695260665005918 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67026952606650059186702695260665005918670269526066500591867026952606650059186702695260665005918670269526066500591867026952606650059186702695260665005918670269526066500591867026952606650059186702695260665005918670269526066500591867026952606650059186702695260665005918670269526066500591867026952606650059186702695260665005918670269526066500591867026952606650059186702695260665005918" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d517303c-6c3c-4f72-98e5-18dab9a77ece, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 42139883-8c6e-43ef-a95d-d8722dd2e9a7, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 42139883-8c6e-43ef-a95d-d8722dd2e9a7, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6261653208769365163 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62616532087693651636261653208769365163626165320876936516362616532087693651636261653208769365163626165320876936516362616532087693651636261653208769365163626165320876936516362616532087693651636261653208769365163626165320876936516362616532087693651636261653208769365163626165320876936516362616532087693651636261653208769365163626165320876936516362616532087693651636261653208769365163" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fd991ee3-4e53-4e2d-ac64-696adbc7a4cd, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3ae245ce-b1b4-4b63-99f5-d9fd35d5007c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3ae245ce-b1b4-4b63-99f5-d9fd35d5007c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6116326207811977292 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61163262078119772926116326207811977292611632620781197729261163262078119772926116326207811977292611632620781197729261163262078119772926116326207811977292611632620781197729261163262078119772926116326207811977292611632620781197729261163262078119772926116326207811977292611632620781197729261163262078119772926116326207811977292611632620781197729261163262078119772926116326207811977292" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 42139883-8c6e-43ef-a95d-d8722dd2e9a7, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fcfaa728-4dd1-4a9a-873c-154a3c295dca, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fcfaa728-4dd1-4a9a-873c-154a3c295dca, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17332848354301423675 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1733284835430142367517332848354301423675173328483543014236751733284835430142367517332848354301423675173328483543014236751733284835430142367517332848354301423675173328483543014236751733284835430142367517332848354301423675173328483543014236751733284835430142367517332848354301423675173328483543014236751733284835430142367517332848354301423675173328483543014236751733284835430142367517332848354301423675" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3ae245ce-b1b4-4b63-99f5-d9fd35d5007c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 43dc14f6-b90f-41e4-b4bb-41e4dce0eb97, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 43dc14f6-b90f-41e4-b4bb-41e4dce0eb97, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9052431155244099246 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90524311552440992469052431155244099246905243115524409924690524311552440992469052431155244099246905243115524409924690524311552440992469052431155244099246905243115524409924690524311552440992469052431155244099246905243115524409924690524311552440992469052431155244099246905243115524409924690524311552440992469052431155244099246905243115524409924690524311552440992469052431155244099246" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fcfaa728-4dd1-4a9a-873c-154a3c295dca, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bf72af96-845e-4704-9455-1228a170915f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bf72af96-845e-4704-9455-1228a170915f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9201158520843693597 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92011585208436935979201158520843693597920115852084369359792011585208436935979201158520843693597920115852084369359792011585208436935979201158520843693597920115852084369359792011585208436935979201158520843693597920115852084369359792011585208436935979201158520843693597920115852084369359792011585208436935979201158520843693597920115852084369359792011585208436935979201158520843693597" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 43dc14f6-b90f-41e4-b4bb-41e4dce0eb97, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5d5f1ae4-23de-4eb1-945e-372d3f672d80, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5d5f1ae4-23de-4eb1-945e-372d3f672d80, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9796778098949449752 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97967780989494497529796778098949449752979677809894944975297967780989494497529796778098949449752979677809894944975297967780989494497529796778098949449752979677809894944975297967780989494497529796778098949449752979677809894944975297967780989494497529796778098949449752979677809894944975297967780989494497529796778098949449752979677809894944975297967780989494497529796778098949449752" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bf72af96-845e-4704-9455-1228a170915f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 66c87256-7090-4d09-a8a1-84213d68c62c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 66c87256-7090-4d09-a8a1-84213d68c62c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9602781636722580965 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96027816367225809659602781636722580965960278163672258096596027816367225809659602781636722580965960278163672258096596027816367225809659602781636722580965960278163672258096596027816367225809659602781636722580965960278163672258096596027816367225809659602781636722580965960278163672258096596027816367225809659602781636722580965960278163672258096596027816367225809659602781636722580965" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5d5f1ae4-23de-4eb1-945e-372d3f672d80, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 78374cdc-9884-49f7-87ca-dc3b96b43b91, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 78374cdc-9884-49f7-87ca-dc3b96b43b91, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16757720140969695023 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1675772014096969502316757720140969695023167577201409696950231675772014096969502316757720140969695023167577201409696950231675772014096969502316757720140969695023167577201409696950231675772014096969502316757720140969695023167577201409696950231675772014096969502316757720140969695023167577201409696950231675772014096969502316757720140969695023167577201409696950231675772014096969502316757720140969695023" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 66c87256-7090-4d09-a8a1-84213d68c62c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 78374cdc-9884-49f7-87ca-dc3b96b43b91, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c9bef635-b993-42c1-8da3-ca2e9a5d57a6, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c9bef635-b993-42c1-8da3-ca2e9a5d57a6, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1298795480772822690 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12987954807728226901298795480772822690129879548077282269012987954807728226901298795480772822690129879548077282269012987954807728226901298795480772822690129879548077282269012987954807728226901298795480772822690129879548077282269012987954807728226901298795480772822690129879548077282269012987954807728226901298795480772822690129879548077282269012987954807728226901298795480772822690" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a757ba80-041a-47b9-b163-6effdf53c10b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a757ba80-041a-47b9-b163-6effdf53c10b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6552968922451638159 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65529689224516381596552968922451638159655296892245163815965529689224516381596552968922451638159655296892245163815965529689224516381596552968922451638159655296892245163815965529689224516381596552968922451638159655296892245163815965529689224516381596552968922451638159655296892245163815965529689224516381596552968922451638159655296892245163815965529689224516381596552968922451638159" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c9bef635-b993-42c1-8da3-ca2e9a5d57a6, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e2d6069c-0362-42f9-8201-70ee4f6ad8df, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e2d6069c-0362-42f9-8201-70ee4f6ad8df, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13307352149704243915 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1330735214970424391513307352149704243915133073521497042439151330735214970424391513307352149704243915133073521497042439151330735214970424391513307352149704243915133073521497042439151330735214970424391513307352149704243915133073521497042439151330735214970424391513307352149704243915133073521497042439151330735214970424391513307352149704243915133073521497042439151330735214970424391513307352149704243915" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a757ba80-041a-47b9-b163-6effdf53c10b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6f383915-c83a-4560-992c-d3ce03aa9e9f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6f383915-c83a-4560-992c-d3ce03aa9e9f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9381352669441910564 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93813526694419105649381352669441910564938135266944191056493813526694419105649381352669441910564938135266944191056493813526694419105649381352669441910564938135266944191056493813526694419105649381352669441910564938135266944191056493813526694419105649381352669441910564938135266944191056493813526694419105649381352669441910564938135266944191056493813526694419105649381352669441910564" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e2d6069c-0362-42f9-8201-70ee4f6ad8df, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6f383915-c83a-4560-992c-d3ce03aa9e9f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e37100ec-f034-4f4b-bb2c-311f8b3ca299, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e37100ec-f034-4f4b-bb2c-311f8b3ca299, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3968226979345631155 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39682269793456311553968226979345631155396822697934563115539682269793456311553968226979345631155396822697934563115539682269793456311553968226979345631155396822697934563115539682269793456311553968226979345631155396822697934563115539682269793456311553968226979345631155396822697934563115539682269793456311553968226979345631155396822697934563115539682269793456311553968226979345631155" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1dde72e4-7293-4e9c-b938-cd59a3690d7d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1dde72e4-7293-4e9c-b938-cd59a3690d7d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3319227743888402315 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33192277438884023153319227743888402315331922774388840231533192277438884023153319227743888402315331922774388840231533192277438884023153319227743888402315331922774388840231533192277438884023153319227743888402315331922774388840231533192277438884023153319227743888402315331922774388840231533192277438884023153319227743888402315331922774388840231533192277438884023153319227743888402315" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e37100ec-f034-4f4b-bb2c-311f8b3ca299, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c68c109f-cb86-472f-b75c-e6ed88e91af5, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c68c109f-cb86-472f-b75c-e6ed88e91af5, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15143242113016332604 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1514324211301633260415143242113016332604151432421130163326041514324211301633260415143242113016332604151432421130163326041514324211301633260415143242113016332604151432421130163326041514324211301633260415143242113016332604151432421130163326041514324211301633260415143242113016332604151432421130163326041514324211301633260415143242113016332604151432421130163326041514324211301633260415143242113016332604" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1dde72e4-7293-4e9c-b938-cd59a3690d7d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 428ba3d4-173c-4d34-a0ef-0ba714d4cdf3, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 428ba3d4-173c-4d34-a0ef-0ba714d4cdf3, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2033324340803132307 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20333243408031323072033324340803132307203332434080313230720333243408031323072033324340803132307203332434080313230720333243408031323072033324340803132307203332434080313230720333243408031323072033324340803132307203332434080313230720333243408031323072033324340803132307203332434080313230720333243408031323072033324340803132307203332434080313230720333243408031323072033324340803132307" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c68c109f-cb86-472f-b75c-e6ed88e91af5, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8968a3be-e35e-4fb8-b2e0-8757c3b9d35e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 428ba3d4-173c-4d34-a0ef-0ba714d4cdf3, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 149bf859-724e-4f6f-ac59-9797240be8c1, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 149bf859-724e-4f6f-ac59-9797240be8c1, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10154201592458508952 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1015420159245850895210154201592458508952101542015924585089521015420159245850895210154201592458508952101542015924585089521015420159245850895210154201592458508952101542015924585089521015420159245850895210154201592458508952101542015924585089521015420159245850895210154201592458508952101542015924585089521015420159245850895210154201592458508952101542015924585089521015420159245850895210154201592458508952" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8968a3be-e35e-4fb8-b2e0-8757c3b9d35e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11588342726981183619 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1158834272698118361911588342726981183619115883427269811836191158834272698118361911588342726981183619115883427269811836191158834272698118361911588342726981183619115883427269811836191158834272698118361911588342726981183619115883427269811836191158834272698118361911588342726981183619115883427269811836191158834272698118361911588342726981183619115883427269811836191158834272698118361911588342726981183619" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 149bf859-724e-4f6f-ac59-9797240be8c1, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9b5ca95c-71eb-4e6f-8db9-66a0ffa9df8f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9b5ca95c-71eb-4e6f-8db9-66a0ffa9df8f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18395773762244213153 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1839577376224421315318395773762244213153183957737622442131531839577376224421315318395773762244213153183957737622442131531839577376224421315318395773762244213153183957737622442131531839577376224421315318395773762244213153183957737622442131531839577376224421315318395773762244213153183957737622442131531839577376224421315318395773762244213153183957737622442131531839577376224421315318395773762244213153" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8968a3be-e35e-4fb8-b2e0-8757c3b9d35e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 099b5bb8-9664-4540-83c9-73dd130d148e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 099b5bb8-9664-4540-83c9-73dd130d148e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11678527387857510811 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1167852738785751081111678527387857510811116785273878575108111167852738785751081111678527387857510811116785273878575108111167852738785751081111678527387857510811116785273878575108111167852738785751081111678527387857510811116785273878575108111167852738785751081111678527387857510811116785273878575108111167852738785751081111678527387857510811116785273878575108111167852738785751081111678527387857510811" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9b5ca95c-71eb-4e6f-8db9-66a0ffa9df8f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1523c0fb-c5c8-47e1-a6b8-a096379bfebf, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1523c0fb-c5c8-47e1-a6b8-a096379bfebf, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8852008536885275712 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88520085368852757128852008536885275712885200853688527571288520085368852757128852008536885275712885200853688527571288520085368852757128852008536885275712885200853688527571288520085368852757128852008536885275712885200853688527571288520085368852757128852008536885275712885200853688527571288520085368852757128852008536885275712885200853688527571288520085368852757128852008536885275712" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 099b5bb8-9664-4540-83c9-73dd130d148e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 695b1507-e523-44b7-9dbb-3813c1ba0b89, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 695b1507-e523-44b7-9dbb-3813c1ba0b89, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 156774673041942009 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "156774673041942009156774673041942009156774673041942009156774673041942009156774673041942009156774673041942009156774673041942009156774673041942009156774673041942009156774673041942009156774673041942009156774673041942009156774673041942009156774673041942009156774673041942009156774673041942009156774673041942009156774673041942009156774673041942009156774673041942009" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1523c0fb-c5c8-47e1-a6b8-a096379bfebf, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 38f6a5bc-ba39-4050-bcec-ea3d3987c9a8, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 38f6a5bc-ba39-4050-bcec-ea3d3987c9a8, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14766540131630957676 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1476654013163095767614766540131630957676147665401316309576761476654013163095767614766540131630957676147665401316309576761476654013163095767614766540131630957676147665401316309576761476654013163095767614766540131630957676147665401316309576761476654013163095767614766540131630957676147665401316309576761476654013163095767614766540131630957676147665401316309576761476654013163095767614766540131630957676" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 695b1507-e523-44b7-9dbb-3813c1ba0b89, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e68802d6-0318-4a16-b07d-a91333a9e739, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e68802d6-0318-4a16-b07d-a91333a9e739, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16050909028309245052 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1605090902830924505216050909028309245052160509090283092450521605090902830924505216050909028309245052160509090283092450521605090902830924505216050909028309245052160509090283092450521605090902830924505216050909028309245052160509090283092450521605090902830924505216050909028309245052160509090283092450521605090902830924505216050909028309245052160509090283092450521605090902830924505216050909028309245052" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 38f6a5bc-ba39-4050-bcec-ea3d3987c9a8, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 96c5f265-95ae-4102-8da6-59c5851f4b5d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 96c5f265-95ae-4102-8da6-59c5851f4b5d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6473664299395321889 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64736642993953218896473664299395321889647366429939532188964736642993953218896473664299395321889647366429939532188964736642993953218896473664299395321889647366429939532188964736642993953218896473664299395321889647366429939532188964736642993953218896473664299395321889647366429939532188964736642993953218896473664299395321889647366429939532188964736642993953218896473664299395321889" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e68802d6-0318-4a16-b07d-a91333a9e739, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2ba0c6f8-f426-43f9-9deb-36668a723398, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2ba0c6f8-f426-43f9-9deb-36668a723398, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5746093007928770143 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57460930079287701435746093007928770143574609300792877014357460930079287701435746093007928770143574609300792877014357460930079287701435746093007928770143574609300792877014357460930079287701435746093007928770143574609300792877014357460930079287701435746093007928770143574609300792877014357460930079287701435746093007928770143574609300792877014357460930079287701435746093007928770143" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 96c5f265-95ae-4102-8da6-59c5851f4b5d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d22c8c38-66ec-4bce-815c-d19673b341ff, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d22c8c38-66ec-4bce-815c-d19673b341ff, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2234583191441262719 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22345831914412627192234583191441262719223458319144126271922345831914412627192234583191441262719223458319144126271922345831914412627192234583191441262719223458319144126271922345831914412627192234583191441262719223458319144126271922345831914412627192234583191441262719223458319144126271922345831914412627192234583191441262719223458319144126271922345831914412627192234583191441262719" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2ba0c6f8-f426-43f9-9deb-36668a723398, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 820b1462-0ba4-48a4-b97f-2a1eea6b13aa, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 820b1462-0ba4-48a4-b97f-2a1eea6b13aa, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11891660514042180312 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1189166051404218031211891660514042180312118916605140421803121189166051404218031211891660514042180312118916605140421803121189166051404218031211891660514042180312118916605140421803121189166051404218031211891660514042180312118916605140421803121189166051404218031211891660514042180312118916605140421803121189166051404218031211891660514042180312118916605140421803121189166051404218031211891660514042180312" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d22c8c38-66ec-4bce-815c-d19673b341ff, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 72d3ed49-86f7-4a1a-b604-007afa83bed5, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 72d3ed49-86f7-4a1a-b604-007afa83bed5, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2780089341020632470 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27800893410206324702780089341020632470278008934102063247027800893410206324702780089341020632470278008934102063247027800893410206324702780089341020632470278008934102063247027800893410206324702780089341020632470278008934102063247027800893410206324702780089341020632470278008934102063247027800893410206324702780089341020632470278008934102063247027800893410206324702780089341020632470" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 820b1462-0ba4-48a4-b97f-2a1eea6b13aa, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bc8b465e-f405-4cca-bfda-21455b95432d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bc8b465e-f405-4cca-bfda-21455b95432d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16355147607514858547 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1635514760751485854716355147607514858547163551476075148585471635514760751485854716355147607514858547163551476075148585471635514760751485854716355147607514858547163551476075148585471635514760751485854716355147607514858547163551476075148585471635514760751485854716355147607514858547163551476075148585471635514760751485854716355147607514858547163551476075148585471635514760751485854716355147607514858547" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 72d3ed49-86f7-4a1a-b604-007afa83bed5, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 633f9be4-973a-455f-ae41-585456487863, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 633f9be4-973a-455f-ae41-585456487863, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2971843741688795186 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29718437416887951862971843741688795186297184374168879518629718437416887951862971843741688795186297184374168879518629718437416887951862971843741688795186297184374168879518629718437416887951862971843741688795186297184374168879518629718437416887951862971843741688795186297184374168879518629718437416887951862971843741688795186297184374168879518629718437416887951862971843741688795186" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bc8b465e-f405-4cca-bfda-21455b95432d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c2f9b8c1-2d51-482b-98b2-a1bfbea0e6ae, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c2f9b8c1-2d51-482b-98b2-a1bfbea0e6ae, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14921357990956910586 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1492135799095691058614921357990956910586149213579909569105861492135799095691058614921357990956910586149213579909569105861492135799095691058614921357990956910586149213579909569105861492135799095691058614921357990956910586149213579909569105861492135799095691058614921357990956910586149213579909569105861492135799095691058614921357990956910586149213579909569105861492135799095691058614921357990956910586" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 633f9be4-973a-455f-ae41-585456487863, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e62d3578-030f-440e-843f-43386f21370d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e62d3578-030f-440e-843f-43386f21370d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5538587018614164470 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55385870186141644705538587018614164470553858701861416447055385870186141644705538587018614164470553858701861416447055385870186141644705538587018614164470553858701861416447055385870186141644705538587018614164470553858701861416447055385870186141644705538587018614164470553858701861416447055385870186141644705538587018614164470553858701861416447055385870186141644705538587018614164470" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c2f9b8c1-2d51-482b-98b2-a1bfbea0e6ae, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7c6c44d2-0780-436d-a18b-8cbe9f5bea71, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7c6c44d2-0780-436d-a18b-8cbe9f5bea71, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15916825105617087147 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1591682510561708714715916825105617087147159168251056170871471591682510561708714715916825105617087147159168251056170871471591682510561708714715916825105617087147159168251056170871471591682510561708714715916825105617087147159168251056170871471591682510561708714715916825105617087147159168251056170871471591682510561708714715916825105617087147159168251056170871471591682510561708714715916825105617087147" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e62d3578-030f-440e-843f-43386f21370d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 21bd752c-cadc-4e6f-afd8-d7f028fbe8c3, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 21bd752c-cadc-4e6f-afd8-d7f028fbe8c3, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18300058647161934070 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1830005864716193407018300058647161934070183000586471619340701830005864716193407018300058647161934070183000586471619340701830005864716193407018300058647161934070183000586471619340701830005864716193407018300058647161934070183000586471619340701830005864716193407018300058647161934070183000586471619340701830005864716193407018300058647161934070183000586471619340701830005864716193407018300058647161934070" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7c6c44d2-0780-436d-a18b-8cbe9f5bea71, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9bc4d7b1-5b7f-4927-89c1-5f0ecb2d2324, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9bc4d7b1-5b7f-4927-89c1-5f0ecb2d2324, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10730125621151830336 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1073012562115183033610730125621151830336107301256211518303361073012562115183033610730125621151830336107301256211518303361073012562115183033610730125621151830336107301256211518303361073012562115183033610730125621151830336107301256211518303361073012562115183033610730125621151830336107301256211518303361073012562115183033610730125621151830336107301256211518303361073012562115183033610730125621151830336" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 21bd752c-cadc-4e6f-afd8-d7f028fbe8c3, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d48e5479-e03c-42c3-8cf5-770ce0459245, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d48e5479-e03c-42c3-8cf5-770ce0459245, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8467049122720423138 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84670491227204231388467049122720423138846704912272042313884670491227204231388467049122720423138846704912272042313884670491227204231388467049122720423138846704912272042313884670491227204231388467049122720423138846704912272042313884670491227204231388467049122720423138846704912272042313884670491227204231388467049122720423138846704912272042313884670491227204231388467049122720423138" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9bc4d7b1-5b7f-4927-89c1-5f0ecb2d2324, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f15893e1-c231-45f2-96fd-768460e7c434, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f15893e1-c231-45f2-96fd-768460e7c434, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3499633010088748374 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34996330100887483743499633010088748374349963301008874837434996330100887483743499633010088748374349963301008874837434996330100887483743499633010088748374349963301008874837434996330100887483743499633010088748374349963301008874837434996330100887483743499633010088748374349963301008874837434996330100887483743499633010088748374349963301008874837434996330100887483743499633010088748374" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d48e5479-e03c-42c3-8cf5-770ce0459245, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 21de31e2-a6ca-4064-8913-c18d9f63d85e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 21de31e2-a6ca-4064-8913-c18d9f63d85e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7955753518324836984 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79557535183248369847955753518324836984795575351832483698479557535183248369847955753518324836984795575351832483698479557535183248369847955753518324836984795575351832483698479557535183248369847955753518324836984795575351832483698479557535183248369847955753518324836984795575351832483698479557535183248369847955753518324836984795575351832483698479557535183248369847955753518324836984" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f15893e1-c231-45f2-96fd-768460e7c434, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c41e1dc2-712c-4334-bab6-ebc594ebdc25, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c41e1dc2-712c-4334-bab6-ebc594ebdc25, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16909408024079148202 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1690940802407914820216909408024079148202169094080240791482021690940802407914820216909408024079148202169094080240791482021690940802407914820216909408024079148202169094080240791482021690940802407914820216909408024079148202169094080240791482021690940802407914820216909408024079148202169094080240791482021690940802407914820216909408024079148202169094080240791482021690940802407914820216909408024079148202" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c41e1dc2-712c-4334-bab6-ebc594ebdc25, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3f031f11-3488-44e3-b2bf-0fa644f00d2f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3f031f11-3488-44e3-b2bf-0fa644f00d2f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16016636557641930569 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1601663655764193056916016636557641930569160166365576419305691601663655764193056916016636557641930569160166365576419305691601663655764193056916016636557641930569160166365576419305691601663655764193056916016636557641930569160166365576419305691601663655764193056916016636557641930569160166365576419305691601663655764193056916016636557641930569160166365576419305691601663655764193056916016636557641930569" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 21de31e2-a6ca-4064-8913-c18d9f63d85e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 243f3924-2c2c-4288-9269-ed192be3f123, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 243f3924-2c2c-4288-9269-ed192be3f123, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18208391827350356227 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1820839182735035622718208391827350356227182083918273503562271820839182735035622718208391827350356227182083918273503562271820839182735035622718208391827350356227182083918273503562271820839182735035622718208391827350356227182083918273503562271820839182735035622718208391827350356227182083918273503562271820839182735035622718208391827350356227182083918273503562271820839182735035622718208391827350356227" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3f031f11-3488-44e3-b2bf-0fa644f00d2f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 734752d0-55ca-4cdc-aa4e-f3471c2690eb, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 734752d0-55ca-4cdc-aa4e-f3471c2690eb, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12728682548339734830 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1272868254833973483012728682548339734830127286825483397348301272868254833973483012728682548339734830127286825483397348301272868254833973483012728682548339734830127286825483397348301272868254833973483012728682548339734830127286825483397348301272868254833973483012728682548339734830127286825483397348301272868254833973483012728682548339734830127286825483397348301272868254833973483012728682548339734830" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 243f3924-2c2c-4288-9269-ed192be3f123, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5c183685-8941-4d92-bbb9-7028e96a8cb6, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5c183685-8941-4d92-bbb9-7028e96a8cb6, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13996296413233197809 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1399629641323319780913996296413233197809139962964132331978091399629641323319780913996296413233197809139962964132331978091399629641323319780913996296413233197809139962964132331978091399629641323319780913996296413233197809139962964132331978091399629641323319780913996296413233197809139962964132331978091399629641323319780913996296413233197809139962964132331978091399629641323319780913996296413233197809" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 734752d0-55ca-4cdc-aa4e-f3471c2690eb, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 55b98942-4ed9-40fb-b999-d371534ab180, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 55b98942-4ed9-40fb-b999-d371534ab180, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4997932633700864952 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49979326337008649524997932633700864952499793263370086495249979326337008649524997932633700864952499793263370086495249979326337008649524997932633700864952499793263370086495249979326337008649524997932633700864952499793263370086495249979326337008649524997932633700864952499793263370086495249979326337008649524997932633700864952499793263370086495249979326337008649524997932633700864952" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5c183685-8941-4d92-bbb9-7028e96a8cb6, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fe79b4b9-2a4d-4bef-b312-c9ad46d8d4e3, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fe79b4b9-2a4d-4bef-b312-c9ad46d8d4e3, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14837093853903744687 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1483709385390374468714837093853903744687148370938539037446871483709385390374468714837093853903744687148370938539037446871483709385390374468714837093853903744687148370938539037446871483709385390374468714837093853903744687148370938539037446871483709385390374468714837093853903744687148370938539037446871483709385390374468714837093853903744687148370938539037446871483709385390374468714837093853903744687" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 55b98942-4ed9-40fb-b999-d371534ab180, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4669c671-b0dd-4441-8395-3a54a729a817, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4669c671-b0dd-4441-8395-3a54a729a817, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12275886170967958442 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1227588617096795844212275886170967958442122758861709679584421227588617096795844212275886170967958442122758861709679584421227588617096795844212275886170967958442122758861709679584421227588617096795844212275886170967958442122758861709679584421227588617096795844212275886170967958442122758861709679584421227588617096795844212275886170967958442122758861709679584421227588617096795844212275886170967958442" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fe79b4b9-2a4d-4bef-b312-c9ad46d8d4e3, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fb30ba47-d4ff-4d60-9621-f2619df105a1, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fb30ba47-d4ff-4d60-9621-f2619df105a1, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14050286599778380569 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1405028659977838056914050286599778380569140502865997783805691405028659977838056914050286599778380569140502865997783805691405028659977838056914050286599778380569140502865997783805691405028659977838056914050286599778380569140502865997783805691405028659977838056914050286599778380569140502865997783805691405028659977838056914050286599778380569140502865997783805691405028659977838056914050286599778380569" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4669c671-b0dd-4441-8395-3a54a729a817, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 97e94a0f-5741-4801-bbb4-1289c9e101fe, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 97e94a0f-5741-4801-bbb4-1289c9e101fe, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10704161855324059875 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1070416185532405987510704161855324059875107041618553240598751070416185532405987510704161855324059875107041618553240598751070416185532405987510704161855324059875107041618553240598751070416185532405987510704161855324059875107041618553240598751070416185532405987510704161855324059875107041618553240598751070416185532405987510704161855324059875107041618553240598751070416185532405987510704161855324059875" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fb30ba47-d4ff-4d60-9621-f2619df105a1, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fb55e70b-1b99-4ae0-a230-e8f886cc8373, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 97e94a0f-5741-4801-bbb4-1289c9e101fe, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fb55e70b-1b99-4ae0-a230-e8f886cc8373, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 852322780693494852 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "852322780693494852852322780693494852852322780693494852852322780693494852852322780693494852852322780693494852852322780693494852852322780693494852852322780693494852852322780693494852852322780693494852852322780693494852852322780693494852852322780693494852852322780693494852852322780693494852852322780693494852852322780693494852852322780693494852852322780693494852" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b19a78f0-2d48-4bb1-a932-44906e462a1e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b19a78f0-2d48-4bb1-a932-44906e462a1e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2624670677255439761 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26246706772554397612624670677255439761262467067725543976126246706772554397612624670677255439761262467067725543976126246706772554397612624670677255439761262467067725543976126246706772554397612624670677255439761262467067725543976126246706772554397612624670677255439761262467067725543976126246706772554397612624670677255439761262467067725543976126246706772554397612624670677255439761" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fb55e70b-1b99-4ae0-a230-e8f886cc8373, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 48c91447-fd2f-40b2-bd19-b874e1ff1dab, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 48c91447-fd2f-40b2-bd19-b874e1ff1dab, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16323893382178175496 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1632389338217817549616323893382178175496163238933821781754961632389338217817549616323893382178175496163238933821781754961632389338217817549616323893382178175496163238933821781754961632389338217817549616323893382178175496163238933821781754961632389338217817549616323893382178175496163238933821781754961632389338217817549616323893382178175496163238933821781754961632389338217817549616323893382178175496" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b19a78f0-2d48-4bb1-a932-44906e462a1e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e3c84ef1-5b1d-4f44-8433-16cf8800ce8a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e3c84ef1-5b1d-4f44-8433-16cf8800ce8a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14690471902181418125 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1469047190218141812514690471902181418125146904719021814181251469047190218141812514690471902181418125146904719021814181251469047190218141812514690471902181418125146904719021814181251469047190218141812514690471902181418125146904719021814181251469047190218141812514690471902181418125146904719021814181251469047190218141812514690471902181418125146904719021814181251469047190218141812514690471902181418125" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 48c91447-fd2f-40b2-bd19-b874e1ff1dab, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dc40a0f9-62c1-45fb-977b-64a13ca3fc88, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dc40a0f9-62c1-45fb-977b-64a13ca3fc88, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2181454107287754548 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21814541072877545482181454107287754548218145410728775454821814541072877545482181454107287754548218145410728775454821814541072877545482181454107287754548218145410728775454821814541072877545482181454107287754548218145410728775454821814541072877545482181454107287754548218145410728775454821814541072877545482181454107287754548218145410728775454821814541072877545482181454107287754548" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e3c84ef1-5b1d-4f44-8433-16cf8800ce8a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1361e817-b811-45f7-9132-7b3b081f8b02, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1361e817-b811-45f7-9132-7b3b081f8b02, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6519717752265455309 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65197177522654553096519717752265455309651971775226545530965197177522654553096519717752265455309651971775226545530965197177522654553096519717752265455309651971775226545530965197177522654553096519717752265455309651971775226545530965197177522654553096519717752265455309651971775226545530965197177522654553096519717752265455309651971775226545530965197177522654553096519717752265455309" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dc40a0f9-62c1-45fb-977b-64a13ca3fc88, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d6af33ea-1747-4ed2-8aeb-c146bbc1bcad, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d6af33ea-1747-4ed2-8aeb-c146bbc1bcad, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12196893170869481418 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1219689317086948141812196893170869481418121968931708694814181219689317086948141812196893170869481418121968931708694814181219689317086948141812196893170869481418121968931708694814181219689317086948141812196893170869481418121968931708694814181219689317086948141812196893170869481418121968931708694814181219689317086948141812196893170869481418121968931708694814181219689317086948141812196893170869481418" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1361e817-b811-45f7-9132-7b3b081f8b02, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 277ac77f-5c0c-4996-95fd-83b4e346af73, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 277ac77f-5c0c-4996-95fd-83b4e346af73, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5987100458200819478 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59871004582008194785987100458200819478598710045820081947859871004582008194785987100458200819478598710045820081947859871004582008194785987100458200819478598710045820081947859871004582008194785987100458200819478598710045820081947859871004582008194785987100458200819478598710045820081947859871004582008194785987100458200819478598710045820081947859871004582008194785987100458200819478" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d6af33ea-1747-4ed2-8aeb-c146bbc1bcad, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, db9b5f1e-3095-45ad-9d05-8e657d0d8aef, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, db9b5f1e-3095-45ad-9d05-8e657d0d8aef, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3969280145046269172 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39692801450462691723969280145046269172396928014504626917239692801450462691723969280145046269172396928014504626917239692801450462691723969280145046269172396928014504626917239692801450462691723969280145046269172396928014504626917239692801450462691723969280145046269172396928014504626917239692801450462691723969280145046269172396928014504626917239692801450462691723969280145046269172" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 277ac77f-5c0c-4996-95fd-83b4e346af73, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3539a321-0fca-4735-8379-e29839bff3f3, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3539a321-0fca-4735-8379-e29839bff3f3, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10277680040500831088 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1027768004050083108810277680040500831088102776800405008310881027768004050083108810277680040500831088102776800405008310881027768004050083108810277680040500831088102776800405008310881027768004050083108810277680040500831088102776800405008310881027768004050083108810277680040500831088102776800405008310881027768004050083108810277680040500831088102776800405008310881027768004050083108810277680040500831088" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, db9b5f1e-3095-45ad-9d05-8e657d0d8aef, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3539a321-0fca-4735-8379-e29839bff3f3, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 15a59004-c4de-44b8-9eb6-969c5c6ad3fa, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 15a59004-c4de-44b8-9eb6-969c5c6ad3fa, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15088583681223439927 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1508858368122343992715088583681223439927150885836812234399271508858368122343992715088583681223439927150885836812234399271508858368122343992715088583681223439927150885836812234399271508858368122343992715088583681223439927150885836812234399271508858368122343992715088583681223439927150885836812234399271508858368122343992715088583681223439927150885836812234399271508858368122343992715088583681223439927" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c7cad204-fcda-4f8f-b442-be1706432816, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c7cad204-fcda-4f8f-b442-be1706432816, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12756829720218034304 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1275682972021803430412756829720218034304127568297202180343041275682972021803430412756829720218034304127568297202180343041275682972021803430412756829720218034304127568297202180343041275682972021803430412756829720218034304127568297202180343041275682972021803430412756829720218034304127568297202180343041275682972021803430412756829720218034304127568297202180343041275682972021803430412756829720218034304" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 15a59004-c4de-44b8-9eb6-969c5c6ad3fa, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4477ac6f-d3a4-4f41-b0ab-38584fbda6c7, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4477ac6f-d3a4-4f41-b0ab-38584fbda6c7, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4265178108912765697 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42651781089127656974265178108912765697426517810891276569742651781089127656974265178108912765697426517810891276569742651781089127656974265178108912765697426517810891276569742651781089127656974265178108912765697426517810891276569742651781089127656974265178108912765697426517810891276569742651781089127656974265178108912765697426517810891276569742651781089127656974265178108912765697" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c7cad204-fcda-4f8f-b442-be1706432816, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7b93cd85-33c9-4c0c-9812-e4c9444a80b1, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7b93cd85-33c9-4c0c-9812-e4c9444a80b1, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 956091208796719390 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "956091208796719390956091208796719390956091208796719390956091208796719390956091208796719390956091208796719390956091208796719390956091208796719390956091208796719390956091208796719390956091208796719390956091208796719390956091208796719390956091208796719390956091208796719390956091208796719390956091208796719390956091208796719390956091208796719390956091208796719390" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4477ac6f-d3a4-4f41-b0ab-38584fbda6c7, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a8c6ecbe-07ae-4dae-8bf9-6f724b2e9132, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a8c6ecbe-07ae-4dae-8bf9-6f724b2e9132, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1980231227490719622 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19802312274907196221980231227490719622198023122749071962219802312274907196221980231227490719622198023122749071962219802312274907196221980231227490719622198023122749071962219802312274907196221980231227490719622198023122749071962219802312274907196221980231227490719622198023122749071962219802312274907196221980231227490719622198023122749071962219802312274907196221980231227490719622" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7b93cd85-33c9-4c0c-9812-e4c9444a80b1, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1f09af94-6d05-4150-913f-a5431dbdb9bb, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1f09af94-6d05-4150-913f-a5431dbdb9bb, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15812277404288981795 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1581227740428898179515812277404288981795158122774042889817951581227740428898179515812277404288981795158122774042889817951581227740428898179515812277404288981795158122774042889817951581227740428898179515812277404288981795158122774042889817951581227740428898179515812277404288981795158122774042889817951581227740428898179515812277404288981795158122774042889817951581227740428898179515812277404288981795" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a8c6ecbe-07ae-4dae-8bf9-6f724b2e9132, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cd70ab36-ca77-4e2f-ab7d-66f588f2ea81, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cd70ab36-ca77-4e2f-ab7d-66f588f2ea81, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2397367864502632038 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23973678645026320382397367864502632038239736786450263203823973678645026320382397367864502632038239736786450263203823973678645026320382397367864502632038239736786450263203823973678645026320382397367864502632038239736786450263203823973678645026320382397367864502632038239736786450263203823973678645026320382397367864502632038239736786450263203823973678645026320382397367864502632038" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1f09af94-6d05-4150-913f-a5431dbdb9bb, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 485512ff-f46d-4fe7-88da-72bb475feb74, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 485512ff-f46d-4fe7-88da-72bb475feb74, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13897701258542349901 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1389770125854234990113897701258542349901138977012585423499011389770125854234990113897701258542349901138977012585423499011389770125854234990113897701258542349901138977012585423499011389770125854234990113897701258542349901138977012585423499011389770125854234990113897701258542349901138977012585423499011389770125854234990113897701258542349901138977012585423499011389770125854234990113897701258542349901" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cd70ab36-ca77-4e2f-ab7d-66f588f2ea81, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 744303e6-0f2d-4629-b74f-0ddfbaf9a1ff, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 744303e6-0f2d-4629-b74f-0ddfbaf9a1ff, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15573870791347037959 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1557387079134703795915573870791347037959155738707913470379591557387079134703795915573870791347037959155738707913470379591557387079134703795915573870791347037959155738707913470379591557387079134703795915573870791347037959155738707913470379591557387079134703795915573870791347037959155738707913470379591557387079134703795915573870791347037959155738707913470379591557387079134703795915573870791347037959" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 485512ff-f46d-4fe7-88da-72bb475feb74, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, afb143fd-c8d4-4143-9c00-17526b8fac11, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, afb143fd-c8d4-4143-9c00-17526b8fac11, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12695275332152554591 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1269527533215255459112695275332152554591126952753321525545911269527533215255459112695275332152554591126952753321525545911269527533215255459112695275332152554591126952753321525545911269527533215255459112695275332152554591126952753321525545911269527533215255459112695275332152554591126952753321525545911269527533215255459112695275332152554591126952753321525545911269527533215255459112695275332152554591" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 744303e6-0f2d-4629-b74f-0ddfbaf9a1ff, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c9f35a36-849f-405b-8e1d-be5f608c72a9, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c9f35a36-849f-405b-8e1d-be5f608c72a9, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15095100914626530104 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1509510091462653010415095100914626530104150951009146265301041509510091462653010415095100914626530104150951009146265301041509510091462653010415095100914626530104150951009146265301041509510091462653010415095100914626530104150951009146265301041509510091462653010415095100914626530104150951009146265301041509510091462653010415095100914626530104150951009146265301041509510091462653010415095100914626530104" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, afb143fd-c8d4-4143-9c00-17526b8fac11, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4d416a56-6caa-4c56-ba48-9fbb8854d94d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4d416a56-6caa-4c56-ba48-9fbb8854d94d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13295035500564706030 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1329503550056470603013295035500564706030132950355005647060301329503550056470603013295035500564706030132950355005647060301329503550056470603013295035500564706030132950355005647060301329503550056470603013295035500564706030132950355005647060301329503550056470603013295035500564706030132950355005647060301329503550056470603013295035500564706030132950355005647060301329503550056470603013295035500564706030" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c9f35a36-849f-405b-8e1d-be5f608c72a9, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4d416a56-6caa-4c56-ba48-9fbb8854d94d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 72bc3c27-c40c-4224-a440-ff951277b9b0, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 72bc3c27-c40c-4224-a440-ff951277b9b0, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11582178049050622798 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1158217804905062279811582178049050622798115821780490506227981158217804905062279811582178049050622798115821780490506227981158217804905062279811582178049050622798115821780490506227981158217804905062279811582178049050622798115821780490506227981158217804905062279811582178049050622798115821780490506227981158217804905062279811582178049050622798115821780490506227981158217804905062279811582178049050622798" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d0fe86b4-7bbd-454b-9e8a-a0a131652595, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d0fe86b4-7bbd-454b-9e8a-a0a131652595, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14113732471439839367 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1411373247143983936714113732471439839367141137324714398393671411373247143983936714113732471439839367141137324714398393671411373247143983936714113732471439839367141137324714398393671411373247143983936714113732471439839367141137324714398393671411373247143983936714113732471439839367141137324714398393671411373247143983936714113732471439839367141137324714398393671411373247143983936714113732471439839367" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 72bc3c27-c40c-4224-a440-ff951277b9b0, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9a5c4053-6c47-463d-b8f9-99a7052bf851, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d0fe86b4-7bbd-454b-9e8a-a0a131652595, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 36e53952-63d5-4032-acc2-868cd3013c46, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 36e53952-63d5-4032-acc2-868cd3013c46, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4317812812593795934 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43178128125937959344317812812593795934431781281259379593443178128125937959344317812812593795934431781281259379593443178128125937959344317812812593795934431781281259379593443178128125937959344317812812593795934431781281259379593443178128125937959344317812812593795934431781281259379593443178128125937959344317812812593795934431781281259379593443178128125937959344317812812593795934" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9a5c4053-6c47-463d-b8f9-99a7052bf851, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6990182670198663726 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69901826701986637266990182670198663726699018267019866372669901826701986637266990182670198663726699018267019866372669901826701986637266990182670198663726699018267019866372669901826701986637266990182670198663726699018267019866372669901826701986637266990182670198663726699018267019866372669901826701986637266990182670198663726699018267019866372669901826701986637266990182670198663726" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9a5c4053-6c47-463d-b8f9-99a7052bf851, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 75a8cc43-bbb2-4d6f-8c64-95c9ad9949b2, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 75a8cc43-bbb2-4d6f-8c64-95c9ad9949b2, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10219671418896355868 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1021967141889635586810219671418896355868102196714188963558681021967141889635586810219671418896355868102196714188963558681021967141889635586810219671418896355868102196714188963558681021967141889635586810219671418896355868102196714188963558681021967141889635586810219671418896355868102196714188963558681021967141889635586810219671418896355868102196714188963558681021967141889635586810219671418896355868" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 75a8cc43-bbb2-4d6f-8c64-95c9ad9949b2, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e64cf0c7-a246-4a7b-8fb3-c91a20f504c3, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e64cf0c7-a246-4a7b-8fb3-c91a20f504c3, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8794527922178219258 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87945279221782192588794527922178219258879452792217821925887945279221782192588794527922178219258879452792217821925887945279221782192588794527922178219258879452792217821925887945279221782192588794527922178219258879452792217821925887945279221782192588794527922178219258879452792217821925887945279221782192588794527922178219258879452792217821925887945279221782192588794527922178219258" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 36e53952-63d5-4032-acc2-868cd3013c46, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 518ffa7a-11fd-4ca6-b332-d3d089b2a508, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 518ffa7a-11fd-4ca6-b332-d3d089b2a508, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12721554322846975609 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1272155432284697560912721554322846975609127215543228469756091272155432284697560912721554322846975609127215543228469756091272155432284697560912721554322846975609127215543228469756091272155432284697560912721554322846975609127215543228469756091272155432284697560912721554322846975609127215543228469756091272155432284697560912721554322846975609127215543228469756091272155432284697560912721554322846975609" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e64cf0c7-a246-4a7b-8fb3-c91a20f504c3, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 96b8b70d-e33b-4581-8846-8cdf46dfe526, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 96b8b70d-e33b-4581-8846-8cdf46dfe526, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13566238041041442960 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1356623804104144296013566238041041442960135662380410414429601356623804104144296013566238041041442960135662380410414429601356623804104144296013566238041041442960135662380410414429601356623804104144296013566238041041442960135662380410414429601356623804104144296013566238041041442960135662380410414429601356623804104144296013566238041041442960135662380410414429601356623804104144296013566238041041442960" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 518ffa7a-11fd-4ca6-b332-d3d089b2a508, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ee92ee7f-6fe2-4faf-ab04-c75f2c7c4300, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ee92ee7f-6fe2-4faf-ab04-c75f2c7c4300, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1113721512847918281 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11137215128479182811113721512847918281111372151284791828111137215128479182811113721512847918281111372151284791828111137215128479182811113721512847918281111372151284791828111137215128479182811113721512847918281111372151284791828111137215128479182811113721512847918281111372151284791828111137215128479182811113721512847918281111372151284791828111137215128479182811113721512847918281" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 96b8b70d-e33b-4581-8846-8cdf46dfe526, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9b1c4a74-6687-4f0b-aa0c-8cdba4c4cd3e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9b1c4a74-6687-4f0b-aa0c-8cdba4c4cd3e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15011493663543721926 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1501149366354372192615011493663543721926150114936635437219261501149366354372192615011493663543721926150114936635437219261501149366354372192615011493663543721926150114936635437219261501149366354372192615011493663543721926150114936635437219261501149366354372192615011493663543721926150114936635437219261501149366354372192615011493663543721926150114936635437219261501149366354372192615011493663543721926" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ee92ee7f-6fe2-4faf-ab04-c75f2c7c4300, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3b08c604-4442-4008-9d5c-332b0c04e5f0, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3b08c604-4442-4008-9d5c-332b0c04e5f0, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12044008485032906970 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1204400848503290697012044008485032906970120440084850329069701204400848503290697012044008485032906970120440084850329069701204400848503290697012044008485032906970120440084850329069701204400848503290697012044008485032906970120440084850329069701204400848503290697012044008485032906970120440084850329069701204400848503290697012044008485032906970120440084850329069701204400848503290697012044008485032906970" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9b1c4a74-6687-4f0b-aa0c-8cdba4c4cd3e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 45a32882-9968-422f-be02-a7b9e1ea9f7f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 45a32882-9968-422f-be02-a7b9e1ea9f7f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14914187323358294719 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1491418732335829471914914187323358294719149141873233582947191491418732335829471914914187323358294719149141873233582947191491418732335829471914914187323358294719149141873233582947191491418732335829471914914187323358294719149141873233582947191491418732335829471914914187323358294719149141873233582947191491418732335829471914914187323358294719149141873233582947191491418732335829471914914187323358294719" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3b08c604-4442-4008-9d5c-332b0c04e5f0, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 34946ffd-de96-406a-aa9b-fc9d95fd7d05, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 34946ffd-de96-406a-aa9b-fc9d95fd7d05, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3216624681416884876 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32166246814168848763216624681416884876321662468141688487632166246814168848763216624681416884876321662468141688487632166246814168848763216624681416884876321662468141688487632166246814168848763216624681416884876321662468141688487632166246814168848763216624681416884876321662468141688487632166246814168848763216624681416884876321662468141688487632166246814168848763216624681416884876" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 45a32882-9968-422f-be02-a7b9e1ea9f7f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 947f9fb0-63b1-4d4b-9dfd-bab14428b1ea, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 947f9fb0-63b1-4d4b-9dfd-bab14428b1ea, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1016875804206290333 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10168758042062903331016875804206290333101687580420629033310168758042062903331016875804206290333101687580420629033310168758042062903331016875804206290333101687580420629033310168758042062903331016875804206290333101687580420629033310168758042062903331016875804206290333101687580420629033310168758042062903331016875804206290333101687580420629033310168758042062903331016875804206290333" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 34946ffd-de96-406a-aa9b-fc9d95fd7d05, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 61f005eb-e6d8-4ece-90e9-b1d8334061c9, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 61f005eb-e6d8-4ece-90e9-b1d8334061c9, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15473161856935807746 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1547316185693580774615473161856935807746154731618569358077461547316185693580774615473161856935807746154731618569358077461547316185693580774615473161856935807746154731618569358077461547316185693580774615473161856935807746154731618569358077461547316185693580774615473161856935807746154731618569358077461547316185693580774615473161856935807746154731618569358077461547316185693580774615473161856935807746" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 947f9fb0-63b1-4d4b-9dfd-bab14428b1ea, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 788ab2d7-75bf-4396-8b54-314ab31ded4a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 788ab2d7-75bf-4396-8b54-314ab31ded4a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6150354349883233410 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61503543498832334106150354349883233410615035434988323341061503543498832334106150354349883233410615035434988323341061503543498832334106150354349883233410615035434988323341061503543498832334106150354349883233410615035434988323341061503543498832334106150354349883233410615035434988323341061503543498832334106150354349883233410615035434988323341061503543498832334106150354349883233410" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 61f005eb-e6d8-4ece-90e9-b1d8334061c9, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4b69ba0f-4dfa-4a69-ba76-d683226cb5c8, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4b69ba0f-4dfa-4a69-ba76-d683226cb5c8, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7831397635199115906 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78313976351991159067831397635199115906783139763519911590678313976351991159067831397635199115906783139763519911590678313976351991159067831397635199115906783139763519911590678313976351991159067831397635199115906783139763519911590678313976351991159067831397635199115906783139763519911590678313976351991159067831397635199115906783139763519911590678313976351991159067831397635199115906" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 788ab2d7-75bf-4396-8b54-314ab31ded4a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3d1f25d1-f256-4940-ac2d-71ad72029a86, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3d1f25d1-f256-4940-ac2d-71ad72029a86, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4971078806055166324 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49710788060551663244971078806055166324497107880605516632449710788060551663244971078806055166324497107880605516632449710788060551663244971078806055166324497107880605516632449710788060551663244971078806055166324497107880605516632449710788060551663244971078806055166324497107880605516632449710788060551663244971078806055166324497107880605516632449710788060551663244971078806055166324" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4b69ba0f-4dfa-4a69-ba76-d683226cb5c8, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, af381e27-60b3-4c6d-9e14-703ad4252759, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, af381e27-60b3-4c6d-9e14-703ad4252759, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16349793515735532644 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1634979351573553264416349793515735532644163497935157355326441634979351573553264416349793515735532644163497935157355326441634979351573553264416349793515735532644163497935157355326441634979351573553264416349793515735532644163497935157355326441634979351573553264416349793515735532644163497935157355326441634979351573553264416349793515735532644163497935157355326441634979351573553264416349793515735532644" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, af381e27-60b3-4c6d-9e14-703ad4252759, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b26703af-95ad-4b7d-a361-d483c1425b00, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b26703af-95ad-4b7d-a361-d483c1425b00, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12377322618310185625 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1237732261831018562512377322618310185625123773226183101856251237732261831018562512377322618310185625123773226183101856251237732261831018562512377322618310185625123773226183101856251237732261831018562512377322618310185625123773226183101856251237732261831018562512377322618310185625123773226183101856251237732261831018562512377322618310185625123773226183101856251237732261831018562512377322618310185625" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3d1f25d1-f256-4940-ac2d-71ad72029a86, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 52a99f15-8a62-4655-9c4c-ab25a33729b4, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 52a99f15-8a62-4655-9c4c-ab25a33729b4, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9051017475356638288 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90510174753566382889051017475356638288905101747535663828890510174753566382889051017475356638288905101747535663828890510174753566382889051017475356638288905101747535663828890510174753566382889051017475356638288905101747535663828890510174753566382889051017475356638288905101747535663828890510174753566382889051017475356638288905101747535663828890510174753566382889051017475356638288" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b26703af-95ad-4b7d-a361-d483c1425b00, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7c03f3bd-4b9c-49d8-8abb-9903159faaa9, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7c03f3bd-4b9c-49d8-8abb-9903159faaa9, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5814717921466047420 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58147179214660474205814717921466047420581471792146604742058147179214660474205814717921466047420581471792146604742058147179214660474205814717921466047420581471792146604742058147179214660474205814717921466047420581471792146604742058147179214660474205814717921466047420581471792146604742058147179214660474205814717921466047420581471792146604742058147179214660474205814717921466047420" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 52a99f15-8a62-4655-9c4c-ab25a33729b4, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3bbb9f65-f634-4d64-851c-c4a365b180a6, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7c03f3bd-4b9c-49d8-8abb-9903159faaa9, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2f670c56-7d62-4061-90b6-891b1d4e6ee0, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3bbb9f65-f634-4d64-851c-c4a365b180a6, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 179508666550177339 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "179508666550177339179508666550177339179508666550177339179508666550177339179508666550177339179508666550177339179508666550177339179508666550177339179508666550177339179508666550177339179508666550177339179508666550177339179508666550177339179508666550177339179508666550177339179508666550177339179508666550177339179508666550177339179508666550177339179508666550177339" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2f670c56-7d62-4061-90b6-891b1d4e6ee0, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17374751943506772200 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1737475194350677220017374751943506772200173747519435067722001737475194350677220017374751943506772200173747519435067722001737475194350677220017374751943506772200173747519435067722001737475194350677220017374751943506772200173747519435067722001737475194350677220017374751943506772200173747519435067722001737475194350677220017374751943506772200173747519435067722001737475194350677220017374751943506772200" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2f670c56-7d62-4061-90b6-891b1d4e6ee0, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3f5f66b2-d953-402f-89e3-498ab2a773e2, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3f5f66b2-d953-402f-89e3-498ab2a773e2, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12501143936724978875 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1250114393672497887512501143936724978875125011439367249788751250114393672497887512501143936724978875125011439367249788751250114393672497887512501143936724978875125011439367249788751250114393672497887512501143936724978875125011439367249788751250114393672497887512501143936724978875125011439367249788751250114393672497887512501143936724978875125011439367249788751250114393672497887512501143936724978875" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3bbb9f65-f634-4d64-851c-c4a365b180a6, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 78993de6-ffc7-410a-946c-d2641012480b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 78993de6-ffc7-410a-946c-d2641012480b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16157304396150132184 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1615730439615013218416157304396150132184161573043961501321841615730439615013218416157304396150132184161573043961501321841615730439615013218416157304396150132184161573043961501321841615730439615013218416157304396150132184161573043961501321841615730439615013218416157304396150132184161573043961501321841615730439615013218416157304396150132184161573043961501321841615730439615013218416157304396150132184" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3f5f66b2-d953-402f-89e3-498ab2a773e2, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 624d5167-6ad3-442a-bd8b-694fb1d30ea2, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 624d5167-6ad3-442a-bd8b-694fb1d30ea2, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13758947924568434509 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1375894792456843450913758947924568434509137589479245684345091375894792456843450913758947924568434509137589479245684345091375894792456843450913758947924568434509137589479245684345091375894792456843450913758947924568434509137589479245684345091375894792456843450913758947924568434509137589479245684345091375894792456843450913758947924568434509137589479245684345091375894792456843450913758947924568434509" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 78993de6-ffc7-410a-946c-d2641012480b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0b63e3e7-a2f8-4592-a5cd-5c39fe89f742, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0b63e3e7-a2f8-4592-a5cd-5c39fe89f742, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2087242487614737787 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20872424876147377872087242487614737787208724248761473778720872424876147377872087242487614737787208724248761473778720872424876147377872087242487614737787208724248761473778720872424876147377872087242487614737787208724248761473778720872424876147377872087242487614737787208724248761473778720872424876147377872087242487614737787208724248761473778720872424876147377872087242487614737787" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 624d5167-6ad3-442a-bd8b-694fb1d30ea2, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f430e699-d93e-44c3-84fd-6c799be1be5e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f430e699-d93e-44c3-84fd-6c799be1be5e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17897527317391198005 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1789752731739119800517897527317391198005178975273173911980051789752731739119800517897527317391198005178975273173911980051789752731739119800517897527317391198005178975273173911980051789752731739119800517897527317391198005178975273173911980051789752731739119800517897527317391198005178975273173911980051789752731739119800517897527317391198005178975273173911980051789752731739119800517897527317391198005" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0b63e3e7-a2f8-4592-a5cd-5c39fe89f742, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 73d16f94-de9d-4242-a612-3086d9594f1c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 73d16f94-de9d-4242-a612-3086d9594f1c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4354046497647579479 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43540464976475794794354046497647579479435404649764757947943540464976475794794354046497647579479435404649764757947943540464976475794794354046497647579479435404649764757947943540464976475794794354046497647579479435404649764757947943540464976475794794354046497647579479435404649764757947943540464976475794794354046497647579479435404649764757947943540464976475794794354046497647579479" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f430e699-d93e-44c3-84fd-6c799be1be5e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 857e7152-3a78-4a5f-9cad-54789ccccfc4, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 857e7152-3a78-4a5f-9cad-54789ccccfc4, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11314062980268830507 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1131406298026883050711314062980268830507113140629802688305071131406298026883050711314062980268830507113140629802688305071131406298026883050711314062980268830507113140629802688305071131406298026883050711314062980268830507113140629802688305071131406298026883050711314062980268830507113140629802688305071131406298026883050711314062980268830507113140629802688305071131406298026883050711314062980268830507" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 73d16f94-de9d-4242-a612-3086d9594f1c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cc3234ef-5a86-4541-b695-b014121debe3, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cc3234ef-5a86-4541-b695-b014121debe3, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12576240183826822998 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1257624018382682299812576240183826822998125762401838268229981257624018382682299812576240183826822998125762401838268229981257624018382682299812576240183826822998125762401838268229981257624018382682299812576240183826822998125762401838268229981257624018382682299812576240183826822998125762401838268229981257624018382682299812576240183826822998125762401838268229981257624018382682299812576240183826822998" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 857e7152-3a78-4a5f-9cad-54789ccccfc4, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 268db12a-940f-4e74-bace-679a45a9f23b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 268db12a-940f-4e74-bace-679a45a9f23b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14146800732636262430 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1414680073263626243014146800732636262430141468007326362624301414680073263626243014146800732636262430141468007326362624301414680073263626243014146800732636262430141468007326362624301414680073263626243014146800732636262430141468007326362624301414680073263626243014146800732636262430141468007326362624301414680073263626243014146800732636262430141468007326362624301414680073263626243014146800732636262430" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cc3234ef-5a86-4541-b695-b014121debe3, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3e64ecee-9577-453a-82f9-e88b25c99879, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 268db12a-940f-4e74-bace-679a45a9f23b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d32a9a9f-7d6b-42e0-ac00-d57e7a888a9c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3e64ecee-9577-453a-82f9-e88b25c99879, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15154759439532804775 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1515475943953280477515154759439532804775151547594395328047751515475943953280477515154759439532804775151547594395328047751515475943953280477515154759439532804775151547594395328047751515475943953280477515154759439532804775151547594395328047751515475943953280477515154759439532804775151547594395328047751515475943953280477515154759439532804775151547594395328047751515475943953280477515154759439532804775" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d32a9a9f-7d6b-42e0-ac00-d57e7a888a9c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7249112704327898914 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72491127043278989147249112704327898914724911270432789891472491127043278989147249112704327898914724911270432789891472491127043278989147249112704327898914724911270432789891472491127043278989147249112704327898914724911270432789891472491127043278989147249112704327898914724911270432789891472491127043278989147249112704327898914724911270432789891472491127043278989147249112704327898914" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3e64ecee-9577-453a-82f9-e88b25c99879, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cd1edcf7-46f1-48cc-ab1a-feae6d9efa8b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cd1edcf7-46f1-48cc-ab1a-feae6d9efa8b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5125480346529345683 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51254803465293456835125480346529345683512548034652934568351254803465293456835125480346529345683512548034652934568351254803465293456835125480346529345683512548034652934568351254803465293456835125480346529345683512548034652934568351254803465293456835125480346529345683512548034652934568351254803465293456835125480346529345683512548034652934568351254803465293456835125480346529345683" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d32a9a9f-7d6b-42e0-ac00-d57e7a888a9c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, aa59df13-d641-43f9-a301-dc06d6588c28, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aa59df13-d641-43f9-a301-dc06d6588c28, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14293618036222055148 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1429361803622205514814293618036222055148142936180362220551481429361803622205514814293618036222055148142936180362220551481429361803622205514814293618036222055148142936180362220551481429361803622205514814293618036222055148142936180362220551481429361803622205514814293618036222055148142936180362220551481429361803622205514814293618036222055148142936180362220551481429361803622205514814293618036222055148" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cd1edcf7-46f1-48cc-ab1a-feae6d9efa8b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aa59df13-d641-43f9-a301-dc06d6588c28, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e18a009d-1678-44bb-a9b6-10b6301ea684, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e18a009d-1678-44bb-a9b6-10b6301ea684, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7964176159572091995 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79641761595720919957964176159572091995796417615957209199579641761595720919957964176159572091995796417615957209199579641761595720919957964176159572091995796417615957209199579641761595720919957964176159572091995796417615957209199579641761595720919957964176159572091995796417615957209199579641761595720919957964176159572091995796417615957209199579641761595720919957964176159572091995" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 33c69ab5-8d88-4e88-b6b6-ccb7870dfff2, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 33c69ab5-8d88-4e88-b6b6-ccb7870dfff2, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10334321724391119425 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1033432172439111942510334321724391119425103343217243911194251033432172439111942510334321724391119425103343217243911194251033432172439111942510334321724391119425103343217243911194251033432172439111942510334321724391119425103343217243911194251033432172439111942510334321724391119425103343217243911194251033432172439111942510334321724391119425103343217243911194251033432172439111942510334321724391119425" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e18a009d-1678-44bb-a9b6-10b6301ea684, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 33c69ab5-8d88-4e88-b6b6-ccb7870dfff2, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ff3bad02-255d-4973-b86e-8dedb29089c5, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ff3bad02-255d-4973-b86e-8dedb29089c5, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6488747126150403986 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64887471261504039866488747126150403986648874712615040398664887471261504039866488747126150403986648874712615040398664887471261504039866488747126150403986648874712615040398664887471261504039866488747126150403986648874712615040398664887471261504039866488747126150403986648874712615040398664887471261504039866488747126150403986648874712615040398664887471261504039866488747126150403986" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cc910492-38e5-45b5-a995-2cb0b6a1c935, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cc910492-38e5-45b5-a995-2cb0b6a1c935, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13328045490317565507 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1332804549031756550713328045490317565507133280454903175655071332804549031756550713328045490317565507133280454903175655071332804549031756550713328045490317565507133280454903175655071332804549031756550713328045490317565507133280454903175655071332804549031756550713328045490317565507133280454903175655071332804549031756550713328045490317565507133280454903175655071332804549031756550713328045490317565507" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ff3bad02-255d-4973-b86e-8dedb29089c5, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e645dc49-d686-4a35-b27d-f705ece23f3f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e645dc49-d686-4a35-b27d-f705ece23f3f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1974011604506663676 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19740116045066636761974011604506663676197401160450666367619740116045066636761974011604506663676197401160450666367619740116045066636761974011604506663676197401160450666367619740116045066636761974011604506663676197401160450666367619740116045066636761974011604506663676197401160450666367619740116045066636761974011604506663676197401160450666367619740116045066636761974011604506663676" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cc910492-38e5-45b5-a995-2cb0b6a1c935, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f1461345-1dea-4f34-9f5a-8c5d715d2fc5, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f1461345-1dea-4f34-9f5a-8c5d715d2fc5, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5733094618104806279 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57330946181048062795733094618104806279573309461810480627957330946181048062795733094618104806279573309461810480627957330946181048062795733094618104806279573309461810480627957330946181048062795733094618104806279573309461810480627957330946181048062795733094618104806279573309461810480627957330946181048062795733094618104806279573309461810480627957330946181048062795733094618104806279" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e645dc49-d686-4a35-b27d-f705ece23f3f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bbcf7a38-d44a-4f8c-b9dc-d0634e2cdb45, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f1461345-1dea-4f34-9f5a-8c5d715d2fc5, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 82dd6b9b-449d-466c-9f88-172f059c3993, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 82dd6b9b-449d-466c-9f88-172f059c3993, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4787461313607808821 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47874613136078088214787461313607808821478746131360780882147874613136078088214787461313607808821478746131360780882147874613136078088214787461313607808821478746131360780882147874613136078088214787461313607808821478746131360780882147874613136078088214787461313607808821478746131360780882147874613136078088214787461313607808821478746131360780882147874613136078088214787461313607808821" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bbcf7a38-d44a-4f8c-b9dc-d0634e2cdb45, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15928325853641943882 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1592832585364194388215928325853641943882159283258536419438821592832585364194388215928325853641943882159283258536419438821592832585364194388215928325853641943882159283258536419438821592832585364194388215928325853641943882159283258536419438821592832585364194388215928325853641943882159283258536419438821592832585364194388215928325853641943882159283258536419438821592832585364194388215928325853641943882" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 82dd6b9b-449d-466c-9f88-172f059c3993, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bbcf7a38-d44a-4f8c-b9dc-d0634e2cdb45, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e023b2f9-f0b1-4bb9-a5cc-ad967717bfbd, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e023b2f9-f0b1-4bb9-a5cc-ad967717bfbd, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9252987257764679613 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92529872577646796139252987257764679613925298725776467961392529872577646796139252987257764679613925298725776467961392529872577646796139252987257764679613925298725776467961392529872577646796139252987257764679613925298725776467961392529872577646796139252987257764679613925298725776467961392529872577646796139252987257764679613925298725776467961392529872577646796139252987257764679613" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c6264e39-3f74-4b53-9ad9-10ab1e3b116d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c6264e39-3f74-4b53-9ad9-10ab1e3b116d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17172452153015629218 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1717245215301562921817172452153015629218171724521530156292181717245215301562921817172452153015629218171724521530156292181717245215301562921817172452153015629218171724521530156292181717245215301562921817172452153015629218171724521530156292181717245215301562921817172452153015629218171724521530156292181717245215301562921817172452153015629218171724521530156292181717245215301562921817172452153015629218" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c6264e39-3f74-4b53-9ad9-10ab1e3b116d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 164b3f6f-00f7-4ca1-a199-de4ae2dff0df, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 164b3f6f-00f7-4ca1-a199-de4ae2dff0df, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12998836877009478268 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1299883687700947826812998836877009478268129988368770094782681299883687700947826812998836877009478268129988368770094782681299883687700947826812998836877009478268129988368770094782681299883687700947826812998836877009478268129988368770094782681299883687700947826812998836877009478268129988368770094782681299883687700947826812998836877009478268129988368770094782681299883687700947826812998836877009478268" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e023b2f9-f0b1-4bb9-a5cc-ad967717bfbd, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cdf9492d-5d95-4a5c-8949-3bc8fc221005, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cdf9492d-5d95-4a5c-8949-3bc8fc221005, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12735718392235145020 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1273571839223514502012735718392235145020127357183922351450201273571839223514502012735718392235145020127357183922351450201273571839223514502012735718392235145020127357183922351450201273571839223514502012735718392235145020127357183922351450201273571839223514502012735718392235145020127357183922351450201273571839223514502012735718392235145020127357183922351450201273571839223514502012735718392235145020" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 164b3f6f-00f7-4ca1-a199-de4ae2dff0df, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cdf9492d-5d95-4a5c-8949-3bc8fc221005, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 766db4f0-57c7-4840-976d-3441025f9273, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4c3d313d-05c6-445d-8133-0e727b87fd11, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 766db4f0-57c7-4840-976d-3441025f9273, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2602612210980466421 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26026122109804664212602612210980466421260261221098046642126026122109804664212602612210980466421260261221098046642126026122109804664212602612210980466421260261221098046642126026122109804664212602612210980466421260261221098046642126026122109804664212602612210980466421260261221098046642126026122109804664212602612210980466421260261221098046642126026122109804664212602612210980466421" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4c3d313d-05c6-445d-8133-0e727b87fd11, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16741060271564435072 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1674106027156443507216741060271564435072167410602715644350721674106027156443507216741060271564435072167410602715644350721674106027156443507216741060271564435072167410602715644350721674106027156443507216741060271564435072167410602715644350721674106027156443507216741060271564435072167410602715644350721674106027156443507216741060271564435072167410602715644350721674106027156443507216741060271564435072" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 766db4f0-57c7-4840-976d-3441025f9273, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cc379928-9bc8-4018-9ae8-e5a4bac68f76, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cc379928-9bc8-4018-9ae8-e5a4bac68f76, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8631478922247943878 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86314789222479438788631478922247943878863147892224794387886314789222479438788631478922247943878863147892224794387886314789222479438788631478922247943878863147892224794387886314789222479438788631478922247943878863147892224794387886314789222479438788631478922247943878863147892224794387886314789222479438788631478922247943878863147892224794387886314789222479438788631478922247943878" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4c3d313d-05c6-445d-8133-0e727b87fd11, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, df7dbda9-727c-43b4-94e8-882ee1d9869f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, df7dbda9-727c-43b4-94e8-882ee1d9869f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4142386935674514967 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41423869356745149674142386935674514967414238693567451496741423869356745149674142386935674514967414238693567451496741423869356745149674142386935674514967414238693567451496741423869356745149674142386935674514967414238693567451496741423869356745149674142386935674514967414238693567451496741423869356745149674142386935674514967414238693567451496741423869356745149674142386935674514967" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cc379928-9bc8-4018-9ae8-e5a4bac68f76, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a530dd35-5569-49e3-ab45-2a602440956f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a530dd35-5569-49e3-ab45-2a602440956f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7870654806431551027 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78706548064315510277870654806431551027787065480643155102778706548064315510277870654806431551027787065480643155102778706548064315510277870654806431551027787065480643155102778706548064315510277870654806431551027787065480643155102778706548064315510277870654806431551027787065480643155102778706548064315510277870654806431551027787065480643155102778706548064315510277870654806431551027" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, df7dbda9-727c-43b4-94e8-882ee1d9869f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 09453a26-3785-4b62-a5df-cecde929405c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 09453a26-3785-4b62-a5df-cecde929405c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12259326005626206245 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1225932600562620624512259326005626206245122593260056262062451225932600562620624512259326005626206245122593260056262062451225932600562620624512259326005626206245122593260056262062451225932600562620624512259326005626206245122593260056262062451225932600562620624512259326005626206245122593260056262062451225932600562620624512259326005626206245122593260056262062451225932600562620624512259326005626206245" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a530dd35-5569-49e3-ab45-2a602440956f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 240144e9-83fc-4f95-9d01-c741c11ab533, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 240144e9-83fc-4f95-9d01-c741c11ab533, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10369286211149648657 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1036928621114964865710369286211149648657103692862111496486571036928621114964865710369286211149648657103692862111496486571036928621114964865710369286211149648657103692862111496486571036928621114964865710369286211149648657103692862111496486571036928621114964865710369286211149648657103692862111496486571036928621114964865710369286211149648657103692862111496486571036928621114964865710369286211149648657" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 09453a26-3785-4b62-a5df-cecde929405c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, eb984d1f-23a6-4af1-bd52-4bdd90c793aa, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eb984d1f-23a6-4af1-bd52-4bdd90c793aa, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13263277716725159631 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1326327771672515963113263277716725159631132632777167251596311326327771672515963113263277716725159631132632777167251596311326327771672515963113263277716725159631132632777167251596311326327771672515963113263277716725159631132632777167251596311326327771672515963113263277716725159631132632777167251596311326327771672515963113263277716725159631132632777167251596311326327771672515963113263277716725159631" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 240144e9-83fc-4f95-9d01-c741c11ab533, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ef15041a-6f30-466b-b4b4-bdeca5fd5843, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ef15041a-6f30-466b-b4b4-bdeca5fd5843, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6723702134297324526 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67237021342973245266723702134297324526672370213429732452667237021342973245266723702134297324526672370213429732452667237021342973245266723702134297324526672370213429732452667237021342973245266723702134297324526672370213429732452667237021342973245266723702134297324526672370213429732452667237021342973245266723702134297324526672370213429732452667237021342973245266723702134297324526" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eb984d1f-23a6-4af1-bd52-4bdd90c793aa, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2d3f0de7-98e6-48ce-b55e-870af034c982, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2d3f0de7-98e6-48ce-b55e-870af034c982, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14315550124379092612 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1431555012437909261214315550124379092612143155501243790926121431555012437909261214315550124379092612143155501243790926121431555012437909261214315550124379092612143155501243790926121431555012437909261214315550124379092612143155501243790926121431555012437909261214315550124379092612143155501243790926121431555012437909261214315550124379092612143155501243790926121431555012437909261214315550124379092612" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ef15041a-6f30-466b-b4b4-bdeca5fd5843, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8ebfb0d6-5410-42f7-8bbf-4aaae4107b10, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8ebfb0d6-5410-42f7-8bbf-4aaae4107b10, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8402477823905747145 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84024778239057471458402477823905747145840247782390574714584024778239057471458402477823905747145840247782390574714584024778239057471458402477823905747145840247782390574714584024778239057471458402477823905747145840247782390574714584024778239057471458402477823905747145840247782390574714584024778239057471458402477823905747145840247782390574714584024778239057471458402477823905747145" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2d3f0de7-98e6-48ce-b55e-870af034c982, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cfb8d462-0027-4ccd-85f4-10fab3acdc31, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cfb8d462-0027-4ccd-85f4-10fab3acdc31, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14376505356483492588 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1437650535648349258814376505356483492588143765053564834925881437650535648349258814376505356483492588143765053564834925881437650535648349258814376505356483492588143765053564834925881437650535648349258814376505356483492588143765053564834925881437650535648349258814376505356483492588143765053564834925881437650535648349258814376505356483492588143765053564834925881437650535648349258814376505356483492588" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8ebfb0d6-5410-42f7-8bbf-4aaae4107b10, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 73f83803-f978-4602-9fa7-32c775684120, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 73f83803-f978-4602-9fa7-32c775684120, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13161910019296255694 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1316191001929625569413161910019296255694131619100192962556941316191001929625569413161910019296255694131619100192962556941316191001929625569413161910019296255694131619100192962556941316191001929625569413161910019296255694131619100192962556941316191001929625569413161910019296255694131619100192962556941316191001929625569413161910019296255694131619100192962556941316191001929625569413161910019296255694" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cfb8d462-0027-4ccd-85f4-10fab3acdc31, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8a4cdbb9-d0e6-45ba-8bd1-e58d0caf97ce, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8a4cdbb9-d0e6-45ba-8bd1-e58d0caf97ce, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9240752734428838469 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92407527344288384699240752734428838469924075273442883846992407527344288384699240752734428838469924075273442883846992407527344288384699240752734428838469924075273442883846992407527344288384699240752734428838469924075273442883846992407527344288384699240752734428838469924075273442883846992407527344288384699240752734428838469924075273442883846992407527344288384699240752734428838469" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 73f83803-f978-4602-9fa7-32c775684120, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dcbf45af-cc71-413a-ab77-c42b350256fd, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dcbf45af-cc71-413a-ab77-c42b350256fd, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10545301743957417857 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1054530174395741785710545301743957417857105453017439574178571054530174395741785710545301743957417857105453017439574178571054530174395741785710545301743957417857105453017439574178571054530174395741785710545301743957417857105453017439574178571054530174395741785710545301743957417857105453017439574178571054530174395741785710545301743957417857105453017439574178571054530174395741785710545301743957417857" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8a4cdbb9-d0e6-45ba-8bd1-e58d0caf97ce, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a1ab8d78-ee48-4d2e-882b-56eb845f47f9, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a1ab8d78-ee48-4d2e-882b-56eb845f47f9, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4130225954633562856 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41302259546335628564130225954633562856413022595463356285641302259546335628564130225954633562856413022595463356285641302259546335628564130225954633562856413022595463356285641302259546335628564130225954633562856413022595463356285641302259546335628564130225954633562856413022595463356285641302259546335628564130225954633562856413022595463356285641302259546335628564130225954633562856" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dcbf45af-cc71-413a-ab77-c42b350256fd, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d5cba005-0fca-49f9-80d3-902ee7527f5f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d5cba005-0fca-49f9-80d3-902ee7527f5f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2560377293758953697 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25603772937589536972560377293758953697256037729375895369725603772937589536972560377293758953697256037729375895369725603772937589536972560377293758953697256037729375895369725603772937589536972560377293758953697256037729375895369725603772937589536972560377293758953697256037729375895369725603772937589536972560377293758953697256037729375895369725603772937589536972560377293758953697" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a1ab8d78-ee48-4d2e-882b-56eb845f47f9, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 18814086-e59a-42b4-8a9e-f4d264ac5a76, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 18814086-e59a-42b4-8a9e-f4d264ac5a76, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18219641043002080261 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1821964104300208026118219641043002080261182196410430020802611821964104300208026118219641043002080261182196410430020802611821964104300208026118219641043002080261182196410430020802611821964104300208026118219641043002080261182196410430020802611821964104300208026118219641043002080261182196410430020802611821964104300208026118219641043002080261182196410430020802611821964104300208026118219641043002080261" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d5cba005-0fca-49f9-80d3-902ee7527f5f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8f241038-903c-4ca8-b46c-e507a544c2c4, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8f241038-903c-4ca8-b46c-e507a544c2c4, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6924208175250350157 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69242081752503501576924208175250350157692420817525035015769242081752503501576924208175250350157692420817525035015769242081752503501576924208175250350157692420817525035015769242081752503501576924208175250350157692420817525035015769242081752503501576924208175250350157692420817525035015769242081752503501576924208175250350157692420817525035015769242081752503501576924208175250350157" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 18814086-e59a-42b4-8a9e-f4d264ac5a76, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8ec88668-cbb0-4ba2-ad71-009573e94f5c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8f241038-903c-4ca8-b46c-e507a544c2c4, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 06cea8c7-3f53-436b-bd44-23c92b54b7fb, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 06cea8c7-3f53-436b-bd44-23c92b54b7fb, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4417055943691904882 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44170559436919048824417055943691904882441705594369190488244170559436919048824417055943691904882441705594369190488244170559436919048824417055943691904882441705594369190488244170559436919048824417055943691904882441705594369190488244170559436919048824417055943691904882441705594369190488244170559436919048824417055943691904882441705594369190488244170559436919048824417055943691904882" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8ec88668-cbb0-4ba2-ad71-009573e94f5c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15117356165932125644 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1511735616593212564415117356165932125644151173561659321256441511735616593212564415117356165932125644151173561659321256441511735616593212564415117356165932125644151173561659321256441511735616593212564415117356165932125644151173561659321256441511735616593212564415117356165932125644151173561659321256441511735616593212564415117356165932125644151173561659321256441511735616593212564415117356165932125644" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 06cea8c7-3f53-436b-bd44-23c92b54b7fb, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b7f65a12-d23b-4c6f-9aa4-99e1bb273f3c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b7f65a12-d23b-4c6f-9aa4-99e1bb273f3c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17816270701293813534 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1781627070129381353417816270701293813534178162707012938135341781627070129381353417816270701293813534178162707012938135341781627070129381353417816270701293813534178162707012938135341781627070129381353417816270701293813534178162707012938135341781627070129381353417816270701293813534178162707012938135341781627070129381353417816270701293813534178162707012938135341781627070129381353417816270701293813534" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8ec88668-cbb0-4ba2-ad71-009573e94f5c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b0adce6d-43f8-477d-be06-eaab550e195c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b0adce6d-43f8-477d-be06-eaab550e195c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16196200887534065511 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1619620088753406551116196200887534065511161962008875340655111619620088753406551116196200887534065511161962008875340655111619620088753406551116196200887534065511161962008875340655111619620088753406551116196200887534065511161962008875340655111619620088753406551116196200887534065511161962008875340655111619620088753406551116196200887534065511161962008875340655111619620088753406551116196200887534065511" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b7f65a12-d23b-4c6f-9aa4-99e1bb273f3c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9ef98ab2-6138-44a8-91ce-a24f5b6d4948, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9ef98ab2-6138-44a8-91ce-a24f5b6d4948, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7879970747666930409 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78799707476669304097879970747666930409787997074766693040978799707476669304097879970747666930409787997074766693040978799707476669304097879970747666930409787997074766693040978799707476669304097879970747666930409787997074766693040978799707476669304097879970747666930409787997074766693040978799707476669304097879970747666930409787997074766693040978799707476669304097879970747666930409" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b0adce6d-43f8-477d-be06-eaab550e195c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e069eb06-6027-47b5-b526-4984afd54f3c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e069eb06-6027-47b5-b526-4984afd54f3c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10608829769720660452 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1060882976972066045210608829769720660452106088297697206604521060882976972066045210608829769720660452106088297697206604521060882976972066045210608829769720660452106088297697206604521060882976972066045210608829769720660452106088297697206604521060882976972066045210608829769720660452106088297697206604521060882976972066045210608829769720660452106088297697206604521060882976972066045210608829769720660452" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9ef98ab2-6138-44a8-91ce-a24f5b6d4948, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 77a8c8d8-7e73-417b-88d4-2581d5e77d5e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 77a8c8d8-7e73-417b-88d4-2581d5e77d5e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11613162400025049964 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1161316240002504996411613162400025049964116131624000250499641161316240002504996411613162400025049964116131624000250499641161316240002504996411613162400025049964116131624000250499641161316240002504996411613162400025049964116131624000250499641161316240002504996411613162400025049964116131624000250499641161316240002504996411613162400025049964116131624000250499641161316240002504996411613162400025049964" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e069eb06-6027-47b5-b526-4984afd54f3c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 497937ef-4111-49dd-92c0-d8b428988791, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 497937ef-4111-49dd-92c0-d8b428988791, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5715875720739149391 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57158757207391493915715875720739149391571587572073914939157158757207391493915715875720739149391571587572073914939157158757207391493915715875720739149391571587572073914939157158757207391493915715875720739149391571587572073914939157158757207391493915715875720739149391571587572073914939157158757207391493915715875720739149391571587572073914939157158757207391493915715875720739149391" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 77a8c8d8-7e73-417b-88d4-2581d5e77d5e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c147db5b-d903-4343-91b0-64715a2cda68, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c147db5b-d903-4343-91b0-64715a2cda68, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7463968178143957872 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74639681781439578727463968178143957872746396817814395787274639681781439578727463968178143957872746396817814395787274639681781439578727463968178143957872746396817814395787274639681781439578727463968178143957872746396817814395787274639681781439578727463968178143957872746396817814395787274639681781439578727463968178143957872746396817814395787274639681781439578727463968178143957872" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 497937ef-4111-49dd-92c0-d8b428988791, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f70f0858-cabe-4b3b-8289-5fd32f0704b3, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f70f0858-cabe-4b3b-8289-5fd32f0704b3, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16446242633420504437 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1644624263342050443716446242633420504437164462426334205044371644624263342050443716446242633420504437164462426334205044371644624263342050443716446242633420504437164462426334205044371644624263342050443716446242633420504437164462426334205044371644624263342050443716446242633420504437164462426334205044371644624263342050443716446242633420504437164462426334205044371644624263342050443716446242633420504437" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c147db5b-d903-4343-91b0-64715a2cda68, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a04ccfbc-581c-4122-91c5-dd7a91d9b728, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a04ccfbc-581c-4122-91c5-dd7a91d9b728, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12420432941789551884 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1242043294178955188412420432941789551884124204329417895518841242043294178955188412420432941789551884124204329417895518841242043294178955188412420432941789551884124204329417895518841242043294178955188412420432941789551884124204329417895518841242043294178955188412420432941789551884124204329417895518841242043294178955188412420432941789551884124204329417895518841242043294178955188412420432941789551884" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f70f0858-cabe-4b3b-8289-5fd32f0704b3, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a2201bcb-e334-4483-bd51-fe6ac73fe193, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a2201bcb-e334-4483-bd51-fe6ac73fe193, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15290236131746619383 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1529023613174661938315290236131746619383152902361317466193831529023613174661938315290236131746619383152902361317466193831529023613174661938315290236131746619383152902361317466193831529023613174661938315290236131746619383152902361317466193831529023613174661938315290236131746619383152902361317466193831529023613174661938315290236131746619383152902361317466193831529023613174661938315290236131746619383" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a04ccfbc-581c-4122-91c5-dd7a91d9b728, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6a61ab86-b330-496a-9057-1a6c14e6be26, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6a61ab86-b330-496a-9057-1a6c14e6be26, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13117107445779949317 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1311710744577994931713117107445779949317131171074457799493171311710744577994931713117107445779949317131171074457799493171311710744577994931713117107445779949317131171074457799493171311710744577994931713117107445779949317131171074457799493171311710744577994931713117107445779949317131171074457799493171311710744577994931713117107445779949317131171074457799493171311710744577994931713117107445779949317" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a2201bcb-e334-4483-bd51-fe6ac73fe193, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 98e352b9-62b3-4298-9300-40c1a4d25dfe, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 98e352b9-62b3-4298-9300-40c1a4d25dfe, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14947221730163958174 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1494722173016395817414947221730163958174149472217301639581741494722173016395817414947221730163958174149472217301639581741494722173016395817414947221730163958174149472217301639581741494722173016395817414947221730163958174149472217301639581741494722173016395817414947221730163958174149472217301639581741494722173016395817414947221730163958174149472217301639581741494722173016395817414947221730163958174" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6a61ab86-b330-496a-9057-1a6c14e6be26, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 53589798-01e6-4af8-a46a-d2654d4e8a84, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 53589798-01e6-4af8-a46a-d2654d4e8a84, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5191662930714551460 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51916629307145514605191662930714551460519166293071455146051916629307145514605191662930714551460519166293071455146051916629307145514605191662930714551460519166293071455146051916629307145514605191662930714551460519166293071455146051916629307145514605191662930714551460519166293071455146051916629307145514605191662930714551460519166293071455146051916629307145514605191662930714551460" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 98e352b9-62b3-4298-9300-40c1a4d25dfe, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 220248e4-1752-44f8-8bf9-7c2d85badd28, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 220248e4-1752-44f8-8bf9-7c2d85badd28, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5440465973755426684 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54404659737554266845440465973755426684544046597375542668454404659737554266845440465973755426684544046597375542668454404659737554266845440465973755426684544046597375542668454404659737554266845440465973755426684544046597375542668454404659737554266845440465973755426684544046597375542668454404659737554266845440465973755426684544046597375542668454404659737554266845440465973755426684" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 220248e4-1752-44f8-8bf9-7c2d85badd28, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 26f8d6a5-19eb-4bbd-a06c-425d178013c6, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 26f8d6a5-19eb-4bbd-a06c-425d178013c6, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14972124513736425968 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1497212451373642596814972124513736425968149721245137364259681497212451373642596814972124513736425968149721245137364259681497212451373642596814972124513736425968149721245137364259681497212451373642596814972124513736425968149721245137364259681497212451373642596814972124513736425968149721245137364259681497212451373642596814972124513736425968149721245137364259681497212451373642596814972124513736425968" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 53589798-01e6-4af8-a46a-d2654d4e8a84, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d40d024a-bc44-40d0-a5cb-09e004155d4e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d40d024a-bc44-40d0-a5cb-09e004155d4e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7475837655738999542 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74758376557389995427475837655738999542747583765573899954274758376557389995427475837655738999542747583765573899954274758376557389995427475837655738999542747583765573899954274758376557389995427475837655738999542747583765573899954274758376557389995427475837655738999542747583765573899954274758376557389995427475837655738999542747583765573899954274758376557389995427475837655738999542" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 26f8d6a5-19eb-4bbd-a06c-425d178013c6, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0c1ba965-74a8-4041-825f-71acfb14a872, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0c1ba965-74a8-4041-825f-71acfb14a872, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5500544641896974635 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55005446418969746355500544641896974635550054464189697463555005446418969746355500544641896974635550054464189697463555005446418969746355500544641896974635550054464189697463555005446418969746355500544641896974635550054464189697463555005446418969746355500544641896974635550054464189697463555005446418969746355500544641896974635550054464189697463555005446418969746355500544641896974635" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d40d024a-bc44-40d0-a5cb-09e004155d4e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 919573aa-b28c-4c78-9392-0f341d8c6a5d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 919573aa-b28c-4c78-9392-0f341d8c6a5d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6262615065243748632 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62626150652437486326262615065243748632626261506524374863262626150652437486326262615065243748632626261506524374863262626150652437486326262615065243748632626261506524374863262626150652437486326262615065243748632626261506524374863262626150652437486326262615065243748632626261506524374863262626150652437486326262615065243748632626261506524374863262626150652437486326262615065243748632" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0c1ba965-74a8-4041-825f-71acfb14a872, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0b5f39b5-36e4-4831-b11c-c9d0eca72bab, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0b5f39b5-36e4-4831-b11c-c9d0eca72bab, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11857595231758165907 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1185759523175816590711857595231758165907118575952317581659071185759523175816590711857595231758165907118575952317581659071185759523175816590711857595231758165907118575952317581659071185759523175816590711857595231758165907118575952317581659071185759523175816590711857595231758165907118575952317581659071185759523175816590711857595231758165907118575952317581659071185759523175816590711857595231758165907" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 919573aa-b28c-4c78-9392-0f341d8c6a5d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c6ece91b-5cb3-47e9-a83c-52cf91779c08, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c6ece91b-5cb3-47e9-a83c-52cf91779c08, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14945104933241736181 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1494510493324173618114945104933241736181149451049332417361811494510493324173618114945104933241736181149451049332417361811494510493324173618114945104933241736181149451049332417361811494510493324173618114945104933241736181149451049332417361811494510493324173618114945104933241736181149451049332417361811494510493324173618114945104933241736181149451049332417361811494510493324173618114945104933241736181" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0b5f39b5-36e4-4831-b11c-c9d0eca72bab, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 73c2ff64-632f-406c-82a9-253b5436e213, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 73c2ff64-632f-406c-82a9-253b5436e213, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12843635185605775882 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1284363518560577588212843635185605775882128436351856057758821284363518560577588212843635185605775882128436351856057758821284363518560577588212843635185605775882128436351856057758821284363518560577588212843635185605775882128436351856057758821284363518560577588212843635185605775882128436351856057758821284363518560577588212843635185605775882128436351856057758821284363518560577588212843635185605775882" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 73c2ff64-632f-406c-82a9-253b5436e213, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 39a16337-2ebc-4fcf-a1d2-d2d4827155a5, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 39a16337-2ebc-4fcf-a1d2-d2d4827155a5, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14763014239952316210 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1476301423995231621014763014239952316210147630142399523162101476301423995231621014763014239952316210147630142399523162101476301423995231621014763014239952316210147630142399523162101476301423995231621014763014239952316210147630142399523162101476301423995231621014763014239952316210147630142399523162101476301423995231621014763014239952316210147630142399523162101476301423995231621014763014239952316210" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c6ece91b-5cb3-47e9-a83c-52cf91779c08, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f6402c01-bdde-4915-8ad6-39774c01eefb, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f6402c01-bdde-4915-8ad6-39774c01eefb, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11628679593072421488 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1162867959307242148811628679593072421488116286795930724214881162867959307242148811628679593072421488116286795930724214881162867959307242148811628679593072421488116286795930724214881162867959307242148811628679593072421488116286795930724214881162867959307242148811628679593072421488116286795930724214881162867959307242148811628679593072421488116286795930724214881162867959307242148811628679593072421488" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 39a16337-2ebc-4fcf-a1d2-d2d4827155a5, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 376fc291-e16f-428c-85a8-dd4e49be6d17, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 376fc291-e16f-428c-85a8-dd4e49be6d17, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7478290226914502959 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74782902269145029597478290226914502959747829022691450295974782902269145029597478290226914502959747829022691450295974782902269145029597478290226914502959747829022691450295974782902269145029597478290226914502959747829022691450295974782902269145029597478290226914502959747829022691450295974782902269145029597478290226914502959747829022691450295974782902269145029597478290226914502959" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f6402c01-bdde-4915-8ad6-39774c01eefb, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 68e7f550-7845-40b6-82c3-dbbaa1e12a81, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 68e7f550-7845-40b6-82c3-dbbaa1e12a81, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17565783735933184373 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1756578373593318437317565783735933184373175657837359331843731756578373593318437317565783735933184373175657837359331843731756578373593318437317565783735933184373175657837359331843731756578373593318437317565783735933184373175657837359331843731756578373593318437317565783735933184373175657837359331843731756578373593318437317565783735933184373175657837359331843731756578373593318437317565783735933184373" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 376fc291-e16f-428c-85a8-dd4e49be6d17, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bb566d16-6a1f-4167-86b1-882b765085fe, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bb566d16-6a1f-4167-86b1-882b765085fe, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14520960481930849376 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1452096048193084937614520960481930849376145209604819308493761452096048193084937614520960481930849376145209604819308493761452096048193084937614520960481930849376145209604819308493761452096048193084937614520960481930849376145209604819308493761452096048193084937614520960481930849376145209604819308493761452096048193084937614520960481930849376145209604819308493761452096048193084937614520960481930849376" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 68e7f550-7845-40b6-82c3-dbbaa1e12a81, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4234c4c2-444e-4160-acd4-2bed71ff0dc6, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4234c4c2-444e-4160-acd4-2bed71ff0dc6, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3813367329532502758 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38133673295325027583813367329532502758381336732953250275838133673295325027583813367329532502758381336732953250275838133673295325027583813367329532502758381336732953250275838133673295325027583813367329532502758381336732953250275838133673295325027583813367329532502758381336732953250275838133673295325027583813367329532502758381336732953250275838133673295325027583813367329532502758" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bb566d16-6a1f-4167-86b1-882b765085fe, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2448cb9b-0479-431b-b54d-b22ae363f212, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2448cb9b-0479-431b-b54d-b22ae363f212, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 671006183164999897 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "671006183164999897671006183164999897671006183164999897671006183164999897671006183164999897671006183164999897671006183164999897671006183164999897671006183164999897671006183164999897671006183164999897671006183164999897671006183164999897671006183164999897671006183164999897671006183164999897671006183164999897671006183164999897671006183164999897671006183164999897" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4234c4c2-444e-4160-acd4-2bed71ff0dc6, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 76f6718e-b1bf-47f2-af5d-77b04ac24dbc, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 76f6718e-b1bf-47f2-af5d-77b04ac24dbc, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7653268160529624665 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76532681605296246657653268160529624665765326816052962466576532681605296246657653268160529624665765326816052962466576532681605296246657653268160529624665765326816052962466576532681605296246657653268160529624665765326816052962466576532681605296246657653268160529624665765326816052962466576532681605296246657653268160529624665765326816052962466576532681605296246657653268160529624665" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2448cb9b-0479-431b-b54d-b22ae363f212, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 182db3c9-659a-40fe-944e-0528ff2fa129, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 182db3c9-659a-40fe-944e-0528ff2fa129, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18405596094884949675 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1840559609488494967518405596094884949675184055960948849496751840559609488494967518405596094884949675184055960948849496751840559609488494967518405596094884949675184055960948849496751840559609488494967518405596094884949675184055960948849496751840559609488494967518405596094884949675184055960948849496751840559609488494967518405596094884949675184055960948849496751840559609488494967518405596094884949675" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 76f6718e-b1bf-47f2-af5d-77b04ac24dbc, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f50142af-e71e-46bb-b6c1-628281cc95d0, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f50142af-e71e-46bb-b6c1-628281cc95d0, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9957358682605738023 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99573586826057380239957358682605738023995735868260573802399573586826057380239957358682605738023995735868260573802399573586826057380239957358682605738023995735868260573802399573586826057380239957358682605738023995735868260573802399573586826057380239957358682605738023995735868260573802399573586826057380239957358682605738023995735868260573802399573586826057380239957358682605738023" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 182db3c9-659a-40fe-944e-0528ff2fa129, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dbc14714-6a21-4591-82f8-b00bf5728d0f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dbc14714-6a21-4591-82f8-b00bf5728d0f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12304201002107963021 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1230420100210796302112304201002107963021123042010021079630211230420100210796302112304201002107963021123042010021079630211230420100210796302112304201002107963021123042010021079630211230420100210796302112304201002107963021123042010021079630211230420100210796302112304201002107963021123042010021079630211230420100210796302112304201002107963021123042010021079630211230420100210796302112304201002107963021" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dbc14714-6a21-4591-82f8-b00bf5728d0f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 698bad9b-0c6e-4d68-a395-d5fb2f2e8c9a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 698bad9b-0c6e-4d68-a395-d5fb2f2e8c9a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9529498484594869221 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95294984845948692219529498484594869221952949848459486922195294984845948692219529498484594869221952949848459486922195294984845948692219529498484594869221952949848459486922195294984845948692219529498484594869221952949848459486922195294984845948692219529498484594869221952949848459486922195294984845948692219529498484594869221952949848459486922195294984845948692219529498484594869221" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 698bad9b-0c6e-4d68-a395-d5fb2f2e8c9a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f50142af-e71e-46bb-b6c1-628281cc95d0, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 977c357c-8562-4ea6-bbec-5211aac65c74, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 977c357c-8562-4ea6-bbec-5211aac65c74, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10666006253600653238 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1066600625360065323810666006253600653238106660062536006532381066600625360065323810666006253600653238106660062536006532381066600625360065323810666006253600653238106660062536006532381066600625360065323810666006253600653238106660062536006532381066600625360065323810666006253600653238106660062536006532381066600625360065323810666006253600653238106660062536006532381066600625360065323810666006253600653238" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 521ecd3c-ad00-4b18-960e-2d80a24c2761, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 521ecd3c-ad00-4b18-960e-2d80a24c2761, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 508270714148528862 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "508270714148528862508270714148528862508270714148528862508270714148528862508270714148528862508270714148528862508270714148528862508270714148528862508270714148528862508270714148528862508270714148528862508270714148528862508270714148528862508270714148528862508270714148528862508270714148528862508270714148528862508270714148528862508270714148528862508270714148528862" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 977c357c-8562-4ea6-bbec-5211aac65c74, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 10594ba4-1df2-469d-90c0-e5d586685ed0, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 10594ba4-1df2-469d-90c0-e5d586685ed0, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11810391750972319719 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1181039175097231971911810391750972319719118103917509723197191181039175097231971911810391750972319719118103917509723197191181039175097231971911810391750972319719118103917509723197191181039175097231971911810391750972319719118103917509723197191181039175097231971911810391750972319719118103917509723197191181039175097231971911810391750972319719118103917509723197191181039175097231971911810391750972319719" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 521ecd3c-ad00-4b18-960e-2d80a24c2761, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, aea79e12-143a-41c5-8733-59193c256c05, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aea79e12-143a-41c5-8733-59193c256c05, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6473899035042390552 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64738990350423905526473899035042390552647389903504239055264738990350423905526473899035042390552647389903504239055264738990350423905526473899035042390552647389903504239055264738990350423905526473899035042390552647389903504239055264738990350423905526473899035042390552647389903504239055264738990350423905526473899035042390552647389903504239055264738990350423905526473899035042390552" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 10594ba4-1df2-469d-90c0-e5d586685ed0, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 61bfd48a-3bf5-43e3-9b45-9a62157e11c2, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 61bfd48a-3bf5-43e3-9b45-9a62157e11c2, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6576735192663304213 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65767351926633042136576735192663304213657673519266330421365767351926633042136576735192663304213657673519266330421365767351926633042136576735192663304213657673519266330421365767351926633042136576735192663304213657673519266330421365767351926633042136576735192663304213657673519266330421365767351926633042136576735192663304213657673519266330421365767351926633042136576735192663304213" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aea79e12-143a-41c5-8733-59193c256c05, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c3181b4d-3913-470a-803d-1fe898f6fc4c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c3181b4d-3913-470a-803d-1fe898f6fc4c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16998488731328664532 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1699848873132866453216998488731328664532169984887313286645321699848873132866453216998488731328664532169984887313286645321699848873132866453216998488731328664532169984887313286645321699848873132866453216998488731328664532169984887313286645321699848873132866453216998488731328664532169984887313286645321699848873132866453216998488731328664532169984887313286645321699848873132866453216998488731328664532" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 61bfd48a-3bf5-43e3-9b45-9a62157e11c2, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, df8a45e2-0752-42a1-a512-e7004844f491, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, df8a45e2-0752-42a1-a512-e7004844f491, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 927246705190570475 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "927246705190570475927246705190570475927246705190570475927246705190570475927246705190570475927246705190570475927246705190570475927246705190570475927246705190570475927246705190570475927246705190570475927246705190570475927246705190570475927246705190570475927246705190570475927246705190570475927246705190570475927246705190570475927246705190570475927246705190570475" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c3181b4d-3913-470a-803d-1fe898f6fc4c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0a203f58-9762-41d2-852d-fb1e3a72377a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0a203f58-9762-41d2-852d-fb1e3a72377a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6822678162615386251 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68226781626153862516822678162615386251682267816261538625168226781626153862516822678162615386251682267816261538625168226781626153862516822678162615386251682267816261538625168226781626153862516822678162615386251682267816261538625168226781626153862516822678162615386251682267816261538625168226781626153862516822678162615386251682267816261538625168226781626153862516822678162615386251" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, df8a45e2-0752-42a1-a512-e7004844f491, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 82acb149-de71-4afa-a99c-b03bbbb39d95, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 82acb149-de71-4afa-a99c-b03bbbb39d95, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14462424784094302949 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1446242478409430294914462424784094302949144624247840943029491446242478409430294914462424784094302949144624247840943029491446242478409430294914462424784094302949144624247840943029491446242478409430294914462424784094302949144624247840943029491446242478409430294914462424784094302949144624247840943029491446242478409430294914462424784094302949144624247840943029491446242478409430294914462424784094302949" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0a203f58-9762-41d2-852d-fb1e3a72377a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5b7071cb-f10d-416c-b483-4c11c2482baf, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5b7071cb-f10d-416c-b483-4c11c2482baf, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15369927915106279090 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1536992791510627909015369927915106279090153699279151062790901536992791510627909015369927915106279090153699279151062790901536992791510627909015369927915106279090153699279151062790901536992791510627909015369927915106279090153699279151062790901536992791510627909015369927915106279090153699279151062790901536992791510627909015369927915106279090153699279151062790901536992791510627909015369927915106279090" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 82acb149-de71-4afa-a99c-b03bbbb39d95, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8159c1e5-0c46-4a4c-b061-f27d1b702e02, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8159c1e5-0c46-4a4c-b061-f27d1b702e02, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15396246713412800135 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1539624671341280013515396246713412800135153962467134128001351539624671341280013515396246713412800135153962467134128001351539624671341280013515396246713412800135153962467134128001351539624671341280013515396246713412800135153962467134128001351539624671341280013515396246713412800135153962467134128001351539624671341280013515396246713412800135153962467134128001351539624671341280013515396246713412800135" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5b7071cb-f10d-416c-b483-4c11c2482baf, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 98558c2c-38a4-433e-a416-87de15993ebe, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 98558c2c-38a4-433e-a416-87de15993ebe, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 430933190629826324 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "430933190629826324430933190629826324430933190629826324430933190629826324430933190629826324430933190629826324430933190629826324430933190629826324430933190629826324430933190629826324430933190629826324430933190629826324430933190629826324430933190629826324430933190629826324430933190629826324430933190629826324430933190629826324430933190629826324430933190629826324" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8159c1e5-0c46-4a4c-b061-f27d1b702e02, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0869b3f5-7ddd-46d1-aab8-70d9301c3f95, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0869b3f5-7ddd-46d1-aab8-70d9301c3f95, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6953580022692621700 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69535800226926217006953580022692621700695358002269262170069535800226926217006953580022692621700695358002269262170069535800226926217006953580022692621700695358002269262170069535800226926217006953580022692621700695358002269262170069535800226926217006953580022692621700695358002269262170069535800226926217006953580022692621700695358002269262170069535800226926217006953580022692621700" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 98558c2c-38a4-433e-a416-87de15993ebe, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4038b8c1-b4a2-461a-a464-393c44c0e11a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4038b8c1-b4a2-461a-a464-393c44c0e11a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17770702828858090839 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1777070282885809083917770702828858090839177707028288580908391777070282885809083917770702828858090839177707028288580908391777070282885809083917770702828858090839177707028288580908391777070282885809083917770702828858090839177707028288580908391777070282885809083917770702828858090839177707028288580908391777070282885809083917770702828858090839177707028288580908391777070282885809083917770702828858090839" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0869b3f5-7ddd-46d1-aab8-70d9301c3f95, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9f813aae-52a6-4f99-8c0c-5a31e1a3b7af, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9f813aae-52a6-4f99-8c0c-5a31e1a3b7af, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5242203972500659619 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52422039725006596195242203972500659619524220397250065961952422039725006596195242203972500659619524220397250065961952422039725006596195242203972500659619524220397250065961952422039725006596195242203972500659619524220397250065961952422039725006596195242203972500659619524220397250065961952422039725006596195242203972500659619524220397250065961952422039725006596195242203972500659619" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4038b8c1-b4a2-461a-a464-393c44c0e11a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 967e7c5d-81b2-498a-8fcc-9b88f6fc3ac5, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 967e7c5d-81b2-498a-8fcc-9b88f6fc3ac5, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14140967750981569764 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1414096775098156976414140967750981569764141409677509815697641414096775098156976414140967750981569764141409677509815697641414096775098156976414140967750981569764141409677509815697641414096775098156976414140967750981569764141409677509815697641414096775098156976414140967750981569764141409677509815697641414096775098156976414140967750981569764141409677509815697641414096775098156976414140967750981569764" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9f813aae-52a6-4f99-8c0c-5a31e1a3b7af, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5a7df662-20e9-49c8-80ab-b3b9894dea2d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5a7df662-20e9-49c8-80ab-b3b9894dea2d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4462534964964352787 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44625349649643527874462534964964352787446253496496435278744625349649643527874462534964964352787446253496496435278744625349649643527874462534964964352787446253496496435278744625349649643527874462534964964352787446253496496435278744625349649643527874462534964964352787446253496496435278744625349649643527874462534964964352787446253496496435278744625349649643527874462534964964352787" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 967e7c5d-81b2-498a-8fcc-9b88f6fc3ac5, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bb7b17a1-61e5-4ce5-98c4-913609ff6943, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bb7b17a1-61e5-4ce5-98c4-913609ff6943, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9351914551088556789 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93519145510885567899351914551088556789935191455108855678993519145510885567899351914551088556789935191455108855678993519145510885567899351914551088556789935191455108855678993519145510885567899351914551088556789935191455108855678993519145510885567899351914551088556789935191455108855678993519145510885567899351914551088556789935191455108855678993519145510885567899351914551088556789" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5a7df662-20e9-49c8-80ab-b3b9894dea2d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 695880c8-457c-4ea6-8349-d0b1fe79aacf, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 695880c8-457c-4ea6-8349-d0b1fe79aacf, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9724070755217501306 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97240707552175013069724070755217501306972407075521750130697240707552175013069724070755217501306972407075521750130697240707552175013069724070755217501306972407075521750130697240707552175013069724070755217501306972407075521750130697240707552175013069724070755217501306972407075521750130697240707552175013069724070755217501306972407075521750130697240707552175013069724070755217501306" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bb7b17a1-61e5-4ce5-98c4-913609ff6943, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e4e201df-f6dd-45d9-a0e4-7b879317eba4, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e4e201df-f6dd-45d9-a0e4-7b879317eba4, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12098962018618439773 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1209896201861843977312098962018618439773120989620186184397731209896201861843977312098962018618439773120989620186184397731209896201861843977312098962018618439773120989620186184397731209896201861843977312098962018618439773120989620186184397731209896201861843977312098962018618439773120989620186184397731209896201861843977312098962018618439773120989620186184397731209896201861843977312098962018618439773" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 695880c8-457c-4ea6-8349-d0b1fe79aacf, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4e09482e-2f4d-42bc-aecd-3001c8086728, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4e09482e-2f4d-42bc-aecd-3001c8086728, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5382835763689356221 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53828357636893562215382835763689356221538283576368935622153828357636893562215382835763689356221538283576368935622153828357636893562215382835763689356221538283576368935622153828357636893562215382835763689356221538283576368935622153828357636893562215382835763689356221538283576368935622153828357636893562215382835763689356221538283576368935622153828357636893562215382835763689356221" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e4e201df-f6dd-45d9-a0e4-7b879317eba4, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c27e4902-3b2e-4e3e-aa7d-c1ebc8e36c5b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c27e4902-3b2e-4e3e-aa7d-c1ebc8e36c5b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14086480887915619740 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1408648088791561974014086480887915619740140864808879156197401408648088791561974014086480887915619740140864808879156197401408648088791561974014086480887915619740140864808879156197401408648088791561974014086480887915619740140864808879156197401408648088791561974014086480887915619740140864808879156197401408648088791561974014086480887915619740140864808879156197401408648088791561974014086480887915619740" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4e09482e-2f4d-42bc-aecd-3001c8086728, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 063e6f5c-c9ae-4dfa-aa5a-3a3d73b7614a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 063e6f5c-c9ae-4dfa-aa5a-3a3d73b7614a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11125719879627615112 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1112571987962761511211125719879627615112111257198796276151121112571987962761511211125719879627615112111257198796276151121112571987962761511211125719879627615112111257198796276151121112571987962761511211125719879627615112111257198796276151121112571987962761511211125719879627615112111257198796276151121112571987962761511211125719879627615112111257198796276151121112571987962761511211125719879627615112" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c27e4902-3b2e-4e3e-aa7d-c1ebc8e36c5b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 063e6f5c-c9ae-4dfa-aa5a-3a3d73b7614a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c54ef1b7-fa62-42d8-97f0-1836b804ddb6, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c54ef1b7-fa62-42d8-97f0-1836b804ddb6, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18145735903333312210 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1814573590333331221018145735903333312210181457359033333122101814573590333331221018145735903333312210181457359033333122101814573590333331221018145735903333312210181457359033333122101814573590333331221018145735903333312210181457359033333122101814573590333331221018145735903333312210181457359033333122101814573590333331221018145735903333312210181457359033333122101814573590333331221018145735903333312210" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b9e14d6e-781e-4e87-b5a6-aae61b7ab5be, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b9e14d6e-781e-4e87-b5a6-aae61b7ab5be, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18141546024695109014 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1814154602469510901418141546024695109014181415460246951090141814154602469510901418141546024695109014181415460246951090141814154602469510901418141546024695109014181415460246951090141814154602469510901418141546024695109014181415460246951090141814154602469510901418141546024695109014181415460246951090141814154602469510901418141546024695109014181415460246951090141814154602469510901418141546024695109014" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c54ef1b7-fa62-42d8-97f0-1836b804ddb6, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, efb9899c-c3c7-4544-9e0f-f3924725c39f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, efb9899c-c3c7-4544-9e0f-f3924725c39f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6789693898436707555 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67896938984367075556789693898436707555678969389843670755567896938984367075556789693898436707555678969389843670755567896938984367075556789693898436707555678969389843670755567896938984367075556789693898436707555678969389843670755567896938984367075556789693898436707555678969389843670755567896938984367075556789693898436707555678969389843670755567896938984367075556789693898436707555" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b9e14d6e-781e-4e87-b5a6-aae61b7ab5be, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b85676b8-e4b9-4f92-862e-844c71dd4624, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b85676b8-e4b9-4f92-862e-844c71dd4624, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11307335976810804561 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1130733597681080456111307335976810804561113073359768108045611130733597681080456111307335976810804561113073359768108045611130733597681080456111307335976810804561113073359768108045611130733597681080456111307335976810804561113073359768108045611130733597681080456111307335976810804561113073359768108045611130733597681080456111307335976810804561113073359768108045611130733597681080456111307335976810804561" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, efb9899c-c3c7-4544-9e0f-f3924725c39f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b82786df-1cbd-441b-9ed7-f4f8b2277850, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b82786df-1cbd-441b-9ed7-f4f8b2277850, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2687582360667125107 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26875823606671251072687582360667125107268758236066712510726875823606671251072687582360667125107268758236066712510726875823606671251072687582360667125107268758236066712510726875823606671251072687582360667125107268758236066712510726875823606671251072687582360667125107268758236066712510726875823606671251072687582360667125107268758236066712510726875823606671251072687582360667125107" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b85676b8-e4b9-4f92-862e-844c71dd4624, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 13aaee24-d301-4a0c-9266-23ac2f6d82a3, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 13aaee24-d301-4a0c-9266-23ac2f6d82a3, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7801574917919581205 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78015749179195812057801574917919581205780157491791958120578015749179195812057801574917919581205780157491791958120578015749179195812057801574917919581205780157491791958120578015749179195812057801574917919581205780157491791958120578015749179195812057801574917919581205780157491791958120578015749179195812057801574917919581205780157491791958120578015749179195812057801574917919581205" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b82786df-1cbd-441b-9ed7-f4f8b2277850, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6c89cd1a-431c-4f03-9744-88f6243b4848, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6c89cd1a-431c-4f03-9744-88f6243b4848, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18371228281309834022 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1837122828130983402218371228281309834022183712282813098340221837122828130983402218371228281309834022183712282813098340221837122828130983402218371228281309834022183712282813098340221837122828130983402218371228281309834022183712282813098340221837122828130983402218371228281309834022183712282813098340221837122828130983402218371228281309834022183712282813098340221837122828130983402218371228281309834022" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 13aaee24-d301-4a0c-9266-23ac2f6d82a3, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 853546b4-c3f7-4526-84bf-035d09eac735, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 853546b4-c3f7-4526-84bf-035d09eac735, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18227287617051105783 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1822728761705110578318227287617051105783182272876170511057831822728761705110578318227287617051105783182272876170511057831822728761705110578318227287617051105783182272876170511057831822728761705110578318227287617051105783182272876170511057831822728761705110578318227287617051105783182272876170511057831822728761705110578318227287617051105783182272876170511057831822728761705110578318227287617051105783" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 853546b4-c3f7-4526-84bf-035d09eac735, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9066c402-8da8-4dc9-a2c3-e672437a5ae2, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9066c402-8da8-4dc9-a2c3-e672437a5ae2, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9522159287451070126 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95221592874510701269522159287451070126952215928745107012695221592874510701269522159287451070126952215928745107012695221592874510701269522159287451070126952215928745107012695221592874510701269522159287451070126952215928745107012695221592874510701269522159287451070126952215928745107012695221592874510701269522159287451070126952215928745107012695221592874510701269522159287451070126" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6c89cd1a-431c-4f03-9744-88f6243b4848, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4a4d9fd2-1608-4e6e-91ca-5b810ebf1c18, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4a4d9fd2-1608-4e6e-91ca-5b810ebf1c18, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4936179580764729683 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49361795807647296834936179580764729683493617958076472968349361795807647296834936179580764729683493617958076472968349361795807647296834936179580764729683493617958076472968349361795807647296834936179580764729683493617958076472968349361795807647296834936179580764729683493617958076472968349361795807647296834936179580764729683493617958076472968349361795807647296834936179580764729683" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9066c402-8da8-4dc9-a2c3-e672437a5ae2, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 37dc2591-c52a-418a-9e88-c73378940fa1, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 37dc2591-c52a-418a-9e88-c73378940fa1, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7825500500564329211 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78255005005643292117825500500564329211782550050056432921178255005005643292117825500500564329211782550050056432921178255005005643292117825500500564329211782550050056432921178255005005643292117825500500564329211782550050056432921178255005005643292117825500500564329211782550050056432921178255005005643292117825500500564329211782550050056432921178255005005643292117825500500564329211" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4a4d9fd2-1608-4e6e-91ca-5b810ebf1c18, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 610e1f15-5ab0-43d5-b214-09cafb462172, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 610e1f15-5ab0-43d5-b214-09cafb462172, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4542995707781484552 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45429957077814845524542995707781484552454299570778148455245429957077814845524542995707781484552454299570778148455245429957077814845524542995707781484552454299570778148455245429957077814845524542995707781484552454299570778148455245429957077814845524542995707781484552454299570778148455245429957077814845524542995707781484552454299570778148455245429957077814845524542995707781484552" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 37dc2591-c52a-418a-9e88-c73378940fa1, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, eb73e2f3-7b1e-46a1-b9db-0e85ed9a4edb, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eb73e2f3-7b1e-46a1-b9db-0e85ed9a4edb, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6527575201601419605 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65275752016014196056527575201601419605652757520160141960565275752016014196056527575201601419605652757520160141960565275752016014196056527575201601419605652757520160141960565275752016014196056527575201601419605652757520160141960565275752016014196056527575201601419605652757520160141960565275752016014196056527575201601419605652757520160141960565275752016014196056527575201601419605" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 610e1f15-5ab0-43d5-b214-09cafb462172, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cd471ac4-06b9-4dc7-a8bc-5275c7300089, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cd471ac4-06b9-4dc7-a8bc-5275c7300089, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4636637630854059100 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46366376308540591004636637630854059100463663763085405910046366376308540591004636637630854059100463663763085405910046366376308540591004636637630854059100463663763085405910046366376308540591004636637630854059100463663763085405910046366376308540591004636637630854059100463663763085405910046366376308540591004636637630854059100463663763085405910046366376308540591004636637630854059100" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eb73e2f3-7b1e-46a1-b9db-0e85ed9a4edb, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5961d8f1-dc37-438c-801f-a47c6517634b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5961d8f1-dc37-438c-801f-a47c6517634b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8028217962792322179 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80282179627923221798028217962792322179802821796279232217980282179627923221798028217962792322179802821796279232217980282179627923221798028217962792322179802821796279232217980282179627923221798028217962792322179802821796279232217980282179627923221798028217962792322179802821796279232217980282179627923221798028217962792322179802821796279232217980282179627923221798028217962792322179" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cd471ac4-06b9-4dc7-a8bc-5275c7300089, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0f7ba6e2-d049-48d9-88bd-6b5309fb8d9b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0f7ba6e2-d049-48d9-88bd-6b5309fb8d9b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17750530575114252592 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1775053057511425259217750530575114252592177505305751142525921775053057511425259217750530575114252592177505305751142525921775053057511425259217750530575114252592177505305751142525921775053057511425259217750530575114252592177505305751142525921775053057511425259217750530575114252592177505305751142525921775053057511425259217750530575114252592177505305751142525921775053057511425259217750530575114252592" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5961d8f1-dc37-438c-801f-a47c6517634b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 639ddf21-cb05-4f41-9e24-1e68af9c9af4, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 639ddf21-cb05-4f41-9e24-1e68af9c9af4, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10797081593283291249 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1079708159328329124910797081593283291249107970815932832912491079708159328329124910797081593283291249107970815932832912491079708159328329124910797081593283291249107970815932832912491079708159328329124910797081593283291249107970815932832912491079708159328329124910797081593283291249107970815932832912491079708159328329124910797081593283291249107970815932832912491079708159328329124910797081593283291249" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0f7ba6e2-d049-48d9-88bd-6b5309fb8d9b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2f79701a-d704-409f-9aa6-adbb2ed17aef, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2f79701a-d704-409f-9aa6-adbb2ed17aef, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15621584363290840668 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1562158436329084066815621584363290840668156215843632908406681562158436329084066815621584363290840668156215843632908406681562158436329084066815621584363290840668156215843632908406681562158436329084066815621584363290840668156215843632908406681562158436329084066815621584363290840668156215843632908406681562158436329084066815621584363290840668156215843632908406681562158436329084066815621584363290840668" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 639ddf21-cb05-4f41-9e24-1e68af9c9af4, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9f7d9707-3cad-4002-be39-bdafc3fd8a48, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9f7d9707-3cad-4002-be39-bdafc3fd8a48, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18366679892599450962 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1836667989259945096218366679892599450962183666798925994509621836667989259945096218366679892599450962183666798925994509621836667989259945096218366679892599450962183666798925994509621836667989259945096218366679892599450962183666798925994509621836667989259945096218366679892599450962183666798925994509621836667989259945096218366679892599450962183666798925994509621836667989259945096218366679892599450962" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2f79701a-d704-409f-9aa6-adbb2ed17aef, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 66efd0a8-cc9c-48bc-8746-654ba8af492c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 66efd0a8-cc9c-48bc-8746-654ba8af492c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2544879099036286138 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25448790990362861382544879099036286138254487909903628613825448790990362861382544879099036286138254487909903628613825448790990362861382544879099036286138254487909903628613825448790990362861382544879099036286138254487909903628613825448790990362861382544879099036286138254487909903628613825448790990362861382544879099036286138254487909903628613825448790990362861382544879099036286138" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9f7d9707-3cad-4002-be39-bdafc3fd8a48, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 30db3aa2-4637-4a45-9abd-6ce573fcd0c0, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 30db3aa2-4637-4a45-9abd-6ce573fcd0c0, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2935699891416979523 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29356998914169795232935699891416979523293569989141697952329356998914169795232935699891416979523293569989141697952329356998914169795232935699891416979523293569989141697952329356998914169795232935699891416979523293569989141697952329356998914169795232935699891416979523293569989141697952329356998914169795232935699891416979523293569989141697952329356998914169795232935699891416979523" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 66efd0a8-cc9c-48bc-8746-654ba8af492c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ea4cc2e5-53a0-4f4b-a3c1-a17fd0eedf62, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ea4cc2e5-53a0-4f4b-a3c1-a17fd0eedf62, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15094500057545269846 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1509450005754526984615094500057545269846150945000575452698461509450005754526984615094500057545269846150945000575452698461509450005754526984615094500057545269846150945000575452698461509450005754526984615094500057545269846150945000575452698461509450005754526984615094500057545269846150945000575452698461509450005754526984615094500057545269846150945000575452698461509450005754526984615094500057545269846" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 30db3aa2-4637-4a45-9abd-6ce573fcd0c0, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 30d24872-8cbd-403c-b72c-38ecce8f6f6c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 30d24872-8cbd-403c-b72c-38ecce8f6f6c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12626386417095236494 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1262638641709523649412626386417095236494126263864170952364941262638641709523649412626386417095236494126263864170952364941262638641709523649412626386417095236494126263864170952364941262638641709523649412626386417095236494126263864170952364941262638641709523649412626386417095236494126263864170952364941262638641709523649412626386417095236494126263864170952364941262638641709523649412626386417095236494" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ea4cc2e5-53a0-4f4b-a3c1-a17fd0eedf62, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f818e6d9-1f1a-4c8e-bae3-c3a13244d065, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f818e6d9-1f1a-4c8e-bae3-c3a13244d065, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14954040570078783934 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1495404057007878393414954040570078783934149540405700787839341495404057007878393414954040570078783934149540405700787839341495404057007878393414954040570078783934149540405700787839341495404057007878393414954040570078783934149540405700787839341495404057007878393414954040570078783934149540405700787839341495404057007878393414954040570078783934149540405700787839341495404057007878393414954040570078783934" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 30d24872-8cbd-403c-b72c-38ecce8f6f6c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0ae4ebbd-e6ca-47e0-b0b9-61f6bc887eb4, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0ae4ebbd-e6ca-47e0-b0b9-61f6bc887eb4, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6173809248855578940 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61738092488555789406173809248855578940617380924885557894061738092488555789406173809248855578940617380924885557894061738092488555789406173809248855578940617380924885557894061738092488555789406173809248855578940617380924885557894061738092488555789406173809248855578940617380924885557894061738092488555789406173809248855578940617380924885557894061738092488555789406173809248855578940" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0ae4ebbd-e6ca-47e0-b0b9-61f6bc887eb4, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3002bf8b-5baf-4426-a67f-2f9c14ba1adf, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3002bf8b-5baf-4426-a67f-2f9c14ba1adf, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4813032099143124164 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48130320991431241644813032099143124164481303209914312416448130320991431241644813032099143124164481303209914312416448130320991431241644813032099143124164481303209914312416448130320991431241644813032099143124164481303209914312416448130320991431241644813032099143124164481303209914312416448130320991431241644813032099143124164481303209914312416448130320991431241644813032099143124164" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f818e6d9-1f1a-4c8e-bae3-c3a13244d065, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 785a12d2-237c-406f-952c-7156b9532d66, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 785a12d2-237c-406f-952c-7156b9532d66, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7318548435239847748 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73185484352398477487318548435239847748731854843523984774873185484352398477487318548435239847748731854843523984774873185484352398477487318548435239847748731854843523984774873185484352398477487318548435239847748731854843523984774873185484352398477487318548435239847748731854843523984774873185484352398477487318548435239847748731854843523984774873185484352398477487318548435239847748" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3002bf8b-5baf-4426-a67f-2f9c14ba1adf, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 503216a3-0c77-4c90-a883-b3995bcb8032, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 503216a3-0c77-4c90-a883-b3995bcb8032, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6441769989455070118 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64417699894550701186441769989455070118644176998945507011864417699894550701186441769989455070118644176998945507011864417699894550701186441769989455070118644176998945507011864417699894550701186441769989455070118644176998945507011864417699894550701186441769989455070118644176998945507011864417699894550701186441769989455070118644176998945507011864417699894550701186441769989455070118" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 785a12d2-237c-406f-952c-7156b9532d66, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 215f1fda-f8a4-4e20-8639-e04d01c88850, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 215f1fda-f8a4-4e20-8639-e04d01c88850, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16966124072421516845 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1696612407242151684516966124072421516845169661240724215168451696612407242151684516966124072421516845169661240724215168451696612407242151684516966124072421516845169661240724215168451696612407242151684516966124072421516845169661240724215168451696612407242151684516966124072421516845169661240724215168451696612407242151684516966124072421516845169661240724215168451696612407242151684516966124072421516845" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 503216a3-0c77-4c90-a883-b3995bcb8032, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b64a944a-fd74-4bcf-b66d-ac69eeb78800, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b64a944a-fd74-4bcf-b66d-ac69eeb78800, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1592665351392753734 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15926653513927537341592665351392753734159266535139275373415926653513927537341592665351392753734159266535139275373415926653513927537341592665351392753734159266535139275373415926653513927537341592665351392753734159266535139275373415926653513927537341592665351392753734159266535139275373415926653513927537341592665351392753734159266535139275373415926653513927537341592665351392753734" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b64a944a-fd74-4bcf-b66d-ac69eeb78800, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 238c4c56-09a2-4187-9f24-d19afe363524, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 238c4c56-09a2-4187-9f24-d19afe363524, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11431789466744394444 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1143178946674439444411431789466744394444114317894667443944441143178946674439444411431789466744394444114317894667443944441143178946674439444411431789466744394444114317894667443944441143178946674439444411431789466744394444114317894667443944441143178946674439444411431789466744394444114317894667443944441143178946674439444411431789466744394444114317894667443944441143178946674439444411431789466744394444" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 215f1fda-f8a4-4e20-8639-e04d01c88850, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 57f50392-1622-4466-8594-df526caab834, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 57f50392-1622-4466-8594-df526caab834, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5334300015655135129 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53343000156551351295334300015655135129533430001565513512953343000156551351295334300015655135129533430001565513512953343000156551351295334300015655135129533430001565513512953343000156551351295334300015655135129533430001565513512953343000156551351295334300015655135129533430001565513512953343000156551351295334300015655135129533430001565513512953343000156551351295334300015655135129" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 238c4c56-09a2-4187-9f24-d19afe363524, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 61f4bf10-4ab2-4469-bbd2-4c76fc18420d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 61f4bf10-4ab2-4469-bbd2-4c76fc18420d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17332424042155053671 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1733242404215505367117332424042155053671173324240421550536711733242404215505367117332424042155053671173324240421550536711733242404215505367117332424042155053671173324240421550536711733242404215505367117332424042155053671173324240421550536711733242404215505367117332424042155053671173324240421550536711733242404215505367117332424042155053671173324240421550536711733242404215505367117332424042155053671" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 57f50392-1622-4466-8594-df526caab834, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3fe103bb-3a16-43aa-87ae-3b6234bff20b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3fe103bb-3a16-43aa-87ae-3b6234bff20b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15508706436981831540 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1550870643698183154015508706436981831540155087064369818315401550870643698183154015508706436981831540155087064369818315401550870643698183154015508706436981831540155087064369818315401550870643698183154015508706436981831540155087064369818315401550870643698183154015508706436981831540155087064369818315401550870643698183154015508706436981831540155087064369818315401550870643698183154015508706436981831540" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 61f4bf10-4ab2-4469-bbd2-4c76fc18420d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 98ed4032-8c7c-4e7b-bc3d-2310a0232341, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 98ed4032-8c7c-4e7b-bc3d-2310a0232341, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14548863734965623719 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1454886373496562371914548863734965623719145488637349656237191454886373496562371914548863734965623719145488637349656237191454886373496562371914548863734965623719145488637349656237191454886373496562371914548863734965623719145488637349656237191454886373496562371914548863734965623719145488637349656237191454886373496562371914548863734965623719145488637349656237191454886373496562371914548863734965623719" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3fe103bb-3a16-43aa-87ae-3b6234bff20b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1ff67d16-e984-4122-92ca-fb48f3ac4fea, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1ff67d16-e984-4122-92ca-fb48f3ac4fea, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14113768957829994202 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1411376895782999420214113768957829994202141137689578299942021411376895782999420214113768957829994202141137689578299942021411376895782999420214113768957829994202141137689578299942021411376895782999420214113768957829994202141137689578299942021411376895782999420214113768957829994202141137689578299942021411376895782999420214113768957829994202141137689578299942021411376895782999420214113768957829994202" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 98ed4032-8c7c-4e7b-bc3d-2310a0232341, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b11cedd8-947a-453a-8428-83a3c20bf2cf, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b11cedd8-947a-453a-8428-83a3c20bf2cf, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13041406246201467330 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1304140624620146733013041406246201467330130414062462014673301304140624620146733013041406246201467330130414062462014673301304140624620146733013041406246201467330130414062462014673301304140624620146733013041406246201467330130414062462014673301304140624620146733013041406246201467330130414062462014673301304140624620146733013041406246201467330130414062462014673301304140624620146733013041406246201467330" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1ff67d16-e984-4122-92ca-fb48f3ac4fea, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 89de297c-3fb2-4a0a-995c-da125b03e06e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 89de297c-3fb2-4a0a-995c-da125b03e06e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7877161614328345967 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78771616143283459677877161614328345967787716161432834596778771616143283459677877161614328345967787716161432834596778771616143283459677877161614328345967787716161432834596778771616143283459677877161614328345967787716161432834596778771616143283459677877161614328345967787716161432834596778771616143283459677877161614328345967787716161432834596778771616143283459677877161614328345967" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b11cedd8-947a-453a-8428-83a3c20bf2cf, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a73b9b42-1842-41ef-8927-bfb64d50ac5e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a73b9b42-1842-41ef-8927-bfb64d50ac5e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17866138493825788325 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1786613849382578832517866138493825788325178661384938257883251786613849382578832517866138493825788325178661384938257883251786613849382578832517866138493825788325178661384938257883251786613849382578832517866138493825788325178661384938257883251786613849382578832517866138493825788325178661384938257883251786613849382578832517866138493825788325178661384938257883251786613849382578832517866138493825788325" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a73b9b42-1842-41ef-8927-bfb64d50ac5e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e7d0b7fe-f06f-444a-bedb-6723044c51c7, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e7d0b7fe-f06f-444a-bedb-6723044c51c7, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7149645759475070966 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71496457594750709667149645759475070966714964575947507096671496457594750709667149645759475070966714964575947507096671496457594750709667149645759475070966714964575947507096671496457594750709667149645759475070966714964575947507096671496457594750709667149645759475070966714964575947507096671496457594750709667149645759475070966714964575947507096671496457594750709667149645759475070966" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 89de297c-3fb2-4a0a-995c-da125b03e06e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 346dec3b-5c34-45de-99ce-dd4ab574f6e8, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 346dec3b-5c34-45de-99ce-dd4ab574f6e8, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5498515473533281572 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54985154735332815725498515473533281572549851547353328157254985154735332815725498515473533281572549851547353328157254985154735332815725498515473533281572549851547353328157254985154735332815725498515473533281572549851547353328157254985154735332815725498515473533281572549851547353328157254985154735332815725498515473533281572549851547353328157254985154735332815725498515473533281572" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e7d0b7fe-f06f-444a-bedb-6723044c51c7, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f10b4601-59a0-4cae-ba12-34b52222657d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f10b4601-59a0-4cae-ba12-34b52222657d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8614890649887722094 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86148906498877220948614890649887722094861489064988772209486148906498877220948614890649887722094861489064988772209486148906498877220948614890649887722094861489064988772209486148906498877220948614890649887722094861489064988772209486148906498877220948614890649887722094861489064988772209486148906498877220948614890649887722094861489064988772209486148906498877220948614890649887722094" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 346dec3b-5c34-45de-99ce-dd4ab574f6e8, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f10b4601-59a0-4cae-ba12-34b52222657d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 31c9c398-c831-4a8c-812e-c7429e6d90a1, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 73cc209f-4d78-45a2-bec7-3dc1c053b821, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 73cc209f-4d78-45a2-bec7-3dc1c053b821, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12068526464449828364 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1206852646444982836412068526464449828364120685264644498283641206852646444982836412068526464449828364120685264644498283641206852646444982836412068526464449828364120685264644498283641206852646444982836412068526464449828364120685264644498283641206852646444982836412068526464449828364120685264644498283641206852646444982836412068526464449828364120685264644498283641206852646444982836412068526464449828364" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 31c9c398-c831-4a8c-812e-c7429e6d90a1, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1557623206464747649 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15576232064647476491557623206464747649155762320646474764915576232064647476491557623206464747649155762320646474764915576232064647476491557623206464747649155762320646474764915576232064647476491557623206464747649155762320646474764915576232064647476491557623206464747649155762320646474764915576232064647476491557623206464747649155762320646474764915576232064647476491557623206464747649" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 73cc209f-4d78-45a2-bec7-3dc1c053b821, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d1be71b2-2783-4088-bbeb-cf3b374677c5, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d1be71b2-2783-4088-bbeb-cf3b374677c5, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13093739913532580127 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1309373991353258012713093739913532580127130937399135325801271309373991353258012713093739913532580127130937399135325801271309373991353258012713093739913532580127130937399135325801271309373991353258012713093739913532580127130937399135325801271309373991353258012713093739913532580127130937399135325801271309373991353258012713093739913532580127130937399135325801271309373991353258012713093739913532580127" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 31c9c398-c831-4a8c-812e-c7429e6d90a1, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ea120317-3b31-487e-ac16-404c20c40fab, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ea120317-3b31-487e-ac16-404c20c40fab, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14990383985946159690 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1499038398594615969014990383985946159690149903839859461596901499038398594615969014990383985946159690149903839859461596901499038398594615969014990383985946159690149903839859461596901499038398594615969014990383985946159690149903839859461596901499038398594615969014990383985946159690149903839859461596901499038398594615969014990383985946159690149903839859461596901499038398594615969014990383985946159690" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ea120317-3b31-487e-ac16-404c20c40fab, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 52bb2b4f-ae56-48eb-ae1b-0976200be6c8, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 52bb2b4f-ae56-48eb-ae1b-0976200be6c8, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 343796981705655745 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "343796981705655745343796981705655745343796981705655745343796981705655745343796981705655745343796981705655745343796981705655745343796981705655745343796981705655745343796981705655745343796981705655745343796981705655745343796981705655745343796981705655745343796981705655745343796981705655745343796981705655745343796981705655745343796981705655745343796981705655745" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d1be71b2-2783-4088-bbeb-cf3b374677c5, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4d3aaeee-41d6-44c0-be33-8df9817d4721, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4d3aaeee-41d6-44c0-be33-8df9817d4721, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7013773482168429748 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70137734821684297487013773482168429748701377348216842974870137734821684297487013773482168429748701377348216842974870137734821684297487013773482168429748701377348216842974870137734821684297487013773482168429748701377348216842974870137734821684297487013773482168429748701377348216842974870137734821684297487013773482168429748701377348216842974870137734821684297487013773482168429748" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 52bb2b4f-ae56-48eb-ae1b-0976200be6c8, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2e235ffd-726b-43a1-b413-5f019e99062c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2e235ffd-726b-43a1-b413-5f019e99062c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17607727127756431880 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1760772712775643188017607727127756431880176077271277564318801760772712775643188017607727127756431880176077271277564318801760772712775643188017607727127756431880176077271277564318801760772712775643188017607727127756431880176077271277564318801760772712775643188017607727127756431880176077271277564318801760772712775643188017607727127756431880176077271277564318801760772712775643188017607727127756431880" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4d3aaeee-41d6-44c0-be33-8df9817d4721, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cf88e089-851e-4980-b464-eba819ee47a8, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cf88e089-851e-4980-b464-eba819ee47a8, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10789854973414050499 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1078985497341405049910789854973414050499107898549734140504991078985497341405049910789854973414050499107898549734140504991078985497341405049910789854973414050499107898549734140504991078985497341405049910789854973414050499107898549734140504991078985497341405049910789854973414050499107898549734140504991078985497341405049910789854973414050499107898549734140504991078985497341405049910789854973414050499" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2e235ffd-726b-43a1-b413-5f019e99062c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, abf6ee5a-de3d-49cb-819a-9fbd4d15dbc7, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, abf6ee5a-de3d-49cb-819a-9fbd4d15dbc7, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16837104514781508663 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1683710451478150866316837104514781508663168371045147815086631683710451478150866316837104514781508663168371045147815086631683710451478150866316837104514781508663168371045147815086631683710451478150866316837104514781508663168371045147815086631683710451478150866316837104514781508663168371045147815086631683710451478150866316837104514781508663168371045147815086631683710451478150866316837104514781508663" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cf88e089-851e-4980-b464-eba819ee47a8, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, abcb19cd-b42f-44e3-934e-e3d51b51043a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, abcb19cd-b42f-44e3-934e-e3d51b51043a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 190540079983953508 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "190540079983953508190540079983953508190540079983953508190540079983953508190540079983953508190540079983953508190540079983953508190540079983953508190540079983953508190540079983953508190540079983953508190540079983953508190540079983953508190540079983953508190540079983953508190540079983953508190540079983953508190540079983953508190540079983953508190540079983953508" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, abf6ee5a-de3d-49cb-819a-9fbd4d15dbc7, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 90cdc853-490a-421e-9a6c-31a9b882862b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 90cdc853-490a-421e-9a6c-31a9b882862b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8192383575473063315 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81923835754730633158192383575473063315819238357547306331581923835754730633158192383575473063315819238357547306331581923835754730633158192383575473063315819238357547306331581923835754730633158192383575473063315819238357547306331581923835754730633158192383575473063315819238357547306331581923835754730633158192383575473063315819238357547306331581923835754730633158192383575473063315" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, abcb19cd-b42f-44e3-934e-e3d51b51043a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 80c7a0a2-392a-448e-9d94-88405fbb441f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 80c7a0a2-392a-448e-9d94-88405fbb441f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12168112626256736312 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1216811262625673631212168112626256736312121681126262567363121216811262625673631212168112626256736312121681126262567363121216811262625673631212168112626256736312121681126262567363121216811262625673631212168112626256736312121681126262567363121216811262625673631212168112626256736312121681126262567363121216811262625673631212168112626256736312121681126262567363121216811262625673631212168112626256736312" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 90cdc853-490a-421e-9a6c-31a9b882862b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d3bb74f0-9c5e-404b-b2b6-173964a1417b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d3bb74f0-9c5e-404b-b2b6-173964a1417b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13107112261808477831 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1310711226180847783113107112261808477831131071122618084778311310711226180847783113107112261808477831131071122618084778311310711226180847783113107112261808477831131071122618084778311310711226180847783113107112261808477831131071122618084778311310711226180847783113107112261808477831131071122618084778311310711226180847783113107112261808477831131071122618084778311310711226180847783113107112261808477831" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 80c7a0a2-392a-448e-9d94-88405fbb441f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 676155e2-f5b2-4ef3-9a9b-8ce61379a9f6, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 676155e2-f5b2-4ef3-9a9b-8ce61379a9f6, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7992028722168485559 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79920287221684855597992028722168485559799202872216848555979920287221684855597992028722168485559799202872216848555979920287221684855597992028722168485559799202872216848555979920287221684855597992028722168485559799202872216848555979920287221684855597992028722168485559799202872216848555979920287221684855597992028722168485559799202872216848555979920287221684855597992028722168485559" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d3bb74f0-9c5e-404b-b2b6-173964a1417b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8c563155-1fce-461b-9bb2-10aa332c448a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8c563155-1fce-461b-9bb2-10aa332c448a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17823871465013755543 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1782387146501375554317823871465013755543178238714650137555431782387146501375554317823871465013755543178238714650137555431782387146501375554317823871465013755543178238714650137555431782387146501375554317823871465013755543178238714650137555431782387146501375554317823871465013755543178238714650137555431782387146501375554317823871465013755543178238714650137555431782387146501375554317823871465013755543" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 676155e2-f5b2-4ef3-9a9b-8ce61379a9f6, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f16dd51c-6100-489b-a0d3-2da8959a679d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f16dd51c-6100-489b-a0d3-2da8959a679d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12551268289086671890 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1255126828908667189012551268289086671890125512682890866718901255126828908667189012551268289086671890125512682890866718901255126828908667189012551268289086671890125512682890866718901255126828908667189012551268289086671890125512682890866718901255126828908667189012551268289086671890125512682890866718901255126828908667189012551268289086671890125512682890866718901255126828908667189012551268289086671890" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8c563155-1fce-461b-9bb2-10aa332c448a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e5a6a2bb-ea55-4eea-8bfd-eef38a673c10, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e5a6a2bb-ea55-4eea-8bfd-eef38a673c10, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3864413584221463588 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38644135842214635883864413584221463588386441358422146358838644135842214635883864413584221463588386441358422146358838644135842214635883864413584221463588386441358422146358838644135842214635883864413584221463588386441358422146358838644135842214635883864413584221463588386441358422146358838644135842214635883864413584221463588386441358422146358838644135842214635883864413584221463588" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f16dd51c-6100-489b-a0d3-2da8959a679d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ab798b14-5edc-444d-aebe-4ccf50d0d080, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ab798b14-5edc-444d-aebe-4ccf50d0d080, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4949529200293617728 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49495292002936177284949529200293617728494952920029361772849495292002936177284949529200293617728494952920029361772849495292002936177284949529200293617728494952920029361772849495292002936177284949529200293617728494952920029361772849495292002936177284949529200293617728494952920029361772849495292002936177284949529200293617728494952920029361772849495292002936177284949529200293617728" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e5a6a2bb-ea55-4eea-8bfd-eef38a673c10, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 74cb4cbf-e48f-4f03-a606-0642cc266a15, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 74cb4cbf-e48f-4f03-a606-0642cc266a15, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17518965979737784721 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1751896597973778472117518965979737784721175189659797377847211751896597973778472117518965979737784721175189659797377847211751896597973778472117518965979737784721175189659797377847211751896597973778472117518965979737784721175189659797377847211751896597973778472117518965979737784721175189659797377847211751896597973778472117518965979737784721175189659797377847211751896597973778472117518965979737784721" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ab798b14-5edc-444d-aebe-4ccf50d0d080, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6e4243b1-a762-44ba-beb8-5920de394826, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6e4243b1-a762-44ba-beb8-5920de394826, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8840537240105409202 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88405372401054092028840537240105409202884053724010540920288405372401054092028840537240105409202884053724010540920288405372401054092028840537240105409202884053724010540920288405372401054092028840537240105409202884053724010540920288405372401054092028840537240105409202884053724010540920288405372401054092028840537240105409202884053724010540920288405372401054092028840537240105409202" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 74cb4cbf-e48f-4f03-a606-0642cc266a15, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 58f43400-d418-43d9-a9dd-4c91039802e8, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 58f43400-d418-43d9-a9dd-4c91039802e8, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14073978567106043253 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1407397856710604325314073978567106043253140739785671060432531407397856710604325314073978567106043253140739785671060432531407397856710604325314073978567106043253140739785671060432531407397856710604325314073978567106043253140739785671060432531407397856710604325314073978567106043253140739785671060432531407397856710604325314073978567106043253140739785671060432531407397856710604325314073978567106043253" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6e4243b1-a762-44ba-beb8-5920de394826, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0c954283-446e-48d1-b2fa-537c4ffb4e36, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0c954283-446e-48d1-b2fa-537c4ffb4e36, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1971491461115282426 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19714914611152824261971491461115282426197149146111528242619714914611152824261971491461115282426197149146111528242619714914611152824261971491461115282426197149146111528242619714914611152824261971491461115282426197149146111528242619714914611152824261971491461115282426197149146111528242619714914611152824261971491461115282426197149146111528242619714914611152824261971491461115282426" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 58f43400-d418-43d9-a9dd-4c91039802e8, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3d88ca02-8269-4219-9d5c-7fcc08ab7d98, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3d88ca02-8269-4219-9d5c-7fcc08ab7d98, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3307654098356961865 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33076540983569618653307654098356961865330765409835696186533076540983569618653307654098356961865330765409835696186533076540983569618653307654098356961865330765409835696186533076540983569618653307654098356961865330765409835696186533076540983569618653307654098356961865330765409835696186533076540983569618653307654098356961865330765409835696186533076540983569618653307654098356961865" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0c954283-446e-48d1-b2fa-537c4ffb4e36, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 16756174-085a-463a-9d64-1a5e61572632, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 16756174-085a-463a-9d64-1a5e61572632, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16636258987277781501 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1663625898727778150116636258987277781501166362589872777815011663625898727778150116636258987277781501166362589872777815011663625898727778150116636258987277781501166362589872777815011663625898727778150116636258987277781501166362589872777815011663625898727778150116636258987277781501166362589872777815011663625898727778150116636258987277781501166362589872777815011663625898727778150116636258987277781501" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3d88ca02-8269-4219-9d5c-7fcc08ab7d98, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a93ce8d1-a0d7-4fab-bdea-363d3c6aaf31, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a93ce8d1-a0d7-4fab-bdea-363d3c6aaf31, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15991611148618358843 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1599161114861835884315991611148618358843159916111486183588431599161114861835884315991611148618358843159916111486183588431599161114861835884315991611148618358843159916111486183588431599161114861835884315991611148618358843159916111486183588431599161114861835884315991611148618358843159916111486183588431599161114861835884315991611148618358843159916111486183588431599161114861835884315991611148618358843" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 16756174-085a-463a-9d64-1a5e61572632, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 804f453b-a067-4b7c-8170-9c473d9058db, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 804f453b-a067-4b7c-8170-9c473d9058db, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10067660870935340216 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1006766087093534021610067660870935340216100676608709353402161006766087093534021610067660870935340216100676608709353402161006766087093534021610067660870935340216100676608709353402161006766087093534021610067660870935340216100676608709353402161006766087093534021610067660870935340216100676608709353402161006766087093534021610067660870935340216100676608709353402161006766087093534021610067660870935340216" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a93ce8d1-a0d7-4fab-bdea-363d3c6aaf31, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 56c0aa76-575b-4d49-b08a-5f7e46a4cc87, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 56c0aa76-575b-4d49-b08a-5f7e46a4cc87, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9286153257059928304 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92861532570599283049286153257059928304928615325705992830492861532570599283049286153257059928304928615325705992830492861532570599283049286153257059928304928615325705992830492861532570599283049286153257059928304928615325705992830492861532570599283049286153257059928304928615325705992830492861532570599283049286153257059928304928615325705992830492861532570599283049286153257059928304" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 804f453b-a067-4b7c-8170-9c473d9058db, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c71707c3-9748-4d28-8e72-be8c86598dc7, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c71707c3-9748-4d28-8e72-be8c86598dc7, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11185182960561082513 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1118518296056108251311185182960561082513111851829605610825131118518296056108251311185182960561082513111851829605610825131118518296056108251311185182960561082513111851829605610825131118518296056108251311185182960561082513111851829605610825131118518296056108251311185182960561082513111851829605610825131118518296056108251311185182960561082513111851829605610825131118518296056108251311185182960561082513" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 56c0aa76-575b-4d49-b08a-5f7e46a4cc87, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f750ae5c-3f4a-45ae-84fa-d3e3d280e167, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f750ae5c-3f4a-45ae-84fa-d3e3d280e167, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 867381483934106169 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "867381483934106169867381483934106169867381483934106169867381483934106169867381483934106169867381483934106169867381483934106169867381483934106169867381483934106169867381483934106169867381483934106169867381483934106169867381483934106169867381483934106169867381483934106169867381483934106169867381483934106169867381483934106169867381483934106169867381483934106169" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c71707c3-9748-4d28-8e72-be8c86598dc7, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c40465dc-9981-4f9e-b436-c7a7cb5616a3, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c40465dc-9981-4f9e-b436-c7a7cb5616a3, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16059099965913723393 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1605909996591372339316059099965913723393160590999659137233931605909996591372339316059099965913723393160590999659137233931605909996591372339316059099965913723393160590999659137233931605909996591372339316059099965913723393160590999659137233931605909996591372339316059099965913723393160590999659137233931605909996591372339316059099965913723393160590999659137233931605909996591372339316059099965913723393" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f750ae5c-3f4a-45ae-84fa-d3e3d280e167, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c73b14dc-d669-409b-8528-e2d725f5a69d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c73b14dc-d669-409b-8528-e2d725f5a69d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6962427934411033418 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69624279344110334186962427934411033418696242793441103341869624279344110334186962427934411033418696242793441103341869624279344110334186962427934411033418696242793441103341869624279344110334186962427934411033418696242793441103341869624279344110334186962427934411033418696242793441103341869624279344110334186962427934411033418696242793441103341869624279344110334186962427934411033418" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c40465dc-9981-4f9e-b436-c7a7cb5616a3, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f6b4e4ef-1a63-421a-8667-11c9c6cb158d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f6b4e4ef-1a63-421a-8667-11c9c6cb158d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13412688471046849114 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1341268847104684911413412688471046849114134126884710468491141341268847104684911413412688471046849114134126884710468491141341268847104684911413412688471046849114134126884710468491141341268847104684911413412688471046849114134126884710468491141341268847104684911413412688471046849114134126884710468491141341268847104684911413412688471046849114134126884710468491141341268847104684911413412688471046849114" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c73b14dc-d669-409b-8528-e2d725f5a69d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9e4699aa-0337-4d7e-a2d4-5d8f3abd180f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9e4699aa-0337-4d7e-a2d4-5d8f3abd180f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14790438019724306758 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1479043801972430675814790438019724306758147904380197243067581479043801972430675814790438019724306758147904380197243067581479043801972430675814790438019724306758147904380197243067581479043801972430675814790438019724306758147904380197243067581479043801972430675814790438019724306758147904380197243067581479043801972430675814790438019724306758147904380197243067581479043801972430675814790438019724306758" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f6b4e4ef-1a63-421a-8667-11c9c6cb158d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6360d63c-35e6-4ab7-a3c9-c5927d625e00, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6360d63c-35e6-4ab7-a3c9-c5927d625e00, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5155562811956018071 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51555628119560180715155562811956018071515556281195601807151555628119560180715155562811956018071515556281195601807151555628119560180715155562811956018071515556281195601807151555628119560180715155562811956018071515556281195601807151555628119560180715155562811956018071515556281195601807151555628119560180715155562811956018071515556281195601807151555628119560180715155562811956018071" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9e4699aa-0337-4d7e-a2d4-5d8f3abd180f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9f633b66-4d7c-4a7e-a8cc-17c4ef75c516, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9f633b66-4d7c-4a7e-a8cc-17c4ef75c516, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16289885165696057350 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1628988516569605735016289885165696057350162898851656960573501628988516569605735016289885165696057350162898851656960573501628988516569605735016289885165696057350162898851656960573501628988516569605735016289885165696057350162898851656960573501628988516569605735016289885165696057350162898851656960573501628988516569605735016289885165696057350162898851656960573501628988516569605735016289885165696057350" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6360d63c-35e6-4ab7-a3c9-c5927d625e00, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7c6387eb-8417-4ea6-9e23-825b68924258, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7c6387eb-8417-4ea6-9e23-825b68924258, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4676177404615896090 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46761774046158960904676177404615896090467617740461589609046761774046158960904676177404615896090467617740461589609046761774046158960904676177404615896090467617740461589609046761774046158960904676177404615896090467617740461589609046761774046158960904676177404615896090467617740461589609046761774046158960904676177404615896090467617740461589609046761774046158960904676177404615896090" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9f633b66-4d7c-4a7e-a8cc-17c4ef75c516, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5cd7a6ab-311b-44f9-bfc1-0929a6de40ab, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5cd7a6ab-311b-44f9-bfc1-0929a6de40ab, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11648177614352808292 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1164817761435280829211648177614352808292116481776143528082921164817761435280829211648177614352808292116481776143528082921164817761435280829211648177614352808292116481776143528082921164817761435280829211648177614352808292116481776143528082921164817761435280829211648177614352808292116481776143528082921164817761435280829211648177614352808292116481776143528082921164817761435280829211648177614352808292" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7c6387eb-8417-4ea6-9e23-825b68924258, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 65e306b9-e44e-4149-8f9b-1b3c3471adec, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 65e306b9-e44e-4149-8f9b-1b3c3471adec, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7039749208099634084 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70397492080996340847039749208099634084703974920809963408470397492080996340847039749208099634084703974920809963408470397492080996340847039749208099634084703974920809963408470397492080996340847039749208099634084703974920809963408470397492080996340847039749208099634084703974920809963408470397492080996340847039749208099634084703974920809963408470397492080996340847039749208099634084" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5cd7a6ab-311b-44f9-bfc1-0929a6de40ab, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8e411da1-72bd-404b-8882-a503e97d56b3, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8e411da1-72bd-404b-8882-a503e97d56b3, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18366910666161503330 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1836691066616150333018366910666161503330183669106661615033301836691066616150333018366910666161503330183669106661615033301836691066616150333018366910666161503330183669106661615033301836691066616150333018366910666161503330183669106661615033301836691066616150333018366910666161503330183669106661615033301836691066616150333018366910666161503330183669106661615033301836691066616150333018366910666161503330" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 65e306b9-e44e-4149-8f9b-1b3c3471adec, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c5def3ad-d0ee-40f3-a5bf-4fc58829e5a6, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c5def3ad-d0ee-40f3-a5bf-4fc58829e5a6, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10028602958225624570 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1002860295822562457010028602958225624570100286029582256245701002860295822562457010028602958225624570100286029582256245701002860295822562457010028602958225624570100286029582256245701002860295822562457010028602958225624570100286029582256245701002860295822562457010028602958225624570100286029582256245701002860295822562457010028602958225624570100286029582256245701002860295822562457010028602958225624570" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8e411da1-72bd-404b-8882-a503e97d56b3, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a27262d5-91a5-4518-8204-ec8e162eda56, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a27262d5-91a5-4518-8204-ec8e162eda56, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10547325979570517741 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1054732597957051774110547325979570517741105473259795705177411054732597957051774110547325979570517741105473259795705177411054732597957051774110547325979570517741105473259795705177411054732597957051774110547325979570517741105473259795705177411054732597957051774110547325979570517741105473259795705177411054732597957051774110547325979570517741105473259795705177411054732597957051774110547325979570517741" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c5def3ad-d0ee-40f3-a5bf-4fc58829e5a6, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fe88360d-6210-4a8b-873b-42930dcabc04, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fe88360d-6210-4a8b-873b-42930dcabc04, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7874055267937637674 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78740552679376376747874055267937637674787405526793763767478740552679376376747874055267937637674787405526793763767478740552679376376747874055267937637674787405526793763767478740552679376376747874055267937637674787405526793763767478740552679376376747874055267937637674787405526793763767478740552679376376747874055267937637674787405526793763767478740552679376376747874055267937637674" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a27262d5-91a5-4518-8204-ec8e162eda56, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fe88360d-6210-4a8b-873b-42930dcabc04, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 13285506-13d6-4af0-97db-c36e17d50330, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 13285506-13d6-4af0-97db-c36e17d50330, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16356913487609193827 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1635691348760919382716356913487609193827163569134876091938271635691348760919382716356913487609193827163569134876091938271635691348760919382716356913487609193827163569134876091938271635691348760919382716356913487609193827163569134876091938271635691348760919382716356913487609193827163569134876091938271635691348760919382716356913487609193827163569134876091938271635691348760919382716356913487609193827" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cd134f02-a75e-4668-bd68-8c9ec1dc2ba2, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cd134f02-a75e-4668-bd68-8c9ec1dc2ba2, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16778726401535794730 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1677872640153579473016778726401535794730167787264015357947301677872640153579473016778726401535794730167787264015357947301677872640153579473016778726401535794730167787264015357947301677872640153579473016778726401535794730167787264015357947301677872640153579473016778726401535794730167787264015357947301677872640153579473016778726401535794730167787264015357947301677872640153579473016778726401535794730" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 13285506-13d6-4af0-97db-c36e17d50330, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7044db77-68c6-4cfc-99fd-6add28900ade, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7044db77-68c6-4cfc-99fd-6add28900ade, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5957401790280181824 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59574017902801818245957401790280181824595740179028018182459574017902801818245957401790280181824595740179028018182459574017902801818245957401790280181824595740179028018182459574017902801818245957401790280181824595740179028018182459574017902801818245957401790280181824595740179028018182459574017902801818245957401790280181824595740179028018182459574017902801818245957401790280181824" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cd134f02-a75e-4668-bd68-8c9ec1dc2ba2, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6c3267ef-125e-43a2-90a2-9c13d633418a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6c3267ef-125e-43a2-90a2-9c13d633418a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11372498807536275524 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1137249880753627552411372498807536275524113724988075362755241137249880753627552411372498807536275524113724988075362755241137249880753627552411372498807536275524113724988075362755241137249880753627552411372498807536275524113724988075362755241137249880753627552411372498807536275524113724988075362755241137249880753627552411372498807536275524113724988075362755241137249880753627552411372498807536275524" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7044db77-68c6-4cfc-99fd-6add28900ade, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c633da80-969d-4a5c-a12d-348a5f3d1c89, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c633da80-969d-4a5c-a12d-348a5f3d1c89, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5504415624340357082 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55044156243403570825504415624340357082550441562434035708255044156243403570825504415624340357082550441562434035708255044156243403570825504415624340357082550441562434035708255044156243403570825504415624340357082550441562434035708255044156243403570825504415624340357082550441562434035708255044156243403570825504415624340357082550441562434035708255044156243403570825504415624340357082" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6c3267ef-125e-43a2-90a2-9c13d633418a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7c97f280-183c-4cbf-81ff-99831131cc50, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7c97f280-183c-4cbf-81ff-99831131cc50, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10472840717004594234 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1047284071700459423410472840717004594234104728407170045942341047284071700459423410472840717004594234104728407170045942341047284071700459423410472840717004594234104728407170045942341047284071700459423410472840717004594234104728407170045942341047284071700459423410472840717004594234104728407170045942341047284071700459423410472840717004594234104728407170045942341047284071700459423410472840717004594234" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c633da80-969d-4a5c-a12d-348a5f3d1c89, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f03506fd-ccf4-49f7-b638-4ca4f1e42864, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f03506fd-ccf4-49f7-b638-4ca4f1e42864, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14709444689706089272 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1470944468970608927214709444689706089272147094446897060892721470944468970608927214709444689706089272147094446897060892721470944468970608927214709444689706089272147094446897060892721470944468970608927214709444689706089272147094446897060892721470944468970608927214709444689706089272147094446897060892721470944468970608927214709444689706089272147094446897060892721470944468970608927214709444689706089272" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7c97f280-183c-4cbf-81ff-99831131cc50, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0280f7be-0da4-4962-b940-bf6bbf349eb3, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0280f7be-0da4-4962-b940-bf6bbf349eb3, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16298337804216990720 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1629833780421699072016298337804216990720162983378042169907201629833780421699072016298337804216990720162983378042169907201629833780421699072016298337804216990720162983378042169907201629833780421699072016298337804216990720162983378042169907201629833780421699072016298337804216990720162983378042169907201629833780421699072016298337804216990720162983378042169907201629833780421699072016298337804216990720" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f03506fd-ccf4-49f7-b638-4ca4f1e42864, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0f30ec5f-c7a9-4bba-8154-1a5ca54d2fef, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0f30ec5f-c7a9-4bba-8154-1a5ca54d2fef, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9365361272077580198 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93653612720775801989365361272077580198936536127207758019893653612720775801989365361272077580198936536127207758019893653612720775801989365361272077580198936536127207758019893653612720775801989365361272077580198936536127207758019893653612720775801989365361272077580198936536127207758019893653612720775801989365361272077580198936536127207758019893653612720775801989365361272077580198" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0280f7be-0da4-4962-b940-bf6bbf349eb3, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 95cdc3d3-6bae-4279-81e6-9e34a67dee00, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 95cdc3d3-6bae-4279-81e6-9e34a67dee00, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16034081856713093750 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1603408185671309375016034081856713093750160340818567130937501603408185671309375016034081856713093750160340818567130937501603408185671309375016034081856713093750160340818567130937501603408185671309375016034081856713093750160340818567130937501603408185671309375016034081856713093750160340818567130937501603408185671309375016034081856713093750160340818567130937501603408185671309375016034081856713093750" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0f30ec5f-c7a9-4bba-8154-1a5ca54d2fef, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8d1d51c2-acb5-440f-9378-daf07619957a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8d1d51c2-acb5-440f-9378-daf07619957a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18333129783600937512 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1833312978360093751218333129783600937512183331297836009375121833312978360093751218333129783600937512183331297836009375121833312978360093751218333129783600937512183331297836009375121833312978360093751218333129783600937512183331297836009375121833312978360093751218333129783600937512183331297836009375121833312978360093751218333129783600937512183331297836009375121833312978360093751218333129783600937512" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 95cdc3d3-6bae-4279-81e6-9e34a67dee00, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 01961325-8d57-437e-9d20-bbe88e707b24, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 01961325-8d57-437e-9d20-bbe88e707b24, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16315054061170570361 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1631505406117057036116315054061170570361163150540611705703611631505406117057036116315054061170570361163150540611705703611631505406117057036116315054061170570361163150540611705703611631505406117057036116315054061170570361163150540611705703611631505406117057036116315054061170570361163150540611705703611631505406117057036116315054061170570361163150540611705703611631505406117057036116315054061170570361" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8d1d51c2-acb5-440f-9378-daf07619957a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 67629a32-4ecb-4f5a-b19e-db58be338a01, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 67629a32-4ecb-4f5a-b19e-db58be338a01, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11060383829868793839 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1106038382986879383911060383829868793839110603838298687938391106038382986879383911060383829868793839110603838298687938391106038382986879383911060383829868793839110603838298687938391106038382986879383911060383829868793839110603838298687938391106038382986879383911060383829868793839110603838298687938391106038382986879383911060383829868793839110603838298687938391106038382986879383911060383829868793839" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 01961325-8d57-437e-9d20-bbe88e707b24, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 36cc77aa-bb34-45bc-85e0-8489fd6e4109, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 36cc77aa-bb34-45bc-85e0-8489fd6e4109, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9435176253747073709 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94351762537470737099435176253747073709943517625374707370994351762537470737099435176253747073709943517625374707370994351762537470737099435176253747073709943517625374707370994351762537470737099435176253747073709943517625374707370994351762537470737099435176253747073709943517625374707370994351762537470737099435176253747073709943517625374707370994351762537470737099435176253747073709" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 67629a32-4ecb-4f5a-b19e-db58be338a01, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cc4dfb38-bae3-4d00-a65c-6b9de08f66c1, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cc4dfb38-bae3-4d00-a65c-6b9de08f66c1, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11719106951423684733 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1171910695142368473311719106951423684733117191069514236847331171910695142368473311719106951423684733117191069514236847331171910695142368473311719106951423684733117191069514236847331171910695142368473311719106951423684733117191069514236847331171910695142368473311719106951423684733117191069514236847331171910695142368473311719106951423684733117191069514236847331171910695142368473311719106951423684733" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 36cc77aa-bb34-45bc-85e0-8489fd6e4109, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e9c4b1b2-067c-4528-9c66-a75bc5923653, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e9c4b1b2-067c-4528-9c66-a75bc5923653, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3360610219698956996 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33606102196989569963360610219698956996336061021969895699633606102196989569963360610219698956996336061021969895699633606102196989569963360610219698956996336061021969895699633606102196989569963360610219698956996336061021969895699633606102196989569963360610219698956996336061021969895699633606102196989569963360610219698956996336061021969895699633606102196989569963360610219698956996" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cc4dfb38-bae3-4d00-a65c-6b9de08f66c1, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b83f1bfb-679f-416b-80f2-99edf3339587, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b83f1bfb-679f-416b-80f2-99edf3339587, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3904611272762675522 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39046112727626755223904611272762675522390461127276267552239046112727626755223904611272762675522390461127276267552239046112727626755223904611272762675522390461127276267552239046112727626755223904611272762675522390461127276267552239046112727626755223904611272762675522390461127276267552239046112727626755223904611272762675522390461127276267552239046112727626755223904611272762675522" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b83f1bfb-679f-416b-80f2-99edf3339587, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 081b4ac5-0eb1-43ff-a70b-f5ffd20a0aa0, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 081b4ac5-0eb1-43ff-a70b-f5ffd20a0aa0, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4005002803580725198 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40050028035807251984005002803580725198400500280358072519840050028035807251984005002803580725198400500280358072519840050028035807251984005002803580725198400500280358072519840050028035807251984005002803580725198400500280358072519840050028035807251984005002803580725198400500280358072519840050028035807251984005002803580725198400500280358072519840050028035807251984005002803580725198" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e9c4b1b2-067c-4528-9c66-a75bc5923653, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d86be811-d32e-44f9-9f57-5e488c426683, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d86be811-d32e-44f9-9f57-5e488c426683, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3154403010407619892 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31544030104076198923154403010407619892315440301040761989231544030104076198923154403010407619892315440301040761989231544030104076198923154403010407619892315440301040761989231544030104076198923154403010407619892315440301040761989231544030104076198923154403010407619892315440301040761989231544030104076198923154403010407619892315440301040761989231544030104076198923154403010407619892" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 081b4ac5-0eb1-43ff-a70b-f5ffd20a0aa0, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 540c4870-b457-4431-ba70-f777fbe2eb77, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 540c4870-b457-4431-ba70-f777fbe2eb77, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5837829937325741158 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58378299373257411585837829937325741158583782993732574115858378299373257411585837829937325741158583782993732574115858378299373257411585837829937325741158583782993732574115858378299373257411585837829937325741158583782993732574115858378299373257411585837829937325741158583782993732574115858378299373257411585837829937325741158583782993732574115858378299373257411585837829937325741158" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d86be811-d32e-44f9-9f57-5e488c426683, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 540c4870-b457-4431-ba70-f777fbe2eb77, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1e844257-58ab-4dc9-8335-56dcddfdb1ba, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1e844257-58ab-4dc9-8335-56dcddfdb1ba, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1430301751102950775 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14303017511029507751430301751102950775143030175110295077514303017511029507751430301751102950775143030175110295077514303017511029507751430301751102950775143030175110295077514303017511029507751430301751102950775143030175110295077514303017511029507751430301751102950775143030175110295077514303017511029507751430301751102950775143030175110295077514303017511029507751430301751102950775" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 310d254a-2815-4014-865e-9cb8064abb8a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 310d254a-2815-4014-865e-9cb8064abb8a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11435573983071712293 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1143557398307171229311435573983071712293114355739830717122931143557398307171229311435573983071712293114355739830717122931143557398307171229311435573983071712293114355739830717122931143557398307171229311435573983071712293114355739830717122931143557398307171229311435573983071712293114355739830717122931143557398307171229311435573983071712293114355739830717122931143557398307171229311435573983071712293" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1e844257-58ab-4dc9-8335-56dcddfdb1ba, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cf6e5a75-dc9b-4a68-ad89-6246e00d3f4f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cf6e5a75-dc9b-4a68-ad89-6246e00d3f4f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12363766470563543285 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1236376647056354328512363766470563543285123637664705635432851236376647056354328512363766470563543285123637664705635432851236376647056354328512363766470563543285123637664705635432851236376647056354328512363766470563543285123637664705635432851236376647056354328512363766470563543285123637664705635432851236376647056354328512363766470563543285123637664705635432851236376647056354328512363766470563543285" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 310d254a-2815-4014-865e-9cb8064abb8a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 89996d9c-22c4-475e-ad0d-c3c6b9a5277e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 89996d9c-22c4-475e-ad0d-c3c6b9a5277e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5891695267405697966 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58916952674056979665891695267405697966589169526740569796658916952674056979665891695267405697966589169526740569796658916952674056979665891695267405697966589169526740569796658916952674056979665891695267405697966589169526740569796658916952674056979665891695267405697966589169526740569796658916952674056979665891695267405697966589169526740569796658916952674056979665891695267405697966" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cf6e5a75-dc9b-4a68-ad89-6246e00d3f4f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6bbf0c17-ec08-4a27-8233-4bd8b9c33679, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6bbf0c17-ec08-4a27-8233-4bd8b9c33679, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6503661444323044492 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65036614443230444926503661444323044492650366144432304449265036614443230444926503661444323044492650366144432304449265036614443230444926503661444323044492650366144432304449265036614443230444926503661444323044492650366144432304449265036614443230444926503661444323044492650366144432304449265036614443230444926503661444323044492650366144432304449265036614443230444926503661444323044492" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 89996d9c-22c4-475e-ad0d-c3c6b9a5277e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 77f3f244-4d77-4739-9925-186d3b0a1d1e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 77f3f244-4d77-4739-9925-186d3b0a1d1e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11790853604106903533 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1179085360410690353311790853604106903533117908536041069035331179085360410690353311790853604106903533117908536041069035331179085360410690353311790853604106903533117908536041069035331179085360410690353311790853604106903533117908536041069035331179085360410690353311790853604106903533117908536041069035331179085360410690353311790853604106903533117908536041069035331179085360410690353311790853604106903533" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6bbf0c17-ec08-4a27-8233-4bd8b9c33679, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d0eb7aee-9b17-4d63-9ba3-8457f8c82c8c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d0eb7aee-9b17-4d63-9ba3-8457f8c82c8c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8547677954069887448 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85476779540698874488547677954069887448854767795406988744885476779540698874488547677954069887448854767795406988744885476779540698874488547677954069887448854767795406988744885476779540698874488547677954069887448854767795406988744885476779540698874488547677954069887448854767795406988744885476779540698874488547677954069887448854767795406988744885476779540698874488547677954069887448" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 77f3f244-4d77-4739-9925-186d3b0a1d1e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 53fa76a7-16f4-44dd-9bd9-a06c415697b5, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 53fa76a7-16f4-44dd-9bd9-a06c415697b5, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14575501533981397760 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1457550153398139776014575501533981397760145755015339813977601457550153398139776014575501533981397760145755015339813977601457550153398139776014575501533981397760145755015339813977601457550153398139776014575501533981397760145755015339813977601457550153398139776014575501533981397760145755015339813977601457550153398139776014575501533981397760145755015339813977601457550153398139776014575501533981397760" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d0eb7aee-9b17-4d63-9ba3-8457f8c82c8c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 010093cf-8e85-4cca-97c1-407a95d08617, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 010093cf-8e85-4cca-97c1-407a95d08617, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17820690573193816051 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1782069057319381605117820690573193816051178206905731938160511782069057319381605117820690573193816051178206905731938160511782069057319381605117820690573193816051178206905731938160511782069057319381605117820690573193816051178206905731938160511782069057319381605117820690573193816051178206905731938160511782069057319381605117820690573193816051178206905731938160511782069057319381605117820690573193816051" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 53fa76a7-16f4-44dd-9bd9-a06c415697b5, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2b26065b-9c66-4583-b31e-3abd85918867, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2b26065b-9c66-4583-b31e-3abd85918867, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10160570046652756045 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1016057004665275604510160570046652756045101605700466527560451016057004665275604510160570046652756045101605700466527560451016057004665275604510160570046652756045101605700466527560451016057004665275604510160570046652756045101605700466527560451016057004665275604510160570046652756045101605700466527560451016057004665275604510160570046652756045101605700466527560451016057004665275604510160570046652756045" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 010093cf-8e85-4cca-97c1-407a95d08617, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c557fb42-920f-41d8-a111-61a5814d6076, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c557fb42-920f-41d8-a111-61a5814d6076, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4110633742124937923 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41106337421249379234110633742124937923411063374212493792341106337421249379234110633742124937923411063374212493792341106337421249379234110633742124937923411063374212493792341106337421249379234110633742124937923411063374212493792341106337421249379234110633742124937923411063374212493792341106337421249379234110633742124937923411063374212493792341106337421249379234110633742124937923" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2b26065b-9c66-4583-b31e-3abd85918867, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 374f62fa-6027-44cb-a346-fba1d3969ecb, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 374f62fa-6027-44cb-a346-fba1d3969ecb, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4307858690814634815 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43078586908146348154307858690814634815430785869081463481543078586908146348154307858690814634815430785869081463481543078586908146348154307858690814634815430785869081463481543078586908146348154307858690814634815430785869081463481543078586908146348154307858690814634815430785869081463481543078586908146348154307858690814634815430785869081463481543078586908146348154307858690814634815" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c557fb42-920f-41d8-a111-61a5814d6076, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c123ab0d-bb78-4d4b-adcf-29ae9c31b489, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c123ab0d-bb78-4d4b-adcf-29ae9c31b489, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11883827419836574117 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1188382741983657411711883827419836574117118838274198365741171188382741983657411711883827419836574117118838274198365741171188382741983657411711883827419836574117118838274198365741171188382741983657411711883827419836574117118838274198365741171188382741983657411711883827419836574117118838274198365741171188382741983657411711883827419836574117118838274198365741171188382741983657411711883827419836574117" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 374f62fa-6027-44cb-a346-fba1d3969ecb, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f4c5ba73-a1e1-4acd-b003-1b5df9407790, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f4c5ba73-a1e1-4acd-b003-1b5df9407790, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15961943480768096951 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1596194348076809695115961943480768096951159619434807680969511596194348076809695115961943480768096951159619434807680969511596194348076809695115961943480768096951159619434807680969511596194348076809695115961943480768096951159619434807680969511596194348076809695115961943480768096951159619434807680969511596194348076809695115961943480768096951159619434807680969511596194348076809695115961943480768096951" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c123ab0d-bb78-4d4b-adcf-29ae9c31b489, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0c6919b2-b60b-42e3-8d6a-4a171f39728c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0c6919b2-b60b-42e3-8d6a-4a171f39728c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2083971048163049457 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20839710481630494572083971048163049457208397104816304945720839710481630494572083971048163049457208397104816304945720839710481630494572083971048163049457208397104816304945720839710481630494572083971048163049457208397104816304945720839710481630494572083971048163049457208397104816304945720839710481630494572083971048163049457208397104816304945720839710481630494572083971048163049457" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f4c5ba73-a1e1-4acd-b003-1b5df9407790, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4267343b-f4ab-4500-8c90-0562b394ea1a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4267343b-f4ab-4500-8c90-0562b394ea1a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10586237126308486332 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1058623712630848633210586237126308486332105862371263084863321058623712630848633210586237126308486332105862371263084863321058623712630848633210586237126308486332105862371263084863321058623712630848633210586237126308486332105862371263084863321058623712630848633210586237126308486332105862371263084863321058623712630848633210586237126308486332105862371263084863321058623712630848633210586237126308486332" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0c6919b2-b60b-42e3-8d6a-4a171f39728c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 78f6d04e-0f4a-41e1-95b3-303ebff7d7e8, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 78f6d04e-0f4a-41e1-95b3-303ebff7d7e8, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16482044232989880258 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1648204423298988025816482044232989880258164820442329898802581648204423298988025816482044232989880258164820442329898802581648204423298988025816482044232989880258164820442329898802581648204423298988025816482044232989880258164820442329898802581648204423298988025816482044232989880258164820442329898802581648204423298988025816482044232989880258164820442329898802581648204423298988025816482044232989880258" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4267343b-f4ab-4500-8c90-0562b394ea1a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c0c6a9ec-8ec5-4d1c-992a-5bb0e866d604, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c0c6a9ec-8ec5-4d1c-992a-5bb0e866d604, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8533888971111465499 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85338889711114654998533888971111465499853388897111146549985338889711114654998533888971111465499853388897111146549985338889711114654998533888971111465499853388897111146549985338889711114654998533888971111465499853388897111146549985338889711114654998533888971111465499853388897111146549985338889711114654998533888971111465499853388897111146549985338889711114654998533888971111465499" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 78f6d04e-0f4a-41e1-95b3-303ebff7d7e8, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f81766a4-e387-4fbc-a754-f3664bf93e6e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f81766a4-e387-4fbc-a754-f3664bf93e6e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15644530815454980370 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1564453081545498037015644530815454980370156445308154549803701564453081545498037015644530815454980370156445308154549803701564453081545498037015644530815454980370156445308154549803701564453081545498037015644530815454980370156445308154549803701564453081545498037015644530815454980370156445308154549803701564453081545498037015644530815454980370156445308154549803701564453081545498037015644530815454980370" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c0c6a9ec-8ec5-4d1c-992a-5bb0e866d604, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 710d2973-4241-48d4-844a-6b9a7396596b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 710d2973-4241-48d4-844a-6b9a7396596b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15416500743009233403 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1541650074300923340315416500743009233403154165007430092334031541650074300923340315416500743009233403154165007430092334031541650074300923340315416500743009233403154165007430092334031541650074300923340315416500743009233403154165007430092334031541650074300923340315416500743009233403154165007430092334031541650074300923340315416500743009233403154165007430092334031541650074300923340315416500743009233403" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f81766a4-e387-4fbc-a754-f3664bf93e6e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2624b60b-418b-49e9-860d-830ed8e57060, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2624b60b-418b-49e9-860d-830ed8e57060, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13764139630165965240 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1376413963016596524013764139630165965240137641396301659652401376413963016596524013764139630165965240137641396301659652401376413963016596524013764139630165965240137641396301659652401376413963016596524013764139630165965240137641396301659652401376413963016596524013764139630165965240137641396301659652401376413963016596524013764139630165965240137641396301659652401376413963016596524013764139630165965240" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 710d2973-4241-48d4-844a-6b9a7396596b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f602af5c-59da-4719-b46f-fee977446a13, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f602af5c-59da-4719-b46f-fee977446a13, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6612689255925226003 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66126892559252260036612689255925226003661268925592522600366126892559252260036612689255925226003661268925592522600366126892559252260036612689255925226003661268925592522600366126892559252260036612689255925226003661268925592522600366126892559252260036612689255925226003661268925592522600366126892559252260036612689255925226003661268925592522600366126892559252260036612689255925226003" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2624b60b-418b-49e9-860d-830ed8e57060, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3f5ac157-8f12-4013-bb75-5b3ee42e0ba4, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3f5ac157-8f12-4013-bb75-5b3ee42e0ba4, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7764394484536284713 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77643944845362847137764394484536284713776439448453628471377643944845362847137764394484536284713776439448453628471377643944845362847137764394484536284713776439448453628471377643944845362847137764394484536284713776439448453628471377643944845362847137764394484536284713776439448453628471377643944845362847137764394484536284713776439448453628471377643944845362847137764394484536284713" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f602af5c-59da-4719-b46f-fee977446a13, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a3ab9495-abc8-4e6b-94f8-d05c32ad824c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a3ab9495-abc8-4e6b-94f8-d05c32ad824c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11822708930957622133 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1182270893095762213311822708930957622133118227089309576221331182270893095762213311822708930957622133118227089309576221331182270893095762213311822708930957622133118227089309576221331182270893095762213311822708930957622133118227089309576221331182270893095762213311822708930957622133118227089309576221331182270893095762213311822708930957622133118227089309576221331182270893095762213311822708930957622133" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3f5ac157-8f12-4013-bb75-5b3ee42e0ba4, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ca480e08-7950-4196-a317-758347df6e6d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ca480e08-7950-4196-a317-758347df6e6d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3787512410433802708 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37875124104338027083787512410433802708378751241043380270837875124104338027083787512410433802708378751241043380270837875124104338027083787512410433802708378751241043380270837875124104338027083787512410433802708378751241043380270837875124104338027083787512410433802708378751241043380270837875124104338027083787512410433802708378751241043380270837875124104338027083787512410433802708" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a3ab9495-abc8-4e6b-94f8-d05c32ad824c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c0e02034-166e-4507-bf93-b4abb1832b82, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c0e02034-166e-4507-bf93-b4abb1832b82, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3840713938532910278 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38407139385329102783840713938532910278384071393853291027838407139385329102783840713938532910278384071393853291027838407139385329102783840713938532910278384071393853291027838407139385329102783840713938532910278384071393853291027838407139385329102783840713938532910278384071393853291027838407139385329102783840713938532910278384071393853291027838407139385329102783840713938532910278" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ca480e08-7950-4196-a317-758347df6e6d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4a607a1a-fa66-46d6-ac1b-3adec7bf4484, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4a607a1a-fa66-46d6-ac1b-3adec7bf4484, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5229824691675412617 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52298246916754126175229824691675412617522982469167541261752298246916754126175229824691675412617522982469167541261752298246916754126175229824691675412617522982469167541261752298246916754126175229824691675412617522982469167541261752298246916754126175229824691675412617522982469167541261752298246916754126175229824691675412617522982469167541261752298246916754126175229824691675412617" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c0e02034-166e-4507-bf93-b4abb1832b82, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3ebe11ac-471e-4d1e-8c50-c49441b779f0, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3ebe11ac-471e-4d1e-8c50-c49441b779f0, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12628305067040064816 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1262830506704006481612628305067040064816126283050670400648161262830506704006481612628305067040064816126283050670400648161262830506704006481612628305067040064816126283050670400648161262830506704006481612628305067040064816126283050670400648161262830506704006481612628305067040064816126283050670400648161262830506704006481612628305067040064816126283050670400648161262830506704006481612628305067040064816" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4a607a1a-fa66-46d6-ac1b-3adec7bf4484, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 61d837f5-f904-4767-bc05-d8afd9e2ac5a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 61d837f5-f904-4767-bc05-d8afd9e2ac5a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1721107435265930579 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17211074352659305791721107435265930579172110743526593057917211074352659305791721107435265930579172110743526593057917211074352659305791721107435265930579172110743526593057917211074352659305791721107435265930579172110743526593057917211074352659305791721107435265930579172110743526593057917211074352659305791721107435265930579172110743526593057917211074352659305791721107435265930579" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3ebe11ac-471e-4d1e-8c50-c49441b779f0, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4360814b-8541-4277-bf9b-f999be1434c2, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4360814b-8541-4277-bf9b-f999be1434c2, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15722588278496273278 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1572258827849627327815722588278496273278157225882784962732781572258827849627327815722588278496273278157225882784962732781572258827849627327815722588278496273278157225882784962732781572258827849627327815722588278496273278157225882784962732781572258827849627327815722588278496273278157225882784962732781572258827849627327815722588278496273278157225882784962732781572258827849627327815722588278496273278" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 61d837f5-f904-4767-bc05-d8afd9e2ac5a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ac11a447-c3b7-4c52-87d0-09b5332e479b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4360814b-8541-4277-bf9b-f999be1434c2, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4ff658c7-dd68-4bd9-8a40-c1ddcbaefb89, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4ff658c7-dd68-4bd9-8a40-c1ddcbaefb89, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4467348700488092612 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44673487004880926124467348700488092612446734870048809261244673487004880926124467348700488092612446734870048809261244673487004880926124467348700488092612446734870048809261244673487004880926124467348700488092612446734870048809261244673487004880926124467348700488092612446734870048809261244673487004880926124467348700488092612446734870048809261244673487004880926124467348700488092612" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ac11a447-c3b7-4c52-87d0-09b5332e479b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11880846352583757341 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1188084635258375734111880846352583757341118808463525837573411188084635258375734111880846352583757341118808463525837573411188084635258375734111880846352583757341118808463525837573411188084635258375734111880846352583757341118808463525837573411188084635258375734111880846352583757341118808463525837573411188084635258375734111880846352583757341118808463525837573411188084635258375734111880846352583757341" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ac11a447-c3b7-4c52-87d0-09b5332e479b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e0caacf9-5653-49e4-8859-d87275d4e0d4, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e0caacf9-5653-49e4-8859-d87275d4e0d4, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3898499645922286547 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38984996459222865473898499645922286547389849964592228654738984996459222865473898499645922286547389849964592228654738984996459222865473898499645922286547389849964592228654738984996459222865473898499645922286547389849964592228654738984996459222865473898499645922286547389849964592228654738984996459222865473898499645922286547389849964592228654738984996459222865473898499645922286547" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4ff658c7-dd68-4bd9-8a40-c1ddcbaefb89, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 111be72f-faf5-4a5d-a3f7-91381988f572, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 111be72f-faf5-4a5d-a3f7-91381988f572, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6956019794804262004 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69560197948042620046956019794804262004695601979480426200469560197948042620046956019794804262004695601979480426200469560197948042620046956019794804262004695601979480426200469560197948042620046956019794804262004695601979480426200469560197948042620046956019794804262004695601979480426200469560197948042620046956019794804262004695601979480426200469560197948042620046956019794804262004" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e0caacf9-5653-49e4-8859-d87275d4e0d4, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 73ba8980-ad45-46db-a92e-d5e8027788c7, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 73ba8980-ad45-46db-a92e-d5e8027788c7, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4651242629042796001 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46512426290427960014651242629042796001465124262904279600146512426290427960014651242629042796001465124262904279600146512426290427960014651242629042796001465124262904279600146512426290427960014651242629042796001465124262904279600146512426290427960014651242629042796001465124262904279600146512426290427960014651242629042796001465124262904279600146512426290427960014651242629042796001" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 111be72f-faf5-4a5d-a3f7-91381988f572, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0a979f46-66fe-45c3-93e6-b8204cb126eb, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0a979f46-66fe-45c3-93e6-b8204cb126eb, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4897497608347932798 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48974976083479327984897497608347932798489749760834793279848974976083479327984897497608347932798489749760834793279848974976083479327984897497608347932798489749760834793279848974976083479327984897497608347932798489749760834793279848974976083479327984897497608347932798489749760834793279848974976083479327984897497608347932798489749760834793279848974976083479327984897497608347932798" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 73ba8980-ad45-46db-a92e-d5e8027788c7, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0a979f46-66fe-45c3-93e6-b8204cb126eb, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f2b98fbd-ce62-4623-8cd7-0d8fde6d8f46, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c6189651-871c-458d-b422-f55bbd628835, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c6189651-871c-458d-b422-f55bbd628835, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3774603296827870969 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37746032968278709693774603296827870969377460329682787096937746032968278709693774603296827870969377460329682787096937746032968278709693774603296827870969377460329682787096937746032968278709693774603296827870969377460329682787096937746032968278709693774603296827870969377460329682787096937746032968278709693774603296827870969377460329682787096937746032968278709693774603296827870969" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f2b98fbd-ce62-4623-8cd7-0d8fde6d8f46, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5400196592745052968 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54001965927450529685400196592745052968540019659274505296854001965927450529685400196592745052968540019659274505296854001965927450529685400196592745052968540019659274505296854001965927450529685400196592745052968540019659274505296854001965927450529685400196592745052968540019659274505296854001965927450529685400196592745052968540019659274505296854001965927450529685400196592745052968" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c6189651-871c-458d-b422-f55bbd628835, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ac5eeec6-1744-42d0-9212-0a5a34c5ca89, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ac5eeec6-1744-42d0-9212-0a5a34c5ca89, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15911403615572146551 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1591140361557214655115911403615572146551159114036155721465511591140361557214655115911403615572146551159114036155721465511591140361557214655115911403615572146551159114036155721465511591140361557214655115911403615572146551159114036155721465511591140361557214655115911403615572146551159114036155721465511591140361557214655115911403615572146551159114036155721465511591140361557214655115911403615572146551" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f2b98fbd-ce62-4623-8cd7-0d8fde6d8f46, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 706c9896-e3d7-4e41-a036-6debcbe0bec5, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 706c9896-e3d7-4e41-a036-6debcbe0bec5, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4616068141772023265 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46160681417720232654616068141772023265461606814177202326546160681417720232654616068141772023265461606814177202326546160681417720232654616068141772023265461606814177202326546160681417720232654616068141772023265461606814177202326546160681417720232654616068141772023265461606814177202326546160681417720232654616068141772023265461606814177202326546160681417720232654616068141772023265" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ac5eeec6-1744-42d0-9212-0a5a34c5ca89, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 686a3fbb-2279-4fee-a063-36685967a5d3, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 686a3fbb-2279-4fee-a063-36685967a5d3, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15602244218518360812 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1560224421851836081215602244218518360812156022442185183608121560224421851836081215602244218518360812156022442185183608121560224421851836081215602244218518360812156022442185183608121560224421851836081215602244218518360812156022442185183608121560224421851836081215602244218518360812156022442185183608121560224421851836081215602244218518360812156022442185183608121560224421851836081215602244218518360812" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 706c9896-e3d7-4e41-a036-6debcbe0bec5, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, abe8d069-d0c4-4ddb-b0a8-e9db23c8dcdd, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, abe8d069-d0c4-4ddb-b0a8-e9db23c8dcdd, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 993168142404884811 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "993168142404884811993168142404884811993168142404884811993168142404884811993168142404884811993168142404884811993168142404884811993168142404884811993168142404884811993168142404884811993168142404884811993168142404884811993168142404884811993168142404884811993168142404884811993168142404884811993168142404884811993168142404884811993168142404884811993168142404884811" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 686a3fbb-2279-4fee-a063-36685967a5d3, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a60f962c-f5f8-4271-b15f-e4f7939aea6d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a60f962c-f5f8-4271-b15f-e4f7939aea6d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7367270669573378905 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73672706695733789057367270669573378905736727066957337890573672706695733789057367270669573378905736727066957337890573672706695733789057367270669573378905736727066957337890573672706695733789057367270669573378905736727066957337890573672706695733789057367270669573378905736727066957337890573672706695733789057367270669573378905736727066957337890573672706695733789057367270669573378905" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, abe8d069-d0c4-4ddb-b0a8-e9db23c8dcdd, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b1844bc2-8913-435a-ae76-af9ff7858542, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b1844bc2-8913-435a-ae76-af9ff7858542, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11720867991598192378 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1172086799159819237811720867991598192378117208679915981923781172086799159819237811720867991598192378117208679915981923781172086799159819237811720867991598192378117208679915981923781172086799159819237811720867991598192378117208679915981923781172086799159819237811720867991598192378117208679915981923781172086799159819237811720867991598192378117208679915981923781172086799159819237811720867991598192378" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a60f962c-f5f8-4271-b15f-e4f7939aea6d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1d8a761d-4648-4ee1-b169-750d4d7e1a7c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1d8a761d-4648-4ee1-b169-750d4d7e1a7c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4074077029220108810 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40740770292201088104074077029220108810407407702922010881040740770292201088104074077029220108810407407702922010881040740770292201088104074077029220108810407407702922010881040740770292201088104074077029220108810407407702922010881040740770292201088104074077029220108810407407702922010881040740770292201088104074077029220108810407407702922010881040740770292201088104074077029220108810" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b1844bc2-8913-435a-ae76-af9ff7858542, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 913f8085-ddf8-428c-b27d-b8db7c47280d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 913f8085-ddf8-428c-b27d-b8db7c47280d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7000479816005999067 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70004798160059990677000479816005999067700047981600599906770004798160059990677000479816005999067700047981600599906770004798160059990677000479816005999067700047981600599906770004798160059990677000479816005999067700047981600599906770004798160059990677000479816005999067700047981600599906770004798160059990677000479816005999067700047981600599906770004798160059990677000479816005999067" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1d8a761d-4648-4ee1-b169-750d4d7e1a7c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 889e99e6-44f5-4713-908d-6ff30be4256d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 889e99e6-44f5-4713-908d-6ff30be4256d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4507467607219394977 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45074676072193949774507467607219394977450746760721939497745074676072193949774507467607219394977450746760721939497745074676072193949774507467607219394977450746760721939497745074676072193949774507467607219394977450746760721939497745074676072193949774507467607219394977450746760721939497745074676072193949774507467607219394977450746760721939497745074676072193949774507467607219394977" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 913f8085-ddf8-428c-b27d-b8db7c47280d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 15e9698d-8d3c-408d-83e0-4048b71d5755, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 15e9698d-8d3c-408d-83e0-4048b71d5755, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 599129614807331529 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "599129614807331529599129614807331529599129614807331529599129614807331529599129614807331529599129614807331529599129614807331529599129614807331529599129614807331529599129614807331529599129614807331529599129614807331529599129614807331529599129614807331529599129614807331529599129614807331529599129614807331529599129614807331529599129614807331529599129614807331529" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 889e99e6-44f5-4713-908d-6ff30be4256d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 658764e3-ae46-4abb-bd50-82e88f5f7d31, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 658764e3-ae46-4abb-bd50-82e88f5f7d31, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13414992326694614651 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1341499232669461465113414992326694614651134149923266946146511341499232669461465113414992326694614651134149923266946146511341499232669461465113414992326694614651134149923266946146511341499232669461465113414992326694614651134149923266946146511341499232669461465113414992326694614651134149923266946146511341499232669461465113414992326694614651134149923266946146511341499232669461465113414992326694614651" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 15e9698d-8d3c-408d-83e0-4048b71d5755, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6aa7042a-6aec-45eb-ba7c-74fd0ae1afb5, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6aa7042a-6aec-45eb-ba7c-74fd0ae1afb5, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6227031471377651169 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62270314713776511696227031471377651169622703147137765116962270314713776511696227031471377651169622703147137765116962270314713776511696227031471377651169622703147137765116962270314713776511696227031471377651169622703147137765116962270314713776511696227031471377651169622703147137765116962270314713776511696227031471377651169622703147137765116962270314713776511696227031471377651169" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 658764e3-ae46-4abb-bd50-82e88f5f7d31, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 33b0c4ef-f25b-422a-be31-5a276f54fc23, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 33b0c4ef-f25b-422a-be31-5a276f54fc23, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5369745456584674279 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53697454565846742795369745456584674279536974545658467427953697454565846742795369745456584674279536974545658467427953697454565846742795369745456584674279536974545658467427953697454565846742795369745456584674279536974545658467427953697454565846742795369745456584674279536974545658467427953697454565846742795369745456584674279536974545658467427953697454565846742795369745456584674279" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 33b0c4ef-f25b-422a-be31-5a276f54fc23, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7dc552de-cee8-4ca7-a13c-9c0e4a267405, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7dc552de-cee8-4ca7-a13c-9c0e4a267405, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3463120473089408100 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34631204730894081003463120473089408100346312047308940810034631204730894081003463120473089408100346312047308940810034631204730894081003463120473089408100346312047308940810034631204730894081003463120473089408100346312047308940810034631204730894081003463120473089408100346312047308940810034631204730894081003463120473089408100346312047308940810034631204730894081003463120473089408100" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6aa7042a-6aec-45eb-ba7c-74fd0ae1afb5, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 58c23a4c-f684-45f5-be64-4bec44caafc1, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 58c23a4c-f684-45f5-be64-4bec44caafc1, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 291632923542580163 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "291632923542580163291632923542580163291632923542580163291632923542580163291632923542580163291632923542580163291632923542580163291632923542580163291632923542580163291632923542580163291632923542580163291632923542580163291632923542580163291632923542580163291632923542580163291632923542580163291632923542580163291632923542580163291632923542580163291632923542580163" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7dc552de-cee8-4ca7-a13c-9c0e4a267405, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 03482949-43fd-4c29-956d-c3c95e62f098, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 58c23a4c-f684-45f5-be64-4bec44caafc1, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, da5c398e-0716-40b5-aa3d-206c77cb4fc5, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, da5c398e-0716-40b5-aa3d-206c77cb4fc5, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1132699593055241961 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11326995930552419611132699593055241961113269959305524196111326995930552419611132699593055241961113269959305524196111326995930552419611132699593055241961113269959305524196111326995930552419611132699593055241961113269959305524196111326995930552419611132699593055241961113269959305524196111326995930552419611132699593055241961113269959305524196111326995930552419611132699593055241961" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 03482949-43fd-4c29-956d-c3c95e62f098, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3779405251924976535 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37794052519249765353779405251924976535377940525192497653537794052519249765353779405251924976535377940525192497653537794052519249765353779405251924976535377940525192497653537794052519249765353779405251924976535377940525192497653537794052519249765353779405251924976535377940525192497653537794052519249765353779405251924976535377940525192497653537794052519249765353779405251924976535" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, da5c398e-0716-40b5-aa3d-206c77cb4fc5, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3e382a6e-a8a8-45f2-a7fd-d8f57523fb90, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3e382a6e-a8a8-45f2-a7fd-d8f57523fb90, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17778286937710181236 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1777828693771018123617778286937710181236177782869377101812361777828693771018123617778286937710181236177782869377101812361777828693771018123617778286937710181236177782869377101812361777828693771018123617778286937710181236177782869377101812361777828693771018123617778286937710181236177782869377101812361777828693771018123617778286937710181236177782869377101812361777828693771018123617778286937710181236" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 03482949-43fd-4c29-956d-c3c95e62f098, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a358ac33-4f6f-48f7-b76b-8c3142cfea31, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a358ac33-4f6f-48f7-b76b-8c3142cfea31, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14470522509571841966 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1447052250957184196614470522509571841966144705225095718419661447052250957184196614470522509571841966144705225095718419661447052250957184196614470522509571841966144705225095718419661447052250957184196614470522509571841966144705225095718419661447052250957184196614470522509571841966144705225095718419661447052250957184196614470522509571841966144705225095718419661447052250957184196614470522509571841966" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3e382a6e-a8a8-45f2-a7fd-d8f57523fb90, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f05002d4-28d9-4406-a471-ae6b4090dc01, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f05002d4-28d9-4406-a471-ae6b4090dc01, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10280328798208610191 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1028032879820861019110280328798208610191102803287982086101911028032879820861019110280328798208610191102803287982086101911028032879820861019110280328798208610191102803287982086101911028032879820861019110280328798208610191102803287982086101911028032879820861019110280328798208610191102803287982086101911028032879820861019110280328798208610191102803287982086101911028032879820861019110280328798208610191" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a358ac33-4f6f-48f7-b76b-8c3142cfea31, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ba5dd0c4-5e29-4b17-93db-2fbfaa438250, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ba5dd0c4-5e29-4b17-93db-2fbfaa438250, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14400479460159984163 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1440047946015998416314400479460159984163144004794601599841631440047946015998416314400479460159984163144004794601599841631440047946015998416314400479460159984163144004794601599841631440047946015998416314400479460159984163144004794601599841631440047946015998416314400479460159984163144004794601599841631440047946015998416314400479460159984163144004794601599841631440047946015998416314400479460159984163" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f05002d4-28d9-4406-a471-ae6b4090dc01, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 82e29596-e125-4b16-a40f-3c24a2300c7e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 82e29596-e125-4b16-a40f-3c24a2300c7e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10640099669907593570 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1064009966990759357010640099669907593570106400996699075935701064009966990759357010640099669907593570106400996699075935701064009966990759357010640099669907593570106400996699075935701064009966990759357010640099669907593570106400996699075935701064009966990759357010640099669907593570106400996699075935701064009966990759357010640099669907593570106400996699075935701064009966990759357010640099669907593570" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ba5dd0c4-5e29-4b17-93db-2fbfaa438250, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 435bcc4d-b3c7-4c1d-ac96-8b13f0ac5e24, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 435bcc4d-b3c7-4c1d-ac96-8b13f0ac5e24, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11598134820432096532 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1159813482043209653211598134820432096532115981348204320965321159813482043209653211598134820432096532115981348204320965321159813482043209653211598134820432096532115981348204320965321159813482043209653211598134820432096532115981348204320965321159813482043209653211598134820432096532115981348204320965321159813482043209653211598134820432096532115981348204320965321159813482043209653211598134820432096532" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 82e29596-e125-4b16-a40f-3c24a2300c7e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 59348703-0ad4-4d35-a434-2103614cb1b6, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 59348703-0ad4-4d35-a434-2103614cb1b6, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1211241924543442882 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12112419245434428821211241924543442882121124192454344288212112419245434428821211241924543442882121124192454344288212112419245434428821211241924543442882121124192454344288212112419245434428821211241924543442882121124192454344288212112419245434428821211241924543442882121124192454344288212112419245434428821211241924543442882121124192454344288212112419245434428821211241924543442882" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 435bcc4d-b3c7-4c1d-ac96-8b13f0ac5e24, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 59348703-0ad4-4d35-a434-2103614cb1b6, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bcf9620a-21a7-4b24-ae99-99fcb9650e8f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bcf9620a-21a7-4b24-ae99-99fcb9650e8f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8876263612210044576 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88762636122100445768876263612210044576887626361221004457688762636122100445768876263612210044576887626361221004457688762636122100445768876263612210044576887626361221004457688762636122100445768876263612210044576887626361221004457688762636122100445768876263612210044576887626361221004457688762636122100445768876263612210044576887626361221004457688762636122100445768876263612210044576" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 35a69517-75bb-4a3c-9060-6fde36462b30, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 35a69517-75bb-4a3c-9060-6fde36462b30, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3225833919249670143 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32258339192496701433225833919249670143322583391924967014332258339192496701433225833919249670143322583391924967014332258339192496701433225833919249670143322583391924967014332258339192496701433225833919249670143322583391924967014332258339192496701433225833919249670143322583391924967014332258339192496701433225833919249670143322583391924967014332258339192496701433225833919249670143" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bcf9620a-21a7-4b24-ae99-99fcb9650e8f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, db2c675f-9376-4f6e-8a2d-068e78f42385, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, db2c675f-9376-4f6e-8a2d-068e78f42385, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4175714226248320776 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41757142262483207764175714226248320776417571422624832077641757142262483207764175714226248320776417571422624832077641757142262483207764175714226248320776417571422624832077641757142262483207764175714226248320776417571422624832077641757142262483207764175714226248320776417571422624832077641757142262483207764175714226248320776417571422624832077641757142262483207764175714226248320776" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 35a69517-75bb-4a3c-9060-6fde36462b30, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0e5c65c7-f783-4c41-87ca-6331af298f52, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0e5c65c7-f783-4c41-87ca-6331af298f52, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3495770796740185187 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34957707967401851873495770796740185187349577079674018518734957707967401851873495770796740185187349577079674018518734957707967401851873495770796740185187349577079674018518734957707967401851873495770796740185187349577079674018518734957707967401851873495770796740185187349577079674018518734957707967401851873495770796740185187349577079674018518734957707967401851873495770796740185187" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, db2c675f-9376-4f6e-8a2d-068e78f42385, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 194b6a90-c56a-4ca1-a4fd-5383ce3a85d8, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 194b6a90-c56a-4ca1-a4fd-5383ce3a85d8, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16856186011058976045 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1685618601105897604516856186011058976045168561860110589760451685618601105897604516856186011058976045168561860110589760451685618601105897604516856186011058976045168561860110589760451685618601105897604516856186011058976045168561860110589760451685618601105897604516856186011058976045168561860110589760451685618601105897604516856186011058976045168561860110589760451685618601105897604516856186011058976045" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0e5c65c7-f783-4c41-87ca-6331af298f52, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 92b1ad86-5035-4378-b988-640b00953b99, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 92b1ad86-5035-4378-b988-640b00953b99, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3427905805907294850 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34279058059072948503427905805907294850342790580590729485034279058059072948503427905805907294850342790580590729485034279058059072948503427905805907294850342790580590729485034279058059072948503427905805907294850342790580590729485034279058059072948503427905805907294850342790580590729485034279058059072948503427905805907294850342790580590729485034279058059072948503427905805907294850" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 194b6a90-c56a-4ca1-a4fd-5383ce3a85d8, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8e44d64e-1e45-4352-8d98-46b0c2eee72b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8e44d64e-1e45-4352-8d98-46b0c2eee72b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3469311403150121372 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34693114031501213723469311403150121372346931140315012137234693114031501213723469311403150121372346931140315012137234693114031501213723469311403150121372346931140315012137234693114031501213723469311403150121372346931140315012137234693114031501213723469311403150121372346931140315012137234693114031501213723469311403150121372346931140315012137234693114031501213723469311403150121372" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 92b1ad86-5035-4378-b988-640b00953b99, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 566020ff-19f9-4393-9bb4-3deaebd50944, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 566020ff-19f9-4393-9bb4-3deaebd50944, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18368616434177254784 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1836861643417725478418368616434177254784183686164341772547841836861643417725478418368616434177254784183686164341772547841836861643417725478418368616434177254784183686164341772547841836861643417725478418368616434177254784183686164341772547841836861643417725478418368616434177254784183686164341772547841836861643417725478418368616434177254784183686164341772547841836861643417725478418368616434177254784" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 566020ff-19f9-4393-9bb4-3deaebd50944, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b1ad4a83-3522-4a97-a862-737ff9633cd4, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b1ad4a83-3522-4a97-a862-737ff9633cd4, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18072372278955219284 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1807237227895521928418072372278955219284180723722789552192841807237227895521928418072372278955219284180723722789552192841807237227895521928418072372278955219284180723722789552192841807237227895521928418072372278955219284180723722789552192841807237227895521928418072372278955219284180723722789552192841807237227895521928418072372278955219284180723722789552192841807237227895521928418072372278955219284" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8e44d64e-1e45-4352-8d98-46b0c2eee72b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6e70ed95-cb22-4104-a6b5-4e4613c1c3a3, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6e70ed95-cb22-4104-a6b5-4e4613c1c3a3, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8593865383716688688 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85938653837166886888593865383716688688859386538371668868885938653837166886888593865383716688688859386538371668868885938653837166886888593865383716688688859386538371668868885938653837166886888593865383716688688859386538371668868885938653837166886888593865383716688688859386538371668868885938653837166886888593865383716688688859386538371668868885938653837166886888593865383716688688" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b1ad4a83-3522-4a97-a862-737ff9633cd4, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5087966a-fbda-47c7-a64b-b4fdfb4e8086, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5087966a-fbda-47c7-a64b-b4fdfb4e8086, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3606151104438399784 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36061511044383997843606151104438399784360615110443839978436061511044383997843606151104438399784360615110443839978436061511044383997843606151104438399784360615110443839978436061511044383997843606151104438399784360615110443839978436061511044383997843606151104438399784360615110443839978436061511044383997843606151104438399784360615110443839978436061511044383997843606151104438399784" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6e70ed95-cb22-4104-a6b5-4e4613c1c3a3, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a6f268f2-cc18-46e6-8afb-a88ab580222c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a6f268f2-cc18-46e6-8afb-a88ab580222c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8308904514029614961 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83089045140296149618308904514029614961830890451402961496183089045140296149618308904514029614961830890451402961496183089045140296149618308904514029614961830890451402961496183089045140296149618308904514029614961830890451402961496183089045140296149618308904514029614961830890451402961496183089045140296149618308904514029614961830890451402961496183089045140296149618308904514029614961" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5087966a-fbda-47c7-a64b-b4fdfb4e8086, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3bfeab1b-e2c9-464b-983f-96abd54a9132, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3bfeab1b-e2c9-464b-983f-96abd54a9132, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9869195340770539541 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98691953407705395419869195340770539541986919534077053954198691953407705395419869195340770539541986919534077053954198691953407705395419869195340770539541986919534077053954198691953407705395419869195340770539541986919534077053954198691953407705395419869195340770539541986919534077053954198691953407705395419869195340770539541986919534077053954198691953407705395419869195340770539541" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a6f268f2-cc18-46e6-8afb-a88ab580222c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, adc31693-550f-439e-9682-cfb67b05c645, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, adc31693-550f-439e-9682-cfb67b05c645, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15115337614914472207 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1511533761491447220715115337614914472207151153376149144722071511533761491447220715115337614914472207151153376149144722071511533761491447220715115337614914472207151153376149144722071511533761491447220715115337614914472207151153376149144722071511533761491447220715115337614914472207151153376149144722071511533761491447220715115337614914472207151153376149144722071511533761491447220715115337614914472207" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3bfeab1b-e2c9-464b-983f-96abd54a9132, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9f148ef2-1776-4f67-882a-0ac0cde75b98, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9f148ef2-1776-4f67-882a-0ac0cde75b98, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14876938721572782831 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1487693872157278283114876938721572782831148769387215727828311487693872157278283114876938721572782831148769387215727828311487693872157278283114876938721572782831148769387215727828311487693872157278283114876938721572782831148769387215727828311487693872157278283114876938721572782831148769387215727828311487693872157278283114876938721572782831148769387215727828311487693872157278283114876938721572782831" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, adc31693-550f-439e-9682-cfb67b05c645, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bb129734-8618-4684-becf-fa4032fe78ed, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bb129734-8618-4684-becf-fa4032fe78ed, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1038890306895888213 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10388903068958882131038890306895888213103889030689588821310388903068958882131038890306895888213103889030689588821310388903068958882131038890306895888213103889030689588821310388903068958882131038890306895888213103889030689588821310388903068958882131038890306895888213103889030689588821310388903068958882131038890306895888213103889030689588821310388903068958882131038890306895888213" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9f148ef2-1776-4f67-882a-0ac0cde75b98, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2e067f7c-9816-4761-8b03-b8276bb315a3, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2e067f7c-9816-4761-8b03-b8276bb315a3, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6188146586832086085 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61881465868320860856188146586832086085618814658683208608561881465868320860856188146586832086085618814658683208608561881465868320860856188146586832086085618814658683208608561881465868320860856188146586832086085618814658683208608561881465868320860856188146586832086085618814658683208608561881465868320860856188146586832086085618814658683208608561881465868320860856188146586832086085" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bb129734-8618-4684-becf-fa4032fe78ed, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 10d3c24f-8fef-4efe-ae5a-f8de170203d4, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 10d3c24f-8fef-4efe-ae5a-f8de170203d4, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13750706447628077575 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1375070644762807757513750706447628077575137507064476280775751375070644762807757513750706447628077575137507064476280775751375070644762807757513750706447628077575137507064476280775751375070644762807757513750706447628077575137507064476280775751375070644762807757513750706447628077575137507064476280775751375070644762807757513750706447628077575137507064476280775751375070644762807757513750706447628077575" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2e067f7c-9816-4761-8b03-b8276bb315a3, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 55f40f51-f7ca-4ff5-8ec9-18925c0027fc, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 55f40f51-f7ca-4ff5-8ec9-18925c0027fc, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5182109886647408222 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51821098866474082225182109886647408222518210988664740822251821098866474082225182109886647408222518210988664740822251821098866474082225182109886647408222518210988664740822251821098866474082225182109886647408222518210988664740822251821098866474082225182109886647408222518210988664740822251821098866474082225182109886647408222518210988664740822251821098866474082225182109886647408222" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 10d3c24f-8fef-4efe-ae5a-f8de170203d4, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b46e7e76-5729-47b2-be40-afadae237ae1, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b46e7e76-5729-47b2-be40-afadae237ae1, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17322476802691838963 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1732247680269183896317322476802691838963173224768026918389631732247680269183896317322476802691838963173224768026918389631732247680269183896317322476802691838963173224768026918389631732247680269183896317322476802691838963173224768026918389631732247680269183896317322476802691838963173224768026918389631732247680269183896317322476802691838963173224768026918389631732247680269183896317322476802691838963" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 55f40f51-f7ca-4ff5-8ec9-18925c0027fc, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 88c32588-a1cb-4e20-af17-7fa62082323e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 88c32588-a1cb-4e20-af17-7fa62082323e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6152181113774628792 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61521811137746287926152181113774628792615218111377462879261521811137746287926152181113774628792615218111377462879261521811137746287926152181113774628792615218111377462879261521811137746287926152181113774628792615218111377462879261521811137746287926152181113774628792615218111377462879261521811137746287926152181113774628792615218111377462879261521811137746287926152181113774628792" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b46e7e76-5729-47b2-be40-afadae237ae1, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a26bf446-c1bd-4319-b85e-fb8331e3e29f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a26bf446-c1bd-4319-b85e-fb8331e3e29f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 881575939992839652 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "881575939992839652881575939992839652881575939992839652881575939992839652881575939992839652881575939992839652881575939992839652881575939992839652881575939992839652881575939992839652881575939992839652881575939992839652881575939992839652881575939992839652881575939992839652881575939992839652881575939992839652881575939992839652881575939992839652881575939992839652" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 88c32588-a1cb-4e20-af17-7fa62082323e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fa861ca4-560b-49c5-bbcd-d1f25699be31, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fa861ca4-560b-49c5-bbcd-d1f25699be31, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16281743175108372378 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1628174317510837237816281743175108372378162817431751083723781628174317510837237816281743175108372378162817431751083723781628174317510837237816281743175108372378162817431751083723781628174317510837237816281743175108372378162817431751083723781628174317510837237816281743175108372378162817431751083723781628174317510837237816281743175108372378162817431751083723781628174317510837237816281743175108372378" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a26bf446-c1bd-4319-b85e-fb8331e3e29f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d96916a8-22a9-43f3-8895-7a0df0b07495, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d96916a8-22a9-43f3-8895-7a0df0b07495, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2352175497346285524 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23521754973462855242352175497346285524235217549734628552423521754973462855242352175497346285524235217549734628552423521754973462855242352175497346285524235217549734628552423521754973462855242352175497346285524235217549734628552423521754973462855242352175497346285524235217549734628552423521754973462855242352175497346285524235217549734628552423521754973462855242352175497346285524" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fa861ca4-560b-49c5-bbcd-d1f25699be31, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, be8d98c6-6fc1-4a2d-a5e3-b602577b5119, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, be8d98c6-6fc1-4a2d-a5e3-b602577b5119, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12438471039448159293 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1243847103944815929312438471039448159293124384710394481592931243847103944815929312438471039448159293124384710394481592931243847103944815929312438471039448159293124384710394481592931243847103944815929312438471039448159293124384710394481592931243847103944815929312438471039448159293124384710394481592931243847103944815929312438471039448159293124384710394481592931243847103944815929312438471039448159293" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d96916a8-22a9-43f3-8895-7a0df0b07495, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fe6eabfb-01f5-417f-81f7-0162eb098846, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fe6eabfb-01f5-417f-81f7-0162eb098846, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12794217657295977256 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1279421765729597725612794217657295977256127942176572959772561279421765729597725612794217657295977256127942176572959772561279421765729597725612794217657295977256127942176572959772561279421765729597725612794217657295977256127942176572959772561279421765729597725612794217657295977256127942176572959772561279421765729597725612794217657295977256127942176572959772561279421765729597725612794217657295977256" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, be8d98c6-6fc1-4a2d-a5e3-b602577b5119, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8b0f1e20-2071-4179-9492-ee91ac43e6be, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8b0f1e20-2071-4179-9492-ee91ac43e6be, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14712385099285706998 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1471238509928570699814712385099285706998147123850992857069981471238509928570699814712385099285706998147123850992857069981471238509928570699814712385099285706998147123850992857069981471238509928570699814712385099285706998147123850992857069981471238509928570699814712385099285706998147123850992857069981471238509928570699814712385099285706998147123850992857069981471238509928570699814712385099285706998" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fe6eabfb-01f5-417f-81f7-0162eb098846, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 206c35cb-962e-4faa-a617-79a5c924537e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 206c35cb-962e-4faa-a617-79a5c924537e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10953649967147380917 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1095364996714738091710953649967147380917109536499671473809171095364996714738091710953649967147380917109536499671473809171095364996714738091710953649967147380917109536499671473809171095364996714738091710953649967147380917109536499671473809171095364996714738091710953649967147380917109536499671473809171095364996714738091710953649967147380917109536499671473809171095364996714738091710953649967147380917" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 206c35cb-962e-4faa-a617-79a5c924537e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7ee0c6c2-ca90-4b9b-97e1-7e9e7c9a6e90, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7ee0c6c2-ca90-4b9b-97e1-7e9e7c9a6e90, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4395998426528744447 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43959984265287444474395998426528744447439599842652874444743959984265287444474395998426528744447439599842652874444743959984265287444474395998426528744447439599842652874444743959984265287444474395998426528744447439599842652874444743959984265287444474395998426528744447439599842652874444743959984265287444474395998426528744447439599842652874444743959984265287444474395998426528744447" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8b0f1e20-2071-4179-9492-ee91ac43e6be, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7ee0c6c2-ca90-4b9b-97e1-7e9e7c9a6e90, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9b99afe7-7b81-41a7-a9a5-ed51d73d0d2a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9b99afe7-7b81-41a7-a9a5-ed51d73d0d2a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5581366054921346381 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55813660549213463815581366054921346381558136605492134638155813660549213463815581366054921346381558136605492134638155813660549213463815581366054921346381558136605492134638155813660549213463815581366054921346381558136605492134638155813660549213463815581366054921346381558136605492134638155813660549213463815581366054921346381558136605492134638155813660549213463815581366054921346381" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a2f1a894-1a39-477c-86ce-5eb8afca2aff, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a2f1a894-1a39-477c-86ce-5eb8afca2aff, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4098172406005456426 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40981724060054564264098172406005456426409817240600545642640981724060054564264098172406005456426409817240600545642640981724060054564264098172406005456426409817240600545642640981724060054564264098172406005456426409817240600545642640981724060054564264098172406005456426409817240600545642640981724060054564264098172406005456426409817240600545642640981724060054564264098172406005456426" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9b99afe7-7b81-41a7-a9a5-ed51d73d0d2a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a2f1a894-1a39-477c-86ce-5eb8afca2aff, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, add1b0be-806a-4ed3-b9f6-c79ca68676af, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, add1b0be-806a-4ed3-b9f6-c79ca68676af, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12234584791886793869 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1223458479188679386912234584791886793869122345847918867938691223458479188679386912234584791886793869122345847918867938691223458479188679386912234584791886793869122345847918867938691223458479188679386912234584791886793869122345847918867938691223458479188679386912234584791886793869122345847918867938691223458479188679386912234584791886793869122345847918867938691223458479188679386912234584791886793869" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c117e34e-d0aa-457e-9255-40325335f46c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c117e34e-d0aa-457e-9255-40325335f46c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16518911471029260075 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1651891147102926007516518911471029260075165189114710292600751651891147102926007516518911471029260075165189114710292600751651891147102926007516518911471029260075165189114710292600751651891147102926007516518911471029260075165189114710292600751651891147102926007516518911471029260075165189114710292600751651891147102926007516518911471029260075165189114710292600751651891147102926007516518911471029260075" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, add1b0be-806a-4ed3-b9f6-c79ca68676af, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 40c9b303-dd40-4241-b3e9-cc754edd549b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 40c9b303-dd40-4241-b3e9-cc754edd549b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17300564515940672083 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1730056451594067208317300564515940672083173005645159406720831730056451594067208317300564515940672083173005645159406720831730056451594067208317300564515940672083173005645159406720831730056451594067208317300564515940672083173005645159406720831730056451594067208317300564515940672083173005645159406720831730056451594067208317300564515940672083173005645159406720831730056451594067208317300564515940672083" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c117e34e-d0aa-457e-9255-40325335f46c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 309abaab-ff25-4042-922e-c71cd4c395b0, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 309abaab-ff25-4042-922e-c71cd4c395b0, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5607952495527993772 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56079524955279937725607952495527993772560795249552799377256079524955279937725607952495527993772560795249552799377256079524955279937725607952495527993772560795249552799377256079524955279937725607952495527993772560795249552799377256079524955279937725607952495527993772560795249552799377256079524955279937725607952495527993772560795249552799377256079524955279937725607952495527993772" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 40c9b303-dd40-4241-b3e9-cc754edd549b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ff20e871-146f-443c-aa4f-55ea2add1d01, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ff20e871-146f-443c-aa4f-55ea2add1d01, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 268895739783276903 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "268895739783276903268895739783276903268895739783276903268895739783276903268895739783276903268895739783276903268895739783276903268895739783276903268895739783276903268895739783276903268895739783276903268895739783276903268895739783276903268895739783276903268895739783276903268895739783276903268895739783276903268895739783276903268895739783276903268895739783276903" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 309abaab-ff25-4042-922e-c71cd4c395b0, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 11fe1509-b66c-4ea6-9132-cd5766245c2a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 11fe1509-b66c-4ea6-9132-cd5766245c2a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10962820162965508978 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1096282016296550897810962820162965508978109628201629655089781096282016296550897810962820162965508978109628201629655089781096282016296550897810962820162965508978109628201629655089781096282016296550897810962820162965508978109628201629655089781096282016296550897810962820162965508978109628201629655089781096282016296550897810962820162965508978109628201629655089781096282016296550897810962820162965508978" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ff20e871-146f-443c-aa4f-55ea2add1d01, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 99311d66-d53c-4cfd-aa7f-d300929188a8, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 99311d66-d53c-4cfd-aa7f-d300929188a8, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15389052452137879090 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1538905245213787909015389052452137879090153890524521378790901538905245213787909015389052452137879090153890524521378790901538905245213787909015389052452137879090153890524521378790901538905245213787909015389052452137879090153890524521378790901538905245213787909015389052452137879090153890524521378790901538905245213787909015389052452137879090153890524521378790901538905245213787909015389052452137879090" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 11fe1509-b66c-4ea6-9132-cd5766245c2a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 47626a25-b9d6-4f0a-9835-2284689fa943, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 47626a25-b9d6-4f0a-9835-2284689fa943, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11922441934462375830 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1192244193446237583011922441934462375830119224419344623758301192244193446237583011922441934462375830119224419344623758301192244193446237583011922441934462375830119224419344623758301192244193446237583011922441934462375830119224419344623758301192244193446237583011922441934462375830119224419344623758301192244193446237583011922441934462375830119224419344623758301192244193446237583011922441934462375830" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 99311d66-d53c-4cfd-aa7f-d300929188a8, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, aba0caa6-d401-4ddf-a79c-be724943bc89, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aba0caa6-d401-4ddf-a79c-be724943bc89, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17938015216306930478 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1793801521630693047817938015216306930478179380152163069304781793801521630693047817938015216306930478179380152163069304781793801521630693047817938015216306930478179380152163069304781793801521630693047817938015216306930478179380152163069304781793801521630693047817938015216306930478179380152163069304781793801521630693047817938015216306930478179380152163069304781793801521630693047817938015216306930478" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 47626a25-b9d6-4f0a-9835-2284689fa943, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b16b9b55-69e4-47f8-9e00-20d028547746, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b16b9b55-69e4-47f8-9e00-20d028547746, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7985710145946535746 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79857101459465357467985710145946535746798571014594653574679857101459465357467985710145946535746798571014594653574679857101459465357467985710145946535746798571014594653574679857101459465357467985710145946535746798571014594653574679857101459465357467985710145946535746798571014594653574679857101459465357467985710145946535746798571014594653574679857101459465357467985710145946535746" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aba0caa6-d401-4ddf-a79c-be724943bc89, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d1730b51-27ad-4041-8959-7ce33f58c3ea, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d1730b51-27ad-4041-8959-7ce33f58c3ea, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13616744043385189666 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1361674404338518966613616744043385189666136167440433851896661361674404338518966613616744043385189666136167440433851896661361674404338518966613616744043385189666136167440433851896661361674404338518966613616744043385189666136167440433851896661361674404338518966613616744043385189666136167440433851896661361674404338518966613616744043385189666136167440433851896661361674404338518966613616744043385189666" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b16b9b55-69e4-47f8-9e00-20d028547746, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e2bbb33a-9221-41cb-a744-eddf3fafc33c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e2bbb33a-9221-41cb-a744-eddf3fafc33c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9014926655456018750 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90149266554560187509014926655456018750901492665545601875090149266554560187509014926655456018750901492665545601875090149266554560187509014926655456018750901492665545601875090149266554560187509014926655456018750901492665545601875090149266554560187509014926655456018750901492665545601875090149266554560187509014926655456018750901492665545601875090149266554560187509014926655456018750" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d1730b51-27ad-4041-8959-7ce33f58c3ea, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 87fdc054-9f58-4248-a597-9630c518dd70, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 87fdc054-9f58-4248-a597-9630c518dd70, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9340609463460755670 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93406094634607556709340609463460755670934060946346075567093406094634607556709340609463460755670934060946346075567093406094634607556709340609463460755670934060946346075567093406094634607556709340609463460755670934060946346075567093406094634607556709340609463460755670934060946346075567093406094634607556709340609463460755670934060946346075567093406094634607556709340609463460755670" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e2bbb33a-9221-41cb-a744-eddf3fafc33c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2d13c9c8-e229-46ac-a590-7e823ce636da, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2d13c9c8-e229-46ac-a590-7e823ce636da, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16556912160806511965 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1655691216080651196516556912160806511965165569121608065119651655691216080651196516556912160806511965165569121608065119651655691216080651196516556912160806511965165569121608065119651655691216080651196516556912160806511965165569121608065119651655691216080651196516556912160806511965165569121608065119651655691216080651196516556912160806511965165569121608065119651655691216080651196516556912160806511965" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 87fdc054-9f58-4248-a597-9630c518dd70, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 35ef2b65-3868-4d60-aefc-63763838a8e5, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 35ef2b65-3868-4d60-aefc-63763838a8e5, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12880496324259355467 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1288049632425935546712880496324259355467128804963242593554671288049632425935546712880496324259355467128804963242593554671288049632425935546712880496324259355467128804963242593554671288049632425935546712880496324259355467128804963242593554671288049632425935546712880496324259355467128804963242593554671288049632425935546712880496324259355467128804963242593554671288049632425935546712880496324259355467" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2d13c9c8-e229-46ac-a590-7e823ce636da, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 341a5e89-bb84-4dc9-9c07-a92a2e55c3af, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 341a5e89-bb84-4dc9-9c07-a92a2e55c3af, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15522071537614815564 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1552207153761481556415522071537614815564155220715376148155641552207153761481556415522071537614815564155220715376148155641552207153761481556415522071537614815564155220715376148155641552207153761481556415522071537614815564155220715376148155641552207153761481556415522071537614815564155220715376148155641552207153761481556415522071537614815564155220715376148155641552207153761481556415522071537614815564" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 35ef2b65-3868-4d60-aefc-63763838a8e5, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0dfee6d5-1647-4905-a3c8-b1153e7da844, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0dfee6d5-1647-4905-a3c8-b1153e7da844, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15168275485223465876 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1516827548522346587615168275485223465876151682754852234658761516827548522346587615168275485223465876151682754852234658761516827548522346587615168275485223465876151682754852234658761516827548522346587615168275485223465876151682754852234658761516827548522346587615168275485223465876151682754852234658761516827548522346587615168275485223465876151682754852234658761516827548522346587615168275485223465876" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 341a5e89-bb84-4dc9-9c07-a92a2e55c3af, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0dfee6d5-1647-4905-a3c8-b1153e7da844, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 826a18f0-a984-4f0f-b178-166ab504c287, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 826a18f0-a984-4f0f-b178-166ab504c287, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6504867829705518422 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65048678297055184226504867829705518422650486782970551842265048678297055184226504867829705518422650486782970551842265048678297055184226504867829705518422650486782970551842265048678297055184226504867829705518422650486782970551842265048678297055184226504867829705518422650486782970551842265048678297055184226504867829705518422650486782970551842265048678297055184226504867829705518422" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b3641939-64dc-40c8-82b5-5ceaed3ae553, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b3641939-64dc-40c8-82b5-5ceaed3ae553, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12448094419909891453 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1244809441990989145312448094419909891453124480944199098914531244809441990989145312448094419909891453124480944199098914531244809441990989145312448094419909891453124480944199098914531244809441990989145312448094419909891453124480944199098914531244809441990989145312448094419909891453124480944199098914531244809441990989145312448094419909891453124480944199098914531244809441990989145312448094419909891453" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 826a18f0-a984-4f0f-b178-166ab504c287, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b3641939-64dc-40c8-82b5-5ceaed3ae553, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1bdc5668-4d96-43e2-ab48-381688866768, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1bdc5668-4d96-43e2-ab48-381688866768, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9842499927275956178 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98424999272759561789842499927275956178984249992727595617898424999272759561789842499927275956178984249992727595617898424999272759561789842499927275956178984249992727595617898424999272759561789842499927275956178984249992727595617898424999272759561789842499927275956178984249992727595617898424999272759561789842499927275956178984249992727595617898424999272759561789842499927275956178" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2fb6f186-7d3d-42a6-a23b-4bd569d761e8, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2fb6f186-7d3d-42a6-a23b-4bd569d761e8, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 404000370444464841 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "404000370444464841404000370444464841404000370444464841404000370444464841404000370444464841404000370444464841404000370444464841404000370444464841404000370444464841404000370444464841404000370444464841404000370444464841404000370444464841404000370444464841404000370444464841404000370444464841404000370444464841404000370444464841404000370444464841404000370444464841" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1bdc5668-4d96-43e2-ab48-381688866768, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2fb6f186-7d3d-42a6-a23b-4bd569d761e8, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3d0f4454-95f7-4ac4-9f51-c5a596a07d59, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3d0f4454-95f7-4ac4-9f51-c5a596a07d59, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8964951365610020756 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89649513656100207568964951365610020756896495136561002075689649513656100207568964951365610020756896495136561002075689649513656100207568964951365610020756896495136561002075689649513656100207568964951365610020756896495136561002075689649513656100207568964951365610020756896495136561002075689649513656100207568964951365610020756896495136561002075689649513656100207568964951365610020756" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 71913290-c648-40ef-afa2-833ce42f2cda, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 71913290-c648-40ef-afa2-833ce42f2cda, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11086900633147051264 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1108690063314705126411086900633147051264110869006331470512641108690063314705126411086900633147051264110869006331470512641108690063314705126411086900633147051264110869006331470512641108690063314705126411086900633147051264110869006331470512641108690063314705126411086900633147051264110869006331470512641108690063314705126411086900633147051264110869006331470512641108690063314705126411086900633147051264" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3d0f4454-95f7-4ac4-9f51-c5a596a07d59, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1734adf6-43e2-4d2f-8165-61f94d124f12, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1734adf6-43e2-4d2f-8165-61f94d124f12, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11149706811307691559 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1114970681130769155911149706811307691559111497068113076915591114970681130769155911149706811307691559111497068113076915591114970681130769155911149706811307691559111497068113076915591114970681130769155911149706811307691559111497068113076915591114970681130769155911149706811307691559111497068113076915591114970681130769155911149706811307691559111497068113076915591114970681130769155911149706811307691559" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 71913290-c648-40ef-afa2-833ce42f2cda, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7e83ee6f-f413-4b18-a7b3-1cf8fe9cdf75, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7e83ee6f-f413-4b18-a7b3-1cf8fe9cdf75, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10908794330279950821 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1090879433027995082110908794330279950821109087943302799508211090879433027995082110908794330279950821109087943302799508211090879433027995082110908794330279950821109087943302799508211090879433027995082110908794330279950821109087943302799508211090879433027995082110908794330279950821109087943302799508211090879433027995082110908794330279950821109087943302799508211090879433027995082110908794330279950821" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1734adf6-43e2-4d2f-8165-61f94d124f12, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 14974d22-f115-403c-ba97-73b7cf9be346, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 14974d22-f115-403c-ba97-73b7cf9be346, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15473719693848313493 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1547371969384831349315473719693848313493154737196938483134931547371969384831349315473719693848313493154737196938483134931547371969384831349315473719693848313493154737196938483134931547371969384831349315473719693848313493154737196938483134931547371969384831349315473719693848313493154737196938483134931547371969384831349315473719693848313493154737196938483134931547371969384831349315473719693848313493" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 14974d22-f115-403c-ba97-73b7cf9be346, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 239e2ba5-fbe8-41b5-b3a2-452240e3216b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 239e2ba5-fbe8-41b5-b3a2-452240e3216b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12459550458555148736 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1245955045855514873612459550458555148736124595504585551487361245955045855514873612459550458555148736124595504585551487361245955045855514873612459550458555148736124595504585551487361245955045855514873612459550458555148736124595504585551487361245955045855514873612459550458555148736124595504585551487361245955045855514873612459550458555148736124595504585551487361245955045855514873612459550458555148736" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7e83ee6f-f413-4b18-a7b3-1cf8fe9cdf75, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 522b7bdb-9e42-4829-b353-6ca62a9bfe10, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 522b7bdb-9e42-4829-b353-6ca62a9bfe10, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2783157302209443968 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27831573022094439682783157302209443968278315730220944396827831573022094439682783157302209443968278315730220944396827831573022094439682783157302209443968278315730220944396827831573022094439682783157302209443968278315730220944396827831573022094439682783157302209443968278315730220944396827831573022094439682783157302209443968278315730220944396827831573022094439682783157302209443968" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 239e2ba5-fbe8-41b5-b3a2-452240e3216b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6f97dd3d-f3c4-4715-acc6-6cb89e528ffe, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6f97dd3d-f3c4-4715-acc6-6cb89e528ffe, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11848017894218386693 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1184801789421838669311848017894218386693118480178942183866931184801789421838669311848017894218386693118480178942183866931184801789421838669311848017894218386693118480178942183866931184801789421838669311848017894218386693118480178942183866931184801789421838669311848017894218386693118480178942183866931184801789421838669311848017894218386693118480178942183866931184801789421838669311848017894218386693" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 522b7bdb-9e42-4829-b353-6ca62a9bfe10, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, db6d1722-fb11-4bac-bf2a-c50195bc0acc, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, db6d1722-fb11-4bac-bf2a-c50195bc0acc, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15803360403115783109 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1580336040311578310915803360403115783109158033604031157831091580336040311578310915803360403115783109158033604031157831091580336040311578310915803360403115783109158033604031157831091580336040311578310915803360403115783109158033604031157831091580336040311578310915803360403115783109158033604031157831091580336040311578310915803360403115783109158033604031157831091580336040311578310915803360403115783109" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6f97dd3d-f3c4-4715-acc6-6cb89e528ffe, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e219229a-1aeb-4ad4-baaa-27796a27e341, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e219229a-1aeb-4ad4-baaa-27796a27e341, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13037956506214201351 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1303795650621420135113037956506214201351130379565062142013511303795650621420135113037956506214201351130379565062142013511303795650621420135113037956506214201351130379565062142013511303795650621420135113037956506214201351130379565062142013511303795650621420135113037956506214201351130379565062142013511303795650621420135113037956506214201351130379565062142013511303795650621420135113037956506214201351" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, db6d1722-fb11-4bac-bf2a-c50195bc0acc, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 31ae98ab-d2ce-4c01-bd92-77bf1983d413, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 31ae98ab-d2ce-4c01-bd92-77bf1983d413, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6146120175170685258 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61461201751706852586146120175170685258614612017517068525861461201751706852586146120175170685258614612017517068525861461201751706852586146120175170685258614612017517068525861461201751706852586146120175170685258614612017517068525861461201751706852586146120175170685258614612017517068525861461201751706852586146120175170685258614612017517068525861461201751706852586146120175170685258" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e219229a-1aeb-4ad4-baaa-27796a27e341, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 31ae98ab-d2ce-4c01-bd92-77bf1983d413, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 828b682d-4eeb-440c-9866-3d38fb609d65, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 097e22c2-0b69-47c3-8a0e-e3e9db29a1ab, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 828b682d-4eeb-440c-9866-3d38fb609d65, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16621889618749608197 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1662188961874960819716621889618749608197166218896187496081971662188961874960819716621889618749608197166218896187496081971662188961874960819716621889618749608197166218896187496081971662188961874960819716621889618749608197166218896187496081971662188961874960819716621889618749608197166218896187496081971662188961874960819716621889618749608197166218896187496081971662188961874960819716621889618749608197" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 097e22c2-0b69-47c3-8a0e-e3e9db29a1ab, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17661289919869816869 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1766128991986981686917661289919869816869176612899198698168691766128991986981686917661289919869816869176612899198698168691766128991986981686917661289919869816869176612899198698168691766128991986981686917661289919869816869176612899198698168691766128991986981686917661289919869816869176612899198698168691766128991986981686917661289919869816869176612899198698168691766128991986981686917661289919869816869" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 828b682d-4eeb-440c-9866-3d38fb609d65, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 097e22c2-0b69-47c3-8a0e-e3e9db29a1ab, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 96c70946-1b4a-4e17-9706-d2c021258b0b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 96c70946-1b4a-4e17-9706-d2c021258b0b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10184274603199543296 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1018427460319954329610184274603199543296101842746031995432961018427460319954329610184274603199543296101842746031995432961018427460319954329610184274603199543296101842746031995432961018427460319954329610184274603199543296101842746031995432961018427460319954329610184274603199543296101842746031995432961018427460319954329610184274603199543296101842746031995432961018427460319954329610184274603199543296" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 032b5ecd-4235-461e-a667-581e82d0cde7, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 032b5ecd-4235-461e-a667-581e82d0cde7, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6448285113157432367 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64482851131574323676448285113157432367644828511315743236764482851131574323676448285113157432367644828511315743236764482851131574323676448285113157432367644828511315743236764482851131574323676448285113157432367644828511315743236764482851131574323676448285113157432367644828511315743236764482851131574323676448285113157432367644828511315743236764482851131574323676448285113157432367" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 96c70946-1b4a-4e17-9706-d2c021258b0b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 032b5ecd-4235-461e-a667-581e82d0cde7, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e5b1825c-823a-4ea2-9673-d68624da35c6, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e5b1825c-823a-4ea2-9673-d68624da35c6, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1008976411395593037 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10089764113955930371008976411395593037100897641139559303710089764113955930371008976411395593037100897641139559303710089764113955930371008976411395593037100897641139559303710089764113955930371008976411395593037100897641139559303710089764113955930371008976411395593037100897641139559303710089764113955930371008976411395593037100897641139559303710089764113955930371008976411395593037" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 162d9928-c89c-496f-8203-9fb7581fa31f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 162d9928-c89c-496f-8203-9fb7581fa31f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11622931173044526286 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1162293117304452628611622931173044526286116229311730445262861162293117304452628611622931173044526286116229311730445262861162293117304452628611622931173044526286116229311730445262861162293117304452628611622931173044526286116229311730445262861162293117304452628611622931173044526286116229311730445262861162293117304452628611622931173044526286116229311730445262861162293117304452628611622931173044526286" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e5b1825c-823a-4ea2-9673-d68624da35c6, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 162d9928-c89c-496f-8203-9fb7581fa31f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 472dbc19-26f1-44a8-90b2-a5d78ad2cd8b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 472dbc19-26f1-44a8-90b2-a5d78ad2cd8b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15970242263059699863 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1597024226305969986315970242263059699863159702422630596998631597024226305969986315970242263059699863159702422630596998631597024226305969986315970242263059699863159702422630596998631597024226305969986315970242263059699863159702422630596998631597024226305969986315970242263059699863159702422630596998631597024226305969986315970242263059699863159702422630596998631597024226305969986315970242263059699863" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 472dbc19-26f1-44a8-90b2-a5d78ad2cd8b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 29e0c204-2214-4720-bb2d-f414a616eafc, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 29e0c204-2214-4720-bb2d-f414a616eafc, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2837820160613897150 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28378201606138971502837820160613897150283782016061389715028378201606138971502837820160613897150283782016061389715028378201606138971502837820160613897150283782016061389715028378201606138971502837820160613897150283782016061389715028378201606138971502837820160613897150283782016061389715028378201606138971502837820160613897150283782016061389715028378201606138971502837820160613897150" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d9578132-b64e-42d2-ad4c-1f0ef21bb2b3, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d9578132-b64e-42d2-ad4c-1f0ef21bb2b3, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3663642571482938137 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36636425714829381373663642571482938137366364257148293813736636425714829381373663642571482938137366364257148293813736636425714829381373663642571482938137366364257148293813736636425714829381373663642571482938137366364257148293813736636425714829381373663642571482938137366364257148293813736636425714829381373663642571482938137366364257148293813736636425714829381373663642571482938137" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 29e0c204-2214-4720-bb2d-f414a616eafc, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d9578132-b64e-42d2-ad4c-1f0ef21bb2b3, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0f4ab5dc-d3ee-4640-aa57-2254c8e6f60e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0f4ab5dc-d3ee-4640-aa57-2254c8e6f60e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15754047453208251884 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1575404745320825188415754047453208251884157540474532082518841575404745320825188415754047453208251884157540474532082518841575404745320825188415754047453208251884157540474532082518841575404745320825188415754047453208251884157540474532082518841575404745320825188415754047453208251884157540474532082518841575404745320825188415754047453208251884157540474532082518841575404745320825188415754047453208251884" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7565cc7f-d69c-41d7-a2dc-f893c68b088e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7565cc7f-d69c-41d7-a2dc-f893c68b088e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10285144254311698897 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1028514425431169889710285144254311698897102851442543116988971028514425431169889710285144254311698897102851442543116988971028514425431169889710285144254311698897102851442543116988971028514425431169889710285144254311698897102851442543116988971028514425431169889710285144254311698897102851442543116988971028514425431169889710285144254311698897102851442543116988971028514425431169889710285144254311698897" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0f4ab5dc-d3ee-4640-aa57-2254c8e6f60e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3ca1c566-843a-4b0a-888d-487f5f695232, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3ca1c566-843a-4b0a-888d-487f5f695232, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13913561167552615572 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1391356116755261557213913561167552615572139135611675526155721391356116755261557213913561167552615572139135611675526155721391356116755261557213913561167552615572139135611675526155721391356116755261557213913561167552615572139135611675526155721391356116755261557213913561167552615572139135611675526155721391356116755261557213913561167552615572139135611675526155721391356116755261557213913561167552615572" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7565cc7f-d69c-41d7-a2dc-f893c68b088e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f321cc46-40f8-4e7a-a9f7-72138121b702, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f321cc46-40f8-4e7a-a9f7-72138121b702, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16617306426623812022 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1661730642662381202216617306426623812022166173064266238120221661730642662381202216617306426623812022166173064266238120221661730642662381202216617306426623812022166173064266238120221661730642662381202216617306426623812022166173064266238120221661730642662381202216617306426623812022166173064266238120221661730642662381202216617306426623812022166173064266238120221661730642662381202216617306426623812022" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3ca1c566-843a-4b0a-888d-487f5f695232, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fb70777c-2372-489e-b906-753827e24ccf, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fb70777c-2372-489e-b906-753827e24ccf, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8121796047362167034 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81217960473621670348121796047362167034812179604736216703481217960473621670348121796047362167034812179604736216703481217960473621670348121796047362167034812179604736216703481217960473621670348121796047362167034812179604736216703481217960473621670348121796047362167034812179604736216703481217960473621670348121796047362167034812179604736216703481217960473621670348121796047362167034" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f321cc46-40f8-4e7a-a9f7-72138121b702, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f03293e6-c3e8-435b-a5a9-b1da6a055c23, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f03293e6-c3e8-435b-a5a9-b1da6a055c23, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10677804001089258479 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1067780400108925847910677804001089258479106778040010892584791067780400108925847910677804001089258479106778040010892584791067780400108925847910677804001089258479106778040010892584791067780400108925847910677804001089258479106778040010892584791067780400108925847910677804001089258479106778040010892584791067780400108925847910677804001089258479106778040010892584791067780400108925847910677804001089258479" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fb70777c-2372-489e-b906-753827e24ccf, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 230d1a07-14f3-4b3c-bd9c-6054d9ddb549, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 230d1a07-14f3-4b3c-bd9c-6054d9ddb549, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7975888497662376636 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79758884976623766367975888497662376636797588849766237663679758884976623766367975888497662376636797588849766237663679758884976623766367975888497662376636797588849766237663679758884976623766367975888497662376636797588849766237663679758884976623766367975888497662376636797588849766237663679758884976623766367975888497662376636797588849766237663679758884976623766367975888497662376636" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f03293e6-c3e8-435b-a5a9-b1da6a055c23, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dc6f1240-224a-4b43-a085-b40b037241d6, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dc6f1240-224a-4b43-a085-b40b037241d6, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17757642235254410609 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1775764223525441060917757642235254410609177576422352544106091775764223525441060917757642235254410609177576422352544106091775764223525441060917757642235254410609177576422352544106091775764223525441060917757642235254410609177576422352544106091775764223525441060917757642235254410609177576422352544106091775764223525441060917757642235254410609177576422352544106091775764223525441060917757642235254410609" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 230d1a07-14f3-4b3c-bd9c-6054d9ddb549, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dc6f1240-224a-4b43-a085-b40b037241d6, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7484dc0d-347e-40e7-9cfe-9616541943d5, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7484dc0d-347e-40e7-9cfe-9616541943d5, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6215368687330686371 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62153686873306863716215368687330686371621536868733068637162153686873306863716215368687330686371621536868733068637162153686873306863716215368687330686371621536868733068637162153686873306863716215368687330686371621536868733068637162153686873306863716215368687330686371621536868733068637162153686873306863716215368687330686371621536868733068637162153686873306863716215368687330686371" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 05766ce9-02c1-430d-8f36-7b18a9a6452c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 05766ce9-02c1-430d-8f36-7b18a9a6452c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13874289944609149720 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1387428994460914972013874289944609149720138742899446091497201387428994460914972013874289944609149720138742899446091497201387428994460914972013874289944609149720138742899446091497201387428994460914972013874289944609149720138742899446091497201387428994460914972013874289944609149720138742899446091497201387428994460914972013874289944609149720138742899446091497201387428994460914972013874289944609149720" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7484dc0d-347e-40e7-9cfe-9616541943d5, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b7642c6d-b068-495b-a613-48cc9d6a5b68, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b7642c6d-b068-495b-a613-48cc9d6a5b68, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15380234333132037481 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1538023433313203748115380234333132037481153802343331320374811538023433313203748115380234333132037481153802343331320374811538023433313203748115380234333132037481153802343331320374811538023433313203748115380234333132037481153802343331320374811538023433313203748115380234333132037481153802343331320374811538023433313203748115380234333132037481153802343331320374811538023433313203748115380234333132037481" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 05766ce9-02c1-430d-8f36-7b18a9a6452c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b7642c6d-b068-495b-a613-48cc9d6a5b68, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8ea0a0fb-7cf2-46aa-80c0-6540217c8989, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8ea0a0fb-7cf2-46aa-80c0-6540217c8989, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6955802712129973850 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69558027121299738506955802712129973850695580271212997385069558027121299738506955802712129973850695580271212997385069558027121299738506955802712129973850695580271212997385069558027121299738506955802712129973850695580271212997385069558027121299738506955802712129973850695580271212997385069558027121299738506955802712129973850695580271212997385069558027121299738506955802712129973850" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0dc57975-1da1-4dd6-93a8-d540a04d1f3c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0dc57975-1da1-4dd6-93a8-d540a04d1f3c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7897539774511440622 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78975397745114406227897539774511440622789753977451144062278975397745114406227897539774511440622789753977451144062278975397745114406227897539774511440622789753977451144062278975397745114406227897539774511440622789753977451144062278975397745114406227897539774511440622789753977451144062278975397745114406227897539774511440622789753977451144062278975397745114406227897539774511440622" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8ea0a0fb-7cf2-46aa-80c0-6540217c8989, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3dfe489a-9c01-44c4-a702-7b6b3da165a3, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3dfe489a-9c01-44c4-a702-7b6b3da165a3, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5565394417687449496 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55653944176874494965565394417687449496556539441768744949655653944176874494965565394417687449496556539441768744949655653944176874494965565394417687449496556539441768744949655653944176874494965565394417687449496556539441768744949655653944176874494965565394417687449496556539441768744949655653944176874494965565394417687449496556539441768744949655653944176874494965565394417687449496" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0dc57975-1da1-4dd6-93a8-d540a04d1f3c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cbbaa5ba-3fcb-441b-867d-6ac1543cf12c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cbbaa5ba-3fcb-441b-867d-6ac1543cf12c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14607902085776629323 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1460790208577662932314607902085776629323146079020857766293231460790208577662932314607902085776629323146079020857766293231460790208577662932314607902085776629323146079020857766293231460790208577662932314607902085776629323146079020857766293231460790208577662932314607902085776629323146079020857766293231460790208577662932314607902085776629323146079020857766293231460790208577662932314607902085776629323" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3dfe489a-9c01-44c4-a702-7b6b3da165a3, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cbbaa5ba-3fcb-441b-867d-6ac1543cf12c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 02a8f4ea-1e24-4d13-81d3-ee282d3c2d8e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 02a8f4ea-1e24-4d13-81d3-ee282d3c2d8e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17014944315076414301 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1701494431507641430117014944315076414301170149443150764143011701494431507641430117014944315076414301170149443150764143011701494431507641430117014944315076414301170149443150764143011701494431507641430117014944315076414301170149443150764143011701494431507641430117014944315076414301170149443150764143011701494431507641430117014944315076414301170149443150764143011701494431507641430117014944315076414301" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 85e6a284-9fb4-4266-a184-0908ed6792d7, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 85e6a284-9fb4-4266-a184-0908ed6792d7, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4756976278222945379 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47569762782229453794756976278222945379475697627822294537947569762782229453794756976278222945379475697627822294537947569762782229453794756976278222945379475697627822294537947569762782229453794756976278222945379475697627822294537947569762782229453794756976278222945379475697627822294537947569762782229453794756976278222945379475697627822294537947569762782229453794756976278222945379" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 02a8f4ea-1e24-4d13-81d3-ee282d3c2d8e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 85e6a284-9fb4-4266-a184-0908ed6792d7, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 16f49a7d-fff4-4b31-b7d8-8a7bfcd3187b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 16f49a7d-fff4-4b31-b7d8-8a7bfcd3187b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9946306650258319834 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99463066502583198349946306650258319834994630665025831983499463066502583198349946306650258319834994630665025831983499463066502583198349946306650258319834994630665025831983499463066502583198349946306650258319834994630665025831983499463066502583198349946306650258319834994630665025831983499463066502583198349946306650258319834994630665025831983499463066502583198349946306650258319834" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f38e2265-1495-4eac-94b5-b205e7282e05, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 16f49a7d-fff4-4b31-b7d8-8a7bfcd3187b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f38e2265-1495-4eac-94b5-b205e7282e05, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16830389794438010636 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1683038979443801063616830389794438010636168303897944380106361683038979443801063616830389794438010636168303897944380106361683038979443801063616830389794438010636168303897944380106361683038979443801063616830389794438010636168303897944380106361683038979443801063616830389794438010636168303897944380106361683038979443801063616830389794438010636168303897944380106361683038979443801063616830389794438010636" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3b820e08-e2c9-4bfb-ab7c-c005bfe1f131, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f38e2265-1495-4eac-94b5-b205e7282e05, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3b820e08-e2c9-4bfb-ab7c-c005bfe1f131, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2693190504953264684 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26931905049532646842693190504953264684269319050495326468426931905049532646842693190504953264684269319050495326468426931905049532646842693190504953264684269319050495326468426931905049532646842693190504953264684269319050495326468426931905049532646842693190504953264684269319050495326468426931905049532646842693190504953264684269319050495326468426931905049532646842693190504953264684" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 54bacaca-5374-4f8d-9623-2123d67e76db, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 54bacaca-5374-4f8d-9623-2123d67e76db, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14551734300853608615 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1455173430085360861514551734300853608615145517343008536086151455173430085360861514551734300853608615145517343008536086151455173430085360861514551734300853608615145517343008536086151455173430085360861514551734300853608615145517343008536086151455173430085360861514551734300853608615145517343008536086151455173430085360861514551734300853608615145517343008536086151455173430085360861514551734300853608615" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3b820e08-e2c9-4bfb-ab7c-c005bfe1f131, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5b3aeb82-e648-47b1-88c7-1623f7439e55, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5b3aeb82-e648-47b1-88c7-1623f7439e55, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2760355588262822431 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27603555882628224312760355588262822431276035558826282243127603555882628224312760355588262822431276035558826282243127603555882628224312760355588262822431276035558826282243127603555882628224312760355588262822431276035558826282243127603555882628224312760355588262822431276035558826282243127603555882628224312760355588262822431276035558826282243127603555882628224312760355588262822431" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 54bacaca-5374-4f8d-9623-2123d67e76db, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0ad1a9f0-882b-4fbc-951b-8243dcd671e1, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0ad1a9f0-882b-4fbc-951b-8243dcd671e1, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7104501715070679750 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71045017150706797507104501715070679750710450171507067975071045017150706797507104501715070679750710450171507067975071045017150706797507104501715070679750710450171507067975071045017150706797507104501715070679750710450171507067975071045017150706797507104501715070679750710450171507067975071045017150706797507104501715070679750710450171507067975071045017150706797507104501715070679750" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5b3aeb82-e648-47b1-88c7-1623f7439e55, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 088534ea-200d-4d6d-81e0-043bc59f5f42, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 088534ea-200d-4d6d-81e0-043bc59f5f42, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14010821586722376277 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1401082158672237627714010821586722376277140108215867223762771401082158672237627714010821586722376277140108215867223762771401082158672237627714010821586722376277140108215867223762771401082158672237627714010821586722376277140108215867223762771401082158672237627714010821586722376277140108215867223762771401082158672237627714010821586722376277140108215867223762771401082158672237627714010821586722376277" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0ad1a9f0-882b-4fbc-951b-8243dcd671e1, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 094a7ed8-6ff8-4eda-9008-2a6e099052f0, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 094a7ed8-6ff8-4eda-9008-2a6e099052f0, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16053203509384630713 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1605320350938463071316053203509384630713160532035093846307131605320350938463071316053203509384630713160532035093846307131605320350938463071316053203509384630713160532035093846307131605320350938463071316053203509384630713160532035093846307131605320350938463071316053203509384630713160532035093846307131605320350938463071316053203509384630713160532035093846307131605320350938463071316053203509384630713" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 088534ea-200d-4d6d-81e0-043bc59f5f42, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 094a7ed8-6ff8-4eda-9008-2a6e099052f0, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b60c499c-1151-4e01-8ea4-fc702a3e8cf0, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b60c499c-1151-4e01-8ea4-fc702a3e8cf0, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18356614247835621539 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1835661424783562153918356614247835621539183566142478356215391835661424783562153918356614247835621539183566142478356215391835661424783562153918356614247835621539183566142478356215391835661424783562153918356614247835621539183566142478356215391835661424783562153918356614247835621539183566142478356215391835661424783562153918356614247835621539183566142478356215391835661424783562153918356614247835621539" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 091c92e6-3d70-4d5f-b144-2590a84e6c9c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 091c92e6-3d70-4d5f-b144-2590a84e6c9c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5152291208048941992 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51522912080489419925152291208048941992515229120804894199251522912080489419925152291208048941992515229120804894199251522912080489419925152291208048941992515229120804894199251522912080489419925152291208048941992515229120804894199251522912080489419925152291208048941992515229120804894199251522912080489419925152291208048941992515229120804894199251522912080489419925152291208048941992" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b60c499c-1151-4e01-8ea4-fc702a3e8cf0, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 091c92e6-3d70-4d5f-b144-2590a84e6c9c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 757d0dd7-28ad-44a5-91ad-11a506260478, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 757d0dd7-28ad-44a5-91ad-11a506260478, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17942742639251674350 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1794274263925167435017942742639251674350179427426392516743501794274263925167435017942742639251674350179427426392516743501794274263925167435017942742639251674350179427426392516743501794274263925167435017942742639251674350179427426392516743501794274263925167435017942742639251674350179427426392516743501794274263925167435017942742639251674350179427426392516743501794274263925167435017942742639251674350" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2477e276-8029-45ee-bc09-3aca4a271555, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2477e276-8029-45ee-bc09-3aca4a271555, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17974158533930351375 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1797415853393035137517974158533930351375179741585339303513751797415853393035137517974158533930351375179741585339303513751797415853393035137517974158533930351375179741585339303513751797415853393035137517974158533930351375179741585339303513751797415853393035137517974158533930351375179741585339303513751797415853393035137517974158533930351375179741585339303513751797415853393035137517974158533930351375" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 757d0dd7-28ad-44a5-91ad-11a506260478, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b576c1e7-1f2c-4e35-a7a5-7d0957359c4d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b576c1e7-1f2c-4e35-a7a5-7d0957359c4d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16363796063229785012 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1636379606322978501216363796063229785012163637960632297850121636379606322978501216363796063229785012163637960632297850121636379606322978501216363796063229785012163637960632297850121636379606322978501216363796063229785012163637960632297850121636379606322978501216363796063229785012163637960632297850121636379606322978501216363796063229785012163637960632297850121636379606322978501216363796063229785012" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2477e276-8029-45ee-bc09-3aca4a271555, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cea6f507-4811-41ba-bdc3-dd7eac3aff45, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cea6f507-4811-41ba-bdc3-dd7eac3aff45, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12262980560197849117 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1226298056019784911712262980560197849117122629805601978491171226298056019784911712262980560197849117122629805601978491171226298056019784911712262980560197849117122629805601978491171226298056019784911712262980560197849117122629805601978491171226298056019784911712262980560197849117122629805601978491171226298056019784911712262980560197849117122629805601978491171226298056019784911712262980560197849117" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b576c1e7-1f2c-4e35-a7a5-7d0957359c4d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3594afcd-6958-4e7b-bf94-f8deb9c5b82b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3594afcd-6958-4e7b-bf94-f8deb9c5b82b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2035220303862020790 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20352203038620207902035220303862020790203522030386202079020352203038620207902035220303862020790203522030386202079020352203038620207902035220303862020790203522030386202079020352203038620207902035220303862020790203522030386202079020352203038620207902035220303862020790203522030386202079020352203038620207902035220303862020790203522030386202079020352203038620207902035220303862020790" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cea6f507-4811-41ba-bdc3-dd7eac3aff45, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a7c07cfc-1e4c-41e9-ad4a-08fccf4ff2c3, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a7c07cfc-1e4c-41e9-ad4a-08fccf4ff2c3, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12035138743305146780 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1203513874330514678012035138743305146780120351387433051467801203513874330514678012035138743305146780120351387433051467801203513874330514678012035138743305146780120351387433051467801203513874330514678012035138743305146780120351387433051467801203513874330514678012035138743305146780120351387433051467801203513874330514678012035138743305146780120351387433051467801203513874330514678012035138743305146780" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3594afcd-6958-4e7b-bf94-f8deb9c5b82b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a7c07cfc-1e4c-41e9-ad4a-08fccf4ff2c3, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 94cf5d61-3d94-4b0c-9067-f769e42a58cf, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 43039944-6f1e-4b49-811b-3ce67756f772, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 94cf5d61-3d94-4b0c-9067-f769e42a58cf, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13590695139261389713 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1359069513926138971313590695139261389713135906951392613897131359069513926138971313590695139261389713135906951392613897131359069513926138971313590695139261389713135906951392613897131359069513926138971313590695139261389713135906951392613897131359069513926138971313590695139261389713135906951392613897131359069513926138971313590695139261389713135906951392613897131359069513926138971313590695139261389713" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 43039944-6f1e-4b49-811b-3ce67756f772, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4964684957065089002 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49646849570650890024964684957065089002496468495706508900249646849570650890024964684957065089002496468495706508900249646849570650890024964684957065089002496468495706508900249646849570650890024964684957065089002496468495706508900249646849570650890024964684957065089002496468495706508900249646849570650890024964684957065089002496468495706508900249646849570650890024964684957065089002" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 94cf5d61-3d94-4b0c-9067-f769e42a58cf, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 926b5e70-7ba6-402f-a85a-d0c37b233381, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 926b5e70-7ba6-402f-a85a-d0c37b233381, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 484111097578283638 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "484111097578283638484111097578283638484111097578283638484111097578283638484111097578283638484111097578283638484111097578283638484111097578283638484111097578283638484111097578283638484111097578283638484111097578283638484111097578283638484111097578283638484111097578283638484111097578283638484111097578283638484111097578283638484111097578283638484111097578283638" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 43039944-6f1e-4b49-811b-3ce67756f772, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a6b74242-cc83-4ba8-a42f-24ab0f02e87d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a6b74242-cc83-4ba8-a42f-24ab0f02e87d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4670369202785095429 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46703692027850954294670369202785095429467036920278509542946703692027850954294670369202785095429467036920278509542946703692027850954294670369202785095429467036920278509542946703692027850954294670369202785095429467036920278509542946703692027850954294670369202785095429467036920278509542946703692027850954294670369202785095429467036920278509542946703692027850954294670369202785095429" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 926b5e70-7ba6-402f-a85a-d0c37b233381, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cd29479d-54e5-40f1-9bdc-4637fef99a47, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cd29479d-54e5-40f1-9bdc-4637fef99a47, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 830106542197012661 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "830106542197012661830106542197012661830106542197012661830106542197012661830106542197012661830106542197012661830106542197012661830106542197012661830106542197012661830106542197012661830106542197012661830106542197012661830106542197012661830106542197012661830106542197012661830106542197012661830106542197012661830106542197012661830106542197012661830106542197012661" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cd29479d-54e5-40f1-9bdc-4637fef99a47, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a6b74242-cc83-4ba8-a42f-24ab0f02e87d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, be2096f5-a417-4e1b-9227-ba219abc95f0, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, be2096f5-a417-4e1b-9227-ba219abc95f0, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16152551773103701654 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1615255177310370165416152551773103701654161525517731037016541615255177310370165416152551773103701654161525517731037016541615255177310370165416152551773103701654161525517731037016541615255177310370165416152551773103701654161525517731037016541615255177310370165416152551773103701654161525517731037016541615255177310370165416152551773103701654161525517731037016541615255177310370165416152551773103701654" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c416e00a-3a24-45f8-9aa6-e847de3bbc27, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c416e00a-3a24-45f8-9aa6-e847de3bbc27, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7114099073958771268 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71140990739587712687114099073958771268711409907395877126871140990739587712687114099073958771268711409907395877126871140990739587712687114099073958771268711409907395877126871140990739587712687114099073958771268711409907395877126871140990739587712687114099073958771268711409907395877126871140990739587712687114099073958771268711409907395877126871140990739587712687114099073958771268" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, be2096f5-a417-4e1b-9227-ba219abc95f0, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c416e00a-3a24-45f8-9aa6-e847de3bbc27, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f2424063-bcd1-4da4-96a8-7ffc4d408a51, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3d8e48a9-0ff7-47a6-8884-47bc62b45e7d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f2424063-bcd1-4da4-96a8-7ffc4d408a51, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11349633723566716675 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1134963372356671667511349633723566716675113496337235667166751134963372356671667511349633723566716675113496337235667166751134963372356671667511349633723566716675113496337235667166751134963372356671667511349633723566716675113496337235667166751134963372356671667511349633723566716675113496337235667166751134963372356671667511349633723566716675113496337235667166751134963372356671667511349633723566716675" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3d8e48a9-0ff7-47a6-8884-47bc62b45e7d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2927111896466103911 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29271118964661039112927111896466103911292711189646610391129271118964661039112927111896466103911292711189646610391129271118964661039112927111896466103911292711189646610391129271118964661039112927111896466103911292711189646610391129271118964661039112927111896466103911292711189646610391129271118964661039112927111896466103911292711189646610391129271118964661039112927111896466103911" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f2424063-bcd1-4da4-96a8-7ffc4d408a51, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3d8e48a9-0ff7-47a6-8884-47bc62b45e7d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0b4dcdb2-8cce-4f1a-8bd6-2dba3132e12b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0b4dcdb2-8cce-4f1a-8bd6-2dba3132e12b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13165954118844206620 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1316595411884420662013165954118844206620131659541188442066201316595411884420662013165954118844206620131659541188442066201316595411884420662013165954118844206620131659541188442066201316595411884420662013165954118844206620131659541188442066201316595411884420662013165954118844206620131659541188442066201316595411884420662013165954118844206620131659541188442066201316595411884420662013165954118844206620" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f88bc42d-b4a3-4d63-8d51-92d34f08baca, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f88bc42d-b4a3-4d63-8d51-92d34f08baca, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16467732165735507015 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1646773216573550701516467732165735507015164677321657355070151646773216573550701516467732165735507015164677321657355070151646773216573550701516467732165735507015164677321657355070151646773216573550701516467732165735507015164677321657355070151646773216573550701516467732165735507015164677321657355070151646773216573550701516467732165735507015164677321657355070151646773216573550701516467732165735507015" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0b4dcdb2-8cce-4f1a-8bd6-2dba3132e12b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c2b097c6-1516-4282-acc7-63604882185a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c2b097c6-1516-4282-acc7-63604882185a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14064091238164176087 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1406409123816417608714064091238164176087140640912381641760871406409123816417608714064091238164176087140640912381641760871406409123816417608714064091238164176087140640912381641760871406409123816417608714064091238164176087140640912381641760871406409123816417608714064091238164176087140640912381641760871406409123816417608714064091238164176087140640912381641760871406409123816417608714064091238164176087" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f88bc42d-b4a3-4d63-8d51-92d34f08baca, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cbef2056-76d6-417e-94dc-82535df27f10, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cbef2056-76d6-417e-94dc-82535df27f10, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4371864775533405109 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43718647755334051094371864775533405109437186477553340510943718647755334051094371864775533405109437186477553340510943718647755334051094371864775533405109437186477553340510943718647755334051094371864775533405109437186477553340510943718647755334051094371864775533405109437186477553340510943718647755334051094371864775533405109437186477553340510943718647755334051094371864775533405109" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c2b097c6-1516-4282-acc7-63604882185a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d3766765-7664-4226-a9f9-6f5b3c95d0e1, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d3766765-7664-4226-a9f9-6f5b3c95d0e1, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11071459183910069796 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1107145918391006979611071459183910069796110714591839100697961107145918391006979611071459183910069796110714591839100697961107145918391006979611071459183910069796110714591839100697961107145918391006979611071459183910069796110714591839100697961107145918391006979611071459183910069796110714591839100697961107145918391006979611071459183910069796110714591839100697961107145918391006979611071459183910069796" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cbef2056-76d6-417e-94dc-82535df27f10, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ec53efdb-8a23-4f10-838e-84f1207bc97a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ec53efdb-8a23-4f10-838e-84f1207bc97a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3384530411819250465 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33845304118192504653384530411819250465338453041181925046533845304118192504653384530411819250465338453041181925046533845304118192504653384530411819250465338453041181925046533845304118192504653384530411819250465338453041181925046533845304118192504653384530411819250465338453041181925046533845304118192504653384530411819250465338453041181925046533845304118192504653384530411819250465" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d3766765-7664-4226-a9f9-6f5b3c95d0e1, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f4d2dfb6-93c6-4bc8-81b4-fa6cf8de2217, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f4d2dfb6-93c6-4bc8-81b4-fa6cf8de2217, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 569103135572244219 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "569103135572244219569103135572244219569103135572244219569103135572244219569103135572244219569103135572244219569103135572244219569103135572244219569103135572244219569103135572244219569103135572244219569103135572244219569103135572244219569103135572244219569103135572244219569103135572244219569103135572244219569103135572244219569103135572244219569103135572244219" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ec53efdb-8a23-4f10-838e-84f1207bc97a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 28fc2988-ef59-440f-8865-5210692b02f7, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 28fc2988-ef59-440f-8865-5210692b02f7, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17586826068058467204 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1758682606805846720417586826068058467204175868260680584672041758682606805846720417586826068058467204175868260680584672041758682606805846720417586826068058467204175868260680584672041758682606805846720417586826068058467204175868260680584672041758682606805846720417586826068058467204175868260680584672041758682606805846720417586826068058467204175868260680584672041758682606805846720417586826068058467204" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f4d2dfb6-93c6-4bc8-81b4-fa6cf8de2217, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 28fc2988-ef59-440f-8865-5210692b02f7, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 87d7f72d-d4c2-4770-aa97-db52f533d782, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 87d7f72d-d4c2-4770-aa97-db52f533d782, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9305462852335878765 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93054628523358787659305462852335878765930546285233587876593054628523358787659305462852335878765930546285233587876593054628523358787659305462852335878765930546285233587876593054628523358787659305462852335878765930546285233587876593054628523358787659305462852335878765930546285233587876593054628523358787659305462852335878765930546285233587876593054628523358787659305462852335878765" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 594dcc82-7ae5-4a5f-a136-74ec59df41f8, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 594dcc82-7ae5-4a5f-a136-74ec59df41f8, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10679744864623827642 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1067974486462382764210679744864623827642106797448646238276421067974486462382764210679744864623827642106797448646238276421067974486462382764210679744864623827642106797448646238276421067974486462382764210679744864623827642106797448646238276421067974486462382764210679744864623827642106797448646238276421067974486462382764210679744864623827642106797448646238276421067974486462382764210679744864623827642" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 87d7f72d-d4c2-4770-aa97-db52f533d782, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 594dcc82-7ae5-4a5f-a136-74ec59df41f8, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 64d7373c-eda5-4b48-b1e6-a8e9b72cf892, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ba8f9757-aa31-4473-afd9-182403ca8fb9, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 64d7373c-eda5-4b48-b1e6-a8e9b72cf892, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12348632037549196761 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1234863203754919676112348632037549196761123486320375491967611234863203754919676112348632037549196761123486320375491967611234863203754919676112348632037549196761123486320375491967611234863203754919676112348632037549196761123486320375491967611234863203754919676112348632037549196761123486320375491967611234863203754919676112348632037549196761123486320375491967611234863203754919676112348632037549196761" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ba8f9757-aa31-4473-afd9-182403ca8fb9, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2554529184409176185 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25545291844091761852554529184409176185255452918440917618525545291844091761852554529184409176185255452918440917618525545291844091761852554529184409176185255452918440917618525545291844091761852554529184409176185255452918440917618525545291844091761852554529184409176185255452918440917618525545291844091761852554529184409176185255452918440917618525545291844091761852554529184409176185" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ba8f9757-aa31-4473-afd9-182403ca8fb9, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bde02e7a-4233-474d-aa54-f53d56589ee9, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 64d7373c-eda5-4b48-b1e6-a8e9b72cf892, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bde02e7a-4233-474d-aa54-f53d56589ee9, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17620250005549714570 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1762025000554971457017620250005549714570176202500055497145701762025000554971457017620250005549714570176202500055497145701762025000554971457017620250005549714570176202500055497145701762025000554971457017620250005549714570176202500055497145701762025000554971457017620250005549714570176202500055497145701762025000554971457017620250005549714570176202500055497145701762025000554971457017620250005549714570" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 73a4a47a-1986-4458-bb1a-7cac67a205dc, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 73a4a47a-1986-4458-bb1a-7cac67a205dc, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 216841676322122523 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "216841676322122523216841676322122523216841676322122523216841676322122523216841676322122523216841676322122523216841676322122523216841676322122523216841676322122523216841676322122523216841676322122523216841676322122523216841676322122523216841676322122523216841676322122523216841676322122523216841676322122523216841676322122523216841676322122523216841676322122523" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bde02e7a-4233-474d-aa54-f53d56589ee9, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, aa6b3764-4d2c-479e-90aa-6bc63034b2f9, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aa6b3764-4d2c-479e-90aa-6bc63034b2f9, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7841895518205660167 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78418955182056601677841895518205660167784189551820566016778418955182056601677841895518205660167784189551820566016778418955182056601677841895518205660167784189551820566016778418955182056601677841895518205660167784189551820566016778418955182056601677841895518205660167784189551820566016778418955182056601677841895518205660167784189551820566016778418955182056601677841895518205660167" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 73a4a47a-1986-4458-bb1a-7cac67a205dc, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ed3fa13d-48a0-4b27-a499-9812e71cab77, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ed3fa13d-48a0-4b27-a499-9812e71cab77, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12767306520656925902 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1276730652065692590212767306520656925902127673065206569259021276730652065692590212767306520656925902127673065206569259021276730652065692590212767306520656925902127673065206569259021276730652065692590212767306520656925902127673065206569259021276730652065692590212767306520656925902127673065206569259021276730652065692590212767306520656925902127673065206569259021276730652065692590212767306520656925902" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aa6b3764-4d2c-479e-90aa-6bc63034b2f9, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b167bd1f-d627-49f8-8d89-d1eac158bd5a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b167bd1f-d627-49f8-8d89-d1eac158bd5a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10802864272532342322 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1080286427253234232210802864272532342322108028642725323423221080286427253234232210802864272532342322108028642725323423221080286427253234232210802864272532342322108028642725323423221080286427253234232210802864272532342322108028642725323423221080286427253234232210802864272532342322108028642725323423221080286427253234232210802864272532342322108028642725323423221080286427253234232210802864272532342322" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ed3fa13d-48a0-4b27-a499-9812e71cab77, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 45efa51d-e3db-4858-aa46-011b7db3287a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 45efa51d-e3db-4858-aa46-011b7db3287a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 780116487772834476 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "780116487772834476780116487772834476780116487772834476780116487772834476780116487772834476780116487772834476780116487772834476780116487772834476780116487772834476780116487772834476780116487772834476780116487772834476780116487772834476780116487772834476780116487772834476780116487772834476780116487772834476780116487772834476780116487772834476780116487772834476" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b167bd1f-d627-49f8-8d89-d1eac158bd5a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c22707a5-1c72-4f7b-bed4-d0b4e938b0f9, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c22707a5-1c72-4f7b-bed4-d0b4e938b0f9, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3725713628477182421 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37257136284771824213725713628477182421372571362847718242137257136284771824213725713628477182421372571362847718242137257136284771824213725713628477182421372571362847718242137257136284771824213725713628477182421372571362847718242137257136284771824213725713628477182421372571362847718242137257136284771824213725713628477182421372571362847718242137257136284771824213725713628477182421" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 45efa51d-e3db-4858-aa46-011b7db3287a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9cbe3746-e5d9-495a-9a30-47f33598eb9b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9cbe3746-e5d9-495a-9a30-47f33598eb9b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3955251371308464967 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39552513713084649673955251371308464967395525137130846496739552513713084649673955251371308464967395525137130846496739552513713084649673955251371308464967395525137130846496739552513713084649673955251371308464967395525137130846496739552513713084649673955251371308464967395525137130846496739552513713084649673955251371308464967395525137130846496739552513713084649673955251371308464967" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c22707a5-1c72-4f7b-bed4-d0b4e938b0f9, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ed2c5f76-4aeb-4f2c-9236-1af669bd678f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9cbe3746-e5d9-495a-9a30-47f33598eb9b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ed2c5f76-4aeb-4f2c-9236-1af669bd678f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14939903816040922896 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1493990381604092289614939903816040922896149399038160409228961493990381604092289614939903816040922896149399038160409228961493990381604092289614939903816040922896149399038160409228961493990381604092289614939903816040922896149399038160409228961493990381604092289614939903816040922896149399038160409228961493990381604092289614939903816040922896149399038160409228961493990381604092289614939903816040922896" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ee07ee1c-7d2a-4ab0-a68e-152f79313978, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ed2c5f76-4aeb-4f2c-9236-1af669bd678f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 77da16a4-2951-45d7-a3ab-a0cc7508258d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ee07ee1c-7d2a-4ab0-a68e-152f79313978, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13596556256434105864 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1359655625643410586413596556256434105864135965562564341058641359655625643410586413596556256434105864135965562564341058641359655625643410586413596556256434105864135965562564341058641359655625643410586413596556256434105864135965562564341058641359655625643410586413596556256434105864135965562564341058641359655625643410586413596556256434105864135965562564341058641359655625643410586413596556256434105864" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 77da16a4-2951-45d7-a3ab-a0cc7508258d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10294661803566476288 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1029466180356647628810294661803566476288102946618035664762881029466180356647628810294661803566476288102946618035664762881029466180356647628810294661803566476288102946618035664762881029466180356647628810294661803566476288102946618035664762881029466180356647628810294661803566476288102946618035664762881029466180356647628810294661803566476288102946618035664762881029466180356647628810294661803566476288" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ee07ee1c-7d2a-4ab0-a68e-152f79313978, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9fba04ce-7ab5-4638-9581-83a0d5d87639, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9fba04ce-7ab5-4638-9581-83a0d5d87639, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10073921166189038713 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1007392116618903871310073921166189038713100739211661890387131007392116618903871310073921166189038713100739211661890387131007392116618903871310073921166189038713100739211661890387131007392116618903871310073921166189038713100739211661890387131007392116618903871310073921166189038713100739211661890387131007392116618903871310073921166189038713100739211661890387131007392116618903871310073921166189038713" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 77da16a4-2951-45d7-a3ab-a0cc7508258d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 568b8ad1-b5a9-4ac3-af79-0a1678311606, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 568b8ad1-b5a9-4ac3-af79-0a1678311606, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5329139645542079267 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53291396455420792675329139645542079267532913964554207926753291396455420792675329139645542079267532913964554207926753291396455420792675329139645542079267532913964554207926753291396455420792675329139645542079267532913964554207926753291396455420792675329139645542079267532913964554207926753291396455420792675329139645542079267532913964554207926753291396455420792675329139645542079267" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9fba04ce-7ab5-4638-9581-83a0d5d87639, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9ae78d8d-123c-4bd0-91c1-9fc6921da402, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9ae78d8d-123c-4bd0-91c1-9fc6921da402, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6051526844621447429 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60515268446214474296051526844621447429605152684462144742960515268446214474296051526844621447429605152684462144742960515268446214474296051526844621447429605152684462144742960515268446214474296051526844621447429605152684462144742960515268446214474296051526844621447429605152684462144742960515268446214474296051526844621447429605152684462144742960515268446214474296051526844621447429" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 568b8ad1-b5a9-4ac3-af79-0a1678311606, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dc2fd72d-28d6-4129-85e4-173496c32e9b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dc2fd72d-28d6-4129-85e4-173496c32e9b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7799187763064677741 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77991877630646777417799187763064677741779918776306467774177991877630646777417799187763064677741779918776306467774177991877630646777417799187763064677741779918776306467774177991877630646777417799187763064677741779918776306467774177991877630646777417799187763064677741779918776306467774177991877630646777417799187763064677741779918776306467774177991877630646777417799187763064677741" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9ae78d8d-123c-4bd0-91c1-9fc6921da402, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 644fd1f8-3c8d-41c7-9bdf-b1e735d0476d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 644fd1f8-3c8d-41c7-9bdf-b1e735d0476d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16947946655213273416 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1694794665521327341616947946655213273416169479466552132734161694794665521327341616947946655213273416169479466552132734161694794665521327341616947946655213273416169479466552132734161694794665521327341616947946655213273416169479466552132734161694794665521327341616947946655213273416169479466552132734161694794665521327341616947946655213273416169479466552132734161694794665521327341616947946655213273416" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dc2fd72d-28d6-4129-85e4-173496c32e9b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0c15f8a6-3fca-445c-a50f-a28678925075, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0c15f8a6-3fca-445c-a50f-a28678925075, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10138385418121536894 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1013838541812153689410138385418121536894101383854181215368941013838541812153689410138385418121536894101383854181215368941013838541812153689410138385418121536894101383854181215368941013838541812153689410138385418121536894101383854181215368941013838541812153689410138385418121536894101383854181215368941013838541812153689410138385418121536894101383854181215368941013838541812153689410138385418121536894" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 644fd1f8-3c8d-41c7-9bdf-b1e735d0476d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 803e3f15-95fc-4148-aa93-6b9d70cd5455, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 803e3f15-95fc-4148-aa93-6b9d70cd5455, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12337784825899793817 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1233778482589979381712337784825899793817123377848258997938171233778482589979381712337784825899793817123377848258997938171233778482589979381712337784825899793817123377848258997938171233778482589979381712337784825899793817123377848258997938171233778482589979381712337784825899793817123377848258997938171233778482589979381712337784825899793817123377848258997938171233778482589979381712337784825899793817" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0c15f8a6-3fca-445c-a50f-a28678925075, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a54991d1-425c-4b4f-8c0d-3fb7368b042f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a54991d1-425c-4b4f-8c0d-3fb7368b042f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7464574411703785149 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74645744117037851497464574411703785149746457441170378514974645744117037851497464574411703785149746457441170378514974645744117037851497464574411703785149746457441170378514974645744117037851497464574411703785149746457441170378514974645744117037851497464574411703785149746457441170378514974645744117037851497464574411703785149746457441170378514974645744117037851497464574411703785149" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a54991d1-425c-4b4f-8c0d-3fb7368b042f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0c4530fb-8ac4-42da-a6ce-4c0e834a432e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0c4530fb-8ac4-42da-a6ce-4c0e834a432e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15347166954176613868 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1534716695417661386815347166954176613868153471669541766138681534716695417661386815347166954176613868153471669541766138681534716695417661386815347166954176613868153471669541766138681534716695417661386815347166954176613868153471669541766138681534716695417661386815347166954176613868153471669541766138681534716695417661386815347166954176613868153471669541766138681534716695417661386815347166954176613868" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0c4530fb-8ac4-42da-a6ce-4c0e834a432e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 803e3f15-95fc-4148-aa93-6b9d70cd5455, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 19c39d44-c9c4-4203-8083-78e96ad84342, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 19c39d44-c9c4-4203-8083-78e96ad84342, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16915174948896567846 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1691517494889656784616915174948896567846169151749488965678461691517494889656784616915174948896567846169151749488965678461691517494889656784616915174948896567846169151749488965678461691517494889656784616915174948896567846169151749488965678461691517494889656784616915174948896567846169151749488965678461691517494889656784616915174948896567846169151749488965678461691517494889656784616915174948896567846" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 318455e7-499e-413f-a712-accd1cddf0a3, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 19c39d44-c9c4-4203-8083-78e96ad84342, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 30d4db32-500d-415a-961b-c8fd27e747b9, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 30d4db32-500d-415a-961b-c8fd27e747b9, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15289589598426705647 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1528958959842670564715289589598426705647152895895984267056471528958959842670564715289589598426705647152895895984267056471528958959842670564715289589598426705647152895895984267056471528958959842670564715289589598426705647152895895984267056471528958959842670564715289589598426705647152895895984267056471528958959842670564715289589598426705647152895895984267056471528958959842670564715289589598426705647" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 318455e7-499e-413f-a712-accd1cddf0a3, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9792053610145344438 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97920536101453444389792053610145344438979205361014534443897920536101453444389792053610145344438979205361014534443897920536101453444389792053610145344438979205361014534443897920536101453444389792053610145344438979205361014534443897920536101453444389792053610145344438979205361014534443897920536101453444389792053610145344438979205361014534443897920536101453444389792053610145344438" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 30d4db32-500d-415a-961b-c8fd27e747b9, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e3d9f74e-bd24-4a0e-b8eb-42cd915d91ff, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e3d9f74e-bd24-4a0e-b8eb-42cd915d91ff, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6500393368189222028 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65003933681892220286500393368189222028650039336818922202865003933681892220286500393368189222028650039336818922202865003933681892220286500393368189222028650039336818922202865003933681892220286500393368189222028650039336818922202865003933681892220286500393368189222028650039336818922202865003933681892220286500393368189222028650039336818922202865003933681892220286500393368189222028" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 318455e7-499e-413f-a712-accd1cddf0a3, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e3d9f74e-bd24-4a0e-b8eb-42cd915d91ff, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bd684f9e-4fdd-4b24-b7a9-669de126ff90, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bd684f9e-4fdd-4b24-b7a9-669de126ff90, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10307685014568537630 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1030768501456853763010307685014568537630103076850145685376301030768501456853763010307685014568537630103076850145685376301030768501456853763010307685014568537630103076850145685376301030768501456853763010307685014568537630103076850145685376301030768501456853763010307685014568537630103076850145685376301030768501456853763010307685014568537630103076850145685376301030768501456853763010307685014568537630" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 04e8c06a-f5b2-4c92-b8bb-2bb1e7573984, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 04e8c06a-f5b2-4c92-b8bb-2bb1e7573984, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3309471233896987017 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33094712338969870173309471233896987017330947123389698701733094712338969870173309471233896987017330947123389698701733094712338969870173309471233896987017330947123389698701733094712338969870173309471233896987017330947123389698701733094712338969870173309471233896987017330947123389698701733094712338969870173309471233896987017330947123389698701733094712338969870173309471233896987017" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bd684f9e-4fdd-4b24-b7a9-669de126ff90, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 04e8c06a-f5b2-4c92-b8bb-2bb1e7573984, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 995806ea-d1a0-4ffc-8d71-c618931a27c6, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 995806ea-d1a0-4ffc-8d71-c618931a27c6, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 462932717966680471 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "462932717966680471462932717966680471462932717966680471462932717966680471462932717966680471462932717966680471462932717966680471462932717966680471462932717966680471462932717966680471462932717966680471462932717966680471462932717966680471462932717966680471462932717966680471462932717966680471462932717966680471462932717966680471462932717966680471462932717966680471" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7ae904d9-2196-421d-b086-f2ded5330acb, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7ae904d9-2196-421d-b086-f2ded5330acb, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14312305453080001182 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1431230545308000118214312305453080001182143123054530800011821431230545308000118214312305453080001182143123054530800011821431230545308000118214312305453080001182143123054530800011821431230545308000118214312305453080001182143123054530800011821431230545308000118214312305453080001182143123054530800011821431230545308000118214312305453080001182143123054530800011821431230545308000118214312305453080001182" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 995806ea-d1a0-4ffc-8d71-c618931a27c6, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7ae904d9-2196-421d-b086-f2ded5330acb, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ef604425-ace7-4e5a-8cdd-a1fa7a1ddab7, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ef604425-ace7-4e5a-8cdd-a1fa7a1ddab7, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4106051643111966589 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41060516431119665894106051643111966589410605164311196658941060516431119665894106051643111966589410605164311196658941060516431119665894106051643111966589410605164311196658941060516431119665894106051643111966589410605164311196658941060516431119665894106051643111966589410605164311196658941060516431119665894106051643111966589410605164311196658941060516431119665894106051643111966589" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4dabfcb8-e010-4989-9468-02056821895b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4dabfcb8-e010-4989-9468-02056821895b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12861307340382232029 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1286130734038223202912861307340382232029128613073403822320291286130734038223202912861307340382232029128613073403822320291286130734038223202912861307340382232029128613073403822320291286130734038223202912861307340382232029128613073403822320291286130734038223202912861307340382232029128613073403822320291286130734038223202912861307340382232029128613073403822320291286130734038223202912861307340382232029" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4dabfcb8-e010-4989-9468-02056821895b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c4a06c4a-baf4-4296-922c-a19a458d733d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ef604425-ace7-4e5a-8cdd-a1fa7a1ddab7, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c4a06c4a-baf4-4296-922c-a19a458d733d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17188062024607151980 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1718806202460715198017188062024607151980171880620246071519801718806202460715198017188062024607151980171880620246071519801718806202460715198017188062024607151980171880620246071519801718806202460715198017188062024607151980171880620246071519801718806202460715198017188062024607151980171880620246071519801718806202460715198017188062024607151980171880620246071519801718806202460715198017188062024607151980" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d9244343-4aa8-4775-9688-a0dd474a5c94, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d9244343-4aa8-4775-9688-a0dd474a5c94, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11559608113007054252 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1155960811300705425211559608113007054252115596081130070542521155960811300705425211559608113007054252115596081130070542521155960811300705425211559608113007054252115596081130070542521155960811300705425211559608113007054252115596081130070542521155960811300705425211559608113007054252115596081130070542521155960811300705425211559608113007054252115596081130070542521155960811300705425211559608113007054252" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c4a06c4a-baf4-4296-922c-a19a458d733d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5ebdc68d-1336-4d97-b69d-2902f19fbf2c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5ebdc68d-1336-4d97-b69d-2902f19fbf2c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7270981540777263250 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72709815407772632507270981540777263250727098154077726325072709815407772632507270981540777263250727098154077726325072709815407772632507270981540777263250727098154077726325072709815407772632507270981540777263250727098154077726325072709815407772632507270981540777263250727098154077726325072709815407772632507270981540777263250727098154077726325072709815407772632507270981540777263250" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d9244343-4aa8-4775-9688-a0dd474a5c94, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5ebdc68d-1336-4d97-b69d-2902f19fbf2c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 43baf35b-a0a9-42ae-bfc5-f3935d846779, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6f8b2bdc-bdd0-4e3c-8408-7f15a82810d1, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 43baf35b-a0a9-42ae-bfc5-f3935d846779, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17114618756574055322 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1711461875657405532217114618756574055322171146187565740553221711461875657405532217114618756574055322171146187565740553221711461875657405532217114618756574055322171146187565740553221711461875657405532217114618756574055322171146187565740553221711461875657405532217114618756574055322171146187565740553221711461875657405532217114618756574055322171146187565740553221711461875657405532217114618756574055322" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6f8b2bdc-bdd0-4e3c-8408-7f15a82810d1, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1603999783046796710 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16039997830467967101603999783046796710160399978304679671016039997830467967101603999783046796710160399978304679671016039997830467967101603999783046796710160399978304679671016039997830467967101603999783046796710160399978304679671016039997830467967101603999783046796710160399978304679671016039997830467967101603999783046796710160399978304679671016039997830467967101603999783046796710" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 43baf35b-a0a9-42ae-bfc5-f3935d846779, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6f8b2bdc-bdd0-4e3c-8408-7f15a82810d1, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 06046f1f-3578-4023-b611-ad1e3a1e42a6, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f393f899-97ad-4c7b-85a9-1fd60bf365d8, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 06046f1f-3578-4023-b611-ad1e3a1e42a6, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12305568991484791934 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1230556899148479193412305568991484791934123055689914847919341230556899148479193412305568991484791934123055689914847919341230556899148479193412305568991484791934123055689914847919341230556899148479193412305568991484791934123055689914847919341230556899148479193412305568991484791934123055689914847919341230556899148479193412305568991484791934123055689914847919341230556899148479193412305568991484791934" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f393f899-97ad-4c7b-85a9-1fd60bf365d8, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10167454288371606875 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1016745428837160687510167454288371606875101674542883716068751016745428837160687510167454288371606875101674542883716068751016745428837160687510167454288371606875101674542883716068751016745428837160687510167454288371606875101674542883716068751016745428837160687510167454288371606875101674542883716068751016745428837160687510167454288371606875101674542883716068751016745428837160687510167454288371606875" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 06046f1f-3578-4023-b611-ad1e3a1e42a6, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 84583369-d259-45d7-bf41-95a3fc90922f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 84583369-d259-45d7-bf41-95a3fc90922f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13383894747371329847 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1338389474737132984713383894747371329847133838947473713298471338389474737132984713383894747371329847133838947473713298471338389474737132984713383894747371329847133838947473713298471338389474737132984713383894747371329847133838947473713298471338389474737132984713383894747371329847133838947473713298471338389474737132984713383894747371329847133838947473713298471338389474737132984713383894747371329847" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f393f899-97ad-4c7b-85a9-1fd60bf365d8, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 98162d31-d14e-4972-a572-30cb5dc74ff0, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 98162d31-d14e-4972-a572-30cb5dc74ff0, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8608350255607852086 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86083502556078520868608350255607852086860835025560785208686083502556078520868608350255607852086860835025560785208686083502556078520868608350255607852086860835025560785208686083502556078520868608350255607852086860835025560785208686083502556078520868608350255607852086860835025560785208686083502556078520868608350255607852086860835025560785208686083502556078520868608350255607852086" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 84583369-d259-45d7-bf41-95a3fc90922f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0a19f0b8-01ba-4669-9684-1088b3ead5f9, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0a19f0b8-01ba-4669-9684-1088b3ead5f9, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9695385276056350298 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96953852760563502989695385276056350298969538527605635029896953852760563502989695385276056350298969538527605635029896953852760563502989695385276056350298969538527605635029896953852760563502989695385276056350298969538527605635029896953852760563502989695385276056350298969538527605635029896953852760563502989695385276056350298969538527605635029896953852760563502989695385276056350298" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 98162d31-d14e-4972-a572-30cb5dc74ff0, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 483c3461-8811-4c46-98dc-e9918d8c9fb0, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 483c3461-8811-4c46-98dc-e9918d8c9fb0, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7144351087754999069 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71443510877549990697144351087754999069714435108775499906971443510877549990697144351087754999069714435108775499906971443510877549990697144351087754999069714435108775499906971443510877549990697144351087754999069714435108775499906971443510877549990697144351087754999069714435108775499906971443510877549990697144351087754999069714435108775499906971443510877549990697144351087754999069" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0a19f0b8-01ba-4669-9684-1088b3ead5f9, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 483c3461-8811-4c46-98dc-e9918d8c9fb0, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7205ef9e-04fe-4bc5-9d37-a026730edefe, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7205ef9e-04fe-4bc5-9d37-a026730edefe, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8428999305628901678 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84289993056289016788428999305628901678842899930562890167884289993056289016788428999305628901678842899930562890167884289993056289016788428999305628901678842899930562890167884289993056289016788428999305628901678842899930562890167884289993056289016788428999305628901678842899930562890167884289993056289016788428999305628901678842899930562890167884289993056289016788428999305628901678" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b639779d-38db-4847-be0f-bb14fca59213, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b639779d-38db-4847-be0f-bb14fca59213, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9094283261418637663 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90942832614186376639094283261418637663909428326141863766390942832614186376639094283261418637663909428326141863766390942832614186376639094283261418637663909428326141863766390942832614186376639094283261418637663909428326141863766390942832614186376639094283261418637663909428326141863766390942832614186376639094283261418637663909428326141863766390942832614186376639094283261418637663" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7205ef9e-04fe-4bc5-9d37-a026730edefe, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 05496aef-a887-4c3e-bd6c-7c90a63f6775, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 05496aef-a887-4c3e-bd6c-7c90a63f6775, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16437436527683210977 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1643743652768321097716437436527683210977164374365276832109771643743652768321097716437436527683210977164374365276832109771643743652768321097716437436527683210977164374365276832109771643743652768321097716437436527683210977164374365276832109771643743652768321097716437436527683210977164374365276832109771643743652768321097716437436527683210977164374365276832109771643743652768321097716437436527683210977" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b639779d-38db-4847-be0f-bb14fca59213, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 05496aef-a887-4c3e-bd6c-7c90a63f6775, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4180231a-603a-4e09-a169-c4ac4184f8e6, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4180231a-603a-4e09-a169-c4ac4184f8e6, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3195906533205140245 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31959065332051402453195906533205140245319590653320514024531959065332051402453195906533205140245319590653320514024531959065332051402453195906533205140245319590653320514024531959065332051402453195906533205140245319590653320514024531959065332051402453195906533205140245319590653320514024531959065332051402453195906533205140245319590653320514024531959065332051402453195906533205140245" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8060c3d9-6130-4cc2-8143-11ef2789440c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8060c3d9-6130-4cc2-8143-11ef2789440c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8119900713840842805 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81199007138408428058119900713840842805811990071384084280581199007138408428058119900713840842805811990071384084280581199007138408428058119900713840842805811990071384084280581199007138408428058119900713840842805811990071384084280581199007138408428058119900713840842805811990071384084280581199007138408428058119900713840842805811990071384084280581199007138408428058119900713840842805" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4180231a-603a-4e09-a169-c4ac4184f8e6, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9bbfe54b-aa4c-4757-9988-de3ee5c3be0a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9bbfe54b-aa4c-4757-9988-de3ee5c3be0a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16987849458034114862 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1698784945803411486216987849458034114862169878494580341148621698784945803411486216987849458034114862169878494580341148621698784945803411486216987849458034114862169878494580341148621698784945803411486216987849458034114862169878494580341148621698784945803411486216987849458034114862169878494580341148621698784945803411486216987849458034114862169878494580341148621698784945803411486216987849458034114862" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8060c3d9-6130-4cc2-8143-11ef2789440c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e0f69c27-e992-423e-8fd8-51f4fd8c477d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e0f69c27-e992-423e-8fd8-51f4fd8c477d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13865704568061003854 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1386570456806100385413865704568061003854138657045680610038541386570456806100385413865704568061003854138657045680610038541386570456806100385413865704568061003854138657045680610038541386570456806100385413865704568061003854138657045680610038541386570456806100385413865704568061003854138657045680610038541386570456806100385413865704568061003854138657045680610038541386570456806100385413865704568061003854" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9bbfe54b-aa4c-4757-9988-de3ee5c3be0a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 03bd1780-1807-4d44-83af-8c37e2629ec4, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 03bd1780-1807-4d44-83af-8c37e2629ec4, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2095201283333674422 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20952012833336744222095201283333674422209520128333367442220952012833336744222095201283333674422209520128333367442220952012833336744222095201283333674422209520128333367442220952012833336744222095201283333674422209520128333367442220952012833336744222095201283333674422209520128333367442220952012833336744222095201283333674422209520128333367442220952012833336744222095201283333674422" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e0f69c27-e992-423e-8fd8-51f4fd8c477d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6f3dbf48-32f8-4583-b0f3-91e4661dd6ff, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 03bd1780-1807-4d44-83af-8c37e2629ec4, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6f3dbf48-32f8-4583-b0f3-91e4661dd6ff, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2016771969037450804 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20167719690374508042016771969037450804201677196903745080420167719690374508042016771969037450804201677196903745080420167719690374508042016771969037450804201677196903745080420167719690374508042016771969037450804201677196903745080420167719690374508042016771969037450804201677196903745080420167719690374508042016771969037450804201677196903745080420167719690374508042016771969037450804" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e2190358-e270-4692-abd8-881c06c430ba, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e2190358-e270-4692-abd8-881c06c430ba, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8674482677674379990 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86744826776743799908674482677674379990867448267767437999086744826776743799908674482677674379990867448267767437999086744826776743799908674482677674379990867448267767437999086744826776743799908674482677674379990867448267767437999086744826776743799908674482677674379990867448267767437999086744826776743799908674482677674379990867448267767437999086744826776743799908674482677674379990" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6f3dbf48-32f8-4583-b0f3-91e4661dd6ff, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b34e6b7e-febd-4d27-baba-76270b118dbe, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e2190358-e270-4692-abd8-881c06c430ba, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b34e6b7e-febd-4d27-baba-76270b118dbe, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3681024998301295884 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36810249983012958843681024998301295884368102499830129588436810249983012958843681024998301295884368102499830129588436810249983012958843681024998301295884368102499830129588436810249983012958843681024998301295884368102499830129588436810249983012958843681024998301295884368102499830129588436810249983012958843681024998301295884368102499830129588436810249983012958843681024998301295884" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9d7fe976-affb-43ec-95b6-e3367ba3b3f5, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9d7fe976-affb-43ec-95b6-e3367ba3b3f5, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3816111314716388622 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38161113147163886223816111314716388622381611131471638862238161113147163886223816111314716388622381611131471638862238161113147163886223816111314716388622381611131471638862238161113147163886223816111314716388622381611131471638862238161113147163886223816111314716388622381611131471638862238161113147163886223816111314716388622381611131471638862238161113147163886223816111314716388622" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b34e6b7e-febd-4d27-baba-76270b118dbe, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9d7fe976-affb-43ec-95b6-e3367ba3b3f5, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9fed11aa-ef3e-42f9-b3a0-f7b964460854, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 04965369-f1a8-4611-aba4-0460bf5f844e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 04965369-f1a8-4611-aba4-0460bf5f844e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9560133021146128076 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95601330211461280769560133021146128076956013302114612807695601330211461280769560133021146128076956013302114612807695601330211461280769560133021146128076956013302114612807695601330211461280769560133021146128076956013302114612807695601330211461280769560133021146128076956013302114612807695601330211461280769560133021146128076956013302114612807695601330211461280769560133021146128076" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9fed11aa-ef3e-42f9-b3a0-f7b964460854, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8753661652662189552 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87536616526621895528753661652662189552875366165266218955287536616526621895528753661652662189552875366165266218955287536616526621895528753661652662189552875366165266218955287536616526621895528753661652662189552875366165266218955287536616526621895528753661652662189552875366165266218955287536616526621895528753661652662189552875366165266218955287536616526621895528753661652662189552" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 04965369-f1a8-4611-aba4-0460bf5f844e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5ddc3fb9-aac4-46fb-81e5-10d38fefbf3e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5ddc3fb9-aac4-46fb-81e5-10d38fefbf3e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15299300934717849058 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1529930093471784905815299300934717849058152993009347178490581529930093471784905815299300934717849058152993009347178490581529930093471784905815299300934717849058152993009347178490581529930093471784905815299300934717849058152993009347178490581529930093471784905815299300934717849058152993009347178490581529930093471784905815299300934717849058152993009347178490581529930093471784905815299300934717849058" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9fed11aa-ef3e-42f9-b3a0-f7b964460854, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bf44ba5b-5a13-46e4-a200-f83750dddb10, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bf44ba5b-5a13-46e4-a200-f83750dddb10, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16655509660054310059 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1665550966005431005916655509660054310059166555096600543100591665550966005431005916655509660054310059166555096600543100591665550966005431005916655509660054310059166555096600543100591665550966005431005916655509660054310059166555096600543100591665550966005431005916655509660054310059166555096600543100591665550966005431005916655509660054310059166555096600543100591665550966005431005916655509660054310059" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5ddc3fb9-aac4-46fb-81e5-10d38fefbf3e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 84becf20-ece8-4c45-892a-9a6d4f2fc408, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bf44ba5b-5a13-46e4-a200-f83750dddb10, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 84becf20-ece8-4c45-892a-9a6d4f2fc408, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14382105147772530774 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1438210514777253077414382105147772530774143821051477725307741438210514777253077414382105147772530774143821051477725307741438210514777253077414382105147772530774143821051477725307741438210514777253077414382105147772530774143821051477725307741438210514777253077414382105147772530774143821051477725307741438210514777253077414382105147772530774143821051477725307741438210514777253077414382105147772530774" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, befc9e26-c0db-4039-9421-a9448b621ccc, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, befc9e26-c0db-4039-9421-a9448b621ccc, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12559038449456254986 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1255903844945625498612559038449456254986125590384494562549861255903844945625498612559038449456254986125590384494562549861255903844945625498612559038449456254986125590384494562549861255903844945625498612559038449456254986125590384494562549861255903844945625498612559038449456254986125590384494562549861255903844945625498612559038449456254986125590384494562549861255903844945625498612559038449456254986" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 84becf20-ece8-4c45-892a-9a6d4f2fc408, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 793a7cd7-a3b4-4cce-b1a2-e82f8cbd44fb, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 793a7cd7-a3b4-4cce-b1a2-e82f8cbd44fb, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2125305384713969391 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21253053847139693912125305384713969391212530538471396939121253053847139693912125305384713969391212530538471396939121253053847139693912125305384713969391212530538471396939121253053847139693912125305384713969391212530538471396939121253053847139693912125305384713969391212530538471396939121253053847139693912125305384713969391212530538471396939121253053847139693912125305384713969391" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, befc9e26-c0db-4039-9421-a9448b621ccc, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 40e2e952-2e80-4398-99e0-101d1305463d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 40e2e952-2e80-4398-99e0-101d1305463d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7979664091923453487 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79796640919234534877979664091923453487797966409192345348779796640919234534877979664091923453487797966409192345348779796640919234534877979664091923453487797966409192345348779796640919234534877979664091923453487797966409192345348779796640919234534877979664091923453487797966409192345348779796640919234534877979664091923453487797966409192345348779796640919234534877979664091923453487" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 793a7cd7-a3b4-4cce-b1a2-e82f8cbd44fb, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e11af7cb-9b71-4fdb-8068-0aa654d2b797, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e11af7cb-9b71-4fdb-8068-0aa654d2b797, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5576337977747449108 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55763379777474491085576337977747449108557633797774744910855763379777474491085576337977747449108557633797774744910855763379777474491085576337977747449108557633797774744910855763379777474491085576337977747449108557633797774744910855763379777474491085576337977747449108557633797774744910855763379777474491085576337977747449108557633797774744910855763379777474491085576337977747449108" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 40e2e952-2e80-4398-99e0-101d1305463d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e6a3635e-c8de-4296-a2b2-1055b2cdb4f5, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e6a3635e-c8de-4296-a2b2-1055b2cdb4f5, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4481268883544090703 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44812688835440907034481268883544090703448126888354409070344812688835440907034481268883544090703448126888354409070344812688835440907034481268883544090703448126888354409070344812688835440907034481268883544090703448126888354409070344812688835440907034481268883544090703448126888354409070344812688835440907034481268883544090703448126888354409070344812688835440907034481268883544090703" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e6a3635e-c8de-4296-a2b2-1055b2cdb4f5, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6b795e74-d340-43e0-b67b-f62e04ad3d79, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e11af7cb-9b71-4fdb-8068-0aa654d2b797, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e50f9259-a08b-4bec-baf3-8eaf43184556, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6b795e74-d340-43e0-b67b-f62e04ad3d79, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13777974418241487874 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1377797441824148787413777974418241487874137779744182414878741377797441824148787413777974418241487874137779744182414878741377797441824148787413777974418241487874137779744182414878741377797441824148787413777974418241487874137779744182414878741377797441824148787413777974418241487874137779744182414878741377797441824148787413777974418241487874137779744182414878741377797441824148787413777974418241487874" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e50f9259-a08b-4bec-baf3-8eaf43184556, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18018950708190509873 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1801895070819050987318018950708190509873180189507081905098731801895070819050987318018950708190509873180189507081905098731801895070819050987318018950708190509873180189507081905098731801895070819050987318018950708190509873180189507081905098731801895070819050987318018950708190509873180189507081905098731801895070819050987318018950708190509873180189507081905098731801895070819050987318018950708190509873" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6b795e74-d340-43e0-b67b-f62e04ad3d79, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 49f038a3-9696-48a7-a52a-e3ba27451bf1, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 49f038a3-9696-48a7-a52a-e3ba27451bf1, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6286222951829271992 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62862229518292719926286222951829271992628622295182927199262862229518292719926286222951829271992628622295182927199262862229518292719926286222951829271992628622295182927199262862229518292719926286222951829271992628622295182927199262862229518292719926286222951829271992628622295182927199262862229518292719926286222951829271992628622295182927199262862229518292719926286222951829271992" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e50f9259-a08b-4bec-baf3-8eaf43184556, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 19a530c8-ee29-4883-a50f-5a8c3021c069, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 19a530c8-ee29-4883-a50f-5a8c3021c069, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18331435845278496343 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1833143584527849634318331435845278496343183314358452784963431833143584527849634318331435845278496343183314358452784963431833143584527849634318331435845278496343183314358452784963431833143584527849634318331435845278496343183314358452784963431833143584527849634318331435845278496343183314358452784963431833143584527849634318331435845278496343183314358452784963431833143584527849634318331435845278496343" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 19a530c8-ee29-4883-a50f-5a8c3021c069, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 70cf8bc1-a466-4154-8ae0-95633f5a7a6d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 70cf8bc1-a466-4154-8ae0-95633f5a7a6d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6294453893167351822 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62944538931673518226294453893167351822629445389316735182262944538931673518226294453893167351822629445389316735182262944538931673518226294453893167351822629445389316735182262944538931673518226294453893167351822629445389316735182262944538931673518226294453893167351822629445389316735182262944538931673518226294453893167351822629445389316735182262944538931673518226294453893167351822" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 70cf8bc1-a466-4154-8ae0-95633f5a7a6d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 808f4c2b-4b05-458d-a79e-981f073051c6, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 808f4c2b-4b05-458d-a79e-981f073051c6, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14141805099457893174 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1414180509945789317414141805099457893174141418050994578931741414180509945789317414141805099457893174141418050994578931741414180509945789317414141805099457893174141418050994578931741414180509945789317414141805099457893174141418050994578931741414180509945789317414141805099457893174141418050994578931741414180509945789317414141805099457893174141418050994578931741414180509945789317414141805099457893174" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 49f038a3-9696-48a7-a52a-e3ba27451bf1, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bb560c5d-f328-4d98-a581-7b1c2d647562, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bb560c5d-f328-4d98-a581-7b1c2d647562, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11528746127042203720 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1152874612704220372011528746127042203720115287461270422037201152874612704220372011528746127042203720115287461270422037201152874612704220372011528746127042203720115287461270422037201152874612704220372011528746127042203720115287461270422037201152874612704220372011528746127042203720115287461270422037201152874612704220372011528746127042203720115287461270422037201152874612704220372011528746127042203720" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 808f4c2b-4b05-458d-a79e-981f073051c6, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2ddf4edc-3e5b-4d89-a9fd-9b8938c0dbf9, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2ddf4edc-3e5b-4d89-a9fd-9b8938c0dbf9, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11717055472495167835 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1171705547249516783511717055472495167835117170554724951678351171705547249516783511717055472495167835117170554724951678351171705547249516783511717055472495167835117170554724951678351171705547249516783511717055472495167835117170554724951678351171705547249516783511717055472495167835117170554724951678351171705547249516783511717055472495167835117170554724951678351171705547249516783511717055472495167835" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bb560c5d-f328-4d98-a581-7b1c2d647562, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7af68190-94c9-4c65-a0dc-59a0a7bd8614, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7af68190-94c9-4c65-a0dc-59a0a7bd8614, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11261082941910546633 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1126108294191054663311261082941910546633112610829419105466331126108294191054663311261082941910546633112610829419105466331126108294191054663311261082941910546633112610829419105466331126108294191054663311261082941910546633112610829419105466331126108294191054663311261082941910546633112610829419105466331126108294191054663311261082941910546633112610829419105466331126108294191054663311261082941910546633" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2ddf4edc-3e5b-4d89-a9fd-9b8938c0dbf9, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f576b73b-c536-467e-9b9d-c551b8902444, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f576b73b-c536-467e-9b9d-c551b8902444, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17770908724399245353 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1777090872439924535317770908724399245353177709087243992453531777090872439924535317770908724399245353177709087243992453531777090872439924535317770908724399245353177709087243992453531777090872439924535317770908724399245353177709087243992453531777090872439924535317770908724399245353177709087243992453531777090872439924535317770908724399245353177709087243992453531777090872439924535317770908724399245353" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7af68190-94c9-4c65-a0dc-59a0a7bd8614, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a22c7324-90df-4145-91f4-d0f695be643d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a22c7324-90df-4145-91f4-d0f695be643d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18177992484583773571 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1817799248458377357118177992484583773571181779924845837735711817799248458377357118177992484583773571181779924845837735711817799248458377357118177992484583773571181779924845837735711817799248458377357118177992484583773571181779924845837735711817799248458377357118177992484583773571181779924845837735711817799248458377357118177992484583773571181779924845837735711817799248458377357118177992484583773571" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f576b73b-c536-467e-9b9d-c551b8902444, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 887cdf8c-2ad8-466c-8f88-42c91a200223, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 887cdf8c-2ad8-466c-8f88-42c91a200223, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14749355240930476264 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1474935524093047626414749355240930476264147493552409304762641474935524093047626414749355240930476264147493552409304762641474935524093047626414749355240930476264147493552409304762641474935524093047626414749355240930476264147493552409304762641474935524093047626414749355240930476264147493552409304762641474935524093047626414749355240930476264147493552409304762641474935524093047626414749355240930476264" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a22c7324-90df-4145-91f4-d0f695be643d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f2574a83-4f28-44aa-ada4-ca9f3f1cbb95, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f2574a83-4f28-44aa-ada4-ca9f3f1cbb95, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11665814217143191627 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1166581421714319162711665814217143191627116658142171431916271166581421714319162711665814217143191627116658142171431916271166581421714319162711665814217143191627116658142171431916271166581421714319162711665814217143191627116658142171431916271166581421714319162711665814217143191627116658142171431916271166581421714319162711665814217143191627116658142171431916271166581421714319162711665814217143191627" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 887cdf8c-2ad8-466c-8f88-42c91a200223, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, deaab4fa-0d5a-450d-9ebe-63fe6971a72e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f2574a83-4f28-44aa-ada4-ca9f3f1cbb95, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4d5054f2-bb9f-47e5-8265-54b0fca10e6a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4d5054f2-bb9f-47e5-8265-54b0fca10e6a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8429606075165108691 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84296060751651086918429606075165108691842960607516510869184296060751651086918429606075165108691842960607516510869184296060751651086918429606075165108691842960607516510869184296060751651086918429606075165108691842960607516510869184296060751651086918429606075165108691842960607516510869184296060751651086918429606075165108691842960607516510869184296060751651086918429606075165108691" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, deaab4fa-0d5a-450d-9ebe-63fe6971a72e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14082983864995206211 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1408298386499520621114082983864995206211140829838649952062111408298386499520621114082983864995206211140829838649952062111408298386499520621114082983864995206211140829838649952062111408298386499520621114082983864995206211140829838649952062111408298386499520621114082983864995206211140829838649952062111408298386499520621114082983864995206211140829838649952062111408298386499520621114082983864995206211" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4d5054f2-bb9f-47e5-8265-54b0fca10e6a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7bd68029-c4df-4e8b-847c-509e1e57bf52, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7bd68029-c4df-4e8b-847c-509e1e57bf52, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1364355604333335329 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13643556043333353291364355604333335329136435560433333532913643556043333353291364355604333335329136435560433333532913643556043333353291364355604333335329136435560433333532913643556043333353291364355604333335329136435560433333532913643556043333353291364355604333335329136435560433333532913643556043333353291364355604333335329136435560433333532913643556043333353291364355604333335329" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, deaab4fa-0d5a-450d-9ebe-63fe6971a72e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ac5d2bb7-246f-4fa1-971a-cc4c53d5c091, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ac5d2bb7-246f-4fa1-971a-cc4c53d5c091, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7709991370201263879 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77099913702012638797709991370201263879770999137020126387977099913702012638797709991370201263879770999137020126387977099913702012638797709991370201263879770999137020126387977099913702012638797709991370201263879770999137020126387977099913702012638797709991370201263879770999137020126387977099913702012638797709991370201263879770999137020126387977099913702012638797709991370201263879" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7bd68029-c4df-4e8b-847c-509e1e57bf52, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d1608d62-2a13-4846-8045-9b5559cfa5de, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d1608d62-2a13-4846-8045-9b5559cfa5de, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16538476349404232580 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1653847634940423258016538476349404232580165384763494042325801653847634940423258016538476349404232580165384763494042325801653847634940423258016538476349404232580165384763494042325801653847634940423258016538476349404232580165384763494042325801653847634940423258016538476349404232580165384763494042325801653847634940423258016538476349404232580165384763494042325801653847634940423258016538476349404232580" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ac5d2bb7-246f-4fa1-971a-cc4c53d5c091, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, aaa56ce3-d85e-438f-83c5-713b7395533f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aaa56ce3-d85e-438f-83c5-713b7395533f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9650006143976770158 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96500061439767701589650006143976770158965000614397677015896500061439767701589650006143976770158965000614397677015896500061439767701589650006143976770158965000614397677015896500061439767701589650006143976770158965000614397677015896500061439767701589650006143976770158965000614397677015896500061439767701589650006143976770158965000614397677015896500061439767701589650006143976770158" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d1608d62-2a13-4846-8045-9b5559cfa5de, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aaa56ce3-d85e-438f-83c5-713b7395533f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 33192634-cb6b-455c-aba7-0640d874a568, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 33192634-cb6b-455c-aba7-0640d874a568, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16581457314628615792 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1658145731462861579216581457314628615792165814573146286157921658145731462861579216581457314628615792165814573146286157921658145731462861579216581457314628615792165814573146286157921658145731462861579216581457314628615792165814573146286157921658145731462861579216581457314628615792165814573146286157921658145731462861579216581457314628615792165814573146286157921658145731462861579216581457314628615792" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 227eca17-5d8d-428b-b18e-9d76903368da, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 227eca17-5d8d-428b-b18e-9d76903368da, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4149926168906916167 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41499261689069161674149926168906916167414992616890691616741499261689069161674149926168906916167414992616890691616741499261689069161674149926168906916167414992616890691616741499261689069161674149926168906916167414992616890691616741499261689069161674149926168906916167414992616890691616741499261689069161674149926168906916167414992616890691616741499261689069161674149926168906916167" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 33192634-cb6b-455c-aba7-0640d874a568, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9981ae33-b9f8-43b4-ba51-84134376a5db, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9981ae33-b9f8-43b4-ba51-84134376a5db, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3755954759523357218 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37559547595233572183755954759523357218375595475952335721837559547595233572183755954759523357218375595475952335721837559547595233572183755954759523357218375595475952335721837559547595233572183755954759523357218375595475952335721837559547595233572183755954759523357218375595475952335721837559547595233572183755954759523357218375595475952335721837559547595233572183755954759523357218" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 227eca17-5d8d-428b-b18e-9d76903368da, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 702084b9-12af-4aff-8983-f12e9920bbd2, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 702084b9-12af-4aff-8983-f12e9920bbd2, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1546958844484786461 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15469588444847864611546958844484786461154695884448478646115469588444847864611546958844484786461154695884448478646115469588444847864611546958844484786461154695884448478646115469588444847864611546958844484786461154695884448478646115469588444847864611546958844484786461154695884448478646115469588444847864611546958844484786461154695884448478646115469588444847864611546958844484786461" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9981ae33-b9f8-43b4-ba51-84134376a5db, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 905aba19-df48-4679-8882-d8d470b8faee, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 702084b9-12af-4aff-8983-f12e9920bbd2, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ba347d50-d660-434b-9e19-ee07366d5fa0, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ba347d50-d660-434b-9e19-ee07366d5fa0, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5824450672153722488 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58244506721537224885824450672153722488582445067215372248858244506721537224885824450672153722488582445067215372248858244506721537224885824450672153722488582445067215372248858244506721537224885824450672153722488582445067215372248858244506721537224885824450672153722488582445067215372248858244506721537224885824450672153722488582445067215372248858244506721537224885824450672153722488" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 905aba19-df48-4679-8882-d8d470b8faee, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7533700794814929331 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75337007948149293317533700794814929331753370079481492933175337007948149293317533700794814929331753370079481492933175337007948149293317533700794814929331753370079481492933175337007948149293317533700794814929331753370079481492933175337007948149293317533700794814929331753370079481492933175337007948149293317533700794814929331753370079481492933175337007948149293317533700794814929331" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ba347d50-d660-434b-9e19-ee07366d5fa0, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 145acff2-5d8f-42e7-8577-b07a549deb51, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 145acff2-5d8f-42e7-8577-b07a549deb51, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1340867951063451742 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13408679510634517421340867951063451742134086795106345174213408679510634517421340867951063451742134086795106345174213408679510634517421340867951063451742134086795106345174213408679510634517421340867951063451742134086795106345174213408679510634517421340867951063451742134086795106345174213408679510634517421340867951063451742134086795106345174213408679510634517421340867951063451742" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 905aba19-df48-4679-8882-d8d470b8faee, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 76dc5196-a2fe-4a1a-b522-01c93d3fbcad, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 76dc5196-a2fe-4a1a-b522-01c93d3fbcad, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6172143207563768273 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61721432075637682736172143207563768273617214320756376827361721432075637682736172143207563768273617214320756376827361721432075637682736172143207563768273617214320756376827361721432075637682736172143207563768273617214320756376827361721432075637682736172143207563768273617214320756376827361721432075637682736172143207563768273617214320756376827361721432075637682736172143207563768273" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 145acff2-5d8f-42e7-8577-b07a549deb51, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 76dc5196-a2fe-4a1a-b522-01c93d3fbcad, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 87e13c77-d56d-432d-8e0f-5057ea8625ad, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 89efb962-f450-43d2-b491-5bf40970a904, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 87e13c77-d56d-432d-8e0f-5057ea8625ad, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13923322634097851303 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1392332263409785130313923322634097851303139233226340978513031392332263409785130313923322634097851303139233226340978513031392332263409785130313923322634097851303139233226340978513031392332263409785130313923322634097851303139233226340978513031392332263409785130313923322634097851303139233226340978513031392332263409785130313923322634097851303139233226340978513031392332263409785130313923322634097851303" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 89efb962-f450-43d2-b491-5bf40970a904, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6490945076292543525 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64909450762925435256490945076292543525649094507629254352564909450762925435256490945076292543525649094507629254352564909450762925435256490945076292543525649094507629254352564909450762925435256490945076292543525649094507629254352564909450762925435256490945076292543525649094507629254352564909450762925435256490945076292543525649094507629254352564909450762925435256490945076292543525" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 87e13c77-d56d-432d-8e0f-5057ea8625ad, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e93da230-354c-495c-9d09-83959eb88aec, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 89efb962-f450-43d2-b491-5bf40970a904, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e93da230-354c-495c-9d09-83959eb88aec, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2553032082598817645 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25530320825988176452553032082598817645255303208259881764525530320825988176452553032082598817645255303208259881764525530320825988176452553032082598817645255303208259881764525530320825988176452553032082598817645255303208259881764525530320825988176452553032082598817645255303208259881764525530320825988176452553032082598817645255303208259881764525530320825988176452553032082598817645" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7eae8b30-012f-42df-8a0a-d5afab6e0ea7, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7eae8b30-012f-42df-8a0a-d5afab6e0ea7, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1264617207080995985 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12646172070809959851264617207080995985126461720708099598512646172070809959851264617207080995985126461720708099598512646172070809959851264617207080995985126461720708099598512646172070809959851264617207080995985126461720708099598512646172070809959851264617207080995985126461720708099598512646172070809959851264617207080995985126461720708099598512646172070809959851264617207080995985" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e93da230-354c-495c-9d09-83959eb88aec, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 57ca6789-1de0-4200-b340-536fbd8253bb, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 57ca6789-1de0-4200-b340-536fbd8253bb, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 812639244615044870 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "812639244615044870812639244615044870812639244615044870812639244615044870812639244615044870812639244615044870812639244615044870812639244615044870812639244615044870812639244615044870812639244615044870812639244615044870812639244615044870812639244615044870812639244615044870812639244615044870812639244615044870812639244615044870812639244615044870812639244615044870" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7eae8b30-012f-42df-8a0a-d5afab6e0ea7, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 57ca6789-1de0-4200-b340-536fbd8253bb, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 010befed-0fc1-4c94-bb4e-87b1921ec868, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d6a88c2b-b46f-47e4-83cb-9dec87522f60, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 010befed-0fc1-4c94-bb4e-87b1921ec868, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8391979133408289687 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83919791334082896878391979133408289687839197913340828968783919791334082896878391979133408289687839197913340828968783919791334082896878391979133408289687839197913340828968783919791334082896878391979133408289687839197913340828968783919791334082896878391979133408289687839197913340828968783919791334082896878391979133408289687839197913340828968783919791334082896878391979133408289687" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d6a88c2b-b46f-47e4-83cb-9dec87522f60, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6922629252654593924 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69226292526545939246922629252654593924692262925265459392469226292526545939246922629252654593924692262925265459392469226292526545939246922629252654593924692262925265459392469226292526545939246922629252654593924692262925265459392469226292526545939246922629252654593924692262925265459392469226292526545939246922629252654593924692262925265459392469226292526545939246922629252654593924" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d6a88c2b-b46f-47e4-83cb-9dec87522f60, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, eee0197c-121a-43e8-b67b-ade53d8bc7ce, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 010befed-0fc1-4c94-bb4e-87b1921ec868, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eee0197c-121a-43e8-b67b-ade53d8bc7ce, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15028682394142775798 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1502868239414277579815028682394142775798150286823941427757981502868239414277579815028682394142775798150286823941427757981502868239414277579815028682394142775798150286823941427757981502868239414277579815028682394142775798150286823941427757981502868239414277579815028682394142775798150286823941427757981502868239414277579815028682394142775798150286823941427757981502868239414277579815028682394142775798" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6e320d5a-7d37-4866-a457-0b992c307775, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6e320d5a-7d37-4866-a457-0b992c307775, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8943150851051360655 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89431508510513606558943150851051360655894315085105136065589431508510513606558943150851051360655894315085105136065589431508510513606558943150851051360655894315085105136065589431508510513606558943150851051360655894315085105136065589431508510513606558943150851051360655894315085105136065589431508510513606558943150851051360655894315085105136065589431508510513606558943150851051360655" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eee0197c-121a-43e8-b67b-ade53d8bc7ce, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2df77820-55e9-4d54-bae5-9ba3c5ae539d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2df77820-55e9-4d54-bae5-9ba3c5ae539d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6657387064444444012 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66573870644444440126657387064444444012665738706444444401266573870644444440126657387064444444012665738706444444401266573870644444440126657387064444444012665738706444444401266573870644444440126657387064444444012665738706444444401266573870644444440126657387064444444012665738706444444401266573870644444440126657387064444444012665738706444444401266573870644444440126657387064444444012" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6e320d5a-7d37-4866-a457-0b992c307775, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2df77820-55e9-4d54-bae5-9ba3c5ae539d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c3a6589d-59d2-4227-805e-647efb8ce939, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c3a6589d-59d2-4227-805e-647efb8ce939, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3054885729236736783 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30548857292367367833054885729236736783305488572923673678330548857292367367833054885729236736783305488572923673678330548857292367367833054885729236736783305488572923673678330548857292367367833054885729236736783305488572923673678330548857292367367833054885729236736783305488572923673678330548857292367367833054885729236736783305488572923673678330548857292367367833054885729236736783" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c3a6589d-59d2-4227-805e-647efb8ce939, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 56a62bd5-4bdd-424a-bab1-9b87c497c623, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7fe791d0-6b0a-4bb2-b0e8-ab32bcbb77d0, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7fe791d0-6b0a-4bb2-b0e8-ab32bcbb77d0, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2415610451746950939 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24156104517469509392415610451746950939241561045174695093924156104517469509392415610451746950939241561045174695093924156104517469509392415610451746950939241561045174695093924156104517469509392415610451746950939241561045174695093924156104517469509392415610451746950939241561045174695093924156104517469509392415610451746950939241561045174695093924156104517469509392415610451746950939" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 56a62bd5-4bdd-424a-bab1-9b87c497c623, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18220187606077363403 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1822018760607736340318220187606077363403182201876060773634031822018760607736340318220187606077363403182201876060773634031822018760607736340318220187606077363403182201876060773634031822018760607736340318220187606077363403182201876060773634031822018760607736340318220187606077363403182201876060773634031822018760607736340318220187606077363403182201876060773634031822018760607736340318220187606077363403" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7fe791d0-6b0a-4bb2-b0e8-ab32bcbb77d0, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 52a3711a-4756-4000-8d23-e0929d1f7714, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 52a3711a-4756-4000-8d23-e0929d1f7714, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11806548148698736619 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1180654814869873661911806548148698736619118065481486987366191180654814869873661911806548148698736619118065481486987366191180654814869873661911806548148698736619118065481486987366191180654814869873661911806548148698736619118065481486987366191180654814869873661911806548148698736619118065481486987366191180654814869873661911806548148698736619118065481486987366191180654814869873661911806548148698736619" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 56a62bd5-4bdd-424a-bab1-9b87c497c623, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7cedefba-7e70-4b39-965a-cf34fad51618, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7cedefba-7e70-4b39-965a-cf34fad51618, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9742589422313551359 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97425894223135513599742589422313551359974258942231355135997425894223135513599742589422313551359974258942231355135997425894223135513599742589422313551359974258942231355135997425894223135513599742589422313551359974258942231355135997425894223135513599742589422313551359974258942231355135997425894223135513599742589422313551359974258942231355135997425894223135513599742589422313551359" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7cedefba-7e70-4b39-965a-cf34fad51618, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2d2076a4-2dbb-491d-bc64-217d167260b6, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2d2076a4-2dbb-491d-bc64-217d167260b6, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18292349201585277387 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1829234920158527738718292349201585277387182923492015852773871829234920158527738718292349201585277387182923492015852773871829234920158527738718292349201585277387182923492015852773871829234920158527738718292349201585277387182923492015852773871829234920158527738718292349201585277387182923492015852773871829234920158527738718292349201585277387182923492015852773871829234920158527738718292349201585277387" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 52a3711a-4756-4000-8d23-e0929d1f7714, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ac2ac4c1-9012-49fb-bb59-68bd6cabdaa3, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ac2ac4c1-9012-49fb-bb59-68bd6cabdaa3, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7355340918039203991 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73553409180392039917355340918039203991735534091803920399173553409180392039917355340918039203991735534091803920399173553409180392039917355340918039203991735534091803920399173553409180392039917355340918039203991735534091803920399173553409180392039917355340918039203991735534091803920399173553409180392039917355340918039203991735534091803920399173553409180392039917355340918039203991" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2d2076a4-2dbb-491d-bc64-217d167260b6, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4871dcda-2fa5-402c-b1ac-a80c744e030b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4871dcda-2fa5-402c-b1ac-a80c744e030b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3040313227597623381 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30403132275976233813040313227597623381304031322759762338130403132275976233813040313227597623381304031322759762338130403132275976233813040313227597623381304031322759762338130403132275976233813040313227597623381304031322759762338130403132275976233813040313227597623381304031322759762338130403132275976233813040313227597623381304031322759762338130403132275976233813040313227597623381" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ac2ac4c1-9012-49fb-bb59-68bd6cabdaa3, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, da07b893-e2ca-4c03-8187-b7050a376041, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, da07b893-e2ca-4c03-8187-b7050a376041, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8620794075438540589 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86207940754385405898620794075438540589862079407543854058986207940754385405898620794075438540589862079407543854058986207940754385405898620794075438540589862079407543854058986207940754385405898620794075438540589862079407543854058986207940754385405898620794075438540589862079407543854058986207940754385405898620794075438540589862079407543854058986207940754385405898620794075438540589" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4871dcda-2fa5-402c-b1ac-a80c744e030b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 17035dd3-f6f4-4573-a3a1-8c17f33467da, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 17035dd3-f6f4-4573-a3a1-8c17f33467da, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6731808852615985736 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67318088526159857366731808852615985736673180885261598573667318088526159857366731808852615985736673180885261598573667318088526159857366731808852615985736673180885261598573667318088526159857366731808852615985736673180885261598573667318088526159857366731808852615985736673180885261598573667318088526159857366731808852615985736673180885261598573667318088526159857366731808852615985736" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, da07b893-e2ca-4c03-8187-b7050a376041, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 17035dd3-f6f4-4573-a3a1-8c17f33467da, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 61d9c864-3a15-4499-baf8-fcbe86b7e8b4, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 63b900d4-f1af-4faf-8cb9-59c894b7125a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 61d9c864-3a15-4499-baf8-fcbe86b7e8b4, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4564901084046849496 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45649010840468494964564901084046849496456490108404684949645649010840468494964564901084046849496456490108404684949645649010840468494964564901084046849496456490108404684949645649010840468494964564901084046849496456490108404684949645649010840468494964564901084046849496456490108404684949645649010840468494964564901084046849496456490108404684949645649010840468494964564901084046849496" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 63b900d4-f1af-4faf-8cb9-59c894b7125a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 708846589327202740 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "708846589327202740708846589327202740708846589327202740708846589327202740708846589327202740708846589327202740708846589327202740708846589327202740708846589327202740708846589327202740708846589327202740708846589327202740708846589327202740708846589327202740708846589327202740708846589327202740708846589327202740708846589327202740708846589327202740708846589327202740" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 61d9c864-3a15-4499-baf8-fcbe86b7e8b4, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 63b900d4-f1af-4faf-8cb9-59c894b7125a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8e839f5c-0d16-45ac-b6bd-7044654826fa, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8e839f5c-0d16-45ac-b6bd-7044654826fa, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6632635739346945105 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66326357393469451056632635739346945105663263573934694510566326357393469451056632635739346945105663263573934694510566326357393469451056632635739346945105663263573934694510566326357393469451056632635739346945105663263573934694510566326357393469451056632635739346945105663263573934694510566326357393469451056632635739346945105663263573934694510566326357393469451056632635739346945105" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4090db0c-56b4-4925-b9a6-526f6fe6b030, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4090db0c-56b4-4925-b9a6-526f6fe6b030, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12652395930108415733 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1265239593010841573312652395930108415733126523959301084157331265239593010841573312652395930108415733126523959301084157331265239593010841573312652395930108415733126523959301084157331265239593010841573312652395930108415733126523959301084157331265239593010841573312652395930108415733126523959301084157331265239593010841573312652395930108415733126523959301084157331265239593010841573312652395930108415733" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8e839f5c-0d16-45ac-b6bd-7044654826fa, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8a520bfe-0cc2-44a0-91ff-22e4109f600e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8a520bfe-0cc2-44a0-91ff-22e4109f600e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13274835505543093441 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1327483550554309344113274835505543093441132748355055430934411327483550554309344113274835505543093441132748355055430934411327483550554309344113274835505543093441132748355055430934411327483550554309344113274835505543093441132748355055430934411327483550554309344113274835505543093441132748355055430934411327483550554309344113274835505543093441132748355055430934411327483550554309344113274835505543093441" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4090db0c-56b4-4925-b9a6-526f6fe6b030, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 63672812-3c50-449b-a0c0-26095366cfd7, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 63672812-3c50-449b-a0c0-26095366cfd7, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18239447132652400728 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1823944713265240072818239447132652400728182394471326524007281823944713265240072818239447132652400728182394471326524007281823944713265240072818239447132652400728182394471326524007281823944713265240072818239447132652400728182394471326524007281823944713265240072818239447132652400728182394471326524007281823944713265240072818239447132652400728182394471326524007281823944713265240072818239447132652400728" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8a520bfe-0cc2-44a0-91ff-22e4109f600e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 428129de-b3d4-48fb-9377-b5eb7ee93cf7, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 428129de-b3d4-48fb-9377-b5eb7ee93cf7, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3382458494535173415 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33824584945351734153382458494535173415338245849453517341533824584945351734153382458494535173415338245849453517341533824584945351734153382458494535173415338245849453517341533824584945351734153382458494535173415338245849453517341533824584945351734153382458494535173415338245849453517341533824584945351734153382458494535173415338245849453517341533824584945351734153382458494535173415" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 63672812-3c50-449b-a0c0-26095366cfd7, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 37463dd3-adbc-4866-80fe-340388709ee6, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 37463dd3-adbc-4866-80fe-340388709ee6, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2399797600289707559 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23997976002897075592399797600289707559239979760028970755923997976002897075592399797600289707559239979760028970755923997976002897075592399797600289707559239979760028970755923997976002897075592399797600289707559239979760028970755923997976002897075592399797600289707559239979760028970755923997976002897075592399797600289707559239979760028970755923997976002897075592399797600289707559" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 428129de-b3d4-48fb-9377-b5eb7ee93cf7, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c5f39551-f00a-439c-ad62-445bf1be2bcc, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c5f39551-f00a-439c-ad62-445bf1be2bcc, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5601585373364311858 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56015853733643118585601585373364311858560158537336431185856015853733643118585601585373364311858560158537336431185856015853733643118585601585373364311858560158537336431185856015853733643118585601585373364311858560158537336431185856015853733643118585601585373364311858560158537336431185856015853733643118585601585373364311858560158537336431185856015853733643118585601585373364311858" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 37463dd3-adbc-4866-80fe-340388709ee6, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0cda4bf2-be35-4be7-93d7-40fa835302f8, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0cda4bf2-be35-4be7-93d7-40fa835302f8, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10455193926211335370 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1045519392621133537010455193926211335370104551939262113353701045519392621133537010455193926211335370104551939262113353701045519392621133537010455193926211335370104551939262113353701045519392621133537010455193926211335370104551939262113353701045519392621133537010455193926211335370104551939262113353701045519392621133537010455193926211335370104551939262113353701045519392621133537010455193926211335370" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c5f39551-f00a-439c-ad62-445bf1be2bcc, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 74e824c6-c27a-41f7-a504-5934ea38e98a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 74e824c6-c27a-41f7-a504-5934ea38e98a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2976020205948690617 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29760202059486906172976020205948690617297602020594869061729760202059486906172976020205948690617297602020594869061729760202059486906172976020205948690617297602020594869061729760202059486906172976020205948690617297602020594869061729760202059486906172976020205948690617297602020594869061729760202059486906172976020205948690617297602020594869061729760202059486906172976020205948690617" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0cda4bf2-be35-4be7-93d7-40fa835302f8, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fbe000e2-e8a6-4366-ad13-58a2c1766b3b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fbe000e2-e8a6-4366-ad13-58a2c1766b3b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6538972820649885169 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65389728206498851696538972820649885169653897282064988516965389728206498851696538972820649885169653897282064988516965389728206498851696538972820649885169653897282064988516965389728206498851696538972820649885169653897282064988516965389728206498851696538972820649885169653897282064988516965389728206498851696538972820649885169653897282064988516965389728206498851696538972820649885169" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 74e824c6-c27a-41f7-a504-5934ea38e98a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7caa62bf-c535-409f-80fe-035646f533e1, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7caa62bf-c535-409f-80fe-035646f533e1, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14634184252531973171 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1463418425253197317114634184252531973171146341842525319731711463418425253197317114634184252531973171146341842525319731711463418425253197317114634184252531973171146341842525319731711463418425253197317114634184252531973171146341842525319731711463418425253197317114634184252531973171146341842525319731711463418425253197317114634184252531973171146341842525319731711463418425253197317114634184252531973171" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fbe000e2-e8a6-4366-ad13-58a2c1766b3b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 87bc5ad2-66ed-4503-8d5a-11308dcc622d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 87bc5ad2-66ed-4503-8d5a-11308dcc622d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9796562612982301118 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97965626129823011189796562612982301118979656261298230111897965626129823011189796562612982301118979656261298230111897965626129823011189796562612982301118979656261298230111897965626129823011189796562612982301118979656261298230111897965626129823011189796562612982301118979656261298230111897965626129823011189796562612982301118979656261298230111897965626129823011189796562612982301118" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7caa62bf-c535-409f-80fe-035646f533e1, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e78664d9-90d4-412f-8616-4015c9abd3dd, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e78664d9-90d4-412f-8616-4015c9abd3dd, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7938149422240526988 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79381494222405269887938149422240526988793814942224052698879381494222405269887938149422240526988793814942224052698879381494222405269887938149422240526988793814942224052698879381494222405269887938149422240526988793814942224052698879381494222405269887938149422240526988793814942224052698879381494222405269887938149422240526988793814942224052698879381494222405269887938149422240526988" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 87bc5ad2-66ed-4503-8d5a-11308dcc622d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f89d25d8-b493-4626-b84e-fda5a1aa0f83, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f89d25d8-b493-4626-b84e-fda5a1aa0f83, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2848831628634162174 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28488316286341621742848831628634162174284883162863416217428488316286341621742848831628634162174284883162863416217428488316286341621742848831628634162174284883162863416217428488316286341621742848831628634162174284883162863416217428488316286341621742848831628634162174284883162863416217428488316286341621742848831628634162174284883162863416217428488316286341621742848831628634162174" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e78664d9-90d4-412f-8616-4015c9abd3dd, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 97cd5210-5cd2-431b-ad54-4e1e973ddf36, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 97cd5210-5cd2-431b-ad54-4e1e973ddf36, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7393661772179004369 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73936617721790043697393661772179004369739366177217900436973936617721790043697393661772179004369739366177217900436973936617721790043697393661772179004369739366177217900436973936617721790043697393661772179004369739366177217900436973936617721790043697393661772179004369739366177217900436973936617721790043697393661772179004369739366177217900436973936617721790043697393661772179004369" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f89d25d8-b493-4626-b84e-fda5a1aa0f83, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 97cd5210-5cd2-431b-ad54-4e1e973ddf36, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ca6254ca-8d3e-4df4-8d94-00bb17d5ec74, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ca6254ca-8d3e-4df4-8d94-00bb17d5ec74, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6427064164609484112 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64270641646094841126427064164609484112642706416460948411264270641646094841126427064164609484112642706416460948411264270641646094841126427064164609484112642706416460948411264270641646094841126427064164609484112642706416460948411264270641646094841126427064164609484112642706416460948411264270641646094841126427064164609484112642706416460948411264270641646094841126427064164609484112" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6903b8e9-77c9-4a2f-8fc1-033355b413ff, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6903b8e9-77c9-4a2f-8fc1-033355b413ff, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14086269532817428021 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1408626953281742802114086269532817428021140862695328174280211408626953281742802114086269532817428021140862695328174280211408626953281742802114086269532817428021140862695328174280211408626953281742802114086269532817428021140862695328174280211408626953281742802114086269532817428021140862695328174280211408626953281742802114086269532817428021140862695328174280211408626953281742802114086269532817428021" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ca6254ca-8d3e-4df4-8d94-00bb17d5ec74, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, df304d46-4f16-40f7-8cc5-393de221f129, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, df304d46-4f16-40f7-8cc5-393de221f129, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5726798485758825369 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57267984857588253695726798485758825369572679848575882536957267984857588253695726798485758825369572679848575882536957267984857588253695726798485758825369572679848575882536957267984857588253695726798485758825369572679848575882536957267984857588253695726798485758825369572679848575882536957267984857588253695726798485758825369572679848575882536957267984857588253695726798485758825369" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6903b8e9-77c9-4a2f-8fc1-033355b413ff, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 09a51b17-899d-4cbd-9166-22ad26bb3a16, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 09a51b17-899d-4cbd-9166-22ad26bb3a16, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5888335038805284811 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58883350388052848115888335038805284811588833503880528481158883350388052848115888335038805284811588833503880528481158883350388052848115888335038805284811588833503880528481158883350388052848115888335038805284811588833503880528481158883350388052848115888335038805284811588833503880528481158883350388052848115888335038805284811588833503880528481158883350388052848115888335038805284811" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, df304d46-4f16-40f7-8cc5-393de221f129, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 741da196-bd94-4fa4-8c43-1c356d3ab836, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 741da196-bd94-4fa4-8c43-1c356d3ab836, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5185254598668921357 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51852545986689213575185254598668921357518525459866892135751852545986689213575185254598668921357518525459866892135751852545986689213575185254598668921357518525459866892135751852545986689213575185254598668921357518525459866892135751852545986689213575185254598668921357518525459866892135751852545986689213575185254598668921357518525459866892135751852545986689213575185254598668921357" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 09a51b17-899d-4cbd-9166-22ad26bb3a16, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 217c0b9f-4a10-401c-a02f-023902e55f49, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 217c0b9f-4a10-401c-a02f-023902e55f49, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13167571187586633257 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1316757118758663325713167571187586633257131675711875866332571316757118758663325713167571187586633257131675711875866332571316757118758663325713167571187586633257131675711875866332571316757118758663325713167571187586633257131675711875866332571316757118758663325713167571187586633257131675711875866332571316757118758663325713167571187586633257131675711875866332571316757118758663325713167571187586633257" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 741da196-bd94-4fa4-8c43-1c356d3ab836, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 217c0b9f-4a10-401c-a02f-023902e55f49, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9792e0bc-6890-4fcb-9202-72b4220df83d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, be3e2383-ca4f-438c-895d-ac782e23d80e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, be3e2383-ca4f-438c-895d-ac782e23d80e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6921270708950389108 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69212707089503891086921270708950389108692127070895038910869212707089503891086921270708950389108692127070895038910869212707089503891086921270708950389108692127070895038910869212707089503891086921270708950389108692127070895038910869212707089503891086921270708950389108692127070895038910869212707089503891086921270708950389108692127070895038910869212707089503891086921270708950389108" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9792e0bc-6890-4fcb-9202-72b4220df83d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9571891698989050112 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95718916989890501129571891698989050112957189169898905011295718916989890501129571891698989050112957189169898905011295718916989890501129571891698989050112957189169898905011295718916989890501129571891698989050112957189169898905011295718916989890501129571891698989050112957189169898905011295718916989890501129571891698989050112957189169898905011295718916989890501129571891698989050112" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9792e0bc-6890-4fcb-9202-72b4220df83d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ed08dae4-892c-462e-b625-57de00330d7b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ed08dae4-892c-462e-b625-57de00330d7b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1365034923571812876 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13650349235718128761365034923571812876136503492357181287613650349235718128761365034923571812876136503492357181287613650349235718128761365034923571812876136503492357181287613650349235718128761365034923571812876136503492357181287613650349235718128761365034923571812876136503492357181287613650349235718128761365034923571812876136503492357181287613650349235718128761365034923571812876" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, be3e2383-ca4f-438c-895d-ac782e23d80e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a99c9131-c021-46f6-9e72-11e479d24fa0, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a99c9131-c021-46f6-9e72-11e479d24fa0, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16405287186034809543 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1640528718603480954316405287186034809543164052871860348095431640528718603480954316405287186034809543164052871860348095431640528718603480954316405287186034809543164052871860348095431640528718603480954316405287186034809543164052871860348095431640528718603480954316405287186034809543164052871860348095431640528718603480954316405287186034809543164052871860348095431640528718603480954316405287186034809543" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ed08dae4-892c-462e-b625-57de00330d7b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5d2f48f8-436f-4d96-92d0-07264ce9fa61, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a99c9131-c021-46f6-9e72-11e479d24fa0, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5d2f48f8-436f-4d96-92d0-07264ce9fa61, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15424450274314109977 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1542445027431410997715424450274314109977154244502743141099771542445027431410997715424450274314109977154244502743141099771542445027431410997715424450274314109977154244502743141099771542445027431410997715424450274314109977154244502743141099771542445027431410997715424450274314109977154244502743141099771542445027431410997715424450274314109977154244502743141099771542445027431410997715424450274314109977" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a7484db9-519f-4c62-a17d-8b15fed3986e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a7484db9-519f-4c62-a17d-8b15fed3986e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2274297608948891064 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22742976089488910642274297608948891064227429760894889106422742976089488910642274297608948891064227429760894889106422742976089488910642274297608948891064227429760894889106422742976089488910642274297608948891064227429760894889106422742976089488910642274297608948891064227429760894889106422742976089488910642274297608948891064227429760894889106422742976089488910642274297608948891064" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5d2f48f8-436f-4d96-92d0-07264ce9fa61, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 74190f23-2ded-4f4f-b3a6-07f75957b8f8, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 74190f23-2ded-4f4f-b3a6-07f75957b8f8, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12643292174282278105 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1264329217428227810512643292174282278105126432921742822781051264329217428227810512643292174282278105126432921742822781051264329217428227810512643292174282278105126432921742822781051264329217428227810512643292174282278105126432921742822781051264329217428227810512643292174282278105126432921742822781051264329217428227810512643292174282278105126432921742822781051264329217428227810512643292174282278105" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a7484db9-519f-4c62-a17d-8b15fed3986e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 099b5a5d-cf2c-4f95-b20d-49f5f8062293, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 099b5a5d-cf2c-4f95-b20d-49f5f8062293, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9346613947006461006 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93466139470064610069346613947006461006934661394700646100693466139470064610069346613947006461006934661394700646100693466139470064610069346613947006461006934661394700646100693466139470064610069346613947006461006934661394700646100693466139470064610069346613947006461006934661394700646100693466139470064610069346613947006461006934661394700646100693466139470064610069346613947006461006" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 74190f23-2ded-4f4f-b3a6-07f75957b8f8, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 10a6b9ec-4c66-44dd-96d5-d16aa7ab1b9d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 10a6b9ec-4c66-44dd-96d5-d16aa7ab1b9d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14888532602720576025 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1488853260272057602514888532602720576025148885326027205760251488853260272057602514888532602720576025148885326027205760251488853260272057602514888532602720576025148885326027205760251488853260272057602514888532602720576025148885326027205760251488853260272057602514888532602720576025148885326027205760251488853260272057602514888532602720576025148885326027205760251488853260272057602514888532602720576025" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 099b5a5d-cf2c-4f95-b20d-49f5f8062293, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 50a8526f-b9e3-4e2d-88c3-02f9d149d70b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 50a8526f-b9e3-4e2d-88c3-02f9d149d70b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8680843944637795764 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86808439446377957648680843944637795764868084394463779576486808439446377957648680843944637795764868084394463779576486808439446377957648680843944637795764868084394463779576486808439446377957648680843944637795764868084394463779576486808439446377957648680843944637795764868084394463779576486808439446377957648680843944637795764868084394463779576486808439446377957648680843944637795764" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 10a6b9ec-4c66-44dd-96d5-d16aa7ab1b9d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d947cbaf-cf89-49ca-98da-fabfc08699a2, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d947cbaf-cf89-49ca-98da-fabfc08699a2, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12068588784511440364 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1206858878451144036412068588784511440364120685887845114403641206858878451144036412068588784511440364120685887845114403641206858878451144036412068588784511440364120685887845114403641206858878451144036412068588784511440364120685887845114403641206858878451144036412068588784511440364120685887845114403641206858878451144036412068588784511440364120685887845114403641206858878451144036412068588784511440364" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 50a8526f-b9e3-4e2d-88c3-02f9d149d70b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bfaae950-e2fd-44ee-af63-2eda65143ff0, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bfaae950-e2fd-44ee-af63-2eda65143ff0, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3357737164780051498 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33577371647800514983357737164780051498335773716478005149833577371647800514983357737164780051498335773716478005149833577371647800514983357737164780051498335773716478005149833577371647800514983357737164780051498335773716478005149833577371647800514983357737164780051498335773716478005149833577371647800514983357737164780051498335773716478005149833577371647800514983357737164780051498" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d947cbaf-cf89-49ca-98da-fabfc08699a2, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2a1ef765-7dfe-499f-8a1b-0f7d7011f7a1, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2a1ef765-7dfe-499f-8a1b-0f7d7011f7a1, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14759960135685175188 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1475996013568517518814759960135685175188147599601356851751881475996013568517518814759960135685175188147599601356851751881475996013568517518814759960135685175188147599601356851751881475996013568517518814759960135685175188147599601356851751881475996013568517518814759960135685175188147599601356851751881475996013568517518814759960135685175188147599601356851751881475996013568517518814759960135685175188" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bfaae950-e2fd-44ee-af63-2eda65143ff0, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 50359aed-7c0e-4738-b872-87924b62f32f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2a1ef765-7dfe-499f-8a1b-0f7d7011f7a1, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 569adc1d-9320-4f14-adb3-8990f20b2bf5, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 569adc1d-9320-4f14-adb3-8990f20b2bf5, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7553121854909063928 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75531218549090639287553121854909063928755312185490906392875531218549090639287553121854909063928755312185490906392875531218549090639287553121854909063928755312185490906392875531218549090639287553121854909063928755312185490906392875531218549090639287553121854909063928755312185490906392875531218549090639287553121854909063928755312185490906392875531218549090639287553121854909063928" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 50359aed-7c0e-4738-b872-87924b62f32f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10395972098110843944 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1039597209811084394410395972098110843944103959720981108439441039597209811084394410395972098110843944103959720981108439441039597209811084394410395972098110843944103959720981108439441039597209811084394410395972098110843944103959720981108439441039597209811084394410395972098110843944103959720981108439441039597209811084394410395972098110843944103959720981108439441039597209811084394410395972098110843944" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 569adc1d-9320-4f14-adb3-8990f20b2bf5, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f1325c5d-1f6b-4abf-a820-de040b6f8f2e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f1325c5d-1f6b-4abf-a820-de040b6f8f2e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10978670285198804531 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1097867028519880453110978670285198804531109786702851988045311097867028519880453110978670285198804531109786702851988045311097867028519880453110978670285198804531109786702851988045311097867028519880453110978670285198804531109786702851988045311097867028519880453110978670285198804531109786702851988045311097867028519880453110978670285198804531109786702851988045311097867028519880453110978670285198804531" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 50359aed-7c0e-4738-b872-87924b62f32f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, afe09ba9-7e64-41fb-8c8e-e691235d18df, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, afe09ba9-7e64-41fb-8c8e-e691235d18df, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12993542809626763844 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1299354280962676384412993542809626763844129935428096267638441299354280962676384412993542809626763844129935428096267638441299354280962676384412993542809626763844129935428096267638441299354280962676384412993542809626763844129935428096267638441299354280962676384412993542809626763844129935428096267638441299354280962676384412993542809626763844129935428096267638441299354280962676384412993542809626763844" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f1325c5d-1f6b-4abf-a820-de040b6f8f2e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b845c13b-def1-485b-a8da-9e51c12c4c67, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b845c13b-def1-485b-a8da-9e51c12c4c67, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10238616710286828052 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1023861671028682805210238616710286828052102386167102868280521023861671028682805210238616710286828052102386167102868280521023861671028682805210238616710286828052102386167102868280521023861671028682805210238616710286828052102386167102868280521023861671028682805210238616710286828052102386167102868280521023861671028682805210238616710286828052102386167102868280521023861671028682805210238616710286828052" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, afe09ba9-7e64-41fb-8c8e-e691235d18df, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7e5c100b-d64c-463f-9a36-406d791138fa, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7e5c100b-d64c-463f-9a36-406d791138fa, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15124868964431251617 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1512486896443125161715124868964431251617151248689644312516171512486896443125161715124868964431251617151248689644312516171512486896443125161715124868964431251617151248689644312516171512486896443125161715124868964431251617151248689644312516171512486896443125161715124868964431251617151248689644312516171512486896443125161715124868964431251617151248689644312516171512486896443125161715124868964431251617" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b845c13b-def1-485b-a8da-9e51c12c4c67, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7e5c100b-d64c-463f-9a36-406d791138fa, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dbc962e7-7972-4923-8434-a6386ea32309, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dbc962e7-7972-4923-8434-a6386ea32309, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10663003304592574629 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1066300330459257462910663003304592574629106630033045925746291066300330459257462910663003304592574629106630033045925746291066300330459257462910663003304592574629106630033045925746291066300330459257462910663003304592574629106630033045925746291066300330459257462910663003304592574629106630033045925746291066300330459257462910663003304592574629106630033045925746291066300330459257462910663003304592574629" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9692f6e9-db39-4593-91e2-a9ad96354603, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9692f6e9-db39-4593-91e2-a9ad96354603, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12293396119726803073 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1229339611972680307312293396119726803073122933961197268030731229339611972680307312293396119726803073122933961197268030731229339611972680307312293396119726803073122933961197268030731229339611972680307312293396119726803073122933961197268030731229339611972680307312293396119726803073122933961197268030731229339611972680307312293396119726803073122933961197268030731229339611972680307312293396119726803073" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dbc962e7-7972-4923-8434-a6386ea32309, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9e0751f6-c69a-40c5-8f62-f26f7befc607, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9e0751f6-c69a-40c5-8f62-f26f7befc607, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1093235149062273952 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10932351490622739521093235149062273952109323514906227395210932351490622739521093235149062273952109323514906227395210932351490622739521093235149062273952109323514906227395210932351490622739521093235149062273952109323514906227395210932351490622739521093235149062273952109323514906227395210932351490622739521093235149062273952109323514906227395210932351490622739521093235149062273952" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9692f6e9-db39-4593-91e2-a9ad96354603, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5c7f1b0b-813e-4415-a670-5bf4ef98cfc4, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5c7f1b0b-813e-4415-a670-5bf4ef98cfc4, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9958165179334313280 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99581651793343132809958165179334313280995816517933431328099581651793343132809958165179334313280995816517933431328099581651793343132809958165179334313280995816517933431328099581651793343132809958165179334313280995816517933431328099581651793343132809958165179334313280995816517933431328099581651793343132809958165179334313280995816517933431328099581651793343132809958165179334313280" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9e0751f6-c69a-40c5-8f62-f26f7befc607, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2aae03aa-50d0-4cd6-9975-3bd40a457b8a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2aae03aa-50d0-4cd6-9975-3bd40a457b8a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4329745566123514168 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43297455661235141684329745566123514168432974556612351416843297455661235141684329745566123514168432974556612351416843297455661235141684329745566123514168432974556612351416843297455661235141684329745566123514168432974556612351416843297455661235141684329745566123514168432974556612351416843297455661235141684329745566123514168432974556612351416843297455661235141684329745566123514168" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2aae03aa-50d0-4cd6-9975-3bd40a457b8a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5c7f1b0b-813e-4415-a670-5bf4ef98cfc4, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a62e62ef-1554-4260-89fe-62fb179de616, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a62e62ef-1554-4260-89fe-62fb179de616, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14048008504112069304 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1404800850411206930414048008504112069304140480085041120693041404800850411206930414048008504112069304140480085041120693041404800850411206930414048008504112069304140480085041120693041404800850411206930414048008504112069304140480085041120693041404800850411206930414048008504112069304140480085041120693041404800850411206930414048008504112069304140480085041120693041404800850411206930414048008504112069304" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bbc07175-734b-410b-a058-6d0ed7cdf5ae, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bbc07175-734b-410b-a058-6d0ed7cdf5ae, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3980886785415692937 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39808867854156929373980886785415692937398088678541569293739808867854156929373980886785415692937398088678541569293739808867854156929373980886785415692937398088678541569293739808867854156929373980886785415692937398088678541569293739808867854156929373980886785415692937398088678541569293739808867854156929373980886785415692937398088678541569293739808867854156929373980886785415692937" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a62e62ef-1554-4260-89fe-62fb179de616, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1b167399-ff9a-4bc6-9989-69c11d0459e3, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bbc07175-734b-410b-a058-6d0ed7cdf5ae, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1b167399-ff9a-4bc6-9989-69c11d0459e3, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2391382517775896141 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23913825177758961412391382517775896141239138251777589614123913825177758961412391382517775896141239138251777589614123913825177758961412391382517775896141239138251777589614123913825177758961412391382517775896141239138251777589614123913825177758961412391382517775896141239138251777589614123913825177758961412391382517775896141239138251777589614123913825177758961412391382517775896141" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6a688221-8c4d-4a4b-9a6f-212d6ac60d10, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6a688221-8c4d-4a4b-9a6f-212d6ac60d10, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15547051878797854688 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1554705187879785468815547051878797854688155470518787978546881554705187879785468815547051878797854688155470518787978546881554705187879785468815547051878797854688155470518787978546881554705187879785468815547051878797854688155470518787978546881554705187879785468815547051878797854688155470518787978546881554705187879785468815547051878797854688155470518787978546881554705187879785468815547051878797854688" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1b167399-ff9a-4bc6-9989-69c11d0459e3, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, da4ab8a6-f137-4a8f-b2e6-db638abf4e4e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, da4ab8a6-f137-4a8f-b2e6-db638abf4e4e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3131443125658438473 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31314431256584384733131443125658438473313144312565843847331314431256584384733131443125658438473313144312565843847331314431256584384733131443125658438473313144312565843847331314431256584384733131443125658438473313144312565843847331314431256584384733131443125658438473313144312565843847331314431256584384733131443125658438473313144312565843847331314431256584384733131443125658438473" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6a688221-8c4d-4a4b-9a6f-212d6ac60d10, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 47088d70-8025-436c-aa1a-356c24aa2b48, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 47088d70-8025-436c-aa1a-356c24aa2b48, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13638704970885177855 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1363870497088517785513638704970885177855136387049708851778551363870497088517785513638704970885177855136387049708851778551363870497088517785513638704970885177855136387049708851778551363870497088517785513638704970885177855136387049708851778551363870497088517785513638704970885177855136387049708851778551363870497088517785513638704970885177855136387049708851778551363870497088517785513638704970885177855" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, da4ab8a6-f137-4a8f-b2e6-db638abf4e4e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5ee28e23-e66f-450c-8314-98b41d5544cc, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5ee28e23-e66f-450c-8314-98b41d5544cc, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16306729986119624495 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1630672998611962449516306729986119624495163067299861196244951630672998611962449516306729986119624495163067299861196244951630672998611962449516306729986119624495163067299861196244951630672998611962449516306729986119624495163067299861196244951630672998611962449516306729986119624495163067299861196244951630672998611962449516306729986119624495163067299861196244951630672998611962449516306729986119624495" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 47088d70-8025-436c-aa1a-356c24aa2b48, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, eaf08c74-66ed-42f1-8d7a-78bfee2cbb5c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eaf08c74-66ed-42f1-8d7a-78bfee2cbb5c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 212775208766077483 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "212775208766077483212775208766077483212775208766077483212775208766077483212775208766077483212775208766077483212775208766077483212775208766077483212775208766077483212775208766077483212775208766077483212775208766077483212775208766077483212775208766077483212775208766077483212775208766077483212775208766077483212775208766077483212775208766077483212775208766077483" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5ee28e23-e66f-450c-8314-98b41d5544cc, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 125781c7-7df2-49bb-8b1a-b8bbbf901c7e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 125781c7-7df2-49bb-8b1a-b8bbbf901c7e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8655933501979084430 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86559335019790844308655933501979084430865593350197908443086559335019790844308655933501979084430865593350197908443086559335019790844308655933501979084430865593350197908443086559335019790844308655933501979084430865593350197908443086559335019790844308655933501979084430865593350197908443086559335019790844308655933501979084430865593350197908443086559335019790844308655933501979084430" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eaf08c74-66ed-42f1-8d7a-78bfee2cbb5c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4cd16567-d135-4892-8421-0dc134855f31, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4cd16567-d135-4892-8421-0dc134855f31, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17765633933705027983 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1776563393370502798317765633933705027983177656339337050279831776563393370502798317765633933705027983177656339337050279831776563393370502798317765633933705027983177656339337050279831776563393370502798317765633933705027983177656339337050279831776563393370502798317765633933705027983177656339337050279831776563393370502798317765633933705027983177656339337050279831776563393370502798317765633933705027983" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 125781c7-7df2-49bb-8b1a-b8bbbf901c7e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, da88f2b9-90c3-4f50-aaeb-a7277191690f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, da88f2b9-90c3-4f50-aaeb-a7277191690f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7422966644505973285 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74229666445059732857422966644505973285742296664450597328574229666445059732857422966644505973285742296664450597328574229666445059732857422966644505973285742296664450597328574229666445059732857422966644505973285742296664450597328574229666445059732857422966644505973285742296664450597328574229666445059732857422966644505973285742296664450597328574229666445059732857422966644505973285" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4cd16567-d135-4892-8421-0dc134855f31, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 77708de0-b719-40d3-8936-f2c9126021cf, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 77708de0-b719-40d3-8936-f2c9126021cf, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 542074091751947046 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "542074091751947046542074091751947046542074091751947046542074091751947046542074091751947046542074091751947046542074091751947046542074091751947046542074091751947046542074091751947046542074091751947046542074091751947046542074091751947046542074091751947046542074091751947046542074091751947046542074091751947046542074091751947046542074091751947046542074091751947046" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, da88f2b9-90c3-4f50-aaeb-a7277191690f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ae0b304f-352b-4a8d-8aa4-dca1da5cad16, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ae0b304f-352b-4a8d-8aa4-dca1da5cad16, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6679783819594995708 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66797838195949957086679783819594995708667978381959499570866797838195949957086679783819594995708667978381959499570866797838195949957086679783819594995708667978381959499570866797838195949957086679783819594995708667978381959499570866797838195949957086679783819594995708667978381959499570866797838195949957086679783819594995708667978381959499570866797838195949957086679783819594995708" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 77708de0-b719-40d3-8936-f2c9126021cf, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7663b508-adb8-4e06-8cd9-a6ebaeb52ca1, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ae0b304f-352b-4a8d-8aa4-dca1da5cad16, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7663b508-adb8-4e06-8cd9-a6ebaeb52ca1, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14172971909726769093 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1417297190972676909314172971909726769093141729719097267690931417297190972676909314172971909726769093141729719097267690931417297190972676909314172971909726769093141729719097267690931417297190972676909314172971909726769093141729719097267690931417297190972676909314172971909726769093141729719097267690931417297190972676909314172971909726769093141729719097267690931417297190972676909314172971909726769093" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b02e3751-e93d-45e4-84b3-495999decf83, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b02e3751-e93d-45e4-84b3-495999decf83, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 713156415160004550 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "713156415160004550713156415160004550713156415160004550713156415160004550713156415160004550713156415160004550713156415160004550713156415160004550713156415160004550713156415160004550713156415160004550713156415160004550713156415160004550713156415160004550713156415160004550713156415160004550713156415160004550713156415160004550713156415160004550713156415160004550" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7663b508-adb8-4e06-8cd9-a6ebaeb52ca1, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 128746bc-1c5c-40ee-ae4a-02d14b928d04, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 128746bc-1c5c-40ee-ae4a-02d14b928d04, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7424928146707767392 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74249281467077673927424928146707767392742492814670776739274249281467077673927424928146707767392742492814670776739274249281467077673927424928146707767392742492814670776739274249281467077673927424928146707767392742492814670776739274249281467077673927424928146707767392742492814670776739274249281467077673927424928146707767392742492814670776739274249281467077673927424928146707767392" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b02e3751-e93d-45e4-84b3-495999decf83, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ffec9325-3281-4adc-b1ce-9ced40af162d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ffec9325-3281-4adc-b1ce-9ced40af162d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6301107120687762591 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63011071206877625916301107120687762591630110712068776259163011071206877625916301107120687762591630110712068776259163011071206877625916301107120687762591630110712068776259163011071206877625916301107120687762591630110712068776259163011071206877625916301107120687762591630110712068776259163011071206877625916301107120687762591630110712068776259163011071206877625916301107120687762591" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 128746bc-1c5c-40ee-ae4a-02d14b928d04, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e357d874-a071-4b03-967f-4a7e105ad6f3, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e357d874-a071-4b03-967f-4a7e105ad6f3, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17543752571748261686 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1754375257174826168617543752571748261686175437525717482616861754375257174826168617543752571748261686175437525717482616861754375257174826168617543752571748261686175437525717482616861754375257174826168617543752571748261686175437525717482616861754375257174826168617543752571748261686175437525717482616861754375257174826168617543752571748261686175437525717482616861754375257174826168617543752571748261686" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ffec9325-3281-4adc-b1ce-9ced40af162d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0af5cc90-3dc9-4da7-8196-041139aa711c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0af5cc90-3dc9-4da7-8196-041139aa711c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1849450875656484666 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18494508756564846661849450875656484666184945087565648466618494508756564846661849450875656484666184945087565648466618494508756564846661849450875656484666184945087565648466618494508756564846661849450875656484666184945087565648466618494508756564846661849450875656484666184945087565648466618494508756564846661849450875656484666184945087565648466618494508756564846661849450875656484666" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e357d874-a071-4b03-967f-4a7e105ad6f3, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cfee393d-6744-4728-9d6b-2e17a16d2090, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cfee393d-6744-4728-9d6b-2e17a16d2090, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14124590659041280119 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1412459065904128011914124590659041280119141245906590412801191412459065904128011914124590659041280119141245906590412801191412459065904128011914124590659041280119141245906590412801191412459065904128011914124590659041280119141245906590412801191412459065904128011914124590659041280119141245906590412801191412459065904128011914124590659041280119141245906590412801191412459065904128011914124590659041280119" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0af5cc90-3dc9-4da7-8196-041139aa711c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 60f8f610-c3c6-4750-bcc1-542536e6e546, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 60f8f610-c3c6-4750-bcc1-542536e6e546, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13986464078567490442 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1398646407856749044213986464078567490442139864640785674904421398646407856749044213986464078567490442139864640785674904421398646407856749044213986464078567490442139864640785674904421398646407856749044213986464078567490442139864640785674904421398646407856749044213986464078567490442139864640785674904421398646407856749044213986464078567490442139864640785674904421398646407856749044213986464078567490442" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cfee393d-6744-4728-9d6b-2e17a16d2090, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 60f8f610-c3c6-4750-bcc1-542536e6e546, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 32f20ebb-a7b9-42dc-ab0e-b970ce835b5a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 32f20ebb-a7b9-42dc-ab0e-b970ce835b5a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11242277180566111327 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1124227718056611132711242277180566111327112422771805661113271124227718056611132711242277180566111327112422771805661113271124227718056611132711242277180566111327112422771805661113271124227718056611132711242277180566111327112422771805661113271124227718056611132711242277180566111327112422771805661113271124227718056611132711242277180566111327112422771805661113271124227718056611132711242277180566111327" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6d07d75c-81df-40d5-91dc-426035f7a454, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6d07d75c-81df-40d5-91dc-426035f7a454, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17564889092688077468 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1756488909268807746817564889092688077468175648890926880774681756488909268807746817564889092688077468175648890926880774681756488909268807746817564889092688077468175648890926880774681756488909268807746817564889092688077468175648890926880774681756488909268807746817564889092688077468175648890926880774681756488909268807746817564889092688077468175648890926880774681756488909268807746817564889092688077468" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 32f20ebb-a7b9-42dc-ab0e-b970ce835b5a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 97f748a7-bae4-4abd-bf57-8f71ee871fd2, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 97f748a7-bae4-4abd-bf57-8f71ee871fd2, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11132718945632032597 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1113271894563203259711132718945632032597111327189456320325971113271894563203259711132718945632032597111327189456320325971113271894563203259711132718945632032597111327189456320325971113271894563203259711132718945632032597111327189456320325971113271894563203259711132718945632032597111327189456320325971113271894563203259711132718945632032597111327189456320325971113271894563203259711132718945632032597" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6d07d75c-81df-40d5-91dc-426035f7a454, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b779d1c6-8037-4ec6-a2aa-57fabbe4245d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b779d1c6-8037-4ec6-a2aa-57fabbe4245d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12966631784872446068 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1296663178487244606812966631784872446068129666317848724460681296663178487244606812966631784872446068129666317848724460681296663178487244606812966631784872446068129666317848724460681296663178487244606812966631784872446068129666317848724460681296663178487244606812966631784872446068129666317848724460681296663178487244606812966631784872446068129666317848724460681296663178487244606812966631784872446068" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 97f748a7-bae4-4abd-bf57-8f71ee871fd2, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5d400deb-41b4-41e1-b4f0-2bed35e8cf84, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5d400deb-41b4-41e1-b4f0-2bed35e8cf84, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6109881325967050399 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61098813259670503996109881325967050399610988132596705039961098813259670503996109881325967050399610988132596705039961098813259670503996109881325967050399610988132596705039961098813259670503996109881325967050399610988132596705039961098813259670503996109881325967050399610988132596705039961098813259670503996109881325967050399610988132596705039961098813259670503996109881325967050399" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b779d1c6-8037-4ec6-a2aa-57fabbe4245d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e1f4b4f6-f0d6-4f0e-99bc-6f16c0467d9f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e1f4b4f6-f0d6-4f0e-99bc-6f16c0467d9f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3298801584922353874 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32988015849223538743298801584922353874329880158492235387432988015849223538743298801584922353874329880158492235387432988015849223538743298801584922353874329880158492235387432988015849223538743298801584922353874329880158492235387432988015849223538743298801584922353874329880158492235387432988015849223538743298801584922353874329880158492235387432988015849223538743298801584922353874" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5d400deb-41b4-41e1-b4f0-2bed35e8cf84, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4eabba74-5d0d-4810-9c6c-cd474b8992f5, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4eabba74-5d0d-4810-9c6c-cd474b8992f5, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 678657231171081831 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "678657231171081831678657231171081831678657231171081831678657231171081831678657231171081831678657231171081831678657231171081831678657231171081831678657231171081831678657231171081831678657231171081831678657231171081831678657231171081831678657231171081831678657231171081831678657231171081831678657231171081831678657231171081831678657231171081831678657231171081831" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e1f4b4f6-f0d6-4f0e-99bc-6f16c0467d9f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 652e20b6-b2ac-45fe-8869-3f47fcf8521a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 652e20b6-b2ac-45fe-8869-3f47fcf8521a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1318668597817943863 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13186685978179438631318668597817943863131866859781794386313186685978179438631318668597817943863131866859781794386313186685978179438631318668597817943863131866859781794386313186685978179438631318668597817943863131866859781794386313186685978179438631318668597817943863131866859781794386313186685978179438631318668597817943863131866859781794386313186685978179438631318668597817943863" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4eabba74-5d0d-4810-9c6c-cd474b8992f5, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 73444095-247b-4f55-8ca0-1760fa6547e4, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 652e20b6-b2ac-45fe-8869-3f47fcf8521a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 73444095-247b-4f55-8ca0-1760fa6547e4, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12668287425393848238 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1266828742539384823812668287425393848238126682874253938482381266828742539384823812668287425393848238126682874253938482381266828742539384823812668287425393848238126682874253938482381266828742539384823812668287425393848238126682874253938482381266828742539384823812668287425393848238126682874253938482381266828742539384823812668287425393848238126682874253938482381266828742539384823812668287425393848238" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 72bf6ba7-a9fc-4c7a-81ef-b9604ddd5f47, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 72bf6ba7-a9fc-4c7a-81ef-b9604ddd5f47, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8613450453394588351 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86134504533945883518613450453394588351861345045339458835186134504533945883518613450453394588351861345045339458835186134504533945883518613450453394588351861345045339458835186134504533945883518613450453394588351861345045339458835186134504533945883518613450453394588351861345045339458835186134504533945883518613450453394588351861345045339458835186134504533945883518613450453394588351" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 72bf6ba7-a9fc-4c7a-81ef-b9604ddd5f47, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 208ad291-707b-4c3c-bc2a-5925cb745ea8, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 208ad291-707b-4c3c-bc2a-5925cb745ea8, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9315904859731314073 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93159048597313140739315904859731314073931590485973131407393159048597313140739315904859731314073931590485973131407393159048597313140739315904859731314073931590485973131407393159048597313140739315904859731314073931590485973131407393159048597313140739315904859731314073931590485973131407393159048597313140739315904859731314073931590485973131407393159048597313140739315904859731314073" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 208ad291-707b-4c3c-bc2a-5925cb745ea8, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 81bae281-ad22-4293-916c-a35861a21a75, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 81bae281-ad22-4293-916c-a35861a21a75, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9140310790731350212 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91403107907313502129140310790731350212914031079073135021291403107907313502129140310790731350212914031079073135021291403107907313502129140310790731350212914031079073135021291403107907313502129140310790731350212914031079073135021291403107907313502129140310790731350212914031079073135021291403107907313502129140310790731350212914031079073135021291403107907313502129140310790731350212" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 81bae281-ad22-4293-916c-a35861a21a75, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 46f81d84-a263-45da-926b-2523078c10b2, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 46f81d84-a263-45da-926b-2523078c10b2, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10896164179647363847 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1089616417964736384710896164179647363847108961641796473638471089616417964736384710896164179647363847108961641796473638471089616417964736384710896164179647363847108961641796473638471089616417964736384710896164179647363847108961641796473638471089616417964736384710896164179647363847108961641796473638471089616417964736384710896164179647363847108961641796473638471089616417964736384710896164179647363847" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 73444095-247b-4f55-8ca0-1760fa6547e4, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 69296d01-f7a4-4bc9-9f39-946126892664, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 69296d01-f7a4-4bc9-9f39-946126892664, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15204884815459941307 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1520488481545994130715204884815459941307152048848154599413071520488481545994130715204884815459941307152048848154599413071520488481545994130715204884815459941307152048848154599413071520488481545994130715204884815459941307152048848154599413071520488481545994130715204884815459941307152048848154599413071520488481545994130715204884815459941307152048848154599413071520488481545994130715204884815459941307" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 46f81d84-a263-45da-926b-2523078c10b2, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c8e37cf8-3415-46ea-94ed-83b83c2b3a20, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c8e37cf8-3415-46ea-94ed-83b83c2b3a20, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3408559445295160119 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34085594452951601193408559445295160119340855944529516011934085594452951601193408559445295160119340855944529516011934085594452951601193408559445295160119340855944529516011934085594452951601193408559445295160119340855944529516011934085594452951601193408559445295160119340855944529516011934085594452951601193408559445295160119340855944529516011934085594452951601193408559445295160119" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 69296d01-f7a4-4bc9-9f39-946126892664, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d00791b0-52d6-4102-9f84-2fa0c3d44d31, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c8e37cf8-3415-46ea-94ed-83b83c2b3a20, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f57f9562-25ac-407a-9b69-e6463e453db5, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f57f9562-25ac-407a-9b69-e6463e453db5, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7933584786906256296 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79335847869062562967933584786906256296793358478690625629679335847869062562967933584786906256296793358478690625629679335847869062562967933584786906256296793358478690625629679335847869062562967933584786906256296793358478690625629679335847869062562967933584786906256296793358478690625629679335847869062562967933584786906256296793358478690625629679335847869062562967933584786906256296" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d00791b0-52d6-4102-9f84-2fa0c3d44d31, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14935106795001982485 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1493510679500198248514935106795001982485149351067950019824851493510679500198248514935106795001982485149351067950019824851493510679500198248514935106795001982485149351067950019824851493510679500198248514935106795001982485149351067950019824851493510679500198248514935106795001982485149351067950019824851493510679500198248514935106795001982485149351067950019824851493510679500198248514935106795001982485" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f57f9562-25ac-407a-9b69-e6463e453db5, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 01433b53-a54d-43b9-8d88-7c961379fc4e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 01433b53-a54d-43b9-8d88-7c961379fc4e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3138303061175668984 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31383030611756689843138303061175668984313830306117566898431383030611756689843138303061175668984313830306117566898431383030611756689843138303061175668984313830306117566898431383030611756689843138303061175668984313830306117566898431383030611756689843138303061175668984313830306117566898431383030611756689843138303061175668984313830306117566898431383030611756689843138303061175668984" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d00791b0-52d6-4102-9f84-2fa0c3d44d31, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a405c4c7-d610-48c3-9f92-76a90e6298b2, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a405c4c7-d610-48c3-9f92-76a90e6298b2, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5367200077901636343 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53672000779016363435367200077901636343536720007790163634353672000779016363435367200077901636343536720007790163634353672000779016363435367200077901636343536720007790163634353672000779016363435367200077901636343536720007790163634353672000779016363435367200077901636343536720007790163634353672000779016363435367200077901636343536720007790163634353672000779016363435367200077901636343" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 01433b53-a54d-43b9-8d88-7c961379fc4e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b11d32f3-6e24-4748-895e-d2feb7134ef2, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b11d32f3-6e24-4748-895e-d2feb7134ef2, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18116176900046067603 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1811617690004606760318116176900046067603181161769000460676031811617690004606760318116176900046067603181161769000460676031811617690004606760318116176900046067603181161769000460676031811617690004606760318116176900046067603181161769000460676031811617690004606760318116176900046067603181161769000460676031811617690004606760318116176900046067603181161769000460676031811617690004606760318116176900046067603" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a405c4c7-d610-48c3-9f92-76a90e6298b2, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f67578f3-0b3a-48ea-a65b-a6b1b52bd6dd, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f67578f3-0b3a-48ea-a65b-a6b1b52bd6dd, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3358647861162272992 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33586478611622729923358647861162272992335864786116227299233586478611622729923358647861162272992335864786116227299233586478611622729923358647861162272992335864786116227299233586478611622729923358647861162272992335864786116227299233586478611622729923358647861162272992335864786116227299233586478611622729923358647861162272992335864786116227299233586478611622729923358647861162272992" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b11d32f3-6e24-4748-895e-d2feb7134ef2, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 294badb3-01fa-4f8e-8132-116580891e9e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 294badb3-01fa-4f8e-8132-116580891e9e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3099906622209533084 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30999066222095330843099906622209533084309990662220953308430999066222095330843099906622209533084309990662220953308430999066222095330843099906622209533084309990662220953308430999066222095330843099906622209533084309990662220953308430999066222095330843099906622209533084309990662220953308430999066222095330843099906622209533084309990662220953308430999066222095330843099906622209533084" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f67578f3-0b3a-48ea-a65b-a6b1b52bd6dd, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 922e220a-8c9f-4eac-9f23-8112ef40e5a9, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 922e220a-8c9f-4eac-9f23-8112ef40e5a9, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3812544021979686113 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38125440219796861133812544021979686113381254402197968611338125440219796861133812544021979686113381254402197968611338125440219796861133812544021979686113381254402197968611338125440219796861133812544021979686113381254402197968611338125440219796861133812544021979686113381254402197968611338125440219796861133812544021979686113381254402197968611338125440219796861133812544021979686113" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 294badb3-01fa-4f8e-8132-116580891e9e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 28754cdd-70f1-427b-b7e2-9f24cc3b3a0a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 28754cdd-70f1-427b-b7e2-9f24cc3b3a0a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1380886137467415605 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13808861374674156051380886137467415605138088613746741560513808861374674156051380886137467415605138088613746741560513808861374674156051380886137467415605138088613746741560513808861374674156051380886137467415605138088613746741560513808861374674156051380886137467415605138088613746741560513808861374674156051380886137467415605138088613746741560513808861374674156051380886137467415605" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 922e220a-8c9f-4eac-9f23-8112ef40e5a9, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9f6eecab-1d12-4253-9f5d-c568fa6e207a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 28754cdd-70f1-427b-b7e2-9f24cc3b3a0a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 861b9e78-5fea-4ab0-a11c-4f5af0646268, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9f6eecab-1d12-4253-9f5d-c568fa6e207a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11412634154078864003 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1141263415407886400311412634154078864003114126341540788640031141263415407886400311412634154078864003114126341540788640031141263415407886400311412634154078864003114126341540788640031141263415407886400311412634154078864003114126341540788640031141263415407886400311412634154078864003114126341540788640031141263415407886400311412634154078864003114126341540788640031141263415407886400311412634154078864003" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 861b9e78-5fea-4ab0-a11c-4f5af0646268, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11339082815203627117 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1133908281520362711711339082815203627117113390828152036271171133908281520362711711339082815203627117113390828152036271171133908281520362711711339082815203627117113390828152036271171133908281520362711711339082815203627117113390828152036271171133908281520362711711339082815203627117113390828152036271171133908281520362711711339082815203627117113390828152036271171133908281520362711711339082815203627117" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9f6eecab-1d12-4253-9f5d-c568fa6e207a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 95ccd11b-1297-4b46-9edb-40273621b137, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 861b9e78-5fea-4ab0-a11c-4f5af0646268, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c8d40e64-a39a-4f5d-b228-11318b42cc7d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c8d40e64-a39a-4f5d-b228-11318b42cc7d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12236685759059154452 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1223668575905915445212236685759059154452122366857590591544521223668575905915445212236685759059154452122366857590591544521223668575905915445212236685759059154452122366857590591544521223668575905915445212236685759059154452122366857590591544521223668575905915445212236685759059154452122366857590591544521223668575905915445212236685759059154452122366857590591544521223668575905915445212236685759059154452" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 95ccd11b-1297-4b46-9edb-40273621b137, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4766946454421054007 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47669464544210540074766946454421054007476694645442105400747669464544210540074766946454421054007476694645442105400747669464544210540074766946454421054007476694645442105400747669464544210540074766946454421054007476694645442105400747669464544210540074766946454421054007476694645442105400747669464544210540074766946454421054007476694645442105400747669464544210540074766946454421054007" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c8d40e64-a39a-4f5d-b228-11318b42cc7d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 11305f3e-3137-420a-b3a8-c631c239e476, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 95ccd11b-1297-4b46-9edb-40273621b137, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 11305f3e-3137-420a-b3a8-c631c239e476, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2530127626022367598 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25301276260223675982530127626022367598253012762602236759825301276260223675982530127626022367598253012762602236759825301276260223675982530127626022367598253012762602236759825301276260223675982530127626022367598253012762602236759825301276260223675982530127626022367598253012762602236759825301276260223675982530127626022367598253012762602236759825301276260223675982530127626022367598" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 14868317-07c2-4919-91a7-2fe67e86b14f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 14868317-07c2-4919-91a7-2fe67e86b14f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17224339193548690633 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1722433919354869063317224339193548690633172243391935486906331722433919354869063317224339193548690633172243391935486906331722433919354869063317224339193548690633172243391935486906331722433919354869063317224339193548690633172243391935486906331722433919354869063317224339193548690633172243391935486906331722433919354869063317224339193548690633172243391935486906331722433919354869063317224339193548690633" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 11305f3e-3137-420a-b3a8-c631c239e476, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ea4b4e40-d98d-4b21-bd07-1480719be5ac, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ea4b4e40-d98d-4b21-bd07-1480719be5ac, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6101833038456886679 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61018330384568866796101833038456886679610183303845688667961018330384568866796101833038456886679610183303845688667961018330384568866796101833038456886679610183303845688667961018330384568866796101833038456886679610183303845688667961018330384568866796101833038456886679610183303845688667961018330384568866796101833038456886679610183303845688667961018330384568866796101833038456886679" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 14868317-07c2-4919-91a7-2fe67e86b14f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, efd56e20-4631-4c08-9f8e-a90bffc109ca, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, efd56e20-4631-4c08-9f8e-a90bffc109ca, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13403261215297232869 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1340326121529723286913403261215297232869134032612152972328691340326121529723286913403261215297232869134032612152972328691340326121529723286913403261215297232869134032612152972328691340326121529723286913403261215297232869134032612152972328691340326121529723286913403261215297232869134032612152972328691340326121529723286913403261215297232869134032612152972328691340326121529723286913403261215297232869" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ea4b4e40-d98d-4b21-bd07-1480719be5ac, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 919a8478-6218-4c7a-9ab3-b51396f3d04c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 919a8478-6218-4c7a-9ab3-b51396f3d04c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15026295692532155333 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1502629569253215533315026295692532155333150262956925321553331502629569253215533315026295692532155333150262956925321553331502629569253215533315026295692532155333150262956925321553331502629569253215533315026295692532155333150262956925321553331502629569253215533315026295692532155333150262956925321553331502629569253215533315026295692532155333150262956925321553331502629569253215533315026295692532155333" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, efd56e20-4631-4c08-9f8e-a90bffc109ca, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b5ab8fcb-b7f6-467e-8d50-8b3c22fb3f0d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b5ab8fcb-b7f6-467e-8d50-8b3c22fb3f0d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13744941695545515229 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1374494169554551522913744941695545515229137449416955455152291374494169554551522913744941695545515229137449416955455152291374494169554551522913744941695545515229137449416955455152291374494169554551522913744941695545515229137449416955455152291374494169554551522913744941695545515229137449416955455152291374494169554551522913744941695545515229137449416955455152291374494169554551522913744941695545515229" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 919a8478-6218-4c7a-9ab3-b51396f3d04c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b5ab8fcb-b7f6-467e-8d50-8b3c22fb3f0d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2d6c2cb7-aac5-4414-9e77-9346f96caf94, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5ce4a8df-01d3-4d85-81a9-f1145025a924, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5ce4a8df-01d3-4d85-81a9-f1145025a924, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8033885849177876523 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80338858491778765238033885849177876523803388584917787652380338858491778765238033885849177876523803388584917787652380338858491778765238033885849177876523803388584917787652380338858491778765238033885849177876523803388584917787652380338858491778765238033885849177876523803388584917787652380338858491778765238033885849177876523803388584917787652380338858491778765238033885849177876523" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2d6c2cb7-aac5-4414-9e77-9346f96caf94, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13518626803056764120 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1351862680305676412013518626803056764120135186268030567641201351862680305676412013518626803056764120135186268030567641201351862680305676412013518626803056764120135186268030567641201351862680305676412013518626803056764120135186268030567641201351862680305676412013518626803056764120135186268030567641201351862680305676412013518626803056764120135186268030567641201351862680305676412013518626803056764120" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5ce4a8df-01d3-4d85-81a9-f1145025a924, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1a034f06-98ee-40dc-b0a4-dba2f460ddc5, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1a034f06-98ee-40dc-b0a4-dba2f460ddc5, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3220832050089765363 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32208320500897653633220832050089765363322083205008976536332208320500897653633220832050089765363322083205008976536332208320500897653633220832050089765363322083205008976536332208320500897653633220832050089765363322083205008976536332208320500897653633220832050089765363322083205008976536332208320500897653633220832050089765363322083205008976536332208320500897653633220832050089765363" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2d6c2cb7-aac5-4414-9e77-9346f96caf94, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 86c633af-b1cb-48ed-8fc4-f4158ef686e0, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 86c633af-b1cb-48ed-8fc4-f4158ef686e0, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1303522309177108383 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13035223091771083831303522309177108383130352230917710838313035223091771083831303522309177108383130352230917710838313035223091771083831303522309177108383130352230917710838313035223091771083831303522309177108383130352230917710838313035223091771083831303522309177108383130352230917710838313035223091771083831303522309177108383130352230917710838313035223091771083831303522309177108383" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1a034f06-98ee-40dc-b0a4-dba2f460ddc5, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 136f2baa-e730-45e9-b963-f46b64991187, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 136f2baa-e730-45e9-b963-f46b64991187, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7612153880154781445 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76121538801547814457612153880154781445761215388015478144576121538801547814457612153880154781445761215388015478144576121538801547814457612153880154781445761215388015478144576121538801547814457612153880154781445761215388015478144576121538801547814457612153880154781445761215388015478144576121538801547814457612153880154781445761215388015478144576121538801547814457612153880154781445" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 86c633af-b1cb-48ed-8fc4-f4158ef686e0, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 29983cf9-abd7-440b-bcc6-1d166d8bd92f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 29983cf9-abd7-440b-bcc6-1d166d8bd92f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5026257376961651840 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50262573769616518405026257376961651840502625737696165184050262573769616518405026257376961651840502625737696165184050262573769616518405026257376961651840502625737696165184050262573769616518405026257376961651840502625737696165184050262573769616518405026257376961651840502625737696165184050262573769616518405026257376961651840502625737696165184050262573769616518405026257376961651840" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 136f2baa-e730-45e9-b963-f46b64991187, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e4096c20-bc96-4e88-8f3d-ca0bb4a7fe51, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e4096c20-bc96-4e88-8f3d-ca0bb4a7fe51, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13860360237486093371 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1386036023748609337113860360237486093371138603602374860933711386036023748609337113860360237486093371138603602374860933711386036023748609337113860360237486093371138603602374860933711386036023748609337113860360237486093371138603602374860933711386036023748609337113860360237486093371138603602374860933711386036023748609337113860360237486093371138603602374860933711386036023748609337113860360237486093371" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 29983cf9-abd7-440b-bcc6-1d166d8bd92f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0fcf73a5-d7c3-42c8-9944-ca1bf8e1eec2, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0fcf73a5-d7c3-42c8-9944-ca1bf8e1eec2, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3737213492345333798 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37372134923453337983737213492345333798373721349234533379837372134923453337983737213492345333798373721349234533379837372134923453337983737213492345333798373721349234533379837372134923453337983737213492345333798373721349234533379837372134923453337983737213492345333798373721349234533379837372134923453337983737213492345333798373721349234533379837372134923453337983737213492345333798" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e4096c20-bc96-4e88-8f3d-ca0bb4a7fe51, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 356fc9a4-e9e7-49f3-b749-23d3d8cc92ed, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 356fc9a4-e9e7-49f3-b749-23d3d8cc92ed, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 278158521317613084 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "278158521317613084278158521317613084278158521317613084278158521317613084278158521317613084278158521317613084278158521317613084278158521317613084278158521317613084278158521317613084278158521317613084278158521317613084278158521317613084278158521317613084278158521317613084278158521317613084278158521317613084278158521317613084278158521317613084278158521317613084" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0fcf73a5-d7c3-42c8-9944-ca1bf8e1eec2, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c9338fa0-a2a5-40a9-8e69-fcb34035493f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 356fc9a4-e9e7-49f3-b749-23d3d8cc92ed, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c9338fa0-a2a5-40a9-8e69-fcb34035493f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9380986266552027660 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93809862665520276609380986266552027660938098626655202766093809862665520276609380986266552027660938098626655202766093809862665520276609380986266552027660938098626655202766093809862665520276609380986266552027660938098626655202766093809862665520276609380986266552027660938098626655202766093809862665520276609380986266552027660938098626655202766093809862665520276609380986266552027660" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 44768bce-8c34-4de8-a91f-278adc884db0, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 44768bce-8c34-4de8-a91f-278adc884db0, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17230740264766877291 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1723074026476687729117230740264766877291172307402647668772911723074026476687729117230740264766877291172307402647668772911723074026476687729117230740264766877291172307402647668772911723074026476687729117230740264766877291172307402647668772911723074026476687729117230740264766877291172307402647668772911723074026476687729117230740264766877291172307402647668772911723074026476687729117230740264766877291" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c9338fa0-a2a5-40a9-8e69-fcb34035493f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4a1c03ec-4d4c-4d15-8afa-4f2d02be43ca, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4a1c03ec-4d4c-4d15-8afa-4f2d02be43ca, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16709617256500675662 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1670961725650067566216709617256500675662167096172565006756621670961725650067566216709617256500675662167096172565006756621670961725650067566216709617256500675662167096172565006756621670961725650067566216709617256500675662167096172565006756621670961725650067566216709617256500675662167096172565006756621670961725650067566216709617256500675662167096172565006756621670961725650067566216709617256500675662" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 44768bce-8c34-4de8-a91f-278adc884db0, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fe0177d3-93a6-4c4d-8e29-b9f82949efab, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fe0177d3-93a6-4c4d-8e29-b9f82949efab, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18329902575382835131 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1832990257538283513118329902575382835131183299025753828351311832990257538283513118329902575382835131183299025753828351311832990257538283513118329902575382835131183299025753828351311832990257538283513118329902575382835131183299025753828351311832990257538283513118329902575382835131183299025753828351311832990257538283513118329902575382835131183299025753828351311832990257538283513118329902575382835131" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4a1c03ec-4d4c-4d15-8afa-4f2d02be43ca, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fe0177d3-93a6-4c4d-8e29-b9f82949efab, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e2981ccf-d10b-49ae-8c7b-9099d05a9e25, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e2981ccf-d10b-49ae-8c7b-9099d05a9e25, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16572624389308315235 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1657262438930831523516572624389308315235165726243893083152351657262438930831523516572624389308315235165726243893083152351657262438930831523516572624389308315235165726243893083152351657262438930831523516572624389308315235165726243893083152351657262438930831523516572624389308315235165726243893083152351657262438930831523516572624389308315235165726243893083152351657262438930831523516572624389308315235" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a024cacb-fc94-48f7-86a1-81e2f56b3905, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a024cacb-fc94-48f7-86a1-81e2f56b3905, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5876898089607698511 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58768980896076985115876898089607698511587689808960769851158768980896076985115876898089607698511587689808960769851158768980896076985115876898089607698511587689808960769851158768980896076985115876898089607698511587689808960769851158768980896076985115876898089607698511587689808960769851158768980896076985115876898089607698511587689808960769851158768980896076985115876898089607698511" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e2981ccf-d10b-49ae-8c7b-9099d05a9e25, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ea2bf207-9fc3-4526-b70d-df335d001134, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ea2bf207-9fc3-4526-b70d-df335d001134, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9258770213320074394 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92587702133200743949258770213320074394925877021332007439492587702133200743949258770213320074394925877021332007439492587702133200743949258770213320074394925877021332007439492587702133200743949258770213320074394925877021332007439492587702133200743949258770213320074394925877021332007439492587702133200743949258770213320074394925877021332007439492587702133200743949258770213320074394" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a024cacb-fc94-48f7-86a1-81e2f56b3905, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, eeaa0d45-d9ef-4b59-9c50-43b8fa362fa9, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eeaa0d45-d9ef-4b59-9c50-43b8fa362fa9, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10455243020709003719 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1045524302070900371910455243020709003719104552430207090037191045524302070900371910455243020709003719104552430207090037191045524302070900371910455243020709003719104552430207090037191045524302070900371910455243020709003719104552430207090037191045524302070900371910455243020709003719104552430207090037191045524302070900371910455243020709003719104552430207090037191045524302070900371910455243020709003719" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ea2bf207-9fc3-4526-b70d-df335d001134, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d1a048f3-70ec-4d34-92b1-4d5034ab1347, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d1a048f3-70ec-4d34-92b1-4d5034ab1347, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11362468874148001145 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1136246887414800114511362468874148001145113624688741480011451136246887414800114511362468874148001145113624688741480011451136246887414800114511362468874148001145113624688741480011451136246887414800114511362468874148001145113624688741480011451136246887414800114511362468874148001145113624688741480011451136246887414800114511362468874148001145113624688741480011451136246887414800114511362468874148001145" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eeaa0d45-d9ef-4b59-9c50-43b8fa362fa9, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cbea700e-4d23-4489-9c91-8ee49ae6c53a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cbea700e-4d23-4489-9c91-8ee49ae6c53a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8731585745345025045 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87315857453450250458731585745345025045873158574534502504587315857453450250458731585745345025045873158574534502504587315857453450250458731585745345025045873158574534502504587315857453450250458731585745345025045873158574534502504587315857453450250458731585745345025045873158574534502504587315857453450250458731585745345025045873158574534502504587315857453450250458731585745345025045" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d1a048f3-70ec-4d34-92b1-4d5034ab1347, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 32b2e7c5-7085-48ed-885a-3bdb0e81e668, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 32b2e7c5-7085-48ed-885a-3bdb0e81e668, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2522987667963366407 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25229876679633664072522987667963366407252298766796336640725229876679633664072522987667963366407252298766796336640725229876679633664072522987667963366407252298766796336640725229876679633664072522987667963366407252298766796336640725229876679633664072522987667963366407252298766796336640725229876679633664072522987667963366407252298766796336640725229876679633664072522987667963366407" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cbea700e-4d23-4489-9c91-8ee49ae6c53a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9bb6e8e6-5f8a-46af-873d-cf8278371105, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9bb6e8e6-5f8a-46af-873d-cf8278371105, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2804763443136369943 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28047634431363699432804763443136369943280476344313636994328047634431363699432804763443136369943280476344313636994328047634431363699432804763443136369943280476344313636994328047634431363699432804763443136369943280476344313636994328047634431363699432804763443136369943280476344313636994328047634431363699432804763443136369943280476344313636994328047634431363699432804763443136369943" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 32b2e7c5-7085-48ed-885a-3bdb0e81e668, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 89a4c5ef-6bd2-421c-99b6-3bf5da3a9983, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 89a4c5ef-6bd2-421c-99b6-3bf5da3a9983, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13165190547752297503 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1316519054775229750313165190547752297503131651905477522975031316519054775229750313165190547752297503131651905477522975031316519054775229750313165190547752297503131651905477522975031316519054775229750313165190547752297503131651905477522975031316519054775229750313165190547752297503131651905477522975031316519054775229750313165190547752297503131651905477522975031316519054775229750313165190547752297503" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9bb6e8e6-5f8a-46af-873d-cf8278371105, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bdb01787-87c3-42df-b922-c69cca61bb5c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bdb01787-87c3-42df-b922-c69cca61bb5c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15296869011294779819 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1529686901129477981915296869011294779819152968690112947798191529686901129477981915296869011294779819152968690112947798191529686901129477981915296869011294779819152968690112947798191529686901129477981915296869011294779819152968690112947798191529686901129477981915296869011294779819152968690112947798191529686901129477981915296869011294779819152968690112947798191529686901129477981915296869011294779819" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 89a4c5ef-6bd2-421c-99b6-3bf5da3a9983, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7bc0dedc-da5e-4ed0-8f2f-fc29b5cf1ca1, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7bc0dedc-da5e-4ed0-8f2f-fc29b5cf1ca1, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 316559603520531050 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "316559603520531050316559603520531050316559603520531050316559603520531050316559603520531050316559603520531050316559603520531050316559603520531050316559603520531050316559603520531050316559603520531050316559603520531050316559603520531050316559603520531050316559603520531050316559603520531050316559603520531050316559603520531050316559603520531050316559603520531050" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7bc0dedc-da5e-4ed0-8f2f-fc29b5cf1ca1, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6a0b7fe1-64b6-45e8-adeb-63b8ea4fa9bc, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6a0b7fe1-64b6-45e8-adeb-63b8ea4fa9bc, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2244153779194558635 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22441537791945586352244153779194558635224415377919455863522441537791945586352244153779194558635224415377919455863522441537791945586352244153779194558635224415377919455863522441537791945586352244153779194558635224415377919455863522441537791945586352244153779194558635224415377919455863522441537791945586352244153779194558635224415377919455863522441537791945586352244153779194558635" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bdb01787-87c3-42df-b922-c69cca61bb5c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3d8c12b2-c978-4b3c-8daf-bf54be39b219, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3d8c12b2-c978-4b3c-8daf-bf54be39b219, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18250856627324323301 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1825085662732432330118250856627324323301182508566273243233011825085662732432330118250856627324323301182508566273243233011825085662732432330118250856627324323301182508566273243233011825085662732432330118250856627324323301182508566273243233011825085662732432330118250856627324323301182508566273243233011825085662732432330118250856627324323301182508566273243233011825085662732432330118250856627324323301" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6a0b7fe1-64b6-45e8-adeb-63b8ea4fa9bc, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8017139e-9609-4171-ac4a-4e34cbb45934, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8017139e-9609-4171-ac4a-4e34cbb45934, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2177348407067272547 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21773484070672725472177348407067272547217734840706727254721773484070672725472177348407067272547217734840706727254721773484070672725472177348407067272547217734840706727254721773484070672725472177348407067272547217734840706727254721773484070672725472177348407067272547217734840706727254721773484070672725472177348407067272547217734840706727254721773484070672725472177348407067272547" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3d8c12b2-c978-4b3c-8daf-bf54be39b219, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a7adff25-7b55-4d52-837e-c3f0a1af1ca4, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a7adff25-7b55-4d52-837e-c3f0a1af1ca4, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17157341458060692725 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1715734145806069272517157341458060692725171573414580606927251715734145806069272517157341458060692725171573414580606927251715734145806069272517157341458060692725171573414580606927251715734145806069272517157341458060692725171573414580606927251715734145806069272517157341458060692725171573414580606927251715734145806069272517157341458060692725171573414580606927251715734145806069272517157341458060692725" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8017139e-9609-4171-ac4a-4e34cbb45934, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 98a962ae-4f63-4db1-b546-031b8295fb2a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 98a962ae-4f63-4db1-b546-031b8295fb2a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1145407173417760061 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11454071734177600611145407173417760061114540717341776006111454071734177600611145407173417760061114540717341776006111454071734177600611145407173417760061114540717341776006111454071734177600611145407173417760061114540717341776006111454071734177600611145407173417760061114540717341776006111454071734177600611145407173417760061114540717341776006111454071734177600611145407173417760061" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a7adff25-7b55-4d52-837e-c3f0a1af1ca4, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 19bece51-2611-4043-94e4-bc480beeaad1, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 19bece51-2611-4043-94e4-bc480beeaad1, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1439393218596027581 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14393932185960275811439393218596027581143939321859602758114393932185960275811439393218596027581143939321859602758114393932185960275811439393218596027581143939321859602758114393932185960275811439393218596027581143939321859602758114393932185960275811439393218596027581143939321859602758114393932185960275811439393218596027581143939321859602758114393932185960275811439393218596027581" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 98a962ae-4f63-4db1-b546-031b8295fb2a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 90212230-0e2e-4cef-bbdc-96cee02595ca, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 90212230-0e2e-4cef-bbdc-96cee02595ca, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13403064302703958924 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1340306430270395892413403064302703958924134030643027039589241340306430270395892413403064302703958924134030643027039589241340306430270395892413403064302703958924134030643027039589241340306430270395892413403064302703958924134030643027039589241340306430270395892413403064302703958924134030643027039589241340306430270395892413403064302703958924134030643027039589241340306430270395892413403064302703958924" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 19bece51-2611-4043-94e4-bc480beeaad1, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 916f0a7c-dacf-4e92-bd4f-17b434f78431, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 916f0a7c-dacf-4e92-bd4f-17b434f78431, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12383159440670916739 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1238315944067091673912383159440670916739123831594406709167391238315944067091673912383159440670916739123831594406709167391238315944067091673912383159440670916739123831594406709167391238315944067091673912383159440670916739123831594406709167391238315944067091673912383159440670916739123831594406709167391238315944067091673912383159440670916739123831594406709167391238315944067091673912383159440670916739" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 90212230-0e2e-4cef-bbdc-96cee02595ca, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cc114509-a2d7-4d82-81c9-7f54b9ee1001, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cc114509-a2d7-4d82-81c9-7f54b9ee1001, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5522504294958158623 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55225042949581586235522504294958158623552250429495815862355225042949581586235522504294958158623552250429495815862355225042949581586235522504294958158623552250429495815862355225042949581586235522504294958158623552250429495815862355225042949581586235522504294958158623552250429495815862355225042949581586235522504294958158623552250429495815862355225042949581586235522504294958158623" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 916f0a7c-dacf-4e92-bd4f-17b434f78431, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 31626364-ba87-4ef9-9483-b6baa81f523b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 31626364-ba87-4ef9-9483-b6baa81f523b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3909121033214659145 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39091210332146591453909121033214659145390912103321465914539091210332146591453909121033214659145390912103321465914539091210332146591453909121033214659145390912103321465914539091210332146591453909121033214659145390912103321465914539091210332146591453909121033214659145390912103321465914539091210332146591453909121033214659145390912103321465914539091210332146591453909121033214659145" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cc114509-a2d7-4d82-81c9-7f54b9ee1001, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8da3c927-2a93-42e9-b434-653bff7ef873, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8da3c927-2a93-42e9-b434-653bff7ef873, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12266635616097394255 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1226663561609739425512266635616097394255122666356160973942551226663561609739425512266635616097394255122666356160973942551226663561609739425512266635616097394255122666356160973942551226663561609739425512266635616097394255122666356160973942551226663561609739425512266635616097394255122666356160973942551226663561609739425512266635616097394255122666356160973942551226663561609739425512266635616097394255" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 31626364-ba87-4ef9-9483-b6baa81f523b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9acd9ae5-c43e-48b8-845e-dbfa420da6fc, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9acd9ae5-c43e-48b8-845e-dbfa420da6fc, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17284911530716466737 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1728491153071646673717284911530716466737172849115307164667371728491153071646673717284911530716466737172849115307164667371728491153071646673717284911530716466737172849115307164667371728491153071646673717284911530716466737172849115307164667371728491153071646673717284911530716466737172849115307164667371728491153071646673717284911530716466737172849115307164667371728491153071646673717284911530716466737" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8da3c927-2a93-42e9-b434-653bff7ef873, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 79c37ec6-218c-485e-8699-1ecae7d1eef3, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 79c37ec6-218c-485e-8699-1ecae7d1eef3, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11877202166831778677 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1187720216683177867711877202166831778677118772021668317786771187720216683177867711877202166831778677118772021668317786771187720216683177867711877202166831778677118772021668317786771187720216683177867711877202166831778677118772021668317786771187720216683177867711877202166831778677118772021668317786771187720216683177867711877202166831778677118772021668317786771187720216683177867711877202166831778677" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9acd9ae5-c43e-48b8-845e-dbfa420da6fc, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, eab9a4c1-57cf-4518-afa3-52b893e5f0d6, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eab9a4c1-57cf-4518-afa3-52b893e5f0d6, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5866482946849651788 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58664829468496517885866482946849651788586648294684965178858664829468496517885866482946849651788586648294684965178858664829468496517885866482946849651788586648294684965178858664829468496517885866482946849651788586648294684965178858664829468496517885866482946849651788586648294684965178858664829468496517885866482946849651788586648294684965178858664829468496517885866482946849651788" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 79c37ec6-218c-485e-8699-1ecae7d1eef3, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 458a1f92-7cae-4c5a-8ea6-5002fd6541ac, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 458a1f92-7cae-4c5a-8ea6-5002fd6541ac, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1911272022230547675 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19112720222305476751911272022230547675191127202223054767519112720222305476751911272022230547675191127202223054767519112720222305476751911272022230547675191127202223054767519112720222305476751911272022230547675191127202223054767519112720222305476751911272022230547675191127202223054767519112720222305476751911272022230547675191127202223054767519112720222305476751911272022230547675" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eab9a4c1-57cf-4518-afa3-52b893e5f0d6, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b6a19b75-e565-42e1-825d-ddd527bba73b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b6a19b75-e565-42e1-825d-ddd527bba73b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17342380129762161150 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1734238012976216115017342380129762161150173423801297621611501734238012976216115017342380129762161150173423801297621611501734238012976216115017342380129762161150173423801297621611501734238012976216115017342380129762161150173423801297621611501734238012976216115017342380129762161150173423801297621611501734238012976216115017342380129762161150173423801297621611501734238012976216115017342380129762161150" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 458a1f92-7cae-4c5a-8ea6-5002fd6541ac, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dd7c8595-d1f3-44b6-b595-0e1e2fec023f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dd7c8595-d1f3-44b6-b595-0e1e2fec023f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15589193661577155486 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1558919366157715548615589193661577155486155891936615771554861558919366157715548615589193661577155486155891936615771554861558919366157715548615589193661577155486155891936615771554861558919366157715548615589193661577155486155891936615771554861558919366157715548615589193661577155486155891936615771554861558919366157715548615589193661577155486155891936615771554861558919366157715548615589193661577155486" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b6a19b75-e565-42e1-825d-ddd527bba73b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dd7c8595-d1f3-44b6-b595-0e1e2fec023f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 321d6be4-d7ae-4ef0-ad62-71cdfe956e70, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 321d6be4-d7ae-4ef0-ad62-71cdfe956e70, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12275426847992703990 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1227542684799270399012275426847992703990122754268479927039901227542684799270399012275426847992703990122754268479927039901227542684799270399012275426847992703990122754268479927039901227542684799270399012275426847992703990122754268479927039901227542684799270399012275426847992703990122754268479927039901227542684799270399012275426847992703990122754268479927039901227542684799270399012275426847992703990" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 91a89d20-a6de-42bc-b808-daaaadf88aee, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 91a89d20-a6de-42bc-b808-daaaadf88aee, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13401813161441032165 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1340181316144103216513401813161441032165134018131614410321651340181316144103216513401813161441032165134018131614410321651340181316144103216513401813161441032165134018131614410321651340181316144103216513401813161441032165134018131614410321651340181316144103216513401813161441032165134018131614410321651340181316144103216513401813161441032165134018131614410321651340181316144103216513401813161441032165" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 321d6be4-d7ae-4ef0-ad62-71cdfe956e70, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 19c0c156-a580-4ef2-94b3-3c69b59d080e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 19c0c156-a580-4ef2-94b3-3c69b59d080e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6336176081237163131 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63361760812371631316336176081237163131633617608123716313163361760812371631316336176081237163131633617608123716313163361760812371631316336176081237163131633617608123716313163361760812371631316336176081237163131633617608123716313163361760812371631316336176081237163131633617608123716313163361760812371631316336176081237163131633617608123716313163361760812371631316336176081237163131" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 91a89d20-a6de-42bc-b808-daaaadf88aee, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 40e09327-617a-4e8c-8974-5b33d6760740, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 40e09327-617a-4e8c-8974-5b33d6760740, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12960203815856573677 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1296020381585657367712960203815856573677129602038158565736771296020381585657367712960203815856573677129602038158565736771296020381585657367712960203815856573677129602038158565736771296020381585657367712960203815856573677129602038158565736771296020381585657367712960203815856573677129602038158565736771296020381585657367712960203815856573677129602038158565736771296020381585657367712960203815856573677" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 40e09327-617a-4e8c-8974-5b33d6760740, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ddc92fc4-fc8a-41be-a56c-1aab67733b71, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ddc92fc4-fc8a-41be-a56c-1aab67733b71, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4650463291430449755 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46504632914304497554650463291430449755465046329143044975546504632914304497554650463291430449755465046329143044975546504632914304497554650463291430449755465046329143044975546504632914304497554650463291430449755465046329143044975546504632914304497554650463291430449755465046329143044975546504632914304497554650463291430449755465046329143044975546504632914304497554650463291430449755" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ddc92fc4-fc8a-41be-a56c-1aab67733b71, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 21181169-eccb-4772-807e-df2c9133c0b1, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 21181169-eccb-4772-807e-df2c9133c0b1, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9452204570832766020 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94522045708327660209452204570832766020945220457083276602094522045708327660209452204570832766020945220457083276602094522045708327660209452204570832766020945220457083276602094522045708327660209452204570832766020945220457083276602094522045708327660209452204570832766020945220457083276602094522045708327660209452204570832766020945220457083276602094522045708327660209452204570832766020" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 19c0c156-a580-4ef2-94b3-3c69b59d080e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 87f6036e-5598-4292-9074-ec67d7da6241, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 87f6036e-5598-4292-9074-ec67d7da6241, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4030209562743465916 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40302095627434659164030209562743465916403020956274346591640302095627434659164030209562743465916403020956274346591640302095627434659164030209562743465916403020956274346591640302095627434659164030209562743465916403020956274346591640302095627434659164030209562743465916403020956274346591640302095627434659164030209562743465916403020956274346591640302095627434659164030209562743465916" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 21181169-eccb-4772-807e-df2c9133c0b1, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f8b383f6-d8ce-43db-8a9a-2eb62944f833, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f8b383f6-d8ce-43db-8a9a-2eb62944f833, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10064744132242066037 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1006474413224206603710064744132242066037100647441322420660371006474413224206603710064744132242066037100647441322420660371006474413224206603710064744132242066037100647441322420660371006474413224206603710064744132242066037100647441322420660371006474413224206603710064744132242066037100647441322420660371006474413224206603710064744132242066037100647441322420660371006474413224206603710064744132242066037" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 87f6036e-5598-4292-9074-ec67d7da6241, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6f1dd531-9977-472a-840e-0d9dc7301e00, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6f1dd531-9977-472a-840e-0d9dc7301e00, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10879689034654689657 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1087968903465468965710879689034654689657108796890346546896571087968903465468965710879689034654689657108796890346546896571087968903465468965710879689034654689657108796890346546896571087968903465468965710879689034654689657108796890346546896571087968903465468965710879689034654689657108796890346546896571087968903465468965710879689034654689657108796890346546896571087968903465468965710879689034654689657" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6f1dd531-9977-472a-840e-0d9dc7301e00, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1ea7669d-d84b-4f05-97be-aec72787890c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1ea7669d-d84b-4f05-97be-aec72787890c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6753352763479850108 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67533527634798501086753352763479850108675335276347985010867533527634798501086753352763479850108675335276347985010867533527634798501086753352763479850108675335276347985010867533527634798501086753352763479850108675335276347985010867533527634798501086753352763479850108675335276347985010867533527634798501086753352763479850108675335276347985010867533527634798501086753352763479850108" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f8b383f6-d8ce-43db-8a9a-2eb62944f833, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 80178775-1548-451d-ae0a-24cbca067514, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 80178775-1548-451d-ae0a-24cbca067514, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18274517473404328276 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1827451747340432827618274517473404328276182745174734043282761827451747340432827618274517473404328276182745174734043282761827451747340432827618274517473404328276182745174734043282761827451747340432827618274517473404328276182745174734043282761827451747340432827618274517473404328276182745174734043282761827451747340432827618274517473404328276182745174734043282761827451747340432827618274517473404328276" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1ea7669d-d84b-4f05-97be-aec72787890c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b11fdd78-d70c-4406-9fab-f0d1f387c23d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b11fdd78-d70c-4406-9fab-f0d1f387c23d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14774467571959822889 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1477446757195982288914774467571959822889147744675719598228891477446757195982288914774467571959822889147744675719598228891477446757195982288914774467571959822889147744675719598228891477446757195982288914774467571959822889147744675719598228891477446757195982288914774467571959822889147744675719598228891477446757195982288914774467571959822889147744675719598228891477446757195982288914774467571959822889" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 80178775-1548-451d-ae0a-24cbca067514, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e438a902-9960-4c08-8721-e3d86055064e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e438a902-9960-4c08-8721-e3d86055064e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16329952084636451083 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1632995208463645108316329952084636451083163299520846364510831632995208463645108316329952084636451083163299520846364510831632995208463645108316329952084636451083163299520846364510831632995208463645108316329952084636451083163299520846364510831632995208463645108316329952084636451083163299520846364510831632995208463645108316329952084636451083163299520846364510831632995208463645108316329952084636451083" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b11fdd78-d70c-4406-9fab-f0d1f387c23d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6a077f9c-e398-4802-b114-539807b6e231, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6a077f9c-e398-4802-b114-539807b6e231, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14530344278384895532 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1453034427838489553214530344278384895532145303442783848955321453034427838489553214530344278384895532145303442783848955321453034427838489553214530344278384895532145303442783848955321453034427838489553214530344278384895532145303442783848955321453034427838489553214530344278384895532145303442783848955321453034427838489553214530344278384895532145303442783848955321453034427838489553214530344278384895532" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e438a902-9960-4c08-8721-e3d86055064e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6a077f9c-e398-4802-b114-539807b6e231, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7bad7ef6-1a9e-4b53-aeae-02b4fcc6b9ce, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4d117674-30b5-4213-b138-cbcf56a35a86, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7bad7ef6-1a9e-4b53-aeae-02b4fcc6b9ce, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13721498008981588576 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1372149800898158857613721498008981588576137214980089815885761372149800898158857613721498008981588576137214980089815885761372149800898158857613721498008981588576137214980089815885761372149800898158857613721498008981588576137214980089815885761372149800898158857613721498008981588576137214980089815885761372149800898158857613721498008981588576137214980089815885761372149800898158857613721498008981588576" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4d117674-30b5-4213-b138-cbcf56a35a86, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1554874881088325194 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15548748810883251941554874881088325194155487488108832519415548748810883251941554874881088325194155487488108832519415548748810883251941554874881088325194155487488108832519415548748810883251941554874881088325194155487488108832519415548748810883251941554874881088325194155487488108832519415548748810883251941554874881088325194155487488108832519415548748810883251941554874881088325194" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7bad7ef6-1a9e-4b53-aeae-02b4fcc6b9ce, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9e9afe02-6b96-45d9-9d25-4b075860ceff, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9e9afe02-6b96-45d9-9d25-4b075860ceff, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5522073499144544214 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55220734991445442145522073499144544214552207349914454421455220734991445442145522073499144544214552207349914454421455220734991445442145522073499144544214552207349914454421455220734991445442145522073499144544214552207349914454421455220734991445442145522073499144544214552207349914454421455220734991445442145522073499144544214552207349914454421455220734991445442145522073499144544214" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4d117674-30b5-4213-b138-cbcf56a35a86, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f5de4f8b-808e-4c2e-a75a-d8cac605c8fb, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f5de4f8b-808e-4c2e-a75a-d8cac605c8fb, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7828786468286358683 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78287864682863586837828786468286358683782878646828635868378287864682863586837828786468286358683782878646828635868378287864682863586837828786468286358683782878646828635868378287864682863586837828786468286358683782878646828635868378287864682863586837828786468286358683782878646828635868378287864682863586837828786468286358683782878646828635868378287864682863586837828786468286358683" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9e9afe02-6b96-45d9-9d25-4b075860ceff, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 851211bd-6fbe-4c48-b7b6-634aaaf9676f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 851211bd-6fbe-4c48-b7b6-634aaaf9676f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16526202609138883118 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1652620260913888311816526202609138883118165262026091388831181652620260913888311816526202609138883118165262026091388831181652620260913888311816526202609138883118165262026091388831181652620260913888311816526202609138883118165262026091388831181652620260913888311816526202609138883118165262026091388831181652620260913888311816526202609138883118165262026091388831181652620260913888311816526202609138883118" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f5de4f8b-808e-4c2e-a75a-d8cac605c8fb, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 23d2ce93-88c6-4e95-bbe6-cacc98a0a9cd, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 23d2ce93-88c6-4e95-bbe6-cacc98a0a9cd, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14048912214405818806 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1404891221440581880614048912214405818806140489122144058188061404891221440581880614048912214405818806140489122144058188061404891221440581880614048912214405818806140489122144058188061404891221440581880614048912214405818806140489122144058188061404891221440581880614048912214405818806140489122144058188061404891221440581880614048912214405818806140489122144058188061404891221440581880614048912214405818806" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 851211bd-6fbe-4c48-b7b6-634aaaf9676f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dce2d420-aca5-4eb4-9e7f-b533e444ac21, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dce2d420-aca5-4eb4-9e7f-b533e444ac21, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15984096507194749553 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1598409650719474955315984096507194749553159840965071947495531598409650719474955315984096507194749553159840965071947495531598409650719474955315984096507194749553159840965071947495531598409650719474955315984096507194749553159840965071947495531598409650719474955315984096507194749553159840965071947495531598409650719474955315984096507194749553159840965071947495531598409650719474955315984096507194749553" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 23d2ce93-88c6-4e95-bbe6-cacc98a0a9cd, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 87ce0917-c26e-4419-8751-d5554a29a222, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 87ce0917-c26e-4419-8751-d5554a29a222, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3601311775397733372 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36013117753977333723601311775397733372360131177539773337236013117753977333723601311775397733372360131177539773337236013117753977333723601311775397733372360131177539773337236013117753977333723601311775397733372360131177539773337236013117753977333723601311775397733372360131177539773337236013117753977333723601311775397733372360131177539773337236013117753977333723601311775397733372" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dce2d420-aca5-4eb4-9e7f-b533e444ac21, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 87ce0917-c26e-4419-8751-d5554a29a222, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c6e8d619-0f47-4a52-9f80-59cc882d444d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c6e8d619-0f47-4a52-9f80-59cc882d444d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 143075264846569662 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "143075264846569662143075264846569662143075264846569662143075264846569662143075264846569662143075264846569662143075264846569662143075264846569662143075264846569662143075264846569662143075264846569662143075264846569662143075264846569662143075264846569662143075264846569662143075264846569662143075264846569662143075264846569662143075264846569662143075264846569662" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b881b616-d2b8-4d38-bfa5-035c7327cff1, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b881b616-d2b8-4d38-bfa5-035c7327cff1, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4753592679250247120 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47535926792502471204753592679250247120475359267925024712047535926792502471204753592679250247120475359267925024712047535926792502471204753592679250247120475359267925024712047535926792502471204753592679250247120475359267925024712047535926792502471204753592679250247120475359267925024712047535926792502471204753592679250247120475359267925024712047535926792502471204753592679250247120" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b881b616-d2b8-4d38-bfa5-035c7327cff1, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 360b89ac-a61c-4638-adce-47c5b01ce590, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c6e8d619-0f47-4a52-9f80-59cc882d444d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 765539a5-2d78-4031-8f27-88f909665972, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 360b89ac-a61c-4638-adce-47c5b01ce590, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15568824355383270289 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1556882435538327028915568824355383270289155688243553832702891556882435538327028915568824355383270289155688243553832702891556882435538327028915568824355383270289155688243553832702891556882435538327028915568824355383270289155688243553832702891556882435538327028915568824355383270289155688243553832702891556882435538327028915568824355383270289155688243553832702891556882435538327028915568824355383270289" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 765539a5-2d78-4031-8f27-88f909665972, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1780443693587759849 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17804436935877598491780443693587759849178044369358775984917804436935877598491780443693587759849178044369358775984917804436935877598491780443693587759849178044369358775984917804436935877598491780443693587759849178044369358775984917804436935877598491780443693587759849178044369358775984917804436935877598491780443693587759849178044369358775984917804436935877598491780443693587759849" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 360b89ac-a61c-4638-adce-47c5b01ce590, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8cf2fad8-606a-432c-989d-359d9a4648b0, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8cf2fad8-606a-432c-989d-359d9a4648b0, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11420272457949725419 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1142027245794972541911420272457949725419114202724579497254191142027245794972541911420272457949725419114202724579497254191142027245794972541911420272457949725419114202724579497254191142027245794972541911420272457949725419114202724579497254191142027245794972541911420272457949725419114202724579497254191142027245794972541911420272457949725419114202724579497254191142027245794972541911420272457949725419" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 765539a5-2d78-4031-8f27-88f909665972, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 050dfd3f-328e-402c-8df8-f7b8f8b1c404, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 050dfd3f-328e-402c-8df8-f7b8f8b1c404, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11812244423595314243 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1181224442359531424311812244423595314243118122444235953142431181224442359531424311812244423595314243118122444235953142431181224442359531424311812244423595314243118122444235953142431181224442359531424311812244423595314243118122444235953142431181224442359531424311812244423595314243118122444235953142431181224442359531424311812244423595314243118122444235953142431181224442359531424311812244423595314243" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8cf2fad8-606a-432c-989d-359d9a4648b0, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0624d8f6-cfaf-4e96-bb89-e47214355fea, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0624d8f6-cfaf-4e96-bb89-e47214355fea, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17853301778359264657 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1785330177835926465717853301778359264657178533017783592646571785330177835926465717853301778359264657178533017783592646571785330177835926465717853301778359264657178533017783592646571785330177835926465717853301778359264657178533017783592646571785330177835926465717853301778359264657178533017783592646571785330177835926465717853301778359264657178533017783592646571785330177835926465717853301778359264657" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 050dfd3f-328e-402c-8df8-f7b8f8b1c404, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 48fc610d-a54d-4df5-ba1b-e032b09e833f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 48fc610d-a54d-4df5-ba1b-e032b09e833f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7352030801753837262 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73520308017538372627352030801753837262735203080175383726273520308017538372627352030801753837262735203080175383726273520308017538372627352030801753837262735203080175383726273520308017538372627352030801753837262735203080175383726273520308017538372627352030801753837262735203080175383726273520308017538372627352030801753837262735203080175383726273520308017538372627352030801753837262" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0624d8f6-cfaf-4e96-bb89-e47214355fea, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 81c8f0d1-66cc-4f17-8afc-7dc3d45e3b8f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 81c8f0d1-66cc-4f17-8afc-7dc3d45e3b8f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11721681110642436274 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1172168111064243627411721681110642436274117216811106424362741172168111064243627411721681110642436274117216811106424362741172168111064243627411721681110642436274117216811106424362741172168111064243627411721681110642436274117216811106424362741172168111064243627411721681110642436274117216811106424362741172168111064243627411721681110642436274117216811106424362741172168111064243627411721681110642436274" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 48fc610d-a54d-4df5-ba1b-e032b09e833f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a0ab87a9-8682-48e2-bafb-18406648668a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a0ab87a9-8682-48e2-bafb-18406648668a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3944113750006122806 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39441137500061228063944113750006122806394411375000612280639441137500061228063944113750006122806394411375000612280639441137500061228063944113750006122806394411375000612280639441137500061228063944113750006122806394411375000612280639441137500061228063944113750006122806394411375000612280639441137500061228063944113750006122806394411375000612280639441137500061228063944113750006122806" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 81c8f0d1-66cc-4f17-8afc-7dc3d45e3b8f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f5bb371c-c59f-4762-ba52-49b5f03e0a64, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f5bb371c-c59f-4762-ba52-49b5f03e0a64, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16623387411531615148 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1662338741153161514816623387411531615148166233874115316151481662338741153161514816623387411531615148166233874115316151481662338741153161514816623387411531615148166233874115316151481662338741153161514816623387411531615148166233874115316151481662338741153161514816623387411531615148166233874115316151481662338741153161514816623387411531615148166233874115316151481662338741153161514816623387411531615148" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f5bb371c-c59f-4762-ba52-49b5f03e0a64, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2f00edab-89c9-4f20-bbd8-cb0f92648ab4, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2f00edab-89c9-4f20-bbd8-cb0f92648ab4, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8141052566169462381 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81410525661694623818141052566169462381814105256616946238181410525661694623818141052566169462381814105256616946238181410525661694623818141052566169462381814105256616946238181410525661694623818141052566169462381814105256616946238181410525661694623818141052566169462381814105256616946238181410525661694623818141052566169462381814105256616946238181410525661694623818141052566169462381" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a0ab87a9-8682-48e2-bafb-18406648668a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2c2472ea-4903-4f72-ba45-786824516a58, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2c2472ea-4903-4f72-ba45-786824516a58, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14431151059450490235 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1443115105945049023514431151059450490235144311510594504902351443115105945049023514431151059450490235144311510594504902351443115105945049023514431151059450490235144311510594504902351443115105945049023514431151059450490235144311510594504902351443115105945049023514431151059450490235144311510594504902351443115105945049023514431151059450490235144311510594504902351443115105945049023514431151059450490235" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2c2472ea-4903-4f72-ba45-786824516a58, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 51a42c4c-1478-4cc4-be5d-c4d71c1badb2, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2f00edab-89c9-4f20-bbd8-cb0f92648ab4, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 51a42c4c-1478-4cc4-be5d-c4d71c1badb2, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7583414573342642910 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75834145733426429107583414573342642910758341457334264291075834145733426429107583414573342642910758341457334264291075834145733426429107583414573342642910758341457334264291075834145733426429107583414573342642910758341457334264291075834145733426429107583414573342642910758341457334264291075834145733426429107583414573342642910758341457334264291075834145733426429107583414573342642910" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 466f5346-81b9-4b71-954c-a04c1de59179, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 466f5346-81b9-4b71-954c-a04c1de59179, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3355024984559556230 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33550249845595562303355024984559556230335502498455955623033550249845595562303355024984559556230335502498455955623033550249845595562303355024984559556230335502498455955623033550249845595562303355024984559556230335502498455955623033550249845595562303355024984559556230335502498455955623033550249845595562303355024984559556230335502498455955623033550249845595562303355024984559556230" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 51a42c4c-1478-4cc4-be5d-c4d71c1badb2, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1d627947-1dfd-485e-9e82-ae362980854a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1d627947-1dfd-485e-9e82-ae362980854a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3799421775010222469 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37994217750102224693799421775010222469379942177501022246937994217750102224693799421775010222469379942177501022246937994217750102224693799421775010222469379942177501022246937994217750102224693799421775010222469379942177501022246937994217750102224693799421775010222469379942177501022246937994217750102224693799421775010222469379942177501022246937994217750102224693799421775010222469" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 466f5346-81b9-4b71-954c-a04c1de59179, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 62a0046d-3c36-4969-bf53-5a6578d68793, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 62a0046d-3c36-4969-bf53-5a6578d68793, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11388553776595741841 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1138855377659574184111388553776595741841113885537765957418411138855377659574184111388553776595741841113885537765957418411138855377659574184111388553776595741841113885537765957418411138855377659574184111388553776595741841113885537765957418411138855377659574184111388553776595741841113885537765957418411138855377659574184111388553776595741841113885537765957418411138855377659574184111388553776595741841" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1d627947-1dfd-485e-9e82-ae362980854a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5f823c26-08d7-4311-a17d-034e814f1ee3, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5f823c26-08d7-4311-a17d-034e814f1ee3, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11401847695418181093 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1140184769541818109311401847695418181093114018476954181810931140184769541818109311401847695418181093114018476954181810931140184769541818109311401847695418181093114018476954181810931140184769541818109311401847695418181093114018476954181810931140184769541818109311401847695418181093114018476954181810931140184769541818109311401847695418181093114018476954181810931140184769541818109311401847695418181093" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 62a0046d-3c36-4969-bf53-5a6578d68793, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 41ff12f1-0813-4d34-a189-7b45d82df45f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 41ff12f1-0813-4d34-a189-7b45d82df45f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7989658965590508695 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79896589655905086957989658965590508695798965896559050869579896589655905086957989658965590508695798965896559050869579896589655905086957989658965590508695798965896559050869579896589655905086957989658965590508695798965896559050869579896589655905086957989658965590508695798965896559050869579896589655905086957989658965590508695798965896559050869579896589655905086957989658965590508695" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5f823c26-08d7-4311-a17d-034e814f1ee3, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 62ef60a2-f75d-4ee3-aa78-6d30379a8b15, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 41ff12f1-0813-4d34-a189-7b45d82df45f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a9f01f7f-9a84-4a71-a37d-3f2a2fda77f1, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a9f01f7f-9a84-4a71-a37d-3f2a2fda77f1, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2677136270623445907 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26771362706234459072677136270623445907267713627062344590726771362706234459072677136270623445907267713627062344590726771362706234459072677136270623445907267713627062344590726771362706234459072677136270623445907267713627062344590726771362706234459072677136270623445907267713627062344590726771362706234459072677136270623445907267713627062344590726771362706234459072677136270623445907" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 62ef60a2-f75d-4ee3-aa78-6d30379a8b15, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7170886834483363297 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71708868344833632977170886834483363297717088683448336329771708868344833632977170886834483363297717088683448336329771708868344833632977170886834483363297717088683448336329771708868344833632977170886834483363297717088683448336329771708868344833632977170886834483363297717088683448336329771708868344833632977170886834483363297717088683448336329771708868344833632977170886834483363297" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a9f01f7f-9a84-4a71-a37d-3f2a2fda77f1, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 62ef60a2-f75d-4ee3-aa78-6d30379a8b15, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4e4a5141-27bd-4516-af16-4f2b2feda837, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4e4a5141-27bd-4516-af16-4f2b2feda837, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8360005794623720372 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83600057946237203728360005794623720372836000579462372037283600057946237203728360005794623720372836000579462372037283600057946237203728360005794623720372836000579462372037283600057946237203728360005794623720372836000579462372037283600057946237203728360005794623720372836000579462372037283600057946237203728360005794623720372836000579462372037283600057946237203728360005794623720372" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ff55718b-4d0b-42bc-8116-d74c9f6e6d31, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ff55718b-4d0b-42bc-8116-d74c9f6e6d31, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3179195912852575239 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31791959128525752393179195912852575239317919591285257523931791959128525752393179195912852575239317919591285257523931791959128525752393179195912852575239317919591285257523931791959128525752393179195912852575239317919591285257523931791959128525752393179195912852575239317919591285257523931791959128525752393179195912852575239317919591285257523931791959128525752393179195912852575239" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4e4a5141-27bd-4516-af16-4f2b2feda837, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0d8830d7-d53d-4646-8c3f-91f0280812ba, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0d8830d7-d53d-4646-8c3f-91f0280812ba, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13397970743466578746 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1339797074346657874613397970743466578746133979707434665787461339797074346657874613397970743466578746133979707434665787461339797074346657874613397970743466578746133979707434665787461339797074346657874613397970743466578746133979707434665787461339797074346657874613397970743466578746133979707434665787461339797074346657874613397970743466578746133979707434665787461339797074346657874613397970743466578746" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ff55718b-4d0b-42bc-8116-d74c9f6e6d31, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 610cdb91-31cd-4036-84ad-e7e34ce7961b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 610cdb91-31cd-4036-84ad-e7e34ce7961b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5595521299659843673 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55955212996598436735595521299659843673559552129965984367355955212996598436735595521299659843673559552129965984367355955212996598436735595521299659843673559552129965984367355955212996598436735595521299659843673559552129965984367355955212996598436735595521299659843673559552129965984367355955212996598436735595521299659843673559552129965984367355955212996598436735595521299659843673" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0d8830d7-d53d-4646-8c3f-91f0280812ba, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 47b8218a-62d7-4220-8949-6c33ef0db3d7, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 610cdb91-31cd-4036-84ad-e7e34ce7961b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2aaf9696-8daf-4ffb-a526-01862daac5e9, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2aaf9696-8daf-4ffb-a526-01862daac5e9, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3760511838837068734 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37605118388370687343760511838837068734376051183883706873437605118388370687343760511838837068734376051183883706873437605118388370687343760511838837068734376051183883706873437605118388370687343760511838837068734376051183883706873437605118388370687343760511838837068734376051183883706873437605118388370687343760511838837068734376051183883706873437605118388370687343760511838837068734" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 47b8218a-62d7-4220-8949-6c33ef0db3d7, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15753739309264951244 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1575373930926495124415753739309264951244157537393092649512441575373930926495124415753739309264951244157537393092649512441575373930926495124415753739309264951244157537393092649512441575373930926495124415753739309264951244157537393092649512441575373930926495124415753739309264951244157537393092649512441575373930926495124415753739309264951244157537393092649512441575373930926495124415753739309264951244" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2aaf9696-8daf-4ffb-a526-01862daac5e9, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1391635f-4177-4c23-bf06-4a5f5336fd53, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1391635f-4177-4c23-bf06-4a5f5336fd53, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10360398526383393271 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1036039852638339327110360398526383393271103603985263833932711036039852638339327110360398526383393271103603985263833932711036039852638339327110360398526383393271103603985263833932711036039852638339327110360398526383393271103603985263833932711036039852638339327110360398526383393271103603985263833932711036039852638339327110360398526383393271103603985263833932711036039852638339327110360398526383393271" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 47b8218a-62d7-4220-8949-6c33ef0db3d7, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5cc2391a-a704-47db-889d-d9dbab86bd46, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5cc2391a-a704-47db-889d-d9dbab86bd46, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8182351691052250043 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81823516910522500438182351691052250043818235169105225004381823516910522500438182351691052250043818235169105225004381823516910522500438182351691052250043818235169105225004381823516910522500438182351691052250043818235169105225004381823516910522500438182351691052250043818235169105225004381823516910522500438182351691052250043818235169105225004381823516910522500438182351691052250043" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1391635f-4177-4c23-bf06-4a5f5336fd53, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 43e2338f-7ba4-4eff-8604-a3bdfa2216bb, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 43e2338f-7ba4-4eff-8604-a3bdfa2216bb, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4977221723480357839 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49772217234803578394977221723480357839497722172348035783949772217234803578394977221723480357839497722172348035783949772217234803578394977221723480357839497722172348035783949772217234803578394977221723480357839497722172348035783949772217234803578394977221723480357839497722172348035783949772217234803578394977221723480357839497722172348035783949772217234803578394977221723480357839" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5cc2391a-a704-47db-889d-d9dbab86bd46, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b03cba37-0430-43d3-974e-76bc69fd28f3, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b03cba37-0430-43d3-974e-76bc69fd28f3, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2460663678921004302 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24606636789210043022460663678921004302246066367892100430224606636789210043022460663678921004302246066367892100430224606636789210043022460663678921004302246066367892100430224606636789210043022460663678921004302246066367892100430224606636789210043022460663678921004302246066367892100430224606636789210043022460663678921004302246066367892100430224606636789210043022460663678921004302" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 43e2338f-7ba4-4eff-8604-a3bdfa2216bb, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 226b0ac4-0b41-40af-a352-7f338965fad3, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 226b0ac4-0b41-40af-a352-7f338965fad3, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15553655409273055251 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1555365540927305525115553655409273055251155536554092730552511555365540927305525115553655409273055251155536554092730552511555365540927305525115553655409273055251155536554092730552511555365540927305525115553655409273055251155536554092730552511555365540927305525115553655409273055251155536554092730552511555365540927305525115553655409273055251155536554092730552511555365540927305525115553655409273055251" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b03cba37-0430-43d3-974e-76bc69fd28f3, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3d7a7794-0661-42b2-96b2-e13ea34c587c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3d7a7794-0661-42b2-96b2-e13ea34c587c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11363047808944931829 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1136304780894493182911363047808944931829113630478089449318291136304780894493182911363047808944931829113630478089449318291136304780894493182911363047808944931829113630478089449318291136304780894493182911363047808944931829113630478089449318291136304780894493182911363047808944931829113630478089449318291136304780894493182911363047808944931829113630478089449318291136304780894493182911363047808944931829" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 226b0ac4-0b41-40af-a352-7f338965fad3, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 97a5bbc9-9dbf-4137-a99b-90d2c01352b8, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 97a5bbc9-9dbf-4137-a99b-90d2c01352b8, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7105585148492935569 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71055851484929355697105585148492935569710558514849293556971055851484929355697105585148492935569710558514849293556971055851484929355697105585148492935569710558514849293556971055851484929355697105585148492935569710558514849293556971055851484929355697105585148492935569710558514849293556971055851484929355697105585148492935569710558514849293556971055851484929355697105585148492935569" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3d7a7794-0661-42b2-96b2-e13ea34c587c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 29581b0b-64fe-42ba-8483-2059f6c31eb0, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 29581b0b-64fe-42ba-8483-2059f6c31eb0, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5715710776063814497 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57157107760638144975715710776063814497571571077606381449757157107760638144975715710776063814497571571077606381449757157107760638144975715710776063814497571571077606381449757157107760638144975715710776063814497571571077606381449757157107760638144975715710776063814497571571077606381449757157107760638144975715710776063814497571571077606381449757157107760638144975715710776063814497" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 97a5bbc9-9dbf-4137-a99b-90d2c01352b8, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ce8f982f-eb01-4a16-9a2b-ba4b6c6dbef2, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ce8f982f-eb01-4a16-9a2b-ba4b6c6dbef2, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11155053514691093286 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1115505351469109328611155053514691093286111550535146910932861115505351469109328611155053514691093286111550535146910932861115505351469109328611155053514691093286111550535146910932861115505351469109328611155053514691093286111550535146910932861115505351469109328611155053514691093286111550535146910932861115505351469109328611155053514691093286111550535146910932861115505351469109328611155053514691093286" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 29581b0b-64fe-42ba-8483-2059f6c31eb0, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3240a1a9-bf23-4976-b31a-1c16506c0ec3, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3240a1a9-bf23-4976-b31a-1c16506c0ec3, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10386114741495477113 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1038611474149547711310386114741495477113103861147414954771131038611474149547711310386114741495477113103861147414954771131038611474149547711310386114741495477113103861147414954771131038611474149547711310386114741495477113103861147414954771131038611474149547711310386114741495477113103861147414954771131038611474149547711310386114741495477113103861147414954771131038611474149547711310386114741495477113" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ce8f982f-eb01-4a16-9a2b-ba4b6c6dbef2, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e27bdc41-2ee3-448c-b207-1a0888dd4892, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e27bdc41-2ee3-448c-b207-1a0888dd4892, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9010544815127891830 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90105448151278918309010544815127891830901054481512789183090105448151278918309010544815127891830901054481512789183090105448151278918309010544815127891830901054481512789183090105448151278918309010544815127891830901054481512789183090105448151278918309010544815127891830901054481512789183090105448151278918309010544815127891830901054481512789183090105448151278918309010544815127891830" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3240a1a9-bf23-4976-b31a-1c16506c0ec3, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 58e11fec-83b3-4ab0-846f-69427517db22, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 58e11fec-83b3-4ab0-846f-69427517db22, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9044057341211636785 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90440573412116367859044057341211636785904405734121163678590440573412116367859044057341211636785904405734121163678590440573412116367859044057341211636785904405734121163678590440573412116367859044057341211636785904405734121163678590440573412116367859044057341211636785904405734121163678590440573412116367859044057341211636785904405734121163678590440573412116367859044057341211636785" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e27bdc41-2ee3-448c-b207-1a0888dd4892, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 82eedf29-6c62-461f-9913-be9737be56aa, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 82eedf29-6c62-461f-9913-be9737be56aa, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11510987371521207377 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1151098737152120737711510987371521207377115109873715212073771151098737152120737711510987371521207377115109873715212073771151098737152120737711510987371521207377115109873715212073771151098737152120737711510987371521207377115109873715212073771151098737152120737711510987371521207377115109873715212073771151098737152120737711510987371521207377115109873715212073771151098737152120737711510987371521207377" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 58e11fec-83b3-4ab0-846f-69427517db22, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 595b8983-b24a-4c91-81de-3f3ab5db39a9, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 595b8983-b24a-4c91-81de-3f3ab5db39a9, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12645153098884106870 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1264515309888410687012645153098884106870126451530988841068701264515309888410687012645153098884106870126451530988841068701264515309888410687012645153098884106870126451530988841068701264515309888410687012645153098884106870126451530988841068701264515309888410687012645153098884106870126451530988841068701264515309888410687012645153098884106870126451530988841068701264515309888410687012645153098884106870" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 82eedf29-6c62-461f-9913-be9737be56aa, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bdcf0029-268e-4885-82ee-fe41ad3c23d9, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bdcf0029-268e-4885-82ee-fe41ad3c23d9, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18047398884742996726 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1804739888474299672618047398884742996726180473988847429967261804739888474299672618047398884742996726180473988847429967261804739888474299672618047398884742996726180473988847429967261804739888474299672618047398884742996726180473988847429967261804739888474299672618047398884742996726180473988847429967261804739888474299672618047398884742996726180473988847429967261804739888474299672618047398884742996726" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 595b8983-b24a-4c91-81de-3f3ab5db39a9, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8f7f8241-03e8-4958-9e00-1ada7dd7ff37, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8f7f8241-03e8-4958-9e00-1ada7dd7ff37, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3366723631596112391 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33667236315961123913366723631596112391336672363159611239133667236315961123913366723631596112391336672363159611239133667236315961123913366723631596112391336672363159611239133667236315961123913366723631596112391336672363159611239133667236315961123913366723631596112391336672363159611239133667236315961123913366723631596112391336672363159611239133667236315961123913366723631596112391" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bdcf0029-268e-4885-82ee-fe41ad3c23d9, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8027610a-fb0b-427b-89fe-3d51974ad40d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8027610a-fb0b-427b-89fe-3d51974ad40d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2179534676875968284 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21795346768759682842179534676875968284217953467687596828421795346768759682842179534676875968284217953467687596828421795346768759682842179534676875968284217953467687596828421795346768759682842179534676875968284217953467687596828421795346768759682842179534676875968284217953467687596828421795346768759682842179534676875968284217953467687596828421795346768759682842179534676875968284" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8f7f8241-03e8-4958-9e00-1ada7dd7ff37, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ca301a11-0451-4892-afc3-ed655b44022f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ca301a11-0451-4892-afc3-ed655b44022f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3724499606874678885 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37244996068746788853724499606874678885372449960687467888537244996068746788853724499606874678885372449960687467888537244996068746788853724499606874678885372449960687467888537244996068746788853724499606874678885372449960687467888537244996068746788853724499606874678885372449960687467888537244996068746788853724499606874678885372449960687467888537244996068746788853724499606874678885" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8027610a-fb0b-427b-89fe-3d51974ad40d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 05b7e4d2-46fb-4c63-ae60-7f74f038eec5, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 05b7e4d2-46fb-4c63-ae60-7f74f038eec5, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 22173084481945367 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "2217308448194536722173084481945367221730844819453672217308448194536722173084481945367221730844819453672217308448194536722173084481945367221730844819453672217308448194536722173084481945367221730844819453672217308448194536722173084481945367221730844819453672217308448194536722173084481945367221730844819453672217308448194536722173084481945367" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ca301a11-0451-4892-afc3-ed655b44022f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 60eb85a9-5fc9-404f-948b-70762b0b2568, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 60eb85a9-5fc9-404f-948b-70762b0b2568, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8148248762564534805 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81482487625645348058148248762564534805814824876256453480581482487625645348058148248762564534805814824876256453480581482487625645348058148248762564534805814824876256453480581482487625645348058148248762564534805814824876256453480581482487625645348058148248762564534805814824876256453480581482487625645348058148248762564534805814824876256453480581482487625645348058148248762564534805" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 05b7e4d2-46fb-4c63-ae60-7f74f038eec5, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2400be38-f7e8-4b03-9cb1-ad70cc08a142, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2400be38-f7e8-4b03-9cb1-ad70cc08a142, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14182984615773541115 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1418298461577354111514182984615773541115141829846157735411151418298461577354111514182984615773541115141829846157735411151418298461577354111514182984615773541115141829846157735411151418298461577354111514182984615773541115141829846157735411151418298461577354111514182984615773541115141829846157735411151418298461577354111514182984615773541115141829846157735411151418298461577354111514182984615773541115" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 60eb85a9-5fc9-404f-948b-70762b0b2568, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, becdb372-1963-4978-9d98-d516088aae66, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, becdb372-1963-4978-9d98-d516088aae66, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14398209051953206396 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1439820905195320639614398209051953206396143982090519532063961439820905195320639614398209051953206396143982090519532063961439820905195320639614398209051953206396143982090519532063961439820905195320639614398209051953206396143982090519532063961439820905195320639614398209051953206396143982090519532063961439820905195320639614398209051953206396143982090519532063961439820905195320639614398209051953206396" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2400be38-f7e8-4b03-9cb1-ad70cc08a142, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 23d0cfea-27cd-4620-b914-854dd078f47b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 23d0cfea-27cd-4620-b914-854dd078f47b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13797158236735886057 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1379715823673588605713797158236735886057137971582367358860571379715823673588605713797158236735886057137971582367358860571379715823673588605713797158236735886057137971582367358860571379715823673588605713797158236735886057137971582367358860571379715823673588605713797158236735886057137971582367358860571379715823673588605713797158236735886057137971582367358860571379715823673588605713797158236735886057" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, becdb372-1963-4978-9d98-d516088aae66, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 22013f60-1005-46c5-8259-bc1cbb094f8c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 22013f60-1005-46c5-8259-bc1cbb094f8c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9098462950692313345 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90984629506923133459098462950692313345909846295069231334590984629506923133459098462950692313345909846295069231334590984629506923133459098462950692313345909846295069231334590984629506923133459098462950692313345909846295069231334590984629506923133459098462950692313345909846295069231334590984629506923133459098462950692313345909846295069231334590984629506923133459098462950692313345" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 23d0cfea-27cd-4620-b914-854dd078f47b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, aedf87d0-073b-4937-a634-d411d39d0795, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aedf87d0-073b-4937-a634-d411d39d0795, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7100012797990258024 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71000127979902580247100012797990258024710001279799025802471000127979902580247100012797990258024710001279799025802471000127979902580247100012797990258024710001279799025802471000127979902580247100012797990258024710001279799025802471000127979902580247100012797990258024710001279799025802471000127979902580247100012797990258024710001279799025802471000127979902580247100012797990258024" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 22013f60-1005-46c5-8259-bc1cbb094f8c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 374d6562-f7ba-4df3-8d57-eeaab1dda00d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 374d6562-f7ba-4df3-8d57-eeaab1dda00d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11099655271981862935 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1109965527198186293511099655271981862935110996552719818629351109965527198186293511099655271981862935110996552719818629351109965527198186293511099655271981862935110996552719818629351109965527198186293511099655271981862935110996552719818629351109965527198186293511099655271981862935110996552719818629351109965527198186293511099655271981862935110996552719818629351109965527198186293511099655271981862935" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aedf87d0-073b-4937-a634-d411d39d0795, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 913c0081-8f24-4f76-ba3b-76d166665a93, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 913c0081-8f24-4f76-ba3b-76d166665a93, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17141917786421105496 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1714191778642110549617141917786421105496171419177864211054961714191778642110549617141917786421105496171419177864211054961714191778642110549617141917786421105496171419177864211054961714191778642110549617141917786421105496171419177864211054961714191778642110549617141917786421105496171419177864211054961714191778642110549617141917786421105496171419177864211054961714191778642110549617141917786421105496" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 913c0081-8f24-4f76-ba3b-76d166665a93, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ce8cba55-d341-459a-ba80-806891ca194f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ce8cba55-d341-459a-ba80-806891ca194f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10973307696968130218 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1097330769696813021810973307696968130218109733076969681302181097330769696813021810973307696968130218109733076969681302181097330769696813021810973307696968130218109733076969681302181097330769696813021810973307696968130218109733076969681302181097330769696813021810973307696968130218109733076969681302181097330769696813021810973307696968130218109733076969681302181097330769696813021810973307696968130218" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 374d6562-f7ba-4df3-8d57-eeaab1dda00d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 90427a2f-979b-49b5-928d-014d6eaaf4fa, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 90427a2f-979b-49b5-928d-014d6eaaf4fa, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1398484633793202604 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13984846337932026041398484633793202604139848463379320260413984846337932026041398484633793202604139848463379320260413984846337932026041398484633793202604139848463379320260413984846337932026041398484633793202604139848463379320260413984846337932026041398484633793202604139848463379320260413984846337932026041398484633793202604139848463379320260413984846337932026041398484633793202604" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ce8cba55-d341-459a-ba80-806891ca194f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, aab32bef-cb64-4885-816a-a93df5bd022d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aab32bef-cb64-4885-816a-a93df5bd022d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4573164188697390905 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45731641886973909054573164188697390905457316418869739090545731641886973909054573164188697390905457316418869739090545731641886973909054573164188697390905457316418869739090545731641886973909054573164188697390905457316418869739090545731641886973909054573164188697390905457316418869739090545731641886973909054573164188697390905457316418869739090545731641886973909054573164188697390905" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 90427a2f-979b-49b5-928d-014d6eaaf4fa, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 25939c6c-86f3-4ec5-9114-91eeda27c764, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 25939c6c-86f3-4ec5-9114-91eeda27c764, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4209060661300497644 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42090606613004976444209060661300497644420906066130049764442090606613004976444209060661300497644420906066130049764442090606613004976444209060661300497644420906066130049764442090606613004976444209060661300497644420906066130049764442090606613004976444209060661300497644420906066130049764442090606613004976444209060661300497644420906066130049764442090606613004976444209060661300497644" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 25939c6c-86f3-4ec5-9114-91eeda27c764, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 344cb99b-1cbd-46d9-a731-6267d66bea00, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aab32bef-cb64-4885-816a-a93df5bd022d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f738c187-e5f4-45d5-9b82-072411a7e65e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f738c187-e5f4-45d5-9b82-072411a7e65e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16770665165445970672 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1677066516544597067216770665165445970672167706651654459706721677066516544597067216770665165445970672167706651654459706721677066516544597067216770665165445970672167706651654459706721677066516544597067216770665165445970672167706651654459706721677066516544597067216770665165445970672167706651654459706721677066516544597067216770665165445970672167706651654459706721677066516544597067216770665165445970672" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 344cb99b-1cbd-46d9-a731-6267d66bea00, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11282009003632872322 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1128200900363287232211282009003632872322112820090036328723221128200900363287232211282009003632872322112820090036328723221128200900363287232211282009003632872322112820090036328723221128200900363287232211282009003632872322112820090036328723221128200900363287232211282009003632872322112820090036328723221128200900363287232211282009003632872322112820090036328723221128200900363287232211282009003632872322" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f738c187-e5f4-45d5-9b82-072411a7e65e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 433fd006-7d24-44ac-a600-f1822c998657, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 344cb99b-1cbd-46d9-a731-6267d66bea00, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e485a1db-881f-47d0-89ed-3b54d6c679ff, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e485a1db-881f-47d0-89ed-3b54d6c679ff, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13010283973184658384 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1301028397318465838413010283973184658384130102839731846583841301028397318465838413010283973184658384130102839731846583841301028397318465838413010283973184658384130102839731846583841301028397318465838413010283973184658384130102839731846583841301028397318465838413010283973184658384130102839731846583841301028397318465838413010283973184658384130102839731846583841301028397318465838413010283973184658384" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 433fd006-7d24-44ac-a600-f1822c998657, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10769514933369850736 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1076951493336985073610769514933369850736107695149333698507361076951493336985073610769514933369850736107695149333698507361076951493336985073610769514933369850736107695149333698507361076951493336985073610769514933369850736107695149333698507361076951493336985073610769514933369850736107695149333698507361076951493336985073610769514933369850736107695149333698507361076951493336985073610769514933369850736" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e485a1db-881f-47d0-89ed-3b54d6c679ff, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 433fd006-7d24-44ac-a600-f1822c998657, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 32e1e5c0-4cb7-48f7-a7cf-44550c1aa99f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 32e1e5c0-4cb7-48f7-a7cf-44550c1aa99f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 626547358146684311 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "626547358146684311626547358146684311626547358146684311626547358146684311626547358146684311626547358146684311626547358146684311626547358146684311626547358146684311626547358146684311626547358146684311626547358146684311626547358146684311626547358146684311626547358146684311626547358146684311626547358146684311626547358146684311626547358146684311626547358146684311" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 877e1f38-1a7f-4b8f-a5bd-d25742c800cb, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 877e1f38-1a7f-4b8f-a5bd-d25742c800cb, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10574753978899970417 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1057475397889997041710574753978899970417105747539788999704171057475397889997041710574753978899970417105747539788999704171057475397889997041710574753978899970417105747539788999704171057475397889997041710574753978899970417105747539788999704171057475397889997041710574753978899970417105747539788999704171057475397889997041710574753978899970417105747539788999704171057475397889997041710574753978899970417" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 32e1e5c0-4cb7-48f7-a7cf-44550c1aa99f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 773f4f75-58ab-4ee2-951d-a86f9ee0cfd5, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 773f4f75-58ab-4ee2-951d-a86f9ee0cfd5, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11639517986881712513 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1163951798688171251311639517986881712513116395179868817125131163951798688171251311639517986881712513116395179868817125131163951798688171251311639517986881712513116395179868817125131163951798688171251311639517986881712513116395179868817125131163951798688171251311639517986881712513116395179868817125131163951798688171251311639517986881712513116395179868817125131163951798688171251311639517986881712513" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 877e1f38-1a7f-4b8f-a5bd-d25742c800cb, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b9f71c26-f0a3-4896-9312-8cbe58113b70, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b9f71c26-f0a3-4896-9312-8cbe58113b70, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7538884338758764763 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75388843387587647637538884338758764763753888433875876476375388843387587647637538884338758764763753888433875876476375388843387587647637538884338758764763753888433875876476375388843387587647637538884338758764763753888433875876476375388843387587647637538884338758764763753888433875876476375388843387587647637538884338758764763753888433875876476375388843387587647637538884338758764763" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 773f4f75-58ab-4ee2-951d-a86f9ee0cfd5, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2943013f-4dff-43b9-9f0d-3f24e1801f70, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2943013f-4dff-43b9-9f0d-3f24e1801f70, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12846045425529848981 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1284604542552984898112846045425529848981128460454255298489811284604542552984898112846045425529848981128460454255298489811284604542552984898112846045425529848981128460454255298489811284604542552984898112846045425529848981128460454255298489811284604542552984898112846045425529848981128460454255298489811284604542552984898112846045425529848981128460454255298489811284604542552984898112846045425529848981" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b9f71c26-f0a3-4896-9312-8cbe58113b70, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a235c956-ec60-4088-a1aa-504a571ed8d9, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a235c956-ec60-4088-a1aa-504a571ed8d9, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11527332760712275646 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1152733276071227564611527332760712275646115273327607122756461152733276071227564611527332760712275646115273327607122756461152733276071227564611527332760712275646115273327607122756461152733276071227564611527332760712275646115273327607122756461152733276071227564611527332760712275646115273327607122756461152733276071227564611527332760712275646115273327607122756461152733276071227564611527332760712275646" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2943013f-4dff-43b9-9f0d-3f24e1801f70, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 56784b64-6906-4286-89ed-fc5b7149e8b3, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 56784b64-6906-4286-89ed-fc5b7149e8b3, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7201359108592979962 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72013591085929799627201359108592979962720135910859297996272013591085929799627201359108592979962720135910859297996272013591085929799627201359108592979962720135910859297996272013591085929799627201359108592979962720135910859297996272013591085929799627201359108592979962720135910859297996272013591085929799627201359108592979962720135910859297996272013591085929799627201359108592979962" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a235c956-ec60-4088-a1aa-504a571ed8d9, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e769c738-0455-4a7a-a2d5-a64186c8d419, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e769c738-0455-4a7a-a2d5-a64186c8d419, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17436993592500835247 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1743699359250083524717436993592500835247174369935925008352471743699359250083524717436993592500835247174369935925008352471743699359250083524717436993592500835247174369935925008352471743699359250083524717436993592500835247174369935925008352471743699359250083524717436993592500835247174369935925008352471743699359250083524717436993592500835247174369935925008352471743699359250083524717436993592500835247" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 56784b64-6906-4286-89ed-fc5b7149e8b3, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4e8d1ec8-1cb8-4329-9fff-d4a222eaec92, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4e8d1ec8-1cb8-4329-9fff-d4a222eaec92, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10556563593479104799 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1055656359347910479910556563593479104799105565635934791047991055656359347910479910556563593479104799105565635934791047991055656359347910479910556563593479104799105565635934791047991055656359347910479910556563593479104799105565635934791047991055656359347910479910556563593479104799105565635934791047991055656359347910479910556563593479104799105565635934791047991055656359347910479910556563593479104799" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e769c738-0455-4a7a-a2d5-a64186c8d419, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7335548c-695d-48c2-b223-ddf2d5dff138, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7335548c-695d-48c2-b223-ddf2d5dff138, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4412590901757777328 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44125909017577773284412590901757777328441259090175777732844125909017577773284412590901757777328441259090175777732844125909017577773284412590901757777328441259090175777732844125909017577773284412590901757777328441259090175777732844125909017577773284412590901757777328441259090175777732844125909017577773284412590901757777328441259090175777732844125909017577773284412590901757777328" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4e8d1ec8-1cb8-4329-9fff-d4a222eaec92, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 45cdd86d-baab-4705-bb6d-f45e28007683, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 45cdd86d-baab-4705-bb6d-f45e28007683, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8248921376230102997 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82489213762301029978248921376230102997824892137623010299782489213762301029978248921376230102997824892137623010299782489213762301029978248921376230102997824892137623010299782489213762301029978248921376230102997824892137623010299782489213762301029978248921376230102997824892137623010299782489213762301029978248921376230102997824892137623010299782489213762301029978248921376230102997" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7335548c-695d-48c2-b223-ddf2d5dff138, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c36a5934-059a-4f53-97be-01077dddd481, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c36a5934-059a-4f53-97be-01077dddd481, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12983179722845621898 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1298317972284562189812983179722845621898129831797228456218981298317972284562189812983179722845621898129831797228456218981298317972284562189812983179722845621898129831797228456218981298317972284562189812983179722845621898129831797228456218981298317972284562189812983179722845621898129831797228456218981298317972284562189812983179722845621898129831797228456218981298317972284562189812983179722845621898" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 45cdd86d-baab-4705-bb6d-f45e28007683, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 88534c32-92ef-4879-99fb-19af51175b7c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 88534c32-92ef-4879-99fb-19af51175b7c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5284035257106949501 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52840352571069495015284035257106949501528403525710694950152840352571069495015284035257106949501528403525710694950152840352571069495015284035257106949501528403525710694950152840352571069495015284035257106949501528403525710694950152840352571069495015284035257106949501528403525710694950152840352571069495015284035257106949501528403525710694950152840352571069495015284035257106949501" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c36a5934-059a-4f53-97be-01077dddd481, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ef67348e-5b68-4831-b35c-63ad31cbf41c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 88534c32-92ef-4879-99fb-19af51175b7c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9183e85e-3570-4623-9caf-c923d5347f71, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9183e85e-3570-4623-9caf-c923d5347f71, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11952883687440612742 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1195288368744061274211952883687440612742119528836874406127421195288368744061274211952883687440612742119528836874406127421195288368744061274211952883687440612742119528836874406127421195288368744061274211952883687440612742119528836874406127421195288368744061274211952883687440612742119528836874406127421195288368744061274211952883687440612742119528836874406127421195288368744061274211952883687440612742" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ef67348e-5b68-4831-b35c-63ad31cbf41c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1293447812636596654 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12934478126365966541293447812636596654129344781263659665412934478126365966541293447812636596654129344781263659665412934478126365966541293447812636596654129344781263659665412934478126365966541293447812636596654129344781263659665412934478126365966541293447812636596654129344781263659665412934478126365966541293447812636596654129344781263659665412934478126365966541293447812636596654" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9183e85e-3570-4623-9caf-c923d5347f71, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9924281e-1987-4cdb-8291-3fc3ad85d506, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9924281e-1987-4cdb-8291-3fc3ad85d506, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18437065713447341871 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1843706571344734187118437065713447341871184370657134473418711843706571344734187118437065713447341871184370657134473418711843706571344734187118437065713447341871184370657134473418711843706571344734187118437065713447341871184370657134473418711843706571344734187118437065713447341871184370657134473418711843706571344734187118437065713447341871184370657134473418711843706571344734187118437065713447341871" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ef67348e-5b68-4831-b35c-63ad31cbf41c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 10361426-3825-4674-89b0-9dac197d8ffa, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 10361426-3825-4674-89b0-9dac197d8ffa, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5533954392277720038 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55339543922777200385533954392277720038553395439227772003855339543922777200385533954392277720038553395439227772003855339543922777200385533954392277720038553395439227772003855339543922777200385533954392277720038553395439227772003855339543922777200385533954392277720038553395439227772003855339543922777200385533954392277720038553395439227772003855339543922777200385533954392277720038" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9924281e-1987-4cdb-8291-3fc3ad85d506, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8421c2d6-02c0-42cc-b507-3bb9e6e620f6, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8421c2d6-02c0-42cc-b507-3bb9e6e620f6, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13179893026095651781 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1317989302609565178113179893026095651781131798930260956517811317989302609565178113179893026095651781131798930260956517811317989302609565178113179893026095651781131798930260956517811317989302609565178113179893026095651781131798930260956517811317989302609565178113179893026095651781131798930260956517811317989302609565178113179893026095651781131798930260956517811317989302609565178113179893026095651781" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 10361426-3825-4674-89b0-9dac197d8ffa, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 55ff071f-79c3-4e65-97cc-8c93f47508c1, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 55ff071f-79c3-4e65-97cc-8c93f47508c1, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7497749054434970634 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74977490544349706347497749054434970634749774905443497063474977490544349706347497749054434970634749774905443497063474977490544349706347497749054434970634749774905443497063474977490544349706347497749054434970634749774905443497063474977490544349706347497749054434970634749774905443497063474977490544349706347497749054434970634749774905443497063474977490544349706347497749054434970634" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8421c2d6-02c0-42cc-b507-3bb9e6e620f6, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2d71c149-807e-401c-b141-8cf104c82118, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2d71c149-807e-401c-b141-8cf104c82118, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5646615610704682425 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56466156107046824255646615610704682425564661561070468242556466156107046824255646615610704682425564661561070468242556466156107046824255646615610704682425564661561070468242556466156107046824255646615610704682425564661561070468242556466156107046824255646615610704682425564661561070468242556466156107046824255646615610704682425564661561070468242556466156107046824255646615610704682425" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 55ff071f-79c3-4e65-97cc-8c93f47508c1, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9083e859-a811-48b0-8387-a4d25ae7bbe8, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9083e859-a811-48b0-8387-a4d25ae7bbe8, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6471799487714116638 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64717994877141166386471799487714116638647179948771411663864717994877141166386471799487714116638647179948771411663864717994877141166386471799487714116638647179948771411663864717994877141166386471799487714116638647179948771411663864717994877141166386471799487714116638647179948771411663864717994877141166386471799487714116638647179948771411663864717994877141166386471799487714116638" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2d71c149-807e-401c-b141-8cf104c82118, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8e1ed5fe-b90c-48a8-8a3b-4c65c9e1fd98, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8e1ed5fe-b90c-48a8-8a3b-4c65c9e1fd98, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11564700958077407722 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1156470095807740772211564700958077407722115647009580774077221156470095807740772211564700958077407722115647009580774077221156470095807740772211564700958077407722115647009580774077221156470095807740772211564700958077407722115647009580774077221156470095807740772211564700958077407722115647009580774077221156470095807740772211564700958077407722115647009580774077221156470095807740772211564700958077407722" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8e1ed5fe-b90c-48a8-8a3b-4c65c9e1fd98, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ccd78483-f1ee-4b8f-b0bc-d02b7bdecb73, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ccd78483-f1ee-4b8f-b0bc-d02b7bdecb73, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4322635428550371983 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43226354285503719834322635428550371983432263542855037198343226354285503719834322635428550371983432263542855037198343226354285503719834322635428550371983432263542855037198343226354285503719834322635428550371983432263542855037198343226354285503719834322635428550371983432263542855037198343226354285503719834322635428550371983432263542855037198343226354285503719834322635428550371983" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9083e859-a811-48b0-8387-a4d25ae7bbe8, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e0ccf3b6-caf7-4858-bfb8-ae769f6637cc, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e0ccf3b6-caf7-4858-bfb8-ae769f6637cc, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12651854314439287651 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1265185431443928765112651854314439287651126518543144392876511265185431443928765112651854314439287651126518543144392876511265185431443928765112651854314439287651126518543144392876511265185431443928765112651854314439287651126518543144392876511265185431443928765112651854314439287651126518543144392876511265185431443928765112651854314439287651126518543144392876511265185431443928765112651854314439287651" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ccd78483-f1ee-4b8f-b0bc-d02b7bdecb73, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 20480b2e-a323-47cf-88ed-d55a7d12694a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 20480b2e-a323-47cf-88ed-d55a7d12694a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1953100247870578298 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19531002478705782981953100247870578298195310024787057829819531002478705782981953100247870578298195310024787057829819531002478705782981953100247870578298195310024787057829819531002478705782981953100247870578298195310024787057829819531002478705782981953100247870578298195310024787057829819531002478705782981953100247870578298195310024787057829819531002478705782981953100247870578298" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e0ccf3b6-caf7-4858-bfb8-ae769f6637cc, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 46c7bc36-e4ca-423c-9ce8-ac306fdf1c53, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 46c7bc36-e4ca-423c-9ce8-ac306fdf1c53, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2889614614992123547 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28896146149921235472889614614992123547288961461499212354728896146149921235472889614614992123547288961461499212354728896146149921235472889614614992123547288961461499212354728896146149921235472889614614992123547288961461499212354728896146149921235472889614614992123547288961461499212354728896146149921235472889614614992123547288961461499212354728896146149921235472889614614992123547" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 20480b2e-a323-47cf-88ed-d55a7d12694a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d1a8499a-20a5-45a8-9505-97618cc06deb, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d1a8499a-20a5-45a8-9505-97618cc06deb, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16560932489167382312 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1656093248916738231216560932489167382312165609324891673823121656093248916738231216560932489167382312165609324891673823121656093248916738231216560932489167382312165609324891673823121656093248916738231216560932489167382312165609324891673823121656093248916738231216560932489167382312165609324891673823121656093248916738231216560932489167382312165609324891673823121656093248916738231216560932489167382312" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 46c7bc36-e4ca-423c-9ce8-ac306fdf1c53, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 09866483-8e0c-4ec7-b001-bcfa99f1ac3c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 09866483-8e0c-4ec7-b001-bcfa99f1ac3c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10887363449692711408 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1088736344969271140810887363449692711408108873634496927114081088736344969271140810887363449692711408108873634496927114081088736344969271140810887363449692711408108873634496927114081088736344969271140810887363449692711408108873634496927114081088736344969271140810887363449692711408108873634496927114081088736344969271140810887363449692711408108873634496927114081088736344969271140810887363449692711408" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d1a8499a-20a5-45a8-9505-97618cc06deb, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 93bb8889-97b7-4d76-a11a-5a281c097028, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 93bb8889-97b7-4d76-a11a-5a281c097028, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15660616597398607376 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1566061659739860737615660616597398607376156606165973986073761566061659739860737615660616597398607376156606165973986073761566061659739860737615660616597398607376156606165973986073761566061659739860737615660616597398607376156606165973986073761566061659739860737615660616597398607376156606165973986073761566061659739860737615660616597398607376156606165973986073761566061659739860737615660616597398607376" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 09866483-8e0c-4ec7-b001-bcfa99f1ac3c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 66caf824-5c4f-45e5-8d8c-1f1400f9431d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 66caf824-5c4f-45e5-8d8c-1f1400f9431d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12201358716133609169 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1220135871613360916912201358716133609169122013587161336091691220135871613360916912201358716133609169122013587161336091691220135871613360916912201358716133609169122013587161336091691220135871613360916912201358716133609169122013587161336091691220135871613360916912201358716133609169122013587161336091691220135871613360916912201358716133609169122013587161336091691220135871613360916912201358716133609169" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 93bb8889-97b7-4d76-a11a-5a281c097028, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 66caf824-5c4f-45e5-8d8c-1f1400f9431d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5a8068fd-36a2-4b78-9c18-716fabd5b0a9, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5a8068fd-36a2-4b78-9c18-716fabd5b0a9, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10213827215106717392 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1021382721510671739210213827215106717392102138272151067173921021382721510671739210213827215106717392102138272151067173921021382721510671739210213827215106717392102138272151067173921021382721510671739210213827215106717392102138272151067173921021382721510671739210213827215106717392102138272151067173921021382721510671739210213827215106717392102138272151067173921021382721510671739210213827215106717392" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5f7f9079-f9ce-41f3-a27f-3c230c6ddd93, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5f7f9079-f9ce-41f3-a27f-3c230c6ddd93, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14135716051320204796 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1413571605132020479614135716051320204796141357160513202047961413571605132020479614135716051320204796141357160513202047961413571605132020479614135716051320204796141357160513202047961413571605132020479614135716051320204796141357160513202047961413571605132020479614135716051320204796141357160513202047961413571605132020479614135716051320204796141357160513202047961413571605132020479614135716051320204796" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5a8068fd-36a2-4b78-9c18-716fabd5b0a9, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 093f8e65-4039-4047-a9a0-c1257c7a5968, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 093f8e65-4039-4047-a9a0-c1257c7a5968, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15891723414782351732 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1589172341478235173215891723414782351732158917234147823517321589172341478235173215891723414782351732158917234147823517321589172341478235173215891723414782351732158917234147823517321589172341478235173215891723414782351732158917234147823517321589172341478235173215891723414782351732158917234147823517321589172341478235173215891723414782351732158917234147823517321589172341478235173215891723414782351732" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5f7f9079-f9ce-41f3-a27f-3c230c6ddd93, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f7d98c7f-23dd-4db6-9d65-2ad8c2a19701, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f7d98c7f-23dd-4db6-9d65-2ad8c2a19701, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14159282353211604043 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1415928235321160404314159282353211604043141592823532116040431415928235321160404314159282353211604043141592823532116040431415928235321160404314159282353211604043141592823532116040431415928235321160404314159282353211604043141592823532116040431415928235321160404314159282353211604043141592823532116040431415928235321160404314159282353211604043141592823532116040431415928235321160404314159282353211604043" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 093f8e65-4039-4047-a9a0-c1257c7a5968, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 239ef889-7339-42e9-ab66-9f8c05edcf5d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 239ef889-7339-42e9-ab66-9f8c05edcf5d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4040313667079154002 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40403136670791540024040313667079154002404031366707915400240403136670791540024040313667079154002404031366707915400240403136670791540024040313667079154002404031366707915400240403136670791540024040313667079154002404031366707915400240403136670791540024040313667079154002404031366707915400240403136670791540024040313667079154002404031366707915400240403136670791540024040313667079154002" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f7d98c7f-23dd-4db6-9d65-2ad8c2a19701, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 64ca064c-528a-42a4-80fd-19d4b7a91fae, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 64ca064c-528a-42a4-80fd-19d4b7a91fae, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 247469891210028405 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "247469891210028405247469891210028405247469891210028405247469891210028405247469891210028405247469891210028405247469891210028405247469891210028405247469891210028405247469891210028405247469891210028405247469891210028405247469891210028405247469891210028405247469891210028405247469891210028405247469891210028405247469891210028405247469891210028405247469891210028405" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 239ef889-7339-42e9-ab66-9f8c05edcf5d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 772afea5-43f6-4398-94b4-a53271d3272f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 772afea5-43f6-4398-94b4-a53271d3272f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15052692778813789182 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1505269277881378918215052692778813789182150526927788137891821505269277881378918215052692778813789182150526927788137891821505269277881378918215052692778813789182150526927788137891821505269277881378918215052692778813789182150526927788137891821505269277881378918215052692778813789182150526927788137891821505269277881378918215052692778813789182150526927788137891821505269277881378918215052692778813789182" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 64ca064c-528a-42a4-80fd-19d4b7a91fae, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0875c89a-0915-4cba-ab21-4306af7ebee0, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0875c89a-0915-4cba-ab21-4306af7ebee0, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14971763730930903022 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1497176373093090302214971763730930903022149717637309309030221497176373093090302214971763730930903022149717637309309030221497176373093090302214971763730930903022149717637309309030221497176373093090302214971763730930903022149717637309309030221497176373093090302214971763730930903022149717637309309030221497176373093090302214971763730930903022149717637309309030221497176373093090302214971763730930903022" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 772afea5-43f6-4398-94b4-a53271d3272f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, eafbbd59-931a-40c0-8b33-12e9f7bc8f97, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eafbbd59-931a-40c0-8b33-12e9f7bc8f97, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14098940559828292302 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1409894055982829230214098940559828292302140989405598282923021409894055982829230214098940559828292302140989405598282923021409894055982829230214098940559828292302140989405598282923021409894055982829230214098940559828292302140989405598282923021409894055982829230214098940559828292302140989405598282923021409894055982829230214098940559828292302140989405598282923021409894055982829230214098940559828292302" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0875c89a-0915-4cba-ab21-4306af7ebee0, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6124d92d-3687-45f0-bfcd-74667932653f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6124d92d-3687-45f0-bfcd-74667932653f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16168140558184392197 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1616814055818439219716168140558184392197161681405581843921971616814055818439219716168140558184392197161681405581843921971616814055818439219716168140558184392197161681405581843921971616814055818439219716168140558184392197161681405581843921971616814055818439219716168140558184392197161681405581843921971616814055818439219716168140558184392197161681405581843921971616814055818439219716168140558184392197" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eafbbd59-931a-40c0-8b33-12e9f7bc8f97, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4ad6fd1c-4c06-4937-9e17-b2051ef0272a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4ad6fd1c-4c06-4937-9e17-b2051ef0272a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14825094088399882200 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1482509408839988220014825094088399882200148250940883998822001482509408839988220014825094088399882200148250940883998822001482509408839988220014825094088399882200148250940883998822001482509408839988220014825094088399882200148250940883998822001482509408839988220014825094088399882200148250940883998822001482509408839988220014825094088399882200148250940883998822001482509408839988220014825094088399882200" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6124d92d-3687-45f0-bfcd-74667932653f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 027046b6-300d-4556-bc64-20fc9ef81974, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 027046b6-300d-4556-bc64-20fc9ef81974, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4415426486389662508 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44154264863896625084415426486389662508441542648638966250844154264863896625084415426486389662508441542648638966250844154264863896625084415426486389662508441542648638966250844154264863896625084415426486389662508441542648638966250844154264863896625084415426486389662508441542648638966250844154264863896625084415426486389662508441542648638966250844154264863896625084415426486389662508" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4ad6fd1c-4c06-4937-9e17-b2051ef0272a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 924efb9e-9e7b-4060-aca2-ac76258f595e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 924efb9e-9e7b-4060-aca2-ac76258f595e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4172880866946385907 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41728808669463859074172880866946385907417288086694638590741728808669463859074172880866946385907417288086694638590741728808669463859074172880866946385907417288086694638590741728808669463859074172880866946385907417288086694638590741728808669463859074172880866946385907417288086694638590741728808669463859074172880866946385907417288086694638590741728808669463859074172880866946385907" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 027046b6-300d-4556-bc64-20fc9ef81974, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2ab0286a-c5e6-4880-bbd2-43685edc0f0d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2ab0286a-c5e6-4880-bbd2-43685edc0f0d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2458957786667255980 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24589577866672559802458957786667255980245895778666725598024589577866672559802458957786667255980245895778666725598024589577866672559802458957786667255980245895778666725598024589577866672559802458957786667255980245895778666725598024589577866672559802458957786667255980245895778666725598024589577866672559802458957786667255980245895778666725598024589577866672559802458957786667255980" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 924efb9e-9e7b-4060-aca2-ac76258f595e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 907b1575-c6be-4841-add4-3fce93bc188b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 907b1575-c6be-4841-add4-3fce93bc188b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8216083759191511 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82160837591915118216083759191511821608375919151182160837591915118216083759191511821608375919151182160837591915118216083759191511821608375919151182160837591915118216083759191511821608375919151182160837591915118216083759191511821608375919151182160837591915118216083759191511821608375919151182160837591915118216083759191511" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2ab0286a-c5e6-4880-bbd2-43685edc0f0d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d9972d36-6371-4ca6-9fb4-978506b6283d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d9972d36-6371-4ca6-9fb4-978506b6283d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10643821912103465613 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1064382191210346561310643821912103465613106438219121034656131064382191210346561310643821912103465613106438219121034656131064382191210346561310643821912103465613106438219121034656131064382191210346561310643821912103465613106438219121034656131064382191210346561310643821912103465613106438219121034656131064382191210346561310643821912103465613106438219121034656131064382191210346561310643821912103465613" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 907b1575-c6be-4841-add4-3fce93bc188b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bd6f95b2-1508-4891-bc14-3cb1e35f463e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bd6f95b2-1508-4891-bc14-3cb1e35f463e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4418378684671707825 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44183786846717078254418378684671707825441837868467170782544183786846717078254418378684671707825441837868467170782544183786846717078254418378684671707825441837868467170782544183786846717078254418378684671707825441837868467170782544183786846717078254418378684671707825441837868467170782544183786846717078254418378684671707825441837868467170782544183786846717078254418378684671707825" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d9972d36-6371-4ca6-9fb4-978506b6283d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f7b4abf2-2d90-4e9e-94eb-01052e063072, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f7b4abf2-2d90-4e9e-94eb-01052e063072, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1825892608357126718 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18258926083571267181825892608357126718182589260835712671818258926083571267181825892608357126718182589260835712671818258926083571267181825892608357126718182589260835712671818258926083571267181825892608357126718182589260835712671818258926083571267181825892608357126718182589260835712671818258926083571267181825892608357126718182589260835712671818258926083571267181825892608357126718" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bd6f95b2-1508-4891-bc14-3cb1e35f463e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b919f366-5d3f-4224-9c78-dc7b46b72784, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b919f366-5d3f-4224-9c78-dc7b46b72784, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15154261490527749208 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1515426149052774920815154261490527749208151542614905277492081515426149052774920815154261490527749208151542614905277492081515426149052774920815154261490527749208151542614905277492081515426149052774920815154261490527749208151542614905277492081515426149052774920815154261490527749208151542614905277492081515426149052774920815154261490527749208151542614905277492081515426149052774920815154261490527749208" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f7b4abf2-2d90-4e9e-94eb-01052e063072, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9b61314c-3328-4d97-ba43-8782ea9af4d7, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9b61314c-3328-4d97-ba43-8782ea9af4d7, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15501433190373655969 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1550143319037365596915501433190373655969155014331903736559691550143319037365596915501433190373655969155014331903736559691550143319037365596915501433190373655969155014331903736559691550143319037365596915501433190373655969155014331903736559691550143319037365596915501433190373655969155014331903736559691550143319037365596915501433190373655969155014331903736559691550143319037365596915501433190373655969" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b919f366-5d3f-4224-9c78-dc7b46b72784, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a5a75cb0-0e35-437a-9d40-fb001e4e594e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a5a75cb0-0e35-437a-9d40-fb001e4e594e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7645216799626850937 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76452167996268509377645216799626850937764521679962685093776452167996268509377645216799626850937764521679962685093776452167996268509377645216799626850937764521679962685093776452167996268509377645216799626850937764521679962685093776452167996268509377645216799626850937764521679962685093776452167996268509377645216799626850937764521679962685093776452167996268509377645216799626850937" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a5a75cb0-0e35-437a-9d40-fb001e4e594e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9b61314c-3328-4d97-ba43-8782ea9af4d7, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c39ad040-3aaf-44eb-bab4-70a493d699e0, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c39ad040-3aaf-44eb-bab4-70a493d699e0, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3036982827066455226 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30369828270664552263036982827066455226303698282706645522630369828270664552263036982827066455226303698282706645522630369828270664552263036982827066455226303698282706645522630369828270664552263036982827066455226303698282706645522630369828270664552263036982827066455226303698282706645522630369828270664552263036982827066455226303698282706645522630369828270664552263036982827066455226" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c99714a0-1f87-45a3-8626-cb0bbee1654f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c99714a0-1f87-45a3-8626-cb0bbee1654f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3563298294002072739 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35632982940020727393563298294002072739356329829400207273935632982940020727393563298294002072739356329829400207273935632982940020727393563298294002072739356329829400207273935632982940020727393563298294002072739356329829400207273935632982940020727393563298294002072739356329829400207273935632982940020727393563298294002072739356329829400207273935632982940020727393563298294002072739" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c39ad040-3aaf-44eb-bab4-70a493d699e0, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7d57d276-29ba-4adb-9900-a424af9a6c5c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7d57d276-29ba-4adb-9900-a424af9a6c5c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16373786044582531093 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1637378604458253109316373786044582531093163737860445825310931637378604458253109316373786044582531093163737860445825310931637378604458253109316373786044582531093163737860445825310931637378604458253109316373786044582531093163737860445825310931637378604458253109316373786044582531093163737860445825310931637378604458253109316373786044582531093163737860445825310931637378604458253109316373786044582531093" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c99714a0-1f87-45a3-8626-cb0bbee1654f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 24fbac49-127d-4cb0-a3cb-2db9ef97c59f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 24fbac49-127d-4cb0-a3cb-2db9ef97c59f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18199293064924725837 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1819929306492472583718199293064924725837181992930649247258371819929306492472583718199293064924725837181992930649247258371819929306492472583718199293064924725837181992930649247258371819929306492472583718199293064924725837181992930649247258371819929306492472583718199293064924725837181992930649247258371819929306492472583718199293064924725837181992930649247258371819929306492472583718199293064924725837" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7d57d276-29ba-4adb-9900-a424af9a6c5c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bbf08894-a871-4ea0-9171-86cf8d97716d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bbf08894-a871-4ea0-9171-86cf8d97716d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7460300873915295161 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74603008739152951617460300873915295161746030087391529516174603008739152951617460300873915295161746030087391529516174603008739152951617460300873915295161746030087391529516174603008739152951617460300873915295161746030087391529516174603008739152951617460300873915295161746030087391529516174603008739152951617460300873915295161746030087391529516174603008739152951617460300873915295161" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 24fbac49-127d-4cb0-a3cb-2db9ef97c59f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3dfd63e1-daf3-4493-a73d-1ea07ee1554e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3dfd63e1-daf3-4493-a73d-1ea07ee1554e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17937179454714911934 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1793717945471491193417937179454714911934179371794547149119341793717945471491193417937179454714911934179371794547149119341793717945471491193417937179454714911934179371794547149119341793717945471491193417937179454714911934179371794547149119341793717945471491193417937179454714911934179371794547149119341793717945471491193417937179454714911934179371794547149119341793717945471491193417937179454714911934" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bbf08894-a871-4ea0-9171-86cf8d97716d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3ece4156-d3c1-43af-8e9b-4b52b4ef2b82, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3ece4156-d3c1-43af-8e9b-4b52b4ef2b82, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14387259141163312629 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1438725914116331262914387259141163312629143872591411633126291438725914116331262914387259141163312629143872591411633126291438725914116331262914387259141163312629143872591411633126291438725914116331262914387259141163312629143872591411633126291438725914116331262914387259141163312629143872591411633126291438725914116331262914387259141163312629143872591411633126291438725914116331262914387259141163312629" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3dfd63e1-daf3-4493-a73d-1ea07ee1554e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a27c1b7c-7aeb-4df3-805d-9c303389100d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a27c1b7c-7aeb-4df3-805d-9c303389100d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16963591088822808115 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1696359108882280811516963591088822808115169635910888228081151696359108882280811516963591088822808115169635910888228081151696359108882280811516963591088822808115169635910888228081151696359108882280811516963591088822808115169635910888228081151696359108882280811516963591088822808115169635910888228081151696359108882280811516963591088822808115169635910888228081151696359108882280811516963591088822808115" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3ece4156-d3c1-43af-8e9b-4b52b4ef2b82, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 10e785c5-2c28-4bd6-af13-50031ababecb, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 10e785c5-2c28-4bd6-af13-50031ababecb, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13443782020234532486 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1344378202023453248613443782020234532486134437820202345324861344378202023453248613443782020234532486134437820202345324861344378202023453248613443782020234532486134437820202345324861344378202023453248613443782020234532486134437820202345324861344378202023453248613443782020234532486134437820202345324861344378202023453248613443782020234532486134437820202345324861344378202023453248613443782020234532486" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a27c1b7c-7aeb-4df3-805d-9c303389100d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e9575691-da94-4188-adca-0c15a911fa64, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e9575691-da94-4188-adca-0c15a911fa64, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9743265662255615817 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97432656622556158179743265662255615817974326566225561581797432656622556158179743265662255615817974326566225561581797432656622556158179743265662255615817974326566225561581797432656622556158179743265662255615817974326566225561581797432656622556158179743265662255615817974326566225561581797432656622556158179743265662255615817974326566225561581797432656622556158179743265662255615817" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 10e785c5-2c28-4bd6-af13-50031ababecb, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4fdf3c8d-61c1-4404-8aa9-2c4bdcba7ef5, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4fdf3c8d-61c1-4404-8aa9-2c4bdcba7ef5, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 414187251419403012 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "414187251419403012414187251419403012414187251419403012414187251419403012414187251419403012414187251419403012414187251419403012414187251419403012414187251419403012414187251419403012414187251419403012414187251419403012414187251419403012414187251419403012414187251419403012414187251419403012414187251419403012414187251419403012414187251419403012414187251419403012" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e9575691-da94-4188-adca-0c15a911fa64, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cd000f04-9416-45f5-afac-e50a857a5025, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cd000f04-9416-45f5-afac-e50a857a5025, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8820196056428094426 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88201960564280944268820196056428094426882019605642809442688201960564280944268820196056428094426882019605642809442688201960564280944268820196056428094426882019605642809442688201960564280944268820196056428094426882019605642809442688201960564280944268820196056428094426882019605642809442688201960564280944268820196056428094426882019605642809442688201960564280944268820196056428094426" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4fdf3c8d-61c1-4404-8aa9-2c4bdcba7ef5, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e200974c-de74-4b01-919f-34a13b43a554, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e200974c-de74-4b01-919f-34a13b43a554, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17853838291357439059 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1785383829135743905917853838291357439059178538382913574390591785383829135743905917853838291357439059178538382913574390591785383829135743905917853838291357439059178538382913574390591785383829135743905917853838291357439059178538382913574390591785383829135743905917853838291357439059178538382913574390591785383829135743905917853838291357439059178538382913574390591785383829135743905917853838291357439059" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cd000f04-9416-45f5-afac-e50a857a5025, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2511b0b2-c026-4072-89c3-899f02c75a43, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2511b0b2-c026-4072-89c3-899f02c75a43, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7170065820404470632 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71700658204044706327170065820404470632717006582040447063271700658204044706327170065820404470632717006582040447063271700658204044706327170065820404470632717006582040447063271700658204044706327170065820404470632717006582040447063271700658204044706327170065820404470632717006582040447063271700658204044706327170065820404470632717006582040447063271700658204044706327170065820404470632" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e200974c-de74-4b01-919f-34a13b43a554, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 23d69ed5-bb5a-4a22-a837-941a88ee5ed0, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 23d69ed5-bb5a-4a22-a837-941a88ee5ed0, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13670870608082836179 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1367087060808283617913670870608082836179136708706080828361791367087060808283617913670870608082836179136708706080828361791367087060808283617913670870608082836179136708706080828361791367087060808283617913670870608082836179136708706080828361791367087060808283617913670870608082836179136708706080828361791367087060808283617913670870608082836179136708706080828361791367087060808283617913670870608082836179" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2511b0b2-c026-4072-89c3-899f02c75a43, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7c0a891b-95c3-4d39-b013-f0c0f465b4b9, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7c0a891b-95c3-4d39-b013-f0c0f465b4b9, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7367846186267154277 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73678461862671542777367846186267154277736784618626715427773678461862671542777367846186267154277736784618626715427773678461862671542777367846186267154277736784618626715427773678461862671542777367846186267154277736784618626715427773678461862671542777367846186267154277736784618626715427773678461862671542777367846186267154277736784618626715427773678461862671542777367846186267154277" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 23d69ed5-bb5a-4a22-a837-941a88ee5ed0, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bd353135-0b3e-4fa2-801c-38d5a5630d4b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bd353135-0b3e-4fa2-801c-38d5a5630d4b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12075103822407421648 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1207510382240742164812075103822407421648120751038224074216481207510382240742164812075103822407421648120751038224074216481207510382240742164812075103822407421648120751038224074216481207510382240742164812075103822407421648120751038224074216481207510382240742164812075103822407421648120751038224074216481207510382240742164812075103822407421648120751038224074216481207510382240742164812075103822407421648" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7c0a891b-95c3-4d39-b013-f0c0f465b4b9, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 96943034-8e09-4476-8d31-50f90864c439, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 96943034-8e09-4476-8d31-50f90864c439, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12365512660060916839 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1236551266006091683912365512660060916839123655126600609168391236551266006091683912365512660060916839123655126600609168391236551266006091683912365512660060916839123655126600609168391236551266006091683912365512660060916839123655126600609168391236551266006091683912365512660060916839123655126600609168391236551266006091683912365512660060916839123655126600609168391236551266006091683912365512660060916839" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bd353135-0b3e-4fa2-801c-38d5a5630d4b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, aceec14e-fa3f-4614-8955-8996e22520ca, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aceec14e-fa3f-4614-8955-8996e22520ca, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1157254586251662212 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11572545862516622121157254586251662212115725458625166221211572545862516622121157254586251662212115725458625166221211572545862516622121157254586251662212115725458625166221211572545862516622121157254586251662212115725458625166221211572545862516622121157254586251662212115725458625166221211572545862516622121157254586251662212115725458625166221211572545862516622121157254586251662212" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 96943034-8e09-4476-8d31-50f90864c439, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c3d99208-391c-4946-af2f-931dda66bc84, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c3d99208-391c-4946-af2f-931dda66bc84, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3210269316983989423 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32102693169839894233210269316983989423321026931698398942332102693169839894233210269316983989423321026931698398942332102693169839894233210269316983989423321026931698398942332102693169839894233210269316983989423321026931698398942332102693169839894233210269316983989423321026931698398942332102693169839894233210269316983989423321026931698398942332102693169839894233210269316983989423" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aceec14e-fa3f-4614-8955-8996e22520ca, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1eb83ce0-3618-4020-ba68-64561a1bd77f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1eb83ce0-3618-4020-ba68-64561a1bd77f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13645809156023831252 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1364580915602383125213645809156023831252136458091560238312521364580915602383125213645809156023831252136458091560238312521364580915602383125213645809156023831252136458091560238312521364580915602383125213645809156023831252136458091560238312521364580915602383125213645809156023831252136458091560238312521364580915602383125213645809156023831252136458091560238312521364580915602383125213645809156023831252" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c3d99208-391c-4946-af2f-931dda66bc84, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 53b404ab-d9e2-4dd9-8dc1-b0bf9362a1e6, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 53b404ab-d9e2-4dd9-8dc1-b0bf9362a1e6, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12456630638736301587 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1245663063873630158712456630638736301587124566306387363015871245663063873630158712456630638736301587124566306387363015871245663063873630158712456630638736301587124566306387363015871245663063873630158712456630638736301587124566306387363015871245663063873630158712456630638736301587124566306387363015871245663063873630158712456630638736301587124566306387363015871245663063873630158712456630638736301587" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1eb83ce0-3618-4020-ba68-64561a1bd77f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e6ae735e-4d14-4bdf-8c96-c8fadfba5608, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e6ae735e-4d14-4bdf-8c96-c8fadfba5608, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6948540252924165564 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69485402529241655646948540252924165564694854025292416556469485402529241655646948540252924165564694854025292416556469485402529241655646948540252924165564694854025292416556469485402529241655646948540252924165564694854025292416556469485402529241655646948540252924165564694854025292416556469485402529241655646948540252924165564694854025292416556469485402529241655646948540252924165564" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 53b404ab-d9e2-4dd9-8dc1-b0bf9362a1e6, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e6ae735e-4d14-4bdf-8c96-c8fadfba5608, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 62255799-2b7d-4b0b-b797-b0f87ac75921, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6baeafbb-da12-449b-b574-ca451b630ae6, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6baeafbb-da12-449b-b574-ca451b630ae6, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10661336117040428420 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1066133611704042842010661336117040428420106613361170404284201066133611704042842010661336117040428420106613361170404284201066133611704042842010661336117040428420106613361170404284201066133611704042842010661336117040428420106613361170404284201066133611704042842010661336117040428420106613361170404284201066133611704042842010661336117040428420106613361170404284201066133611704042842010661336117040428420" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 62255799-2b7d-4b0b-b797-b0f87ac75921, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5589964022377347228 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55899640223773472285589964022377347228558996402237734722855899640223773472285589964022377347228558996402237734722855899640223773472285589964022377347228558996402237734722855899640223773472285589964022377347228558996402237734722855899640223773472285589964022377347228558996402237734722855899640223773472285589964022377347228558996402237734722855899640223773472285589964022377347228" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6baeafbb-da12-449b-b574-ca451b630ae6, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5c555dcb-0b69-4598-9c78-8273419ae7d1, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5c555dcb-0b69-4598-9c78-8273419ae7d1, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7121992030540485882 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71219920305404858827121992030540485882712199203054048588271219920305404858827121992030540485882712199203054048588271219920305404858827121992030540485882712199203054048588271219920305404858827121992030540485882712199203054048588271219920305404858827121992030540485882712199203054048588271219920305404858827121992030540485882712199203054048588271219920305404858827121992030540485882" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 62255799-2b7d-4b0b-b797-b0f87ac75921, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fa9a37dd-f214-4d2a-b688-b0e5fba2bff1, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fa9a37dd-f214-4d2a-b688-b0e5fba2bff1, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8962394023014644959 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89623940230146449598962394023014644959896239402301464495989623940230146449598962394023014644959896239402301464495989623940230146449598962394023014644959896239402301464495989623940230146449598962394023014644959896239402301464495989623940230146449598962394023014644959896239402301464495989623940230146449598962394023014644959896239402301464495989623940230146449598962394023014644959" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5c555dcb-0b69-4598-9c78-8273419ae7d1, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e208dac0-ed1f-4821-a2ff-2e87231fea73, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e208dac0-ed1f-4821-a2ff-2e87231fea73, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2390369407392639979 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23903694073926399792390369407392639979239036940739263997923903694073926399792390369407392639979239036940739263997923903694073926399792390369407392639979239036940739263997923903694073926399792390369407392639979239036940739263997923903694073926399792390369407392639979239036940739263997923903694073926399792390369407392639979239036940739263997923903694073926399792390369407392639979" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fa9a37dd-f214-4d2a-b688-b0e5fba2bff1, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e638b1b0-4a84-4c2c-b87d-4fc4bf0c479f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e638b1b0-4a84-4c2c-b87d-4fc4bf0c479f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13993295465646651926 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1399329546564665192613993295465646651926139932954656466519261399329546564665192613993295465646651926139932954656466519261399329546564665192613993295465646651926139932954656466519261399329546564665192613993295465646651926139932954656466519261399329546564665192613993295465646651926139932954656466519261399329546564665192613993295465646651926139932954656466519261399329546564665192613993295465646651926" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e208dac0-ed1f-4821-a2ff-2e87231fea73, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e967a04c-8590-4fbd-9980-4d88e2cff0da, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e967a04c-8590-4fbd-9980-4d88e2cff0da, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9999762650548873070 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99997626505488730709999762650548873070999976265054887307099997626505488730709999762650548873070999976265054887307099997626505488730709999762650548873070999976265054887307099997626505488730709999762650548873070999976265054887307099997626505488730709999762650548873070999976265054887307099997626505488730709999762650548873070999976265054887307099997626505488730709999762650548873070" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e638b1b0-4a84-4c2c-b87d-4fc4bf0c479f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e84b72ab-6fd0-4e13-af15-83d8edc7a01b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e84b72ab-6fd0-4e13-af15-83d8edc7a01b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7546838696605034952 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75468386966050349527546838696605034952754683869660503495275468386966050349527546838696605034952754683869660503495275468386966050349527546838696605034952754683869660503495275468386966050349527546838696605034952754683869660503495275468386966050349527546838696605034952754683869660503495275468386966050349527546838696605034952754683869660503495275468386966050349527546838696605034952" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e967a04c-8590-4fbd-9980-4d88e2cff0da, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e84b72ab-6fd0-4e13-af15-83d8edc7a01b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b8c73de1-2c84-4e13-87ef-0684a793c0d5, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b8c73de1-2c84-4e13-87ef-0684a793c0d5, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8551311539457761685 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85513115394577616858551311539457761685855131153945776168585513115394577616858551311539457761685855131153945776168585513115394577616858551311539457761685855131153945776168585513115394577616858551311539457761685855131153945776168585513115394577616858551311539457761685855131153945776168585513115394577616858551311539457761685855131153945776168585513115394577616858551311539457761685" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c769051a-118e-4103-80e1-4ef02f9bfa2e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c769051a-118e-4103-80e1-4ef02f9bfa2e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10672297413560356401 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1067229741356035640110672297413560356401106722974135603564011067229741356035640110672297413560356401106722974135603564011067229741356035640110672297413560356401106722974135603564011067229741356035640110672297413560356401106722974135603564011067229741356035640110672297413560356401106722974135603564011067229741356035640110672297413560356401106722974135603564011067229741356035640110672297413560356401" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b8c73de1-2c84-4e13-87ef-0684a793c0d5, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4f7a72da-9e76-41ba-a85a-81f089143359, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4f7a72da-9e76-41ba-a85a-81f089143359, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15419038620074750968 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1541903862007475096815419038620074750968154190386200747509681541903862007475096815419038620074750968154190386200747509681541903862007475096815419038620074750968154190386200747509681541903862007475096815419038620074750968154190386200747509681541903862007475096815419038620074750968154190386200747509681541903862007475096815419038620074750968154190386200747509681541903862007475096815419038620074750968" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c769051a-118e-4103-80e1-4ef02f9bfa2e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 560ab977-2f42-4c9a-b130-47fbba6b65ae, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 560ab977-2f42-4c9a-b130-47fbba6b65ae, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13760449907472319248 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1376044990747231924813760449907472319248137604499074723192481376044990747231924813760449907472319248137604499074723192481376044990747231924813760449907472319248137604499074723192481376044990747231924813760449907472319248137604499074723192481376044990747231924813760449907472319248137604499074723192481376044990747231924813760449907472319248137604499074723192481376044990747231924813760449907472319248" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4f7a72da-9e76-41ba-a85a-81f089143359, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2934f117-72ac-486f-a938-f38a0aee6fcd, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2934f117-72ac-486f-a938-f38a0aee6fcd, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9771850605719653386 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97718506057196533869771850605719653386977185060571965338697718506057196533869771850605719653386977185060571965338697718506057196533869771850605719653386977185060571965338697718506057196533869771850605719653386977185060571965338697718506057196533869771850605719653386977185060571965338697718506057196533869771850605719653386977185060571965338697718506057196533869771850605719653386" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 560ab977-2f42-4c9a-b130-47fbba6b65ae, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0488515b-44d9-4b9a-afa3-4179b4c6501d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0488515b-44d9-4b9a-afa3-4179b4c6501d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17912929539966171950 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1791292953996617195017912929539966171950179129295399661719501791292953996617195017912929539966171950179129295399661719501791292953996617195017912929539966171950179129295399661719501791292953996617195017912929539966171950179129295399661719501791292953996617195017912929539966171950179129295399661719501791292953996617195017912929539966171950179129295399661719501791292953996617195017912929539966171950" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2934f117-72ac-486f-a938-f38a0aee6fcd, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8ba7c921-5bf3-433c-a013-5c127da16cf0, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8ba7c921-5bf3-433c-a013-5c127da16cf0, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14161798181036750051 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1416179818103675005114161798181036750051141617981810367500511416179818103675005114161798181036750051141617981810367500511416179818103675005114161798181036750051141617981810367500511416179818103675005114161798181036750051141617981810367500511416179818103675005114161798181036750051141617981810367500511416179818103675005114161798181036750051141617981810367500511416179818103675005114161798181036750051" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0488515b-44d9-4b9a-afa3-4179b4c6501d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, decf4343-4df5-423b-9f85-a55e1f697b0b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, decf4343-4df5-423b-9f85-a55e1f697b0b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4012819821321055459 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40128198213210554594012819821321055459401281982132105545940128198213210554594012819821321055459401281982132105545940128198213210554594012819821321055459401281982132105545940128198213210554594012819821321055459401281982132105545940128198213210554594012819821321055459401281982132105545940128198213210554594012819821321055459401281982132105545940128198213210554594012819821321055459" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8ba7c921-5bf3-433c-a013-5c127da16cf0, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d5c88cb0-153d-4bc7-b6d1-26dd345a508d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d5c88cb0-153d-4bc7-b6d1-26dd345a508d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7490517019333125439 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74905170193331254397490517019333125439749051701933312543974905170193331254397490517019333125439749051701933312543974905170193331254397490517019333125439749051701933312543974905170193331254397490517019333125439749051701933312543974905170193331254397490517019333125439749051701933312543974905170193331254397490517019333125439749051701933312543974905170193331254397490517019333125439" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, decf4343-4df5-423b-9f85-a55e1f697b0b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fe88fc6f-c59c-4d7b-a651-0498051f0702, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fe88fc6f-c59c-4d7b-a651-0498051f0702, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12212086071022814963 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1221208607102281496312212086071022814963122120860710228149631221208607102281496312212086071022814963122120860710228149631221208607102281496312212086071022814963122120860710228149631221208607102281496312212086071022814963122120860710228149631221208607102281496312212086071022814963122120860710228149631221208607102281496312212086071022814963122120860710228149631221208607102281496312212086071022814963" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d5c88cb0-153d-4bc7-b6d1-26dd345a508d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 06334ed6-46bb-4570-89f1-46e55dab4298, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fe88fc6f-c59c-4d7b-a651-0498051f0702, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 06334ed6-46bb-4570-89f1-46e55dab4298, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2076917446129845519 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20769174461298455192076917446129845519207691744612984551920769174461298455192076917446129845519207691744612984551920769174461298455192076917446129845519207691744612984551920769174461298455192076917446129845519207691744612984551920769174461298455192076917446129845519207691744612984551920769174461298455192076917446129845519207691744612984551920769174461298455192076917446129845519" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c499f97f-c9a0-4663-a435-d85ef57b3865, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c499f97f-c9a0-4663-a435-d85ef57b3865, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1436714874054734126 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14367148740547341261436714874054734126143671487405473412614367148740547341261436714874054734126143671487405473412614367148740547341261436714874054734126143671487405473412614367148740547341261436714874054734126143671487405473412614367148740547341261436714874054734126143671487405473412614367148740547341261436714874054734126143671487405473412614367148740547341261436714874054734126" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 06334ed6-46bb-4570-89f1-46e55dab4298, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c499f97f-c9a0-4663-a435-d85ef57b3865, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f458dfa4-9257-461e-aa7f-5a18844dba07, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f458dfa4-9257-461e-aa7f-5a18844dba07, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6301535152533750275 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63015351525337502756301535152533750275630153515253375027563015351525337502756301535152533750275630153515253375027563015351525337502756301535152533750275630153515253375027563015351525337502756301535152533750275630153515253375027563015351525337502756301535152533750275630153515253375027563015351525337502756301535152533750275630153515253375027563015351525337502756301535152533750275" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f383e086-1bc5-4139-9abc-88f3cb6c1db1, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f383e086-1bc5-4139-9abc-88f3cb6c1db1, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13355014788392579136 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1335501478839257913613355014788392579136133550147883925791361335501478839257913613355014788392579136133550147883925791361335501478839257913613355014788392579136133550147883925791361335501478839257913613355014788392579136133550147883925791361335501478839257913613355014788392579136133550147883925791361335501478839257913613355014788392579136133550147883925791361335501478839257913613355014788392579136" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f458dfa4-9257-461e-aa7f-5a18844dba07, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8b3c2a0a-d3fe-493a-82b4-5282ca463939, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8b3c2a0a-d3fe-493a-82b4-5282ca463939, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13031031798725177423 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1303103179872517742313031031798725177423130310317987251774231303103179872517742313031031798725177423130310317987251774231303103179872517742313031031798725177423130310317987251774231303103179872517742313031031798725177423130310317987251774231303103179872517742313031031798725177423130310317987251774231303103179872517742313031031798725177423130310317987251774231303103179872517742313031031798725177423" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8b3c2a0a-d3fe-493a-82b4-5282ca463939, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bba80f52-c158-4154-b1fa-e85b381d2077, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bba80f52-c158-4154-b1fa-e85b381d2077, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13304445435101897044 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1330444543510189704413304445435101897044133044454351018970441330444543510189704413304445435101897044133044454351018970441330444543510189704413304445435101897044133044454351018970441330444543510189704413304445435101897044133044454351018970441330444543510189704413304445435101897044133044454351018970441330444543510189704413304445435101897044133044454351018970441330444543510189704413304445435101897044" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f383e086-1bc5-4139-9abc-88f3cb6c1db1, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0bcb12c2-037f-46c6-8d48-5c87af3962bd, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0bcb12c2-037f-46c6-8d48-5c87af3962bd, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6991144833989213699 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69911448339892136996991144833989213699699114483398921369969911448339892136996991144833989213699699114483398921369969911448339892136996991144833989213699699114483398921369969911448339892136996991144833989213699699114483398921369969911448339892136996991144833989213699699114483398921369969911448339892136996991144833989213699699114483398921369969911448339892136996991144833989213699" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bba80f52-c158-4154-b1fa-e85b381d2077, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cbafbb8a-210d-4f2e-94a9-9932c5b9e859, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cbafbb8a-210d-4f2e-94a9-9932c5b9e859, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3150291269552662759 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31502912695526627593150291269552662759315029126955266275931502912695526627593150291269552662759315029126955266275931502912695526627593150291269552662759315029126955266275931502912695526627593150291269552662759315029126955266275931502912695526627593150291269552662759315029126955266275931502912695526627593150291269552662759315029126955266275931502912695526627593150291269552662759" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0bcb12c2-037f-46c6-8d48-5c87af3962bd, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b673b8b8-6c4f-43bd-86de-ad76603cda44, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b673b8b8-6c4f-43bd-86de-ad76603cda44, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11170937517169361763 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1117093751716936176311170937517169361763111709375171693617631117093751716936176311170937517169361763111709375171693617631117093751716936176311170937517169361763111709375171693617631117093751716936176311170937517169361763111709375171693617631117093751716936176311170937517169361763111709375171693617631117093751716936176311170937517169361763111709375171693617631117093751716936176311170937517169361763" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cbafbb8a-210d-4f2e-94a9-9932c5b9e859, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 54588211-aa1e-454a-bb1a-8b418f73bffb, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 54588211-aa1e-454a-bb1a-8b418f73bffb, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8266191870640157989 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82661918706401579898266191870640157989826619187064015798982661918706401579898266191870640157989826619187064015798982661918706401579898266191870640157989826619187064015798982661918706401579898266191870640157989826619187064015798982661918706401579898266191870640157989826619187064015798982661918706401579898266191870640157989826619187064015798982661918706401579898266191870640157989" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b673b8b8-6c4f-43bd-86de-ad76603cda44, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a0a18983-d474-4f50-9bc6-02a96b5c028d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a0a18983-d474-4f50-9bc6-02a96b5c028d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6097429673357790447 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60974296733577904476097429673357790447609742967335779044760974296733577904476097429673357790447609742967335779044760974296733577904476097429673357790447609742967335779044760974296733577904476097429673357790447609742967335779044760974296733577904476097429673357790447609742967335779044760974296733577904476097429673357790447609742967335779044760974296733577904476097429673357790447" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 54588211-aa1e-454a-bb1a-8b418f73bffb, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e4d712dc-26c4-4ab4-ab0f-06bbaaedeef4, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e4d712dc-26c4-4ab4-ab0f-06bbaaedeef4, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15682640790107567609 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1568264079010756760915682640790107567609156826407901075676091568264079010756760915682640790107567609156826407901075676091568264079010756760915682640790107567609156826407901075676091568264079010756760915682640790107567609156826407901075676091568264079010756760915682640790107567609156826407901075676091568264079010756760915682640790107567609156826407901075676091568264079010756760915682640790107567609" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a0a18983-d474-4f50-9bc6-02a96b5c028d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 64a5de75-6306-4801-8f12-a1783cba8a84, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 64a5de75-6306-4801-8f12-a1783cba8a84, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9332889480088648278 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93328894800886482789332889480088648278933288948008864827893328894800886482789332889480088648278933288948008864827893328894800886482789332889480088648278933288948008864827893328894800886482789332889480088648278933288948008864827893328894800886482789332889480088648278933288948008864827893328894800886482789332889480088648278933288948008864827893328894800886482789332889480088648278" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e4d712dc-26c4-4ab4-ab0f-06bbaaedeef4, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 57ebb708-7873-4c91-94da-86074fec14ef, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 57ebb708-7873-4c91-94da-86074fec14ef, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15353690569370404792 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1535369056937040479215353690569370404792153536905693704047921535369056937040479215353690569370404792153536905693704047921535369056937040479215353690569370404792153536905693704047921535369056937040479215353690569370404792153536905693704047921535369056937040479215353690569370404792153536905693704047921535369056937040479215353690569370404792153536905693704047921535369056937040479215353690569370404792" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 64a5de75-6306-4801-8f12-a1783cba8a84, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6960729f-8ea4-4ffa-b470-b27c8ecdd987, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6960729f-8ea4-4ffa-b470-b27c8ecdd987, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10058467916833428441 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1005846791683342844110058467916833428441100584679168334284411005846791683342844110058467916833428441100584679168334284411005846791683342844110058467916833428441100584679168334284411005846791683342844110058467916833428441100584679168334284411005846791683342844110058467916833428441100584679168334284411005846791683342844110058467916833428441100584679168334284411005846791683342844110058467916833428441" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 57ebb708-7873-4c91-94da-86074fec14ef, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d80d42a1-c96d-43fc-b92d-f97b17fb7b66, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d80d42a1-c96d-43fc-b92d-f97b17fb7b66, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4384243226173813569 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43842432261738135694384243226173813569438424322617381356943842432261738135694384243226173813569438424322617381356943842432261738135694384243226173813569438424322617381356943842432261738135694384243226173813569438424322617381356943842432261738135694384243226173813569438424322617381356943842432261738135694384243226173813569438424322617381356943842432261738135694384243226173813569" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6960729f-8ea4-4ffa-b470-b27c8ecdd987, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2e3f8ccd-42e4-405e-acc1-476b71ae7333, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2e3f8ccd-42e4-405e-acc1-476b71ae7333, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5354191825477631828 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53541918254776318285354191825477631828535419182547763182853541918254776318285354191825477631828535419182547763182853541918254776318285354191825477631828535419182547763182853541918254776318285354191825477631828535419182547763182853541918254776318285354191825477631828535419182547763182853541918254776318285354191825477631828535419182547763182853541918254776318285354191825477631828" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d80d42a1-c96d-43fc-b92d-f97b17fb7b66, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4a854f1a-731f-475d-918b-2a7e500c744b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4a854f1a-731f-475d-918b-2a7e500c744b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11018139825946101028 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1101813982594610102811018139825946101028110181398259461010281101813982594610102811018139825946101028110181398259461010281101813982594610102811018139825946101028110181398259461010281101813982594610102811018139825946101028110181398259461010281101813982594610102811018139825946101028110181398259461010281101813982594610102811018139825946101028110181398259461010281101813982594610102811018139825946101028" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2e3f8ccd-42e4-405e-acc1-476b71ae7333, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2ac6b03c-cce7-45bf-b746-36e0ccc06426, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2ac6b03c-cce7-45bf-b746-36e0ccc06426, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1075208155372238907 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10752081553722389071075208155372238907107520815537223890710752081553722389071075208155372238907107520815537223890710752081553722389071075208155372238907107520815537223890710752081553722389071075208155372238907107520815537223890710752081553722389071075208155372238907107520815537223890710752081553722389071075208155372238907107520815537223890710752081553722389071075208155372238907" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4a854f1a-731f-475d-918b-2a7e500c744b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 36b2b661-6561-491d-8e3d-fc681cf388c2, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 36b2b661-6561-491d-8e3d-fc681cf388c2, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14970599283938559367 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1497059928393855936714970599283938559367149705992839385593671497059928393855936714970599283938559367149705992839385593671497059928393855936714970599283938559367149705992839385593671497059928393855936714970599283938559367149705992839385593671497059928393855936714970599283938559367149705992839385593671497059928393855936714970599283938559367149705992839385593671497059928393855936714970599283938559367" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2ac6b03c-cce7-45bf-b746-36e0ccc06426, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 67774123-9c27-4e24-af1d-748f848623ff, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 67774123-9c27-4e24-af1d-748f848623ff, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15353291770394725203 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1535329177039472520315353291770394725203153532917703947252031535329177039472520315353291770394725203153532917703947252031535329177039472520315353291770394725203153532917703947252031535329177039472520315353291770394725203153532917703947252031535329177039472520315353291770394725203153532917703947252031535329177039472520315353291770394725203153532917703947252031535329177039472520315353291770394725203" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 36b2b661-6561-491d-8e3d-fc681cf388c2, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, da2cc5a8-6cfc-4915-ac9c-97faa21163d1, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, da2cc5a8-6cfc-4915-ac9c-97faa21163d1, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15677915456258281337 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1567791545625828133715677915456258281337156779154562582813371567791545625828133715677915456258281337156779154562582813371567791545625828133715677915456258281337156779154562582813371567791545625828133715677915456258281337156779154562582813371567791545625828133715677915456258281337156779154562582813371567791545625828133715677915456258281337156779154562582813371567791545625828133715677915456258281337" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 67774123-9c27-4e24-af1d-748f848623ff, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3d323720-d0be-42ba-83af-088b56b77601, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3d323720-d0be-42ba-83af-088b56b77601, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7286371127543152851 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72863711275431528517286371127543152851728637112754315285172863711275431528517286371127543152851728637112754315285172863711275431528517286371127543152851728637112754315285172863711275431528517286371127543152851728637112754315285172863711275431528517286371127543152851728637112754315285172863711275431528517286371127543152851728637112754315285172863711275431528517286371127543152851" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, da2cc5a8-6cfc-4915-ac9c-97faa21163d1, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fba61f07-5157-4e79-94bd-9b449f009694, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fba61f07-5157-4e79-94bd-9b449f009694, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 344583223042589892 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "344583223042589892344583223042589892344583223042589892344583223042589892344583223042589892344583223042589892344583223042589892344583223042589892344583223042589892344583223042589892344583223042589892344583223042589892344583223042589892344583223042589892344583223042589892344583223042589892344583223042589892344583223042589892344583223042589892344583223042589892" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3d323720-d0be-42ba-83af-088b56b77601, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 270c92ca-054f-49f8-8ece-0e8621f21128, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 270c92ca-054f-49f8-8ece-0e8621f21128, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2866640980876534590 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28666409808765345902866640980876534590286664098087653459028666409808765345902866640980876534590286664098087653459028666409808765345902866640980876534590286664098087653459028666409808765345902866640980876534590286664098087653459028666409808765345902866640980876534590286664098087653459028666409808765345902866640980876534590286664098087653459028666409808765345902866640980876534590" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fba61f07-5157-4e79-94bd-9b449f009694, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 270c92ca-054f-49f8-8ece-0e8621f21128, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c0812457-1500-4700-b81f-a0ab0528e663, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c0812457-1500-4700-b81f-a0ab0528e663, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 266208008718156716 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "266208008718156716266208008718156716266208008718156716266208008718156716266208008718156716266208008718156716266208008718156716266208008718156716266208008718156716266208008718156716266208008718156716266208008718156716266208008718156716266208008718156716266208008718156716266208008718156716266208008718156716266208008718156716266208008718156716266208008718156716" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7f3336cc-21bd-42e7-a20c-cf06a528be8a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c0812457-1500-4700-b81f-a0ab0528e663, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0bcee5e7-3a10-4066-804f-9ae12b8c8f3d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7f3336cc-21bd-42e7-a20c-cf06a528be8a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3120925679638310182 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31209256796383101823120925679638310182312092567963831018231209256796383101823120925679638310182312092567963831018231209256796383101823120925679638310182312092567963831018231209256796383101823120925679638310182312092567963831018231209256796383101823120925679638310182312092567963831018231209256796383101823120925679638310182312092567963831018231209256796383101823120925679638310182" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0bcee5e7-3a10-4066-804f-9ae12b8c8f3d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5119193817121260751 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51191938171212607515119193817121260751511919381712126075151191938171212607515119193817121260751511919381712126075151191938171212607515119193817121260751511919381712126075151191938171212607515119193817121260751511919381712126075151191938171212607515119193817121260751511919381712126075151191938171212607515119193817121260751511919381712126075151191938171212607515119193817121260751" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7f3336cc-21bd-42e7-a20c-cf06a528be8a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 69f63ff3-30b3-4bde-b985-0459ae885d7d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 69f63ff3-30b3-4bde-b985-0459ae885d7d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 811180373997070001 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "811180373997070001811180373997070001811180373997070001811180373997070001811180373997070001811180373997070001811180373997070001811180373997070001811180373997070001811180373997070001811180373997070001811180373997070001811180373997070001811180373997070001811180373997070001811180373997070001811180373997070001811180373997070001811180373997070001811180373997070001" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0bcee5e7-3a10-4066-804f-9ae12b8c8f3d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 681f06e7-83ed-4dac-bd77-155f0b886b7f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 681f06e7-83ed-4dac-bd77-155f0b886b7f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5604106267853891505 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56041062678538915055604106267853891505560410626785389150556041062678538915055604106267853891505560410626785389150556041062678538915055604106267853891505560410626785389150556041062678538915055604106267853891505560410626785389150556041062678538915055604106267853891505560410626785389150556041062678538915055604106267853891505560410626785389150556041062678538915055604106267853891505" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 69f63ff3-30b3-4bde-b985-0459ae885d7d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a593bcb1-439c-47dc-a202-f6078ef010e5, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a593bcb1-439c-47dc-a202-f6078ef010e5, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7816897862563494805 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78168978625634948057816897862563494805781689786256349480578168978625634948057816897862563494805781689786256349480578168978625634948057816897862563494805781689786256349480578168978625634948057816897862563494805781689786256349480578168978625634948057816897862563494805781689786256349480578168978625634948057816897862563494805781689786256349480578168978625634948057816897862563494805" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 681f06e7-83ed-4dac-bd77-155f0b886b7f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a593bcb1-439c-47dc-a202-f6078ef010e5, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c749093c-3f65-49d6-b62e-89010546a746, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c749093c-3f65-49d6-b62e-89010546a746, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5627521893619039536 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56275218936190395365627521893619039536562752189361903953656275218936190395365627521893619039536562752189361903953656275218936190395365627521893619039536562752189361903953656275218936190395365627521893619039536562752189361903953656275218936190395365627521893619039536562752189361903953656275218936190395365627521893619039536562752189361903953656275218936190395365627521893619039536" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8ac30e89-8a6c-4794-a5f0-9ce1e4f95d70, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8ac30e89-8a6c-4794-a5f0-9ce1e4f95d70, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9709625947649545751 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97096259476495457519709625947649545751970962594764954575197096259476495457519709625947649545751970962594764954575197096259476495457519709625947649545751970962594764954575197096259476495457519709625947649545751970962594764954575197096259476495457519709625947649545751970962594764954575197096259476495457519709625947649545751970962594764954575197096259476495457519709625947649545751" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c749093c-3f65-49d6-b62e-89010546a746, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 37962389-04e1-44b5-a7ec-42a4c928d219, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 37962389-04e1-44b5-a7ec-42a4c928d219, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13273968162444448068 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1327396816244444806813273968162444448068132739681624444480681327396816244444806813273968162444448068132739681624444480681327396816244444806813273968162444448068132739681624444480681327396816244444806813273968162444448068132739681624444480681327396816244444806813273968162444448068132739681624444480681327396816244444806813273968162444448068132739681624444480681327396816244444806813273968162444448068" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8ac30e89-8a6c-4794-a5f0-9ce1e4f95d70, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7b949c49-9007-4fa0-ab33-57597d933831, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7b949c49-9007-4fa0-ab33-57597d933831, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8826303929848355624 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88263039298483556248826303929848355624882630392984835562488263039298483556248826303929848355624882630392984835562488263039298483556248826303929848355624882630392984835562488263039298483556248826303929848355624882630392984835562488263039298483556248826303929848355624882630392984835562488263039298483556248826303929848355624882630392984835562488263039298483556248826303929848355624" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 37962389-04e1-44b5-a7ec-42a4c928d219, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0954ad49-9c71-4a4f-a60a-be5c7c2c63a2, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0954ad49-9c71-4a4f-a60a-be5c7c2c63a2, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10845491028632140815 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1084549102863214081510845491028632140815108454910286321408151084549102863214081510845491028632140815108454910286321408151084549102863214081510845491028632140815108454910286321408151084549102863214081510845491028632140815108454910286321408151084549102863214081510845491028632140815108454910286321408151084549102863214081510845491028632140815108454910286321408151084549102863214081510845491028632140815" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7b949c49-9007-4fa0-ab33-57597d933831, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 10faa947-6712-445e-977a-3727a38cdb8a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 10faa947-6712-445e-977a-3727a38cdb8a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16651506245795276263 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1665150624579527626316651506245795276263166515062457952762631665150624579527626316651506245795276263166515062457952762631665150624579527626316651506245795276263166515062457952762631665150624579527626316651506245795276263166515062457952762631665150624579527626316651506245795276263166515062457952762631665150624579527626316651506245795276263166515062457952762631665150624579527626316651506245795276263" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0954ad49-9c71-4a4f-a60a-be5c7c2c63a2, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 10faa947-6712-445e-977a-3727a38cdb8a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9aad4c71-b3b5-4267-a316-63a5847fa3d4, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9aad4c71-b3b5-4267-a316-63a5847fa3d4, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4217409052175352271 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42174090521753522714217409052175352271421740905217535227142174090521753522714217409052175352271421740905217535227142174090521753522714217409052175352271421740905217535227142174090521753522714217409052175352271421740905217535227142174090521753522714217409052175352271421740905217535227142174090521753522714217409052175352271421740905217535227142174090521753522714217409052175352271" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f911d985-decd-4c1e-b92e-39493133736a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f911d985-decd-4c1e-b92e-39493133736a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1242923204349732094 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12429232043497320941242923204349732094124292320434973209412429232043497320941242923204349732094124292320434973209412429232043497320941242923204349732094124292320434973209412429232043497320941242923204349732094124292320434973209412429232043497320941242923204349732094124292320434973209412429232043497320941242923204349732094124292320434973209412429232043497320941242923204349732094" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9aad4c71-b3b5-4267-a316-63a5847fa3d4, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 81be4235-a833-439d-be93-1122f7dcea43, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 81be4235-a833-439d-be93-1122f7dcea43, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16323762113540297260 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1632376211354029726016323762113540297260163237621135402972601632376211354029726016323762113540297260163237621135402972601632376211354029726016323762113540297260163237621135402972601632376211354029726016323762113540297260163237621135402972601632376211354029726016323762113540297260163237621135402972601632376211354029726016323762113540297260163237621135402972601632376211354029726016323762113540297260" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f911d985-decd-4c1e-b92e-39493133736a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c942cc19-329e-4165-be72-38823e5db894, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c942cc19-329e-4165-be72-38823e5db894, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15265037802804834305 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1526503780280483430515265037802804834305152650378028048343051526503780280483430515265037802804834305152650378028048343051526503780280483430515265037802804834305152650378028048343051526503780280483430515265037802804834305152650378028048343051526503780280483430515265037802804834305152650378028048343051526503780280483430515265037802804834305152650378028048343051526503780280483430515265037802804834305" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 81be4235-a833-439d-be93-1122f7dcea43, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 263000f8-e2fd-457d-8e47-52cbd0b505ea, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 263000f8-e2fd-457d-8e47-52cbd0b505ea, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 896486043996249911 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "896486043996249911896486043996249911896486043996249911896486043996249911896486043996249911896486043996249911896486043996249911896486043996249911896486043996249911896486043996249911896486043996249911896486043996249911896486043996249911896486043996249911896486043996249911896486043996249911896486043996249911896486043996249911896486043996249911896486043996249911" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c942cc19-329e-4165-be72-38823e5db894, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fbc21427-84bb-494b-9aee-6bcddd12abce, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fbc21427-84bb-494b-9aee-6bcddd12abce, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4771369159993812436 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47713691599938124364771369159993812436477136915999381243647713691599938124364771369159993812436477136915999381243647713691599938124364771369159993812436477136915999381243647713691599938124364771369159993812436477136915999381243647713691599938124364771369159993812436477136915999381243647713691599938124364771369159993812436477136915999381243647713691599938124364771369159993812436" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 263000f8-e2fd-457d-8e47-52cbd0b505ea, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cdc14a02-c8be-4ccc-84a6-8b355cf5e40e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cdc14a02-c8be-4ccc-84a6-8b355cf5e40e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14765004390116611291 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1476500439011661129114765004390116611291147650043901166112911476500439011661129114765004390116611291147650043901166112911476500439011661129114765004390116611291147650043901166112911476500439011661129114765004390116611291147650043901166112911476500439011661129114765004390116611291147650043901166112911476500439011661129114765004390116611291147650043901166112911476500439011661129114765004390116611291" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fbc21427-84bb-494b-9aee-6bcddd12abce, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bd41fff7-3f8c-487a-9409-f5bc7a7892b1, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bd41fff7-3f8c-487a-9409-f5bc7a7892b1, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1953606522499248754 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19536065224992487541953606522499248754195360652249924875419536065224992487541953606522499248754195360652249924875419536065224992487541953606522499248754195360652249924875419536065224992487541953606522499248754195360652249924875419536065224992487541953606522499248754195360652249924875419536065224992487541953606522499248754195360652249924875419536065224992487541953606522499248754" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cdc14a02-c8be-4ccc-84a6-8b355cf5e40e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 20b30014-7af1-4258-adc9-7b7305be428d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 20b30014-7af1-4258-adc9-7b7305be428d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14675930915574608587 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1467593091557460858714675930915574608587146759309155746085871467593091557460858714675930915574608587146759309155746085871467593091557460858714675930915574608587146759309155746085871467593091557460858714675930915574608587146759309155746085871467593091557460858714675930915574608587146759309155746085871467593091557460858714675930915574608587146759309155746085871467593091557460858714675930915574608587" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bd41fff7-3f8c-487a-9409-f5bc7a7892b1, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e189cf0b-75d7-45df-bcd1-956ce10a04df, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e189cf0b-75d7-45df-bcd1-956ce10a04df, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6134507684909048570 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61345076849090485706134507684909048570613450768490904857061345076849090485706134507684909048570613450768490904857061345076849090485706134507684909048570613450768490904857061345076849090485706134507684909048570613450768490904857061345076849090485706134507684909048570613450768490904857061345076849090485706134507684909048570613450768490904857061345076849090485706134507684909048570" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 20b30014-7af1-4258-adc9-7b7305be428d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1419e054-35c3-40e5-a50e-585dce449807, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1419e054-35c3-40e5-a50e-585dce449807, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12601810724292418196 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1260181072429241819612601810724292418196126018107242924181961260181072429241819612601810724292418196126018107242924181961260181072429241819612601810724292418196126018107242924181961260181072429241819612601810724292418196126018107242924181961260181072429241819612601810724292418196126018107242924181961260181072429241819612601810724292418196126018107242924181961260181072429241819612601810724292418196" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e189cf0b-75d7-45df-bcd1-956ce10a04df, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 05cdab71-6109-48e3-a61f-33c7e2cf74be, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 05cdab71-6109-48e3-a61f-33c7e2cf74be, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4355247535135315138 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43552475351353151384355247535135315138435524753513531513843552475351353151384355247535135315138435524753513531513843552475351353151384355247535135315138435524753513531513843552475351353151384355247535135315138435524753513531513843552475351353151384355247535135315138435524753513531513843552475351353151384355247535135315138435524753513531513843552475351353151384355247535135315138" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1419e054-35c3-40e5-a50e-585dce449807, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7412223a-b840-4c6f-9dc3-65366c52fe35, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7412223a-b840-4c6f-9dc3-65366c52fe35, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14556169128095975958 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1455616912809597595814556169128095975958145561691280959759581455616912809597595814556169128095975958145561691280959759581455616912809597595814556169128095975958145561691280959759581455616912809597595814556169128095975958145561691280959759581455616912809597595814556169128095975958145561691280959759581455616912809597595814556169128095975958145561691280959759581455616912809597595814556169128095975958" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 05cdab71-6109-48e3-a61f-33c7e2cf74be, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bbe7f00e-c7cb-4a1b-901c-47e885dcf503, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bbe7f00e-c7cb-4a1b-901c-47e885dcf503, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9991353524563898211 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99913535245638982119991353524563898211999135352456389821199913535245638982119991353524563898211999135352456389821199913535245638982119991353524563898211999135352456389821199913535245638982119991353524563898211999135352456389821199913535245638982119991353524563898211999135352456389821199913535245638982119991353524563898211999135352456389821199913535245638982119991353524563898211" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7412223a-b840-4c6f-9dc3-65366c52fe35, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 21fbfd6d-884a-457e-a80c-dce0a7242e6b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 21fbfd6d-884a-457e-a80c-dce0a7242e6b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1439016024101308646 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14390160241013086461439016024101308646143901602410130864614390160241013086461439016024101308646143901602410130864614390160241013086461439016024101308646143901602410130864614390160241013086461439016024101308646143901602410130864614390160241013086461439016024101308646143901602410130864614390160241013086461439016024101308646143901602410130864614390160241013086461439016024101308646" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bbe7f00e-c7cb-4a1b-901c-47e885dcf503, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 74172b18-495e-4f09-9f4d-c7af9b216007, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 74172b18-495e-4f09-9f4d-c7af9b216007, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6642433534138014255 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66424335341380142556642433534138014255664243353413801425566424335341380142556642433534138014255664243353413801425566424335341380142556642433534138014255664243353413801425566424335341380142556642433534138014255664243353413801425566424335341380142556642433534138014255664243353413801425566424335341380142556642433534138014255664243353413801425566424335341380142556642433534138014255" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 21fbfd6d-884a-457e-a80c-dce0a7242e6b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5007311b-a040-4219-92d5-98acf19d40ba, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5007311b-a040-4219-92d5-98acf19d40ba, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1536176695340267150 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15361766953402671501536176695340267150153617669534026715015361766953402671501536176695340267150153617669534026715015361766953402671501536176695340267150153617669534026715015361766953402671501536176695340267150153617669534026715015361766953402671501536176695340267150153617669534026715015361766953402671501536176695340267150153617669534026715015361766953402671501536176695340267150" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 74172b18-495e-4f09-9f4d-c7af9b216007, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5007311b-a040-4219-92d5-98acf19d40ba, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bc59016a-a530-453b-9f10-a17e4a6d8c28, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e7d99238-9889-4811-b9a5-1d56542d7b85, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bc59016a-a530-453b-9f10-a17e4a6d8c28, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9235732595234045296 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92357325952340452969235732595234045296923573259523404529692357325952340452969235732595234045296923573259523404529692357325952340452969235732595234045296923573259523404529692357325952340452969235732595234045296923573259523404529692357325952340452969235732595234045296923573259523404529692357325952340452969235732595234045296923573259523404529692357325952340452969235732595234045296" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e7d99238-9889-4811-b9a5-1d56542d7b85, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2396398022026500771 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23963980220265007712396398022026500771239639802202650077123963980220265007712396398022026500771239639802202650077123963980220265007712396398022026500771239639802202650077123963980220265007712396398022026500771239639802202650077123963980220265007712396398022026500771239639802202650077123963980220265007712396398022026500771239639802202650077123963980220265007712396398022026500771" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bc59016a-a530-453b-9f10-a17e4a6d8c28, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0ec14b40-1ca1-4ee3-aefd-d4c7716db4d1, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0ec14b40-1ca1-4ee3-aefd-d4c7716db4d1, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4750019828791598785 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47500198287915987854750019828791598785475001982879159878547500198287915987854750019828791598785475001982879159878547500198287915987854750019828791598785475001982879159878547500198287915987854750019828791598785475001982879159878547500198287915987854750019828791598785475001982879159878547500198287915987854750019828791598785475001982879159878547500198287915987854750019828791598785" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e7d99238-9889-4811-b9a5-1d56542d7b85, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bc53063d-03f6-45e1-b366-7bb9f83280dc, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bc53063d-03f6-45e1-b366-7bb9f83280dc, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11059867821439237367 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1105986782143923736711059867821439237367110598678214392373671105986782143923736711059867821439237367110598678214392373671105986782143923736711059867821439237367110598678214392373671105986782143923736711059867821439237367110598678214392373671105986782143923736711059867821439237367110598678214392373671105986782143923736711059867821439237367110598678214392373671105986782143923736711059867821439237367" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0ec14b40-1ca1-4ee3-aefd-d4c7716db4d1, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b22222ca-9d88-4b52-90be-d61329f36716, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b22222ca-9d88-4b52-90be-d61329f36716, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17764318562778066959 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1776431856277806695917764318562778066959177643185627780669591776431856277806695917764318562778066959177643185627780669591776431856277806695917764318562778066959177643185627780669591776431856277806695917764318562778066959177643185627780669591776431856277806695917764318562778066959177643185627780669591776431856277806695917764318562778066959177643185627780669591776431856277806695917764318562778066959" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bc53063d-03f6-45e1-b366-7bb9f83280dc, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ca1f5a82-e1b7-477a-80cc-2b98341f4817, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ca1f5a82-e1b7-477a-80cc-2b98341f4817, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16548705678962767001 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1654870567896276700116548705678962767001165487056789627670011654870567896276700116548705678962767001165487056789627670011654870567896276700116548705678962767001165487056789627670011654870567896276700116548705678962767001165487056789627670011654870567896276700116548705678962767001165487056789627670011654870567896276700116548705678962767001165487056789627670011654870567896276700116548705678962767001" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ca1f5a82-e1b7-477a-80cc-2b98341f4817, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 765acbb6-8c75-4898-851d-0d2f8475906c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 765acbb6-8c75-4898-851d-0d2f8475906c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17077755222031960075 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1707775522203196007517077755222031960075170777552220319600751707775522203196007517077755222031960075170777552220319600751707775522203196007517077755222031960075170777552220319600751707775522203196007517077755222031960075170777552220319600751707775522203196007517077755222031960075170777552220319600751707775522203196007517077755222031960075170777552220319600751707775522203196007517077755222031960075" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b22222ca-9d88-4b52-90be-d61329f36716, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7daa0923-ec91-4ded-be3e-6275fe6595a0, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7daa0923-ec91-4ded-be3e-6275fe6595a0, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1522233632149965177 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15222336321499651771522233632149965177152223363214996517715222336321499651771522233632149965177152223363214996517715222336321499651771522233632149965177152223363214996517715222336321499651771522233632149965177152223363214996517715222336321499651771522233632149965177152223363214996517715222336321499651771522233632149965177152223363214996517715222336321499651771522233632149965177" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 765acbb6-8c75-4898-851d-0d2f8475906c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3954f72d-89a4-423c-bd78-a5cf9cc0e607, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3954f72d-89a4-423c-bd78-a5cf9cc0e607, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17252603106468516868 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1725260310646851686817252603106468516868172526031064685168681725260310646851686817252603106468516868172526031064685168681725260310646851686817252603106468516868172526031064685168681725260310646851686817252603106468516868172526031064685168681725260310646851686817252603106468516868172526031064685168681725260310646851686817252603106468516868172526031064685168681725260310646851686817252603106468516868" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7daa0923-ec91-4ded-be3e-6275fe6595a0, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0a356b60-2f90-43f7-97cf-c67528d8791b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0a356b60-2f90-43f7-97cf-c67528d8791b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17646286803372976671 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1764628680337297667117646286803372976671176462868033729766711764628680337297667117646286803372976671176462868033729766711764628680337297667117646286803372976671176462868033729766711764628680337297667117646286803372976671176462868033729766711764628680337297667117646286803372976671176462868033729766711764628680337297667117646286803372976671176462868033729766711764628680337297667117646286803372976671" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3954f72d-89a4-423c-bd78-a5cf9cc0e607, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a9cdd6e2-c762-43fa-ab85-419dca19bd4c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a9cdd6e2-c762-43fa-ab85-419dca19bd4c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11820589912129313310 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1182058991212931331011820589912129313310118205899121293133101182058991212931331011820589912129313310118205899121293133101182058991212931331011820589912129313310118205899121293133101182058991212931331011820589912129313310118205899121293133101182058991212931331011820589912129313310118205899121293133101182058991212931331011820589912129313310118205899121293133101182058991212931331011820589912129313310" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0a356b60-2f90-43f7-97cf-c67528d8791b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 48aa5712-1a8d-4705-8784-2a98b913416e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 48aa5712-1a8d-4705-8784-2a98b913416e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2617502453978523283 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26175024539785232832617502453978523283261750245397852328326175024539785232832617502453978523283261750245397852328326175024539785232832617502453978523283261750245397852328326175024539785232832617502453978523283261750245397852328326175024539785232832617502453978523283261750245397852328326175024539785232832617502453978523283261750245397852328326175024539785232832617502453978523283" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a9cdd6e2-c762-43fa-ab85-419dca19bd4c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d13df650-ba2c-4650-93d6-58fd29ebdea2, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d13df650-ba2c-4650-93d6-58fd29ebdea2, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9234088704856586228 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92340887048565862289234088704856586228923408870485658622892340887048565862289234088704856586228923408870485658622892340887048565862289234088704856586228923408870485658622892340887048565862289234088704856586228923408870485658622892340887048565862289234088704856586228923408870485658622892340887048565862289234088704856586228923408870485658622892340887048565862289234088704856586228" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 48aa5712-1a8d-4705-8784-2a98b913416e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e07b58f6-6dfc-4f7c-b91c-3aee1f348da2, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e07b58f6-6dfc-4f7c-b91c-3aee1f348da2, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6417832488473586198 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64178324884735861986417832488473586198641783248847358619864178324884735861986417832488473586198641783248847358619864178324884735861986417832488473586198641783248847358619864178324884735861986417832488473586198641783248847358619864178324884735861986417832488473586198641783248847358619864178324884735861986417832488473586198641783248847358619864178324884735861986417832488473586198" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d13df650-ba2c-4650-93d6-58fd29ebdea2, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a9dc6b88-cd81-47da-930a-642965c52e70, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a9dc6b88-cd81-47da-930a-642965c52e70, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11307918976025023547 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1130791897602502354711307918976025023547113079189760250235471130791897602502354711307918976025023547113079189760250235471130791897602502354711307918976025023547113079189760250235471130791897602502354711307918976025023547113079189760250235471130791897602502354711307918976025023547113079189760250235471130791897602502354711307918976025023547113079189760250235471130791897602502354711307918976025023547" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e07b58f6-6dfc-4f7c-b91c-3aee1f348da2, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 515cafa9-c941-4727-ba67-aa5b34d60fc5, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 515cafa9-c941-4727-ba67-aa5b34d60fc5, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1102546279631777857 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11025462796317778571102546279631777857110254627963177785711025462796317778571102546279631777857110254627963177785711025462796317778571102546279631777857110254627963177785711025462796317778571102546279631777857110254627963177785711025462796317778571102546279631777857110254627963177785711025462796317778571102546279631777857110254627963177785711025462796317778571102546279631777857" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a9dc6b88-cd81-47da-930a-642965c52e70, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0f2c0d83-fa3d-4f8e-903e-f319d8421c33, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0f2c0d83-fa3d-4f8e-903e-f319d8421c33, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5147945267767519420 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51479452677675194205147945267767519420514794526776751942051479452677675194205147945267767519420514794526776751942051479452677675194205147945267767519420514794526776751942051479452677675194205147945267767519420514794526776751942051479452677675194205147945267767519420514794526776751942051479452677675194205147945267767519420514794526776751942051479452677675194205147945267767519420" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 515cafa9-c941-4727-ba67-aa5b34d60fc5, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e4117595-0dbc-4ddc-b7a1-0c0074cd102a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e4117595-0dbc-4ddc-b7a1-0c0074cd102a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8520352016086222402 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85203520160862224028520352016086222402852035201608622240285203520160862224028520352016086222402852035201608622240285203520160862224028520352016086222402852035201608622240285203520160862224028520352016086222402852035201608622240285203520160862224028520352016086222402852035201608622240285203520160862224028520352016086222402852035201608622240285203520160862224028520352016086222402" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0f2c0d83-fa3d-4f8e-903e-f319d8421c33, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5dc30605-aabf-4c9a-912e-8012bdaf0e61, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5dc30605-aabf-4c9a-912e-8012bdaf0e61, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2969043050524467242 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29690430505244672422969043050524467242296904305052446724229690430505244672422969043050524467242296904305052446724229690430505244672422969043050524467242296904305052446724229690430505244672422969043050524467242296904305052446724229690430505244672422969043050524467242296904305052446724229690430505244672422969043050524467242296904305052446724229690430505244672422969043050524467242" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e4117595-0dbc-4ddc-b7a1-0c0074cd102a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 176601ac-72c8-4a62-983c-667e514a5178, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5dc30605-aabf-4c9a-912e-8012bdaf0e61, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5e8b06bd-b781-4087-801b-01b92e341c7a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 176601ac-72c8-4a62-983c-667e514a5178, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2974735045855725447 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29747350458557254472974735045855725447297473504585572544729747350458557254472974735045855725447297473504585572544729747350458557254472974735045855725447297473504585572544729747350458557254472974735045855725447297473504585572544729747350458557254472974735045855725447297473504585572544729747350458557254472974735045855725447297473504585572544729747350458557254472974735045855725447" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5e8b06bd-b781-4087-801b-01b92e341c7a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14576635440000130470 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1457663544000013047014576635440000130470145766354400001304701457663544000013047014576635440000130470145766354400001304701457663544000013047014576635440000130470145766354400001304701457663544000013047014576635440000130470145766354400001304701457663544000013047014576635440000130470145766354400001304701457663544000013047014576635440000130470145766354400001304701457663544000013047014576635440000130470" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 176601ac-72c8-4a62-983c-667e514a5178, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 04c84368-e7b0-4437-96bd-6b49f2dc9b2f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 04c84368-e7b0-4437-96bd-6b49f2dc9b2f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3478937537731158395 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34789375377311583953478937537731158395347893753773115839534789375377311583953478937537731158395347893753773115839534789375377311583953478937537731158395347893753773115839534789375377311583953478937537731158395347893753773115839534789375377311583953478937537731158395347893753773115839534789375377311583953478937537731158395347893753773115839534789375377311583953478937537731158395" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5e8b06bd-b781-4087-801b-01b92e341c7a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 05d15efa-13b2-4814-b73e-6a2ab1ebb1fa, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 05d15efa-13b2-4814-b73e-6a2ab1ebb1fa, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7497378076017517883 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74973780760175178837497378076017517883749737807601751788374973780760175178837497378076017517883749737807601751788374973780760175178837497378076017517883749737807601751788374973780760175178837497378076017517883749737807601751788374973780760175178837497378076017517883749737807601751788374973780760175178837497378076017517883749737807601751788374973780760175178837497378076017517883" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 04c84368-e7b0-4437-96bd-6b49f2dc9b2f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d65ab1b3-0309-44fa-a6c3-b2137be8b868, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d65ab1b3-0309-44fa-a6c3-b2137be8b868, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9231397538037106511 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92313975380371065119231397538037106511923139753803710651192313975380371065119231397538037106511923139753803710651192313975380371065119231397538037106511923139753803710651192313975380371065119231397538037106511923139753803710651192313975380371065119231397538037106511923139753803710651192313975380371065119231397538037106511923139753803710651192313975380371065119231397538037106511" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 05d15efa-13b2-4814-b73e-6a2ab1ebb1fa, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 028f324c-3d50-442a-a181-d167989e76e7, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 028f324c-3d50-442a-a181-d167989e76e7, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10069010173509670919 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1006901017350967091910069010173509670919100690101735096709191006901017350967091910069010173509670919100690101735096709191006901017350967091910069010173509670919100690101735096709191006901017350967091910069010173509670919100690101735096709191006901017350967091910069010173509670919100690101735096709191006901017350967091910069010173509670919100690101735096709191006901017350967091910069010173509670919" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d65ab1b3-0309-44fa-a6c3-b2137be8b868, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, aa921d17-4f3f-40bd-a8df-71e8cd6c03ff, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aa921d17-4f3f-40bd-a8df-71e8cd6c03ff, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8580060380561856725 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85800603805618567258580060380561856725858006038056185672585800603805618567258580060380561856725858006038056185672585800603805618567258580060380561856725858006038056185672585800603805618567258580060380561856725858006038056185672585800603805618567258580060380561856725858006038056185672585800603805618567258580060380561856725858006038056185672585800603805618567258580060380561856725" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 028f324c-3d50-442a-a181-d167989e76e7, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c30d7670-2833-4961-9ca2-fabb4b00f45f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c30d7670-2833-4961-9ca2-fabb4b00f45f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11053677750772062215 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1105367775077206221511053677750772062215110536777507720622151105367775077206221511053677750772062215110536777507720622151105367775077206221511053677750772062215110536777507720622151105367775077206221511053677750772062215110536777507720622151105367775077206221511053677750772062215110536777507720622151105367775077206221511053677750772062215110536777507720622151105367775077206221511053677750772062215" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aa921d17-4f3f-40bd-a8df-71e8cd6c03ff, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 28019b77-d521-499f-85af-be63f8852066, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 28019b77-d521-499f-85af-be63f8852066, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13272964073348667414 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1327296407334866741413272964073348667414132729640733486674141327296407334866741413272964073348667414132729640733486674141327296407334866741413272964073348667414132729640733486674141327296407334866741413272964073348667414132729640733486674141327296407334866741413272964073348667414132729640733486674141327296407334866741413272964073348667414132729640733486674141327296407334866741413272964073348667414" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c30d7670-2833-4961-9ca2-fabb4b00f45f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a47ccf31-362d-4d5e-86f8-b67a08252a27, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a47ccf31-362d-4d5e-86f8-b67a08252a27, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11224656124683640657 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1122465612468364065711224656124683640657112246561246836406571122465612468364065711224656124683640657112246561246836406571122465612468364065711224656124683640657112246561246836406571122465612468364065711224656124683640657112246561246836406571122465612468364065711224656124683640657112246561246836406571122465612468364065711224656124683640657112246561246836406571122465612468364065711224656124683640657" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 28019b77-d521-499f-85af-be63f8852066, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 46794449-358d-452c-ba87-bd2e532c2ceb, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 46794449-358d-452c-ba87-bd2e532c2ceb, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9288280860192690194 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92882808601926901949288280860192690194928828086019269019492882808601926901949288280860192690194928828086019269019492882808601926901949288280860192690194928828086019269019492882808601926901949288280860192690194928828086019269019492882808601926901949288280860192690194928828086019269019492882808601926901949288280860192690194928828086019269019492882808601926901949288280860192690194" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a47ccf31-362d-4d5e-86f8-b67a08252a27, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, edfeb225-4aae-4061-961d-c8ffb04e6239, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, edfeb225-4aae-4061-961d-c8ffb04e6239, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4203018966503083858 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42030189665030838584203018966503083858420301896650308385842030189665030838584203018966503083858420301896650308385842030189665030838584203018966503083858420301896650308385842030189665030838584203018966503083858420301896650308385842030189665030838584203018966503083858420301896650308385842030189665030838584203018966503083858420301896650308385842030189665030838584203018966503083858" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 46794449-358d-452c-ba87-bd2e532c2ceb, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 76cf1145-83e6-4750-aee0-8f8dbeab8cd0, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 76cf1145-83e6-4750-aee0-8f8dbeab8cd0, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4414422351046340099 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44144223510463400994414422351046340099441442235104634009944144223510463400994414422351046340099441442235104634009944144223510463400994414422351046340099441442235104634009944144223510463400994414422351046340099441442235104634009944144223510463400994414422351046340099441442235104634009944144223510463400994414422351046340099441442235104634009944144223510463400994414422351046340099" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, edfeb225-4aae-4061-961d-c8ffb04e6239, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 07990b07-7d9b-4970-88dd-89688e85be40, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 07990b07-7d9b-4970-88dd-89688e85be40, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4675420483714151690 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46754204837141516904675420483714151690467542048371415169046754204837141516904675420483714151690467542048371415169046754204837141516904675420483714151690467542048371415169046754204837141516904675420483714151690467542048371415169046754204837141516904675420483714151690467542048371415169046754204837141516904675420483714151690467542048371415169046754204837141516904675420483714151690" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 76cf1145-83e6-4750-aee0-8f8dbeab8cd0, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, edb8db00-752f-4cde-94b9-28e3aea2d4cb, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, edb8db00-752f-4cde-94b9-28e3aea2d4cb, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12645459653716388357 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1264545965371638835712645459653716388357126454596537163883571264545965371638835712645459653716388357126454596537163883571264545965371638835712645459653716388357126454596537163883571264545965371638835712645459653716388357126454596537163883571264545965371638835712645459653716388357126454596537163883571264545965371638835712645459653716388357126454596537163883571264545965371638835712645459653716388357" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 07990b07-7d9b-4970-88dd-89688e85be40, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ed131758-0c9d-4727-a1e9-c5096560ac78, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ed131758-0c9d-4727-a1e9-c5096560ac78, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8206732421693600899 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82067324216936008998206732421693600899820673242169360089982067324216936008998206732421693600899820673242169360089982067324216936008998206732421693600899820673242169360089982067324216936008998206732421693600899820673242169360089982067324216936008998206732421693600899820673242169360089982067324216936008998206732421693600899820673242169360089982067324216936008998206732421693600899" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, edb8db00-752f-4cde-94b9-28e3aea2d4cb, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 738e7951-ed02-440b-94f7-2db51c937764, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 738e7951-ed02-440b-94f7-2db51c937764, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10628237016263969616 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1062823701626396961610628237016263969616106282370162639696161062823701626396961610628237016263969616106282370162639696161062823701626396961610628237016263969616106282370162639696161062823701626396961610628237016263969616106282370162639696161062823701626396961610628237016263969616106282370162639696161062823701626396961610628237016263969616106282370162639696161062823701626396961610628237016263969616" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ed131758-0c9d-4727-a1e9-c5096560ac78, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 468f2a00-1742-4b6b-9005-20295e702a96, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 468f2a00-1742-4b6b-9005-20295e702a96, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7294762582675827570 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72947625826758275707294762582675827570729476258267582757072947625826758275707294762582675827570729476258267582757072947625826758275707294762582675827570729476258267582757072947625826758275707294762582675827570729476258267582757072947625826758275707294762582675827570729476258267582757072947625826758275707294762582675827570729476258267582757072947625826758275707294762582675827570" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 738e7951-ed02-440b-94f7-2db51c937764, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bc9bbef2-c55d-4f45-8a99-df76c465b118, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bc9bbef2-c55d-4f45-8a99-df76c465b118, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16458056297212797758 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1645805629721279775816458056297212797758164580562972127977581645805629721279775816458056297212797758164580562972127977581645805629721279775816458056297212797758164580562972127977581645805629721279775816458056297212797758164580562972127977581645805629721279775816458056297212797758164580562972127977581645805629721279775816458056297212797758164580562972127977581645805629721279775816458056297212797758" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 468f2a00-1742-4b6b-9005-20295e702a96, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4a5f936f-0a74-4708-9cc5-5080af9ed8b2, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4a5f936f-0a74-4708-9cc5-5080af9ed8b2, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9756233103222575853 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97562331032225758539756233103222575853975623310322257585397562331032225758539756233103222575853975623310322257585397562331032225758539756233103222575853975623310322257585397562331032225758539756233103222575853975623310322257585397562331032225758539756233103222575853975623310322257585397562331032225758539756233103222575853975623310322257585397562331032225758539756233103222575853" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bc9bbef2-c55d-4f45-8a99-df76c465b118, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 93de562c-155b-4448-846d-af6504cb4bba, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 93de562c-155b-4448-846d-af6504cb4bba, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2571217871558984816 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25712178715589848162571217871558984816257121787155898481625712178715589848162571217871558984816257121787155898481625712178715589848162571217871558984816257121787155898481625712178715589848162571217871558984816257121787155898481625712178715589848162571217871558984816257121787155898481625712178715589848162571217871558984816257121787155898481625712178715589848162571217871558984816" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4a5f936f-0a74-4708-9cc5-5080af9ed8b2, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 766bc79f-2440-420b-ba13-b50d52208017, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 766bc79f-2440-420b-ba13-b50d52208017, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10491807479221499667 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1049180747922149966710491807479221499667104918074792214996671049180747922149966710491807479221499667104918074792214996671049180747922149966710491807479221499667104918074792214996671049180747922149966710491807479221499667104918074792214996671049180747922149966710491807479221499667104918074792214996671049180747922149966710491807479221499667104918074792214996671049180747922149966710491807479221499667" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 93de562c-155b-4448-846d-af6504cb4bba, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9cad3626-b810-4024-b450-ad207a400f35, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9cad3626-b810-4024-b450-ad207a400f35, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12146206642070221143 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1214620664207022114312146206642070221143121462066420702211431214620664207022114312146206642070221143121462066420702211431214620664207022114312146206642070221143121462066420702211431214620664207022114312146206642070221143121462066420702211431214620664207022114312146206642070221143121462066420702211431214620664207022114312146206642070221143121462066420702211431214620664207022114312146206642070221143" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 766bc79f-2440-420b-ba13-b50d52208017, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8054758e-fdee-4000-8b1b-e458491202f9, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8054758e-fdee-4000-8b1b-e458491202f9, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3030079258756669043 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30300792587566690433030079258756669043303007925875666904330300792587566690433030079258756669043303007925875666904330300792587566690433030079258756669043303007925875666904330300792587566690433030079258756669043303007925875666904330300792587566690433030079258756669043303007925875666904330300792587566690433030079258756669043303007925875666904330300792587566690433030079258756669043" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9cad3626-b810-4024-b450-ad207a400f35, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a8336551-a13a-4902-aa78-912d72b936a4, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a8336551-a13a-4902-aa78-912d72b936a4, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7760102200903674914 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77601022009036749147760102200903674914776010220090367491477601022009036749147760102200903674914776010220090367491477601022009036749147760102200903674914776010220090367491477601022009036749147760102200903674914776010220090367491477601022009036749147760102200903674914776010220090367491477601022009036749147760102200903674914776010220090367491477601022009036749147760102200903674914" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8054758e-fdee-4000-8b1b-e458491202f9, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e70098bb-8379-435e-9c9f-ac9abc8a63f4, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e70098bb-8379-435e-9c9f-ac9abc8a63f4, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3924189430792448512 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39241894307924485123924189430792448512392418943079244851239241894307924485123924189430792448512392418943079244851239241894307924485123924189430792448512392418943079244851239241894307924485123924189430792448512392418943079244851239241894307924485123924189430792448512392418943079244851239241894307924485123924189430792448512392418943079244851239241894307924485123924189430792448512" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a8336551-a13a-4902-aa78-912d72b936a4, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 00c4342f-01c1-46a2-bcbe-25ce60c6bd30, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 00c4342f-01c1-46a2-bcbe-25ce60c6bd30, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17654893876319693645 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1765489387631969364517654893876319693645176548938763196936451765489387631969364517654893876319693645176548938763196936451765489387631969364517654893876319693645176548938763196936451765489387631969364517654893876319693645176548938763196936451765489387631969364517654893876319693645176548938763196936451765489387631969364517654893876319693645176548938763196936451765489387631969364517654893876319693645" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e70098bb-8379-435e-9c9f-ac9abc8a63f4, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 00c4342f-01c1-46a2-bcbe-25ce60c6bd30, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7a0db617-f103-478b-8964-0e63fdab6101, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7a0db617-f103-478b-8964-0e63fdab6101, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 896769196983078086 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "896769196983078086896769196983078086896769196983078086896769196983078086896769196983078086896769196983078086896769196983078086896769196983078086896769196983078086896769196983078086896769196983078086896769196983078086896769196983078086896769196983078086896769196983078086896769196983078086896769196983078086896769196983078086896769196983078086896769196983078086" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2124e671-930d-40cb-bab2-8ca6f13b2915, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2124e671-930d-40cb-bab2-8ca6f13b2915, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9503385910817717235 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95033859108177172359503385910817717235950338591081771723595033859108177172359503385910817717235950338591081771723595033859108177172359503385910817717235950338591081771723595033859108177172359503385910817717235950338591081771723595033859108177172359503385910817717235950338591081771723595033859108177172359503385910817717235950338591081771723595033859108177172359503385910817717235" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2124e671-930d-40cb-bab2-8ca6f13b2915, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3b46a5ef-be46-4376-ba0e-07f1c54e0c83, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3b46a5ef-be46-4376-ba0e-07f1c54e0c83, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17477604023225902243 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1747760402322590224317477604023225902243174776040232259022431747760402322590224317477604023225902243174776040232259022431747760402322590224317477604023225902243174776040232259022431747760402322590224317477604023225902243174776040232259022431747760402322590224317477604023225902243174776040232259022431747760402322590224317477604023225902243174776040232259022431747760402322590224317477604023225902243" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7a0db617-f103-478b-8964-0e63fdab6101, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1650e50a-d94f-4e0d-8ebd-06ddfa913b44, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1650e50a-d94f-4e0d-8ebd-06ddfa913b44, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12902687550423048244 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1290268755042304824412902687550423048244129026875504230482441290268755042304824412902687550423048244129026875504230482441290268755042304824412902687550423048244129026875504230482441290268755042304824412902687550423048244129026875504230482441290268755042304824412902687550423048244129026875504230482441290268755042304824412902687550423048244129026875504230482441290268755042304824412902687550423048244" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3b46a5ef-be46-4376-ba0e-07f1c54e0c83, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1650e50a-d94f-4e0d-8ebd-06ddfa913b44, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8f74bc4b-0751-468f-ab64-2d6cafd93045, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8f74bc4b-0751-468f-ab64-2d6cafd93045, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1961766410121040637 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19617664101210406371961766410121040637196176641012104063719617664101210406371961766410121040637196176641012104063719617664101210406371961766410121040637196176641012104063719617664101210406371961766410121040637196176641012104063719617664101210406371961766410121040637196176641012104063719617664101210406371961766410121040637196176641012104063719617664101210406371961766410121040637" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 181e8f62-0436-492e-a037-dea42b933eea, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 181e8f62-0436-492e-a037-dea42b933eea, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11603179911705020548 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1160317991170502054811603179911705020548116031799117050205481160317991170502054811603179911705020548116031799117050205481160317991170502054811603179911705020548116031799117050205481160317991170502054811603179911705020548116031799117050205481160317991170502054811603179911705020548116031799117050205481160317991170502054811603179911705020548116031799117050205481160317991170502054811603179911705020548" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8f74bc4b-0751-468f-ab64-2d6cafd93045, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d8d949e2-1156-423b-9ab9-9ea6d0ed9ea5, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d8d949e2-1156-423b-9ab9-9ea6d0ed9ea5, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17784401473178764315 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1778440147317876431517784401473178764315177844014731787643151778440147317876431517784401473178764315177844014731787643151778440147317876431517784401473178764315177844014731787643151778440147317876431517784401473178764315177844014731787643151778440147317876431517784401473178764315177844014731787643151778440147317876431517784401473178764315177844014731787643151778440147317876431517784401473178764315" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 181e8f62-0436-492e-a037-dea42b933eea, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 748e9f52-74bf-4ac9-8b05-97bf3f763c54, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 748e9f52-74bf-4ac9-8b05-97bf3f763c54, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1770505548515092406 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17705055485150924061770505548515092406177050554851509240617705055485150924061770505548515092406177050554851509240617705055485150924061770505548515092406177050554851509240617705055485150924061770505548515092406177050554851509240617705055485150924061770505548515092406177050554851509240617705055485150924061770505548515092406177050554851509240617705055485150924061770505548515092406" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d8d949e2-1156-423b-9ab9-9ea6d0ed9ea5, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 324a8906-cb65-4b78-ad90-09183e652434, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 324a8906-cb65-4b78-ad90-09183e652434, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3427678453933043878 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34276784539330438783427678453933043878342767845393304387834276784539330438783427678453933043878342767845393304387834276784539330438783427678453933043878342767845393304387834276784539330438783427678453933043878342767845393304387834276784539330438783427678453933043878342767845393304387834276784539330438783427678453933043878342767845393304387834276784539330438783427678453933043878" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 748e9f52-74bf-4ac9-8b05-97bf3f763c54, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 234f776c-ea68-49f6-9482-05d71c5f407c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 234f776c-ea68-49f6-9482-05d71c5f407c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3675957047872297539 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36759570478722975393675957047872297539367595704787229753936759570478722975393675957047872297539367595704787229753936759570478722975393675957047872297539367595704787229753936759570478722975393675957047872297539367595704787229753936759570478722975393675957047872297539367595704787229753936759570478722975393675957047872297539367595704787229753936759570478722975393675957047872297539" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 234f776c-ea68-49f6-9482-05d71c5f407c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 324a8906-cb65-4b78-ad90-09183e652434, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 25bb1b11-2ee4-4768-b58a-96bf7d2a5cd9, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 25bb1b11-2ee4-4768-b58a-96bf7d2a5cd9, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11567849290587167464 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1156784929058716746411567849290587167464115678492905871674641156784929058716746411567849290587167464115678492905871674641156784929058716746411567849290587167464115678492905871674641156784929058716746411567849290587167464115678492905871674641156784929058716746411567849290587167464115678492905871674641156784929058716746411567849290587167464115678492905871674641156784929058716746411567849290587167464" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d83d2df4-19b6-4bff-a778-1b99790afba8, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d83d2df4-19b6-4bff-a778-1b99790afba8, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12362388096235874258 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1236238809623587425812362388096235874258123623880962358742581236238809623587425812362388096235874258123623880962358742581236238809623587425812362388096235874258123623880962358742581236238809623587425812362388096235874258123623880962358742581236238809623587425812362388096235874258123623880962358742581236238809623587425812362388096235874258123623880962358742581236238809623587425812362388096235874258" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 25bb1b11-2ee4-4768-b58a-96bf7d2a5cd9, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 397e30fc-4525-4d92-9dd3-e585933781b4, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 397e30fc-4525-4d92-9dd3-e585933781b4, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3039170525133522398 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30391705251335223983039170525133522398303917052513352239830391705251335223983039170525133522398303917052513352239830391705251335223983039170525133522398303917052513352239830391705251335223983039170525133522398303917052513352239830391705251335223983039170525133522398303917052513352239830391705251335223983039170525133522398303917052513352239830391705251335223983039170525133522398" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d83d2df4-19b6-4bff-a778-1b99790afba8, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9ac5e7b4-3142-418f-a0b3-08e05d987943, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9ac5e7b4-3142-418f-a0b3-08e05d987943, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7053212865161967673 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70532128651619676737053212865161967673705321286516196767370532128651619676737053212865161967673705321286516196767370532128651619676737053212865161967673705321286516196767370532128651619676737053212865161967673705321286516196767370532128651619676737053212865161967673705321286516196767370532128651619676737053212865161967673705321286516196767370532128651619676737053212865161967673" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 397e30fc-4525-4d92-9dd3-e585933781b4, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c33869a5-6624-4934-b52c-7073c1558784, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c33869a5-6624-4934-b52c-7073c1558784, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18030292037021326633 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1803029203702132663318030292037021326633180302920370213266331803029203702132663318030292037021326633180302920370213266331803029203702132663318030292037021326633180302920370213266331803029203702132663318030292037021326633180302920370213266331803029203702132663318030292037021326633180302920370213266331803029203702132663318030292037021326633180302920370213266331803029203702132663318030292037021326633" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9ac5e7b4-3142-418f-a0b3-08e05d987943, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 59ce1a7e-5cd5-4473-9f04-fbbfecb4897a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 59ce1a7e-5cd5-4473-9f04-fbbfecb4897a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10317397592447037085 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1031739759244703708510317397592447037085103173975924470370851031739759244703708510317397592447037085103173975924470370851031739759244703708510317397592447037085103173975924470370851031739759244703708510317397592447037085103173975924470370851031739759244703708510317397592447037085103173975924470370851031739759244703708510317397592447037085103173975924470370851031739759244703708510317397592447037085" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c33869a5-6624-4934-b52c-7073c1558784, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 59984912-b8eb-4295-b033-e95f06e821ed, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 59984912-b8eb-4295-b033-e95f06e821ed, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12760397421476196133 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1276039742147619613312760397421476196133127603974214761961331276039742147619613312760397421476196133127603974214761961331276039742147619613312760397421476196133127603974214761961331276039742147619613312760397421476196133127603974214761961331276039742147619613312760397421476196133127603974214761961331276039742147619613312760397421476196133127603974214761961331276039742147619613312760397421476196133" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 59ce1a7e-5cd5-4473-9f04-fbbfecb4897a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f3f28ab3-2ad9-47e8-b6ce-720442c4d43b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f3f28ab3-2ad9-47e8-b6ce-720442c4d43b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 846923691881001409 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "846923691881001409846923691881001409846923691881001409846923691881001409846923691881001409846923691881001409846923691881001409846923691881001409846923691881001409846923691881001409846923691881001409846923691881001409846923691881001409846923691881001409846923691881001409846923691881001409846923691881001409846923691881001409846923691881001409846923691881001409" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 59984912-b8eb-4295-b033-e95f06e821ed, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fd9b0e02-b9c4-4331-9fb0-dcba41baed74, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fd9b0e02-b9c4-4331-9fb0-dcba41baed74, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11040162344238127133 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1104016234423812713311040162344238127133110401623442381271331104016234423812713311040162344238127133110401623442381271331104016234423812713311040162344238127133110401623442381271331104016234423812713311040162344238127133110401623442381271331104016234423812713311040162344238127133110401623442381271331104016234423812713311040162344238127133110401623442381271331104016234423812713311040162344238127133" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f3f28ab3-2ad9-47e8-b6ce-720442c4d43b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 13225c74-d247-4c87-9d48-f41603e5f102, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 13225c74-d247-4c87-9d48-f41603e5f102, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1100467602800558802 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11004676028005588021100467602800558802110046760280055880211004676028005588021100467602800558802110046760280055880211004676028005588021100467602800558802110046760280055880211004676028005588021100467602800558802110046760280055880211004676028005588021100467602800558802110046760280055880211004676028005588021100467602800558802110046760280055880211004676028005588021100467602800558802" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 13225c74-d247-4c87-9d48-f41603e5f102, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e11a2530-4c42-4f05-b85f-bbdb3d258cb2, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e11a2530-4c42-4f05-b85f-bbdb3d258cb2, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5687482464885729466 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56874824648857294665687482464885729466568748246488572946656874824648857294665687482464885729466568748246488572946656874824648857294665687482464885729466568748246488572946656874824648857294665687482464885729466568748246488572946656874824648857294665687482464885729466568748246488572946656874824648857294665687482464885729466568748246488572946656874824648857294665687482464885729466" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fd9b0e02-b9c4-4331-9fb0-dcba41baed74, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 253c937f-435c-4a49-b69c-e41610162549, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 253c937f-435c-4a49-b69c-e41610162549, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11120132314212287694 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1112013231421228769411120132314212287694111201323142122876941112013231421228769411120132314212287694111201323142122876941112013231421228769411120132314212287694111201323142122876941112013231421228769411120132314212287694111201323142122876941112013231421228769411120132314212287694111201323142122876941112013231421228769411120132314212287694111201323142122876941112013231421228769411120132314212287694" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e11a2530-4c42-4f05-b85f-bbdb3d258cb2, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7ffd50ea-6f64-4a92-aac5-5ad33fa4d04b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7ffd50ea-6f64-4a92-aac5-5ad33fa4d04b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9637543222816061721 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96375432228160617219637543222816061721963754322281606172196375432228160617219637543222816061721963754322281606172196375432228160617219637543222816061721963754322281606172196375432228160617219637543222816061721963754322281606172196375432228160617219637543222816061721963754322281606172196375432228160617219637543222816061721963754322281606172196375432228160617219637543222816061721" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 253c937f-435c-4a49-b69c-e41610162549, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8eadf389-bbd3-430a-8e16-9d4c46b95e7e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8eadf389-bbd3-430a-8e16-9d4c46b95e7e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17573774451972390206 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1757377445197239020617573774451972390206175737744519723902061757377445197239020617573774451972390206175737744519723902061757377445197239020617573774451972390206175737744519723902061757377445197239020617573774451972390206175737744519723902061757377445197239020617573774451972390206175737744519723902061757377445197239020617573774451972390206175737744519723902061757377445197239020617573774451972390206" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7ffd50ea-6f64-4a92-aac5-5ad33fa4d04b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 803e0123-8184-4802-b77b-4551db2074fa, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 803e0123-8184-4802-b77b-4551db2074fa, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7498350016231718876 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74983500162317188767498350016231718876749835001623171887674983500162317188767498350016231718876749835001623171887674983500162317188767498350016231718876749835001623171887674983500162317188767498350016231718876749835001623171887674983500162317188767498350016231718876749835001623171887674983500162317188767498350016231718876749835001623171887674983500162317188767498350016231718876" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8eadf389-bbd3-430a-8e16-9d4c46b95e7e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e8ca3a3b-523c-4f16-917a-332514c5499b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e8ca3a3b-523c-4f16-917a-332514c5499b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14210688236191588778 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1421068823619158877814210688236191588778142106882361915887781421068823619158877814210688236191588778142106882361915887781421068823619158877814210688236191588778142106882361915887781421068823619158877814210688236191588778142106882361915887781421068823619158877814210688236191588778142106882361915887781421068823619158877814210688236191588778142106882361915887781421068823619158877814210688236191588778" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 803e0123-8184-4802-b77b-4551db2074fa, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 25f26887-4979-4bbc-abe2-0d8c92c0b304, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 25f26887-4979-4bbc-abe2-0d8c92c0b304, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18385130207073704013 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1838513020707370401318385130207073704013183851302070737040131838513020707370401318385130207073704013183851302070737040131838513020707370401318385130207073704013183851302070737040131838513020707370401318385130207073704013183851302070737040131838513020707370401318385130207073704013183851302070737040131838513020707370401318385130207073704013183851302070737040131838513020707370401318385130207073704013" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e8ca3a3b-523c-4f16-917a-332514c5499b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1ba6a922-0922-4683-87d8-9268d2ad79d9, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1ba6a922-0922-4683-87d8-9268d2ad79d9, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14901358019683513321 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1490135801968351332114901358019683513321149013580196835133211490135801968351332114901358019683513321149013580196835133211490135801968351332114901358019683513321149013580196835133211490135801968351332114901358019683513321149013580196835133211490135801968351332114901358019683513321149013580196835133211490135801968351332114901358019683513321149013580196835133211490135801968351332114901358019683513321" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 25f26887-4979-4bbc-abe2-0d8c92c0b304, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1ba6a922-0922-4683-87d8-9268d2ad79d9, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 317fdf0e-c241-4f2f-b893-5bc0221326c7, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 317fdf0e-c241-4f2f-b893-5bc0221326c7, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15085176439629108162 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1508517643962910816215085176439629108162150851764396291081621508517643962910816215085176439629108162150851764396291081621508517643962910816215085176439629108162150851764396291081621508517643962910816215085176439629108162150851764396291081621508517643962910816215085176439629108162150851764396291081621508517643962910816215085176439629108162150851764396291081621508517643962910816215085176439629108162" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 394f9d1c-e16b-4519-a6cd-dfd3e3cb03f9, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 394f9d1c-e16b-4519-a6cd-dfd3e3cb03f9, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13635631703242716183 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1363563170324271618313635631703242716183136356317032427161831363563170324271618313635631703242716183136356317032427161831363563170324271618313635631703242716183136356317032427161831363563170324271618313635631703242716183136356317032427161831363563170324271618313635631703242716183136356317032427161831363563170324271618313635631703242716183136356317032427161831363563170324271618313635631703242716183" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 317fdf0e-c241-4f2f-b893-5bc0221326c7, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8d82f54a-517c-4b82-803c-8bb1f40352dc, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8d82f54a-517c-4b82-803c-8bb1f40352dc, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 84208333120625202 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "8420833312062520284208333120625202842083331206252028420833312062520284208333120625202842083331206252028420833312062520284208333120625202842083331206252028420833312062520284208333120625202842083331206252028420833312062520284208333120625202842083331206252028420833312062520284208333120625202842083331206252028420833312062520284208333120625202" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 394f9d1c-e16b-4519-a6cd-dfd3e3cb03f9, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ef4dbbd7-45cb-4b94-9d9d-c49dd8e30524, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ef4dbbd7-45cb-4b94-9d9d-c49dd8e30524, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16624628335319000308 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1662462833531900030816624628335319000308166246283353190003081662462833531900030816624628335319000308166246283353190003081662462833531900030816624628335319000308166246283353190003081662462833531900030816624628335319000308166246283353190003081662462833531900030816624628335319000308166246283353190003081662462833531900030816624628335319000308166246283353190003081662462833531900030816624628335319000308" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8d82f54a-517c-4b82-803c-8bb1f40352dc, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4d59e55d-6a23-4bc5-8979-78fb00bac9d7, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4d59e55d-6a23-4bc5-8979-78fb00bac9d7, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2907920839373852705 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29079208393738527052907920839373852705290792083937385270529079208393738527052907920839373852705290792083937385270529079208393738527052907920839373852705290792083937385270529079208393738527052907920839373852705290792083937385270529079208393738527052907920839373852705290792083937385270529079208393738527052907920839373852705290792083937385270529079208393738527052907920839373852705" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ef4dbbd7-45cb-4b94-9d9d-c49dd8e30524, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4d59e55d-6a23-4bc5-8979-78fb00bac9d7, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ac2cdf38-0b0d-4a80-8111-93c10f9ff3cb, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ac2cdf38-0b0d-4a80-8111-93c10f9ff3cb, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14712298040801779998 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1471229804080177999814712298040801779998147122980408017799981471229804080177999814712298040801779998147122980408017799981471229804080177999814712298040801779998147122980408017799981471229804080177999814712298040801779998147122980408017799981471229804080177999814712298040801779998147122980408017799981471229804080177999814712298040801779998147122980408017799981471229804080177999814712298040801779998" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 08a8ea35-cadb-4572-83ae-5f46e290e6c7, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 08a8ea35-cadb-4572-83ae-5f46e290e6c7, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7484524623746189274 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74845246237461892747484524623746189274748452462374618927474845246237461892747484524623746189274748452462374618927474845246237461892747484524623746189274748452462374618927474845246237461892747484524623746189274748452462374618927474845246237461892747484524623746189274748452462374618927474845246237461892747484524623746189274748452462374618927474845246237461892747484524623746189274" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ac2cdf38-0b0d-4a80-8111-93c10f9ff3cb, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d850005c-4223-4a54-9a08-f87c799dcd45, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d850005c-4223-4a54-9a08-f87c799dcd45, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8684454434935240165 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86844544349352401658684454434935240165868445443493524016586844544349352401658684454434935240165868445443493524016586844544349352401658684454434935240165868445443493524016586844544349352401658684454434935240165868445443493524016586844544349352401658684454434935240165868445443493524016586844544349352401658684454434935240165868445443493524016586844544349352401658684454434935240165" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 08a8ea35-cadb-4572-83ae-5f46e290e6c7, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6952ca83-9e24-4c1e-a621-a260358ee39e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6952ca83-9e24-4c1e-a621-a260358ee39e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14676370465872761885 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1467637046587276188514676370465872761885146763704658727618851467637046587276188514676370465872761885146763704658727618851467637046587276188514676370465872761885146763704658727618851467637046587276188514676370465872761885146763704658727618851467637046587276188514676370465872761885146763704658727618851467637046587276188514676370465872761885146763704658727618851467637046587276188514676370465872761885" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d850005c-4223-4a54-9a08-f87c799dcd45, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b0db6752-bdeb-4f05-b914-9577bbbe461a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b0db6752-bdeb-4f05-b914-9577bbbe461a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 689566665336465727 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "689566665336465727689566665336465727689566665336465727689566665336465727689566665336465727689566665336465727689566665336465727689566665336465727689566665336465727689566665336465727689566665336465727689566665336465727689566665336465727689566665336465727689566665336465727689566665336465727689566665336465727689566665336465727689566665336465727689566665336465727" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6952ca83-9e24-4c1e-a621-a260358ee39e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5b69e06c-5110-49ee-a818-1e7e84fc548d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5b69e06c-5110-49ee-a818-1e7e84fc548d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16474775122812701297 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1647477512281270129716474775122812701297164747751228127012971647477512281270129716474775122812701297164747751228127012971647477512281270129716474775122812701297164747751228127012971647477512281270129716474775122812701297164747751228127012971647477512281270129716474775122812701297164747751228127012971647477512281270129716474775122812701297164747751228127012971647477512281270129716474775122812701297" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b0db6752-bdeb-4f05-b914-9577bbbe461a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5b69e06c-5110-49ee-a818-1e7e84fc548d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9799aa81-9692-4dd8-80bb-ff3fb0e0bd88, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ef6b8d02-5448-40d2-9370-25784198eaf2, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9799aa81-9692-4dd8-80bb-ff3fb0e0bd88, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12935925723911129176 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1293592572391112917612935925723911129176129359257239111291761293592572391112917612935925723911129176129359257239111291761293592572391112917612935925723911129176129359257239111291761293592572391112917612935925723911129176129359257239111291761293592572391112917612935925723911129176129359257239111291761293592572391112917612935925723911129176129359257239111291761293592572391112917612935925723911129176" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ef6b8d02-5448-40d2-9370-25784198eaf2, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1915600279241243007 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19156002792412430071915600279241243007191560027924124300719156002792412430071915600279241243007191560027924124300719156002792412430071915600279241243007191560027924124300719156002792412430071915600279241243007191560027924124300719156002792412430071915600279241243007191560027924124300719156002792412430071915600279241243007191560027924124300719156002792412430071915600279241243007" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9799aa81-9692-4dd8-80bb-ff3fb0e0bd88, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d6b91f49-f167-4610-acdb-0597b0ec6806, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d6b91f49-f167-4610-acdb-0597b0ec6806, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10192917383673809295 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1019291738367380929510192917383673809295101929173836738092951019291738367380929510192917383673809295101929173836738092951019291738367380929510192917383673809295101929173836738092951019291738367380929510192917383673809295101929173836738092951019291738367380929510192917383673809295101929173836738092951019291738367380929510192917383673809295101929173836738092951019291738367380929510192917383673809295" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ef6b8d02-5448-40d2-9370-25784198eaf2, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 606ebadc-2d30-4e5a-b0b0-a3a7e53d5002, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 606ebadc-2d30-4e5a-b0b0-a3a7e53d5002, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11806679413128470082 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1180667941312847008211806679413128470082118066794131284700821180667941312847008211806679413128470082118066794131284700821180667941312847008211806679413128470082118066794131284700821180667941312847008211806679413128470082118066794131284700821180667941312847008211806679413128470082118066794131284700821180667941312847008211806679413128470082118066794131284700821180667941312847008211806679413128470082" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d6b91f49-f167-4610-acdb-0597b0ec6806, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c37c3960-6ee2-497e-97c2-1fc9ba90ac10, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 606ebadc-2d30-4e5a-b0b0-a3a7e53d5002, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9af119de-6e53-4a28-ba49-aa08c3e588f7, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9af119de-6e53-4a28-ba49-aa08c3e588f7, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10741096771284489472 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1074109677128448947210741096771284489472107410967712844894721074109677128448947210741096771284489472107410967712844894721074109677128448947210741096771284489472107410967712844894721074109677128448947210741096771284489472107410967712844894721074109677128448947210741096771284489472107410967712844894721074109677128448947210741096771284489472107410967712844894721074109677128448947210741096771284489472" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c37c3960-6ee2-497e-97c2-1fc9ba90ac10, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6534508959764735478 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65345089597647354786534508959764735478653450895976473547865345089597647354786534508959764735478653450895976473547865345089597647354786534508959764735478653450895976473547865345089597647354786534508959764735478653450895976473547865345089597647354786534508959764735478653450895976473547865345089597647354786534508959764735478653450895976473547865345089597647354786534508959764735478" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9af119de-6e53-4a28-ba49-aa08c3e588f7, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e45f40e7-198a-4072-bfcf-775b16d079c5, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e45f40e7-198a-4072-bfcf-775b16d079c5, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10596342989201967538 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1059634298920196753810596342989201967538105963429892019675381059634298920196753810596342989201967538105963429892019675381059634298920196753810596342989201967538105963429892019675381059634298920196753810596342989201967538105963429892019675381059634298920196753810596342989201967538105963429892019675381059634298920196753810596342989201967538105963429892019675381059634298920196753810596342989201967538" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c37c3960-6ee2-497e-97c2-1fc9ba90ac10, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3bacaff5-1edc-4949-9205-780e7d65890c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3bacaff5-1edc-4949-9205-780e7d65890c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1202261670144642008 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12022616701446420081202261670144642008120226167014464200812022616701446420081202261670144642008120226167014464200812022616701446420081202261670144642008120226167014464200812022616701446420081202261670144642008120226167014464200812022616701446420081202261670144642008120226167014464200812022616701446420081202261670144642008120226167014464200812022616701446420081202261670144642008" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e45f40e7-198a-4072-bfcf-775b16d079c5, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 73f5bee1-d0f6-42f9-92a8-19dae5440f3d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 73f5bee1-d0f6-42f9-92a8-19dae5440f3d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12108099995225327774 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1210809999522532777412108099995225327774121080999952253277741210809999522532777412108099995225327774121080999952253277741210809999522532777412108099995225327774121080999952253277741210809999522532777412108099995225327774121080999952253277741210809999522532777412108099995225327774121080999952253277741210809999522532777412108099995225327774121080999952253277741210809999522532777412108099995225327774" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3bacaff5-1edc-4949-9205-780e7d65890c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 53c950a8-77ab-4367-a60d-05dbe3434117, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 73f5bee1-d0f6-42f9-92a8-19dae5440f3d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ea1c620c-1f21-465d-a898-c635eb101c53, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 53c950a8-77ab-4367-a60d-05dbe3434117, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 109574489686784632 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "109574489686784632109574489686784632109574489686784632109574489686784632109574489686784632109574489686784632109574489686784632109574489686784632109574489686784632109574489686784632109574489686784632109574489686784632109574489686784632109574489686784632109574489686784632109574489686784632109574489686784632109574489686784632109574489686784632109574489686784632" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ea1c620c-1f21-465d-a898-c635eb101c53, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18297831366894877683 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1829783136689487768318297831366894877683182978313668948776831829783136689487768318297831366894877683182978313668948776831829783136689487768318297831366894877683182978313668948776831829783136689487768318297831366894877683182978313668948776831829783136689487768318297831366894877683182978313668948776831829783136689487768318297831366894877683182978313668948776831829783136689487768318297831366894877683" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 53c950a8-77ab-4367-a60d-05dbe3434117, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c6069106-af0d-444d-acc2-2a9ced512ec8, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c6069106-af0d-444d-acc2-2a9ced512ec8, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8904172032888493292 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89041720328884932928904172032888493292890417203288849329289041720328884932928904172032888493292890417203288849329289041720328884932928904172032888493292890417203288849329289041720328884932928904172032888493292890417203288849329289041720328884932928904172032888493292890417203288849329289041720328884932928904172032888493292890417203288849329289041720328884932928904172032888493292" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ea1c620c-1f21-465d-a898-c635eb101c53, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ed125070-a870-459b-9eeb-2f978ed6e76f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ed125070-a870-459b-9eeb-2f978ed6e76f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13304517012598820929 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1330451701259882092913304517012598820929133045170125988209291330451701259882092913304517012598820929133045170125988209291330451701259882092913304517012598820929133045170125988209291330451701259882092913304517012598820929133045170125988209291330451701259882092913304517012598820929133045170125988209291330451701259882092913304517012598820929133045170125988209291330451701259882092913304517012598820929" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c6069106-af0d-444d-acc2-2a9ced512ec8, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ff959a88-010c-4a50-b375-a95472bf4565, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ff959a88-010c-4a50-b375-a95472bf4565, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14478473686830554377 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1447847368683055437714478473686830554377144784736868305543771447847368683055437714478473686830554377144784736868305543771447847368683055437714478473686830554377144784736868305543771447847368683055437714478473686830554377144784736868305543771447847368683055437714478473686830554377144784736868305543771447847368683055437714478473686830554377144784736868305543771447847368683055437714478473686830554377" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ed125070-a870-459b-9eeb-2f978ed6e76f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4d2ca64a-88be-4d24-9fe8-5d44e17fd217, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4d2ca64a-88be-4d24-9fe8-5d44e17fd217, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17826848142621111902 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1782684814262111190217826848142621111902178268481426211119021782684814262111190217826848142621111902178268481426211119021782684814262111190217826848142621111902178268481426211119021782684814262111190217826848142621111902178268481426211119021782684814262111190217826848142621111902178268481426211119021782684814262111190217826848142621111902178268481426211119021782684814262111190217826848142621111902" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ff959a88-010c-4a50-b375-a95472bf4565, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bf8a9e7d-cbe3-4d32-8f59-518698c506c6, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bf8a9e7d-cbe3-4d32-8f59-518698c506c6, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10681380096167397741 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1068138009616739774110681380096167397741106813800961673977411068138009616739774110681380096167397741106813800961673977411068138009616739774110681380096167397741106813800961673977411068138009616739774110681380096167397741106813800961673977411068138009616739774110681380096167397741106813800961673977411068138009616739774110681380096167397741106813800961673977411068138009616739774110681380096167397741" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4d2ca64a-88be-4d24-9fe8-5d44e17fd217, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1dbb3a0f-6984-43db-bfce-081e2199c386, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1dbb3a0f-6984-43db-bfce-081e2199c386, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8393619818761017446 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83936198187610174468393619818761017446839361981876101744683936198187610174468393619818761017446839361981876101744683936198187610174468393619818761017446839361981876101744683936198187610174468393619818761017446839361981876101744683936198187610174468393619818761017446839361981876101744683936198187610174468393619818761017446839361981876101744683936198187610174468393619818761017446" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bf8a9e7d-cbe3-4d32-8f59-518698c506c6, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 668a0311-4860-4c51-9530-600eee2d72e7, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 668a0311-4860-4c51-9530-600eee2d72e7, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15759679652695510100 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1575967965269551010015759679652695510100157596796526955101001575967965269551010015759679652695510100157596796526955101001575967965269551010015759679652695510100157596796526955101001575967965269551010015759679652695510100157596796526955101001575967965269551010015759679652695510100157596796526955101001575967965269551010015759679652695510100157596796526955101001575967965269551010015759679652695510100" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1dbb3a0f-6984-43db-bfce-081e2199c386, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c1c67842-580b-4110-8797-492a780da0a4, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c1c67842-580b-4110-8797-492a780da0a4, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12696871429097274363 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1269687142909727436312696871429097274363126968714290972743631269687142909727436312696871429097274363126968714290972743631269687142909727436312696871429097274363126968714290972743631269687142909727436312696871429097274363126968714290972743631269687142909727436312696871429097274363126968714290972743631269687142909727436312696871429097274363126968714290972743631269687142909727436312696871429097274363" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 668a0311-4860-4c51-9530-600eee2d72e7, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c93f5600-9c04-4796-b961-530d0f03c147, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c93f5600-9c04-4796-b961-530d0f03c147, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2687821196077314480 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26878211960773144802687821196077314480268782119607731448026878211960773144802687821196077314480268782119607731448026878211960773144802687821196077314480268782119607731448026878211960773144802687821196077314480268782119607731448026878211960773144802687821196077314480268782119607731448026878211960773144802687821196077314480268782119607731448026878211960773144802687821196077314480" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c1c67842-580b-4110-8797-492a780da0a4, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d8b9ef93-f641-4303-92dd-5ef82abd8677, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d8b9ef93-f641-4303-92dd-5ef82abd8677, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2618961526152933275 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26189615261529332752618961526152933275261896152615293327526189615261529332752618961526152933275261896152615293327526189615261529332752618961526152933275261896152615293327526189615261529332752618961526152933275261896152615293327526189615261529332752618961526152933275261896152615293327526189615261529332752618961526152933275261896152615293327526189615261529332752618961526152933275" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c93f5600-9c04-4796-b961-530d0f03c147, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d8b9ef93-f641-4303-92dd-5ef82abd8677, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9ece2dfc-f01c-443c-a542-524b37a8d472, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3b0e17e1-cde6-490e-9f38-da0cdc2166f8, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3b0e17e1-cde6-490e-9f38-da0cdc2166f8, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13501025708774615720 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1350102570877461572013501025708774615720135010257087746157201350102570877461572013501025708774615720135010257087746157201350102570877461572013501025708774615720135010257087746157201350102570877461572013501025708774615720135010257087746157201350102570877461572013501025708774615720135010257087746157201350102570877461572013501025708774615720135010257087746157201350102570877461572013501025708774615720" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9ece2dfc-f01c-443c-a542-524b37a8d472, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4185341956432683528 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41853419564326835284185341956432683528418534195643268352841853419564326835284185341956432683528418534195643268352841853419564326835284185341956432683528418534195643268352841853419564326835284185341956432683528418534195643268352841853419564326835284185341956432683528418534195643268352841853419564326835284185341956432683528418534195643268352841853419564326835284185341956432683528" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3b0e17e1-cde6-490e-9f38-da0cdc2166f8, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 423603d8-5a5e-4070-ad71-489faa0f6d17, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 423603d8-5a5e-4070-ad71-489faa0f6d17, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14495819522310850537 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1449581952231085053714495819522310850537144958195223108505371449581952231085053714495819522310850537144958195223108505371449581952231085053714495819522310850537144958195223108505371449581952231085053714495819522310850537144958195223108505371449581952231085053714495819522310850537144958195223108505371449581952231085053714495819522310850537144958195223108505371449581952231085053714495819522310850537" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9ece2dfc-f01c-443c-a542-524b37a8d472, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4f2c1760-be3b-4acc-932d-fbf582bca5c3, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4f2c1760-be3b-4acc-932d-fbf582bca5c3, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11616353398070506640 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1161635339807050664011616353398070506640116163533980705066401161635339807050664011616353398070506640116163533980705066401161635339807050664011616353398070506640116163533980705066401161635339807050664011616353398070506640116163533980705066401161635339807050664011616353398070506640116163533980705066401161635339807050664011616353398070506640116163533980705066401161635339807050664011616353398070506640" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 423603d8-5a5e-4070-ad71-489faa0f6d17, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d98ff0e9-5236-4526-8ecb-aa94a90146c5, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d98ff0e9-5236-4526-8ecb-aa94a90146c5, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13822039028131605227 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1382203902813160522713822039028131605227138220390281316052271382203902813160522713822039028131605227138220390281316052271382203902813160522713822039028131605227138220390281316052271382203902813160522713822039028131605227138220390281316052271382203902813160522713822039028131605227138220390281316052271382203902813160522713822039028131605227138220390281316052271382203902813160522713822039028131605227" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4f2c1760-be3b-4acc-932d-fbf582bca5c3, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 713f4893-4006-4960-8a0d-4c6c837bec03, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 713f4893-4006-4960-8a0d-4c6c837bec03, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3700454630665403052 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37004546306654030523700454630665403052370045463066540305237004546306654030523700454630665403052370045463066540305237004546306654030523700454630665403052370045463066540305237004546306654030523700454630665403052370045463066540305237004546306654030523700454630665403052370045463066540305237004546306654030523700454630665403052370045463066540305237004546306654030523700454630665403052" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d98ff0e9-5236-4526-8ecb-aa94a90146c5, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a9adb946-4028-4cd2-9133-c421a8930131, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a9adb946-4028-4cd2-9133-c421a8930131, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16030888047580715593 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1603088804758071559316030888047580715593160308880475807155931603088804758071559316030888047580715593160308880475807155931603088804758071559316030888047580715593160308880475807155931603088804758071559316030888047580715593160308880475807155931603088804758071559316030888047580715593160308880475807155931603088804758071559316030888047580715593160308880475807155931603088804758071559316030888047580715593" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a9adb946-4028-4cd2-9133-c421a8930131, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0cf58a3d-c2d1-46b6-9b7f-1bda9199f14d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0cf58a3d-c2d1-46b6-9b7f-1bda9199f14d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14964213211291384415 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1496421321129138441514964213211291384415149642132112913844151496421321129138441514964213211291384415149642132112913844151496421321129138441514964213211291384415149642132112913844151496421321129138441514964213211291384415149642132112913844151496421321129138441514964213211291384415149642132112913844151496421321129138441514964213211291384415149642132112913844151496421321129138441514964213211291384415" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 713f4893-4006-4960-8a0d-4c6c837bec03, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8c7e227e-e3e5-4848-b4ba-3bcb97f24940, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8c7e227e-e3e5-4848-b4ba-3bcb97f24940, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4022598488405904754 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40225984884059047544022598488405904754402259848840590475440225984884059047544022598488405904754402259848840590475440225984884059047544022598488405904754402259848840590475440225984884059047544022598488405904754402259848840590475440225984884059047544022598488405904754402259848840590475440225984884059047544022598488405904754402259848840590475440225984884059047544022598488405904754" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0cf58a3d-c2d1-46b6-9b7f-1bda9199f14d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d6caeb37-da09-4b0a-97cc-c4ad09948880, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d6caeb37-da09-4b0a-97cc-c4ad09948880, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12790491156595277919 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1279049115659527791912790491156595277919127904911565952779191279049115659527791912790491156595277919127904911565952779191279049115659527791912790491156595277919127904911565952779191279049115659527791912790491156595277919127904911565952779191279049115659527791912790491156595277919127904911565952779191279049115659527791912790491156595277919127904911565952779191279049115659527791912790491156595277919" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8c7e227e-e3e5-4848-b4ba-3bcb97f24940, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 39c47cd4-f08b-4f6b-8497-4bbb15bbe6ba, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 39c47cd4-f08b-4f6b-8497-4bbb15bbe6ba, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2528575638816327799 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25285756388163277992528575638816327799252857563881632779925285756388163277992528575638816327799252857563881632779925285756388163277992528575638816327799252857563881632779925285756388163277992528575638816327799252857563881632779925285756388163277992528575638816327799252857563881632779925285756388163277992528575638816327799252857563881632779925285756388163277992528575638816327799" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d6caeb37-da09-4b0a-97cc-c4ad09948880, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5b39c0f2-a2b2-42d8-bfc8-37b4a4a090b5, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5b39c0f2-a2b2-42d8-bfc8-37b4a4a090b5, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4475175863771240187 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44751758637712401874475175863771240187447517586377124018744751758637712401874475175863771240187447517586377124018744751758637712401874475175863771240187447517586377124018744751758637712401874475175863771240187447517586377124018744751758637712401874475175863771240187447517586377124018744751758637712401874475175863771240187447517586377124018744751758637712401874475175863771240187" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 39c47cd4-f08b-4f6b-8497-4bbb15bbe6ba, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 84bb8ec2-39cc-420f-9fd3-ee15592bbd0c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 84bb8ec2-39cc-420f-9fd3-ee15592bbd0c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15783968211528492082 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1578396821152849208215783968211528492082157839682115284920821578396821152849208215783968211528492082157839682115284920821578396821152849208215783968211528492082157839682115284920821578396821152849208215783968211528492082157839682115284920821578396821152849208215783968211528492082157839682115284920821578396821152849208215783968211528492082157839682115284920821578396821152849208215783968211528492082" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 84bb8ec2-39cc-420f-9fd3-ee15592bbd0c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 17cfe0f5-6e2a-4703-b3ba-24064d7f02ad, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 17cfe0f5-6e2a-4703-b3ba-24064d7f02ad, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13367535914421739447 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1336753591442173944713367535914421739447133675359144217394471336753591442173944713367535914421739447133675359144217394471336753591442173944713367535914421739447133675359144217394471336753591442173944713367535914421739447133675359144217394471336753591442173944713367535914421739447133675359144217394471336753591442173944713367535914421739447133675359144217394471336753591442173944713367535914421739447" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5b39c0f2-a2b2-42d8-bfc8-37b4a4a090b5, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d1f79c27-49a0-4b07-a2ad-9b86b2dc8e29, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d1f79c27-49a0-4b07-a2ad-9b86b2dc8e29, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11476040720819390309 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1147604072081939030911476040720819390309114760407208193903091147604072081939030911476040720819390309114760407208193903091147604072081939030911476040720819390309114760407208193903091147604072081939030911476040720819390309114760407208193903091147604072081939030911476040720819390309114760407208193903091147604072081939030911476040720819390309114760407208193903091147604072081939030911476040720819390309" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 17cfe0f5-6e2a-4703-b3ba-24064d7f02ad, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 67ae8823-0c7e-4b22-b5e6-6a4f19e7916b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 67ae8823-0c7e-4b22-b5e6-6a4f19e7916b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5184786026726859458 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51847860267268594585184786026726859458518478602672685945851847860267268594585184786026726859458518478602672685945851847860267268594585184786026726859458518478602672685945851847860267268594585184786026726859458518478602672685945851847860267268594585184786026726859458518478602672685945851847860267268594585184786026726859458518478602672685945851847860267268594585184786026726859458" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d1f79c27-49a0-4b07-a2ad-9b86b2dc8e29, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bb7f78a8-34fc-4f57-884a-ac1427d4ea90, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bb7f78a8-34fc-4f57-884a-ac1427d4ea90, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18252874050983210015 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1825287405098321001518252874050983210015182528740509832100151825287405098321001518252874050983210015182528740509832100151825287405098321001518252874050983210015182528740509832100151825287405098321001518252874050983210015182528740509832100151825287405098321001518252874050983210015182528740509832100151825287405098321001518252874050983210015182528740509832100151825287405098321001518252874050983210015" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 67ae8823-0c7e-4b22-b5e6-6a4f19e7916b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 03dbcc70-ce50-4980-b665-f5ee672b7449, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 03dbcc70-ce50-4980-b665-f5ee672b7449, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4087678684708779968 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40876786847087799684087678684708779968408767868470877996840876786847087799684087678684708779968408767868470877996840876786847087799684087678684708779968408767868470877996840876786847087799684087678684708779968408767868470877996840876786847087799684087678684708779968408767868470877996840876786847087799684087678684708779968408767868470877996840876786847087799684087678684708779968" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bb7f78a8-34fc-4f57-884a-ac1427d4ea90, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 66040581-b34d-463a-9c47-9fe254dabb92, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 66040581-b34d-463a-9c47-9fe254dabb92, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4950639407339997299 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49506394073399972994950639407339997299495063940733999729949506394073399972994950639407339997299495063940733999729949506394073399972994950639407339997299495063940733999729949506394073399972994950639407339997299495063940733999729949506394073399972994950639407339997299495063940733999729949506394073399972994950639407339997299495063940733999729949506394073399972994950639407339997299" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 03dbcc70-ce50-4980-b665-f5ee672b7449, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 66040581-b34d-463a-9c47-9fe254dabb92, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4596746e-9a33-47bb-ae95-ed9d13d4c7f5, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4596746e-9a33-47bb-ae95-ed9d13d4c7f5, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6605840191028223294 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66058401910282232946605840191028223294660584019102822329466058401910282232946605840191028223294660584019102822329466058401910282232946605840191028223294660584019102822329466058401910282232946605840191028223294660584019102822329466058401910282232946605840191028223294660584019102822329466058401910282232946605840191028223294660584019102822329466058401910282232946605840191028223294" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3d028de6-824e-4dcf-8969-05a38237ddc8, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3d028de6-824e-4dcf-8969-05a38237ddc8, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15003477055666941117 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1500347705566694111715003477055666941117150034770556669411171500347705566694111715003477055666941117150034770556669411171500347705566694111715003477055666941117150034770556669411171500347705566694111715003477055666941117150034770556669411171500347705566694111715003477055666941117150034770556669411171500347705566694111715003477055666941117150034770556669411171500347705566694111715003477055666941117" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4596746e-9a33-47bb-ae95-ed9d13d4c7f5, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1445ecd8-aa77-4d1a-86fb-3ff9f323576c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1445ecd8-aa77-4d1a-86fb-3ff9f323576c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14005960709089279306 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1400596070908927930614005960709089279306140059607090892793061400596070908927930614005960709089279306140059607090892793061400596070908927930614005960709089279306140059607090892793061400596070908927930614005960709089279306140059607090892793061400596070908927930614005960709089279306140059607090892793061400596070908927930614005960709089279306140059607090892793061400596070908927930614005960709089279306" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3d028de6-824e-4dcf-8969-05a38237ddc8, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 21899531-9ffc-402a-a448-294de63ea58f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 21899531-9ffc-402a-a448-294de63ea58f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12143911989113709934 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1214391198911370993412143911989113709934121439119891137099341214391198911370993412143911989113709934121439119891137099341214391198911370993412143911989113709934121439119891137099341214391198911370993412143911989113709934121439119891137099341214391198911370993412143911989113709934121439119891137099341214391198911370993412143911989113709934121439119891137099341214391198911370993412143911989113709934" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1445ecd8-aa77-4d1a-86fb-3ff9f323576c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 781ec77a-8b07-40b4-a649-33dab15331a8, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 781ec77a-8b07-40b4-a649-33dab15331a8, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5291226468749951332 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52912264687499513325291226468749951332529122646874995133252912264687499513325291226468749951332529122646874995133252912264687499513325291226468749951332529122646874995133252912264687499513325291226468749951332529122646874995133252912264687499513325291226468749951332529122646874995133252912264687499513325291226468749951332529122646874995133252912264687499513325291226468749951332" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 21899531-9ffc-402a-a448-294de63ea58f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 06453f0d-831e-4502-bf87-4393eb0bc7b5, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 06453f0d-831e-4502-bf87-4393eb0bc7b5, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12284468525716950812 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1228446852571695081212284468525716950812122844685257169508121228446852571695081212284468525716950812122844685257169508121228446852571695081212284468525716950812122844685257169508121228446852571695081212284468525716950812122844685257169508121228446852571695081212284468525716950812122844685257169508121228446852571695081212284468525716950812122844685257169508121228446852571695081212284468525716950812" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 781ec77a-8b07-40b4-a649-33dab15331a8, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ef274e81-5f3f-4689-983b-eac417933d49, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 06453f0d-831e-4502-bf87-4393eb0bc7b5, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ecf9edc4-43ee-4af1-ae6d-a60f4cf8f723, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ecf9edc4-43ee-4af1-ae6d-a60f4cf8f723, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5515259196876151911 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55152591968761519115515259196876151911551525919687615191155152591968761519115515259196876151911551525919687615191155152591968761519115515259196876151911551525919687615191155152591968761519115515259196876151911551525919687615191155152591968761519115515259196876151911551525919687615191155152591968761519115515259196876151911551525919687615191155152591968761519115515259196876151911" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ef274e81-5f3f-4689-983b-eac417933d49, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17356288077421044478 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1735628807742104447817356288077421044478173562880774210444781735628807742104447817356288077421044478173562880774210444781735628807742104447817356288077421044478173562880774210444781735628807742104447817356288077421044478173562880774210444781735628807742104447817356288077421044478173562880774210444781735628807742104447817356288077421044478173562880774210444781735628807742104447817356288077421044478" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ef274e81-5f3f-4689-983b-eac417933d49, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 569dd4ab-4b4a-4960-b9c3-5d41ebea7a3d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 569dd4ab-4b4a-4960-b9c3-5d41ebea7a3d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1839258012321768171 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18392580123217681711839258012321768171183925801232176817118392580123217681711839258012321768171183925801232176817118392580123217681711839258012321768171183925801232176817118392580123217681711839258012321768171183925801232176817118392580123217681711839258012321768171183925801232176817118392580123217681711839258012321768171183925801232176817118392580123217681711839258012321768171" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ecf9edc4-43ee-4af1-ae6d-a60f4cf8f723, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a68e9363-44ed-47bd-94fd-9af9e60d011c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a68e9363-44ed-47bd-94fd-9af9e60d011c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13947333186621177080 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1394733318662117708013947333186621177080139473331866211770801394733318662117708013947333186621177080139473331866211770801394733318662117708013947333186621177080139473331866211770801394733318662117708013947333186621177080139473331866211770801394733318662117708013947333186621177080139473331866211770801394733318662117708013947333186621177080139473331866211770801394733318662117708013947333186621177080" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 569dd4ab-4b4a-4960-b9c3-5d41ebea7a3d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 85610187-4f7e-4520-82b1-28e1a095ff6e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 85610187-4f7e-4520-82b1-28e1a095ff6e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2779376874758624350 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27793768747586243502779376874758624350277937687475862435027793768747586243502779376874758624350277937687475862435027793768747586243502779376874758624350277937687475862435027793768747586243502779376874758624350277937687475862435027793768747586243502779376874758624350277937687475862435027793768747586243502779376874758624350277937687475862435027793768747586243502779376874758624350" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a68e9363-44ed-47bd-94fd-9af9e60d011c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e77b4249-c7cc-4c54-a55b-c93ae09216ac, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e77b4249-c7cc-4c54-a55b-c93ae09216ac, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16849866288734764891 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1684986628873476489116849866288734764891168498662887347648911684986628873476489116849866288734764891168498662887347648911684986628873476489116849866288734764891168498662887347648911684986628873476489116849866288734764891168498662887347648911684986628873476489116849866288734764891168498662887347648911684986628873476489116849866288734764891168498662887347648911684986628873476489116849866288734764891" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 85610187-4f7e-4520-82b1-28e1a095ff6e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8a61a7ef-0292-474d-9f68-d238cffbab53, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8a61a7ef-0292-474d-9f68-d238cffbab53, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16121875349812937768 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1612187534981293776816121875349812937768161218753498129377681612187534981293776816121875349812937768161218753498129377681612187534981293776816121875349812937768161218753498129377681612187534981293776816121875349812937768161218753498129377681612187534981293776816121875349812937768161218753498129377681612187534981293776816121875349812937768161218753498129377681612187534981293776816121875349812937768" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e77b4249-c7cc-4c54-a55b-c93ae09216ac, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5cd8ba60-334c-4869-9258-be8284fc5fa5, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5cd8ba60-334c-4869-9258-be8284fc5fa5, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10634100027223717515 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1063410002722371751510634100027223717515106341000272237175151063410002722371751510634100027223717515106341000272237175151063410002722371751510634100027223717515106341000272237175151063410002722371751510634100027223717515106341000272237175151063410002722371751510634100027223717515106341000272237175151063410002722371751510634100027223717515106341000272237175151063410002722371751510634100027223717515" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8a61a7ef-0292-474d-9f68-d238cffbab53, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 346e6d60-c868-4170-99ca-ab8fbc09b19d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 346e6d60-c868-4170-99ca-ab8fbc09b19d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9697141965581033348 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96971419655810333489697141965581033348969714196558103334896971419655810333489697141965581033348969714196558103334896971419655810333489697141965581033348969714196558103334896971419655810333489697141965581033348969714196558103334896971419655810333489697141965581033348969714196558103334896971419655810333489697141965581033348969714196558103334896971419655810333489697141965581033348" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5cd8ba60-334c-4869-9258-be8284fc5fa5, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f8c40b59-3354-49f8-b026-9900933e57f5, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f8c40b59-3354-49f8-b026-9900933e57f5, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8887462797538794604 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88874627975387946048887462797538794604888746279753879460488874627975387946048887462797538794604888746279753879460488874627975387946048887462797538794604888746279753879460488874627975387946048887462797538794604888746279753879460488874627975387946048887462797538794604888746279753879460488874627975387946048887462797538794604888746279753879460488874627975387946048887462797538794604" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 346e6d60-c868-4170-99ca-ab8fbc09b19d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b7c01f83-b759-40e5-923a-8893af5159e8, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b7c01f83-b759-40e5-923a-8893af5159e8, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4786322324878388654 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47863223248783886544786322324878388654478632232487838865447863223248783886544786322324878388654478632232487838865447863223248783886544786322324878388654478632232487838865447863223248783886544786322324878388654478632232487838865447863223248783886544786322324878388654478632232487838865447863223248783886544786322324878388654478632232487838865447863223248783886544786322324878388654" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b7c01f83-b759-40e5-923a-8893af5159e8, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5970f6ae-5fe4-45ba-9eaa-11564b04aa2f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5970f6ae-5fe4-45ba-9eaa-11564b04aa2f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7856305103818549145 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78563051038185491457856305103818549145785630510381854914578563051038185491457856305103818549145785630510381854914578563051038185491457856305103818549145785630510381854914578563051038185491457856305103818549145785630510381854914578563051038185491457856305103818549145785630510381854914578563051038185491457856305103818549145785630510381854914578563051038185491457856305103818549145" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5970f6ae-5fe4-45ba-9eaa-11564b04aa2f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d0be3477-b873-43d0-8cc0-16bcb27500d7, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d0be3477-b873-43d0-8cc0-16bcb27500d7, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17250809968825384740 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1725080996882538474017250809968825384740172508099688253847401725080996882538474017250809968825384740172508099688253847401725080996882538474017250809968825384740172508099688253847401725080996882538474017250809968825384740172508099688253847401725080996882538474017250809968825384740172508099688253847401725080996882538474017250809968825384740172508099688253847401725080996882538474017250809968825384740" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d0be3477-b873-43d0-8cc0-16bcb27500d7, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 63049128-a484-402e-87e4-4cfe18642119, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 63049128-a484-402e-87e4-4cfe18642119, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16911923752097452089 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1691192375209745208916911923752097452089169119237520974520891691192375209745208916911923752097452089169119237520974520891691192375209745208916911923752097452089169119237520974520891691192375209745208916911923752097452089169119237520974520891691192375209745208916911923752097452089169119237520974520891691192375209745208916911923752097452089169119237520974520891691192375209745208916911923752097452089" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f8c40b59-3354-49f8-b026-9900933e57f5, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f53c22f4-a034-4214-8f5c-836a2f04401d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f53c22f4-a034-4214-8f5c-836a2f04401d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7684261547196509368 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76842615471965093687684261547196509368768426154719650936876842615471965093687684261547196509368768426154719650936876842615471965093687684261547196509368768426154719650936876842615471965093687684261547196509368768426154719650936876842615471965093687684261547196509368768426154719650936876842615471965093687684261547196509368768426154719650936876842615471965093687684261547196509368" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 63049128-a484-402e-87e4-4cfe18642119, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 290c27aa-48de-47b2-9721-ee4bdd2176cf, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 290c27aa-48de-47b2-9721-ee4bdd2176cf, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6280835181732076068 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62808351817320760686280835181732076068628083518173207606862808351817320760686280835181732076068628083518173207606862808351817320760686280835181732076068628083518173207606862808351817320760686280835181732076068628083518173207606862808351817320760686280835181732076068628083518173207606862808351817320760686280835181732076068628083518173207606862808351817320760686280835181732076068" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f53c22f4-a034-4214-8f5c-836a2f04401d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 761517a5-c63e-43c3-a69e-21c5a3e53c5f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 761517a5-c63e-43c3-a69e-21c5a3e53c5f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7856333370995301624 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78563333709953016247856333370995301624785633337099530162478563333709953016247856333370995301624785633337099530162478563333709953016247856333370995301624785633337099530162478563333709953016247856333370995301624785633337099530162478563333709953016247856333370995301624785633337099530162478563333709953016247856333370995301624785633337099530162478563333709953016247856333370995301624" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 290c27aa-48de-47b2-9721-ee4bdd2176cf, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 19b7593a-2e34-4f24-9191-d432a21b2f14, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 19b7593a-2e34-4f24-9191-d432a21b2f14, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18033731023717939187 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1803373102371793918718033731023717939187180337310237179391871803373102371793918718033731023717939187180337310237179391871803373102371793918718033731023717939187180337310237179391871803373102371793918718033731023717939187180337310237179391871803373102371793918718033731023717939187180337310237179391871803373102371793918718033731023717939187180337310237179391871803373102371793918718033731023717939187" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 761517a5-c63e-43c3-a69e-21c5a3e53c5f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 39172a96-ec62-466f-861b-ba06d415c71e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 39172a96-ec62-466f-861b-ba06d415c71e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9166015653686725880 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91660156536867258809166015653686725880916601565368672588091660156536867258809166015653686725880916601565368672588091660156536867258809166015653686725880916601565368672588091660156536867258809166015653686725880916601565368672588091660156536867258809166015653686725880916601565368672588091660156536867258809166015653686725880916601565368672588091660156536867258809166015653686725880" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 19b7593a-2e34-4f24-9191-d432a21b2f14, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 86898f0f-d204-4046-ac77-3ea841b00b41, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 86898f0f-d204-4046-ac77-3ea841b00b41, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5465600768115703918 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54656007681157039185465600768115703918546560076811570391854656007681157039185465600768115703918546560076811570391854656007681157039185465600768115703918546560076811570391854656007681157039185465600768115703918546560076811570391854656007681157039185465600768115703918546560076811570391854656007681157039185465600768115703918546560076811570391854656007681157039185465600768115703918" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 39172a96-ec62-466f-861b-ba06d415c71e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fd732fc5-fad4-4a8b-9892-ae946dfdbcae, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fd732fc5-fad4-4a8b-9892-ae946dfdbcae, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3611823697971377998 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36118236979713779983611823697971377998361182369797137799836118236979713779983611823697971377998361182369797137799836118236979713779983611823697971377998361182369797137799836118236979713779983611823697971377998361182369797137799836118236979713779983611823697971377998361182369797137799836118236979713779983611823697971377998361182369797137799836118236979713779983611823697971377998" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 86898f0f-d204-4046-ac77-3ea841b00b41, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3d226818-9815-40b3-a2c3-6a579f5362c9, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3d226818-9815-40b3-a2c3-6a579f5362c9, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5029310127250391894 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50293101272503918945029310127250391894502931012725039189450293101272503918945029310127250391894502931012725039189450293101272503918945029310127250391894502931012725039189450293101272503918945029310127250391894502931012725039189450293101272503918945029310127250391894502931012725039189450293101272503918945029310127250391894502931012725039189450293101272503918945029310127250391894" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fd732fc5-fad4-4a8b-9892-ae946dfdbcae, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a6ce7e27-86a5-4156-a63f-dac8a777ceb3, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a6ce7e27-86a5-4156-a63f-dac8a777ceb3, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14521081308486276449 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1452108130848627644914521081308486276449145210813084862764491452108130848627644914521081308486276449145210813084862764491452108130848627644914521081308486276449145210813084862764491452108130848627644914521081308486276449145210813084862764491452108130848627644914521081308486276449145210813084862764491452108130848627644914521081308486276449145210813084862764491452108130848627644914521081308486276449" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3d226818-9815-40b3-a2c3-6a579f5362c9, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 85ab6897-655b-4c28-b49b-4c6ab2f4c8bd, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 85ab6897-655b-4c28-b49b-4c6ab2f4c8bd, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5770433651699872486 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57704336516998724865770433651699872486577043365169987248657704336516998724865770433651699872486577043365169987248657704336516998724865770433651699872486577043365169987248657704336516998724865770433651699872486577043365169987248657704336516998724865770433651699872486577043365169987248657704336516998724865770433651699872486577043365169987248657704336516998724865770433651699872486" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a6ce7e27-86a5-4156-a63f-dac8a777ceb3, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1ff6abc2-43a4-4b55-88e5-a319889943db, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1ff6abc2-43a4-4b55-88e5-a319889943db, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11898853921133698689 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1189885392113369868911898853921133698689118988539211336986891189885392113369868911898853921133698689118988539211336986891189885392113369868911898853921133698689118988539211336986891189885392113369868911898853921133698689118988539211336986891189885392113369868911898853921133698689118988539211336986891189885392113369868911898853921133698689118988539211336986891189885392113369868911898853921133698689" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 85ab6897-655b-4c28-b49b-4c6ab2f4c8bd, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 66c64eeb-9537-4faf-a84f-bcd34a156315, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 66c64eeb-9537-4faf-a84f-bcd34a156315, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11271371071098108195 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1127137107109810819511271371071098108195112713710710981081951127137107109810819511271371071098108195112713710710981081951127137107109810819511271371071098108195112713710710981081951127137107109810819511271371071098108195112713710710981081951127137107109810819511271371071098108195112713710710981081951127137107109810819511271371071098108195112713710710981081951127137107109810819511271371071098108195" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1ff6abc2-43a4-4b55-88e5-a319889943db, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c009eb8a-0e95-4a52-91cb-75ccd28d2ba0, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c009eb8a-0e95-4a52-91cb-75ccd28d2ba0, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15799288714432813334 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1579928871443281333415799288714432813334157992887144328133341579928871443281333415799288714432813334157992887144328133341579928871443281333415799288714432813334157992887144328133341579928871443281333415799288714432813334157992887144328133341579928871443281333415799288714432813334157992887144328133341579928871443281333415799288714432813334157992887144328133341579928871443281333415799288714432813334" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 66c64eeb-9537-4faf-a84f-bcd34a156315, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8b2948a1-3df8-4081-aa6f-987c219f5292, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8b2948a1-3df8-4081-aa6f-987c219f5292, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5156953836954281044 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51569538369542810445156953836954281044515695383695428104451569538369542810445156953836954281044515695383695428104451569538369542810445156953836954281044515695383695428104451569538369542810445156953836954281044515695383695428104451569538369542810445156953836954281044515695383695428104451569538369542810445156953836954281044515695383695428104451569538369542810445156953836954281044" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c009eb8a-0e95-4a52-91cb-75ccd28d2ba0, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0faa4da4-d15a-43f1-be5e-4afe70d11dea, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0faa4da4-d15a-43f1-be5e-4afe70d11dea, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1920997300535360 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19209973005353601920997300535360192099730053536019209973005353601920997300535360192099730053536019209973005353601920997300535360192099730053536019209973005353601920997300535360192099730053536019209973005353601920997300535360192099730053536019209973005353601920997300535360192099730053536019209973005353601920997300535360" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8b2948a1-3df8-4081-aa6f-987c219f5292, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 45c7fb6c-4bd3-4ed4-b4fb-a797e14c33f6, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 45c7fb6c-4bd3-4ed4-b4fb-a797e14c33f6, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18439855615872692123 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1843985561587269212318439855615872692123184398556158726921231843985561587269212318439855615872692123184398556158726921231843985561587269212318439855615872692123184398556158726921231843985561587269212318439855615872692123184398556158726921231843985561587269212318439855615872692123184398556158726921231843985561587269212318439855615872692123184398556158726921231843985561587269212318439855615872692123" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0faa4da4-d15a-43f1-be5e-4afe70d11dea, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2901c10c-c7fa-4fec-aa82-3a71a3823c4e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2901c10c-c7fa-4fec-aa82-3a71a3823c4e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6833734877358733979 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68337348773587339796833734877358733979683373487735873397968337348773587339796833734877358733979683373487735873397968337348773587339796833734877358733979683373487735873397968337348773587339796833734877358733979683373487735873397968337348773587339796833734877358733979683373487735873397968337348773587339796833734877358733979683373487735873397968337348773587339796833734877358733979" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 45c7fb6c-4bd3-4ed4-b4fb-a797e14c33f6, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8e43e2bb-3615-4bea-9e5c-494f61a8d162, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8e43e2bb-3615-4bea-9e5c-494f61a8d162, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17003684589791878630 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1700368458979187863017003684589791878630170036845897918786301700368458979187863017003684589791878630170036845897918786301700368458979187863017003684589791878630170036845897918786301700368458979187863017003684589791878630170036845897918786301700368458979187863017003684589791878630170036845897918786301700368458979187863017003684589791878630170036845897918786301700368458979187863017003684589791878630" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2901c10c-c7fa-4fec-aa82-3a71a3823c4e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e4f1bce5-5cde-4470-9826-0b7e6c110af4, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e4f1bce5-5cde-4470-9826-0b7e6c110af4, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 860005272103595330 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "860005272103595330860005272103595330860005272103595330860005272103595330860005272103595330860005272103595330860005272103595330860005272103595330860005272103595330860005272103595330860005272103595330860005272103595330860005272103595330860005272103595330860005272103595330860005272103595330860005272103595330860005272103595330860005272103595330860005272103595330" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8e43e2bb-3615-4bea-9e5c-494f61a8d162, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3f550f5a-b427-4fba-9ec3-bfef62cc6825, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3f550f5a-b427-4fba-9ec3-bfef62cc6825, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5841278117924398913 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58412781179243989135841278117924398913584127811792439891358412781179243989135841278117924398913584127811792439891358412781179243989135841278117924398913584127811792439891358412781179243989135841278117924398913584127811792439891358412781179243989135841278117924398913584127811792439891358412781179243989135841278117924398913584127811792439891358412781179243989135841278117924398913" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e4f1bce5-5cde-4470-9826-0b7e6c110af4, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ede20a98-c13c-450b-8f45-8f3b2f9c3949, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ede20a98-c13c-450b-8f45-8f3b2f9c3949, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12422256926793929786 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1242225692679392978612422256926793929786124222569267939297861242225692679392978612422256926793929786124222569267939297861242225692679392978612422256926793929786124222569267939297861242225692679392978612422256926793929786124222569267939297861242225692679392978612422256926793929786124222569267939297861242225692679392978612422256926793929786124222569267939297861242225692679392978612422256926793929786" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3f550f5a-b427-4fba-9ec3-bfef62cc6825, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9d7e0d35-9dd3-4f41-a8ce-3506dda2ebbb, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9d7e0d35-9dd3-4f41-a8ce-3506dda2ebbb, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17206741746514664557 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1720674174651466455717206741746514664557172067417465146645571720674174651466455717206741746514664557172067417465146645571720674174651466455717206741746514664557172067417465146645571720674174651466455717206741746514664557172067417465146645571720674174651466455717206741746514664557172067417465146645571720674174651466455717206741746514664557172067417465146645571720674174651466455717206741746514664557" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ede20a98-c13c-450b-8f45-8f3b2f9c3949, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 716692d0-bd23-43a0-a0ad-e972e56dba93, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 716692d0-bd23-43a0-a0ad-e972e56dba93, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15750641537419141171 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1575064153741914117115750641537419141171157506415374191411711575064153741914117115750641537419141171157506415374191411711575064153741914117115750641537419141171157506415374191411711575064153741914117115750641537419141171157506415374191411711575064153741914117115750641537419141171157506415374191411711575064153741914117115750641537419141171157506415374191411711575064153741914117115750641537419141171" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9d7e0d35-9dd3-4f41-a8ce-3506dda2ebbb, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b32c0820-88d2-4674-93b9-2bc4d96a252b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b32c0820-88d2-4674-93b9-2bc4d96a252b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 885978606386788704 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "885978606386788704885978606386788704885978606386788704885978606386788704885978606386788704885978606386788704885978606386788704885978606386788704885978606386788704885978606386788704885978606386788704885978606386788704885978606386788704885978606386788704885978606386788704885978606386788704885978606386788704885978606386788704885978606386788704885978606386788704" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 716692d0-bd23-43a0-a0ad-e972e56dba93, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 47e2918e-4814-4176-989f-0d0541400111, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 47e2918e-4814-4176-989f-0d0541400111, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11427164893774975833 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1142716489377497583311427164893774975833114271648937749758331142716489377497583311427164893774975833114271648937749758331142716489377497583311427164893774975833114271648937749758331142716489377497583311427164893774975833114271648937749758331142716489377497583311427164893774975833114271648937749758331142716489377497583311427164893774975833114271648937749758331142716489377497583311427164893774975833" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b32c0820-88d2-4674-93b9-2bc4d96a252b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 112707df-ddbb-4072-ac70-bf4c7c254bcf, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 112707df-ddbb-4072-ac70-bf4c7c254bcf, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6987146941367945450 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69871469413679454506987146941367945450698714694136794545069871469413679454506987146941367945450698714694136794545069871469413679454506987146941367945450698714694136794545069871469413679454506987146941367945450698714694136794545069871469413679454506987146941367945450698714694136794545069871469413679454506987146941367945450698714694136794545069871469413679454506987146941367945450" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 47e2918e-4814-4176-989f-0d0541400111, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a328af5b-feba-4540-811c-1a6580bead4d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a328af5b-feba-4540-811c-1a6580bead4d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2894942908457340961 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28949429084573409612894942908457340961289494290845734096128949429084573409612894942908457340961289494290845734096128949429084573409612894942908457340961289494290845734096128949429084573409612894942908457340961289494290845734096128949429084573409612894942908457340961289494290845734096128949429084573409612894942908457340961289494290845734096128949429084573409612894942908457340961" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 112707df-ddbb-4072-ac70-bf4c7c254bcf, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 625cfe0c-2e16-441e-bd99-268773f75a82, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 625cfe0c-2e16-441e-bd99-268773f75a82, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16502053684584486932 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1650205368458448693216502053684584486932165020536845844869321650205368458448693216502053684584486932165020536845844869321650205368458448693216502053684584486932165020536845844869321650205368458448693216502053684584486932165020536845844869321650205368458448693216502053684584486932165020536845844869321650205368458448693216502053684584486932165020536845844869321650205368458448693216502053684584486932" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a328af5b-feba-4540-811c-1a6580bead4d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 94e1d486-2aa4-4f04-b44f-76bc2d145bb5, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 94e1d486-2aa4-4f04-b44f-76bc2d145bb5, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14641517885797779700 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1464151788579777970014641517885797779700146415178857977797001464151788579777970014641517885797779700146415178857977797001464151788579777970014641517885797779700146415178857977797001464151788579777970014641517885797779700146415178857977797001464151788579777970014641517885797779700146415178857977797001464151788579777970014641517885797779700146415178857977797001464151788579777970014641517885797779700" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 94e1d486-2aa4-4f04-b44f-76bc2d145bb5, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3fc75ff6-a70d-4854-9350-f7e90fa159f5, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3fc75ff6-a70d-4854-9350-f7e90fa159f5, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3568689665436006629 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35686896654360066293568689665436006629356868966543600662935686896654360066293568689665436006629356868966543600662935686896654360066293568689665436006629356868966543600662935686896654360066293568689665436006629356868966543600662935686896654360066293568689665436006629356868966543600662935686896654360066293568689665436006629356868966543600662935686896654360066293568689665436006629" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 625cfe0c-2e16-441e-bd99-268773f75a82, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 14684119-e8d4-41b2-856f-6b7a12afcf94, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 14684119-e8d4-41b2-856f-6b7a12afcf94, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2748755749288071443 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27487557492880714432748755749288071443274875574928807144327487557492880714432748755749288071443274875574928807144327487557492880714432748755749288071443274875574928807144327487557492880714432748755749288071443274875574928807144327487557492880714432748755749288071443274875574928807144327487557492880714432748755749288071443274875574928807144327487557492880714432748755749288071443" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 14684119-e8d4-41b2-856f-6b7a12afcf94, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7417f38b-f13f-4fc3-9ede-f93767165c41, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7417f38b-f13f-4fc3-9ede-f93767165c41, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 918795528797244703 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "918795528797244703918795528797244703918795528797244703918795528797244703918795528797244703918795528797244703918795528797244703918795528797244703918795528797244703918795528797244703918795528797244703918795528797244703918795528797244703918795528797244703918795528797244703918795528797244703918795528797244703918795528797244703918795528797244703918795528797244703" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3fc75ff6-a70d-4854-9350-f7e90fa159f5, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 659394cd-4c49-4401-8002-d8fc611918ae, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 659394cd-4c49-4401-8002-d8fc611918ae, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6454694328593137097 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64546943285931370976454694328593137097645469432859313709764546943285931370976454694328593137097645469432859313709764546943285931370976454694328593137097645469432859313709764546943285931370976454694328593137097645469432859313709764546943285931370976454694328593137097645469432859313709764546943285931370976454694328593137097645469432859313709764546943285931370976454694328593137097" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7417f38b-f13f-4fc3-9ede-f93767165c41, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1272193e-434f-4b08-859e-bf1203e767e6, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1272193e-434f-4b08-859e-bf1203e767e6, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6826521200466457886 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68265212004664578866826521200466457886682652120046645788668265212004664578866826521200466457886682652120046645788668265212004664578866826521200466457886682652120046645788668265212004664578866826521200466457886682652120046645788668265212004664578866826521200466457886682652120046645788668265212004664578866826521200466457886682652120046645788668265212004664578866826521200466457886" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 659394cd-4c49-4401-8002-d8fc611918ae, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 490cee15-505b-433b-8cbb-f186676bb171, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 490cee15-505b-433b-8cbb-f186676bb171, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15490272678209759387 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1549027267820975938715490272678209759387154902726782097593871549027267820975938715490272678209759387154902726782097593871549027267820975938715490272678209759387154902726782097593871549027267820975938715490272678209759387154902726782097593871549027267820975938715490272678209759387154902726782097593871549027267820975938715490272678209759387154902726782097593871549027267820975938715490272678209759387" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1272193e-434f-4b08-859e-bf1203e767e6, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4ed84e5d-d96d-4951-ba11-a45155d9d945, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4ed84e5d-d96d-4951-ba11-a45155d9d945, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17099810390865623188 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1709981039086562318817099810390865623188170998103908656231881709981039086562318817099810390865623188170998103908656231881709981039086562318817099810390865623188170998103908656231881709981039086562318817099810390865623188170998103908656231881709981039086562318817099810390865623188170998103908656231881709981039086562318817099810390865623188170998103908656231881709981039086562318817099810390865623188" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 490cee15-505b-433b-8cbb-f186676bb171, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 29ed7273-f161-4993-b156-725b091a5e20, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 29ed7273-f161-4993-b156-725b091a5e20, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14130881853388599399 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1413088185338859939914130881853388599399141308818533885993991413088185338859939914130881853388599399141308818533885993991413088185338859939914130881853388599399141308818533885993991413088185338859939914130881853388599399141308818533885993991413088185338859939914130881853388599399141308818533885993991413088185338859939914130881853388599399141308818533885993991413088185338859939914130881853388599399" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4ed84e5d-d96d-4951-ba11-a45155d9d945, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5f175599-6a2f-499e-9e5f-9b03d52ceea9, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5f175599-6a2f-499e-9e5f-9b03d52ceea9, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8218513888340111820 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82185138883401118208218513888340111820821851388834011182082185138883401118208218513888340111820821851388834011182082185138883401118208218513888340111820821851388834011182082185138883401118208218513888340111820821851388834011182082185138883401118208218513888340111820821851388834011182082185138883401118208218513888340111820821851388834011182082185138883401118208218513888340111820" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 29ed7273-f161-4993-b156-725b091a5e20, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2725f6bc-412c-4166-8d85-77f579e4ead7, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2725f6bc-412c-4166-8d85-77f579e4ead7, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5739194620779265298 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57391946207792652985739194620779265298573919462077926529857391946207792652985739194620779265298573919462077926529857391946207792652985739194620779265298573919462077926529857391946207792652985739194620779265298573919462077926529857391946207792652985739194620779265298573919462077926529857391946207792652985739194620779265298573919462077926529857391946207792652985739194620779265298" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5f175599-6a2f-499e-9e5f-9b03d52ceea9, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f97a0250-2460-4a73-b27c-9a2e6acbe4a7, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f97a0250-2460-4a73-b27c-9a2e6acbe4a7, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13687607693548180142 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1368760769354818014213687607693548180142136876076935481801421368760769354818014213687607693548180142136876076935481801421368760769354818014213687607693548180142136876076935481801421368760769354818014213687607693548180142136876076935481801421368760769354818014213687607693548180142136876076935481801421368760769354818014213687607693548180142136876076935481801421368760769354818014213687607693548180142" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2725f6bc-412c-4166-8d85-77f579e4ead7, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7551a94d-158b-4c29-a379-7835e2733737, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7551a94d-158b-4c29-a379-7835e2733737, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3460187384982233179 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34601873849822331793460187384982233179346018738498223317934601873849822331793460187384982233179346018738498223317934601873849822331793460187384982233179346018738498223317934601873849822331793460187384982233179346018738498223317934601873849822331793460187384982233179346018738498223317934601873849822331793460187384982233179346018738498223317934601873849822331793460187384982233179" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f97a0250-2460-4a73-b27c-9a2e6acbe4a7, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ef7e9108-b939-47f5-b279-25036aabb0bb, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ef7e9108-b939-47f5-b279-25036aabb0bb, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 291231669854717419 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "291231669854717419291231669854717419291231669854717419291231669854717419291231669854717419291231669854717419291231669854717419291231669854717419291231669854717419291231669854717419291231669854717419291231669854717419291231669854717419291231669854717419291231669854717419291231669854717419291231669854717419291231669854717419291231669854717419291231669854717419" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7551a94d-158b-4c29-a379-7835e2733737, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6d649b51-bc5e-4790-933a-a738a56a2d4f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6d649b51-bc5e-4790-933a-a738a56a2d4f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3963193589250992275 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39631935892509922753963193589250992275396319358925099227539631935892509922753963193589250992275396319358925099227539631935892509922753963193589250992275396319358925099227539631935892509922753963193589250992275396319358925099227539631935892509922753963193589250992275396319358925099227539631935892509922753963193589250992275396319358925099227539631935892509922753963193589250992275" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ef7e9108-b939-47f5-b279-25036aabb0bb, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3a26bb80-9d78-4ceb-b28d-63e5d1fc9cec, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3a26bb80-9d78-4ceb-b28d-63e5d1fc9cec, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4905903892346795721 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49059038923467957214905903892346795721490590389234679572149059038923467957214905903892346795721490590389234679572149059038923467957214905903892346795721490590389234679572149059038923467957214905903892346795721490590389234679572149059038923467957214905903892346795721490590389234679572149059038923467957214905903892346795721490590389234679572149059038923467957214905903892346795721" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6d649b51-bc5e-4790-933a-a738a56a2d4f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 65843799-67f2-402c-9d60-ac105bb51fb3, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 65843799-67f2-402c-9d60-ac105bb51fb3, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4887607452646000770 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48876074526460007704887607452646000770488760745264600077048876074526460007704887607452646000770488760745264600077048876074526460007704887607452646000770488760745264600077048876074526460007704887607452646000770488760745264600077048876074526460007704887607452646000770488760745264600077048876074526460007704887607452646000770488760745264600077048876074526460007704887607452646000770" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3a26bb80-9d78-4ceb-b28d-63e5d1fc9cec, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 874f3d3c-15db-4eec-a9a9-424b512728ac, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 874f3d3c-15db-4eec-a9a9-424b512728ac, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2941844184290117151 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29418441842901171512941844184290117151294184418429011715129418441842901171512941844184290117151294184418429011715129418441842901171512941844184290117151294184418429011715129418441842901171512941844184290117151294184418429011715129418441842901171512941844184290117151294184418429011715129418441842901171512941844184290117151294184418429011715129418441842901171512941844184290117151" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 65843799-67f2-402c-9d60-ac105bb51fb3, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 017c8250-decf-4d9e-91ed-17769bca0464, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 017c8250-decf-4d9e-91ed-17769bca0464, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1548904135162887470 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15489041351628874701548904135162887470154890413516288747015489041351628874701548904135162887470154890413516288747015489041351628874701548904135162887470154890413516288747015489041351628874701548904135162887470154890413516288747015489041351628874701548904135162887470154890413516288747015489041351628874701548904135162887470154890413516288747015489041351628874701548904135162887470" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 874f3d3c-15db-4eec-a9a9-424b512728ac, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 96605fb5-ce5d-496a-8167-6851ce961b5f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 96605fb5-ce5d-496a-8167-6851ce961b5f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6223917195753024301 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62239171957530243016223917195753024301622391719575302430162239171957530243016223917195753024301622391719575302430162239171957530243016223917195753024301622391719575302430162239171957530243016223917195753024301622391719575302430162239171957530243016223917195753024301622391719575302430162239171957530243016223917195753024301622391719575302430162239171957530243016223917195753024301" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 017c8250-decf-4d9e-91ed-17769bca0464, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3f114a8e-8b3d-46f6-a487-08eb30c34af5, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3f114a8e-8b3d-46f6-a487-08eb30c34af5, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2645205836549195535 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26452058365491955352645205836549195535264520583654919553526452058365491955352645205836549195535264520583654919553526452058365491955352645205836549195535264520583654919553526452058365491955352645205836549195535264520583654919553526452058365491955352645205836549195535264520583654919553526452058365491955352645205836549195535264520583654919553526452058365491955352645205836549195535" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 96605fb5-ce5d-496a-8167-6851ce961b5f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 51c81041-9a1c-4fbb-bdb8-2fbe121c27ec, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 51c81041-9a1c-4fbb-bdb8-2fbe121c27ec, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 195940448072708349 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "195940448072708349195940448072708349195940448072708349195940448072708349195940448072708349195940448072708349195940448072708349195940448072708349195940448072708349195940448072708349195940448072708349195940448072708349195940448072708349195940448072708349195940448072708349195940448072708349195940448072708349195940448072708349195940448072708349195940448072708349" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3f114a8e-8b3d-46f6-a487-08eb30c34af5, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 47f736ff-5495-49ef-a136-fa08ce48da4f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 47f736ff-5495-49ef-a136-fa08ce48da4f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14767821905144303955 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1476782190514430395514767821905144303955147678219051443039551476782190514430395514767821905144303955147678219051443039551476782190514430395514767821905144303955147678219051443039551476782190514430395514767821905144303955147678219051443039551476782190514430395514767821905144303955147678219051443039551476782190514430395514767821905144303955147678219051443039551476782190514430395514767821905144303955" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 47f736ff-5495-49ef-a136-fa08ce48da4f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1231f699-3e80-4c54-81bd-f3ab87c97539, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1231f699-3e80-4c54-81bd-f3ab87c97539, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1440475436001312192 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14404754360013121921440475436001312192144047543600131219214404754360013121921440475436001312192144047543600131219214404754360013121921440475436001312192144047543600131219214404754360013121921440475436001312192144047543600131219214404754360013121921440475436001312192144047543600131219214404754360013121921440475436001312192144047543600131219214404754360013121921440475436001312192" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1231f699-3e80-4c54-81bd-f3ab87c97539, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 76f262ad-328d-4856-aaa2-4d93c9eff358, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 76f262ad-328d-4856-aaa2-4d93c9eff358, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4318513770005577423 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43185137700055774234318513770005577423431851377000557742343185137700055774234318513770005577423431851377000557742343185137700055774234318513770005577423431851377000557742343185137700055774234318513770005577423431851377000557742343185137700055774234318513770005577423431851377000557742343185137700055774234318513770005577423431851377000557742343185137700055774234318513770005577423" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 51c81041-9a1c-4fbb-bdb8-2fbe121c27ec, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0771c00e-747e-4a59-a2d1-f5fc2e6a5c6e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0771c00e-747e-4a59-a2d1-f5fc2e6a5c6e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10802426340718845044 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1080242634071884504410802426340718845044108024263407188450441080242634071884504410802426340718845044108024263407188450441080242634071884504410802426340718845044108024263407188450441080242634071884504410802426340718845044108024263407188450441080242634071884504410802426340718845044108024263407188450441080242634071884504410802426340718845044108024263407188450441080242634071884504410802426340718845044" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 76f262ad-328d-4856-aaa2-4d93c9eff358, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 017f7b94-2c68-4b9e-97bd-e7d764baa2c1, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 017f7b94-2c68-4b9e-97bd-e7d764baa2c1, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3996294791753292243 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39962947917532922433996294791753292243399629479175329224339962947917532922433996294791753292243399629479175329224339962947917532922433996294791753292243399629479175329224339962947917532922433996294791753292243399629479175329224339962947917532922433996294791753292243399629479175329224339962947917532922433996294791753292243399629479175329224339962947917532922433996294791753292243" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0771c00e-747e-4a59-a2d1-f5fc2e6a5c6e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0016476c-acab-43fc-b000-7045cb791a82, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0016476c-acab-43fc-b000-7045cb791a82, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5420988204004281744 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54209882040042817445420988204004281744542098820400428174454209882040042817445420988204004281744542098820400428174454209882040042817445420988204004281744542098820400428174454209882040042817445420988204004281744542098820400428174454209882040042817445420988204004281744542098820400428174454209882040042817445420988204004281744542098820400428174454209882040042817445420988204004281744" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 017f7b94-2c68-4b9e-97bd-e7d764baa2c1, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8b8a8dbb-cd7c-4dbc-84d5-4238dce22735, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8b8a8dbb-cd7c-4dbc-84d5-4238dce22735, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17933836571726386069 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1793383657172638606917933836571726386069179338365717263860691793383657172638606917933836571726386069179338365717263860691793383657172638606917933836571726386069179338365717263860691793383657172638606917933836571726386069179338365717263860691793383657172638606917933836571726386069179338365717263860691793383657172638606917933836571726386069179338365717263860691793383657172638606917933836571726386069" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0016476c-acab-43fc-b000-7045cb791a82, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8b8a8dbb-cd7c-4dbc-84d5-4238dce22735, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a803d77c-f2c8-436d-8995-26cb5c272229, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a803d77c-f2c8-436d-8995-26cb5c272229, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3601774262770295222 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36017742627702952223601774262770295222360177426277029522236017742627702952223601774262770295222360177426277029522236017742627702952223601774262770295222360177426277029522236017742627702952223601774262770295222360177426277029522236017742627702952223601774262770295222360177426277029522236017742627702952223601774262770295222360177426277029522236017742627702952223601774262770295222" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ba9cc8aa-2e2f-4d42-ac51-ff6053d2e3fe, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a803d77c-f2c8-436d-8995-26cb5c272229, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ba9cc8aa-2e2f-4d42-ac51-ff6053d2e3fe, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11168043442214590805 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1116804344221459080511168043442214590805111680434422145908051116804344221459080511168043442214590805111680434422145908051116804344221459080511168043442214590805111680434422145908051116804344221459080511168043442214590805111680434422145908051116804344221459080511168043442214590805111680434422145908051116804344221459080511168043442214590805111680434422145908051116804344221459080511168043442214590805" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e1b0cdda-9310-4297-8f6d-d463df8cad7f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e1b0cdda-9310-4297-8f6d-d463df8cad7f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11005024105480425290 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1100502410548042529011005024105480425290110050241054804252901100502410548042529011005024105480425290110050241054804252901100502410548042529011005024105480425290110050241054804252901100502410548042529011005024105480425290110050241054804252901100502410548042529011005024105480425290110050241054804252901100502410548042529011005024105480425290110050241054804252901100502410548042529011005024105480425290" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ba9cc8aa-2e2f-4d42-ac51-ff6053d2e3fe, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c1aae565-67af-4001-a120-b7e383d83629, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c1aae565-67af-4001-a120-b7e383d83629, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8586136323813071675 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85861363238130716758586136323813071675858613632381307167585861363238130716758586136323813071675858613632381307167585861363238130716758586136323813071675858613632381307167585861363238130716758586136323813071675858613632381307167585861363238130716758586136323813071675858613632381307167585861363238130716758586136323813071675858613632381307167585861363238130716758586136323813071675" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e1b0cdda-9310-4297-8f6d-d463df8cad7f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e847f0a2-2172-4e79-9231-7ca011aabac9, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e847f0a2-2172-4e79-9231-7ca011aabac9, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8692574494839945732 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86925744948399457328692574494839945732869257449483994573286925744948399457328692574494839945732869257449483994573286925744948399457328692574494839945732869257449483994573286925744948399457328692574494839945732869257449483994573286925744948399457328692574494839945732869257449483994573286925744948399457328692574494839945732869257449483994573286925744948399457328692574494839945732" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c1aae565-67af-4001-a120-b7e383d83629, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bf35381f-4e37-4634-8939-adf7b6e78772, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bf35381f-4e37-4634-8939-adf7b6e78772, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7031227259360142292 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70312272593601422927031227259360142292703122725936014229270312272593601422927031227259360142292703122725936014229270312272593601422927031227259360142292703122725936014229270312272593601422927031227259360142292703122725936014229270312272593601422927031227259360142292703122725936014229270312272593601422927031227259360142292703122725936014229270312272593601422927031227259360142292" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e847f0a2-2172-4e79-9231-7ca011aabac9, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4ab853f1-da4a-4d7c-a6ec-a5da18301dd4, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4ab853f1-da4a-4d7c-a6ec-a5da18301dd4, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3809301841733545333 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38093018417335453333809301841733545333380930184173354533338093018417335453333809301841733545333380930184173354533338093018417335453333809301841733545333380930184173354533338093018417335453333809301841733545333380930184173354533338093018417335453333809301841733545333380930184173354533338093018417335453333809301841733545333380930184173354533338093018417335453333809301841733545333" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bf35381f-4e37-4634-8939-adf7b6e78772, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3b7b2e8a-b996-48ee-b4f0-c7ae354d48f4, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3b7b2e8a-b996-48ee-b4f0-c7ae354d48f4, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5114687313238028712 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51146873132380287125114687313238028712511468731323802871251146873132380287125114687313238028712511468731323802871251146873132380287125114687313238028712511468731323802871251146873132380287125114687313238028712511468731323802871251146873132380287125114687313238028712511468731323802871251146873132380287125114687313238028712511468731323802871251146873132380287125114687313238028712" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3b7b2e8a-b996-48ee-b4f0-c7ae354d48f4, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2b421c5b-4bea-42b3-9c61-61456db9f89f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2b421c5b-4bea-42b3-9c61-61456db9f89f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15524172209349572418 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1552417220934957241815524172209349572418155241722093495724181552417220934957241815524172209349572418155241722093495724181552417220934957241815524172209349572418155241722093495724181552417220934957241815524172209349572418155241722093495724181552417220934957241815524172209349572418155241722093495724181552417220934957241815524172209349572418155241722093495724181552417220934957241815524172209349572418" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4ab853f1-da4a-4d7c-a6ec-a5da18301dd4, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5ed5b3aa-d09f-4ad0-97dd-25b3b88e8db7, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5ed5b3aa-d09f-4ad0-97dd-25b3b88e8db7, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4479442993783663828 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44794429937836638284479442993783663828447944299378366382844794429937836638284479442993783663828447944299378366382844794429937836638284479442993783663828447944299378366382844794429937836638284479442993783663828447944299378366382844794429937836638284479442993783663828447944299378366382844794429937836638284479442993783663828447944299378366382844794429937836638284479442993783663828" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2b421c5b-4bea-42b3-9c61-61456db9f89f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 563ac173-3498-4c0e-99fd-8dfb4fa7b125, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 563ac173-3498-4c0e-99fd-8dfb4fa7b125, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15293719235952144424 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1529371923595214442415293719235952144424152937192359521444241529371923595214442415293719235952144424152937192359521444241529371923595214442415293719235952144424152937192359521444241529371923595214442415293719235952144424152937192359521444241529371923595214442415293719235952144424152937192359521444241529371923595214442415293719235952144424152937192359521444241529371923595214442415293719235952144424" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5ed5b3aa-d09f-4ad0-97dd-25b3b88e8db7, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 60654e83-d4ea-4749-aacd-85f78bba8d28, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 60654e83-d4ea-4749-aacd-85f78bba8d28, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7854645304239267590 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78546453042392675907854645304239267590785464530423926759078546453042392675907854645304239267590785464530423926759078546453042392675907854645304239267590785464530423926759078546453042392675907854645304239267590785464530423926759078546453042392675907854645304239267590785464530423926759078546453042392675907854645304239267590785464530423926759078546453042392675907854645304239267590" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 563ac173-3498-4c0e-99fd-8dfb4fa7b125, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3574722b-e516-4388-a6de-7b4595a5e25b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3574722b-e516-4388-a6de-7b4595a5e25b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 785356044120772722 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "785356044120772722785356044120772722785356044120772722785356044120772722785356044120772722785356044120772722785356044120772722785356044120772722785356044120772722785356044120772722785356044120772722785356044120772722785356044120772722785356044120772722785356044120772722785356044120772722785356044120772722785356044120772722785356044120772722785356044120772722" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 60654e83-d4ea-4749-aacd-85f78bba8d28, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5eab59e3-bbe8-46ac-963e-8998b8563b9d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5eab59e3-bbe8-46ac-963e-8998b8563b9d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16969115023996212599 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1696911502399621259916969115023996212599169691150239962125991696911502399621259916969115023996212599169691150239962125991696911502399621259916969115023996212599169691150239962125991696911502399621259916969115023996212599169691150239962125991696911502399621259916969115023996212599169691150239962125991696911502399621259916969115023996212599169691150239962125991696911502399621259916969115023996212599" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3574722b-e516-4388-a6de-7b4595a5e25b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 62c69592-eaf3-4e06-bd1c-1bca24837959, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 62c69592-eaf3-4e06-bd1c-1bca24837959, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14634045893266907230 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1463404589326690723014634045893266907230146340458932669072301463404589326690723014634045893266907230146340458932669072301463404589326690723014634045893266907230146340458932669072301463404589326690723014634045893266907230146340458932669072301463404589326690723014634045893266907230146340458932669072301463404589326690723014634045893266907230146340458932669072301463404589326690723014634045893266907230" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5eab59e3-bbe8-46ac-963e-8998b8563b9d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 27f16490-e1af-4a1b-8744-2b5ad9736e17, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 27f16490-e1af-4a1b-8744-2b5ad9736e17, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10741989211822269283 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1074198921182226928310741989211822269283107419892118222692831074198921182226928310741989211822269283107419892118222692831074198921182226928310741989211822269283107419892118222692831074198921182226928310741989211822269283107419892118222692831074198921182226928310741989211822269283107419892118222692831074198921182226928310741989211822269283107419892118222692831074198921182226928310741989211822269283" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 62c69592-eaf3-4e06-bd1c-1bca24837959, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 80f39075-49aa-4e34-9d53-613edcf91434, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 80f39075-49aa-4e34-9d53-613edcf91434, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11204361126422891671 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1120436112642289167111204361126422891671112043611264228916711120436112642289167111204361126422891671112043611264228916711120436112642289167111204361126422891671112043611264228916711120436112642289167111204361126422891671112043611264228916711120436112642289167111204361126422891671112043611264228916711120436112642289167111204361126422891671112043611264228916711120436112642289167111204361126422891671" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 27f16490-e1af-4a1b-8744-2b5ad9736e17, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2bdde8d1-44e1-464c-9b16-c952a88403ab, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2bdde8d1-44e1-464c-9b16-c952a88403ab, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 70934561748519644 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "7093456174851964470934561748519644709345617485196447093456174851964470934561748519644709345617485196447093456174851964470934561748519644709345617485196447093456174851964470934561748519644709345617485196447093456174851964470934561748519644709345617485196447093456174851964470934561748519644709345617485196447093456174851964470934561748519644" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 80f39075-49aa-4e34-9d53-613edcf91434, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a75b62c0-cf67-452d-9670-abc17dfa27ad, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a75b62c0-cf67-452d-9670-abc17dfa27ad, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7263986869661449716 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72639868696614497167263986869661449716726398686966144971672639868696614497167263986869661449716726398686966144971672639868696614497167263986869661449716726398686966144971672639868696614497167263986869661449716726398686966144971672639868696614497167263986869661449716726398686966144971672639868696614497167263986869661449716726398686966144971672639868696614497167263986869661449716" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2bdde8d1-44e1-464c-9b16-c952a88403ab, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5662a8eb-5c5f-4b17-b87a-aa15f6833915, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5662a8eb-5c5f-4b17-b87a-aa15f6833915, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 913628333759004449 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "913628333759004449913628333759004449913628333759004449913628333759004449913628333759004449913628333759004449913628333759004449913628333759004449913628333759004449913628333759004449913628333759004449913628333759004449913628333759004449913628333759004449913628333759004449913628333759004449913628333759004449913628333759004449913628333759004449913628333759004449" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a75b62c0-cf67-452d-9670-abc17dfa27ad, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d4b36c82-c8da-417d-bbd1-cc38f56ac151, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d4b36c82-c8da-417d-bbd1-cc38f56ac151, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9969057593948300979 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99690575939483009799969057593948300979996905759394830097999690575939483009799969057593948300979996905759394830097999690575939483009799969057593948300979996905759394830097999690575939483009799969057593948300979996905759394830097999690575939483009799969057593948300979996905759394830097999690575939483009799969057593948300979996905759394830097999690575939483009799969057593948300979" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5662a8eb-5c5f-4b17-b87a-aa15f6833915, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 813c994e-6542-415d-9164-ead36d84e12e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 813c994e-6542-415d-9164-ead36d84e12e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8589703772111978249 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85897037721119782498589703772111978249858970377211197824985897037721119782498589703772111978249858970377211197824985897037721119782498589703772111978249858970377211197824985897037721119782498589703772111978249858970377211197824985897037721119782498589703772111978249858970377211197824985897037721119782498589703772111978249858970377211197824985897037721119782498589703772111978249" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d4b36c82-c8da-417d-bbd1-cc38f56ac151, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6a4bfdb2-4082-49f6-aba9-ee376a462e1f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6a4bfdb2-4082-49f6-aba9-ee376a462e1f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 413507998602696719 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "413507998602696719413507998602696719413507998602696719413507998602696719413507998602696719413507998602696719413507998602696719413507998602696719413507998602696719413507998602696719413507998602696719413507998602696719413507998602696719413507998602696719413507998602696719413507998602696719413507998602696719413507998602696719413507998602696719413507998602696719" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 813c994e-6542-415d-9164-ead36d84e12e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1a11b25f-9e58-46a1-a088-7b3bbd528037, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1a11b25f-9e58-46a1-a088-7b3bbd528037, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8435408337510784840 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84354083375107848408435408337510784840843540833751078484084354083375107848408435408337510784840843540833751078484084354083375107848408435408337510784840843540833751078484084354083375107848408435408337510784840843540833751078484084354083375107848408435408337510784840843540833751078484084354083375107848408435408337510784840843540833751078484084354083375107848408435408337510784840" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6a4bfdb2-4082-49f6-aba9-ee376a462e1f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d892b136-b47a-4aee-92b4-dd9dd51e8a07, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d892b136-b47a-4aee-92b4-dd9dd51e8a07, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15448577165240180874 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1544857716524018087415448577165240180874154485771652401808741544857716524018087415448577165240180874154485771652401808741544857716524018087415448577165240180874154485771652401808741544857716524018087415448577165240180874154485771652401808741544857716524018087415448577165240180874154485771652401808741544857716524018087415448577165240180874154485771652401808741544857716524018087415448577165240180874" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1a11b25f-9e58-46a1-a088-7b3bbd528037, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 518285c9-5606-43bc-8159-8b31b9c7e303, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 518285c9-5606-43bc-8159-8b31b9c7e303, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14550432558693338041 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1455043255869333804114550432558693338041145504325586933380411455043255869333804114550432558693338041145504325586933380411455043255869333804114550432558693338041145504325586933380411455043255869333804114550432558693338041145504325586933380411455043255869333804114550432558693338041145504325586933380411455043255869333804114550432558693338041145504325586933380411455043255869333804114550432558693338041" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d892b136-b47a-4aee-92b4-dd9dd51e8a07, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3d5997ea-8547-4f54-aeb0-affe66d3d82a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3d5997ea-8547-4f54-aeb0-affe66d3d82a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16976757080374345303 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1697675708037434530316976757080374345303169767570803743453031697675708037434530316976757080374345303169767570803743453031697675708037434530316976757080374345303169767570803743453031697675708037434530316976757080374345303169767570803743453031697675708037434530316976757080374345303169767570803743453031697675708037434530316976757080374345303169767570803743453031697675708037434530316976757080374345303" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 518285c9-5606-43bc-8159-8b31b9c7e303, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fcccc3cb-7afe-48f0-b9ff-4541f0f9a65a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fcccc3cb-7afe-48f0-b9ff-4541f0f9a65a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3046536889676086639 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30465368896760866393046536889676086639304653688967608663930465368896760866393046536889676086639304653688967608663930465368896760866393046536889676086639304653688967608663930465368896760866393046536889676086639304653688967608663930465368896760866393046536889676086639304653688967608663930465368896760866393046536889676086639304653688967608663930465368896760866393046536889676086639" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3d5997ea-8547-4f54-aeb0-affe66d3d82a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 408648af-3d36-49d1-bc06-5c755739cf84, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 408648af-3d36-49d1-bc06-5c755739cf84, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 943786788637678382 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "943786788637678382943786788637678382943786788637678382943786788637678382943786788637678382943786788637678382943786788637678382943786788637678382943786788637678382943786788637678382943786788637678382943786788637678382943786788637678382943786788637678382943786788637678382943786788637678382943786788637678382943786788637678382943786788637678382943786788637678382" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fcccc3cb-7afe-48f0-b9ff-4541f0f9a65a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 98ce3e1d-9a6c-4533-9003-c661eb0447f0, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 98ce3e1d-9a6c-4533-9003-c661eb0447f0, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1152867718914535472 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11528677189145354721152867718914535472115286771891453547211528677189145354721152867718914535472115286771891453547211528677189145354721152867718914535472115286771891453547211528677189145354721152867718914535472115286771891453547211528677189145354721152867718914535472115286771891453547211528677189145354721152867718914535472115286771891453547211528677189145354721152867718914535472" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 408648af-3d36-49d1-bc06-5c755739cf84, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a0664b95-3f51-458b-816f-9f0a8b9da790, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a0664b95-3f51-458b-816f-9f0a8b9da790, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17995161503602978310 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1799516150360297831017995161503602978310179951615036029783101799516150360297831017995161503602978310179951615036029783101799516150360297831017995161503602978310179951615036029783101799516150360297831017995161503602978310179951615036029783101799516150360297831017995161503602978310179951615036029783101799516150360297831017995161503602978310179951615036029783101799516150360297831017995161503602978310" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 98ce3e1d-9a6c-4533-9003-c661eb0447f0, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fc304999-6577-4a0d-a908-f917f4cba901, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fc304999-6577-4a0d-a908-f917f4cba901, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1909582926409983127 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19095829264099831271909582926409983127190958292640998312719095829264099831271909582926409983127190958292640998312719095829264099831271909582926409983127190958292640998312719095829264099831271909582926409983127190958292640998312719095829264099831271909582926409983127190958292640998312719095829264099831271909582926409983127190958292640998312719095829264099831271909582926409983127" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a0664b95-3f51-458b-816f-9f0a8b9da790, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6dd2c3b5-1cac-4704-930c-62d0b6174b18, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6dd2c3b5-1cac-4704-930c-62d0b6174b18, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9518573125622929336 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95185731256229293369518573125622929336951857312562292933695185731256229293369518573125622929336951857312562292933695185731256229293369518573125622929336951857312562292933695185731256229293369518573125622929336951857312562292933695185731256229293369518573125622929336951857312562292933695185731256229293369518573125622929336951857312562292933695185731256229293369518573125622929336" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fc304999-6577-4a0d-a908-f917f4cba901, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, aafc8b31-ae41-485a-88e2-34b1007907f1, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aafc8b31-ae41-485a-88e2-34b1007907f1, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12035819602376207374 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1203581960237620737412035819602376207374120358196023762073741203581960237620737412035819602376207374120358196023762073741203581960237620737412035819602376207374120358196023762073741203581960237620737412035819602376207374120358196023762073741203581960237620737412035819602376207374120358196023762073741203581960237620737412035819602376207374120358196023762073741203581960237620737412035819602376207374" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6dd2c3b5-1cac-4704-930c-62d0b6174b18, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b32a3802-38e9-4ac1-9b0a-338e18a10c9f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b32a3802-38e9-4ac1-9b0a-338e18a10c9f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9238606274042658725 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92386062740426587259238606274042658725923860627404265872592386062740426587259238606274042658725923860627404265872592386062740426587259238606274042658725923860627404265872592386062740426587259238606274042658725923860627404265872592386062740426587259238606274042658725923860627404265872592386062740426587259238606274042658725923860627404265872592386062740426587259238606274042658725" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b32a3802-38e9-4ac1-9b0a-338e18a10c9f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e01a7d60-d347-45d2-964d-3e787bbe77e2, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e01a7d60-d347-45d2-964d-3e787bbe77e2, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14447223031968278775 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1444722303196827877514447223031968278775144472230319682787751444722303196827877514447223031968278775144472230319682787751444722303196827877514447223031968278775144472230319682787751444722303196827877514447223031968278775144472230319682787751444722303196827877514447223031968278775144472230319682787751444722303196827877514447223031968278775144472230319682787751444722303196827877514447223031968278775" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aafc8b31-ae41-485a-88e2-34b1007907f1, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ea4b44bb-1252-478a-ad77-20c03777331c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ea4b44bb-1252-478a-ad77-20c03777331c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13975737511316218539 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1397573751131621853913975737511316218539139757375113162185391397573751131621853913975737511316218539139757375113162185391397573751131621853913975737511316218539139757375113162185391397573751131621853913975737511316218539139757375113162185391397573751131621853913975737511316218539139757375113162185391397573751131621853913975737511316218539139757375113162185391397573751131621853913975737511316218539" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e01a7d60-d347-45d2-964d-3e787bbe77e2, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 70fdcd98-7852-4e1e-8c82-0cdb6283d3a4, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 70fdcd98-7852-4e1e-8c82-0cdb6283d3a4, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11510814992210029663 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1151081499221002966311510814992210029663115108149922100296631151081499221002966311510814992210029663115108149922100296631151081499221002966311510814992210029663115108149922100296631151081499221002966311510814992210029663115108149922100296631151081499221002966311510814992210029663115108149922100296631151081499221002966311510814992210029663115108149922100296631151081499221002966311510814992210029663" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ea4b44bb-1252-478a-ad77-20c03777331c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, db6dad69-7d22-4550-b636-da28944ebf05, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, db6dad69-7d22-4550-b636-da28944ebf05, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5448423061917904999 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54484230619179049995448423061917904999544842306191790499954484230619179049995448423061917904999544842306191790499954484230619179049995448423061917904999544842306191790499954484230619179049995448423061917904999544842306191790499954484230619179049995448423061917904999544842306191790499954484230619179049995448423061917904999544842306191790499954484230619179049995448423061917904999" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 70fdcd98-7852-4e1e-8c82-0cdb6283d3a4, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 48d94322-3a08-474b-af22-d068e216aada, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 48d94322-3a08-474b-af22-d068e216aada, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10212825431064412347 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1021282543106441234710212825431064412347102128254310644123471021282543106441234710212825431064412347102128254310644123471021282543106441234710212825431064412347102128254310644123471021282543106441234710212825431064412347102128254310644123471021282543106441234710212825431064412347102128254310644123471021282543106441234710212825431064412347102128254310644123471021282543106441234710212825431064412347" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, db6dad69-7d22-4550-b636-da28944ebf05, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 89e71253-aef4-43e2-9712-13a8bce84d65, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 89e71253-aef4-43e2-9712-13a8bce84d65, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4184585110489537607 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41845851104895376074184585110489537607418458511048953760741845851104895376074184585110489537607418458511048953760741845851104895376074184585110489537607418458511048953760741845851104895376074184585110489537607418458511048953760741845851104895376074184585110489537607418458511048953760741845851104895376074184585110489537607418458511048953760741845851104895376074184585110489537607" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 48d94322-3a08-474b-af22-d068e216aada, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, efff9ded-fa8d-422d-8d59-e71abd02fb28, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, efff9ded-fa8d-422d-8d59-e71abd02fb28, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6138082538707292926 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61380825387072929266138082538707292926613808253870729292661380825387072929266138082538707292926613808253870729292661380825387072929266138082538707292926613808253870729292661380825387072929266138082538707292926613808253870729292661380825387072929266138082538707292926613808253870729292661380825387072929266138082538707292926613808253870729292661380825387072929266138082538707292926" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 89e71253-aef4-43e2-9712-13a8bce84d65, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ece2919e-376a-4d5f-8852-dff64c939ef0, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ece2919e-376a-4d5f-8852-dff64c939ef0, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2994090732454840971 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29940907324548409712994090732454840971299409073245484097129940907324548409712994090732454840971299409073245484097129940907324548409712994090732454840971299409073245484097129940907324548409712994090732454840971299409073245484097129940907324548409712994090732454840971299409073245484097129940907324548409712994090732454840971299409073245484097129940907324548409712994090732454840971" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, efff9ded-fa8d-422d-8d59-e71abd02fb28, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2e8e5d7c-818a-4d98-b4f8-7664de09ea88, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2e8e5d7c-818a-4d98-b4f8-7664de09ea88, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3498957725150241414 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34989577251502414143498957725150241414349895772515024141434989577251502414143498957725150241414349895772515024141434989577251502414143498957725150241414349895772515024141434989577251502414143498957725150241414349895772515024141434989577251502414143498957725150241414349895772515024141434989577251502414143498957725150241414349895772515024141434989577251502414143498957725150241414" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ece2919e-376a-4d5f-8852-dff64c939ef0, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c81adee1-379d-4bb2-ad16-f53ef214a897, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c81adee1-379d-4bb2-ad16-f53ef214a897, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18140022596088537525 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1814002259608853752518140022596088537525181400225960885375251814002259608853752518140022596088537525181400225960885375251814002259608853752518140022596088537525181400225960885375251814002259608853752518140022596088537525181400225960885375251814002259608853752518140022596088537525181400225960885375251814002259608853752518140022596088537525181400225960885375251814002259608853752518140022596088537525" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2e8e5d7c-818a-4d98-b4f8-7664de09ea88, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 841bc958-f78c-42a7-b664-e560ce0a25b5, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 841bc958-f78c-42a7-b664-e560ce0a25b5, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4768656602871027862 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47686566028710278624768656602871027862476865660287102786247686566028710278624768656602871027862476865660287102786247686566028710278624768656602871027862476865660287102786247686566028710278624768656602871027862476865660287102786247686566028710278624768656602871027862476865660287102786247686566028710278624768656602871027862476865660287102786247686566028710278624768656602871027862" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c81adee1-379d-4bb2-ad16-f53ef214a897, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, eccf5998-56f6-4d1a-9bed-ed55f8264463, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eccf5998-56f6-4d1a-9bed-ed55f8264463, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16392199416351457653 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1639219941635145765316392199416351457653163921994163514576531639219941635145765316392199416351457653163921994163514576531639219941635145765316392199416351457653163921994163514576531639219941635145765316392199416351457653163921994163514576531639219941635145765316392199416351457653163921994163514576531639219941635145765316392199416351457653163921994163514576531639219941635145765316392199416351457653" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 841bc958-f78c-42a7-b664-e560ce0a25b5, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cefd5356-97aa-49f2-95eb-6707776f772b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cefd5356-97aa-49f2-95eb-6707776f772b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3722509418801278765 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37225094188012787653722509418801278765372250941880127876537225094188012787653722509418801278765372250941880127876537225094188012787653722509418801278765372250941880127876537225094188012787653722509418801278765372250941880127876537225094188012787653722509418801278765372250941880127876537225094188012787653722509418801278765372250941880127876537225094188012787653722509418801278765" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eccf5998-56f6-4d1a-9bed-ed55f8264463, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fe5a4f38-2674-4dff-9ef9-7dcd7a88be77, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fe5a4f38-2674-4dff-9ef9-7dcd7a88be77, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12629941308145278670 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1262994130814527867012629941308145278670126299413081452786701262994130814527867012629941308145278670126299413081452786701262994130814527867012629941308145278670126299413081452786701262994130814527867012629941308145278670126299413081452786701262994130814527867012629941308145278670126299413081452786701262994130814527867012629941308145278670126299413081452786701262994130814527867012629941308145278670" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cefd5356-97aa-49f2-95eb-6707776f772b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fd89e0f4-4bda-44a9-a609-4db6e3576ea3, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fd89e0f4-4bda-44a9-a609-4db6e3576ea3, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16587540751804671030 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1658754075180467103016587540751804671030165875407518046710301658754075180467103016587540751804671030165875407518046710301658754075180467103016587540751804671030165875407518046710301658754075180467103016587540751804671030165875407518046710301658754075180467103016587540751804671030165875407518046710301658754075180467103016587540751804671030165875407518046710301658754075180467103016587540751804671030" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fd89e0f4-4bda-44a9-a609-4db6e3576ea3, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1138206b-12e7-4033-8da6-447f10c38bd5, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fe5a4f38-2674-4dff-9ef9-7dcd7a88be77, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1138206b-12e7-4033-8da6-447f10c38bd5, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4444378654753661236 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44443786547536612364444378654753661236444437865475366123644443786547536612364444378654753661236444437865475366123644443786547536612364444378654753661236444437865475366123644443786547536612364444378654753661236444437865475366123644443786547536612364444378654753661236444437865475366123644443786547536612364444378654753661236444437865475366123644443786547536612364444378654753661236" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c8de2f07-5447-4c6a-97ec-8f3b2cb0916c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c8de2f07-5447-4c6a-97ec-8f3b2cb0916c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15888810626895218475 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1588881062689521847515888810626895218475158888106268952184751588881062689521847515888810626895218475158888106268952184751588881062689521847515888810626895218475158888106268952184751588881062689521847515888810626895218475158888106268952184751588881062689521847515888810626895218475158888106268952184751588881062689521847515888810626895218475158888106268952184751588881062689521847515888810626895218475" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1138206b-12e7-4033-8da6-447f10c38bd5, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f0c33854-e253-4739-afbd-490823e238a2, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c8de2f07-5447-4c6a-97ec-8f3b2cb0916c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f0c33854-e253-4739-afbd-490823e238a2, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17397184472011938731 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1739718447201193873117397184472011938731173971844720119387311739718447201193873117397184472011938731173971844720119387311739718447201193873117397184472011938731173971844720119387311739718447201193873117397184472011938731173971844720119387311739718447201193873117397184472011938731173971844720119387311739718447201193873117397184472011938731173971844720119387311739718447201193873117397184472011938731" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6694eaf7-7c6c-4a76-b707-8eeaeb1a5f51, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6694eaf7-7c6c-4a76-b707-8eeaeb1a5f51, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10275683470070694593 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1027568347007069459310275683470070694593102756834700706945931027568347007069459310275683470070694593102756834700706945931027568347007069459310275683470070694593102756834700706945931027568347007069459310275683470070694593102756834700706945931027568347007069459310275683470070694593102756834700706945931027568347007069459310275683470070694593102756834700706945931027568347007069459310275683470070694593" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f0c33854-e253-4739-afbd-490823e238a2, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 407437e8-f914-4548-b172-9d27b2e1ce82, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 407437e8-f914-4548-b172-9d27b2e1ce82, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9451974351938746779 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94519743519387467799451974351938746779945197435193874677994519743519387467799451974351938746779945197435193874677994519743519387467799451974351938746779945197435193874677994519743519387467799451974351938746779945197435193874677994519743519387467799451974351938746779945197435193874677994519743519387467799451974351938746779945197435193874677994519743519387467799451974351938746779" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6694eaf7-7c6c-4a76-b707-8eeaeb1a5f51, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 41805c51-4fa6-4bc8-a27b-f3dd7f858d41, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 41805c51-4fa6-4bc8-a27b-f3dd7f858d41, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18405075802163709007 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1840507580216370900718405075802163709007184050758021637090071840507580216370900718405075802163709007184050758021637090071840507580216370900718405075802163709007184050758021637090071840507580216370900718405075802163709007184050758021637090071840507580216370900718405075802163709007184050758021637090071840507580216370900718405075802163709007184050758021637090071840507580216370900718405075802163709007" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 407437e8-f914-4548-b172-9d27b2e1ce82, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 26eb8d61-0bae-4a46-808c-7fd283c6fb04, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 41805c51-4fa6-4bc8-a27b-f3dd7f858d41, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d1db063c-8e41-440d-9f0a-999052034879, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d1db063c-8e41-440d-9f0a-999052034879, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2892045392436879847 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28920453924368798472892045392436879847289204539243687984728920453924368798472892045392436879847289204539243687984728920453924368798472892045392436879847289204539243687984728920453924368798472892045392436879847289204539243687984728920453924368798472892045392436879847289204539243687984728920453924368798472892045392436879847289204539243687984728920453924368798472892045392436879847" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 26eb8d61-0bae-4a46-808c-7fd283c6fb04, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1477921350078520789 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14779213500785207891477921350078520789147792135007852078914779213500785207891477921350078520789147792135007852078914779213500785207891477921350078520789147792135007852078914779213500785207891477921350078520789147792135007852078914779213500785207891477921350078520789147792135007852078914779213500785207891477921350078520789147792135007852078914779213500785207891477921350078520789" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 26eb8d61-0bae-4a46-808c-7fd283c6fb04, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f093aa0e-6037-4519-abc6-51ba34b676f0, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f093aa0e-6037-4519-abc6-51ba34b676f0, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12771860698395176571 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1277186069839517657112771860698395176571127718606983951765711277186069839517657112771860698395176571127718606983951765711277186069839517657112771860698395176571127718606983951765711277186069839517657112771860698395176571127718606983951765711277186069839517657112771860698395176571127718606983951765711277186069839517657112771860698395176571127718606983951765711277186069839517657112771860698395176571" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d1db063c-8e41-440d-9f0a-999052034879, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 65566202-55a9-44d3-a18d-ac48de618eca, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 65566202-55a9-44d3-a18d-ac48de618eca, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1636353822931567297 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16363538229315672971636353822931567297163635382293156729716363538229315672971636353822931567297163635382293156729716363538229315672971636353822931567297163635382293156729716363538229315672971636353822931567297163635382293156729716363538229315672971636353822931567297163635382293156729716363538229315672971636353822931567297163635382293156729716363538229315672971636353822931567297" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 65566202-55a9-44d3-a18d-ac48de618eca, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1932e0c4-62e0-4b71-9ff8-dc1615219513, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1932e0c4-62e0-4b71-9ff8-dc1615219513, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4155244884654619245 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41552448846546192454155244884654619245415524488465461924541552448846546192454155244884654619245415524488465461924541552448846546192454155244884654619245415524488465461924541552448846546192454155244884654619245415524488465461924541552448846546192454155244884654619245415524488465461924541552448846546192454155244884654619245415524488465461924541552448846546192454155244884654619245" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f093aa0e-6037-4519-abc6-51ba34b676f0, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 70155880-6711-420f-962b-ad075344df87, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 70155880-6711-420f-962b-ad075344df87, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9000308607268984857 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90003086072689848579000308607268984857900030860726898485790003086072689848579000308607268984857900030860726898485790003086072689848579000308607268984857900030860726898485790003086072689848579000308607268984857900030860726898485790003086072689848579000308607268984857900030860726898485790003086072689848579000308607268984857900030860726898485790003086072689848579000308607268984857" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1932e0c4-62e0-4b71-9ff8-dc1615219513, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ac7690e0-76f7-45d1-bc9d-03414aba2303, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ac7690e0-76f7-45d1-bc9d-03414aba2303, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 466197987628101060 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "466197987628101060466197987628101060466197987628101060466197987628101060466197987628101060466197987628101060466197987628101060466197987628101060466197987628101060466197987628101060466197987628101060466197987628101060466197987628101060466197987628101060466197987628101060466197987628101060466197987628101060466197987628101060466197987628101060466197987628101060" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 70155880-6711-420f-962b-ad075344df87, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6b980ed8-ba3d-4e80-bdf2-e30c7e5a5815, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6b980ed8-ba3d-4e80-bdf2-e30c7e5a5815, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16934151027922529277 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1693415102792252927716934151027922529277169341510279225292771693415102792252927716934151027922529277169341510279225292771693415102792252927716934151027922529277169341510279225292771693415102792252927716934151027922529277169341510279225292771693415102792252927716934151027922529277169341510279225292771693415102792252927716934151027922529277169341510279225292771693415102792252927716934151027922529277" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ac7690e0-76f7-45d1-bc9d-03414aba2303, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1d52cc19-0a08-423f-b1e7-8fd267af8aba, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1d52cc19-0a08-423f-b1e7-8fd267af8aba, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 713579871724370039 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "713579871724370039713579871724370039713579871724370039713579871724370039713579871724370039713579871724370039713579871724370039713579871724370039713579871724370039713579871724370039713579871724370039713579871724370039713579871724370039713579871724370039713579871724370039713579871724370039713579871724370039713579871724370039713579871724370039713579871724370039" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6b980ed8-ba3d-4e80-bdf2-e30c7e5a5815, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8ee6592c-21fe-4a7c-8bed-d3723f7bcc72, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8ee6592c-21fe-4a7c-8bed-d3723f7bcc72, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4902879807104284362 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49028798071042843624902879807104284362490287980710428436249028798071042843624902879807104284362490287980710428436249028798071042843624902879807104284362490287980710428436249028798071042843624902879807104284362490287980710428436249028798071042843624902879807104284362490287980710428436249028798071042843624902879807104284362490287980710428436249028798071042843624902879807104284362" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1d52cc19-0a08-423f-b1e7-8fd267af8aba, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dcd5fcbd-02db-4f2e-8486-0353e19d1066, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dcd5fcbd-02db-4f2e-8486-0353e19d1066, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16387758099296622856 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1638775809929662285616387758099296622856163877580992966228561638775809929662285616387758099296622856163877580992966228561638775809929662285616387758099296622856163877580992966228561638775809929662285616387758099296622856163877580992966228561638775809929662285616387758099296622856163877580992966228561638775809929662285616387758099296622856163877580992966228561638775809929662285616387758099296622856" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8ee6592c-21fe-4a7c-8bed-d3723f7bcc72, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e4d8f3c1-9c17-451a-bc98-bfe8dc1b152e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e4d8f3c1-9c17-451a-bc98-bfe8dc1b152e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 401606817413375836 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "401606817413375836401606817413375836401606817413375836401606817413375836401606817413375836401606817413375836401606817413375836401606817413375836401606817413375836401606817413375836401606817413375836401606817413375836401606817413375836401606817413375836401606817413375836401606817413375836401606817413375836401606817413375836401606817413375836401606817413375836" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dcd5fcbd-02db-4f2e-8486-0353e19d1066, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ac2572a5-2b87-4236-9ef4-45cfca5acd70, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ac2572a5-2b87-4236-9ef4-45cfca5acd70, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14345098898188564880 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1434509889818856488014345098898188564880143450988981885648801434509889818856488014345098898188564880143450988981885648801434509889818856488014345098898188564880143450988981885648801434509889818856488014345098898188564880143450988981885648801434509889818856488014345098898188564880143450988981885648801434509889818856488014345098898188564880143450988981885648801434509889818856488014345098898188564880" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e4d8f3c1-9c17-451a-bc98-bfe8dc1b152e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a08ce595-b692-4038-9efb-67609409759f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a08ce595-b692-4038-9efb-67609409759f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3030513641162607370 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30305136411626073703030513641162607370303051364116260737030305136411626073703030513641162607370303051364116260737030305136411626073703030513641162607370303051364116260737030305136411626073703030513641162607370303051364116260737030305136411626073703030513641162607370303051364116260737030305136411626073703030513641162607370303051364116260737030305136411626073703030513641162607370" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ac2572a5-2b87-4236-9ef4-45cfca5acd70, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0004ea8d-cc78-4c7b-b83e-ca3077215ddc, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0004ea8d-cc78-4c7b-b83e-ca3077215ddc, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3706726576437409047 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37067265764374090473706726576437409047370672657643740904737067265764374090473706726576437409047370672657643740904737067265764374090473706726576437409047370672657643740904737067265764374090473706726576437409047370672657643740904737067265764374090473706726576437409047370672657643740904737067265764374090473706726576437409047370672657643740904737067265764374090473706726576437409047" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a08ce595-b692-4038-9efb-67609409759f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 885b7213-1267-4386-a30b-62c8023df18f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 885b7213-1267-4386-a30b-62c8023df18f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3396438536408123133 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33964385364081231333396438536408123133339643853640812313333964385364081231333396438536408123133339643853640812313333964385364081231333396438536408123133339643853640812313333964385364081231333396438536408123133339643853640812313333964385364081231333396438536408123133339643853640812313333964385364081231333396438536408123133339643853640812313333964385364081231333396438536408123133" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0004ea8d-cc78-4c7b-b83e-ca3077215ddc, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 09cab475-a75f-4dbf-8ff4-96bec7b97434, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 09cab475-a75f-4dbf-8ff4-96bec7b97434, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7433365870426457976 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74333658704264579767433365870426457976743336587042645797674333658704264579767433365870426457976743336587042645797674333658704264579767433365870426457976743336587042645797674333658704264579767433365870426457976743336587042645797674333658704264579767433365870426457976743336587042645797674333658704264579767433365870426457976743336587042645797674333658704264579767433365870426457976" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 885b7213-1267-4386-a30b-62c8023df18f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dfb1083e-4cae-4e45-b61c-a024bd9f9157, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dfb1083e-4cae-4e45-b61c-a024bd9f9157, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4647031823661445012 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46470318236614450124647031823661445012464703182366144501246470318236614450124647031823661445012464703182366144501246470318236614450124647031823661445012464703182366144501246470318236614450124647031823661445012464703182366144501246470318236614450124647031823661445012464703182366144501246470318236614450124647031823661445012464703182366144501246470318236614450124647031823661445012" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 09cab475-a75f-4dbf-8ff4-96bec7b97434, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 17252e83-a9b1-4cab-8715-3192e246fabf, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 17252e83-a9b1-4cab-8715-3192e246fabf, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2803603821263756643 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28036038212637566432803603821263756643280360382126375664328036038212637566432803603821263756643280360382126375664328036038212637566432803603821263756643280360382126375664328036038212637566432803603821263756643280360382126375664328036038212637566432803603821263756643280360382126375664328036038212637566432803603821263756643280360382126375664328036038212637566432803603821263756643" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dfb1083e-4cae-4e45-b61c-a024bd9f9157, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 12db6004-ce28-437b-bbcc-7fce17190ae0, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 12db6004-ce28-437b-bbcc-7fce17190ae0, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14044931299926120198 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1404493129992612019814044931299926120198140449312999261201981404493129992612019814044931299926120198140449312999261201981404493129992612019814044931299926120198140449312999261201981404493129992612019814044931299926120198140449312999261201981404493129992612019814044931299926120198140449312999261201981404493129992612019814044931299926120198140449312999261201981404493129992612019814044931299926120198" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 17252e83-a9b1-4cab-8715-3192e246fabf, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3f80f05f-f3e9-44bc-a925-db5393d99591, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 12db6004-ce28-437b-bbcc-7fce17190ae0, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 898d8f77-5f6f-4a81-993d-a7875e1bf8a4, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3f80f05f-f3e9-44bc-a925-db5393d99591, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10380979336261285316 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1038097933626128531610380979336261285316103809793362612853161038097933626128531610380979336261285316103809793362612853161038097933626128531610380979336261285316103809793362612853161038097933626128531610380979336261285316103809793362612853161038097933626128531610380979336261285316103809793362612853161038097933626128531610380979336261285316103809793362612853161038097933626128531610380979336261285316" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 898d8f77-5f6f-4a81-993d-a7875e1bf8a4, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14640119562297305799 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1464011956229730579914640119562297305799146401195622973057991464011956229730579914640119562297305799146401195622973057991464011956229730579914640119562297305799146401195622973057991464011956229730579914640119562297305799146401195622973057991464011956229730579914640119562297305799146401195622973057991464011956229730579914640119562297305799146401195622973057991464011956229730579914640119562297305799" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 898d8f77-5f6f-4a81-993d-a7875e1bf8a4, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, acea4b48-87e3-421e-8f37-ea1f0e49ad02, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, acea4b48-87e3-421e-8f37-ea1f0e49ad02, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4915092298922232205 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49150922989222322054915092298922232205491509229892223220549150922989222322054915092298922232205491509229892223220549150922989222322054915092298922232205491509229892223220549150922989222322054915092298922232205491509229892223220549150922989222322054915092298922232205491509229892223220549150922989222322054915092298922232205491509229892223220549150922989222322054915092298922232205" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3f80f05f-f3e9-44bc-a925-db5393d99591, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8125add0-ccac-4485-97a5-94f6a82dbdc8, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8125add0-ccac-4485-97a5-94f6a82dbdc8, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17250491359399320151 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1725049135939932015117250491359399320151172504913593993201511725049135939932015117250491359399320151172504913593993201511725049135939932015117250491359399320151172504913593993201511725049135939932015117250491359399320151172504913593993201511725049135939932015117250491359399320151172504913593993201511725049135939932015117250491359399320151172504913593993201511725049135939932015117250491359399320151" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, acea4b48-87e3-421e-8f37-ea1f0e49ad02, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5008c755-b5d2-4dd2-a55f-e73201a641f5, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5008c755-b5d2-4dd2-a55f-e73201a641f5, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4518839407512708420 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45188394075127084204518839407512708420451883940751270842045188394075127084204518839407512708420451883940751270842045188394075127084204518839407512708420451883940751270842045188394075127084204518839407512708420451883940751270842045188394075127084204518839407512708420451883940751270842045188394075127084204518839407512708420451883940751270842045188394075127084204518839407512708420" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8125add0-ccac-4485-97a5-94f6a82dbdc8, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e05c6701-727f-411d-aa72-a45b1a6bb9ef, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e05c6701-727f-411d-aa72-a45b1a6bb9ef, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3745247163245612690 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37452471632456126903745247163245612690374524716324561269037452471632456126903745247163245612690374524716324561269037452471632456126903745247163245612690374524716324561269037452471632456126903745247163245612690374524716324561269037452471632456126903745247163245612690374524716324561269037452471632456126903745247163245612690374524716324561269037452471632456126903745247163245612690" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5008c755-b5d2-4dd2-a55f-e73201a641f5, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 59d55b79-64be-4cf0-8247-4309104ea222, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 59d55b79-64be-4cf0-8247-4309104ea222, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15073325439393897156 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1507332543939389715615073325439393897156150733254393938971561507332543939389715615073325439393897156150733254393938971561507332543939389715615073325439393897156150733254393938971561507332543939389715615073325439393897156150733254393938971561507332543939389715615073325439393897156150733254393938971561507332543939389715615073325439393897156150733254393938971561507332543939389715615073325439393897156" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e05c6701-727f-411d-aa72-a45b1a6bb9ef, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 01033178-b5fd-4773-985b-fe14b589f5cb, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 01033178-b5fd-4773-985b-fe14b589f5cb, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17550245520516130961 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1755024552051613096117550245520516130961175502455205161309611755024552051613096117550245520516130961175502455205161309611755024552051613096117550245520516130961175502455205161309611755024552051613096117550245520516130961175502455205161309611755024552051613096117550245520516130961175502455205161309611755024552051613096117550245520516130961175502455205161309611755024552051613096117550245520516130961" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 59d55b79-64be-4cf0-8247-4309104ea222, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1f95188a-a54e-448c-a8c4-4cf47a6f4050, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1f95188a-a54e-448c-a8c4-4cf47a6f4050, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9814314544334170854 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98143145443341708549814314544334170854981431454433417085498143145443341708549814314544334170854981431454433417085498143145443341708549814314544334170854981431454433417085498143145443341708549814314544334170854981431454433417085498143145443341708549814314544334170854981431454433417085498143145443341708549814314544334170854981431454433417085498143145443341708549814314544334170854" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 01033178-b5fd-4773-985b-fe14b589f5cb, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e4a922c1-bfd5-4b02-81d8-fdb55ca1997c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e4a922c1-bfd5-4b02-81d8-fdb55ca1997c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7720445321264575510 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77204453212645755107720445321264575510772044532126457551077204453212645755107720445321264575510772044532126457551077204453212645755107720445321264575510772044532126457551077204453212645755107720445321264575510772044532126457551077204453212645755107720445321264575510772044532126457551077204453212645755107720445321264575510772044532126457551077204453212645755107720445321264575510" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1f95188a-a54e-448c-a8c4-4cf47a6f4050, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 586a1344-2c2c-4fcd-96c7-74ce0d126f9b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 586a1344-2c2c-4fcd-96c7-74ce0d126f9b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15093980934182791098 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1509398093418279109815093980934182791098150939809341827910981509398093418279109815093980934182791098150939809341827910981509398093418279109815093980934182791098150939809341827910981509398093418279109815093980934182791098150939809341827910981509398093418279109815093980934182791098150939809341827910981509398093418279109815093980934182791098150939809341827910981509398093418279109815093980934182791098" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e4a922c1-bfd5-4b02-81d8-fdb55ca1997c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 477d0d5e-a887-4a81-8d04-f6bf9c88b085, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 477d0d5e-a887-4a81-8d04-f6bf9c88b085, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6279308404494148843 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62793084044941488436279308404494148843627930840449414884362793084044941488436279308404494148843627930840449414884362793084044941488436279308404494148843627930840449414884362793084044941488436279308404494148843627930840449414884362793084044941488436279308404494148843627930840449414884362793084044941488436279308404494148843627930840449414884362793084044941488436279308404494148843" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 586a1344-2c2c-4fcd-96c7-74ce0d126f9b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8f83404a-25cc-468f-95af-6486c4bdc006, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8f83404a-25cc-468f-95af-6486c4bdc006, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14441195444861535793 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1444119544486153579314441195444861535793144411954448615357931444119544486153579314441195444861535793144411954448615357931444119544486153579314441195444861535793144411954448615357931444119544486153579314441195444861535793144411954448615357931444119544486153579314441195444861535793144411954448615357931444119544486153579314441195444861535793144411954448615357931444119544486153579314441195444861535793" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 477d0d5e-a887-4a81-8d04-f6bf9c88b085, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 40eda252-4297-4025-a723-5794cd34d5f2, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 40eda252-4297-4025-a723-5794cd34d5f2, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11203466299801923920 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1120346629980192392011203466299801923920112034662998019239201120346629980192392011203466299801923920112034662998019239201120346629980192392011203466299801923920112034662998019239201120346629980192392011203466299801923920112034662998019239201120346629980192392011203466299801923920112034662998019239201120346629980192392011203466299801923920112034662998019239201120346629980192392011203466299801923920" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8f83404a-25cc-468f-95af-6486c4bdc006, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e5837b53-1bfa-40e3-97df-627a920bb94e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e5837b53-1bfa-40e3-97df-627a920bb94e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10457626613026101649 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1045762661302610164910457626613026101649104576266130261016491045762661302610164910457626613026101649104576266130261016491045762661302610164910457626613026101649104576266130261016491045762661302610164910457626613026101649104576266130261016491045762661302610164910457626613026101649104576266130261016491045762661302610164910457626613026101649104576266130261016491045762661302610164910457626613026101649" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 40eda252-4297-4025-a723-5794cd34d5f2, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fd080c67-85ba-4d1a-919f-e2e22ee580d1, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fd080c67-85ba-4d1a-919f-e2e22ee580d1, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17616242418979004250 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1761624241897900425017616242418979004250176162424189790042501761624241897900425017616242418979004250176162424189790042501761624241897900425017616242418979004250176162424189790042501761624241897900425017616242418979004250176162424189790042501761624241897900425017616242418979004250176162424189790042501761624241897900425017616242418979004250176162424189790042501761624241897900425017616242418979004250" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e5837b53-1bfa-40e3-97df-627a920bb94e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7af03a0b-58ba-4d20-972a-55f4e1cbdfec, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7af03a0b-58ba-4d20-972a-55f4e1cbdfec, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3501555676300502081 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35015556763005020813501555676300502081350155567630050208135015556763005020813501555676300502081350155567630050208135015556763005020813501555676300502081350155567630050208135015556763005020813501555676300502081350155567630050208135015556763005020813501555676300502081350155567630050208135015556763005020813501555676300502081350155567630050208135015556763005020813501555676300502081" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fd080c67-85ba-4d1a-919f-e2e22ee580d1, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1970594f-cf09-4f84-b80b-7a3813100476, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1970594f-cf09-4f84-b80b-7a3813100476, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10802236372284659238 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1080223637228465923810802236372284659238108022363722846592381080223637228465923810802236372284659238108022363722846592381080223637228465923810802236372284659238108022363722846592381080223637228465923810802236372284659238108022363722846592381080223637228465923810802236372284659238108022363722846592381080223637228465923810802236372284659238108022363722846592381080223637228465923810802236372284659238" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7af03a0b-58ba-4d20-972a-55f4e1cbdfec, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2ed07f0e-749f-4c44-bb52-967d25a58ab2, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2ed07f0e-749f-4c44-bb52-967d25a58ab2, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3809374008852269964 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38093740088522699643809374008852269964380937400885226996438093740088522699643809374008852269964380937400885226996438093740088522699643809374008852269964380937400885226996438093740088522699643809374008852269964380937400885226996438093740088522699643809374008852269964380937400885226996438093740088522699643809374008852269964380937400885226996438093740088522699643809374008852269964" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1970594f-cf09-4f84-b80b-7a3813100476, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f1a300cc-7bb6-49e3-bf79-ff486b0c1194, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f1a300cc-7bb6-49e3-bf79-ff486b0c1194, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2876904310886662764 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28769043108866627642876904310886662764287690431088666276428769043108866627642876904310886662764287690431088666276428769043108866627642876904310886662764287690431088666276428769043108866627642876904310886662764287690431088666276428769043108866627642876904310886662764287690431088666276428769043108866627642876904310886662764287690431088666276428769043108866627642876904310886662764" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2ed07f0e-749f-4c44-bb52-967d25a58ab2, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4dd891b8-3991-457a-8be8-d74620450001, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4dd891b8-3991-457a-8be8-d74620450001, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13720335076584650411 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1372033507658465041113720335076584650411137203350765846504111372033507658465041113720335076584650411137203350765846504111372033507658465041113720335076584650411137203350765846504111372033507658465041113720335076584650411137203350765846504111372033507658465041113720335076584650411137203350765846504111372033507658465041113720335076584650411137203350765846504111372033507658465041113720335076584650411" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f1a300cc-7bb6-49e3-bf79-ff486b0c1194, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5567ef39-2564-4e67-a02b-f7de153aff76, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5567ef39-2564-4e67-a02b-f7de153aff76, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8731805742873428322 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87318057428734283228731805742873428322873180574287342832287318057428734283228731805742873428322873180574287342832287318057428734283228731805742873428322873180574287342832287318057428734283228731805742873428322873180574287342832287318057428734283228731805742873428322873180574287342832287318057428734283228731805742873428322873180574287342832287318057428734283228731805742873428322" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4dd891b8-3991-457a-8be8-d74620450001, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b0ae71d4-0f78-4371-a1e8-bf724e434b4c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5567ef39-2564-4e67-a02b-f7de153aff76, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b0ae71d4-0f78-4371-a1e8-bf724e434b4c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7293756830947193397 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72937568309471933977293756830947193397729375683094719339772937568309471933977293756830947193397729375683094719339772937568309471933977293756830947193397729375683094719339772937568309471933977293756830947193397729375683094719339772937568309471933977293756830947193397729375683094719339772937568309471933977293756830947193397729375683094719339772937568309471933977293756830947193397" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6418115f-91d0-47d8-a546-26831a909a68, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6418115f-91d0-47d8-a546-26831a909a68, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14175832761057210756 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1417583276105721075614175832761057210756141758327610572107561417583276105721075614175832761057210756141758327610572107561417583276105721075614175832761057210756141758327610572107561417583276105721075614175832761057210756141758327610572107561417583276105721075614175832761057210756141758327610572107561417583276105721075614175832761057210756141758327610572107561417583276105721075614175832761057210756" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b0ae71d4-0f78-4371-a1e8-bf724e434b4c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0696d156-1181-4a19-8f49-511b6df23204, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0696d156-1181-4a19-8f49-511b6df23204, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16616594204417261403 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1661659420441726140316616594204417261403166165942044172614031661659420441726140316616594204417261403166165942044172614031661659420441726140316616594204417261403166165942044172614031661659420441726140316616594204417261403166165942044172614031661659420441726140316616594204417261403166165942044172614031661659420441726140316616594204417261403166165942044172614031661659420441726140316616594204417261403" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6418115f-91d0-47d8-a546-26831a909a68, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, de1e2a2e-4294-412f-bc7d-8e076fe4eb5e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, de1e2a2e-4294-412f-bc7d-8e076fe4eb5e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9193925741193364022 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91939257411933640229193925741193364022919392574119336402291939257411933640229193925741193364022919392574119336402291939257411933640229193925741193364022919392574119336402291939257411933640229193925741193364022919392574119336402291939257411933640229193925741193364022919392574119336402291939257411933640229193925741193364022919392574119336402291939257411933640229193925741193364022" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0696d156-1181-4a19-8f49-511b6df23204, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fa8b32bf-72d8-451f-a3ef-98c22fa162d7, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fa8b32bf-72d8-451f-a3ef-98c22fa162d7, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17986569799270545140 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1798656979927054514017986569799270545140179865697992705451401798656979927054514017986569799270545140179865697992705451401798656979927054514017986569799270545140179865697992705451401798656979927054514017986569799270545140179865697992705451401798656979927054514017986569799270545140179865697992705451401798656979927054514017986569799270545140179865697992705451401798656979927054514017986569799270545140" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, de1e2a2e-4294-412f-bc7d-8e076fe4eb5e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 993f7cb6-01a8-4f18-8635-f435a0bd9d95, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 993f7cb6-01a8-4f18-8635-f435a0bd9d95, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 946161203868599011 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "946161203868599011946161203868599011946161203868599011946161203868599011946161203868599011946161203868599011946161203868599011946161203868599011946161203868599011946161203868599011946161203868599011946161203868599011946161203868599011946161203868599011946161203868599011946161203868599011946161203868599011946161203868599011946161203868599011946161203868599011" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fa8b32bf-72d8-451f-a3ef-98c22fa162d7, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 73770b4f-98c8-4887-9b91-5fd266cfbee5, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 73770b4f-98c8-4887-9b91-5fd266cfbee5, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15368879842487194939 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1536887984248719493915368879842487194939153688798424871949391536887984248719493915368879842487194939153688798424871949391536887984248719493915368879842487194939153688798424871949391536887984248719493915368879842487194939153688798424871949391536887984248719493915368879842487194939153688798424871949391536887984248719493915368879842487194939153688798424871949391536887984248719493915368879842487194939" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 993f7cb6-01a8-4f18-8635-f435a0bd9d95, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cfb3b3fc-a5f4-4f3c-8529-1009a41bfce4, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cfb3b3fc-a5f4-4f3c-8529-1009a41bfce4, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3337229052150320230 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33372290521503202303337229052150320230333722905215032023033372290521503202303337229052150320230333722905215032023033372290521503202303337229052150320230333722905215032023033372290521503202303337229052150320230333722905215032023033372290521503202303337229052150320230333722905215032023033372290521503202303337229052150320230333722905215032023033372290521503202303337229052150320230" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 73770b4f-98c8-4887-9b91-5fd266cfbee5, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c3286fc1-437a-4d7e-9fc6-c104e8d100ae, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c3286fc1-437a-4d7e-9fc6-c104e8d100ae, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16785814314793850453 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1678581431479385045316785814314793850453167858143147938504531678581431479385045316785814314793850453167858143147938504531678581431479385045316785814314793850453167858143147938504531678581431479385045316785814314793850453167858143147938504531678581431479385045316785814314793850453167858143147938504531678581431479385045316785814314793850453167858143147938504531678581431479385045316785814314793850453" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cfb3b3fc-a5f4-4f3c-8529-1009a41bfce4, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c68e08e2-9787-4e00-ac44-20740907458b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c68e08e2-9787-4e00-ac44-20740907458b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2712309232511819570 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27123092325118195702712309232511819570271230923251181957027123092325118195702712309232511819570271230923251181957027123092325118195702712309232511819570271230923251181957027123092325118195702712309232511819570271230923251181957027123092325118195702712309232511819570271230923251181957027123092325118195702712309232511819570271230923251181957027123092325118195702712309232511819570" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c3286fc1-437a-4d7e-9fc6-c104e8d100ae, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, db73647f-d7c5-4daf-8daf-86430a0198a3, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, db73647f-d7c5-4daf-8daf-86430a0198a3, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8265239947157227318 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82652399471572273188265239947157227318826523994715722731882652399471572273188265239947157227318826523994715722731882652399471572273188265239947157227318826523994715722731882652399471572273188265239947157227318826523994715722731882652399471572273188265239947157227318826523994715722731882652399471572273188265239947157227318826523994715722731882652399471572273188265239947157227318" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c68e08e2-9787-4e00-ac44-20740907458b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e1c35f3e-124b-4b51-aab2-69f6ee543a2d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e1c35f3e-124b-4b51-aab2-69f6ee543a2d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1795920988038080445 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17959209880380804451795920988038080445179592098803808044517959209880380804451795920988038080445179592098803808044517959209880380804451795920988038080445179592098803808044517959209880380804451795920988038080445179592098803808044517959209880380804451795920988038080445179592098803808044517959209880380804451795920988038080445179592098803808044517959209880380804451795920988038080445" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, db73647f-d7c5-4daf-8daf-86430a0198a3, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 499760c2-c29a-48fc-8995-84adff5fa4e5, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 499760c2-c29a-48fc-8995-84adff5fa4e5, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3200985929090660309 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32009859290906603093200985929090660309320098592909066030932009859290906603093200985929090660309320098592909066030932009859290906603093200985929090660309320098592909066030932009859290906603093200985929090660309320098592909066030932009859290906603093200985929090660309320098592909066030932009859290906603093200985929090660309320098592909066030932009859290906603093200985929090660309" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e1c35f3e-124b-4b51-aab2-69f6ee543a2d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 145c6808-4e76-40d6-9daa-58803e0f8cab, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 145c6808-4e76-40d6-9daa-58803e0f8cab, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11117204570680663549 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1111720457068066354911117204570680663549111172045706806635491111720457068066354911117204570680663549111172045706806635491111720457068066354911117204570680663549111172045706806635491111720457068066354911117204570680663549111172045706806635491111720457068066354911117204570680663549111172045706806635491111720457068066354911117204570680663549111172045706806635491111720457068066354911117204570680663549" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 499760c2-c29a-48fc-8995-84adff5fa4e5, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c21a6e6d-33bf-4367-99a4-32402c6b4ffa, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c21a6e6d-33bf-4367-99a4-32402c6b4ffa, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15474912006782168683 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1547491200678216868315474912006782168683154749120067821686831547491200678216868315474912006782168683154749120067821686831547491200678216868315474912006782168683154749120067821686831547491200678216868315474912006782168683154749120067821686831547491200678216868315474912006782168683154749120067821686831547491200678216868315474912006782168683154749120067821686831547491200678216868315474912006782168683" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 145c6808-4e76-40d6-9daa-58803e0f8cab, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bf62c12a-5dd6-442b-9e15-b3a164982138, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bf62c12a-5dd6-442b-9e15-b3a164982138, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7293082393503477185 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72930823935034771857293082393503477185729308239350347718572930823935034771857293082393503477185729308239350347718572930823935034771857293082393503477185729308239350347718572930823935034771857293082393503477185729308239350347718572930823935034771857293082393503477185729308239350347718572930823935034771857293082393503477185729308239350347718572930823935034771857293082393503477185" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c21a6e6d-33bf-4367-99a4-32402c6b4ffa, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a40f0e3f-e94f-4ea0-83d4-ca6336c3292b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a40f0e3f-e94f-4ea0-83d4-ca6336c3292b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5549734774180569956 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55497347741805699565549734774180569956554973477418056995655497347741805699565549734774180569956554973477418056995655497347741805699565549734774180569956554973477418056995655497347741805699565549734774180569956554973477418056995655497347741805699565549734774180569956554973477418056995655497347741805699565549734774180569956554973477418056995655497347741805699565549734774180569956" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bf62c12a-5dd6-442b-9e15-b3a164982138, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d0e6eea2-c18a-43f6-aea2-c416c6644146, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d0e6eea2-c18a-43f6-aea2-c416c6644146, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14051258903337541688 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1405125890333754168814051258903337541688140512589033375416881405125890333754168814051258903337541688140512589033375416881405125890333754168814051258903337541688140512589033375416881405125890333754168814051258903337541688140512589033375416881405125890333754168814051258903337541688140512589033375416881405125890333754168814051258903337541688140512589033375416881405125890333754168814051258903337541688" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a40f0e3f-e94f-4ea0-83d4-ca6336c3292b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ed590ce1-bc5f-48b6-9062-32204c2a1ed5, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ed590ce1-bc5f-48b6-9062-32204c2a1ed5, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12458510102108308393 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1245851010210830839312458510102108308393124585101021083083931245851010210830839312458510102108308393124585101021083083931245851010210830839312458510102108308393124585101021083083931245851010210830839312458510102108308393124585101021083083931245851010210830839312458510102108308393124585101021083083931245851010210830839312458510102108308393124585101021083083931245851010210830839312458510102108308393" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d0e6eea2-c18a-43f6-aea2-c416c6644146, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e5c72f42-aadb-4e48-9baa-c37e6baf3db3, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e5c72f42-aadb-4e48-9baa-c37e6baf3db3, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17594896508227721207 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1759489650822772120717594896508227721207175948965082277212071759489650822772120717594896508227721207175948965082277212071759489650822772120717594896508227721207175948965082277212071759489650822772120717594896508227721207175948965082277212071759489650822772120717594896508227721207175948965082277212071759489650822772120717594896508227721207175948965082277212071759489650822772120717594896508227721207" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ed590ce1-bc5f-48b6-9062-32204c2a1ed5, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0ae5f208-f620-49e2-8067-e36dcadffb63, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0ae5f208-f620-49e2-8067-e36dcadffb63, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17331860453478004606 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1733186045347800460617331860453478004606173318604534780046061733186045347800460617331860453478004606173318604534780046061733186045347800460617331860453478004606173318604534780046061733186045347800460617331860453478004606173318604534780046061733186045347800460617331860453478004606173318604534780046061733186045347800460617331860453478004606173318604534780046061733186045347800460617331860453478004606" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e5c72f42-aadb-4e48-9baa-c37e6baf3db3, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 48e864c4-2d68-47f9-9495-f74a3406f9c9, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 48e864c4-2d68-47f9-9495-f74a3406f9c9, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4990157495879436785 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49901574958794367854990157495879436785499015749587943678549901574958794367854990157495879436785499015749587943678549901574958794367854990157495879436785499015749587943678549901574958794367854990157495879436785499015749587943678549901574958794367854990157495879436785499015749587943678549901574958794367854990157495879436785499015749587943678549901574958794367854990157495879436785" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0ae5f208-f620-49e2-8067-e36dcadffb63, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b4cd23d9-3cfd-41e0-b682-a34b2ee62892, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b4cd23d9-3cfd-41e0-b682-a34b2ee62892, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7274445080671539767 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72744450806715397677274445080671539767727444508067153976772744450806715397677274445080671539767727444508067153976772744450806715397677274445080671539767727444508067153976772744450806715397677274445080671539767727444508067153976772744450806715397677274445080671539767727444508067153976772744450806715397677274445080671539767727444508067153976772744450806715397677274445080671539767" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 48e864c4-2d68-47f9-9495-f74a3406f9c9, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ec271197-edb2-47a6-b64f-93c0afa51259, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ec271197-edb2-47a6-b64f-93c0afa51259, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14083307198069975547 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1408330719806997554714083307198069975547140833071980699755471408330719806997554714083307198069975547140833071980699755471408330719806997554714083307198069975547140833071980699755471408330719806997554714083307198069975547140833071980699755471408330719806997554714083307198069975547140833071980699755471408330719806997554714083307198069975547140833071980699755471408330719806997554714083307198069975547" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b4cd23d9-3cfd-41e0-b682-a34b2ee62892, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7188cd3a-0a47-4960-b24d-44205896efd7, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7188cd3a-0a47-4960-b24d-44205896efd7, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13623663270113049755 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1362366327011304975513623663270113049755136236632701130497551362366327011304975513623663270113049755136236632701130497551362366327011304975513623663270113049755136236632701130497551362366327011304975513623663270113049755136236632701130497551362366327011304975513623663270113049755136236632701130497551362366327011304975513623663270113049755136236632701130497551362366327011304975513623663270113049755" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7188cd3a-0a47-4960-b24d-44205896efd7, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 06c63e29-624a-4602-ae89-303730d14f02, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 06c63e29-624a-4602-ae89-303730d14f02, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7162807197560520106 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71628071975605201067162807197560520106716280719756052010671628071975605201067162807197560520106716280719756052010671628071975605201067162807197560520106716280719756052010671628071975605201067162807197560520106716280719756052010671628071975605201067162807197560520106716280719756052010671628071975605201067162807197560520106716280719756052010671628071975605201067162807197560520106" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 06c63e29-624a-4602-ae89-303730d14f02, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7b4a468f-c327-45f1-a1ce-e83654f7e7d5, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ec271197-edb2-47a6-b64f-93c0afa51259, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7b4a468f-c327-45f1-a1ce-e83654f7e7d5, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18212524235435257489 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1821252423543525748918212524235435257489182125242354352574891821252423543525748918212524235435257489182125242354352574891821252423543525748918212524235435257489182125242354352574891821252423543525748918212524235435257489182125242354352574891821252423543525748918212524235435257489182125242354352574891821252423543525748918212524235435257489182125242354352574891821252423543525748918212524235435257489" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f4cf1473-8f3b-4b99-aaca-21734c579af5, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f4cf1473-8f3b-4b99-aaca-21734c579af5, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11531085521837759426 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1153108552183775942611531085521837759426115310855218377594261153108552183775942611531085521837759426115310855218377594261153108552183775942611531085521837759426115310855218377594261153108552183775942611531085521837759426115310855218377594261153108552183775942611531085521837759426115310855218377594261153108552183775942611531085521837759426115310855218377594261153108552183775942611531085521837759426" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7b4a468f-c327-45f1-a1ce-e83654f7e7d5, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7781c04f-a7e8-48f6-84c2-9ac486117a42, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7781c04f-a7e8-48f6-84c2-9ac486117a42, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7317856457691660910 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73178564576916609107317856457691660910731785645769166091073178564576916609107317856457691660910731785645769166091073178564576916609107317856457691660910731785645769166091073178564576916609107317856457691660910731785645769166091073178564576916609107317856457691660910731785645769166091073178564576916609107317856457691660910731785645769166091073178564576916609107317856457691660910" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f4cf1473-8f3b-4b99-aaca-21734c579af5, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0953492d-1197-427b-a087-fa096fb4c3ed, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0953492d-1197-427b-a087-fa096fb4c3ed, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2153930388824693190 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21539303888246931902153930388824693190215393038882469319021539303888246931902153930388824693190215393038882469319021539303888246931902153930388824693190215393038882469319021539303888246931902153930388824693190215393038882469319021539303888246931902153930388824693190215393038882469319021539303888246931902153930388824693190215393038882469319021539303888246931902153930388824693190" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7781c04f-a7e8-48f6-84c2-9ac486117a42, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9943fe19-2b26-41b3-b4d0-5cc62d058ee3, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9943fe19-2b26-41b3-b4d0-5cc62d058ee3, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5640511108148747904 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56405111081487479045640511108148747904564051110814874790456405111081487479045640511108148747904564051110814874790456405111081487479045640511108148747904564051110814874790456405111081487479045640511108148747904564051110814874790456405111081487479045640511108148747904564051110814874790456405111081487479045640511108148747904564051110814874790456405111081487479045640511108148747904" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0953492d-1197-427b-a087-fa096fb4c3ed, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ec4c0899-f138-4ea0-96a3-8a065b7c751d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ec4c0899-f138-4ea0-96a3-8a065b7c751d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12677148216443213853 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1267714821644321385312677148216443213853126771482164432138531267714821644321385312677148216443213853126771482164432138531267714821644321385312677148216443213853126771482164432138531267714821644321385312677148216443213853126771482164432138531267714821644321385312677148216443213853126771482164432138531267714821644321385312677148216443213853126771482164432138531267714821644321385312677148216443213853" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9943fe19-2b26-41b3-b4d0-5cc62d058ee3, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a9338ed5-0b16-4a0d-8093-7c2e8042ee77, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a9338ed5-0b16-4a0d-8093-7c2e8042ee77, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4698958410950117948 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46989584109501179484698958410950117948469895841095011794846989584109501179484698958410950117948469895841095011794846989584109501179484698958410950117948469895841095011794846989584109501179484698958410950117948469895841095011794846989584109501179484698958410950117948469895841095011794846989584109501179484698958410950117948469895841095011794846989584109501179484698958410950117948" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ec4c0899-f138-4ea0-96a3-8a065b7c751d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 58632687-3a1d-47db-8f2f-7cf66f708b3c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 58632687-3a1d-47db-8f2f-7cf66f708b3c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15747233110005942596 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1574723311000594259615747233110005942596157472331100059425961574723311000594259615747233110005942596157472331100059425961574723311000594259615747233110005942596157472331100059425961574723311000594259615747233110005942596157472331100059425961574723311000594259615747233110005942596157472331100059425961574723311000594259615747233110005942596157472331100059425961574723311000594259615747233110005942596" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a9338ed5-0b16-4a0d-8093-7c2e8042ee77, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1bb258e7-b50d-49d4-8a77-567afedd34b5, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1bb258e7-b50d-49d4-8a77-567afedd34b5, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9297145995589878315 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92971459955898783159297145995589878315929714599558987831592971459955898783159297145995589878315929714599558987831592971459955898783159297145995589878315929714599558987831592971459955898783159297145995589878315929714599558987831592971459955898783159297145995589878315929714599558987831592971459955898783159297145995589878315929714599558987831592971459955898783159297145995589878315" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 58632687-3a1d-47db-8f2f-7cf66f708b3c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 95c59f79-3f8b-49a0-a8b7-16aaa076b91c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 95c59f79-3f8b-49a0-a8b7-16aaa076b91c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13324527548418780971 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1332452754841878097113324527548418780971133245275484187809711332452754841878097113324527548418780971133245275484187809711332452754841878097113324527548418780971133245275484187809711332452754841878097113324527548418780971133245275484187809711332452754841878097113324527548418780971133245275484187809711332452754841878097113324527548418780971133245275484187809711332452754841878097113324527548418780971" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1bb258e7-b50d-49d4-8a77-567afedd34b5, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 26922d66-3353-4315-9ecd-ff05170ae6a1, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 26922d66-3353-4315-9ecd-ff05170ae6a1, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7354890360415067364 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73548903604150673647354890360415067364735489036041506736473548903604150673647354890360415067364735489036041506736473548903604150673647354890360415067364735489036041506736473548903604150673647354890360415067364735489036041506736473548903604150673647354890360415067364735489036041506736473548903604150673647354890360415067364735489036041506736473548903604150673647354890360415067364" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 95c59f79-3f8b-49a0-a8b7-16aaa076b91c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d4c2ce20-b26f-4d02-bd0c-a0ea3d49d004, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d4c2ce20-b26f-4d02-bd0c-a0ea3d49d004, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8701562361033694598 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87015623610336945988701562361033694598870156236103369459887015623610336945988701562361033694598870156236103369459887015623610336945988701562361033694598870156236103369459887015623610336945988701562361033694598870156236103369459887015623610336945988701562361033694598870156236103369459887015623610336945988701562361033694598870156236103369459887015623610336945988701562361033694598" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 26922d66-3353-4315-9ecd-ff05170ae6a1, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 043f6467-efab-40d8-b900-4b236232d55d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 043f6467-efab-40d8-b900-4b236232d55d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 413476693471535365 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "413476693471535365413476693471535365413476693471535365413476693471535365413476693471535365413476693471535365413476693471535365413476693471535365413476693471535365413476693471535365413476693471535365413476693471535365413476693471535365413476693471535365413476693471535365413476693471535365413476693471535365413476693471535365413476693471535365413476693471535365" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d4c2ce20-b26f-4d02-bd0c-a0ea3d49d004, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bc62abd9-ebf8-4cc2-933e-70ce858056a7, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bc62abd9-ebf8-4cc2-933e-70ce858056a7, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13677113606976099707 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1367711360697609970713677113606976099707136771136069760997071367711360697609970713677113606976099707136771136069760997071367711360697609970713677113606976099707136771136069760997071367711360697609970713677113606976099707136771136069760997071367711360697609970713677113606976099707136771136069760997071367711360697609970713677113606976099707136771136069760997071367711360697609970713677113606976099707" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 043f6467-efab-40d8-b900-4b236232d55d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 64ffbfb0-1f1c-4d9f-88c3-103e1836ab1c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 64ffbfb0-1f1c-4d9f-88c3-103e1836ab1c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17445475873333731780 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1744547587333373178017445475873333731780174454758733337317801744547587333373178017445475873333731780174454758733337317801744547587333373178017445475873333731780174454758733337317801744547587333373178017445475873333731780174454758733337317801744547587333373178017445475873333731780174454758733337317801744547587333373178017445475873333731780174454758733337317801744547587333373178017445475873333731780" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bc62abd9-ebf8-4cc2-933e-70ce858056a7, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5d17c12c-fb99-4f0b-9f89-5be0d058e312, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5d17c12c-fb99-4f0b-9f89-5be0d058e312, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17588675936621609811 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1758867593662160981117588675936621609811175886759366216098111758867593662160981117588675936621609811175886759366216098111758867593662160981117588675936621609811175886759366216098111758867593662160981117588675936621609811175886759366216098111758867593662160981117588675936621609811175886759366216098111758867593662160981117588675936621609811175886759366216098111758867593662160981117588675936621609811" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 64ffbfb0-1f1c-4d9f-88c3-103e1836ab1c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4201e0a1-8cf5-49a7-8a10-4c47b66d28bd, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4201e0a1-8cf5-49a7-8a10-4c47b66d28bd, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8509660213050267371 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85096602130502673718509660213050267371850966021305026737185096602130502673718509660213050267371850966021305026737185096602130502673718509660213050267371850966021305026737185096602130502673718509660213050267371850966021305026737185096602130502673718509660213050267371850966021305026737185096602130502673718509660213050267371850966021305026737185096602130502673718509660213050267371" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5d17c12c-fb99-4f0b-9f89-5be0d058e312, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, db6fecac-dc8a-4dec-87de-5ad4757688d0, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, db6fecac-dc8a-4dec-87de-5ad4757688d0, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8742408615650890362 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87424086156508903628742408615650890362874240861565089036287424086156508903628742408615650890362874240861565089036287424086156508903628742408615650890362874240861565089036287424086156508903628742408615650890362874240861565089036287424086156508903628742408615650890362874240861565089036287424086156508903628742408615650890362874240861565089036287424086156508903628742408615650890362" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4201e0a1-8cf5-49a7-8a10-4c47b66d28bd, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2a985cbe-0207-4dd5-ab5b-a696e2a9e0bc, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2a985cbe-0207-4dd5-ab5b-a696e2a9e0bc, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3126217659719217683 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31262176597192176833126217659719217683312621765971921768331262176597192176833126217659719217683312621765971921768331262176597192176833126217659719217683312621765971921768331262176597192176833126217659719217683312621765971921768331262176597192176833126217659719217683312621765971921768331262176597192176833126217659719217683312621765971921768331262176597192176833126217659719217683" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, db6fecac-dc8a-4dec-87de-5ad4757688d0, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1b849998-d646-452c-9e63-bac25e729a24, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1b849998-d646-452c-9e63-bac25e729a24, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13341855069656848343 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1334185506965684834313341855069656848343133418550696568483431334185506965684834313341855069656848343133418550696568483431334185506965684834313341855069656848343133418550696568483431334185506965684834313341855069656848343133418550696568483431334185506965684834313341855069656848343133418550696568483431334185506965684834313341855069656848343133418550696568483431334185506965684834313341855069656848343" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2a985cbe-0207-4dd5-ab5b-a696e2a9e0bc, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1660e44f-3aed-4bb6-a885-2509960a98f0, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1660e44f-3aed-4bb6-a885-2509960a98f0, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11437408563862613653 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1143740856386261365311437408563862613653114374085638626136531143740856386261365311437408563862613653114374085638626136531143740856386261365311437408563862613653114374085638626136531143740856386261365311437408563862613653114374085638626136531143740856386261365311437408563862613653114374085638626136531143740856386261365311437408563862613653114374085638626136531143740856386261365311437408563862613653" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1b849998-d646-452c-9e63-bac25e729a24, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1660e44f-3aed-4bb6-a885-2509960a98f0, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 90c37ee1-ba3c-41e7-b00d-6623b81b02fe, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 90c37ee1-ba3c-41e7-b00d-6623b81b02fe, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15858288845002529061 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1585828884500252906115858288845002529061158582888450025290611585828884500252906115858288845002529061158582888450025290611585828884500252906115858288845002529061158582888450025290611585828884500252906115858288845002529061158582888450025290611585828884500252906115858288845002529061158582888450025290611585828884500252906115858288845002529061158582888450025290611585828884500252906115858288845002529061" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, eec194ff-02d7-4762-8a87-032502e516f2, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eec194ff-02d7-4762-8a87-032502e516f2, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5492542882023447545 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54925428820234475455492542882023447545549254288202344754554925428820234475455492542882023447545549254288202344754554925428820234475455492542882023447545549254288202344754554925428820234475455492542882023447545549254288202344754554925428820234475455492542882023447545549254288202344754554925428820234475455492542882023447545549254288202344754554925428820234475455492542882023447545" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 90c37ee1-ba3c-41e7-b00d-6623b81b02fe, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bf8042c8-c4d0-4032-807a-ac02ba159b06, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bf8042c8-c4d0-4032-807a-ac02ba159b06, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12029265248805120601 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1202926524880512060112029265248805120601120292652488051206011202926524880512060112029265248805120601120292652488051206011202926524880512060112029265248805120601120292652488051206011202926524880512060112029265248805120601120292652488051206011202926524880512060112029265248805120601120292652488051206011202926524880512060112029265248805120601120292652488051206011202926524880512060112029265248805120601" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eec194ff-02d7-4762-8a87-032502e516f2, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 657f392c-5792-4027-b63c-c9aa901bd1f2, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bf8042c8-c4d0-4032-807a-ac02ba159b06, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f676e03e-8ffb-4b03-8194-2a347c18fe8b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 657f392c-5792-4027-b63c-c9aa901bd1f2, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4734380230108457790 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47343802301084577904734380230108457790473438023010845779047343802301084577904734380230108457790473438023010845779047343802301084577904734380230108457790473438023010845779047343802301084577904734380230108457790473438023010845779047343802301084577904734380230108457790473438023010845779047343802301084577904734380230108457790473438023010845779047343802301084577904734380230108457790" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f676e03e-8ffb-4b03-8194-2a347c18fe8b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4246685914540013679 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42466859145400136794246685914540013679424668591454001367942466859145400136794246685914540013679424668591454001367942466859145400136794246685914540013679424668591454001367942466859145400136794246685914540013679424668591454001367942466859145400136794246685914540013679424668591454001367942466859145400136794246685914540013679424668591454001367942466859145400136794246685914540013679" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 657f392c-5792-4027-b63c-c9aa901bd1f2, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 70032c47-f1be-44bd-bcf2-105f943959d1, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 70032c47-f1be-44bd-bcf2-105f943959d1, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2754731486160391613 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27547314861603916132754731486160391613275473148616039161327547314861603916132754731486160391613275473148616039161327547314861603916132754731486160391613275473148616039161327547314861603916132754731486160391613275473148616039161327547314861603916132754731486160391613275473148616039161327547314861603916132754731486160391613275473148616039161327547314861603916132754731486160391613" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f676e03e-8ffb-4b03-8194-2a347c18fe8b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cf871e1f-3d4a-49c3-a531-c5941ba85895, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cf871e1f-3d4a-49c3-a531-c5941ba85895, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5021039972065442030 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50210399720654420305021039972065442030502103997206544203050210399720654420305021039972065442030502103997206544203050210399720654420305021039972065442030502103997206544203050210399720654420305021039972065442030502103997206544203050210399720654420305021039972065442030502103997206544203050210399720654420305021039972065442030502103997206544203050210399720654420305021039972065442030" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 70032c47-f1be-44bd-bcf2-105f943959d1, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ba09a057-69fc-4c95-baf3-899ddc9c1709, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ba09a057-69fc-4c95-baf3-899ddc9c1709, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13990551671715738499 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1399055167171573849913990551671715738499139905516717157384991399055167171573849913990551671715738499139905516717157384991399055167171573849913990551671715738499139905516717157384991399055167171573849913990551671715738499139905516717157384991399055167171573849913990551671715738499139905516717157384991399055167171573849913990551671715738499139905516717157384991399055167171573849913990551671715738499" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cf871e1f-3d4a-49c3-a531-c5941ba85895, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dd6cbb68-6412-47b8-a70a-4e15cfe13aef, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dd6cbb68-6412-47b8-a70a-4e15cfe13aef, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2391989981361856616 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23919899813618566162391989981361856616239198998136185661623919899813618566162391989981361856616239198998136185661623919899813618566162391989981361856616239198998136185661623919899813618566162391989981361856616239198998136185661623919899813618566162391989981361856616239198998136185661623919899813618566162391989981361856616239198998136185661623919899813618566162391989981361856616" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ba09a057-69fc-4c95-baf3-899ddc9c1709, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d31b71e1-1353-4df9-99e9-b01a7a7a4972, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d31b71e1-1353-4df9-99e9-b01a7a7a4972, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13851988677341757279 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1385198867734175727913851988677341757279138519886773417572791385198867734175727913851988677341757279138519886773417572791385198867734175727913851988677341757279138519886773417572791385198867734175727913851988677341757279138519886773417572791385198867734175727913851988677341757279138519886773417572791385198867734175727913851988677341757279138519886773417572791385198867734175727913851988677341757279" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dd6cbb68-6412-47b8-a70a-4e15cfe13aef, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 352bfcc4-f7ef-4de2-b011-26c2d7434e8b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 352bfcc4-f7ef-4de2-b011-26c2d7434e8b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6207656838479039352 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62076568384790393526207656838479039352620765683847903935262076568384790393526207656838479039352620765683847903935262076568384790393526207656838479039352620765683847903935262076568384790393526207656838479039352620765683847903935262076568384790393526207656838479039352620765683847903935262076568384790393526207656838479039352620765683847903935262076568384790393526207656838479039352" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d31b71e1-1353-4df9-99e9-b01a7a7a4972, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 57e9a74f-b4b8-409e-9a76-c2e382fda85a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 57e9a74f-b4b8-409e-9a76-c2e382fda85a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7676730187168603567 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76767301871686035677676730187168603567767673018716860356776767301871686035677676730187168603567767673018716860356776767301871686035677676730187168603567767673018716860356776767301871686035677676730187168603567767673018716860356776767301871686035677676730187168603567767673018716860356776767301871686035677676730187168603567767673018716860356776767301871686035677676730187168603567" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 352bfcc4-f7ef-4de2-b011-26c2d7434e8b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 98fe2eeb-63cb-46df-a81a-4476c31be01e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 98fe2eeb-63cb-46df-a81a-4476c31be01e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9663721997657783582 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96637219976577835829663721997657783582966372199765778358296637219976577835829663721997657783582966372199765778358296637219976577835829663721997657783582966372199765778358296637219976577835829663721997657783582966372199765778358296637219976577835829663721997657783582966372199765778358296637219976577835829663721997657783582966372199765778358296637219976577835829663721997657783582" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 57e9a74f-b4b8-409e-9a76-c2e382fda85a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7abec41a-bf87-448e-b64a-20f73963f8ef, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7abec41a-bf87-448e-b64a-20f73963f8ef, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2712081237157700044 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27120812371577000442712081237157700044271208123715770004427120812371577000442712081237157700044271208123715770004427120812371577000442712081237157700044271208123715770004427120812371577000442712081237157700044271208123715770004427120812371577000442712081237157700044271208123715770004427120812371577000442712081237157700044271208123715770004427120812371577000442712081237157700044" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 98fe2eeb-63cb-46df-a81a-4476c31be01e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7abec41a-bf87-448e-b64a-20f73963f8ef, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 92d55b49-5ef6-4129-83e0-e930703ec425, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 92d55b49-5ef6-4129-83e0-e930703ec425, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6840599317593399403 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68405993175933994036840599317593399403684059931759339940368405993175933994036840599317593399403684059931759339940368405993175933994036840599317593399403684059931759339940368405993175933994036840599317593399403684059931759339940368405993175933994036840599317593399403684059931759339940368405993175933994036840599317593399403684059931759339940368405993175933994036840599317593399403" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 96395e84-27fd-4a4f-8f0b-af0dcddb9648, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 96395e84-27fd-4a4f-8f0b-af0dcddb9648, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6984805563168340260 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69848055631683402606984805563168340260698480556316834026069848055631683402606984805563168340260698480556316834026069848055631683402606984805563168340260698480556316834026069848055631683402606984805563168340260698480556316834026069848055631683402606984805563168340260698480556316834026069848055631683402606984805563168340260698480556316834026069848055631683402606984805563168340260" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 92d55b49-5ef6-4129-83e0-e930703ec425, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 18f78367-d0be-45c4-b1cf-81d4c3961be4, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 18f78367-d0be-45c4-b1cf-81d4c3961be4, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2171527970184134208 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21715279701841342082171527970184134208217152797018413420821715279701841342082171527970184134208217152797018413420821715279701841342082171527970184134208217152797018413420821715279701841342082171527970184134208217152797018413420821715279701841342082171527970184134208217152797018413420821715279701841342082171527970184134208217152797018413420821715279701841342082171527970184134208" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 96395e84-27fd-4a4f-8f0b-af0dcddb9648, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 42d90043-9021-4184-adda-a6da772f56ad, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 42d90043-9021-4184-adda-a6da772f56ad, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6239249236759147804 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62392492367591478046239249236759147804623924923675914780462392492367591478046239249236759147804623924923675914780462392492367591478046239249236759147804623924923675914780462392492367591478046239249236759147804623924923675914780462392492367591478046239249236759147804623924923675914780462392492367591478046239249236759147804623924923675914780462392492367591478046239249236759147804" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 18f78367-d0be-45c4-b1cf-81d4c3961be4, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 74f4adb6-e6d9-4b33-92b6-a9fcaeb950b9, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 42d90043-9021-4184-adda-a6da772f56ad, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 74f4adb6-e6d9-4b33-92b6-a9fcaeb950b9, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3583997580922850078 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35839975809228500783583997580922850078358399758092285007835839975809228500783583997580922850078358399758092285007835839975809228500783583997580922850078358399758092285007835839975809228500783583997580922850078358399758092285007835839975809228500783583997580922850078358399758092285007835839975809228500783583997580922850078358399758092285007835839975809228500783583997580922850078" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 11d4119c-ace8-43d9-96bb-f598136fc727, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 11d4119c-ace8-43d9-96bb-f598136fc727, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13981145101498733468 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1398114510149873346813981145101498733468139811451014987334681398114510149873346813981145101498733468139811451014987334681398114510149873346813981145101498733468139811451014987334681398114510149873346813981145101498733468139811451014987334681398114510149873346813981145101498733468139811451014987334681398114510149873346813981145101498733468139811451014987334681398114510149873346813981145101498733468" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 74f4adb6-e6d9-4b33-92b6-a9fcaeb950b9, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 11d4119c-ace8-43d9-96bb-f598136fc727, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b77bfa4e-c0a4-4065-b967-9c0443a68961, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b77bfa4e-c0a4-4065-b967-9c0443a68961, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3876727789568350076 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38767277895683500763876727789568350076387672778956835007638767277895683500763876727789568350076387672778956835007638767277895683500763876727789568350076387672778956835007638767277895683500763876727789568350076387672778956835007638767277895683500763876727789568350076387672778956835007638767277895683500763876727789568350076387672778956835007638767277895683500763876727789568350076" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e517bbe6-c728-4018-b406-4d9d667d08ec, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e517bbe6-c728-4018-b406-4d9d667d08ec, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13088286506539436915 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1308828650653943691513088286506539436915130882865065394369151308828650653943691513088286506539436915130882865065394369151308828650653943691513088286506539436915130882865065394369151308828650653943691513088286506539436915130882865065394369151308828650653943691513088286506539436915130882865065394369151308828650653943691513088286506539436915130882865065394369151308828650653943691513088286506539436915" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b77bfa4e-c0a4-4065-b967-9c0443a68961, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 37903288-bc68-4bc3-9f82-758bf4dd25d4, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 37903288-bc68-4bc3-9f82-758bf4dd25d4, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12035437148898074630 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1203543714889807463012035437148898074630120354371488980746301203543714889807463012035437148898074630120354371488980746301203543714889807463012035437148898074630120354371488980746301203543714889807463012035437148898074630120354371488980746301203543714889807463012035437148898074630120354371488980746301203543714889807463012035437148898074630120354371488980746301203543714889807463012035437148898074630" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e517bbe6-c728-4018-b406-4d9d667d08ec, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5dd61ad9-3c13-4e43-a083-d5c3c54daa1f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5dd61ad9-3c13-4e43-a083-d5c3c54daa1f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1607802914439185757 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16078029144391857571607802914439185757160780291443918575716078029144391857571607802914439185757160780291443918575716078029144391857571607802914439185757160780291443918575716078029144391857571607802914439185757160780291443918575716078029144391857571607802914439185757160780291443918575716078029144391857571607802914439185757160780291443918575716078029144391857571607802914439185757" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 37903288-bc68-4bc3-9f82-758bf4dd25d4, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4fed1845-05cd-47ca-8711-f9dfe6f66610, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4fed1845-05cd-47ca-8711-f9dfe6f66610, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14367221499138072297 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1436722149913807229714367221499138072297143672214991380722971436722149913807229714367221499138072297143672214991380722971436722149913807229714367221499138072297143672214991380722971436722149913807229714367221499138072297143672214991380722971436722149913807229714367221499138072297143672214991380722971436722149913807229714367221499138072297143672214991380722971436722149913807229714367221499138072297" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5dd61ad9-3c13-4e43-a083-d5c3c54daa1f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2074db16-e3a7-4287-b6fd-158aee812b42, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2074db16-e3a7-4287-b6fd-158aee812b42, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14824347381357205998 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1482434738135720599814824347381357205998148243473813572059981482434738135720599814824347381357205998148243473813572059981482434738135720599814824347381357205998148243473813572059981482434738135720599814824347381357205998148243473813572059981482434738135720599814824347381357205998148243473813572059981482434738135720599814824347381357205998148243473813572059981482434738135720599814824347381357205998" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4fed1845-05cd-47ca-8711-f9dfe6f66610, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a2c1220b-652e-4db2-90dc-797574bd5991, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a2c1220b-652e-4db2-90dc-797574bd5991, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7561543994387221387 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75615439943872213877561543994387221387756154399438722138775615439943872213877561543994387221387756154399438722138775615439943872213877561543994387221387756154399438722138775615439943872213877561543994387221387756154399438722138775615439943872213877561543994387221387756154399438722138775615439943872213877561543994387221387756154399438722138775615439943872213877561543994387221387" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2074db16-e3a7-4287-b6fd-158aee812b42, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dcc61e6a-a56c-4f73-b7fc-4c01269bfa97, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dcc61e6a-a56c-4f73-b7fc-4c01269bfa97, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13763480730821287319 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1376348073082128731913763480730821287319137634807308212873191376348073082128731913763480730821287319137634807308212873191376348073082128731913763480730821287319137634807308212873191376348073082128731913763480730821287319137634807308212873191376348073082128731913763480730821287319137634807308212873191376348073082128731913763480730821287319137634807308212873191376348073082128731913763480730821287319" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a2c1220b-652e-4db2-90dc-797574bd5991, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3306095a-9afb-46ff-aa76-94da1cf07ad8, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3306095a-9afb-46ff-aa76-94da1cf07ad8, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1520269484607592522 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15202694846075925221520269484607592522152026948460759252215202694846075925221520269484607592522152026948460759252215202694846075925221520269484607592522152026948460759252215202694846075925221520269484607592522152026948460759252215202694846075925221520269484607592522152026948460759252215202694846075925221520269484607592522152026948460759252215202694846075925221520269484607592522" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dcc61e6a-a56c-4f73-b7fc-4c01269bfa97, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4ba33d41-7077-488f-8791-14c9ad810c77, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4ba33d41-7077-488f-8791-14c9ad810c77, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14473549948863839596 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1447354994886383959614473549948863839596144735499488638395961447354994886383959614473549948863839596144735499488638395961447354994886383959614473549948863839596144735499488638395961447354994886383959614473549948863839596144735499488638395961447354994886383959614473549948863839596144735499488638395961447354994886383959614473549948863839596144735499488638395961447354994886383959614473549948863839596" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3306095a-9afb-46ff-aa76-94da1cf07ad8, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ef07d091-fc66-4999-83f4-301c253d6ac8, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ef07d091-fc66-4999-83f4-301c253d6ac8, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8194654122667780281 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81946541226677802818194654122667780281819465412266778028181946541226677802818194654122667780281819465412266778028181946541226677802818194654122667780281819465412266778028181946541226677802818194654122667780281819465412266778028181946541226677802818194654122667780281819465412266778028181946541226677802818194654122667780281819465412266778028181946541226677802818194654122667780281" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4ba33d41-7077-488f-8791-14c9ad810c77, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d7dff35f-17d1-4037-aa29-9b131ab7437f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d7dff35f-17d1-4037-aa29-9b131ab7437f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8899605337277328363 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88996053372773283638899605337277328363889960533727732836388996053372773283638899605337277328363889960533727732836388996053372773283638899605337277328363889960533727732836388996053372773283638899605337277328363889960533727732836388996053372773283638899605337277328363889960533727732836388996053372773283638899605337277328363889960533727732836388996053372773283638899605337277328363" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ef07d091-fc66-4999-83f4-301c253d6ac8, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f973c45b-34c2-4221-beb0-4396590f7138, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f973c45b-34c2-4221-beb0-4396590f7138, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13478004583436943740 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1347800458343694374013478004583436943740134780045834369437401347800458343694374013478004583436943740134780045834369437401347800458343694374013478004583436943740134780045834369437401347800458343694374013478004583436943740134780045834369437401347800458343694374013478004583436943740134780045834369437401347800458343694374013478004583436943740134780045834369437401347800458343694374013478004583436943740" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d7dff35f-17d1-4037-aa29-9b131ab7437f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 99e3f5b6-5f19-46b7-b419-76e88b1aba88, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 99e3f5b6-5f19-46b7-b419-76e88b1aba88, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1120623519817463084 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11206235198174630841120623519817463084112062351981746308411206235198174630841120623519817463084112062351981746308411206235198174630841120623519817463084112062351981746308411206235198174630841120623519817463084112062351981746308411206235198174630841120623519817463084112062351981746308411206235198174630841120623519817463084112062351981746308411206235198174630841120623519817463084" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f973c45b-34c2-4221-beb0-4396590f7138, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 21113a10-d3f0-43f4-a9e9-6222f921cd07, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 21113a10-d3f0-43f4-a9e9-6222f921cd07, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13239146856848521723 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1323914685684852172313239146856848521723132391468568485217231323914685684852172313239146856848521723132391468568485217231323914685684852172313239146856848521723132391468568485217231323914685684852172313239146856848521723132391468568485217231323914685684852172313239146856848521723132391468568485217231323914685684852172313239146856848521723132391468568485217231323914685684852172313239146856848521723" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 99e3f5b6-5f19-46b7-b419-76e88b1aba88, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d201d144-db44-46d1-9ebd-34c4e862fa9c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d201d144-db44-46d1-9ebd-34c4e862fa9c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12591702189536598980 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1259170218953659898012591702189536598980125917021895365989801259170218953659898012591702189536598980125917021895365989801259170218953659898012591702189536598980125917021895365989801259170218953659898012591702189536598980125917021895365989801259170218953659898012591702189536598980125917021895365989801259170218953659898012591702189536598980125917021895365989801259170218953659898012591702189536598980" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 21113a10-d3f0-43f4-a9e9-6222f921cd07, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e4b2523d-6ed0-4097-8bf1-e2b8a4901118, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e4b2523d-6ed0-4097-8bf1-e2b8a4901118, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2881320173394322178 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28813201733943221782881320173394322178288132017339432217828813201733943221782881320173394322178288132017339432217828813201733943221782881320173394322178288132017339432217828813201733943221782881320173394322178288132017339432217828813201733943221782881320173394322178288132017339432217828813201733943221782881320173394322178288132017339432217828813201733943221782881320173394322178" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d201d144-db44-46d1-9ebd-34c4e862fa9c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a820bd9e-ad3b-4834-8b85-1e69bc271817, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a820bd9e-ad3b-4834-8b85-1e69bc271817, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16312951529294913517 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1631295152929491351716312951529294913517163129515292949135171631295152929491351716312951529294913517163129515292949135171631295152929491351716312951529294913517163129515292949135171631295152929491351716312951529294913517163129515292949135171631295152929491351716312951529294913517163129515292949135171631295152929491351716312951529294913517163129515292949135171631295152929491351716312951529294913517" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e4b2523d-6ed0-4097-8bf1-e2b8a4901118, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fc01e705-f68f-4fa3-beaf-342ab14903c4, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fc01e705-f68f-4fa3-beaf-342ab14903c4, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2667882367086448392 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26678823670864483922667882367086448392266788236708644839226678823670864483922667882367086448392266788236708644839226678823670864483922667882367086448392266788236708644839226678823670864483922667882367086448392266788236708644839226678823670864483922667882367086448392266788236708644839226678823670864483922667882367086448392266788236708644839226678823670864483922667882367086448392" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a820bd9e-ad3b-4834-8b85-1e69bc271817, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 64579c09-d092-46f7-8c1d-cc307f0f934c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 64579c09-d092-46f7-8c1d-cc307f0f934c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17695993146579555583 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1769599314657955558317695993146579555583176959931465795555831769599314657955558317695993146579555583176959931465795555831769599314657955558317695993146579555583176959931465795555831769599314657955558317695993146579555583176959931465795555831769599314657955558317695993146579555583176959931465795555831769599314657955558317695993146579555583176959931465795555831769599314657955558317695993146579555583" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fc01e705-f68f-4fa3-beaf-342ab14903c4, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9ee05df3-18a0-4a53-8efa-d47e1739aacc, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9ee05df3-18a0-4a53-8efa-d47e1739aacc, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16365723263042028360 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1636572326304202836016365723263042028360163657232630420283601636572326304202836016365723263042028360163657232630420283601636572326304202836016365723263042028360163657232630420283601636572326304202836016365723263042028360163657232630420283601636572326304202836016365723263042028360163657232630420283601636572326304202836016365723263042028360163657232630420283601636572326304202836016365723263042028360" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 64579c09-d092-46f7-8c1d-cc307f0f934c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4ce34527-555c-4914-b7e0-4c316030025a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4ce34527-555c-4914-b7e0-4c316030025a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11420219658377112615 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1142021965837711261511420219658377112615114202196583771126151142021965837711261511420219658377112615114202196583771126151142021965837711261511420219658377112615114202196583771126151142021965837711261511420219658377112615114202196583771126151142021965837711261511420219658377112615114202196583771126151142021965837711261511420219658377112615114202196583771126151142021965837711261511420219658377112615" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9ee05df3-18a0-4a53-8efa-d47e1739aacc, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3ebb62c4-1ecd-4237-8b39-91bd6b2a2a7a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3ebb62c4-1ecd-4237-8b39-91bd6b2a2a7a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7309733701167573806 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73097337011675738067309733701167573806730973370116757380673097337011675738067309733701167573806730973370116757380673097337011675738067309733701167573806730973370116757380673097337011675738067309733701167573806730973370116757380673097337011675738067309733701167573806730973370116757380673097337011675738067309733701167573806730973370116757380673097337011675738067309733701167573806" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4ce34527-555c-4914-b7e0-4c316030025a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7c52b2e1-2032-416e-a24c-27a12223aa70, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7c52b2e1-2032-416e-a24c-27a12223aa70, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11594696541844409481 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1159469654184440948111594696541844409481115946965418444094811159469654184440948111594696541844409481115946965418444094811159469654184440948111594696541844409481115946965418444094811159469654184440948111594696541844409481115946965418444094811159469654184440948111594696541844409481115946965418444094811159469654184440948111594696541844409481115946965418444094811159469654184440948111594696541844409481" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3ebb62c4-1ecd-4237-8b39-91bd6b2a2a7a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7d6b2f41-81bd-4481-b7e4-8837d49d4a1c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7d6b2f41-81bd-4481-b7e4-8837d49d4a1c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8555446649607532490 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85554466496075324908555446649607532490855544664960753249085554466496075324908555446649607532490855544664960753249085554466496075324908555446649607532490855544664960753249085554466496075324908555446649607532490855544664960753249085554466496075324908555446649607532490855544664960753249085554466496075324908555446649607532490855544664960753249085554466496075324908555446649607532490" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7c52b2e1-2032-416e-a24c-27a12223aa70, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, af4e9d29-f329-4f57-9cc4-9992450ff7fb, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, af4e9d29-f329-4f57-9cc4-9992450ff7fb, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14099715862251451506 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1409971586225145150614099715862251451506140997158622514515061409971586225145150614099715862251451506140997158622514515061409971586225145150614099715862251451506140997158622514515061409971586225145150614099715862251451506140997158622514515061409971586225145150614099715862251451506140997158622514515061409971586225145150614099715862251451506140997158622514515061409971586225145150614099715862251451506" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7d6b2f41-81bd-4481-b7e4-8837d49d4a1c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6e7bccc7-d2ad-486d-bbab-12e5e3b92970, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6e7bccc7-d2ad-486d-bbab-12e5e3b92970, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13298113988013868989 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1329811398801386898913298113988013868989132981139880138689891329811398801386898913298113988013868989132981139880138689891329811398801386898913298113988013868989132981139880138689891329811398801386898913298113988013868989132981139880138689891329811398801386898913298113988013868989132981139880138689891329811398801386898913298113988013868989132981139880138689891329811398801386898913298113988013868989" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, af4e9d29-f329-4f57-9cc4-9992450ff7fb, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a835387b-653a-49a1-96a4-126199c03e73, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a835387b-653a-49a1-96a4-126199c03e73, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5037758604628138495 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50377586046281384955037758604628138495503775860462813849550377586046281384955037758604628138495503775860462813849550377586046281384955037758604628138495503775860462813849550377586046281384955037758604628138495503775860462813849550377586046281384955037758604628138495503775860462813849550377586046281384955037758604628138495503775860462813849550377586046281384955037758604628138495" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6e7bccc7-d2ad-486d-bbab-12e5e3b92970, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dff3bd1c-a692-46b4-a773-dcf50fba9e90, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dff3bd1c-a692-46b4-a773-dcf50fba9e90, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11859630490753539432 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1185963049075353943211859630490753539432118596304907535394321185963049075353943211859630490753539432118596304907535394321185963049075353943211859630490753539432118596304907535394321185963049075353943211859630490753539432118596304907535394321185963049075353943211859630490753539432118596304907535394321185963049075353943211859630490753539432118596304907535394321185963049075353943211859630490753539432" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a835387b-653a-49a1-96a4-126199c03e73, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 04bfd7b5-78f4-4cc9-97c6-a290ac446201, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 04bfd7b5-78f4-4cc9-97c6-a290ac446201, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9641469387884333126 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96414693878843331269641469387884333126964146938788433312696414693878843331269641469387884333126964146938788433312696414693878843331269641469387884333126964146938788433312696414693878843331269641469387884333126964146938788433312696414693878843331269641469387884333126964146938788433312696414693878843331269641469387884333126964146938788433312696414693878843331269641469387884333126" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dff3bd1c-a692-46b4-a773-dcf50fba9e90, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c07d649c-1144-4bf5-83d9-2bd466c1ec7a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c07d649c-1144-4bf5-83d9-2bd466c1ec7a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 443075115921199552 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "443075115921199552443075115921199552443075115921199552443075115921199552443075115921199552443075115921199552443075115921199552443075115921199552443075115921199552443075115921199552443075115921199552443075115921199552443075115921199552443075115921199552443075115921199552443075115921199552443075115921199552443075115921199552443075115921199552443075115921199552" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 04bfd7b5-78f4-4cc9-97c6-a290ac446201, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e90eb2e6-b77b-44ef-a2a9-8a26847a73cd, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e90eb2e6-b77b-44ef-a2a9-8a26847a73cd, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3589034552926764344 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35890345529267643443589034552926764344358903455292676434435890345529267643443589034552926764344358903455292676434435890345529267643443589034552926764344358903455292676434435890345529267643443589034552926764344358903455292676434435890345529267643443589034552926764344358903455292676434435890345529267643443589034552926764344358903455292676434435890345529267643443589034552926764344" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c07d649c-1144-4bf5-83d9-2bd466c1ec7a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 051038c4-81ee-4a16-9b75-c8cb137a6e73, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 051038c4-81ee-4a16-9b75-c8cb137a6e73, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6256930580576580582 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62569305805765805826256930580576580582625693058057658058262569305805765805826256930580576580582625693058057658058262569305805765805826256930580576580582625693058057658058262569305805765805826256930580576580582625693058057658058262569305805765805826256930580576580582625693058057658058262569305805765805826256930580576580582625693058057658058262569305805765805826256930580576580582" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e90eb2e6-b77b-44ef-a2a9-8a26847a73cd, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 109dc90c-7717-40ba-a147-2accf3c4731b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 109dc90c-7717-40ba-a147-2accf3c4731b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1006202600788446389 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10062026007884463891006202600788446389100620260078844638910062026007884463891006202600788446389100620260078844638910062026007884463891006202600788446389100620260078844638910062026007884463891006202600788446389100620260078844638910062026007884463891006202600788446389100620260078844638910062026007884463891006202600788446389100620260078844638910062026007884463891006202600788446389" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 051038c4-81ee-4a16-9b75-c8cb137a6e73, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4700baac-4997-4a27-bcc9-534c6c53d8c8, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4700baac-4997-4a27-bcc9-534c6c53d8c8, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15126233633982234534 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1512623363398223453415126233633982234534151262336339822345341512623363398223453415126233633982234534151262336339822345341512623363398223453415126233633982234534151262336339822345341512623363398223453415126233633982234534151262336339822345341512623363398223453415126233633982234534151262336339822345341512623363398223453415126233633982234534151262336339822345341512623363398223453415126233633982234534" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 109dc90c-7717-40ba-a147-2accf3c4731b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f97a12f6-be38-4fbd-bdd1-1e9e9db2d7eb, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f97a12f6-be38-4fbd-bdd1-1e9e9db2d7eb, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6912630648928750574 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69126306489287505746912630648928750574691263064892875057469126306489287505746912630648928750574691263064892875057469126306489287505746912630648928750574691263064892875057469126306489287505746912630648928750574691263064892875057469126306489287505746912630648928750574691263064892875057469126306489287505746912630648928750574691263064892875057469126306489287505746912630648928750574" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f97a12f6-be38-4fbd-bdd1-1e9e9db2d7eb, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0a8ae246-6add-46c5-bdad-a1891a367b1c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0a8ae246-6add-46c5-bdad-a1891a367b1c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8347044154318539741 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83470441543185397418347044154318539741834704415431853974183470441543185397418347044154318539741834704415431853974183470441543185397418347044154318539741834704415431853974183470441543185397418347044154318539741834704415431853974183470441543185397418347044154318539741834704415431853974183470441543185397418347044154318539741834704415431853974183470441543185397418347044154318539741" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4700baac-4997-4a27-bcc9-534c6c53d8c8, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 73ca1d06-598f-4f02-82ba-7bcd8e302432, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 73ca1d06-598f-4f02-82ba-7bcd8e302432, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11523373018359777624 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1152337301835977762411523373018359777624115233730183597776241152337301835977762411523373018359777624115233730183597776241152337301835977762411523373018359777624115233730183597776241152337301835977762411523373018359777624115233730183597776241152337301835977762411523373018359777624115233730183597776241152337301835977762411523373018359777624115233730183597776241152337301835977762411523373018359777624" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 73ca1d06-598f-4f02-82ba-7bcd8e302432, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fcad36ff-71a2-4fc3-a4ef-2b24ad47f1c0, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fcad36ff-71a2-4fc3-a4ef-2b24ad47f1c0, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8737621028620829793 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87376210286208297938737621028620829793873762102862082979387376210286208297938737621028620829793873762102862082979387376210286208297938737621028620829793873762102862082979387376210286208297938737621028620829793873762102862082979387376210286208297938737621028620829793873762102862082979387376210286208297938737621028620829793873762102862082979387376210286208297938737621028620829793" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0a8ae246-6add-46c5-bdad-a1891a367b1c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fce3f9fd-0eb0-45c8-b493-3ca2c1368818, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fce3f9fd-0eb0-45c8-b493-3ca2c1368818, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3002978210128268920 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30029782101282689203002978210128268920300297821012826892030029782101282689203002978210128268920300297821012826892030029782101282689203002978210128268920300297821012826892030029782101282689203002978210128268920300297821012826892030029782101282689203002978210128268920300297821012826892030029782101282689203002978210128268920300297821012826892030029782101282689203002978210128268920" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fcad36ff-71a2-4fc3-a4ef-2b24ad47f1c0, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fce3f9fd-0eb0-45c8-b493-3ca2c1368818, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5acb09c4-ca83-45c8-9453-42262ec28c62, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5acb09c4-ca83-45c8-9453-42262ec28c62, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16671813571550283864 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1667181357155028386416671813571550283864166718135715502838641667181357155028386416671813571550283864166718135715502838641667181357155028386416671813571550283864166718135715502838641667181357155028386416671813571550283864166718135715502838641667181357155028386416671813571550283864166718135715502838641667181357155028386416671813571550283864166718135715502838641667181357155028386416671813571550283864" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 083d7aff-eb9c-4a6f-b2b2-84e0ecaeff7b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 083d7aff-eb9c-4a6f-b2b2-84e0ecaeff7b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17473557925649092704 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1747355792564909270417473557925649092704174735579256490927041747355792564909270417473557925649092704174735579256490927041747355792564909270417473557925649092704174735579256490927041747355792564909270417473557925649092704174735579256490927041747355792564909270417473557925649092704174735579256490927041747355792564909270417473557925649092704174735579256490927041747355792564909270417473557925649092704" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5acb09c4-ca83-45c8-9453-42262ec28c62, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f44c9a43-5a64-4032-bf3c-84f455f5c48d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f44c9a43-5a64-4032-bf3c-84f455f5c48d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11866250022933711838 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1186625002293371183811866250022933711838118662500229337118381186625002293371183811866250022933711838118662500229337118381186625002293371183811866250022933711838118662500229337118381186625002293371183811866250022933711838118662500229337118381186625002293371183811866250022933711838118662500229337118381186625002293371183811866250022933711838118662500229337118381186625002293371183811866250022933711838" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 083d7aff-eb9c-4a6f-b2b2-84e0ecaeff7b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8d595bd0-fc87-482b-9127-b960cfe07e26, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8d595bd0-fc87-482b-9127-b960cfe07e26, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1286632801348770335 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12866328013487703351286632801348770335128663280134877033512866328013487703351286632801348770335128663280134877033512866328013487703351286632801348770335128663280134877033512866328013487703351286632801348770335128663280134877033512866328013487703351286632801348770335128663280134877033512866328013487703351286632801348770335128663280134877033512866328013487703351286632801348770335" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f44c9a43-5a64-4032-bf3c-84f455f5c48d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 69693f53-bb54-478e-8b86-92c2c67e2f0c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 69693f53-bb54-478e-8b86-92c2c67e2f0c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5613122521437616744 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56131225214376167445613122521437616744561312252143761674456131225214376167445613122521437616744561312252143761674456131225214376167445613122521437616744561312252143761674456131225214376167445613122521437616744561312252143761674456131225214376167445613122521437616744561312252143761674456131225214376167445613122521437616744561312252143761674456131225214376167445613122521437616744" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8d595bd0-fc87-482b-9127-b960cfe07e26, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 637f6874-4af6-4ece-90f4-4942c38b77a2, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 637f6874-4af6-4ece-90f4-4942c38b77a2, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6484616202388390018 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64846162023883900186484616202388390018648461620238839001864846162023883900186484616202388390018648461620238839001864846162023883900186484616202388390018648461620238839001864846162023883900186484616202388390018648461620238839001864846162023883900186484616202388390018648461620238839001864846162023883900186484616202388390018648461620238839001864846162023883900186484616202388390018" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 69693f53-bb54-478e-8b86-92c2c67e2f0c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f9924ce1-2347-4287-9207-6dc6082c62d1, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f9924ce1-2347-4287-9207-6dc6082c62d1, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11965485172001747206 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1196548517200174720611965485172001747206119654851720017472061196548517200174720611965485172001747206119654851720017472061196548517200174720611965485172001747206119654851720017472061196548517200174720611965485172001747206119654851720017472061196548517200174720611965485172001747206119654851720017472061196548517200174720611965485172001747206119654851720017472061196548517200174720611965485172001747206" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 637f6874-4af6-4ece-90f4-4942c38b77a2, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 70b0b47c-a6d6-492f-856b-1cf1e2433564, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 70b0b47c-a6d6-492f-856b-1cf1e2433564, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2563409741234547274 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25634097412345472742563409741234547274256340974123454727425634097412345472742563409741234547274256340974123454727425634097412345472742563409741234547274256340974123454727425634097412345472742563409741234547274256340974123454727425634097412345472742563409741234547274256340974123454727425634097412345472742563409741234547274256340974123454727425634097412345472742563409741234547274" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f9924ce1-2347-4287-9207-6dc6082c62d1, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f1eca7a5-48f9-4e8d-ac45-d827146c2842, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 70b0b47c-a6d6-492f-856b-1cf1e2433564, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f1eca7a5-48f9-4e8d-ac45-d827146c2842, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1651174371871602688 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16511743718716026881651174371871602688165117437187160268816511743718716026881651174371871602688165117437187160268816511743718716026881651174371871602688165117437187160268816511743718716026881651174371871602688165117437187160268816511743718716026881651174371871602688165117437187160268816511743718716026881651174371871602688165117437187160268816511743718716026881651174371871602688" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5b63a0bd-1665-4f07-b1bf-0e6f114926e8, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5b63a0bd-1665-4f07-b1bf-0e6f114926e8, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11910800774288637105 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1191080077428863710511910800774288637105119108007742886371051191080077428863710511910800774288637105119108007742886371051191080077428863710511910800774288637105119108007742886371051191080077428863710511910800774288637105119108007742886371051191080077428863710511910800774288637105119108007742886371051191080077428863710511910800774288637105119108007742886371051191080077428863710511910800774288637105" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f1eca7a5-48f9-4e8d-ac45-d827146c2842, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5b63a0bd-1665-4f07-b1bf-0e6f114926e8, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f1daed27-3165-4f57-9318-2624c52fc4bb, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f1daed27-3165-4f57-9318-2624c52fc4bb, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11766192747999386098 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1176619274799938609811766192747999386098117661927479993860981176619274799938609811766192747999386098117661927479993860981176619274799938609811766192747999386098117661927479993860981176619274799938609811766192747999386098117661927479993860981176619274799938609811766192747999386098117661927479993860981176619274799938609811766192747999386098117661927479993860981176619274799938609811766192747999386098" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1f30bdac-f57e-457f-b66c-a27e3195f5e0, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1f30bdac-f57e-457f-b66c-a27e3195f5e0, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7783601342986971332 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77836013429869713327783601342986971332778360134298697133277836013429869713327783601342986971332778360134298697133277836013429869713327783601342986971332778360134298697133277836013429869713327783601342986971332778360134298697133277836013429869713327783601342986971332778360134298697133277836013429869713327783601342986971332778360134298697133277836013429869713327783601342986971332" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f1daed27-3165-4f57-9318-2624c52fc4bb, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1f30bdac-f57e-457f-b66c-a27e3195f5e0, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c675b1c5-7533-41d5-a518-b66cf87b15b9, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c675b1c5-7533-41d5-a518-b66cf87b15b9, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8634331958419373226 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86343319584193732268634331958419373226863433195841937322686343319584193732268634331958419373226863433195841937322686343319584193732268634331958419373226863433195841937322686343319584193732268634331958419373226863433195841937322686343319584193732268634331958419373226863433195841937322686343319584193732268634331958419373226863433195841937322686343319584193732268634331958419373226" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 275de903-fbaa-4436-ad30-13105c78b2f5, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 275de903-fbaa-4436-ad30-13105c78b2f5, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3919537187010216377 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39195371870102163773919537187010216377391953718701021637739195371870102163773919537187010216377391953718701021637739195371870102163773919537187010216377391953718701021637739195371870102163773919537187010216377391953718701021637739195371870102163773919537187010216377391953718701021637739195371870102163773919537187010216377391953718701021637739195371870102163773919537187010216377" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c675b1c5-7533-41d5-a518-b66cf87b15b9, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cc8628c1-21d3-4899-bdea-4276566eff31, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cc8628c1-21d3-4899-bdea-4276566eff31, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8436759692917292485 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84367596929172924858436759692917292485843675969291729248584367596929172924858436759692917292485843675969291729248584367596929172924858436759692917292485843675969291729248584367596929172924858436759692917292485843675969291729248584367596929172924858436759692917292485843675969291729248584367596929172924858436759692917292485843675969291729248584367596929172924858436759692917292485" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 275de903-fbaa-4436-ad30-13105c78b2f5, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8b2d1741-4ec4-4f06-879d-686e44ef6b62, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8b2d1741-4ec4-4f06-879d-686e44ef6b62, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 700006576838475392 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "700006576838475392700006576838475392700006576838475392700006576838475392700006576838475392700006576838475392700006576838475392700006576838475392700006576838475392700006576838475392700006576838475392700006576838475392700006576838475392700006576838475392700006576838475392700006576838475392700006576838475392700006576838475392700006576838475392700006576838475392" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cc8628c1-21d3-4899-bdea-4276566eff31, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 54f40e33-225c-4e4f-9bc5-ac63d3187388, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 54f40e33-225c-4e4f-9bc5-ac63d3187388, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14798068225827877097 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1479806822582787709714798068225827877097147980682258278770971479806822582787709714798068225827877097147980682258278770971479806822582787709714798068225827877097147980682258278770971479806822582787709714798068225827877097147980682258278770971479806822582787709714798068225827877097147980682258278770971479806822582787709714798068225827877097147980682258278770971479806822582787709714798068225827877097" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8b2d1741-4ec4-4f06-879d-686e44ef6b62, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5794c4a4-98bd-4479-9190-aa9d0086f15e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5794c4a4-98bd-4479-9190-aa9d0086f15e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10139320232174470248 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1013932023217447024810139320232174470248101393202321744702481013932023217447024810139320232174470248101393202321744702481013932023217447024810139320232174470248101393202321744702481013932023217447024810139320232174470248101393202321744702481013932023217447024810139320232174470248101393202321744702481013932023217447024810139320232174470248101393202321744702481013932023217447024810139320232174470248" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 54f40e33-225c-4e4f-9bc5-ac63d3187388, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 95b01ced-a24a-4277-8a98-6616e8a0681e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 95b01ced-a24a-4277-8a98-6616e8a0681e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13492443225730464588 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1349244322573046458813492443225730464588134924432257304645881349244322573046458813492443225730464588134924432257304645881349244322573046458813492443225730464588134924432257304645881349244322573046458813492443225730464588134924432257304645881349244322573046458813492443225730464588134924432257304645881349244322573046458813492443225730464588134924432257304645881349244322573046458813492443225730464588" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5794c4a4-98bd-4479-9190-aa9d0086f15e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2eed3390-bf8b-4e65-b600-1887f7cf8be3, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2eed3390-bf8b-4e65-b600-1887f7cf8be3, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16959640470342797670 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1695964047034279767016959640470342797670169596404703427976701695964047034279767016959640470342797670169596404703427976701695964047034279767016959640470342797670169596404703427976701695964047034279767016959640470342797670169596404703427976701695964047034279767016959640470342797670169596404703427976701695964047034279767016959640470342797670169596404703427976701695964047034279767016959640470342797670" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 95b01ced-a24a-4277-8a98-6616e8a0681e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 049a6674-ea06-47e1-8519-8877dad11e64, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 049a6674-ea06-47e1-8519-8877dad11e64, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8970990971259432966 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89709909712594329668970990971259432966897099097125943296689709909712594329668970990971259432966897099097125943296689709909712594329668970990971259432966897099097125943296689709909712594329668970990971259432966897099097125943296689709909712594329668970990971259432966897099097125943296689709909712594329668970990971259432966897099097125943296689709909712594329668970990971259432966" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2eed3390-bf8b-4e65-b600-1887f7cf8be3, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2a4f8631-736c-4d2f-a904-0ad3a896d4a2, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2a4f8631-736c-4d2f-a904-0ad3a896d4a2, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4119733664854315200 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41197336648543152004119733664854315200411973366485431520041197336648543152004119733664854315200411973366485431520041197336648543152004119733664854315200411973366485431520041197336648543152004119733664854315200411973366485431520041197336648543152004119733664854315200411973366485431520041197336648543152004119733664854315200411973366485431520041197336648543152004119733664854315200" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 049a6674-ea06-47e1-8519-8877dad11e64, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 09cf94ee-06d8-4cbf-8499-2751f1466426, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 09cf94ee-06d8-4cbf-8499-2751f1466426, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7108230279912636421 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71082302799126364217108230279912636421710823027991263642171082302799126364217108230279912636421710823027991263642171082302799126364217108230279912636421710823027991263642171082302799126364217108230279912636421710823027991263642171082302799126364217108230279912636421710823027991263642171082302799126364217108230279912636421710823027991263642171082302799126364217108230279912636421" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2a4f8631-736c-4d2f-a904-0ad3a896d4a2, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5c5fd1c9-64e0-4e4d-bd76-3711587f17ea, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5c5fd1c9-64e0-4e4d-bd76-3711587f17ea, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13977467983792438317 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1397746798379243831713977467983792438317139774679837924383171397746798379243831713977467983792438317139774679837924383171397746798379243831713977467983792438317139774679837924383171397746798379243831713977467983792438317139774679837924383171397746798379243831713977467983792438317139774679837924383171397746798379243831713977467983792438317139774679837924383171397746798379243831713977467983792438317" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 09cf94ee-06d8-4cbf-8499-2751f1466426, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b35fd79d-9af9-4d86-bf54-cdb9d12aba26, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b35fd79d-9af9-4d86-bf54-cdb9d12aba26, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1244307392544627677 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12443073925446276771244307392544627677124430739254462767712443073925446276771244307392544627677124430739254462767712443073925446276771244307392544627677124430739254462767712443073925446276771244307392544627677124430739254462767712443073925446276771244307392544627677124430739254462767712443073925446276771244307392544627677124430739254462767712443073925446276771244307392544627677" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5c5fd1c9-64e0-4e4d-bd76-3711587f17ea, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, caa53f5d-6c11-4cd1-b54c-de4348838996, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, caa53f5d-6c11-4cd1-b54c-de4348838996, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10508909330455246843 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1050890933045524684310508909330455246843105089093304552468431050890933045524684310508909330455246843105089093304552468431050890933045524684310508909330455246843105089093304552468431050890933045524684310508909330455246843105089093304552468431050890933045524684310508909330455246843105089093304552468431050890933045524684310508909330455246843105089093304552468431050890933045524684310508909330455246843" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b35fd79d-9af9-4d86-bf54-cdb9d12aba26, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a46feb73-c8ce-4dae-8ce7-c2aeeae10025, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a46feb73-c8ce-4dae-8ce7-c2aeeae10025, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15105314244315553468 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1510531424431555346815105314244315553468151053142443155534681510531424431555346815105314244315553468151053142443155534681510531424431555346815105314244315553468151053142443155534681510531424431555346815105314244315553468151053142443155534681510531424431555346815105314244315553468151053142443155534681510531424431555346815105314244315553468151053142443155534681510531424431555346815105314244315553468" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, caa53f5d-6c11-4cd1-b54c-de4348838996, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7d7e6f5a-232a-4fea-a48e-8ea07bae30e0, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7d7e6f5a-232a-4fea-a48e-8ea07bae30e0, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4809424708524528269 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48094247085245282694809424708524528269480942470852452826948094247085245282694809424708524528269480942470852452826948094247085245282694809424708524528269480942470852452826948094247085245282694809424708524528269480942470852452826948094247085245282694809424708524528269480942470852452826948094247085245282694809424708524528269480942470852452826948094247085245282694809424708524528269" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a46feb73-c8ce-4dae-8ce7-c2aeeae10025, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ada8debd-f610-4f8d-95ff-a2234198d9aa, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ada8debd-f610-4f8d-95ff-a2234198d9aa, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14654720093557087527 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1465472009355708752714654720093557087527146547200935570875271465472009355708752714654720093557087527146547200935570875271465472009355708752714654720093557087527146547200935570875271465472009355708752714654720093557087527146547200935570875271465472009355708752714654720093557087527146547200935570875271465472009355708752714654720093557087527146547200935570875271465472009355708752714654720093557087527" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7d7e6f5a-232a-4fea-a48e-8ea07bae30e0, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 940f04a8-84da-4c7c-b338-aef3c6ad4ce2, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 940f04a8-84da-4c7c-b338-aef3c6ad4ce2, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 26177721818878772 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "2617772181887877226177721818878772261777218188787722617772181887877226177721818878772261777218188787722617772181887877226177721818878772261777218188787722617772181887877226177721818878772261777218188787722617772181887877226177721818878772261777218188787722617772181887877226177721818878772261777218188787722617772181887877226177721818878772" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ada8debd-f610-4f8d-95ff-a2234198d9aa, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e9b0abd3-f760-4298-8bf3-de9885a71994, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e9b0abd3-f760-4298-8bf3-de9885a71994, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3972838015908294109 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39728380159082941093972838015908294109397283801590829410939728380159082941093972838015908294109397283801590829410939728380159082941093972838015908294109397283801590829410939728380159082941093972838015908294109397283801590829410939728380159082941093972838015908294109397283801590829410939728380159082941093972838015908294109397283801590829410939728380159082941093972838015908294109" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 940f04a8-84da-4c7c-b338-aef3c6ad4ce2, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8927cb23-66cd-4a88-b657-0c81d466b31c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8927cb23-66cd-4a88-b657-0c81d466b31c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4346502232989572619 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43465022329895726194346502232989572619434650223298957261943465022329895726194346502232989572619434650223298957261943465022329895726194346502232989572619434650223298957261943465022329895726194346502232989572619434650223298957261943465022329895726194346502232989572619434650223298957261943465022329895726194346502232989572619434650223298957261943465022329895726194346502232989572619" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e9b0abd3-f760-4298-8bf3-de9885a71994, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 65f1b104-b7fc-4ece-9754-72e5f44ebf83, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 65f1b104-b7fc-4ece-9754-72e5f44ebf83, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7265875656595509206 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72658756565955092067265875656595509206726587565659550920672658756565955092067265875656595509206726587565659550920672658756565955092067265875656595509206726587565659550920672658756565955092067265875656595509206726587565659550920672658756565955092067265875656595509206726587565659550920672658756565955092067265875656595509206726587565659550920672658756565955092067265875656595509206" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8927cb23-66cd-4a88-b657-0c81d466b31c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 674b04c1-e336-4b3f-86c5-38ca7fc2538a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 674b04c1-e336-4b3f-86c5-38ca7fc2538a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14654907158999431716 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1465490715899943171614654907158999431716146549071589994317161465490715899943171614654907158999431716146549071589994317161465490715899943171614654907158999431716146549071589994317161465490715899943171614654907158999431716146549071589994317161465490715899943171614654907158999431716146549071589994317161465490715899943171614654907158999431716146549071589994317161465490715899943171614654907158999431716" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 65f1b104-b7fc-4ece-9754-72e5f44ebf83, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 10a7d1c9-8b5b-442e-b6b6-41cb3eaebfe7, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 10a7d1c9-8b5b-442e-b6b6-41cb3eaebfe7, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 267463799010261123 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "267463799010261123267463799010261123267463799010261123267463799010261123267463799010261123267463799010261123267463799010261123267463799010261123267463799010261123267463799010261123267463799010261123267463799010261123267463799010261123267463799010261123267463799010261123267463799010261123267463799010261123267463799010261123267463799010261123267463799010261123" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 674b04c1-e336-4b3f-86c5-38ca7fc2538a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2e74d7f3-bb6e-4d80-988b-9716f4d10f44, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2e74d7f3-bb6e-4d80-988b-9716f4d10f44, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8791989631818880074 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87919896318188800748791989631818880074879198963181888007487919896318188800748791989631818880074879198963181888007487919896318188800748791989631818880074879198963181888007487919896318188800748791989631818880074879198963181888007487919896318188800748791989631818880074879198963181888007487919896318188800748791989631818880074879198963181888007487919896318188800748791989631818880074" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 10a7d1c9-8b5b-442e-b6b6-41cb3eaebfe7, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cbde684e-e276-45a6-87c7-de1cdf6c82eb, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cbde684e-e276-45a6-87c7-de1cdf6c82eb, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11851663048083810733 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1185166304808381073311851663048083810733118516630480838107331185166304808381073311851663048083810733118516630480838107331185166304808381073311851663048083810733118516630480838107331185166304808381073311851663048083810733118516630480838107331185166304808381073311851663048083810733118516630480838107331185166304808381073311851663048083810733118516630480838107331185166304808381073311851663048083810733" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2e74d7f3-bb6e-4d80-988b-9716f4d10f44, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bad006af-5289-43a7-a883-442b63dd1e7a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bad006af-5289-43a7-a883-442b63dd1e7a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9259825587765555943 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92598255877655559439259825587765555943925982558776555594392598255877655559439259825587765555943925982558776555594392598255877655559439259825587765555943925982558776555594392598255877655559439259825587765555943925982558776555594392598255877655559439259825587765555943925982558776555594392598255877655559439259825587765555943925982558776555594392598255877655559439259825587765555943" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cbde684e-e276-45a6-87c7-de1cdf6c82eb, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dcf0d45c-dde0-435d-8c30-bdf6ce733119, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dcf0d45c-dde0-435d-8c30-bdf6ce733119, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9830176402052655600 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98301764020526556009830176402052655600983017640205265560098301764020526556009830176402052655600983017640205265560098301764020526556009830176402052655600983017640205265560098301764020526556009830176402052655600983017640205265560098301764020526556009830176402052655600983017640205265560098301764020526556009830176402052655600983017640205265560098301764020526556009830176402052655600" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bad006af-5289-43a7-a883-442b63dd1e7a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e54ef17e-a6aa-4b9f-b9b8-022d7219de34, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e54ef17e-a6aa-4b9f-b9b8-022d7219de34, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15277490931842081570 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1527749093184208157015277490931842081570152774909318420815701527749093184208157015277490931842081570152774909318420815701527749093184208157015277490931842081570152774909318420815701527749093184208157015277490931842081570152774909318420815701527749093184208157015277490931842081570152774909318420815701527749093184208157015277490931842081570152774909318420815701527749093184208157015277490931842081570" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dcf0d45c-dde0-435d-8c30-bdf6ce733119, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7a144bba-3a60-4333-9f18-6c10ae5d6d68, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7a144bba-3a60-4333-9f18-6c10ae5d6d68, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 107975487170387665 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "107975487170387665107975487170387665107975487170387665107975487170387665107975487170387665107975487170387665107975487170387665107975487170387665107975487170387665107975487170387665107975487170387665107975487170387665107975487170387665107975487170387665107975487170387665107975487170387665107975487170387665107975487170387665107975487170387665107975487170387665" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e54ef17e-a6aa-4b9f-b9b8-022d7219de34, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 605259e4-5ba5-4521-b391-7c97359982fc, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 605259e4-5ba5-4521-b391-7c97359982fc, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 989023848204373437 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "989023848204373437989023848204373437989023848204373437989023848204373437989023848204373437989023848204373437989023848204373437989023848204373437989023848204373437989023848204373437989023848204373437989023848204373437989023848204373437989023848204373437989023848204373437989023848204373437989023848204373437989023848204373437989023848204373437989023848204373437" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7a144bba-3a60-4333-9f18-6c10ae5d6d68, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2e9251aa-295b-46a8-8b3e-7432c4141ebc, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2e9251aa-295b-46a8-8b3e-7432c4141ebc, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 677071588763601028 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "677071588763601028677071588763601028677071588763601028677071588763601028677071588763601028677071588763601028677071588763601028677071588763601028677071588763601028677071588763601028677071588763601028677071588763601028677071588763601028677071588763601028677071588763601028677071588763601028677071588763601028677071588763601028677071588763601028677071588763601028" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2e9251aa-295b-46a8-8b3e-7432c4141ebc, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f0f9be70-140d-4714-8664-a5f271331516, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f0f9be70-140d-4714-8664-a5f271331516, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14972093576607336742 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1497209357660733674214972093576607336742149720935766073367421497209357660733674214972093576607336742149720935766073367421497209357660733674214972093576607336742149720935766073367421497209357660733674214972093576607336742149720935766073367421497209357660733674214972093576607336742149720935766073367421497209357660733674214972093576607336742149720935766073367421497209357660733674214972093576607336742" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 605259e4-5ba5-4521-b391-7c97359982fc, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d57150bc-13aa-4e3d-9527-07e29fe41636, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d57150bc-13aa-4e3d-9527-07e29fe41636, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14509873535981434521 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1450987353598143452114509873535981434521145098735359814345211450987353598143452114509873535981434521145098735359814345211450987353598143452114509873535981434521145098735359814345211450987353598143452114509873535981434521145098735359814345211450987353598143452114509873535981434521145098735359814345211450987353598143452114509873535981434521145098735359814345211450987353598143452114509873535981434521" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f0f9be70-140d-4714-8664-a5f271331516, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ac3ab515-3141-4e6d-9ee5-5715a7c1138b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ac3ab515-3141-4e6d-9ee5-5715a7c1138b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2567469321317169739 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25674693213171697392567469321317169739256746932131716973925674693213171697392567469321317169739256746932131716973925674693213171697392567469321317169739256746932131716973925674693213171697392567469321317169739256746932131716973925674693213171697392567469321317169739256746932131716973925674693213171697392567469321317169739256746932131716973925674693213171697392567469321317169739" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d57150bc-13aa-4e3d-9527-07e29fe41636, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7b8055e8-569a-4ad4-a16c-57371b15eca2, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7b8055e8-569a-4ad4-a16c-57371b15eca2, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 856810515289437008 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "856810515289437008856810515289437008856810515289437008856810515289437008856810515289437008856810515289437008856810515289437008856810515289437008856810515289437008856810515289437008856810515289437008856810515289437008856810515289437008856810515289437008856810515289437008856810515289437008856810515289437008856810515289437008856810515289437008856810515289437008" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ac3ab515-3141-4e6d-9ee5-5715a7c1138b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dcb39693-1a82-45c7-a1fb-479cc8697df5, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dcb39693-1a82-45c7-a1fb-479cc8697df5, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18440410174771495248 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1844041017477149524818440410174771495248184404101747714952481844041017477149524818440410174771495248184404101747714952481844041017477149524818440410174771495248184404101747714952481844041017477149524818440410174771495248184404101747714952481844041017477149524818440410174771495248184404101747714952481844041017477149524818440410174771495248184404101747714952481844041017477149524818440410174771495248" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7b8055e8-569a-4ad4-a16c-57371b15eca2, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, be56a9cb-69ab-48cc-aca4-a01f2cb23fde, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, be56a9cb-69ab-48cc-aca4-a01f2cb23fde, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9987881940941244691 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99878819409412446919987881940941244691998788194094124469199878819409412446919987881940941244691998788194094124469199878819409412446919987881940941244691998788194094124469199878819409412446919987881940941244691998788194094124469199878819409412446919987881940941244691998788194094124469199878819409412446919987881940941244691998788194094124469199878819409412446919987881940941244691" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dcb39693-1a82-45c7-a1fb-479cc8697df5, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 052edba2-e013-45c8-99b5-92469bee4560, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 052edba2-e013-45c8-99b5-92469bee4560, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14829169127196561168 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1482916912719656116814829169127196561168148291691271965611681482916912719656116814829169127196561168148291691271965611681482916912719656116814829169127196561168148291691271965611681482916912719656116814829169127196561168148291691271965611681482916912719656116814829169127196561168148291691271965611681482916912719656116814829169127196561168148291691271965611681482916912719656116814829169127196561168" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, be56a9cb-69ab-48cc-aca4-a01f2cb23fde, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b4ceaa71-173d-46bb-b34f-90420e90f985, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b4ceaa71-173d-46bb-b34f-90420e90f985, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3444249575495709403 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34442495754957094033444249575495709403344424957549570940334442495754957094033444249575495709403344424957549570940334442495754957094033444249575495709403344424957549570940334442495754957094033444249575495709403344424957549570940334442495754957094033444249575495709403344424957549570940334442495754957094033444249575495709403344424957549570940334442495754957094033444249575495709403" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 052edba2-e013-45c8-99b5-92469bee4560, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2ff1cbf3-2699-482b-94a4-05dcd780cab1, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2ff1cbf3-2699-482b-94a4-05dcd780cab1, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17409915601228188445 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1740991560122818844517409915601228188445174099156012281884451740991560122818844517409915601228188445174099156012281884451740991560122818844517409915601228188445174099156012281884451740991560122818844517409915601228188445174099156012281884451740991560122818844517409915601228188445174099156012281884451740991560122818844517409915601228188445174099156012281884451740991560122818844517409915601228188445" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b4ceaa71-173d-46bb-b34f-90420e90f985, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5d0bfb53-764e-45ed-b490-895b67fd61b3, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5d0bfb53-764e-45ed-b490-895b67fd61b3, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6816325009803802764 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68163250098038027646816325009803802764681632500980380276468163250098038027646816325009803802764681632500980380276468163250098038027646816325009803802764681632500980380276468163250098038027646816325009803802764681632500980380276468163250098038027646816325009803802764681632500980380276468163250098038027646816325009803802764681632500980380276468163250098038027646816325009803802764" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2ff1cbf3-2699-482b-94a4-05dcd780cab1, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0336e731-1bf4-4c96-9114-7a83249a7516, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0336e731-1bf4-4c96-9114-7a83249a7516, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16178832066727813901 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1617883206672781390116178832066727813901161788320667278139011617883206672781390116178832066727813901161788320667278139011617883206672781390116178832066727813901161788320667278139011617883206672781390116178832066727813901161788320667278139011617883206672781390116178832066727813901161788320667278139011617883206672781390116178832066727813901161788320667278139011617883206672781390116178832066727813901" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5d0bfb53-764e-45ed-b490-895b67fd61b3, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a083c62d-f47f-4aae-afb6-e78acde74f40, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a083c62d-f47f-4aae-afb6-e78acde74f40, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11723132361575344702 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1172313236157534470211723132361575344702117231323615753447021172313236157534470211723132361575344702117231323615753447021172313236157534470211723132361575344702117231323615753447021172313236157534470211723132361575344702117231323615753447021172313236157534470211723132361575344702117231323615753447021172313236157534470211723132361575344702117231323615753447021172313236157534470211723132361575344702" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0336e731-1bf4-4c96-9114-7a83249a7516, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3c90b519-b563-4400-9d40-28b69d1190ad, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3c90b519-b563-4400-9d40-28b69d1190ad, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16405360150695044804 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1640536015069504480416405360150695044804164053601506950448041640536015069504480416405360150695044804164053601506950448041640536015069504480416405360150695044804164053601506950448041640536015069504480416405360150695044804164053601506950448041640536015069504480416405360150695044804164053601506950448041640536015069504480416405360150695044804164053601506950448041640536015069504480416405360150695044804" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a083c62d-f47f-4aae-afb6-e78acde74f40, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3013d6d8-08b2-436c-85a2-39f2176da915, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3013d6d8-08b2-436c-85a2-39f2176da915, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9261587613475336157 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92615876134753361579261587613475336157926158761347533615792615876134753361579261587613475336157926158761347533615792615876134753361579261587613475336157926158761347533615792615876134753361579261587613475336157926158761347533615792615876134753361579261587613475336157926158761347533615792615876134753361579261587613475336157926158761347533615792615876134753361579261587613475336157" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3c90b519-b563-4400-9d40-28b69d1190ad, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e0c76a01-f291-4f32-9a73-13f90a3b26a4, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e0c76a01-f291-4f32-9a73-13f90a3b26a4, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4212041835008290712 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42120418350082907124212041835008290712421204183500829071242120418350082907124212041835008290712421204183500829071242120418350082907124212041835008290712421204183500829071242120418350082907124212041835008290712421204183500829071242120418350082907124212041835008290712421204183500829071242120418350082907124212041835008290712421204183500829071242120418350082907124212041835008290712" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3013d6d8-08b2-436c-85a2-39f2176da915, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fa750079-6daf-42b5-af98-b4ef64f0e0da, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fa750079-6daf-42b5-af98-b4ef64f0e0da, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5228095940761606762 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52280959407616067625228095940761606762522809594076160676252280959407616067625228095940761606762522809594076160676252280959407616067625228095940761606762522809594076160676252280959407616067625228095940761606762522809594076160676252280959407616067625228095940761606762522809594076160676252280959407616067625228095940761606762522809594076160676252280959407616067625228095940761606762" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e0c76a01-f291-4f32-9a73-13f90a3b26a4, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 637ea56c-1164-4ae9-96ff-1f4bca2a3b68, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 637ea56c-1164-4ae9-96ff-1f4bca2a3b68, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14261967830886929128 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1426196783088692912814261967830886929128142619678308869291281426196783088692912814261967830886929128142619678308869291281426196783088692912814261967830886929128142619678308869291281426196783088692912814261967830886929128142619678308869291281426196783088692912814261967830886929128142619678308869291281426196783088692912814261967830886929128142619678308869291281426196783088692912814261967830886929128" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fa750079-6daf-42b5-af98-b4ef64f0e0da, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d2d7923c-cb17-4e5b-acd5-d78c57e9df42, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d2d7923c-cb17-4e5b-acd5-d78c57e9df42, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5930285956239077376 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59302859562390773765930285956239077376593028595623907737659302859562390773765930285956239077376593028595623907737659302859562390773765930285956239077376593028595623907737659302859562390773765930285956239077376593028595623907737659302859562390773765930285956239077376593028595623907737659302859562390773765930285956239077376593028595623907737659302859562390773765930285956239077376" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 637ea56c-1164-4ae9-96ff-1f4bca2a3b68, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4da5721e-409b-4c2b-9398-1196685ace32, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4da5721e-409b-4c2b-9398-1196685ace32, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4202861651558083213 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42028616515580832134202861651558083213420286165155808321342028616515580832134202861651558083213420286165155808321342028616515580832134202861651558083213420286165155808321342028616515580832134202861651558083213420286165155808321342028616515580832134202861651558083213420286165155808321342028616515580832134202861651558083213420286165155808321342028616515580832134202861651558083213" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d2d7923c-cb17-4e5b-acd5-d78c57e9df42, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 568fdf54-4ba6-4e5d-a2cd-d1a29cc8ee67, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4da5721e-409b-4c2b-9398-1196685ace32, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a593600a-aaaa-4903-999a-1bb2590eba96, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a593600a-aaaa-4903-999a-1bb2590eba96, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3596794684350959707 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35967946843509597073596794684350959707359679468435095970735967946843509597073596794684350959707359679468435095970735967946843509597073596794684350959707359679468435095970735967946843509597073596794684350959707359679468435095970735967946843509597073596794684350959707359679468435095970735967946843509597073596794684350959707359679468435095970735967946843509597073596794684350959707" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 568fdf54-4ba6-4e5d-a2cd-d1a29cc8ee67, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14865575593340167167 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1486557559334016716714865575593340167167148655755933401671671486557559334016716714865575593340167167148655755933401671671486557559334016716714865575593340167167148655755933401671671486557559334016716714865575593340167167148655755933401671671486557559334016716714865575593340167167148655755933401671671486557559334016716714865575593340167167148655755933401671671486557559334016716714865575593340167167" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a593600a-aaaa-4903-999a-1bb2590eba96, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5cd020d3-bf1b-434e-8ab9-df0dce94ad10, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5cd020d3-bf1b-434e-8ab9-df0dce94ad10, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3543253118745550163 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35432531187455501633543253118745550163354325311874555016335432531187455501633543253118745550163354325311874555016335432531187455501633543253118745550163354325311874555016335432531187455501633543253118745550163354325311874555016335432531187455501633543253118745550163354325311874555016335432531187455501633543253118745550163354325311874555016335432531187455501633543253118745550163" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 568fdf54-4ba6-4e5d-a2cd-d1a29cc8ee67, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3b687b8e-981a-4c4b-9134-e13494ad04e7, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3b687b8e-981a-4c4b-9134-e13494ad04e7, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14725793323182982278 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1472579332318298227814725793323182982278147257933231829822781472579332318298227814725793323182982278147257933231829822781472579332318298227814725793323182982278147257933231829822781472579332318298227814725793323182982278147257933231829822781472579332318298227814725793323182982278147257933231829822781472579332318298227814725793323182982278147257933231829822781472579332318298227814725793323182982278" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5cd020d3-bf1b-434e-8ab9-df0dce94ad10, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2379bd71-d9f6-443c-9aa4-10db5331cdd3, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2379bd71-d9f6-443c-9aa4-10db5331cdd3, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14392130620727368158 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1439213062072736815814392130620727368158143921306207273681581439213062072736815814392130620727368158143921306207273681581439213062072736815814392130620727368158143921306207273681581439213062072736815814392130620727368158143921306207273681581439213062072736815814392130620727368158143921306207273681581439213062072736815814392130620727368158143921306207273681581439213062072736815814392130620727368158" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3b687b8e-981a-4c4b-9134-e13494ad04e7, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a6941a41-925c-464e-baae-695eb5b1098f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a6941a41-925c-464e-baae-695eb5b1098f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16535771335472581399 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1653577133547258139916535771335472581399165357713354725813991653577133547258139916535771335472581399165357713354725813991653577133547258139916535771335472581399165357713354725813991653577133547258139916535771335472581399165357713354725813991653577133547258139916535771335472581399165357713354725813991653577133547258139916535771335472581399165357713354725813991653577133547258139916535771335472581399" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2379bd71-d9f6-443c-9aa4-10db5331cdd3, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2aca0b37-7dab-4805-86a7-84b629705cd3, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2aca0b37-7dab-4805-86a7-84b629705cd3, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16019695548606668828 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1601969554860666882816019695548606668828160196955486066688281601969554860666882816019695548606668828160196955486066688281601969554860666882816019695548606668828160196955486066688281601969554860666882816019695548606668828160196955486066688281601969554860666882816019695548606668828160196955486066688281601969554860666882816019695548606668828160196955486066688281601969554860666882816019695548606668828" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a6941a41-925c-464e-baae-695eb5b1098f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 42aebe93-d634-4fab-a94c-9270e9f35042, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 42aebe93-d634-4fab-a94c-9270e9f35042, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9001949984921910245 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90019499849219102459001949984921910245900194998492191024590019499849219102459001949984921910245900194998492191024590019499849219102459001949984921910245900194998492191024590019499849219102459001949984921910245900194998492191024590019499849219102459001949984921910245900194998492191024590019499849219102459001949984921910245900194998492191024590019499849219102459001949984921910245" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2aca0b37-7dab-4805-86a7-84b629705cd3, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 85a1b597-c925-4973-9497-6915b613c6e9, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 85a1b597-c925-4973-9497-6915b613c6e9, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2521155916423170307 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25211559164231703072521155916423170307252115591642317030725211559164231703072521155916423170307252115591642317030725211559164231703072521155916423170307252115591642317030725211559164231703072521155916423170307252115591642317030725211559164231703072521155916423170307252115591642317030725211559164231703072521155916423170307252115591642317030725211559164231703072521155916423170307" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 42aebe93-d634-4fab-a94c-9270e9f35042, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 68356f73-8cb6-4768-94c6-a804346aa40e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 68356f73-8cb6-4768-94c6-a804346aa40e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6239038970722290831 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62390389707222908316239038970722290831623903897072229083162390389707222908316239038970722290831623903897072229083162390389707222908316239038970722290831623903897072229083162390389707222908316239038970722290831623903897072229083162390389707222908316239038970722290831623903897072229083162390389707222908316239038970722290831623903897072229083162390389707222908316239038970722290831" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 85a1b597-c925-4973-9497-6915b613c6e9, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cabc447a-1836-4e2f-b34d-d904bc9158d5, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cabc447a-1836-4e2f-b34d-d904bc9158d5, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7152771790663781896 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71527717906637818967152771790663781896715277179066378189671527717906637818967152771790663781896715277179066378189671527717906637818967152771790663781896715277179066378189671527717906637818967152771790663781896715277179066378189671527717906637818967152771790663781896715277179066378189671527717906637818967152771790663781896715277179066378189671527717906637818967152771790663781896" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 68356f73-8cb6-4768-94c6-a804346aa40e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0b526978-a5fa-4a16-9d49-757a91f1cbe5, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0b526978-a5fa-4a16-9d49-757a91f1cbe5, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14732120004352936590 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1473212000435293659014732120004352936590147321200043529365901473212000435293659014732120004352936590147321200043529365901473212000435293659014732120004352936590147321200043529365901473212000435293659014732120004352936590147321200043529365901473212000435293659014732120004352936590147321200043529365901473212000435293659014732120004352936590147321200043529365901473212000435293659014732120004352936590" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cabc447a-1836-4e2f-b34d-d904bc9158d5, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3dac3384-fb3c-4f89-a9fe-34fe83b29164, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3dac3384-fb3c-4f89-a9fe-34fe83b29164, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9158656548802627036 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91586565488026270369158656548802627036915865654880262703691586565488026270369158656548802627036915865654880262703691586565488026270369158656548802627036915865654880262703691586565488026270369158656548802627036915865654880262703691586565488026270369158656548802627036915865654880262703691586565488026270369158656548802627036915865654880262703691586565488026270369158656548802627036" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0b526978-a5fa-4a16-9d49-757a91f1cbe5, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 75038ef2-fb6d-4354-98be-a0a14b4c53c0, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 75038ef2-fb6d-4354-98be-a0a14b4c53c0, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5685822404431207505 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56858224044312075055685822404431207505568582240443120750556858224044312075055685822404431207505568582240443120750556858224044312075055685822404431207505568582240443120750556858224044312075055685822404431207505568582240443120750556858224044312075055685822404431207505568582240443120750556858224044312075055685822404431207505568582240443120750556858224044312075055685822404431207505" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3dac3384-fb3c-4f89-a9fe-34fe83b29164, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 75038ef2-fb6d-4354-98be-a0a14b4c53c0, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 377e0481-a568-402c-ace7-c43c82fd9d14, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 69bbb93a-129c-4bd9-9f2b-1be8c4d7947d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 377e0481-a568-402c-ace7-c43c82fd9d14, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5647721470081649551 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56477214700816495515647721470081649551564772147008164955156477214700816495515647721470081649551564772147008164955156477214700816495515647721470081649551564772147008164955156477214700816495515647721470081649551564772147008164955156477214700816495515647721470081649551564772147008164955156477214700816495515647721470081649551564772147008164955156477214700816495515647721470081649551" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 69bbb93a-129c-4bd9-9f2b-1be8c4d7947d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17846132521873215071 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1784613252187321507117846132521873215071178461325218732150711784613252187321507117846132521873215071178461325218732150711784613252187321507117846132521873215071178461325218732150711784613252187321507117846132521873215071178461325218732150711784613252187321507117846132521873215071178461325218732150711784613252187321507117846132521873215071178461325218732150711784613252187321507117846132521873215071" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 377e0481-a568-402c-ace7-c43c82fd9d14, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f3d155c4-0e3c-44eb-9585-735d9b323a46, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 69bbb93a-129c-4bd9-9f2b-1be8c4d7947d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5e6502fa-02f3-4874-a031-f1d0fba59e61, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5e6502fa-02f3-4874-a031-f1d0fba59e61, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15972383792830438728 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1597238379283043872815972383792830438728159723837928304387281597238379283043872815972383792830438728159723837928304387281597238379283043872815972383792830438728159723837928304387281597238379283043872815972383792830438728159723837928304387281597238379283043872815972383792830438728159723837928304387281597238379283043872815972383792830438728159723837928304387281597238379283043872815972383792830438728" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f3d155c4-0e3c-44eb-9585-735d9b323a46, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16310126384211453739 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1631012638421145373916310126384211453739163101263842114537391631012638421145373916310126384211453739163101263842114537391631012638421145373916310126384211453739163101263842114537391631012638421145373916310126384211453739163101263842114537391631012638421145373916310126384211453739163101263842114537391631012638421145373916310126384211453739163101263842114537391631012638421145373916310126384211453739" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f3d155c4-0e3c-44eb-9585-735d9b323a46, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c1e3260f-36b5-41b5-89a5-7162bf24cd87, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5e6502fa-02f3-4874-a031-f1d0fba59e61, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c1e3260f-36b5-41b5-89a5-7162bf24cd87, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14389502059876541014 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1438950205987654101414389502059876541014143895020598765410141438950205987654101414389502059876541014143895020598765410141438950205987654101414389502059876541014143895020598765410141438950205987654101414389502059876541014143895020598765410141438950205987654101414389502059876541014143895020598765410141438950205987654101414389502059876541014143895020598765410141438950205987654101414389502059876541014" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9da580e7-0034-4e70-ad76-4a9bdb30629e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9da580e7-0034-4e70-ad76-4a9bdb30629e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1819425027095484772 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18194250270954847721819425027095484772181942502709548477218194250270954847721819425027095484772181942502709548477218194250270954847721819425027095484772181942502709548477218194250270954847721819425027095484772181942502709548477218194250270954847721819425027095484772181942502709548477218194250270954847721819425027095484772181942502709548477218194250270954847721819425027095484772" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c1e3260f-36b5-41b5-89a5-7162bf24cd87, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3ef20602-9864-49b6-bbb7-fbdd164d3ff5, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3ef20602-9864-49b6-bbb7-fbdd164d3ff5, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6756728456892042900 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67567284568920429006756728456892042900675672845689204290067567284568920429006756728456892042900675672845689204290067567284568920429006756728456892042900675672845689204290067567284568920429006756728456892042900675672845689204290067567284568920429006756728456892042900675672845689204290067567284568920429006756728456892042900675672845689204290067567284568920429006756728456892042900" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9da580e7-0034-4e70-ad76-4a9bdb30629e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 651257bf-a6a9-4fba-ae3c-a449b0976622, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 651257bf-a6a9-4fba-ae3c-a449b0976622, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2280416553785698681 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22804165537856986812280416553785698681228041655378569868122804165537856986812280416553785698681228041655378569868122804165537856986812280416553785698681228041655378569868122804165537856986812280416553785698681228041655378569868122804165537856986812280416553785698681228041655378569868122804165537856986812280416553785698681228041655378569868122804165537856986812280416553785698681" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3ef20602-9864-49b6-bbb7-fbdd164d3ff5, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, da8ee8ef-f478-45f9-aebf-777103a90902, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, da8ee8ef-f478-45f9-aebf-777103a90902, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8028447387761854 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80284473877618548028447387761854802844738776185480284473877618548028447387761854802844738776185480284473877618548028447387761854802844738776185480284473877618548028447387761854802844738776185480284473877618548028447387761854802844738776185480284473877618548028447387761854802844738776185480284473877618548028447387761854" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 651257bf-a6a9-4fba-ae3c-a449b0976622, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 52703156-df1d-4dd9-84d6-8ac577903536, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 52703156-df1d-4dd9-84d6-8ac577903536, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6128901515298924486 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61289015152989244866128901515298924486612890151529892448661289015152989244866128901515298924486612890151529892448661289015152989244866128901515298924486612890151529892448661289015152989244866128901515298924486612890151529892448661289015152989244866128901515298924486612890151529892448661289015152989244866128901515298924486612890151529892448661289015152989244866128901515298924486" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, da8ee8ef-f478-45f9-aebf-777103a90902, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1b194fe6-85ef-4801-8d0d-b5e06b454e46, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1b194fe6-85ef-4801-8d0d-b5e06b454e46, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8111750177566488744 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81117501775664887448111750177566488744811175017756648874481117501775664887448111750177566488744811175017756648874481117501775664887448111750177566488744811175017756648874481117501775664887448111750177566488744811175017756648874481117501775664887448111750177566488744811175017756648874481117501775664887448111750177566488744811175017756648874481117501775664887448111750177566488744" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 52703156-df1d-4dd9-84d6-8ac577903536, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 533e8111-5f05-4068-91a5-444e60675cbd, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 533e8111-5f05-4068-91a5-444e60675cbd, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12179203981364914196 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1217920398136491419612179203981364914196121792039813649141961217920398136491419612179203981364914196121792039813649141961217920398136491419612179203981364914196121792039813649141961217920398136491419612179203981364914196121792039813649141961217920398136491419612179203981364914196121792039813649141961217920398136491419612179203981364914196121792039813649141961217920398136491419612179203981364914196" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1b194fe6-85ef-4801-8d0d-b5e06b454e46, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c42edfb3-a905-4a61-bf88-44a154d00505, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 533e8111-5f05-4068-91a5-444e60675cbd, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c42edfb3-a905-4a61-bf88-44a154d00505, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7313435303714849161 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73134353037148491617313435303714849161731343530371484916173134353037148491617313435303714849161731343530371484916173134353037148491617313435303714849161731343530371484916173134353037148491617313435303714849161731343530371484916173134353037148491617313435303714849161731343530371484916173134353037148491617313435303714849161731343530371484916173134353037148491617313435303714849161" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e6c2294d-f697-4eaa-9780-f8a0a15f5738, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e6c2294d-f697-4eaa-9780-f8a0a15f5738, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14061643254539277383 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1406164325453927738314061643254539277383140616432545392773831406164325453927738314061643254539277383140616432545392773831406164325453927738314061643254539277383140616432545392773831406164325453927738314061643254539277383140616432545392773831406164325453927738314061643254539277383140616432545392773831406164325453927738314061643254539277383140616432545392773831406164325453927738314061643254539277383" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c42edfb3-a905-4a61-bf88-44a154d00505, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4bc7d6b8-f8a4-44e1-bd26-814ee1ac8060, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4bc7d6b8-f8a4-44e1-bd26-814ee1ac8060, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13760952219402757926 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1376095221940275792613760952219402757926137609522194027579261376095221940275792613760952219402757926137609522194027579261376095221940275792613760952219402757926137609522194027579261376095221940275792613760952219402757926137609522194027579261376095221940275792613760952219402757926137609522194027579261376095221940275792613760952219402757926137609522194027579261376095221940275792613760952219402757926" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e6c2294d-f697-4eaa-9780-f8a0a15f5738, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5ec2607c-e4ee-4ba7-88f5-87e8f135a0b9, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5ec2607c-e4ee-4ba7-88f5-87e8f135a0b9, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4826428663957215547 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48264286639572155474826428663957215547482642866395721554748264286639572155474826428663957215547482642866395721554748264286639572155474826428663957215547482642866395721554748264286639572155474826428663957215547482642866395721554748264286639572155474826428663957215547482642866395721554748264286639572155474826428663957215547482642866395721554748264286639572155474826428663957215547" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4bc7d6b8-f8a4-44e1-bd26-814ee1ac8060, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e32ef9c6-d6b1-4f7b-beb5-eee065c8d68a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e32ef9c6-d6b1-4f7b-beb5-eee065c8d68a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6040512126475748382 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60405121264757483826040512126475748382604051212647574838260405121264757483826040512126475748382604051212647574838260405121264757483826040512126475748382604051212647574838260405121264757483826040512126475748382604051212647574838260405121264757483826040512126475748382604051212647574838260405121264757483826040512126475748382604051212647574838260405121264757483826040512126475748382" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5ec2607c-e4ee-4ba7-88f5-87e8f135a0b9, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5597ba0c-414e-4c3f-8fc9-2d65d5f4557a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5597ba0c-414e-4c3f-8fc9-2d65d5f4557a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13758272249042724356 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1375827224904272435613758272249042724356137582722490427243561375827224904272435613758272249042724356137582722490427243561375827224904272435613758272249042724356137582722490427243561375827224904272435613758272249042724356137582722490427243561375827224904272435613758272249042724356137582722490427243561375827224904272435613758272249042724356137582722490427243561375827224904272435613758272249042724356" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e32ef9c6-d6b1-4f7b-beb5-eee065c8d68a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 88d70fec-3549-45de-85a1-ccc3b1690673, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 88d70fec-3549-45de-85a1-ccc3b1690673, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8296162006182191011 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82961620061821910118296162006182191011829616200618219101182961620061821910118296162006182191011829616200618219101182961620061821910118296162006182191011829616200618219101182961620061821910118296162006182191011829616200618219101182961620061821910118296162006182191011829616200618219101182961620061821910118296162006182191011829616200618219101182961620061821910118296162006182191011" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5597ba0c-414e-4c3f-8fc9-2d65d5f4557a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f09cac5d-2866-4006-ab22-35427fe97f79, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f09cac5d-2866-4006-ab22-35427fe97f79, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12460127318757933365 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1246012731875793336512460127318757933365124601273187579333651246012731875793336512460127318757933365124601273187579333651246012731875793336512460127318757933365124601273187579333651246012731875793336512460127318757933365124601273187579333651246012731875793336512460127318757933365124601273187579333651246012731875793336512460127318757933365124601273187579333651246012731875793336512460127318757933365" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 88d70fec-3549-45de-85a1-ccc3b1690673, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f09cac5d-2866-4006-ab22-35427fe97f79, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 707a66b1-7186-4ae5-9035-1e490818413c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 707a66b1-7186-4ae5-9035-1e490818413c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1605716530670811013 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16057165306708110131605716530670811013160571653067081101316057165306708110131605716530670811013160571653067081101316057165306708110131605716530670811013160571653067081101316057165306708110131605716530670811013160571653067081101316057165306708110131605716530670811013160571653067081101316057165306708110131605716530670811013160571653067081101316057165306708110131605716530670811013" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4b1964d9-868d-4d91-b22c-f100df6b8175, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4b1964d9-868d-4d91-b22c-f100df6b8175, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 819315354477899460 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "819315354477899460819315354477899460819315354477899460819315354477899460819315354477899460819315354477899460819315354477899460819315354477899460819315354477899460819315354477899460819315354477899460819315354477899460819315354477899460819315354477899460819315354477899460819315354477899460819315354477899460819315354477899460819315354477899460819315354477899460" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 707a66b1-7186-4ae5-9035-1e490818413c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 00632d59-51dd-49f0-8975-e2ef76103cc8, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 00632d59-51dd-49f0-8975-e2ef76103cc8, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17761929550416507225 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1776192955041650722517761929550416507225177619295504165072251776192955041650722517761929550416507225177619295504165072251776192955041650722517761929550416507225177619295504165072251776192955041650722517761929550416507225177619295504165072251776192955041650722517761929550416507225177619295504165072251776192955041650722517761929550416507225177619295504165072251776192955041650722517761929550416507225" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4b1964d9-868d-4d91-b22c-f100df6b8175, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b63543a1-2cce-4487-b1c8-48dc235c8409, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b63543a1-2cce-4487-b1c8-48dc235c8409, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17976823192769911701 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1797682319276991170117976823192769911701179768231927699117011797682319276991170117976823192769911701179768231927699117011797682319276991170117976823192769911701179768231927699117011797682319276991170117976823192769911701179768231927699117011797682319276991170117976823192769911701179768231927699117011797682319276991170117976823192769911701179768231927699117011797682319276991170117976823192769911701" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 00632d59-51dd-49f0-8975-e2ef76103cc8, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2ea06554-c2d9-4cbc-9040-0629e02691b1, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2ea06554-c2d9-4cbc-9040-0629e02691b1, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13982789656283241997 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1398278965628324199713982789656283241997139827896562832419971398278965628324199713982789656283241997139827896562832419971398278965628324199713982789656283241997139827896562832419971398278965628324199713982789656283241997139827896562832419971398278965628324199713982789656283241997139827896562832419971398278965628324199713982789656283241997139827896562832419971398278965628324199713982789656283241997" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b63543a1-2cce-4487-b1c8-48dc235c8409, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, df065d78-1215-409a-869f-fc1b4f417520, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, df065d78-1215-409a-869f-fc1b4f417520, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16901053138780407807 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1690105313878040780716901053138780407807169010531387804078071690105313878040780716901053138780407807169010531387804078071690105313878040780716901053138780407807169010531387804078071690105313878040780716901053138780407807169010531387804078071690105313878040780716901053138780407807169010531387804078071690105313878040780716901053138780407807169010531387804078071690105313878040780716901053138780407807" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2ea06554-c2d9-4cbc-9040-0629e02691b1, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ef60e8b3-de47-4e06-9578-e2fb986478c8, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ef60e8b3-de47-4e06-9578-e2fb986478c8, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13491137222103853526 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1349113722210385352613491137222103853526134911372221038535261349113722210385352613491137222103853526134911372221038535261349113722210385352613491137222103853526134911372221038535261349113722210385352613491137222103853526134911372221038535261349113722210385352613491137222103853526134911372221038535261349113722210385352613491137222103853526134911372221038535261349113722210385352613491137222103853526" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, df065d78-1215-409a-869f-fc1b4f417520, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ef95d53e-bb19-44dd-b17f-26046b86d304, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ef95d53e-bb19-44dd-b17f-26046b86d304, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5742606068735004182 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57426060687350041825742606068735004182574260606873500418257426060687350041825742606068735004182574260606873500418257426060687350041825742606068735004182574260606873500418257426060687350041825742606068735004182574260606873500418257426060687350041825742606068735004182574260606873500418257426060687350041825742606068735004182574260606873500418257426060687350041825742606068735004182" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ef60e8b3-de47-4e06-9578-e2fb986478c8, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2ecbc2d5-f287-45ce-b4ab-eb123ad2c52c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2ecbc2d5-f287-45ce-b4ab-eb123ad2c52c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2537069096950122166 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25370690969501221662537069096950122166253706909695012216625370690969501221662537069096950122166253706909695012216625370690969501221662537069096950122166253706909695012216625370690969501221662537069096950122166253706909695012216625370690969501221662537069096950122166253706909695012216625370690969501221662537069096950122166253706909695012216625370690969501221662537069096950122166" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ef95d53e-bb19-44dd-b17f-26046b86d304, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 32449c9d-7927-4358-bbf6-f2f91f577680, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 32449c9d-7927-4358-bbf6-f2f91f577680, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17484767969253809220 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1748476796925380922017484767969253809220174847679692538092201748476796925380922017484767969253809220174847679692538092201748476796925380922017484767969253809220174847679692538092201748476796925380922017484767969253809220174847679692538092201748476796925380922017484767969253809220174847679692538092201748476796925380922017484767969253809220174847679692538092201748476796925380922017484767969253809220" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2ecbc2d5-f287-45ce-b4ab-eb123ad2c52c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5219274b-e8af-45af-a606-858d07e26373, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5219274b-e8af-45af-a606-858d07e26373, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4446951935724802169 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44469519357248021694446951935724802169444695193572480216944469519357248021694446951935724802169444695193572480216944469519357248021694446951935724802169444695193572480216944469519357248021694446951935724802169444695193572480216944469519357248021694446951935724802169444695193572480216944469519357248021694446951935724802169444695193572480216944469519357248021694446951935724802169" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 32449c9d-7927-4358-bbf6-f2f91f577680, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4bc7c973-faec-47c1-850d-3a7c8bf4f2a3, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5219274b-e8af-45af-a606-858d07e26373, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 33246f23-1576-409e-b14a-f5d8cd69b62d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4bc7c973-faec-47c1-850d-3a7c8bf4f2a3, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1796596264823579948 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17965962648235799481796596264823579948179659626482357994817965962648235799481796596264823579948179659626482357994817965962648235799481796596264823579948179659626482357994817965962648235799481796596264823579948179659626482357994817965962648235799481796596264823579948179659626482357994817965962648235799481796596264823579948179659626482357994817965962648235799481796596264823579948" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 33246f23-1576-409e-b14a-f5d8cd69b62d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 528591288009980729 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "528591288009980729528591288009980729528591288009980729528591288009980729528591288009980729528591288009980729528591288009980729528591288009980729528591288009980729528591288009980729528591288009980729528591288009980729528591288009980729528591288009980729528591288009980729528591288009980729528591288009980729528591288009980729528591288009980729528591288009980729" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 33246f23-1576-409e-b14a-f5d8cd69b62d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4bc7c973-faec-47c1-850d-3a7c8bf4f2a3, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6f4815c4-70a9-4c4e-a316-ba10524eb168, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6f4815c4-70a9-4c4e-a316-ba10524eb168, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8747345804494854178 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87473458044948541788747345804494854178874734580449485417887473458044948541788747345804494854178874734580449485417887473458044948541788747345804494854178874734580449485417887473458044948541788747345804494854178874734580449485417887473458044948541788747345804494854178874734580449485417887473458044948541788747345804494854178874734580449485417887473458044948541788747345804494854178" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3d061a4b-1786-4f92-b7af-fc9b2fece808, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3d061a4b-1786-4f92-b7af-fc9b2fece808, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14032053020574868817 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1403205302057486881714032053020574868817140320530205748688171403205302057486881714032053020574868817140320530205748688171403205302057486881714032053020574868817140320530205748688171403205302057486881714032053020574868817140320530205748688171403205302057486881714032053020574868817140320530205748688171403205302057486881714032053020574868817140320530205748688171403205302057486881714032053020574868817" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6f4815c4-70a9-4c4e-a316-ba10524eb168, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6b222340-a870-4ca6-bb0d-59a737594b0f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6b222340-a870-4ca6-bb0d-59a737594b0f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16538360978115004575 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1653836097811500457516538360978115004575165383609781150045751653836097811500457516538360978115004575165383609781150045751653836097811500457516538360978115004575165383609781150045751653836097811500457516538360978115004575165383609781150045751653836097811500457516538360978115004575165383609781150045751653836097811500457516538360978115004575165383609781150045751653836097811500457516538360978115004575" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3d061a4b-1786-4f92-b7af-fc9b2fece808, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1dbc15fd-56ec-4d9f-90cc-9e4ce6e8e736, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1dbc15fd-56ec-4d9f-90cc-9e4ce6e8e736, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4234123699117403792 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42341236991174037924234123699117403792423412369911740379242341236991174037924234123699117403792423412369911740379242341236991174037924234123699117403792423412369911740379242341236991174037924234123699117403792423412369911740379242341236991174037924234123699117403792423412369911740379242341236991174037924234123699117403792423412369911740379242341236991174037924234123699117403792" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6b222340-a870-4ca6-bb0d-59a737594b0f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9710760f-8478-494d-8631-f48d2329196b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9710760f-8478-494d-8631-f48d2329196b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17413693091622356770 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1741369309162235677017413693091622356770174136930916223567701741369309162235677017413693091622356770174136930916223567701741369309162235677017413693091622356770174136930916223567701741369309162235677017413693091622356770174136930916223567701741369309162235677017413693091622356770174136930916223567701741369309162235677017413693091622356770174136930916223567701741369309162235677017413693091622356770" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1dbc15fd-56ec-4d9f-90cc-9e4ce6e8e736, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e48e5606-0032-4b2d-9f0b-cb76e00ae7ed, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e48e5606-0032-4b2d-9f0b-cb76e00ae7ed, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14086771190454666698 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1408677119045466669814086771190454666698140867711904546666981408677119045466669814086771190454666698140867711904546666981408677119045466669814086771190454666698140867711904546666981408677119045466669814086771190454666698140867711904546666981408677119045466669814086771190454666698140867711904546666981408677119045466669814086771190454666698140867711904546666981408677119045466669814086771190454666698" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9710760f-8478-494d-8631-f48d2329196b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 771ed47e-6712-4f3f-8c9b-98474aefaf1c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 771ed47e-6712-4f3f-8c9b-98474aefaf1c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7481355774700896518 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74813557747008965187481355774700896518748135577470089651874813557747008965187481355774700896518748135577470089651874813557747008965187481355774700896518748135577470089651874813557747008965187481355774700896518748135577470089651874813557747008965187481355774700896518748135577470089651874813557747008965187481355774700896518748135577470089651874813557747008965187481355774700896518" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e48e5606-0032-4b2d-9f0b-cb76e00ae7ed, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7b2a9a43-7fd2-4903-ba50-7c0cda05146c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7b2a9a43-7fd2-4903-ba50-7c0cda05146c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14427785801582474214 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1442778580158247421414427785801582474214144277858015824742141442778580158247421414427785801582474214144277858015824742141442778580158247421414427785801582474214144277858015824742141442778580158247421414427785801582474214144277858015824742141442778580158247421414427785801582474214144277858015824742141442778580158247421414427785801582474214144277858015824742141442778580158247421414427785801582474214" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 771ed47e-6712-4f3f-8c9b-98474aefaf1c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 56376350-1970-41a7-bb6d-0c6dd502a7a3, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 56376350-1970-41a7-bb6d-0c6dd502a7a3, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2681067764592346379 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26810677645923463792681067764592346379268106776459234637926810677645923463792681067764592346379268106776459234637926810677645923463792681067764592346379268106776459234637926810677645923463792681067764592346379268106776459234637926810677645923463792681067764592346379268106776459234637926810677645923463792681067764592346379268106776459234637926810677645923463792681067764592346379" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7b2a9a43-7fd2-4903-ba50-7c0cda05146c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b9ec3618-f781-45cc-85a9-badf274c521b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b9ec3618-f781-45cc-85a9-badf274c521b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1567972201268086492 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15679722012680864921567972201268086492156797220126808649215679722012680864921567972201268086492156797220126808649215679722012680864921567972201268086492156797220126808649215679722012680864921567972201268086492156797220126808649215679722012680864921567972201268086492156797220126808649215679722012680864921567972201268086492156797220126808649215679722012680864921567972201268086492" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 56376350-1970-41a7-bb6d-0c6dd502a7a3, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, af3a107b-ae2f-4c89-8ba4-dc3733a12c1d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, af3a107b-ae2f-4c89-8ba4-dc3733a12c1d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14212424567780121785 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1421242456778012178514212424567780121785142124245677801217851421242456778012178514212424567780121785142124245677801217851421242456778012178514212424567780121785142124245677801217851421242456778012178514212424567780121785142124245677801217851421242456778012178514212424567780121785142124245677801217851421242456778012178514212424567780121785142124245677801217851421242456778012178514212424567780121785" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b9ec3618-f781-45cc-85a9-badf274c521b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 693d5b6f-b3b8-4853-8060-041a085d67cc, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 693d5b6f-b3b8-4853-8060-041a085d67cc, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1691387089982128952 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16913870899821289521691387089982128952169138708998212895216913870899821289521691387089982128952169138708998212895216913870899821289521691387089982128952169138708998212895216913870899821289521691387089982128952169138708998212895216913870899821289521691387089982128952169138708998212895216913870899821289521691387089982128952169138708998212895216913870899821289521691387089982128952" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, af3a107b-ae2f-4c89-8ba4-dc3733a12c1d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c31ea645-5e29-4e31-bd1f-31c5d48b7e18, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c31ea645-5e29-4e31-bd1f-31c5d48b7e18, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13543604535340659465 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1354360453534065946513543604535340659465135436045353406594651354360453534065946513543604535340659465135436045353406594651354360453534065946513543604535340659465135436045353406594651354360453534065946513543604535340659465135436045353406594651354360453534065946513543604535340659465135436045353406594651354360453534065946513543604535340659465135436045353406594651354360453534065946513543604535340659465" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 693d5b6f-b3b8-4853-8060-041a085d67cc, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d1cc4717-21ce-4bbf-8c36-192443085e88, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d1cc4717-21ce-4bbf-8c36-192443085e88, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11325952815970520835 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1132595281597052083511325952815970520835113259528159705208351132595281597052083511325952815970520835113259528159705208351132595281597052083511325952815970520835113259528159705208351132595281597052083511325952815970520835113259528159705208351132595281597052083511325952815970520835113259528159705208351132595281597052083511325952815970520835113259528159705208351132595281597052083511325952815970520835" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c31ea645-5e29-4e31-bd1f-31c5d48b7e18, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 20b1edcf-74cf-46c7-ba2f-e1386c830996, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 20b1edcf-74cf-46c7-ba2f-e1386c830996, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12520003004372142055 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1252000300437214205512520003004372142055125200030043721420551252000300437214205512520003004372142055125200030043721420551252000300437214205512520003004372142055125200030043721420551252000300437214205512520003004372142055125200030043721420551252000300437214205512520003004372142055125200030043721420551252000300437214205512520003004372142055125200030043721420551252000300437214205512520003004372142055" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d1cc4717-21ce-4bbf-8c36-192443085e88, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d1685761-ae3a-4de8-aef7-01743d3fd5a7, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d1685761-ae3a-4de8-aef7-01743d3fd5a7, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10909880714351940581 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1090988071435194058110909880714351940581109098807143519405811090988071435194058110909880714351940581109098807143519405811090988071435194058110909880714351940581109098807143519405811090988071435194058110909880714351940581109098807143519405811090988071435194058110909880714351940581109098807143519405811090988071435194058110909880714351940581109098807143519405811090988071435194058110909880714351940581" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 20b1edcf-74cf-46c7-ba2f-e1386c830996, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d1685761-ae3a-4de8-aef7-01743d3fd5a7, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d057ef30-6912-41cc-943b-8a7a321bb01b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d057ef30-6912-41cc-943b-8a7a321bb01b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13075533805925721753 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1307553380592572175313075533805925721753130755338059257217531307553380592572175313075533805925721753130755338059257217531307553380592572175313075533805925721753130755338059257217531307553380592572175313075533805925721753130755338059257217531307553380592572175313075533805925721753130755338059257217531307553380592572175313075533805925721753130755338059257217531307553380592572175313075533805925721753" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dc449ead-61ac-4529-9ec8-9c273f222bab, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dc449ead-61ac-4529-9ec8-9c273f222bab, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17930266416981051512 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1793026641698105151217930266416981051512179302664169810515121793026641698105151217930266416981051512179302664169810515121793026641698105151217930266416981051512179302664169810515121793026641698105151217930266416981051512179302664169810515121793026641698105151217930266416981051512179302664169810515121793026641698105151217930266416981051512179302664169810515121793026641698105151217930266416981051512" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d057ef30-6912-41cc-943b-8a7a321bb01b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5cc456bb-ff27-47b5-b27e-b58c15c99a45, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5cc456bb-ff27-47b5-b27e-b58c15c99a45, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 374123075443060417 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "374123075443060417374123075443060417374123075443060417374123075443060417374123075443060417374123075443060417374123075443060417374123075443060417374123075443060417374123075443060417374123075443060417374123075443060417374123075443060417374123075443060417374123075443060417374123075443060417374123075443060417374123075443060417374123075443060417374123075443060417" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dc449ead-61ac-4529-9ec8-9c273f222bab, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d8c2d088-6879-4c87-aab7-72c7ed04f762, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d8c2d088-6879-4c87-aab7-72c7ed04f762, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8616679153907211587 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86166791539072115878616679153907211587861667915390721158786166791539072115878616679153907211587861667915390721158786166791539072115878616679153907211587861667915390721158786166791539072115878616679153907211587861667915390721158786166791539072115878616679153907211587861667915390721158786166791539072115878616679153907211587861667915390721158786166791539072115878616679153907211587" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5cc456bb-ff27-47b5-b27e-b58c15c99a45, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0cbef59e-e657-407b-8b7d-a86cf1b9d2a8, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0cbef59e-e657-407b-8b7d-a86cf1b9d2a8, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13071668976252839447 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1307166897625283944713071668976252839447130716689762528394471307166897625283944713071668976252839447130716689762528394471307166897625283944713071668976252839447130716689762528394471307166897625283944713071668976252839447130716689762528394471307166897625283944713071668976252839447130716689762528394471307166897625283944713071668976252839447130716689762528394471307166897625283944713071668976252839447" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d8c2d088-6879-4c87-aab7-72c7ed04f762, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8ab304f5-cc4e-4a93-be08-4f4ac4f30a7e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8ab304f5-cc4e-4a93-be08-4f4ac4f30a7e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7626734558535554936 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76267345585355549367626734558535554936762673455853555493676267345585355549367626734558535554936762673455853555493676267345585355549367626734558535554936762673455853555493676267345585355549367626734558535554936762673455853555493676267345585355549367626734558535554936762673455853555493676267345585355549367626734558535554936762673455853555493676267345585355549367626734558535554936" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0cbef59e-e657-407b-8b7d-a86cf1b9d2a8, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ef3d38b1-b059-436e-9682-9bff2ff58d2b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ef3d38b1-b059-436e-9682-9bff2ff58d2b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8471806367388220022 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84718063673882200228471806367388220022847180636738822002284718063673882200228471806367388220022847180636738822002284718063673882200228471806367388220022847180636738822002284718063673882200228471806367388220022847180636738822002284718063673882200228471806367388220022847180636738822002284718063673882200228471806367388220022847180636738822002284718063673882200228471806367388220022" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8ab304f5-cc4e-4a93-be08-4f4ac4f30a7e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 923b1045-4c5d-4bd4-8d00-a86b41db9b6f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 923b1045-4c5d-4bd4-8d00-a86b41db9b6f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1922552659559048531 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19225526595590485311922552659559048531192255265955904853119225526595590485311922552659559048531192255265955904853119225526595590485311922552659559048531192255265955904853119225526595590485311922552659559048531192255265955904853119225526595590485311922552659559048531192255265955904853119225526595590485311922552659559048531192255265955904853119225526595590485311922552659559048531" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ef3d38b1-b059-436e-9682-9bff2ff58d2b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2d4bf8ce-053b-48dd-a899-17b5f0e7e07d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2d4bf8ce-053b-48dd-a899-17b5f0e7e07d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12217057612359379186 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1221705761235937918612217057612359379186122170576123593791861221705761235937918612217057612359379186122170576123593791861221705761235937918612217057612359379186122170576123593791861221705761235937918612217057612359379186122170576123593791861221705761235937918612217057612359379186122170576123593791861221705761235937918612217057612359379186122170576123593791861221705761235937918612217057612359379186" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 923b1045-4c5d-4bd4-8d00-a86b41db9b6f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e8d63e1c-906b-4ab4-9872-7238e23b2096, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e8d63e1c-906b-4ab4-9872-7238e23b2096, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17474769762350624899 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1747476976235062489917474769762350624899174747697623506248991747476976235062489917474769762350624899174747697623506248991747476976235062489917474769762350624899174747697623506248991747476976235062489917474769762350624899174747697623506248991747476976235062489917474769762350624899174747697623506248991747476976235062489917474769762350624899174747697623506248991747476976235062489917474769762350624899" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2d4bf8ce-053b-48dd-a899-17b5f0e7e07d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3d0b57c1-4f4e-4b49-bb11-54f6fca687fb, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3d0b57c1-4f4e-4b49-bb11-54f6fca687fb, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5216740258819361441 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52167402588193614415216740258819361441521674025881936144152167402588193614415216740258819361441521674025881936144152167402588193614415216740258819361441521674025881936144152167402588193614415216740258819361441521674025881936144152167402588193614415216740258819361441521674025881936144152167402588193614415216740258819361441521674025881936144152167402588193614415216740258819361441" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e8d63e1c-906b-4ab4-9872-7238e23b2096, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 26e7d2b0-40f3-45c3-a895-d18e76f3f785, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 26e7d2b0-40f3-45c3-a895-d18e76f3f785, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16760697258796127901 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1676069725879612790116760697258796127901167606972587961279011676069725879612790116760697258796127901167606972587961279011676069725879612790116760697258796127901167606972587961279011676069725879612790116760697258796127901167606972587961279011676069725879612790116760697258796127901167606972587961279011676069725879612790116760697258796127901167606972587961279011676069725879612790116760697258796127901" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3d0b57c1-4f4e-4b49-bb11-54f6fca687fb, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bcf9c3cf-512c-4849-97a4-63a02556b1b8, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bcf9c3cf-512c-4849-97a4-63a02556b1b8, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4205294031063509173 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42052940310635091734205294031063509173420529403106350917342052940310635091734205294031063509173420529403106350917342052940310635091734205294031063509173420529403106350917342052940310635091734205294031063509173420529403106350917342052940310635091734205294031063509173420529403106350917342052940310635091734205294031063509173420529403106350917342052940310635091734205294031063509173" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 26e7d2b0-40f3-45c3-a895-d18e76f3f785, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dab32e04-c0d5-4a7d-bc2b-6457fce6fb6f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dab32e04-c0d5-4a7d-bc2b-6457fce6fb6f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15410787747523310975 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1541078774752331097515410787747523310975154107877475233109751541078774752331097515410787747523310975154107877475233109751541078774752331097515410787747523310975154107877475233109751541078774752331097515410787747523310975154107877475233109751541078774752331097515410787747523310975154107877475233109751541078774752331097515410787747523310975154107877475233109751541078774752331097515410787747523310975" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dab32e04-c0d5-4a7d-bc2b-6457fce6fb6f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b3568af8-3386-4324-adfd-334013bf20eb, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b3568af8-3386-4324-adfd-334013bf20eb, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12263769916903222730 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1226376991690322273012263769916903222730122637699169032227301226376991690322273012263769916903222730122637699169032227301226376991690322273012263769916903222730122637699169032227301226376991690322273012263769916903222730122637699169032227301226376991690322273012263769916903222730122637699169032227301226376991690322273012263769916903222730122637699169032227301226376991690322273012263769916903222730" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bcf9c3cf-512c-4849-97a4-63a02556b1b8, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ea17e7e6-1da9-47cc-8b77-c663ea0a33fd, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ea17e7e6-1da9-47cc-8b77-c663ea0a33fd, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11332958957957861297 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1133295895795786129711332958957957861297113329589579578612971133295895795786129711332958957957861297113329589579578612971133295895795786129711332958957957861297113329589579578612971133295895795786129711332958957957861297113329589579578612971133295895795786129711332958957957861297113329589579578612971133295895795786129711332958957957861297113329589579578612971133295895795786129711332958957957861297" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b3568af8-3386-4324-adfd-334013bf20eb, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6bc6b005-5d05-4256-a205-a7e87550233c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6bc6b005-5d05-4256-a205-a7e87550233c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1888084124274219716 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18880841242742197161888084124274219716188808412427421971618880841242742197161888084124274219716188808412427421971618880841242742197161888084124274219716188808412427421971618880841242742197161888084124274219716188808412427421971618880841242742197161888084124274219716188808412427421971618880841242742197161888084124274219716188808412427421971618880841242742197161888084124274219716" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ea17e7e6-1da9-47cc-8b77-c663ea0a33fd, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c31e0743-5e05-468d-a9f3-d4afcae2d5aa, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c31e0743-5e05-468d-a9f3-d4afcae2d5aa, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17262623445304838505 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1726262344530483850517262623445304838505172626234453048385051726262344530483850517262623445304838505172626234453048385051726262344530483850517262623445304838505172626234453048385051726262344530483850517262623445304838505172626234453048385051726262344530483850517262623445304838505172626234453048385051726262344530483850517262623445304838505172626234453048385051726262344530483850517262623445304838505" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6bc6b005-5d05-4256-a205-a7e87550233c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, aff27b1b-ec66-472f-9ee4-e45f485e571c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aff27b1b-ec66-472f-9ee4-e45f485e571c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16290637201772149275 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1629063720177214927516290637201772149275162906372017721492751629063720177214927516290637201772149275162906372017721492751629063720177214927516290637201772149275162906372017721492751629063720177214927516290637201772149275162906372017721492751629063720177214927516290637201772149275162906372017721492751629063720177214927516290637201772149275162906372017721492751629063720177214927516290637201772149275" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c31e0743-5e05-468d-a9f3-d4afcae2d5aa, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d2a4d2fa-5fb0-46e8-a082-d9a37f93230a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d2a4d2fa-5fb0-46e8-a082-d9a37f93230a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3186156465160957090 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31861564651609570903186156465160957090318615646516095709031861564651609570903186156465160957090318615646516095709031861564651609570903186156465160957090318615646516095709031861564651609570903186156465160957090318615646516095709031861564651609570903186156465160957090318615646516095709031861564651609570903186156465160957090318615646516095709031861564651609570903186156465160957090" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aff27b1b-ec66-472f-9ee4-e45f485e571c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c8f0ab66-74a0-4cde-9309-363820249ad4, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c8f0ab66-74a0-4cde-9309-363820249ad4, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7436524120204759942 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74365241202047599427436524120204759942743652412020475994274365241202047599427436524120204759942743652412020475994274365241202047599427436524120204759942743652412020475994274365241202047599427436524120204759942743652412020475994274365241202047599427436524120204759942743652412020475994274365241202047599427436524120204759942743652412020475994274365241202047599427436524120204759942" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d2a4d2fa-5fb0-46e8-a082-d9a37f93230a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d89b2a51-7da4-43c7-b52e-5673ee1dbb9d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d89b2a51-7da4-43c7-b52e-5673ee1dbb9d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11800632579100295940 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1180063257910029594011800632579100295940118006325791002959401180063257910029594011800632579100295940118006325791002959401180063257910029594011800632579100295940118006325791002959401180063257910029594011800632579100295940118006325791002959401180063257910029594011800632579100295940118006325791002959401180063257910029594011800632579100295940118006325791002959401180063257910029594011800632579100295940" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c8f0ab66-74a0-4cde-9309-363820249ad4, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 607213d2-3d83-4f75-b8df-37c0d8cde6e6, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 607213d2-3d83-4f75-b8df-37c0d8cde6e6, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 798980750047469977 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "798980750047469977798980750047469977798980750047469977798980750047469977798980750047469977798980750047469977798980750047469977798980750047469977798980750047469977798980750047469977798980750047469977798980750047469977798980750047469977798980750047469977798980750047469977798980750047469977798980750047469977798980750047469977798980750047469977798980750047469977" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d89b2a51-7da4-43c7-b52e-5673ee1dbb9d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d0021696-8a3e-4b8a-8c6a-4cf352a8305f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d0021696-8a3e-4b8a-8c6a-4cf352a8305f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7924445886798375311 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79244458867983753117924445886798375311792444588679837531179244458867983753117924445886798375311792444588679837531179244458867983753117924445886798375311792444588679837531179244458867983753117924445886798375311792444588679837531179244458867983753117924445886798375311792444588679837531179244458867983753117924445886798375311792444588679837531179244458867983753117924445886798375311" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 607213d2-3d83-4f75-b8df-37c0d8cde6e6, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 70a890a2-3b0a-4840-b59d-f5644a99f0bb, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 70a890a2-3b0a-4840-b59d-f5644a99f0bb, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5143298245682769576 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51432982456827695765143298245682769576514329824568276957651432982456827695765143298245682769576514329824568276957651432982456827695765143298245682769576514329824568276957651432982456827695765143298245682769576514329824568276957651432982456827695765143298245682769576514329824568276957651432982456827695765143298245682769576514329824568276957651432982456827695765143298245682769576" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d0021696-8a3e-4b8a-8c6a-4cf352a8305f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c43e74f7-23bc-472d-bed4-af001d4fad35, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c43e74f7-23bc-472d-bed4-af001d4fad35, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2295916225852654023 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22959162258526540232295916225852654023229591622585265402322959162258526540232295916225852654023229591622585265402322959162258526540232295916225852654023229591622585265402322959162258526540232295916225852654023229591622585265402322959162258526540232295916225852654023229591622585265402322959162258526540232295916225852654023229591622585265402322959162258526540232295916225852654023" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 70a890a2-3b0a-4840-b59d-f5644a99f0bb, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f76d18a1-b458-4b2d-90ea-a7379cc1d90f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f76d18a1-b458-4b2d-90ea-a7379cc1d90f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10895789612796906418 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1089578961279690641810895789612796906418108957896127969064181089578961279690641810895789612796906418108957896127969064181089578961279690641810895789612796906418108957896127969064181089578961279690641810895789612796906418108957896127969064181089578961279690641810895789612796906418108957896127969064181089578961279690641810895789612796906418108957896127969064181089578961279690641810895789612796906418" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c43e74f7-23bc-472d-bed4-af001d4fad35, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4520915d-3774-48c3-bdfc-d20476afd124, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4520915d-3774-48c3-bdfc-d20476afd124, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4753368512449796050 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47533685124497960504753368512449796050475336851244979605047533685124497960504753368512449796050475336851244979605047533685124497960504753368512449796050475336851244979605047533685124497960504753368512449796050475336851244979605047533685124497960504753368512449796050475336851244979605047533685124497960504753368512449796050475336851244979605047533685124497960504753368512449796050" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f76d18a1-b458-4b2d-90ea-a7379cc1d90f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 67426b57-7a60-47d2-9e0e-d1f67329beeb, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 67426b57-7a60-47d2-9e0e-d1f67329beeb, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14552279727424310146 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1455227972742431014614552279727424310146145522797274243101461455227972742431014614552279727424310146145522797274243101461455227972742431014614552279727424310146145522797274243101461455227972742431014614552279727424310146145522797274243101461455227972742431014614552279727424310146145522797274243101461455227972742431014614552279727424310146145522797274243101461455227972742431014614552279727424310146" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4520915d-3774-48c3-bdfc-d20476afd124, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0c3264b4-70ac-47d1-be62-b16def717a5b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0c3264b4-70ac-47d1-be62-b16def717a5b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9499055041909609316 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94990550419096093169499055041909609316949905504190960931694990550419096093169499055041909609316949905504190960931694990550419096093169499055041909609316949905504190960931694990550419096093169499055041909609316949905504190960931694990550419096093169499055041909609316949905504190960931694990550419096093169499055041909609316949905504190960931694990550419096093169499055041909609316" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 67426b57-7a60-47d2-9e0e-d1f67329beeb, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 27cce0d6-126d-412e-943d-20c1a473a543, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 27cce0d6-126d-412e-943d-20c1a473a543, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4463428328177971362 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44634283281779713624463428328177971362446342832817797136244634283281779713624463428328177971362446342832817797136244634283281779713624463428328177971362446342832817797136244634283281779713624463428328177971362446342832817797136244634283281779713624463428328177971362446342832817797136244634283281779713624463428328177971362446342832817797136244634283281779713624463428328177971362" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0c3264b4-70ac-47d1-be62-b16def717a5b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bcd868b2-2f9d-482d-9506-b90aa475227d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bcd868b2-2f9d-482d-9506-b90aa475227d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15684131501438351880 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1568413150143835188015684131501438351880156841315014383518801568413150143835188015684131501438351880156841315014383518801568413150143835188015684131501438351880156841315014383518801568413150143835188015684131501438351880156841315014383518801568413150143835188015684131501438351880156841315014383518801568413150143835188015684131501438351880156841315014383518801568413150143835188015684131501438351880" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 27cce0d6-126d-412e-943d-20c1a473a543, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 58e8978d-7439-459f-9e53-096d1f02e19f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 58e8978d-7439-459f-9e53-096d1f02e19f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3333739799243378410 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33337397992433784103333739799243378410333373979924337841033337397992433784103333739799243378410333373979924337841033337397992433784103333739799243378410333373979924337841033337397992433784103333739799243378410333373979924337841033337397992433784103333739799243378410333373979924337841033337397992433784103333739799243378410333373979924337841033337397992433784103333739799243378410" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bcd868b2-2f9d-482d-9506-b90aa475227d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8bf72759-c5db-467f-964b-befe9b8d36e4, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8bf72759-c5db-467f-964b-befe9b8d36e4, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13691427968338698455 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1369142796833869845513691427968338698455136914279683386984551369142796833869845513691427968338698455136914279683386984551369142796833869845513691427968338698455136914279683386984551369142796833869845513691427968338698455136914279683386984551369142796833869845513691427968338698455136914279683386984551369142796833869845513691427968338698455136914279683386984551369142796833869845513691427968338698455" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 58e8978d-7439-459f-9e53-096d1f02e19f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8d0b0fe9-346f-4fd7-bfed-0e787f24b11b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8d0b0fe9-346f-4fd7-bfed-0e787f24b11b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2569908647716472324 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25699086477164723242569908647716472324256990864771647232425699086477164723242569908647716472324256990864771647232425699086477164723242569908647716472324256990864771647232425699086477164723242569908647716472324256990864771647232425699086477164723242569908647716472324256990864771647232425699086477164723242569908647716472324256990864771647232425699086477164723242569908647716472324" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8bf72759-c5db-467f-964b-befe9b8d36e4, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 32e61da6-b16e-4f8f-a8b0-af623f4f4b4c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 32e61da6-b16e-4f8f-a8b0-af623f4f4b4c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4568653228501523152 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45686532285015231524568653228501523152456865322850152315245686532285015231524568653228501523152456865322850152315245686532285015231524568653228501523152456865322850152315245686532285015231524568653228501523152456865322850152315245686532285015231524568653228501523152456865322850152315245686532285015231524568653228501523152456865322850152315245686532285015231524568653228501523152" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8d0b0fe9-346f-4fd7-bfed-0e787f24b11b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d7682019-7a2b-44a8-96f3-b317dbecec80, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d7682019-7a2b-44a8-96f3-b317dbecec80, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5179343186289549276 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51793431862895492765179343186289549276517934318628954927651793431862895492765179343186289549276517934318628954927651793431862895492765179343186289549276517934318628954927651793431862895492765179343186289549276517934318628954927651793431862895492765179343186289549276517934318628954927651793431862895492765179343186289549276517934318628954927651793431862895492765179343186289549276" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 32e61da6-b16e-4f8f-a8b0-af623f4f4b4c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 42af02a9-b8a2-45bf-9406-6566efbc93a2, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 42af02a9-b8a2-45bf-9406-6566efbc93a2, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11583975276115502112 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1158397527611550211211583975276115502112115839752761155021121158397527611550211211583975276115502112115839752761155021121158397527611550211211583975276115502112115839752761155021121158397527611550211211583975276115502112115839752761155021121158397527611550211211583975276115502112115839752761155021121158397527611550211211583975276115502112115839752761155021121158397527611550211211583975276115502112" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d7682019-7a2b-44a8-96f3-b317dbecec80, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d5d1604c-ee36-4484-b3c6-fcda35fd2ad6, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d5d1604c-ee36-4484-b3c6-fcda35fd2ad6, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7425306771943517591 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74253067719435175917425306771943517591742530677194351759174253067719435175917425306771943517591742530677194351759174253067719435175917425306771943517591742530677194351759174253067719435175917425306771943517591742530677194351759174253067719435175917425306771943517591742530677194351759174253067719435175917425306771943517591742530677194351759174253067719435175917425306771943517591" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 42af02a9-b8a2-45bf-9406-6566efbc93a2, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 91883f03-d743-4195-a8b5-8b46d7a04544, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 91883f03-d743-4195-a8b5-8b46d7a04544, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14802215661990178741 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1480221566199017874114802215661990178741148022156619901787411480221566199017874114802215661990178741148022156619901787411480221566199017874114802215661990178741148022156619901787411480221566199017874114802215661990178741148022156619901787411480221566199017874114802215661990178741148022156619901787411480221566199017874114802215661990178741148022156619901787411480221566199017874114802215661990178741" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d5d1604c-ee36-4484-b3c6-fcda35fd2ad6, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8c7c6b99-d24f-4dfc-885f-d3393b824000, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8c7c6b99-d24f-4dfc-885f-d3393b824000, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1764627279805145071 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17646272798051450711764627279805145071176462727980514507117646272798051450711764627279805145071176462727980514507117646272798051450711764627279805145071176462727980514507117646272798051450711764627279805145071176462727980514507117646272798051450711764627279805145071176462727980514507117646272798051450711764627279805145071176462727980514507117646272798051450711764627279805145071" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 91883f03-d743-4195-a8b5-8b46d7a04544, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 358f1dae-8234-4205-9d57-d8287a837890, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 358f1dae-8234-4205-9d57-d8287a837890, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 452326509071952484 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "452326509071952484452326509071952484452326509071952484452326509071952484452326509071952484452326509071952484452326509071952484452326509071952484452326509071952484452326509071952484452326509071952484452326509071952484452326509071952484452326509071952484452326509071952484452326509071952484452326509071952484452326509071952484452326509071952484452326509071952484" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8c7c6b99-d24f-4dfc-885f-d3393b824000, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5214ae01-7696-4e14-8b28-88e18ed61482, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5214ae01-7696-4e14-8b28-88e18ed61482, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9820679872441620948 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98206798724416209489820679872441620948982067987244162094898206798724416209489820679872441620948982067987244162094898206798724416209489820679872441620948982067987244162094898206798724416209489820679872441620948982067987244162094898206798724416209489820679872441620948982067987244162094898206798724416209489820679872441620948982067987244162094898206798724416209489820679872441620948" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 358f1dae-8234-4205-9d57-d8287a837890, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1b480f22-ee66-4ebc-a568-529711f56a7f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1b480f22-ee66-4ebc-a568-529711f56a7f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12952265386288128570 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1295226538628812857012952265386288128570129522653862881285701295226538628812857012952265386288128570129522653862881285701295226538628812857012952265386288128570129522653862881285701295226538628812857012952265386288128570129522653862881285701295226538628812857012952265386288128570129522653862881285701295226538628812857012952265386288128570129522653862881285701295226538628812857012952265386288128570" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5214ae01-7696-4e14-8b28-88e18ed61482, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 465a9ec8-988b-4e25-a6a3-8f17a78bbe47, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 465a9ec8-988b-4e25-a6a3-8f17a78bbe47, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1240080384015063354 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12400803840150633541240080384015063354124008038401506335412400803840150633541240080384015063354124008038401506335412400803840150633541240080384015063354124008038401506335412400803840150633541240080384015063354124008038401506335412400803840150633541240080384015063354124008038401506335412400803840150633541240080384015063354124008038401506335412400803840150633541240080384015063354" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1b480f22-ee66-4ebc-a568-529711f56a7f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 845c9208-69fb-44b5-af3f-74e4786d5ed2, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 845c9208-69fb-44b5-af3f-74e4786d5ed2, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7529329469665727362 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75293294696657273627529329469665727362752932946966572736275293294696657273627529329469665727362752932946966572736275293294696657273627529329469665727362752932946966572736275293294696657273627529329469665727362752932946966572736275293294696657273627529329469665727362752932946966572736275293294696657273627529329469665727362752932946966572736275293294696657273627529329469665727362" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 845c9208-69fb-44b5-af3f-74e4786d5ed2, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3fdeadac-5ec3-4c93-a4a7-c1f8add121e9, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 465a9ec8-988b-4e25-a6a3-8f17a78bbe47, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4403f858-1e9f-4bb3-b49d-29bd131da6f9, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4403f858-1e9f-4bb3-b49d-29bd131da6f9, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5444717548751244970 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54447175487512449705444717548751244970544471754875124497054447175487512449705444717548751244970544471754875124497054447175487512449705444717548751244970544471754875124497054447175487512449705444717548751244970544471754875124497054447175487512449705444717548751244970544471754875124497054447175487512449705444717548751244970544471754875124497054447175487512449705444717548751244970" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3fdeadac-5ec3-4c93-a4a7-c1f8add121e9, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5022399687660828402 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50223996876608284025022399687660828402502239968766082840250223996876608284025022399687660828402502239968766082840250223996876608284025022399687660828402502239968766082840250223996876608284025022399687660828402502239968766082840250223996876608284025022399687660828402502239968766082840250223996876608284025022399687660828402502239968766082840250223996876608284025022399687660828402" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4403f858-1e9f-4bb3-b49d-29bd131da6f9, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 946fef7a-bf47-49ca-9827-fa6b842e94ca, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 946fef7a-bf47-49ca-9827-fa6b842e94ca, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14592321620467487938 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1459232162046748793814592321620467487938145923216204674879381459232162046748793814592321620467487938145923216204674879381459232162046748793814592321620467487938145923216204674879381459232162046748793814592321620467487938145923216204674879381459232162046748793814592321620467487938145923216204674879381459232162046748793814592321620467487938145923216204674879381459232162046748793814592321620467487938" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3fdeadac-5ec3-4c93-a4a7-c1f8add121e9, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 08c9b5f0-624d-455d-90c0-8efe0bf95cdf, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 08c9b5f0-624d-455d-90c0-8efe0bf95cdf, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14370313952343166829 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1437031395234316682914370313952343166829143703139523431668291437031395234316682914370313952343166829143703139523431668291437031395234316682914370313952343166829143703139523431668291437031395234316682914370313952343166829143703139523431668291437031395234316682914370313952343166829143703139523431668291437031395234316682914370313952343166829143703139523431668291437031395234316682914370313952343166829" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 08c9b5f0-624d-455d-90c0-8efe0bf95cdf, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8f6d0bfb-0fe7-48c0-beab-8cd5a022fbc1, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 946fef7a-bf47-49ca-9827-fa6b842e94ca, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8c75291e-0dca-45e9-bed2-99239ee7ea3a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8c75291e-0dca-45e9-bed2-99239ee7ea3a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10057999751524450546 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1005799975152445054610057999751524450546100579997515244505461005799975152445054610057999751524450546100579997515244505461005799975152445054610057999751524450546100579997515244505461005799975152445054610057999751524450546100579997515244505461005799975152445054610057999751524450546100579997515244505461005799975152445054610057999751524450546100579997515244505461005799975152445054610057999751524450546" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8f6d0bfb-0fe7-48c0-beab-8cd5a022fbc1, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3949142611037780726 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39491426110377807263949142611037780726394914261103778072639491426110377807263949142611037780726394914261103778072639491426110377807263949142611037780726394914261103778072639491426110377807263949142611037780726394914261103778072639491426110377807263949142611037780726394914261103778072639491426110377807263949142611037780726394914261103778072639491426110377807263949142611037780726" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8c75291e-0dca-45e9-bed2-99239ee7ea3a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9a3a783c-9482-45f6-9efa-ee14e5f8c088, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9a3a783c-9482-45f6-9efa-ee14e5f8c088, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 305658440435031966 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "305658440435031966305658440435031966305658440435031966305658440435031966305658440435031966305658440435031966305658440435031966305658440435031966305658440435031966305658440435031966305658440435031966305658440435031966305658440435031966305658440435031966305658440435031966305658440435031966305658440435031966305658440435031966305658440435031966305658440435031966" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8f6d0bfb-0fe7-48c0-beab-8cd5a022fbc1, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 92a823c5-43d6-4fc1-bedf-88ab99ee95de, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 92a823c5-43d6-4fc1-bedf-88ab99ee95de, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 373058174974773228 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "373058174974773228373058174974773228373058174974773228373058174974773228373058174974773228373058174974773228373058174974773228373058174974773228373058174974773228373058174974773228373058174974773228373058174974773228373058174974773228373058174974773228373058174974773228373058174974773228373058174974773228373058174974773228373058174974773228373058174974773228" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9a3a783c-9482-45f6-9efa-ee14e5f8c088, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 92a823c5-43d6-4fc1-bedf-88ab99ee95de, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 946657af-7ca0-4537-9878-b87238b6f810, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 946657af-7ca0-4537-9878-b87238b6f810, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12898692689048940691 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1289869268904894069112898692689048940691128986926890489406911289869268904894069112898692689048940691128986926890489406911289869268904894069112898692689048940691128986926890489406911289869268904894069112898692689048940691128986926890489406911289869268904894069112898692689048940691128986926890489406911289869268904894069112898692689048940691128986926890489406911289869268904894069112898692689048940691" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, eeaef7ed-a42d-469f-8ed8-6c43cef3aeb7, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eeaef7ed-a42d-469f-8ed8-6c43cef3aeb7, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9554431722019201393 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95544317220192013939554431722019201393955443172201920139395544317220192013939554431722019201393955443172201920139395544317220192013939554431722019201393955443172201920139395544317220192013939554431722019201393955443172201920139395544317220192013939554431722019201393955443172201920139395544317220192013939554431722019201393955443172201920139395544317220192013939554431722019201393" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 946657af-7ca0-4537-9878-b87238b6f810, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bcc36278-ed9d-46ff-8eac-2a3ad88983a4, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bcc36278-ed9d-46ff-8eac-2a3ad88983a4, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18410453582437150082 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1841045358243715008218410453582437150082184104535824371500821841045358243715008218410453582437150082184104535824371500821841045358243715008218410453582437150082184104535824371500821841045358243715008218410453582437150082184104535824371500821841045358243715008218410453582437150082184104535824371500821841045358243715008218410453582437150082184104535824371500821841045358243715008218410453582437150082" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eeaef7ed-a42d-469f-8ed8-6c43cef3aeb7, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4937d1e6-d403-422e-b2fa-84b57287031f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4937d1e6-d403-422e-b2fa-84b57287031f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10356355044602856990 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1035635504460285699010356355044602856990103563550446028569901035635504460285699010356355044602856990103563550446028569901035635504460285699010356355044602856990103563550446028569901035635504460285699010356355044602856990103563550446028569901035635504460285699010356355044602856990103563550446028569901035635504460285699010356355044602856990103563550446028569901035635504460285699010356355044602856990" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bcc36278-ed9d-46ff-8eac-2a3ad88983a4, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 82c2556a-967f-4c8b-8944-1afd80004278, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 82c2556a-967f-4c8b-8944-1afd80004278, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6055328984793782532 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60553289847937825326055328984793782532605532898479378253260553289847937825326055328984793782532605532898479378253260553289847937825326055328984793782532605532898479378253260553289847937825326055328984793782532605532898479378253260553289847937825326055328984793782532605532898479378253260553289847937825326055328984793782532605532898479378253260553289847937825326055328984793782532" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4937d1e6-d403-422e-b2fa-84b57287031f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0f7c5afb-c824-4449-9e4b-302e2507a32f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0f7c5afb-c824-4449-9e4b-302e2507a32f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10461737769524335445 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1046173776952433544510461737769524335445104617377695243354451046173776952433544510461737769524335445104617377695243354451046173776952433544510461737769524335445104617377695243354451046173776952433544510461737769524335445104617377695243354451046173776952433544510461737769524335445104617377695243354451046173776952433544510461737769524335445104617377695243354451046173776952433544510461737769524335445" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 82c2556a-967f-4c8b-8944-1afd80004278, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6c139a09-4bd1-466a-8397-1f6072b8e781, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6c139a09-4bd1-466a-8397-1f6072b8e781, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11291409738175668425 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1129140973817566842511291409738175668425112914097381756684251129140973817566842511291409738175668425112914097381756684251129140973817566842511291409738175668425112914097381756684251129140973817566842511291409738175668425112914097381756684251129140973817566842511291409738175668425112914097381756684251129140973817566842511291409738175668425112914097381756684251129140973817566842511291409738175668425" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0f7c5afb-c824-4449-9e4b-302e2507a32f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 99f2b017-c892-47c8-96bb-5b529cc03799, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 99f2b017-c892-47c8-96bb-5b529cc03799, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 998949309042376209 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "998949309042376209998949309042376209998949309042376209998949309042376209998949309042376209998949309042376209998949309042376209998949309042376209998949309042376209998949309042376209998949309042376209998949309042376209998949309042376209998949309042376209998949309042376209998949309042376209998949309042376209998949309042376209998949309042376209998949309042376209" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6c139a09-4bd1-466a-8397-1f6072b8e781, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b4487b01-b404-46da-8aa6-f47f3a6d35c3, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b4487b01-b404-46da-8aa6-f47f3a6d35c3, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2190902970136332723 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21909029701363327232190902970136332723219090297013633272321909029701363327232190902970136332723219090297013633272321909029701363327232190902970136332723219090297013633272321909029701363327232190902970136332723219090297013633272321909029701363327232190902970136332723219090297013633272321909029701363327232190902970136332723219090297013633272321909029701363327232190902970136332723" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 99f2b017-c892-47c8-96bb-5b529cc03799, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7a53b0e9-990f-4965-a645-d02f1ad7c7e5, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7a53b0e9-990f-4965-a645-d02f1ad7c7e5, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2704762134665217303 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27047621346652173032704762134665217303270476213466521730327047621346652173032704762134665217303270476213466521730327047621346652173032704762134665217303270476213466521730327047621346652173032704762134665217303270476213466521730327047621346652173032704762134665217303270476213466521730327047621346652173032704762134665217303270476213466521730327047621346652173032704762134665217303" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b4487b01-b404-46da-8aa6-f47f3a6d35c3, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c4b1e0e0-3ba2-4342-9f51-cd79ea813e17, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c4b1e0e0-3ba2-4342-9f51-cd79ea813e17, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4781661668137706781 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47816616681377067814781661668137706781478166166813770678147816616681377067814781661668137706781478166166813770678147816616681377067814781661668137706781478166166813770678147816616681377067814781661668137706781478166166813770678147816616681377067814781661668137706781478166166813770678147816616681377067814781661668137706781478166166813770678147816616681377067814781661668137706781" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c4b1e0e0-3ba2-4342-9f51-cd79ea813e17, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ae42a9e9-cbe6-4e2d-9333-8b813bb6665d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ae42a9e9-cbe6-4e2d-9333-8b813bb6665d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6375977606309179001 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63759776063091790016375977606309179001637597760630917900163759776063091790016375977606309179001637597760630917900163759776063091790016375977606309179001637597760630917900163759776063091790016375977606309179001637597760630917900163759776063091790016375977606309179001637597760630917900163759776063091790016375977606309179001637597760630917900163759776063091790016375977606309179001" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7a53b0e9-990f-4965-a645-d02f1ad7c7e5, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 973d99cc-d871-4977-bf54-9f9756fbc1c6, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 973d99cc-d871-4977-bf54-9f9756fbc1c6, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6004744693027003785 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60047446930270037856004744693027003785600474469302700378560047446930270037856004744693027003785600474469302700378560047446930270037856004744693027003785600474469302700378560047446930270037856004744693027003785600474469302700378560047446930270037856004744693027003785600474469302700378560047446930270037856004744693027003785600474469302700378560047446930270037856004744693027003785" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ae42a9e9-cbe6-4e2d-9333-8b813bb6665d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8a3e688b-ed04-44d5-ac3f-84307041b6d0, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8a3e688b-ed04-44d5-ac3f-84307041b6d0, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10810756585269897671 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1081075658526989767110810756585269897671108107565852698976711081075658526989767110810756585269897671108107565852698976711081075658526989767110810756585269897671108107565852698976711081075658526989767110810756585269897671108107565852698976711081075658526989767110810756585269897671108107565852698976711081075658526989767110810756585269897671108107565852698976711081075658526989767110810756585269897671" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 973d99cc-d871-4977-bf54-9f9756fbc1c6, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 27ab16a0-d95f-4c2e-9b04-1f88c870792d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8a3e688b-ed04-44d5-ac3f-84307041b6d0, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 27ab16a0-d95f-4c2e-9b04-1f88c870792d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7384287855768389282 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73842878557683892827384287855768389282738428785576838928273842878557683892827384287855768389282738428785576838928273842878557683892827384287855768389282738428785576838928273842878557683892827384287855768389282738428785576838928273842878557683892827384287855768389282738428785576838928273842878557683892827384287855768389282738428785576838928273842878557683892827384287855768389282" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 32216acc-77b1-43c1-84cf-25a305c6ee60, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 32216acc-77b1-43c1-84cf-25a305c6ee60, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 949878608144822010 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "949878608144822010949878608144822010949878608144822010949878608144822010949878608144822010949878608144822010949878608144822010949878608144822010949878608144822010949878608144822010949878608144822010949878608144822010949878608144822010949878608144822010949878608144822010949878608144822010949878608144822010949878608144822010949878608144822010949878608144822010" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 27ab16a0-d95f-4c2e-9b04-1f88c870792d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, babbac48-cad8-486e-b676-77afd6dfc79a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, babbac48-cad8-486e-b676-77afd6dfc79a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6866875616798917837 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68668756167989178376866875616798917837686687561679891783768668756167989178376866875616798917837686687561679891783768668756167989178376866875616798917837686687561679891783768668756167989178376866875616798917837686687561679891783768668756167989178376866875616798917837686687561679891783768668756167989178376866875616798917837686687561679891783768668756167989178376866875616798917837" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 32216acc-77b1-43c1-84cf-25a305c6ee60, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 343d106c-99d1-4b8e-8a4f-a22526f40fe9, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 343d106c-99d1-4b8e-8a4f-a22526f40fe9, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16693139233560094350 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1669313923356009435016693139233560094350166931392335600943501669313923356009435016693139233560094350166931392335600943501669313923356009435016693139233560094350166931392335600943501669313923356009435016693139233560094350166931392335600943501669313923356009435016693139233560094350166931392335600943501669313923356009435016693139233560094350166931392335600943501669313923356009435016693139233560094350" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, babbac48-cad8-486e-b676-77afd6dfc79a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f35a69aa-4ddd-49d2-bb33-bd741fe48ccb, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f35a69aa-4ddd-49d2-bb33-bd741fe48ccb, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1209913154549027196 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12099131545490271961209913154549027196120991315454902719612099131545490271961209913154549027196120991315454902719612099131545490271961209913154549027196120991315454902719612099131545490271961209913154549027196120991315454902719612099131545490271961209913154549027196120991315454902719612099131545490271961209913154549027196120991315454902719612099131545490271961209913154549027196" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 343d106c-99d1-4b8e-8a4f-a22526f40fe9, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5fa0454d-aa2b-4ddc-988f-fce7572bceeb, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5fa0454d-aa2b-4ddc-988f-fce7572bceeb, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2528721536103294103 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25287215361032941032528721536103294103252872153610329410325287215361032941032528721536103294103252872153610329410325287215361032941032528721536103294103252872153610329410325287215361032941032528721536103294103252872153610329410325287215361032941032528721536103294103252872153610329410325287215361032941032528721536103294103252872153610329410325287215361032941032528721536103294103" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f35a69aa-4ddd-49d2-bb33-bd741fe48ccb, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5746628a-34ae-464f-8015-79e73985b896, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5746628a-34ae-464f-8015-79e73985b896, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17852941541005513303 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1785294154100551330317852941541005513303178529415410055133031785294154100551330317852941541005513303178529415410055133031785294154100551330317852941541005513303178529415410055133031785294154100551330317852941541005513303178529415410055133031785294154100551330317852941541005513303178529415410055133031785294154100551330317852941541005513303178529415410055133031785294154100551330317852941541005513303" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5fa0454d-aa2b-4ddc-988f-fce7572bceeb, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 268a818d-08dc-4bb9-ab55-643a3e27de15, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 268a818d-08dc-4bb9-ab55-643a3e27de15, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11949265375681955763 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1194926537568195576311949265375681955763119492653756819557631194926537568195576311949265375681955763119492653756819557631194926537568195576311949265375681955763119492653756819557631194926537568195576311949265375681955763119492653756819557631194926537568195576311949265375681955763119492653756819557631194926537568195576311949265375681955763119492653756819557631194926537568195576311949265375681955763" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5746628a-34ae-464f-8015-79e73985b896, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f3fb5a7e-1cb2-40e5-917f-c0e97bb14db6, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f3fb5a7e-1cb2-40e5-917f-c0e97bb14db6, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6139030761261675787 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61390307612616757876139030761261675787613903076126167578761390307612616757876139030761261675787613903076126167578761390307612616757876139030761261675787613903076126167578761390307612616757876139030761261675787613903076126167578761390307612616757876139030761261675787613903076126167578761390307612616757876139030761261675787613903076126167578761390307612616757876139030761261675787" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f3fb5a7e-1cb2-40e5-917f-c0e97bb14db6, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, aa3e1dc2-1b77-40f7-8e05-ae45a8e7e02a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aa3e1dc2-1b77-40f7-8e05-ae45a8e7e02a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3073996754235574957 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30739967542355749573073996754235574957307399675423557495730739967542355749573073996754235574957307399675423557495730739967542355749573073996754235574957307399675423557495730739967542355749573073996754235574957307399675423557495730739967542355749573073996754235574957307399675423557495730739967542355749573073996754235574957307399675423557495730739967542355749573073996754235574957" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 268a818d-08dc-4bb9-ab55-643a3e27de15, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7e20c5bd-d634-4f81-bd5e-cc360ac9ffc3, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7e20c5bd-d634-4f81-bd5e-cc360ac9ffc3, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13240188908115824897 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1324018890811582489713240188908115824897132401889081158248971324018890811582489713240188908115824897132401889081158248971324018890811582489713240188908115824897132401889081158248971324018890811582489713240188908115824897132401889081158248971324018890811582489713240188908115824897132401889081158248971324018890811582489713240188908115824897132401889081158248971324018890811582489713240188908115824897" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aa3e1dc2-1b77-40f7-8e05-ae45a8e7e02a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 30261027-b46e-4bd9-9fe8-8308039d6a86, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 30261027-b46e-4bd9-9fe8-8308039d6a86, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18139285507205095224 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1813928550720509522418139285507205095224181392855072050952241813928550720509522418139285507205095224181392855072050952241813928550720509522418139285507205095224181392855072050952241813928550720509522418139285507205095224181392855072050952241813928550720509522418139285507205095224181392855072050952241813928550720509522418139285507205095224181392855072050952241813928550720509522418139285507205095224" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7e20c5bd-d634-4f81-bd5e-cc360ac9ffc3, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3f00533b-3f02-438d-be0d-16bb05467d50, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3f00533b-3f02-438d-be0d-16bb05467d50, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15013127284100275803 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1501312728410027580315013127284100275803150131272841002758031501312728410027580315013127284100275803150131272841002758031501312728410027580315013127284100275803150131272841002758031501312728410027580315013127284100275803150131272841002758031501312728410027580315013127284100275803150131272841002758031501312728410027580315013127284100275803150131272841002758031501312728410027580315013127284100275803" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 30261027-b46e-4bd9-9fe8-8308039d6a86, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8ca0ad2a-23eb-4189-befb-3c4364f70b95, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8ca0ad2a-23eb-4189-befb-3c4364f70b95, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8209346744669523256 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82093467446695232568209346744669523256820934674466952325682093467446695232568209346744669523256820934674466952325682093467446695232568209346744669523256820934674466952325682093467446695232568209346744669523256820934674466952325682093467446695232568209346744669523256820934674466952325682093467446695232568209346744669523256820934674466952325682093467446695232568209346744669523256" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3f00533b-3f02-438d-be0d-16bb05467d50, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f7088cde-3a4d-41ea-9b01-77ef9a44ac2c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f7088cde-3a4d-41ea-9b01-77ef9a44ac2c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10743413454110800357 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1074341345411080035710743413454110800357107434134541108003571074341345411080035710743413454110800357107434134541108003571074341345411080035710743413454110800357107434134541108003571074341345411080035710743413454110800357107434134541108003571074341345411080035710743413454110800357107434134541108003571074341345411080035710743413454110800357107434134541108003571074341345411080035710743413454110800357" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8ca0ad2a-23eb-4189-befb-3c4364f70b95, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0f56fb9f-226d-4bb5-8d13-ee7d6b4ef440, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0f56fb9f-226d-4bb5-8d13-ee7d6b4ef440, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15345848201781764098 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1534584820178176409815345848201781764098153458482017817640981534584820178176409815345848201781764098153458482017817640981534584820178176409815345848201781764098153458482017817640981534584820178176409815345848201781764098153458482017817640981534584820178176409815345848201781764098153458482017817640981534584820178176409815345848201781764098153458482017817640981534584820178176409815345848201781764098" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f7088cde-3a4d-41ea-9b01-77ef9a44ac2c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b944839c-4bec-41a2-aab2-fea6c6a25ab1, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b944839c-4bec-41a2-aab2-fea6c6a25ab1, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15564258315606505099 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1556425831560650509915564258315606505099155642583156065050991556425831560650509915564258315606505099155642583156065050991556425831560650509915564258315606505099155642583156065050991556425831560650509915564258315606505099155642583156065050991556425831560650509915564258315606505099155642583156065050991556425831560650509915564258315606505099155642583156065050991556425831560650509915564258315606505099" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0f56fb9f-226d-4bb5-8d13-ee7d6b4ef440, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 91307daa-f6c8-438f-be14-b01d4edfca7a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 91307daa-f6c8-438f-be14-b01d4edfca7a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12392209827084307668 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1239220982708430766812392209827084307668123922098270843076681239220982708430766812392209827084307668123922098270843076681239220982708430766812392209827084307668123922098270843076681239220982708430766812392209827084307668123922098270843076681239220982708430766812392209827084307668123922098270843076681239220982708430766812392209827084307668123922098270843076681239220982708430766812392209827084307668" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b944839c-4bec-41a2-aab2-fea6c6a25ab1, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9d756472-713b-4f12-b0cd-278c6ad67936, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9d756472-713b-4f12-b0cd-278c6ad67936, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6561952609162205807 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65619526091622058076561952609162205807656195260916220580765619526091622058076561952609162205807656195260916220580765619526091622058076561952609162205807656195260916220580765619526091622058076561952609162205807656195260916220580765619526091622058076561952609162205807656195260916220580765619526091622058076561952609162205807656195260916220580765619526091622058076561952609162205807" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 91307daa-f6c8-438f-be14-b01d4edfca7a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d347971c-ac85-4bee-990c-d330acacfbf6, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d347971c-ac85-4bee-990c-d330acacfbf6, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12580880360579397398 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1258088036057939739812580880360579397398125808803605793973981258088036057939739812580880360579397398125808803605793973981258088036057939739812580880360579397398125808803605793973981258088036057939739812580880360579397398125808803605793973981258088036057939739812580880360579397398125808803605793973981258088036057939739812580880360579397398125808803605793973981258088036057939739812580880360579397398" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9d756472-713b-4f12-b0cd-278c6ad67936, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c04cc063-7661-46a3-9cd1-2b8198dc4fea, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c04cc063-7661-46a3-9cd1-2b8198dc4fea, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4483648208131318050 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44836482081313180504483648208131318050448364820813131805044836482081313180504483648208131318050448364820813131805044836482081313180504483648208131318050448364820813131805044836482081313180504483648208131318050448364820813131805044836482081313180504483648208131318050448364820813131805044836482081313180504483648208131318050448364820813131805044836482081313180504483648208131318050" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d347971c-ac85-4bee-990c-d330acacfbf6, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 35b74c21-e4f7-4e78-ac4b-579577a11a8f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 35b74c21-e4f7-4e78-ac4b-579577a11a8f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13807280955529504624 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1380728095552950462413807280955529504624138072809555295046241380728095552950462413807280955529504624138072809555295046241380728095552950462413807280955529504624138072809555295046241380728095552950462413807280955529504624138072809555295046241380728095552950462413807280955529504624138072809555295046241380728095552950462413807280955529504624138072809555295046241380728095552950462413807280955529504624" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c04cc063-7661-46a3-9cd1-2b8198dc4fea, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, faca5ba4-fcce-4d49-a07e-70bda624962d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, faca5ba4-fcce-4d49-a07e-70bda624962d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5551107588963583231 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55511075889635832315551107588963583231555110758896358323155511075889635832315551107588963583231555110758896358323155511075889635832315551107588963583231555110758896358323155511075889635832315551107588963583231555110758896358323155511075889635832315551107588963583231555110758896358323155511075889635832315551107588963583231555110758896358323155511075889635832315551107588963583231" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 35b74c21-e4f7-4e78-ac4b-579577a11a8f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6e4a4fa0-c94d-4d10-9177-9410e8730e54, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6e4a4fa0-c94d-4d10-9177-9410e8730e54, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14869017611006667656 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1486901761100666765614869017611006667656148690176110066676561486901761100666765614869017611006667656148690176110066676561486901761100666765614869017611006667656148690176110066676561486901761100666765614869017611006667656148690176110066676561486901761100666765614869017611006667656148690176110066676561486901761100666765614869017611006667656148690176110066676561486901761100666765614869017611006667656" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, faca5ba4-fcce-4d49-a07e-70bda624962d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 524a0978-b199-4655-bdfd-4a7a5a0f3382, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 524a0978-b199-4655-bdfd-4a7a5a0f3382, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4124110339133895587 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41241103391338955874124110339133895587412411033913389558741241103391338955874124110339133895587412411033913389558741241103391338955874124110339133895587412411033913389558741241103391338955874124110339133895587412411033913389558741241103391338955874124110339133895587412411033913389558741241103391338955874124110339133895587412411033913389558741241103391338955874124110339133895587" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6e4a4fa0-c94d-4d10-9177-9410e8730e54, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b13dc09f-a68d-4273-9612-7427314a0c88, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b13dc09f-a68d-4273-9612-7427314a0c88, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9010971720759528269 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90109717207595282699010971720759528269901097172075952826990109717207595282699010971720759528269901097172075952826990109717207595282699010971720759528269901097172075952826990109717207595282699010971720759528269901097172075952826990109717207595282699010971720759528269901097172075952826990109717207595282699010971720759528269901097172075952826990109717207595282699010971720759528269" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 524a0978-b199-4655-bdfd-4a7a5a0f3382, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ba521498-51a0-4fb4-b159-c740875e1970, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ba521498-51a0-4fb4-b159-c740875e1970, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10981237976774606746 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1098123797677460674610981237976774606746109812379767746067461098123797677460674610981237976774606746109812379767746067461098123797677460674610981237976774606746109812379767746067461098123797677460674610981237976774606746109812379767746067461098123797677460674610981237976774606746109812379767746067461098123797677460674610981237976774606746109812379767746067461098123797677460674610981237976774606746" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b13dc09f-a68d-4273-9612-7427314a0c88, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b21d850b-1e2e-479c-82c3-fc368a6112c7, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b21d850b-1e2e-479c-82c3-fc368a6112c7, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15997797534436821744 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1599779753443682174415997797534436821744159977975344368217441599779753443682174415997797534436821744159977975344368217441599779753443682174415997797534436821744159977975344368217441599779753443682174415997797534436821744159977975344368217441599779753443682174415997797534436821744159977975344368217441599779753443682174415997797534436821744159977975344368217441599779753443682174415997797534436821744" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ba521498-51a0-4fb4-b159-c740875e1970, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d328c609-db7e-4178-9b3f-dbe9e00beeb4, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d328c609-db7e-4178-9b3f-dbe9e00beeb4, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13211453397828648005 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1321145339782864800513211453397828648005132114533978286480051321145339782864800513211453397828648005132114533978286480051321145339782864800513211453397828648005132114533978286480051321145339782864800513211453397828648005132114533978286480051321145339782864800513211453397828648005132114533978286480051321145339782864800513211453397828648005132114533978286480051321145339782864800513211453397828648005" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b21d850b-1e2e-479c-82c3-fc368a6112c7, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a5981ce6-7176-4c44-81f7-7c54de3a8029, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d328c609-db7e-4178-9b3f-dbe9e00beeb4, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a5981ce6-7176-4c44-81f7-7c54de3a8029, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18094978454444248804 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1809497845444424880418094978454444248804180949784544442488041809497845444424880418094978454444248804180949784544442488041809497845444424880418094978454444248804180949784544442488041809497845444424880418094978454444248804180949784544442488041809497845444424880418094978454444248804180949784544442488041809497845444424880418094978454444248804180949784544442488041809497845444424880418094978454444248804" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2ff4d666-ef01-4c40-ab7d-c4d36331a4ac, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2ff4d666-ef01-4c40-ab7d-c4d36331a4ac, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8742475898106931547 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87424758981069315478742475898106931547874247589810693154787424758981069315478742475898106931547874247589810693154787424758981069315478742475898106931547874247589810693154787424758981069315478742475898106931547874247589810693154787424758981069315478742475898106931547874247589810693154787424758981069315478742475898106931547874247589810693154787424758981069315478742475898106931547" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a5981ce6-7176-4c44-81f7-7c54de3a8029, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f02ae827-5cf7-4985-bcb9-fde3b7e3eb35, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f02ae827-5cf7-4985-bcb9-fde3b7e3eb35, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16988635010100089230 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1698863501010008923016988635010100089230169886350101000892301698863501010008923016988635010100089230169886350101000892301698863501010008923016988635010100089230169886350101000892301698863501010008923016988635010100089230169886350101000892301698863501010008923016988635010100089230169886350101000892301698863501010008923016988635010100089230169886350101000892301698863501010008923016988635010100089230" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2ff4d666-ef01-4c40-ab7d-c4d36331a4ac, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f02ae827-5cf7-4985-bcb9-fde3b7e3eb35, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b3be3e78-cb13-4547-ba98-174fca8ab6cc, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 229d65fb-6be0-4709-9fd4-6ac8f9b2df17, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b3be3e78-cb13-4547-ba98-174fca8ab6cc, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6177076636509580299 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61770766365095802996177076636509580299617707663650958029961770766365095802996177076636509580299617707663650958029961770766365095802996177076636509580299617707663650958029961770766365095802996177076636509580299617707663650958029961770766365095802996177076636509580299617707663650958029961770766365095802996177076636509580299617707663650958029961770766365095802996177076636509580299" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 229d65fb-6be0-4709-9fd4-6ac8f9b2df17, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3927379091784214901 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39273790917842149013927379091784214901392737909178421490139273790917842149013927379091784214901392737909178421490139273790917842149013927379091784214901392737909178421490139273790917842149013927379091784214901392737909178421490139273790917842149013927379091784214901392737909178421490139273790917842149013927379091784214901392737909178421490139273790917842149013927379091784214901" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b3be3e78-cb13-4547-ba98-174fca8ab6cc, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4b73574e-c845-4aae-8876-6d29eb12dbcd, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4b73574e-c845-4aae-8876-6d29eb12dbcd, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12953620922119606155 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1295362092211960615512953620922119606155129536209221196061551295362092211960615512953620922119606155129536209221196061551295362092211960615512953620922119606155129536209221196061551295362092211960615512953620922119606155129536209221196061551295362092211960615512953620922119606155129536209221196061551295362092211960615512953620922119606155129536209221196061551295362092211960615512953620922119606155" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 229d65fb-6be0-4709-9fd4-6ac8f9b2df17, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 30ddace0-2ab1-4881-aa6a-38a3d60478a9, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 30ddace0-2ab1-4881-aa6a-38a3d60478a9, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17862307881952397712 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1786230788195239771217862307881952397712178623078819523977121786230788195239771217862307881952397712178623078819523977121786230788195239771217862307881952397712178623078819523977121786230788195239771217862307881952397712178623078819523977121786230788195239771217862307881952397712178623078819523977121786230788195239771217862307881952397712178623078819523977121786230788195239771217862307881952397712" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4b73574e-c845-4aae-8876-6d29eb12dbcd, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b3af1b99-f772-4a54-89b8-f18a6d01327d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b3af1b99-f772-4a54-89b8-f18a6d01327d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7514416517284245609 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75144165172842456097514416517284245609751441651728424560975144165172842456097514416517284245609751441651728424560975144165172842456097514416517284245609751441651728424560975144165172842456097514416517284245609751441651728424560975144165172842456097514416517284245609751441651728424560975144165172842456097514416517284245609751441651728424560975144165172842456097514416517284245609" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 30ddace0-2ab1-4881-aa6a-38a3d60478a9, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a7eb16cd-631c-45c1-88dc-ce8f640e4112, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a7eb16cd-631c-45c1-88dc-ce8f640e4112, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16907471303209217695 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1690747130320921769516907471303209217695169074713032092176951690747130320921769516907471303209217695169074713032092176951690747130320921769516907471303209217695169074713032092176951690747130320921769516907471303209217695169074713032092176951690747130320921769516907471303209217695169074713032092176951690747130320921769516907471303209217695169074713032092176951690747130320921769516907471303209217695" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b3af1b99-f772-4a54-89b8-f18a6d01327d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2cde2e98-202b-4855-b486-1820853a92a5, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a7eb16cd-631c-45c1-88dc-ce8f640e4112, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ece467a5-8659-4d86-af7c-ebd31c4be540, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ece467a5-8659-4d86-af7c-ebd31c4be540, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14561917932971655808 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1456191793297165580814561917932971655808145619179329716558081456191793297165580814561917932971655808145619179329716558081456191793297165580814561917932971655808145619179329716558081456191793297165580814561917932971655808145619179329716558081456191793297165580814561917932971655808145619179329716558081456191793297165580814561917932971655808145619179329716558081456191793297165580814561917932971655808" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2cde2e98-202b-4855-b486-1820853a92a5, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9013167421080216089 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90131674210802160899013167421080216089901316742108021608990131674210802160899013167421080216089901316742108021608990131674210802160899013167421080216089901316742108021608990131674210802160899013167421080216089901316742108021608990131674210802160899013167421080216089901316742108021608990131674210802160899013167421080216089901316742108021608990131674210802160899013167421080216089" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ece467a5-8659-4d86-af7c-ebd31c4be540, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d750c5ff-bca2-4e3d-9ff5-689a94fe88ca, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d750c5ff-bca2-4e3d-9ff5-689a94fe88ca, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6694706954456892015 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66947069544568920156694706954456892015669470695445689201566947069544568920156694706954456892015669470695445689201566947069544568920156694706954456892015669470695445689201566947069544568920156694706954456892015669470695445689201566947069544568920156694706954456892015669470695445689201566947069544568920156694706954456892015669470695445689201566947069544568920156694706954456892015" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2cde2e98-202b-4855-b486-1820853a92a5, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4981b026-5ecf-4b15-a330-4d354243b3ea, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4981b026-5ecf-4b15-a330-4d354243b3ea, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11696550500237079103 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1169655050023707910311696550500237079103116965505002370791031169655050023707910311696550500237079103116965505002370791031169655050023707910311696550500237079103116965505002370791031169655050023707910311696550500237079103116965505002370791031169655050023707910311696550500237079103116965505002370791031169655050023707910311696550500237079103116965505002370791031169655050023707910311696550500237079103" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d750c5ff-bca2-4e3d-9ff5-689a94fe88ca, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a389b90c-cc79-474c-b2ef-8f9f7a195dca, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a389b90c-cc79-474c-b2ef-8f9f7a195dca, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10400678471974410953 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1040067847197441095310400678471974410953104006784719744109531040067847197441095310400678471974410953104006784719744109531040067847197441095310400678471974410953104006784719744109531040067847197441095310400678471974410953104006784719744109531040067847197441095310400678471974410953104006784719744109531040067847197441095310400678471974410953104006784719744109531040067847197441095310400678471974410953" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4981b026-5ecf-4b15-a330-4d354243b3ea, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1a5a2776-d989-4c2b-a6d3-e317e32240b3, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1a5a2776-d989-4c2b-a6d3-e317e32240b3, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10785386262001940486 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1078538626200194048610785386262001940486107853862620019404861078538626200194048610785386262001940486107853862620019404861078538626200194048610785386262001940486107853862620019404861078538626200194048610785386262001940486107853862620019404861078538626200194048610785386262001940486107853862620019404861078538626200194048610785386262001940486107853862620019404861078538626200194048610785386262001940486" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a389b90c-cc79-474c-b2ef-8f9f7a195dca, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e38608d2-bdf7-424c-8992-83177f9fa253, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e38608d2-bdf7-424c-8992-83177f9fa253, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14404336864952338691 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1440433686495233869114404336864952338691144043368649523386911440433686495233869114404336864952338691144043368649523386911440433686495233869114404336864952338691144043368649523386911440433686495233869114404336864952338691144043368649523386911440433686495233869114404336864952338691144043368649523386911440433686495233869114404336864952338691144043368649523386911440433686495233869114404336864952338691" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1a5a2776-d989-4c2b-a6d3-e317e32240b3, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d32a708f-0c44-4647-97ab-2d8336311d4b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d32a708f-0c44-4647-97ab-2d8336311d4b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2227125242618503522 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22271252426185035222227125242618503522222712524261850352222271252426185035222227125242618503522222712524261850352222271252426185035222227125242618503522222712524261850352222271252426185035222227125242618503522222712524261850352222271252426185035222227125242618503522222712524261850352222271252426185035222227125242618503522222712524261850352222271252426185035222227125242618503522" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e38608d2-bdf7-424c-8992-83177f9fa253, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9592242e-34c8-4de9-b351-e359d66e2c7f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9592242e-34c8-4de9-b351-e359d66e2c7f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12940102521582573551 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1294010252158257355112940102521582573551129401025215825735511294010252158257355112940102521582573551129401025215825735511294010252158257355112940102521582573551129401025215825735511294010252158257355112940102521582573551129401025215825735511294010252158257355112940102521582573551129401025215825735511294010252158257355112940102521582573551129401025215825735511294010252158257355112940102521582573551" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d32a708f-0c44-4647-97ab-2d8336311d4b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5bcd7c07-8d63-4969-bcbe-98c99d814dfb, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5bcd7c07-8d63-4969-bcbe-98c99d814dfb, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12738774521032295866 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1273877452103229586612738774521032295866127387745210322958661273877452103229586612738774521032295866127387745210322958661273877452103229586612738774521032295866127387745210322958661273877452103229586612738774521032295866127387745210322958661273877452103229586612738774521032295866127387745210322958661273877452103229586612738774521032295866127387745210322958661273877452103229586612738774521032295866" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9592242e-34c8-4de9-b351-e359d66e2c7f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5f764103-e8d3-45d9-927e-f1beb2d78691, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5f764103-e8d3-45d9-927e-f1beb2d78691, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4721094803663883761 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47210948036638837614721094803663883761472109480366388376147210948036638837614721094803663883761472109480366388376147210948036638837614721094803663883761472109480366388376147210948036638837614721094803663883761472109480366388376147210948036638837614721094803663883761472109480366388376147210948036638837614721094803663883761472109480366388376147210948036638837614721094803663883761" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5bcd7c07-8d63-4969-bcbe-98c99d814dfb, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ffb425f4-6cff-42ff-843d-9b8550bb23c8, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ffb425f4-6cff-42ff-843d-9b8550bb23c8, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10752141595628777004 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1075214159562877700410752141595628777004107521415956287770041075214159562877700410752141595628777004107521415956287770041075214159562877700410752141595628777004107521415956287770041075214159562877700410752141595628777004107521415956287770041075214159562877700410752141595628777004107521415956287770041075214159562877700410752141595628777004107521415956287770041075214159562877700410752141595628777004" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5f764103-e8d3-45d9-927e-f1beb2d78691, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f0eae95e-376a-4ef8-8f67-037010ee6ca4, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f0eae95e-376a-4ef8-8f67-037010ee6ca4, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6804381823839621242 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68043818238396212426804381823839621242680438182383962124268043818238396212426804381823839621242680438182383962124268043818238396212426804381823839621242680438182383962124268043818238396212426804381823839621242680438182383962124268043818238396212426804381823839621242680438182383962124268043818238396212426804381823839621242680438182383962124268043818238396212426804381823839621242" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ffb425f4-6cff-42ff-843d-9b8550bb23c8, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 98f738ff-e459-4266-b4c8-361952953c2d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 98f738ff-e459-4266-b4c8-361952953c2d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17518737196315790365 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1751873719631579036517518737196315790365175187371963157903651751873719631579036517518737196315790365175187371963157903651751873719631579036517518737196315790365175187371963157903651751873719631579036517518737196315790365175187371963157903651751873719631579036517518737196315790365175187371963157903651751873719631579036517518737196315790365175187371963157903651751873719631579036517518737196315790365" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f0eae95e-376a-4ef8-8f67-037010ee6ca4, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8a505391-8e75-4960-9163-5daf5b81cf20, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8a505391-8e75-4960-9163-5daf5b81cf20, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17464866088611247410 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1746486608861124741017464866088611247410174648660886112474101746486608861124741017464866088611247410174648660886112474101746486608861124741017464866088611247410174648660886112474101746486608861124741017464866088611247410174648660886112474101746486608861124741017464866088611247410174648660886112474101746486608861124741017464866088611247410174648660886112474101746486608861124741017464866088611247410" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 98f738ff-e459-4266-b4c8-361952953c2d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 24672982-2656-43a0-9fb2-e0601481e320, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 24672982-2656-43a0-9fb2-e0601481e320, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11622010173414545567 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1162201017341454556711622010173414545567116220101734145455671162201017341454556711622010173414545567116220101734145455671162201017341454556711622010173414545567116220101734145455671162201017341454556711622010173414545567116220101734145455671162201017341454556711622010173414545567116220101734145455671162201017341454556711622010173414545567116220101734145455671162201017341454556711622010173414545567" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 24672982-2656-43a0-9fb2-e0601481e320, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e2ada5df-5798-4de2-bebf-6e030d87f0c3, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e2ada5df-5798-4de2-bebf-6e030d87f0c3, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15085755310703291544 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1508575531070329154415085755310703291544150857553107032915441508575531070329154415085755310703291544150857553107032915441508575531070329154415085755310703291544150857553107032915441508575531070329154415085755310703291544150857553107032915441508575531070329154415085755310703291544150857553107032915441508575531070329154415085755310703291544150857553107032915441508575531070329154415085755310703291544" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e2ada5df-5798-4de2-bebf-6e030d87f0c3, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 275b6077-b34c-443d-ac88-eeffdfa9e939, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 275b6077-b34c-443d-ac88-eeffdfa9e939, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6659715403747744524 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66597154037477445246659715403747744524665971540374774452466597154037477445246659715403747744524665971540374774452466597154037477445246659715403747744524665971540374774452466597154037477445246659715403747744524665971540374774452466597154037477445246659715403747744524665971540374774452466597154037477445246659715403747744524665971540374774452466597154037477445246659715403747744524" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8a505391-8e75-4960-9163-5daf5b81cf20, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 68525d6a-437b-4ce9-8f41-f2449a01bf71, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 68525d6a-437b-4ce9-8f41-f2449a01bf71, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15570824479785980530 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1557082447978598053015570824479785980530155708244797859805301557082447978598053015570824479785980530155708244797859805301557082447978598053015570824479785980530155708244797859805301557082447978598053015570824479785980530155708244797859805301557082447978598053015570824479785980530155708244797859805301557082447978598053015570824479785980530155708244797859805301557082447978598053015570824479785980530" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 275b6077-b34c-443d-ac88-eeffdfa9e939, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f50d019a-143a-4aba-a1f8-865b465164aa, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f50d019a-143a-4aba-a1f8-865b465164aa, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12418885700620090066 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1241888570062009006612418885700620090066124188857006200900661241888570062009006612418885700620090066124188857006200900661241888570062009006612418885700620090066124188857006200900661241888570062009006612418885700620090066124188857006200900661241888570062009006612418885700620090066124188857006200900661241888570062009006612418885700620090066124188857006200900661241888570062009006612418885700620090066" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 68525d6a-437b-4ce9-8f41-f2449a01bf71, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6829f52d-cc5a-4780-80bc-530a91b962ad, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6829f52d-cc5a-4780-80bc-530a91b962ad, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9013540096418109980 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90135400964181099809013540096418109980901354009641810998090135400964181099809013540096418109980901354009641810998090135400964181099809013540096418109980901354009641810998090135400964181099809013540096418109980901354009641810998090135400964181099809013540096418109980901354009641810998090135400964181099809013540096418109980901354009641810998090135400964181099809013540096418109980" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f50d019a-143a-4aba-a1f8-865b465164aa, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 36532044-8531-4fe4-907c-788b896c76a8, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 36532044-8531-4fe4-907c-788b896c76a8, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4683423197726780232 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46834231977267802324683423197726780232468342319772678023246834231977267802324683423197726780232468342319772678023246834231977267802324683423197726780232468342319772678023246834231977267802324683423197726780232468342319772678023246834231977267802324683423197726780232468342319772678023246834231977267802324683423197726780232468342319772678023246834231977267802324683423197726780232" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6829f52d-cc5a-4780-80bc-530a91b962ad, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 47cb5f6f-3adb-4693-89da-258bf3ae2460, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 47cb5f6f-3adb-4693-89da-258bf3ae2460, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3503294775677560921 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35032947756775609213503294775677560921350329477567756092135032947756775609213503294775677560921350329477567756092135032947756775609213503294775677560921350329477567756092135032947756775609213503294775677560921350329477567756092135032947756775609213503294775677560921350329477567756092135032947756775609213503294775677560921350329477567756092135032947756775609213503294775677560921" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 36532044-8531-4fe4-907c-788b896c76a8, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6913629b-a192-4ed7-8af3-8cffb6f01f30, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6913629b-a192-4ed7-8af3-8cffb6f01f30, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4898673617579021566 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48986736175790215664898673617579021566489867361757902156648986736175790215664898673617579021566489867361757902156648986736175790215664898673617579021566489867361757902156648986736175790215664898673617579021566489867361757902156648986736175790215664898673617579021566489867361757902156648986736175790215664898673617579021566489867361757902156648986736175790215664898673617579021566" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 47cb5f6f-3adb-4693-89da-258bf3ae2460, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 447aee71-4494-4044-855a-424e421dbb35, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 447aee71-4494-4044-855a-424e421dbb35, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 432866796485325922 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "432866796485325922432866796485325922432866796485325922432866796485325922432866796485325922432866796485325922432866796485325922432866796485325922432866796485325922432866796485325922432866796485325922432866796485325922432866796485325922432866796485325922432866796485325922432866796485325922432866796485325922432866796485325922432866796485325922432866796485325922" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6913629b-a192-4ed7-8af3-8cffb6f01f30, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8627db27-6da1-4bb3-80ee-86571cc30f44, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8627db27-6da1-4bb3-80ee-86571cc30f44, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 48416088889115555 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "4841608888911555548416088889115555484160888891155554841608888911555548416088889115555484160888891155554841608888911555548416088889115555484160888891155554841608888911555548416088889115555484160888891155554841608888911555548416088889115555484160888891155554841608888911555548416088889115555484160888891155554841608888911555548416088889115555" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 447aee71-4494-4044-855a-424e421dbb35, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e6a6cf0f-6ec7-4ddb-bda8-1ec7ab29170f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e6a6cf0f-6ec7-4ddb-bda8-1ec7ab29170f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14848300633173914139 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1484830063317391413914848300633173914139148483006331739141391484830063317391413914848300633173914139148483006331739141391484830063317391413914848300633173914139148483006331739141391484830063317391413914848300633173914139148483006331739141391484830063317391413914848300633173914139148483006331739141391484830063317391413914848300633173914139148483006331739141391484830063317391413914848300633173914139" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8627db27-6da1-4bb3-80ee-86571cc30f44, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e6a6cf0f-6ec7-4ddb-bda8-1ec7ab29170f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2480bd1f-a3dc-4588-ab8e-e4a126ad5519, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2480bd1f-a3dc-4588-ab8e-e4a126ad5519, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8567613508673305696 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85676135086733056968567613508673305696856761350867330569685676135086733056968567613508673305696856761350867330569685676135086733056968567613508673305696856761350867330569685676135086733056968567613508673305696856761350867330569685676135086733056968567613508673305696856761350867330569685676135086733056968567613508673305696856761350867330569685676135086733056968567613508673305696" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d91bb452-10c3-4d07-8d7c-fb328fd37b69, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d91bb452-10c3-4d07-8d7c-fb328fd37b69, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16597144926533240022 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1659714492653324002216597144926533240022165971449265332400221659714492653324002216597144926533240022165971449265332400221659714492653324002216597144926533240022165971449265332400221659714492653324002216597144926533240022165971449265332400221659714492653324002216597144926533240022165971449265332400221659714492653324002216597144926533240022165971449265332400221659714492653324002216597144926533240022" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2480bd1f-a3dc-4588-ab8e-e4a126ad5519, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 030cb9b5-c115-4770-bc6e-f4870f50acfc, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 030cb9b5-c115-4770-bc6e-f4870f50acfc, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7665453937942895229 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76654539379428952297665453937942895229766545393794289522976654539379428952297665453937942895229766545393794289522976654539379428952297665453937942895229766545393794289522976654539379428952297665453937942895229766545393794289522976654539379428952297665453937942895229766545393794289522976654539379428952297665453937942895229766545393794289522976654539379428952297665453937942895229" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d91bb452-10c3-4d07-8d7c-fb328fd37b69, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c41a8e1d-1e37-4643-ac55-0912c8cb62ed, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c41a8e1d-1e37-4643-ac55-0912c8cb62ed, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11859174831290933342 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1185917483129093334211859174831290933342118591748312909333421185917483129093334211859174831290933342118591748312909333421185917483129093334211859174831290933342118591748312909333421185917483129093334211859174831290933342118591748312909333421185917483129093334211859174831290933342118591748312909333421185917483129093334211859174831290933342118591748312909333421185917483129093334211859174831290933342" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 030cb9b5-c115-4770-bc6e-f4870f50acfc, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, edf9c648-993e-4b16-afcb-8b9a5f560523, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, edf9c648-993e-4b16-afcb-8b9a5f560523, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7196191423472793103 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71961914234727931037196191423472793103719619142347279310371961914234727931037196191423472793103719619142347279310371961914234727931037196191423472793103719619142347279310371961914234727931037196191423472793103719619142347279310371961914234727931037196191423472793103719619142347279310371961914234727931037196191423472793103719619142347279310371961914234727931037196191423472793103" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c41a8e1d-1e37-4643-ac55-0912c8cb62ed, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 379b7b97-7aa6-4e15-90ff-7e0780cbdec4, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 379b7b97-7aa6-4e15-90ff-7e0780cbdec4, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1000042734499938068 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10000427344999380681000042734499938068100004273449993806810000427344999380681000042734499938068100004273449993806810000427344999380681000042734499938068100004273449993806810000427344999380681000042734499938068100004273449993806810000427344999380681000042734499938068100004273449993806810000427344999380681000042734499938068100004273449993806810000427344999380681000042734499938068" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, edf9c648-993e-4b16-afcb-8b9a5f560523, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a91b7048-ff78-43b9-9b6c-c76a123c8c7b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a91b7048-ff78-43b9-9b6c-c76a123c8c7b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17298669703551510301 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1729866970355151030117298669703551510301172986697035515103011729866970355151030117298669703551510301172986697035515103011729866970355151030117298669703551510301172986697035515103011729866970355151030117298669703551510301172986697035515103011729866970355151030117298669703551510301172986697035515103011729866970355151030117298669703551510301172986697035515103011729866970355151030117298669703551510301" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 379b7b97-7aa6-4e15-90ff-7e0780cbdec4, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 620e5820-721f-4db0-aeac-9807aea642ed, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 620e5820-721f-4db0-aeac-9807aea642ed, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15099968156451272880 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1509996815645127288015099968156451272880150999681564512728801509996815645127288015099968156451272880150999681564512728801509996815645127288015099968156451272880150999681564512728801509996815645127288015099968156451272880150999681564512728801509996815645127288015099968156451272880150999681564512728801509996815645127288015099968156451272880150999681564512728801509996815645127288015099968156451272880" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a91b7048-ff78-43b9-9b6c-c76a123c8c7b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4fbf32b3-24c6-49b7-a15a-bfdfb4540584, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4fbf32b3-24c6-49b7-a15a-bfdfb4540584, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12434124813005387230 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1243412481300538723012434124813005387230124341248130053872301243412481300538723012434124813005387230124341248130053872301243412481300538723012434124813005387230124341248130053872301243412481300538723012434124813005387230124341248130053872301243412481300538723012434124813005387230124341248130053872301243412481300538723012434124813005387230124341248130053872301243412481300538723012434124813005387230" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 620e5820-721f-4db0-aeac-9807aea642ed, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c8a92870-09f2-40ff-ae29-91f7f78fa574, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c8a92870-09f2-40ff-ae29-91f7f78fa574, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13658736825609501809 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1365873682560950180913658736825609501809136587368256095018091365873682560950180913658736825609501809136587368256095018091365873682560950180913658736825609501809136587368256095018091365873682560950180913658736825609501809136587368256095018091365873682560950180913658736825609501809136587368256095018091365873682560950180913658736825609501809136587368256095018091365873682560950180913658736825609501809" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4fbf32b3-24c6-49b7-a15a-bfdfb4540584, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c83ebc36-55ec-4a5d-9f18-73edee4d9ae4, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c8a92870-09f2-40ff-ae29-91f7f78fa574, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c83ebc36-55ec-4a5d-9f18-73edee4d9ae4, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 464102906652893403 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "464102906652893403464102906652893403464102906652893403464102906652893403464102906652893403464102906652893403464102906652893403464102906652893403464102906652893403464102906652893403464102906652893403464102906652893403464102906652893403464102906652893403464102906652893403464102906652893403464102906652893403464102906652893403464102906652893403464102906652893403" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, eb1b8562-aa8f-4dc2-b173-2aadd8dd8f11, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eb1b8562-aa8f-4dc2-b173-2aadd8dd8f11, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1364938550566549044 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13649385505665490441364938550566549044136493855056654904413649385505665490441364938550566549044136493855056654904413649385505665490441364938550566549044136493855056654904413649385505665490441364938550566549044136493855056654904413649385505665490441364938550566549044136493855056654904413649385505665490441364938550566549044136493855056654904413649385505665490441364938550566549044" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c83ebc36-55ec-4a5d-9f18-73edee4d9ae4, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 044c0c00-7ae8-4dd1-8e06-838468a8d2ee, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 044c0c00-7ae8-4dd1-8e06-838468a8d2ee, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3809310390614507071 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38093103906145070713809310390614507071380931039061450707138093103906145070713809310390614507071380931039061450707138093103906145070713809310390614507071380931039061450707138093103906145070713809310390614507071380931039061450707138093103906145070713809310390614507071380931039061450707138093103906145070713809310390614507071380931039061450707138093103906145070713809310390614507071" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eb1b8562-aa8f-4dc2-b173-2aadd8dd8f11, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c3b4acea-f223-4173-b7d8-23a697a8287f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c3b4acea-f223-4173-b7d8-23a697a8287f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5587922799412483489 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55879227994124834895587922799412483489558792279941248348955879227994124834895587922799412483489558792279941248348955879227994124834895587922799412483489558792279941248348955879227994124834895587922799412483489558792279941248348955879227994124834895587922799412483489558792279941248348955879227994124834895587922799412483489558792279941248348955879227994124834895587922799412483489" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 044c0c00-7ae8-4dd1-8e06-838468a8d2ee, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ac514bc4-de16-46ca-8d40-527a2dfa351d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c3b4acea-f223-4173-b7d8-23a697a8287f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ac514bc4-de16-46ca-8d40-527a2dfa351d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16252259687685268630 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1625225968768526863016252259687685268630162522596876852686301625225968768526863016252259687685268630162522596876852686301625225968768526863016252259687685268630162522596876852686301625225968768526863016252259687685268630162522596876852686301625225968768526863016252259687685268630162522596876852686301625225968768526863016252259687685268630162522596876852686301625225968768526863016252259687685268630" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a21237dc-cd84-4ae8-90de-18a6001cacb7, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a21237dc-cd84-4ae8-90de-18a6001cacb7, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8732217341818247646 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87322173418182476468732217341818247646873221734181824764687322173418182476468732217341818247646873221734181824764687322173418182476468732217341818247646873221734181824764687322173418182476468732217341818247646873221734181824764687322173418182476468732217341818247646873221734181824764687322173418182476468732217341818247646873221734181824764687322173418182476468732217341818247646" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ac514bc4-de16-46ca-8d40-527a2dfa351d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0a3b9464-5722-4f26-bc4d-ac808e2efa3f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0a3b9464-5722-4f26-bc4d-ac808e2efa3f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17482148757767317234 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1748214875776731723417482148757767317234174821487577673172341748214875776731723417482148757767317234174821487577673172341748214875776731723417482148757767317234174821487577673172341748214875776731723417482148757767317234174821487577673172341748214875776731723417482148757767317234174821487577673172341748214875776731723417482148757767317234174821487577673172341748214875776731723417482148757767317234" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a21237dc-cd84-4ae8-90de-18a6001cacb7, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 31aaff71-6cd8-4b25-aae0-8f6558e58996, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 31aaff71-6cd8-4b25-aae0-8f6558e58996, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3959289246092083877 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39592892460920838773959289246092083877395928924609208387739592892460920838773959289246092083877395928924609208387739592892460920838773959289246092083877395928924609208387739592892460920838773959289246092083877395928924609208387739592892460920838773959289246092083877395928924609208387739592892460920838773959289246092083877395928924609208387739592892460920838773959289246092083877" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0a3b9464-5722-4f26-bc4d-ac808e2efa3f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a09de819-cc61-4065-b998-0c93d4ee7317, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a09de819-cc61-4065-b998-0c93d4ee7317, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 121328318071034704 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "121328318071034704121328318071034704121328318071034704121328318071034704121328318071034704121328318071034704121328318071034704121328318071034704121328318071034704121328318071034704121328318071034704121328318071034704121328318071034704121328318071034704121328318071034704121328318071034704121328318071034704121328318071034704121328318071034704121328318071034704" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 31aaff71-6cd8-4b25-aae0-8f6558e58996, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5e7f6968-430e-47e3-a933-ec1c1a49bb9a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5e7f6968-430e-47e3-a933-ec1c1a49bb9a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17221581319528064078 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1722158131952806407817221581319528064078172215813195280640781722158131952806407817221581319528064078172215813195280640781722158131952806407817221581319528064078172215813195280640781722158131952806407817221581319528064078172215813195280640781722158131952806407817221581319528064078172215813195280640781722158131952806407817221581319528064078172215813195280640781722158131952806407817221581319528064078" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a09de819-cc61-4065-b998-0c93d4ee7317, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 78c64db8-39d2-42d2-9543-a07fcc8d6085, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 78c64db8-39d2-42d2-9543-a07fcc8d6085, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17040697029342864840 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1704069702934286484017040697029342864840170406970293428648401704069702934286484017040697029342864840170406970293428648401704069702934286484017040697029342864840170406970293428648401704069702934286484017040697029342864840170406970293428648401704069702934286484017040697029342864840170406970293428648401704069702934286484017040697029342864840170406970293428648401704069702934286484017040697029342864840" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5e7f6968-430e-47e3-a933-ec1c1a49bb9a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4cbe6c7a-e406-4f2a-a070-110145c21884, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4cbe6c7a-e406-4f2a-a070-110145c21884, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7149203349032360469 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71492033490323604697149203349032360469714920334903236046971492033490323604697149203349032360469714920334903236046971492033490323604697149203349032360469714920334903236046971492033490323604697149203349032360469714920334903236046971492033490323604697149203349032360469714920334903236046971492033490323604697149203349032360469714920334903236046971492033490323604697149203349032360469" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 78c64db8-39d2-42d2-9543-a07fcc8d6085, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ac25c58a-869d-4a30-a5a3-356f8f3956d0, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ac25c58a-869d-4a30-a5a3-356f8f3956d0, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11448794386227684479 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1144879438622768447911448794386227684479114487943862276844791144879438622768447911448794386227684479114487943862276844791144879438622768447911448794386227684479114487943862276844791144879438622768447911448794386227684479114487943862276844791144879438622768447911448794386227684479114487943862276844791144879438622768447911448794386227684479114487943862276844791144879438622768447911448794386227684479" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4cbe6c7a-e406-4f2a-a070-110145c21884, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6314f57d-5035-4b95-8dde-0e2e49546f95, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6314f57d-5035-4b95-8dde-0e2e49546f95, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 947140249190670988 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "947140249190670988947140249190670988947140249190670988947140249190670988947140249190670988947140249190670988947140249190670988947140249190670988947140249190670988947140249190670988947140249190670988947140249190670988947140249190670988947140249190670988947140249190670988947140249190670988947140249190670988947140249190670988947140249190670988947140249190670988" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ac25c58a-869d-4a30-a5a3-356f8f3956d0, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c47e8ccf-7e01-454a-a922-1e5ce2111fca, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c47e8ccf-7e01-454a-a922-1e5ce2111fca, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2350623566983360972 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23506235669833609722350623566983360972235062356698336097223506235669833609722350623566983360972235062356698336097223506235669833609722350623566983360972235062356698336097223506235669833609722350623566983360972235062356698336097223506235669833609722350623566983360972235062356698336097223506235669833609722350623566983360972235062356698336097223506235669833609722350623566983360972" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6314f57d-5035-4b95-8dde-0e2e49546f95, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a4ae7b3e-2db6-448b-bbde-584e184d77d0, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a4ae7b3e-2db6-448b-bbde-584e184d77d0, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11114733866625479929 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1111473386662547992911114733866625479929111147338666254799291111473386662547992911114733866625479929111147338666254799291111473386662547992911114733866625479929111147338666254799291111473386662547992911114733866625479929111147338666254799291111473386662547992911114733866625479929111147338666254799291111473386662547992911114733866625479929111147338666254799291111473386662547992911114733866625479929" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c47e8ccf-7e01-454a-a922-1e5ce2111fca, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b53e6a09-9238-4233-b5ed-97145318e65a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b53e6a09-9238-4233-b5ed-97145318e65a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15172105593919172759 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1517210559391917275915172105593919172759151721055939191727591517210559391917275915172105593919172759151721055939191727591517210559391917275915172105593919172759151721055939191727591517210559391917275915172105593919172759151721055939191727591517210559391917275915172105593919172759151721055939191727591517210559391917275915172105593919172759151721055939191727591517210559391917275915172105593919172759" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a4ae7b3e-2db6-448b-bbde-584e184d77d0, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6397f64f-1871-4270-80b0-d002430827eb, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6397f64f-1871-4270-80b0-d002430827eb, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 678603104095085876 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "678603104095085876678603104095085876678603104095085876678603104095085876678603104095085876678603104095085876678603104095085876678603104095085876678603104095085876678603104095085876678603104095085876678603104095085876678603104095085876678603104095085876678603104095085876678603104095085876678603104095085876678603104095085876678603104095085876678603104095085876" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b53e6a09-9238-4233-b5ed-97145318e65a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b4df5a4e-54f2-4b26-b052-94b852e9edc8, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b4df5a4e-54f2-4b26-b052-94b852e9edc8, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4571270492416492513 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45712704924164925134571270492416492513457127049241649251345712704924164925134571270492416492513457127049241649251345712704924164925134571270492416492513457127049241649251345712704924164925134571270492416492513457127049241649251345712704924164925134571270492416492513457127049241649251345712704924164925134571270492416492513457127049241649251345712704924164925134571270492416492513" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6397f64f-1871-4270-80b0-d002430827eb, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5e69f66b-5f9c-469b-be77-50c60859b598, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5e69f66b-5f9c-469b-be77-50c60859b598, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4499017759821478428 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44990177598214784284499017759821478428449901775982147842844990177598214784284499017759821478428449901775982147842844990177598214784284499017759821478428449901775982147842844990177598214784284499017759821478428449901775982147842844990177598214784284499017759821478428449901775982147842844990177598214784284499017759821478428449901775982147842844990177598214784284499017759821478428" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b4df5a4e-54f2-4b26-b052-94b852e9edc8, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4cc1207d-f64c-41e9-9ee7-1690b51081af, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4cc1207d-f64c-41e9-9ee7-1690b51081af, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12848399430617313956 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1284839943061731395612848399430617313956128483994306173139561284839943061731395612848399430617313956128483994306173139561284839943061731395612848399430617313956128483994306173139561284839943061731395612848399430617313956128483994306173139561284839943061731395612848399430617313956128483994306173139561284839943061731395612848399430617313956128483994306173139561284839943061731395612848399430617313956" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5e69f66b-5f9c-469b-be77-50c60859b598, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0312e13f-7142-4635-8e1e-d5eb9b0de549, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0312e13f-7142-4635-8e1e-d5eb9b0de549, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8820969495221894927 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88209694952218949278820969495221894927882096949522189492788209694952218949278820969495221894927882096949522189492788209694952218949278820969495221894927882096949522189492788209694952218949278820969495221894927882096949522189492788209694952218949278820969495221894927882096949522189492788209694952218949278820969495221894927882096949522189492788209694952218949278820969495221894927" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4cc1207d-f64c-41e9-9ee7-1690b51081af, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3dfba0b8-9dee-4e44-b0de-ceabe1da3aca, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3dfba0b8-9dee-4e44-b0de-ceabe1da3aca, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18288614679422827485 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1828861467942282748518288614679422827485182886146794228274851828861467942282748518288614679422827485182886146794228274851828861467942282748518288614679422827485182886146794228274851828861467942282748518288614679422827485182886146794228274851828861467942282748518288614679422827485182886146794228274851828861467942282748518288614679422827485182886146794228274851828861467942282748518288614679422827485" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0312e13f-7142-4635-8e1e-d5eb9b0de549, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 29e17e3e-647c-4721-86dd-aedb339e0f60, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 29e17e3e-647c-4721-86dd-aedb339e0f60, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8701452367605209431 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87014523676052094318701452367605209431870145236760520943187014523676052094318701452367605209431870145236760520943187014523676052094318701452367605209431870145236760520943187014523676052094318701452367605209431870145236760520943187014523676052094318701452367605209431870145236760520943187014523676052094318701452367605209431870145236760520943187014523676052094318701452367605209431" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3dfba0b8-9dee-4e44-b0de-ceabe1da3aca, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c2f859db-5f76-4d3f-ad17-4b1ea417b9da, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c2f859db-5f76-4d3f-ad17-4b1ea417b9da, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3696369812786485747 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36963698127864857473696369812786485747369636981278648574736963698127864857473696369812786485747369636981278648574736963698127864857473696369812786485747369636981278648574736963698127864857473696369812786485747369636981278648574736963698127864857473696369812786485747369636981278648574736963698127864857473696369812786485747369636981278648574736963698127864857473696369812786485747" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 29e17e3e-647c-4721-86dd-aedb339e0f60, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 48bdb7ad-57f5-4f6b-8c34-b0a36fb2399e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 48bdb7ad-57f5-4f6b-8c34-b0a36fb2399e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2322649070763717497 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23226490707637174972322649070763717497232264907076371749723226490707637174972322649070763717497232264907076371749723226490707637174972322649070763717497232264907076371749723226490707637174972322649070763717497232264907076371749723226490707637174972322649070763717497232264907076371749723226490707637174972322649070763717497232264907076371749723226490707637174972322649070763717497" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c2f859db-5f76-4d3f-ad17-4b1ea417b9da, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 67773b1f-08f6-4b8c-b341-de44713acb77, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 67773b1f-08f6-4b8c-b341-de44713acb77, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3502400779165331924 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35024007791653319243502400779165331924350240077916533192435024007791653319243502400779165331924350240077916533192435024007791653319243502400779165331924350240077916533192435024007791653319243502400779165331924350240077916533192435024007791653319243502400779165331924350240077916533192435024007791653319243502400779165331924350240077916533192435024007791653319243502400779165331924" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 67773b1f-08f6-4b8c-b341-de44713acb77, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 000c6036-ef86-4766-b52d-748936748fcc, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 000c6036-ef86-4766-b52d-748936748fcc, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13579139516444973530 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1357913951644497353013579139516444973530135791395164449735301357913951644497353013579139516444973530135791395164449735301357913951644497353013579139516444973530135791395164449735301357913951644497353013579139516444973530135791395164449735301357913951644497353013579139516444973530135791395164449735301357913951644497353013579139516444973530135791395164449735301357913951644497353013579139516444973530" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 48bdb7ad-57f5-4f6b-8c34-b0a36fb2399e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cab54d31-11bd-43af-a52e-7a4b633260af, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cab54d31-11bd-43af-a52e-7a4b633260af, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9865080991356204831 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98650809913562048319865080991356204831986508099135620483198650809913562048319865080991356204831986508099135620483198650809913562048319865080991356204831986508099135620483198650809913562048319865080991356204831986508099135620483198650809913562048319865080991356204831986508099135620483198650809913562048319865080991356204831986508099135620483198650809913562048319865080991356204831" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 000c6036-ef86-4766-b52d-748936748fcc, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4592259e-2b00-4b59-8ca7-f6df2edfe434, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4592259e-2b00-4b59-8ca7-f6df2edfe434, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11261711965402875352 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1126171196540287535211261711965402875352112617119654028753521126171196540287535211261711965402875352112617119654028753521126171196540287535211261711965402875352112617119654028753521126171196540287535211261711965402875352112617119654028753521126171196540287535211261711965402875352112617119654028753521126171196540287535211261711965402875352112617119654028753521126171196540287535211261711965402875352" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cab54d31-11bd-43af-a52e-7a4b633260af, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 38c93711-87c6-4dae-beae-b619787dbcdd, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 38c93711-87c6-4dae-beae-b619787dbcdd, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14889805928200813915 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1488980592820081391514889805928200813915148898059282008139151488980592820081391514889805928200813915148898059282008139151488980592820081391514889805928200813915148898059282008139151488980592820081391514889805928200813915148898059282008139151488980592820081391514889805928200813915148898059282008139151488980592820081391514889805928200813915148898059282008139151488980592820081391514889805928200813915" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4592259e-2b00-4b59-8ca7-f6df2edfe434, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0964db64-cd84-4090-9571-b24ae8e861c8, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0964db64-cd84-4090-9571-b24ae8e861c8, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15683697975559321645 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1568369797555932164515683697975559321645156836979755593216451568369797555932164515683697975559321645156836979755593216451568369797555932164515683697975559321645156836979755593216451568369797555932164515683697975559321645156836979755593216451568369797555932164515683697975559321645156836979755593216451568369797555932164515683697975559321645156836979755593216451568369797555932164515683697975559321645" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0964db64-cd84-4090-9571-b24ae8e861c8, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 035aa415-0b06-494e-be2c-50926ef521b3, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 38c93711-87c6-4dae-beae-b619787dbcdd, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 838c5ae9-450a-471a-b1f7-4801260daa5f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 838c5ae9-450a-471a-b1f7-4801260daa5f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10176744745760027297 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1017674474576002729710176744745760027297101767447457600272971017674474576002729710176744745760027297101767447457600272971017674474576002729710176744745760027297101767447457600272971017674474576002729710176744745760027297101767447457600272971017674474576002729710176744745760027297101767447457600272971017674474576002729710176744745760027297101767447457600272971017674474576002729710176744745760027297" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 035aa415-0b06-494e-be2c-50926ef521b3, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18353921764239712298 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1835392176423971229818353921764239712298183539217642397122981835392176423971229818353921764239712298183539217642397122981835392176423971229818353921764239712298183539217642397122981835392176423971229818353921764239712298183539217642397122981835392176423971229818353921764239712298183539217642397122981835392176423971229818353921764239712298183539217642397122981835392176423971229818353921764239712298" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 838c5ae9-450a-471a-b1f7-4801260daa5f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 68f213fb-d5dc-4ac0-ad12-934828ae4517, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 68f213fb-d5dc-4ac0-ad12-934828ae4517, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12373411452750786666 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1237341145275078666612373411452750786666123734114527507866661237341145275078666612373411452750786666123734114527507866661237341145275078666612373411452750786666123734114527507866661237341145275078666612373411452750786666123734114527507866661237341145275078666612373411452750786666123734114527507866661237341145275078666612373411452750786666123734114527507866661237341145275078666612373411452750786666" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 035aa415-0b06-494e-be2c-50926ef521b3, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, efcec41f-80b0-4ac4-86e6-b1bd966ac957, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, efcec41f-80b0-4ac4-86e6-b1bd966ac957, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4532496471086693385 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45324964710866933854532496471086693385453249647108669338545324964710866933854532496471086693385453249647108669338545324964710866933854532496471086693385453249647108669338545324964710866933854532496471086693385453249647108669338545324964710866933854532496471086693385453249647108669338545324964710866933854532496471086693385453249647108669338545324964710866933854532496471086693385" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 68f213fb-d5dc-4ac0-ad12-934828ae4517, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 88753c66-75ad-4f22-8431-d29c91e41cc2, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 88753c66-75ad-4f22-8431-d29c91e41cc2, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5374732310710546847 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53747323107105468475374732310710546847537473231071054684753747323107105468475374732310710546847537473231071054684753747323107105468475374732310710546847537473231071054684753747323107105468475374732310710546847537473231071054684753747323107105468475374732310710546847537473231071054684753747323107105468475374732310710546847537473231071054684753747323107105468475374732310710546847" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, efcec41f-80b0-4ac4-86e6-b1bd966ac957, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b59e9be8-5d94-40da-a7b4-1adfb698be05, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b59e9be8-5d94-40da-a7b4-1adfb698be05, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8751037615608928064 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87510376156089280648751037615608928064875103761560892806487510376156089280648751037615608928064875103761560892806487510376156089280648751037615608928064875103761560892806487510376156089280648751037615608928064875103761560892806487510376156089280648751037615608928064875103761560892806487510376156089280648751037615608928064875103761560892806487510376156089280648751037615608928064" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 88753c66-75ad-4f22-8431-d29c91e41cc2, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 79bd27a8-5c58-4f35-8574-9a7d3d89d8a4, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 79bd27a8-5c58-4f35-8574-9a7d3d89d8a4, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16873391336432643486 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1687339133643264348616873391336432643486168733913364326434861687339133643264348616873391336432643486168733913364326434861687339133643264348616873391336432643486168733913364326434861687339133643264348616873391336432643486168733913364326434861687339133643264348616873391336432643486168733913364326434861687339133643264348616873391336432643486168733913364326434861687339133643264348616873391336432643486" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b59e9be8-5d94-40da-a7b4-1adfb698be05, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 36c04d67-082a-45c0-80b2-e63b4430786e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 36c04d67-082a-45c0-80b2-e63b4430786e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16044305931234406487 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1604430593123440648716044305931234406487160443059312344064871604430593123440648716044305931234406487160443059312344064871604430593123440648716044305931234406487160443059312344064871604430593123440648716044305931234406487160443059312344064871604430593123440648716044305931234406487160443059312344064871604430593123440648716044305931234406487160443059312344064871604430593123440648716044305931234406487" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 79bd27a8-5c58-4f35-8574-9a7d3d89d8a4, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 36c04d67-082a-45c0-80b2-e63b4430786e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4c3818d8-b359-4ffe-afb7-07074074ec21, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4c3818d8-b359-4ffe-afb7-07074074ec21, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5423672779918480090 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54236727799184800905423672779918480090542367277991848009054236727799184800905423672779918480090542367277991848009054236727799184800905423672779918480090542367277991848009054236727799184800905423672779918480090542367277991848009054236727799184800905423672779918480090542367277991848009054236727799184800905423672779918480090542367277991848009054236727799184800905423672779918480090" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 55831da8-37d2-4840-9657-504aab6fdaea, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 55831da8-37d2-4840-9657-504aab6fdaea, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11493539856539530216 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1149353985653953021611493539856539530216114935398565395302161149353985653953021611493539856539530216114935398565395302161149353985653953021611493539856539530216114935398565395302161149353985653953021611493539856539530216114935398565395302161149353985653953021611493539856539530216114935398565395302161149353985653953021611493539856539530216114935398565395302161149353985653953021611493539856539530216" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4c3818d8-b359-4ffe-afb7-07074074ec21, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 55831da8-37d2-4840-9657-504aab6fdaea, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3b22fd47-f8e9-4805-8be4-4c394b253c44, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3b22fd47-f8e9-4805-8be4-4c394b253c44, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5902157798130071657 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59021577981300716575902157798130071657590215779813007165759021577981300716575902157798130071657590215779813007165759021577981300716575902157798130071657590215779813007165759021577981300716575902157798130071657590215779813007165759021577981300716575902157798130071657590215779813007165759021577981300716575902157798130071657590215779813007165759021577981300716575902157798130071657" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4b053b8c-8fb2-48dc-884d-d13891274391, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4b053b8c-8fb2-48dc-884d-d13891274391, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12513460945180403567 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1251346094518040356712513460945180403567125134609451804035671251346094518040356712513460945180403567125134609451804035671251346094518040356712513460945180403567125134609451804035671251346094518040356712513460945180403567125134609451804035671251346094518040356712513460945180403567125134609451804035671251346094518040356712513460945180403567125134609451804035671251346094518040356712513460945180403567" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3b22fd47-f8e9-4805-8be4-4c394b253c44, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2745185a-ed70-4bcd-9a23-9676e858eb60, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2745185a-ed70-4bcd-9a23-9676e858eb60, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16230986833759026609 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1623098683375902660916230986833759026609162309868337590266091623098683375902660916230986833759026609162309868337590266091623098683375902660916230986833759026609162309868337590266091623098683375902660916230986833759026609162309868337590266091623098683375902660916230986833759026609162309868337590266091623098683375902660916230986833759026609162309868337590266091623098683375902660916230986833759026609" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4b053b8c-8fb2-48dc-884d-d13891274391, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ad191beb-05f6-45fb-8b30-502effe166ce, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ad191beb-05f6-45fb-8b30-502effe166ce, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11223388711657168429 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1122338871165716842911223388711657168429112233887116571684291122338871165716842911223388711657168429112233887116571684291122338871165716842911223388711657168429112233887116571684291122338871165716842911223388711657168429112233887116571684291122338871165716842911223388711657168429112233887116571684291122338871165716842911223388711657168429112233887116571684291122338871165716842911223388711657168429" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2745185a-ed70-4bcd-9a23-9676e858eb60, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3a959f39-2e75-42c1-a6ac-a274f8983603, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3a959f39-2e75-42c1-a6ac-a274f8983603, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4429008238468648835 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44290082384686488354429008238468648835442900823846864883544290082384686488354429008238468648835442900823846864883544290082384686488354429008238468648835442900823846864883544290082384686488354429008238468648835442900823846864883544290082384686488354429008238468648835442900823846864883544290082384686488354429008238468648835442900823846864883544290082384686488354429008238468648835" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ad191beb-05f6-45fb-8b30-502effe166ce, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9318c24e-bb90-4fdc-8da1-675832d8331e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9318c24e-bb90-4fdc-8da1-675832d8331e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4505566662419520117 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45055666624195201174505566662419520117450556666241952011745055666624195201174505566662419520117450556666241952011745055666624195201174505566662419520117450556666241952011745055666624195201174505566662419520117450556666241952011745055666624195201174505566662419520117450556666241952011745055666624195201174505566662419520117450556666241952011745055666624195201174505566662419520117" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3a959f39-2e75-42c1-a6ac-a274f8983603, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 577519db-9337-4b54-bdda-b1505093d261, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 577519db-9337-4b54-bdda-b1505093d261, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2844037216219229203 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28440372162192292032844037216219229203284403721621922920328440372162192292032844037216219229203284403721621922920328440372162192292032844037216219229203284403721621922920328440372162192292032844037216219229203284403721621922920328440372162192292032844037216219229203284403721621922920328440372162192292032844037216219229203284403721621922920328440372162192292032844037216219229203" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 577519db-9337-4b54-bdda-b1505093d261, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9318c24e-bb90-4fdc-8da1-675832d8331e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9fa0b653-b612-4f2e-9864-5ecf503360cb, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9fa0b653-b612-4f2e-9864-5ecf503360cb, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15961937571090451083 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1596193757109045108315961937571090451083159619375710904510831596193757109045108315961937571090451083159619375710904510831596193757109045108315961937571090451083159619375710904510831596193757109045108315961937571090451083159619375710904510831596193757109045108315961937571090451083159619375710904510831596193757109045108315961937571090451083159619375710904510831596193757109045108315961937571090451083" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bb6a5c04-8b59-4f25-9c3f-8f31ab15a685, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bb6a5c04-8b59-4f25-9c3f-8f31ab15a685, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4905937388059712089 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49059373880597120894905937388059712089490593738805971208949059373880597120894905937388059712089490593738805971208949059373880597120894905937388059712089490593738805971208949059373880597120894905937388059712089490593738805971208949059373880597120894905937388059712089490593738805971208949059373880597120894905937388059712089490593738805971208949059373880597120894905937388059712089" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9fa0b653-b612-4f2e-9864-5ecf503360cb, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e794b156-cc45-4341-ae30-7cf8258cfd96, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e794b156-cc45-4341-ae30-7cf8258cfd96, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11509117357368366867 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1150911735736836686711509117357368366867115091173573683668671150911735736836686711509117357368366867115091173573683668671150911735736836686711509117357368366867115091173573683668671150911735736836686711509117357368366867115091173573683668671150911735736836686711509117357368366867115091173573683668671150911735736836686711509117357368366867115091173573683668671150911735736836686711509117357368366867" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bb6a5c04-8b59-4f25-9c3f-8f31ab15a685, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7d76618a-1b93-4b9a-9f30-5fcf8a54cfe2, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7d76618a-1b93-4b9a-9f30-5fcf8a54cfe2, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18071322258112310415 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1807132225811231041518071322258112310415180713222581123104151807132225811231041518071322258112310415180713222581123104151807132225811231041518071322258112310415180713222581123104151807132225811231041518071322258112310415180713222581123104151807132225811231041518071322258112310415180713222581123104151807132225811231041518071322258112310415180713222581123104151807132225811231041518071322258112310415" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e794b156-cc45-4341-ae30-7cf8258cfd96, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f0d07471-5f1a-4b3d-b4f8-f12b8705dd91, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f0d07471-5f1a-4b3d-b4f8-f12b8705dd91, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11061942963153709221 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1106194296315370922111061942963153709221110619429631537092211106194296315370922111061942963153709221110619429631537092211106194296315370922111061942963153709221110619429631537092211106194296315370922111061942963153709221110619429631537092211106194296315370922111061942963153709221110619429631537092211106194296315370922111061942963153709221110619429631537092211106194296315370922111061942963153709221" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f0d07471-5f1a-4b3d-b4f8-f12b8705dd91, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4d513475-58ae-446b-a7fa-ed64c2efaf9c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4d513475-58ae-446b-a7fa-ed64c2efaf9c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1238672816547399487 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12386728165473994871238672816547399487123867281654739948712386728165473994871238672816547399487123867281654739948712386728165473994871238672816547399487123867281654739948712386728165473994871238672816547399487123867281654739948712386728165473994871238672816547399487123867281654739948712386728165473994871238672816547399487123867281654739948712386728165473994871238672816547399487" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7d76618a-1b93-4b9a-9f30-5fcf8a54cfe2, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3e82604a-0a56-44a6-b5a5-3d17ddab7bf0, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3e82604a-0a56-44a6-b5a5-3d17ddab7bf0, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13825724596674369366 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1382572459667436936613825724596674369366138257245966743693661382572459667436936613825724596674369366138257245966743693661382572459667436936613825724596674369366138257245966743693661382572459667436936613825724596674369366138257245966743693661382572459667436936613825724596674369366138257245966743693661382572459667436936613825724596674369366138257245966743693661382572459667436936613825724596674369366" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4d513475-58ae-446b-a7fa-ed64c2efaf9c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 735382a8-ed74-4e03-afcf-6ac0fa0bb952, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 735382a8-ed74-4e03-afcf-6ac0fa0bb952, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8527395753243033634 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85273957532430336348527395753243033634852739575324303363485273957532430336348527395753243033634852739575324303363485273957532430336348527395753243033634852739575324303363485273957532430336348527395753243033634852739575324303363485273957532430336348527395753243033634852739575324303363485273957532430336348527395753243033634852739575324303363485273957532430336348527395753243033634" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3e82604a-0a56-44a6-b5a5-3d17ddab7bf0, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4ffcfede-a327-4ece-8173-f59ab9aed23c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4ffcfede-a327-4ece-8173-f59ab9aed23c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14862048494156668019 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1486204849415666801914862048494156668019148620484941566680191486204849415666801914862048494156668019148620484941566680191486204849415666801914862048494156668019148620484941566680191486204849415666801914862048494156668019148620484941566680191486204849415666801914862048494156668019148620484941566680191486204849415666801914862048494156668019148620484941566680191486204849415666801914862048494156668019" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 735382a8-ed74-4e03-afcf-6ac0fa0bb952, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4fd5090e-c641-489a-8e35-38ff28161d57, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4fd5090e-c641-489a-8e35-38ff28161d57, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10937637395209225116 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1093763739520922511610937637395209225116109376373952092251161093763739520922511610937637395209225116109376373952092251161093763739520922511610937637395209225116109376373952092251161093763739520922511610937637395209225116109376373952092251161093763739520922511610937637395209225116109376373952092251161093763739520922511610937637395209225116109376373952092251161093763739520922511610937637395209225116" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4ffcfede-a327-4ece-8173-f59ab9aed23c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f82ac2ca-c962-439b-ab9e-1037f8c98c45, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f82ac2ca-c962-439b-ab9e-1037f8c98c45, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4490049503133762984 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44900495031337629844490049503133762984449004950313376298444900495031337629844490049503133762984449004950313376298444900495031337629844490049503133762984449004950313376298444900495031337629844490049503133762984449004950313376298444900495031337629844490049503133762984449004950313376298444900495031337629844490049503133762984449004950313376298444900495031337629844490049503133762984" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4fd5090e-c641-489a-8e35-38ff28161d57, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a9a37f74-7b27-4f1a-b0c3-418a5a7f7cc8, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a9a37f74-7b27-4f1a-b0c3-418a5a7f7cc8, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4808023507001634835 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48080235070016348354808023507001634835480802350700163483548080235070016348354808023507001634835480802350700163483548080235070016348354808023507001634835480802350700163483548080235070016348354808023507001634835480802350700163483548080235070016348354808023507001634835480802350700163483548080235070016348354808023507001634835480802350700163483548080235070016348354808023507001634835" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f82ac2ca-c962-439b-ab9e-1037f8c98c45, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8159d892-bfd7-4b83-9bfd-32b838e6f305, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8159d892-bfd7-4b83-9bfd-32b838e6f305, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8585389990513328128 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85853899905133281288585389990513328128858538999051332812885853899905133281288585389990513328128858538999051332812885853899905133281288585389990513328128858538999051332812885853899905133281288585389990513328128858538999051332812885853899905133281288585389990513328128858538999051332812885853899905133281288585389990513328128858538999051332812885853899905133281288585389990513328128" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a9a37f74-7b27-4f1a-b0c3-418a5a7f7cc8, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6e2eb602-f7de-491b-97d2-82d73bac1520, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6e2eb602-f7de-491b-97d2-82d73bac1520, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 619228115319553860 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "619228115319553860619228115319553860619228115319553860619228115319553860619228115319553860619228115319553860619228115319553860619228115319553860619228115319553860619228115319553860619228115319553860619228115319553860619228115319553860619228115319553860619228115319553860619228115319553860619228115319553860619228115319553860619228115319553860619228115319553860" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8159d892-bfd7-4b83-9bfd-32b838e6f305, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3be76cae-3a9a-4d44-8cfe-7ae6265ecafe, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3be76cae-3a9a-4d44-8cfe-7ae6265ecafe, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8606648529947300484 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86066485299473004848606648529947300484860664852994730048486066485299473004848606648529947300484860664852994730048486066485299473004848606648529947300484860664852994730048486066485299473004848606648529947300484860664852994730048486066485299473004848606648529947300484860664852994730048486066485299473004848606648529947300484860664852994730048486066485299473004848606648529947300484" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6e2eb602-f7de-491b-97d2-82d73bac1520, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 15c90bff-ffcd-4a11-9653-5fcfa47ba960, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 15c90bff-ffcd-4a11-9653-5fcfa47ba960, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1101896348918233614 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11018963489182336141101896348918233614110189634891823361411018963489182336141101896348918233614110189634891823361411018963489182336141101896348918233614110189634891823361411018963489182336141101896348918233614110189634891823361411018963489182336141101896348918233614110189634891823361411018963489182336141101896348918233614110189634891823361411018963489182336141101896348918233614" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3be76cae-3a9a-4d44-8cfe-7ae6265ecafe, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1e543c4f-d930-47cd-8b96-fee04ff29744, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1e543c4f-d930-47cd-8b96-fee04ff29744, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7706961985078541248 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77069619850785412487706961985078541248770696198507854124877069619850785412487706961985078541248770696198507854124877069619850785412487706961985078541248770696198507854124877069619850785412487706961985078541248770696198507854124877069619850785412487706961985078541248770696198507854124877069619850785412487706961985078541248770696198507854124877069619850785412487706961985078541248" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 15c90bff-ffcd-4a11-9653-5fcfa47ba960, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9a10a8f6-6aa5-4610-ae8a-5b549011dba9, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9a10a8f6-6aa5-4610-ae8a-5b549011dba9, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16660090398768018353 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1666009039876801835316660090398768018353166600903987680183531666009039876801835316660090398768018353166600903987680183531666009039876801835316660090398768018353166600903987680183531666009039876801835316660090398768018353166600903987680183531666009039876801835316660090398768018353166600903987680183531666009039876801835316660090398768018353166600903987680183531666009039876801835316660090398768018353" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1e543c4f-d930-47cd-8b96-fee04ff29744, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9ff4436f-30f1-4061-bdde-0a3e332b10ce, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9ff4436f-30f1-4061-bdde-0a3e332b10ce, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6060622147912295343 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60606221479122953436060622147912295343606062214791229534360606221479122953436060622147912295343606062214791229534360606221479122953436060622147912295343606062214791229534360606221479122953436060622147912295343606062214791229534360606221479122953436060622147912295343606062214791229534360606221479122953436060622147912295343606062214791229534360606221479122953436060622147912295343" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9a10a8f6-6aa5-4610-ae8a-5b549011dba9, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ee211889-2764-410a-bffd-571efd314c57, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ee211889-2764-410a-bffd-571efd314c57, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13172848631213323429 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1317284863121332342913172848631213323429131728486312133234291317284863121332342913172848631213323429131728486312133234291317284863121332342913172848631213323429131728486312133234291317284863121332342913172848631213323429131728486312133234291317284863121332342913172848631213323429131728486312133234291317284863121332342913172848631213323429131728486312133234291317284863121332342913172848631213323429" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9ff4436f-30f1-4061-bdde-0a3e332b10ce, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 38960fa4-79d3-490b-8e00-42da5c439945, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 38960fa4-79d3-490b-8e00-42da5c439945, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13108352961047751496 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1310835296104775149613108352961047751496131083529610477514961310835296104775149613108352961047751496131083529610477514961310835296104775149613108352961047751496131083529610477514961310835296104775149613108352961047751496131083529610477514961310835296104775149613108352961047751496131083529610477514961310835296104775149613108352961047751496131083529610477514961310835296104775149613108352961047751496" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ee211889-2764-410a-bffd-571efd314c57, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3840ae16-d74e-40d5-8b05-958fecbec387, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3840ae16-d74e-40d5-8b05-958fecbec387, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1303089796160720796 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13030897961607207961303089796160720796130308979616072079613030897961607207961303089796160720796130308979616072079613030897961607207961303089796160720796130308979616072079613030897961607207961303089796160720796130308979616072079613030897961607207961303089796160720796130308979616072079613030897961607207961303089796160720796130308979616072079613030897961607207961303089796160720796" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 38960fa4-79d3-490b-8e00-42da5c439945, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 25a31548-fba3-42cf-a3e1-831dcff43c74, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 25a31548-fba3-42cf-a3e1-831dcff43c74, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5746417431987688794 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57464174319876887945746417431987688794574641743198768879457464174319876887945746417431987688794574641743198768879457464174319876887945746417431987688794574641743198768879457464174319876887945746417431987688794574641743198768879457464174319876887945746417431987688794574641743198768879457464174319876887945746417431987688794574641743198768879457464174319876887945746417431987688794" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3840ae16-d74e-40d5-8b05-958fecbec387, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cd7d6064-482f-41b3-8b6c-e356a8a9b541, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cd7d6064-482f-41b3-8b6c-e356a8a9b541, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17034543808656094368 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1703454380865609436817034543808656094368170345438086560943681703454380865609436817034543808656094368170345438086560943681703454380865609436817034543808656094368170345438086560943681703454380865609436817034543808656094368170345438086560943681703454380865609436817034543808656094368170345438086560943681703454380865609436817034543808656094368170345438086560943681703454380865609436817034543808656094368" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 25a31548-fba3-42cf-a3e1-831dcff43c74, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9ec455a2-0358-464e-b6a8-48bb62561d6c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9ec455a2-0358-464e-b6a8-48bb62561d6c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18110464186178038381 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1811046418617803838118110464186178038381181104641861780383811811046418617803838118110464186178038381181104641861780383811811046418617803838118110464186178038381181104641861780383811811046418617803838118110464186178038381181104641861780383811811046418617803838118110464186178038381181104641861780383811811046418617803838118110464186178038381181104641861780383811811046418617803838118110464186178038381" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cd7d6064-482f-41b3-8b6c-e356a8a9b541, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fecf522f-4e89-42c6-b535-1a16af9d2d16, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fecf522f-4e89-42c6-b535-1a16af9d2d16, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6815768923965178065 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68157689239651780656815768923965178065681576892396517806568157689239651780656815768923965178065681576892396517806568157689239651780656815768923965178065681576892396517806568157689239651780656815768923965178065681576892396517806568157689239651780656815768923965178065681576892396517806568157689239651780656815768923965178065681576892396517806568157689239651780656815768923965178065" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9ec455a2-0358-464e-b6a8-48bb62561d6c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7d38ec11-86b3-4627-8afb-2f16f86163bf, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fecf522f-4e89-42c6-b535-1a16af9d2d16, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7d38ec11-86b3-4627-8afb-2f16f86163bf, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11775636223599470336 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1177563622359947033611775636223599470336117756362235994703361177563622359947033611775636223599470336117756362235994703361177563622359947033611775636223599470336117756362235994703361177563622359947033611775636223599470336117756362235994703361177563622359947033611775636223599470336117756362235994703361177563622359947033611775636223599470336117756362235994703361177563622359947033611775636223599470336" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, db12a156-ec18-44d2-98ca-84c99179429f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, db12a156-ec18-44d2-98ca-84c99179429f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4952579834009022871 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49525798340090228714952579834009022871495257983400902287149525798340090228714952579834009022871495257983400902287149525798340090228714952579834009022871495257983400902287149525798340090228714952579834009022871495257983400902287149525798340090228714952579834009022871495257983400902287149525798340090228714952579834009022871495257983400902287149525798340090228714952579834009022871" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7d38ec11-86b3-4627-8afb-2f16f86163bf, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 97689c58-18ff-403b-9b24-92f3a08bc177, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 97689c58-18ff-403b-9b24-92f3a08bc177, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11955588470068671786 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1195558847006867178611955588470068671786119555884700686717861195558847006867178611955588470068671786119555884700686717861195558847006867178611955588470068671786119555884700686717861195558847006867178611955588470068671786119555884700686717861195558847006867178611955588470068671786119555884700686717861195558847006867178611955588470068671786119555884700686717861195558847006867178611955588470068671786" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, db12a156-ec18-44d2-98ca-84c99179429f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6335095e-5d59-40b4-8993-17b3d7cbc874, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6335095e-5d59-40b4-8993-17b3d7cbc874, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2115432880581525244 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21154328805815252442115432880581525244211543288058152524421154328805815252442115432880581525244211543288058152524421154328805815252442115432880581525244211543288058152524421154328805815252442115432880581525244211543288058152524421154328805815252442115432880581525244211543288058152524421154328805815252442115432880581525244211543288058152524421154328805815252442115432880581525244" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 97689c58-18ff-403b-9b24-92f3a08bc177, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a003229e-db6b-4a04-9128-1d3656a1a3c7, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6335095e-5d59-40b4-8993-17b3d7cbc874, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a003229e-db6b-4a04-9128-1d3656a1a3c7, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6844612585512723801 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68446125855127238016844612585512723801684461258551272380168446125855127238016844612585512723801684461258551272380168446125855127238016844612585512723801684461258551272380168446125855127238016844612585512723801684461258551272380168446125855127238016844612585512723801684461258551272380168446125855127238016844612585512723801684461258551272380168446125855127238016844612585512723801" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1e692852-d57c-49ce-83dd-4a8a6a386cd0, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1e692852-d57c-49ce-83dd-4a8a6a386cd0, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17423642838348480293 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1742364283834848029317423642838348480293174236428383484802931742364283834848029317423642838348480293174236428383484802931742364283834848029317423642838348480293174236428383484802931742364283834848029317423642838348480293174236428383484802931742364283834848029317423642838348480293174236428383484802931742364283834848029317423642838348480293174236428383484802931742364283834848029317423642838348480293" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a003229e-db6b-4a04-9128-1d3656a1a3c7, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cb4cc542-f167-4aad-bf4a-facf4c2c9092, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cb4cc542-f167-4aad-bf4a-facf4c2c9092, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16697928131693217739 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1669792813169321773916697928131693217739166979281316932177391669792813169321773916697928131693217739166979281316932177391669792813169321773916697928131693217739166979281316932177391669792813169321773916697928131693217739166979281316932177391669792813169321773916697928131693217739166979281316932177391669792813169321773916697928131693217739166979281316932177391669792813169321773916697928131693217739" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1e692852-d57c-49ce-83dd-4a8a6a386cd0, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 493e113f-cf8a-4ba3-8956-006d9b3ab320, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 493e113f-cf8a-4ba3-8956-006d9b3ab320, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 323354922674676012 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "323354922674676012323354922674676012323354922674676012323354922674676012323354922674676012323354922674676012323354922674676012323354922674676012323354922674676012323354922674676012323354922674676012323354922674676012323354922674676012323354922674676012323354922674676012323354922674676012323354922674676012323354922674676012323354922674676012323354922674676012" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cb4cc542-f167-4aad-bf4a-facf4c2c9092, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e038d2b2-2a73-41e4-887e-48765fc38a89, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e038d2b2-2a73-41e4-887e-48765fc38a89, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16328356989173237128 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1632835698917323712816328356989173237128163283569891732371281632835698917323712816328356989173237128163283569891732371281632835698917323712816328356989173237128163283569891732371281632835698917323712816328356989173237128163283569891732371281632835698917323712816328356989173237128163283569891732371281632835698917323712816328356989173237128163283569891732371281632835698917323712816328356989173237128" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 493e113f-cf8a-4ba3-8956-006d9b3ab320, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ccbc3d24-c6a5-4b83-a75d-7de737ccc941, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ccbc3d24-c6a5-4b83-a75d-7de737ccc941, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4473087945402910219 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44730879454029102194473087945402910219447308794540291021944730879454029102194473087945402910219447308794540291021944730879454029102194473087945402910219447308794540291021944730879454029102194473087945402910219447308794540291021944730879454029102194473087945402910219447308794540291021944730879454029102194473087945402910219447308794540291021944730879454029102194473087945402910219" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e038d2b2-2a73-41e4-887e-48765fc38a89, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e9703515-d4d8-467e-a0a5-6b7fdc50e81c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e9703515-d4d8-467e-a0a5-6b7fdc50e81c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9657631766831897129 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96576317668318971299657631766831897129965763176683189712996576317668318971299657631766831897129965763176683189712996576317668318971299657631766831897129965763176683189712996576317668318971299657631766831897129965763176683189712996576317668318971299657631766831897129965763176683189712996576317668318971299657631766831897129965763176683189712996576317668318971299657631766831897129" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ccbc3d24-c6a5-4b83-a75d-7de737ccc941, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1495bb40-26d9-4996-aa01-61b29434d7a5, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1495bb40-26d9-4996-aa01-61b29434d7a5, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17742440072100651022 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1774244007210065102217742440072100651022177424400721006510221774244007210065102217742440072100651022177424400721006510221774244007210065102217742440072100651022177424400721006510221774244007210065102217742440072100651022177424400721006510221774244007210065102217742440072100651022177424400721006510221774244007210065102217742440072100651022177424400721006510221774244007210065102217742440072100651022" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e9703515-d4d8-467e-a0a5-6b7fdc50e81c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 03fe3296-addf-437b-a993-98bc9244273a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 03fe3296-addf-437b-a993-98bc9244273a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14851261853416970995 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1485126185341697099514851261853416970995148512618534169709951485126185341697099514851261853416970995148512618534169709951485126185341697099514851261853416970995148512618534169709951485126185341697099514851261853416970995148512618534169709951485126185341697099514851261853416970995148512618534169709951485126185341697099514851261853416970995148512618534169709951485126185341697099514851261853416970995" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1495bb40-26d9-4996-aa01-61b29434d7a5, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 71558d58-89a6-4411-a942-9a47ab583467, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 71558d58-89a6-4411-a942-9a47ab583467, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8108738719164329620 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81087387191643296208108738719164329620810873871916432962081087387191643296208108738719164329620810873871916432962081087387191643296208108738719164329620810873871916432962081087387191643296208108738719164329620810873871916432962081087387191643296208108738719164329620810873871916432962081087387191643296208108738719164329620810873871916432962081087387191643296208108738719164329620" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 03fe3296-addf-437b-a993-98bc9244273a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 368088a2-db41-483b-8b1e-7afd9f88e354, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 368088a2-db41-483b-8b1e-7afd9f88e354, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13763158538194604188 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1376315853819460418813763158538194604188137631585381946041881376315853819460418813763158538194604188137631585381946041881376315853819460418813763158538194604188137631585381946041881376315853819460418813763158538194604188137631585381946041881376315853819460418813763158538194604188137631585381946041881376315853819460418813763158538194604188137631585381946041881376315853819460418813763158538194604188" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 71558d58-89a6-4411-a942-9a47ab583467, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, be9d5dd5-2996-4b8a-83e5-4a34478a35ab, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, be9d5dd5-2996-4b8a-83e5-4a34478a35ab, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16272195677989416640 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1627219567798941664016272195677989416640162721956779894166401627219567798941664016272195677989416640162721956779894166401627219567798941664016272195677989416640162721956779894166401627219567798941664016272195677989416640162721956779894166401627219567798941664016272195677989416640162721956779894166401627219567798941664016272195677989416640162721956779894166401627219567798941664016272195677989416640" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 368088a2-db41-483b-8b1e-7afd9f88e354, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 78f8630f-0a1a-4e32-ae22-7e4c28345a4b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 78f8630f-0a1a-4e32-ae22-7e4c28345a4b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1152481048115497247 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11524810481154972471152481048115497247115248104811549724711524810481154972471152481048115497247115248104811549724711524810481154972471152481048115497247115248104811549724711524810481154972471152481048115497247115248104811549724711524810481154972471152481048115497247115248104811549724711524810481154972471152481048115497247115248104811549724711524810481154972471152481048115497247" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, be9d5dd5-2996-4b8a-83e5-4a34478a35ab, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c4c5ce36-7a9a-43d1-963a-7bc6b7c9ec28, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c4c5ce36-7a9a-43d1-963a-7bc6b7c9ec28, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15707308485285698237 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1570730848528569823715707308485285698237157073084852856982371570730848528569823715707308485285698237157073084852856982371570730848528569823715707308485285698237157073084852856982371570730848528569823715707308485285698237157073084852856982371570730848528569823715707308485285698237157073084852856982371570730848528569823715707308485285698237157073084852856982371570730848528569823715707308485285698237" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 78f8630f-0a1a-4e32-ae22-7e4c28345a4b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8060dd33-4100-4a74-8c31-d7fafd34d3e9, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8060dd33-4100-4a74-8c31-d7fafd34d3e9, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8393357046967356060 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83933570469673560608393357046967356060839335704696735606083933570469673560608393357046967356060839335704696735606083933570469673560608393357046967356060839335704696735606083933570469673560608393357046967356060839335704696735606083933570469673560608393357046967356060839335704696735606083933570469673560608393357046967356060839335704696735606083933570469673560608393357046967356060" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c4c5ce36-7a9a-43d1-963a-7bc6b7c9ec28, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 311350cf-ad59-40a7-bb58-eb7ce040b3ad, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 311350cf-ad59-40a7-bb58-eb7ce040b3ad, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 452379671557707943 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "452379671557707943452379671557707943452379671557707943452379671557707943452379671557707943452379671557707943452379671557707943452379671557707943452379671557707943452379671557707943452379671557707943452379671557707943452379671557707943452379671557707943452379671557707943452379671557707943452379671557707943452379671557707943452379671557707943452379671557707943" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8060dd33-4100-4a74-8c31-d7fafd34d3e9, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b0ac134d-8f32-4080-85d7-f7ac1b7bfedf, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b0ac134d-8f32-4080-85d7-f7ac1b7bfedf, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1648186265812589831 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16481862658125898311648186265812589831164818626581258983116481862658125898311648186265812589831164818626581258983116481862658125898311648186265812589831164818626581258983116481862658125898311648186265812589831164818626581258983116481862658125898311648186265812589831164818626581258983116481862658125898311648186265812589831164818626581258983116481862658125898311648186265812589831" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 311350cf-ad59-40a7-bb58-eb7ce040b3ad, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5ab27788-5978-4dbf-9257-9efbacf54a92, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5ab27788-5978-4dbf-9257-9efbacf54a92, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3654811330168990782 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36548113301689907823654811330168990782365481133016899078236548113301689907823654811330168990782365481133016899078236548113301689907823654811330168990782365481133016899078236548113301689907823654811330168990782365481133016899078236548113301689907823654811330168990782365481133016899078236548113301689907823654811330168990782365481133016899078236548113301689907823654811330168990782" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b0ac134d-8f32-4080-85d7-f7ac1b7bfedf, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b97004bb-2786-43e0-a7a1-e2b66158c999, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b97004bb-2786-43e0-a7a1-e2b66158c999, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4327137637374088367 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43271376373740883674327137637374088367432713763737408836743271376373740883674327137637374088367432713763737408836743271376373740883674327137637374088367432713763737408836743271376373740883674327137637374088367432713763737408836743271376373740883674327137637374088367432713763737408836743271376373740883674327137637374088367432713763737408836743271376373740883674327137637374088367" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5ab27788-5978-4dbf-9257-9efbacf54a92, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2ff3aedd-30ac-4ba3-84d6-2cb9730e3d04, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b97004bb-2786-43e0-a7a1-e2b66158c999, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b1d4b719-86dd-4d62-a6e2-509c6f8161c7, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b1d4b719-86dd-4d62-a6e2-509c6f8161c7, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 650122566438227773 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "650122566438227773650122566438227773650122566438227773650122566438227773650122566438227773650122566438227773650122566438227773650122566438227773650122566438227773650122566438227773650122566438227773650122566438227773650122566438227773650122566438227773650122566438227773650122566438227773650122566438227773650122566438227773650122566438227773650122566438227773" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2ff3aedd-30ac-4ba3-84d6-2cb9730e3d04, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7150346338520173639 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71503463385201736397150346338520173639715034633852017363971503463385201736397150346338520173639715034633852017363971503463385201736397150346338520173639715034633852017363971503463385201736397150346338520173639715034633852017363971503463385201736397150346338520173639715034633852017363971503463385201736397150346338520173639715034633852017363971503463385201736397150346338520173639" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b1d4b719-86dd-4d62-a6e2-509c6f8161c7, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 772f486e-c7ef-4d5c-9bca-cd43de23de5d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 772f486e-c7ef-4d5c-9bca-cd43de23de5d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1008807373942862208 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10088073739428622081008807373942862208100880737394286220810088073739428622081008807373942862208100880737394286220810088073739428622081008807373942862208100880737394286220810088073739428622081008807373942862208100880737394286220810088073739428622081008807373942862208100880737394286220810088073739428622081008807373942862208100880737394286220810088073739428622081008807373942862208" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2ff3aedd-30ac-4ba3-84d6-2cb9730e3d04, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5f40adb4-c0bc-422f-a3d7-3854c79a1a60, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5f40adb4-c0bc-422f-a3d7-3854c79a1a60, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4857419592901201310 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48574195929012013104857419592901201310485741959290120131048574195929012013104857419592901201310485741959290120131048574195929012013104857419592901201310485741959290120131048574195929012013104857419592901201310485741959290120131048574195929012013104857419592901201310485741959290120131048574195929012013104857419592901201310485741959290120131048574195929012013104857419592901201310" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5f40adb4-c0bc-422f-a3d7-3854c79a1a60, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3258ca0e-3d2c-4f09-b479-4a5af1b325ae, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3258ca0e-3d2c-4f09-b479-4a5af1b325ae, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5058210913328311036 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50582109133283110365058210913328311036505821091332831103650582109133283110365058210913328311036505821091332831103650582109133283110365058210913328311036505821091332831103650582109133283110365058210913328311036505821091332831103650582109133283110365058210913328311036505821091332831103650582109133283110365058210913328311036505821091332831103650582109133283110365058210913328311036" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 772f486e-c7ef-4d5c-9bca-cd43de23de5d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e3385287-275e-48d0-96cc-accbd6295fbd, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e3385287-275e-48d0-96cc-accbd6295fbd, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8660679635054367906 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86606796350543679068660679635054367906866067963505436790686606796350543679068660679635054367906866067963505436790686606796350543679068660679635054367906866067963505436790686606796350543679068660679635054367906866067963505436790686606796350543679068660679635054367906866067963505436790686606796350543679068660679635054367906866067963505436790686606796350543679068660679635054367906" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3258ca0e-3d2c-4f09-b479-4a5af1b325ae, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6466d415-0829-4f06-b07f-62a2d1f9c81c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6466d415-0829-4f06-b07f-62a2d1f9c81c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7672212678703119781 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76722126787031197817672212678703119781767221267870311978176722126787031197817672212678703119781767221267870311978176722126787031197817672212678703119781767221267870311978176722126787031197817672212678703119781767221267870311978176722126787031197817672212678703119781767221267870311978176722126787031197817672212678703119781767221267870311978176722126787031197817672212678703119781" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e3385287-275e-48d0-96cc-accbd6295fbd, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 965d4699-afa9-4268-895e-ed0e6de43d9e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 965d4699-afa9-4268-895e-ed0e6de43d9e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5799179233781124404 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57991792337811244045799179233781124404579917923378112440457991792337811244045799179233781124404579917923378112440457991792337811244045799179233781124404579917923378112440457991792337811244045799179233781124404579917923378112440457991792337811244045799179233781124404579917923378112440457991792337811244045799179233781124404579917923378112440457991792337811244045799179233781124404" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6466d415-0829-4f06-b07f-62a2d1f9c81c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4db36526-99eb-4eac-8ccd-761169d82e19, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4db36526-99eb-4eac-8ccd-761169d82e19, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15443873043353656871 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1544387304335365687115443873043353656871154438730433536568711544387304335365687115443873043353656871154438730433536568711544387304335365687115443873043353656871154438730433536568711544387304335365687115443873043353656871154438730433536568711544387304335365687115443873043353656871154438730433536568711544387304335365687115443873043353656871154438730433536568711544387304335365687115443873043353656871" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 965d4699-afa9-4268-895e-ed0e6de43d9e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bdced54c-0017-438c-ba6b-d7e389d75e3b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bdced54c-0017-438c-ba6b-d7e389d75e3b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7161930947656516276 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71619309476565162767161930947656516276716193094765651627671619309476565162767161930947656516276716193094765651627671619309476565162767161930947656516276716193094765651627671619309476565162767161930947656516276716193094765651627671619309476565162767161930947656516276716193094765651627671619309476565162767161930947656516276716193094765651627671619309476565162767161930947656516276" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4db36526-99eb-4eac-8ccd-761169d82e19, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 328dc91a-d33d-4a58-bd81-b02dcdb49084, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 328dc91a-d33d-4a58-bd81-b02dcdb49084, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4334070988363828960 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43340709883638289604334070988363828960433407098836382896043340709883638289604334070988363828960433407098836382896043340709883638289604334070988363828960433407098836382896043340709883638289604334070988363828960433407098836382896043340709883638289604334070988363828960433407098836382896043340709883638289604334070988363828960433407098836382896043340709883638289604334070988363828960" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bdced54c-0017-438c-ba6b-d7e389d75e3b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 35709bc4-5f7a-42b2-927c-0b50034f3fa4, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 35709bc4-5f7a-42b2-927c-0b50034f3fa4, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13003438936798862484 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1300343893679886248413003438936798862484130034389367988624841300343893679886248413003438936798862484130034389367988624841300343893679886248413003438936798862484130034389367988624841300343893679886248413003438936798862484130034389367988624841300343893679886248413003438936798862484130034389367988624841300343893679886248413003438936798862484130034389367988624841300343893679886248413003438936798862484" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 328dc91a-d33d-4a58-bd81-b02dcdb49084, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ad059eb5-0aef-490b-9ea1-111edc1c1f4b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ad059eb5-0aef-490b-9ea1-111edc1c1f4b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13186515487890283884 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1318651548789028388413186515487890283884131865154878902838841318651548789028388413186515487890283884131865154878902838841318651548789028388413186515487890283884131865154878902838841318651548789028388413186515487890283884131865154878902838841318651548789028388413186515487890283884131865154878902838841318651548789028388413186515487890283884131865154878902838841318651548789028388413186515487890283884" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 35709bc4-5f7a-42b2-927c-0b50034f3fa4, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dc692c31-c1f9-4a6c-9ab7-36fda306e4b1, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dc692c31-c1f9-4a6c-9ab7-36fda306e4b1, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7510068138404759163 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75100681384047591637510068138404759163751006813840475916375100681384047591637510068138404759163751006813840475916375100681384047591637510068138404759163751006813840475916375100681384047591637510068138404759163751006813840475916375100681384047591637510068138404759163751006813840475916375100681384047591637510068138404759163751006813840475916375100681384047591637510068138404759163" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ad059eb5-0aef-490b-9ea1-111edc1c1f4b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 15d379bd-0132-4e8b-bc32-8f5779d82598, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 15d379bd-0132-4e8b-bc32-8f5779d82598, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12807593971717671367 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1280759397171767136712807593971717671367128075939717176713671280759397171767136712807593971717671367128075939717176713671280759397171767136712807593971717671367128075939717176713671280759397171767136712807593971717671367128075939717176713671280759397171767136712807593971717671367128075939717176713671280759397171767136712807593971717671367128075939717176713671280759397171767136712807593971717671367" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dc692c31-c1f9-4a6c-9ab7-36fda306e4b1, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e589c5d6-6b73-482a-961e-cd0a512b40c3, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e589c5d6-6b73-482a-961e-cd0a512b40c3, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 558150210330944657 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "558150210330944657558150210330944657558150210330944657558150210330944657558150210330944657558150210330944657558150210330944657558150210330944657558150210330944657558150210330944657558150210330944657558150210330944657558150210330944657558150210330944657558150210330944657558150210330944657558150210330944657558150210330944657558150210330944657558150210330944657" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 15d379bd-0132-4e8b-bc32-8f5779d82598, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f805f930-207c-441e-bb2c-c583e5483099, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f805f930-207c-441e-bb2c-c583e5483099, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11258065074336206309 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1125806507433620630911258065074336206309112580650743362063091125806507433620630911258065074336206309112580650743362063091125806507433620630911258065074336206309112580650743362063091125806507433620630911258065074336206309112580650743362063091125806507433620630911258065074336206309112580650743362063091125806507433620630911258065074336206309112580650743362063091125806507433620630911258065074336206309" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e589c5d6-6b73-482a-961e-cd0a512b40c3, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 14a00775-fe9f-43db-83c3-4318daaf3b5d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 14a00775-fe9f-43db-83c3-4318daaf3b5d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 167760155393269580 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "167760155393269580167760155393269580167760155393269580167760155393269580167760155393269580167760155393269580167760155393269580167760155393269580167760155393269580167760155393269580167760155393269580167760155393269580167760155393269580167760155393269580167760155393269580167760155393269580167760155393269580167760155393269580167760155393269580167760155393269580" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f805f930-207c-441e-bb2c-c583e5483099, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 699fd425-cabd-47a8-a87b-3689b110ca0b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 699fd425-cabd-47a8-a87b-3689b110ca0b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10533649462729923777 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1053364946272992377710533649462729923777105336494627299237771053364946272992377710533649462729923777105336494627299237771053364946272992377710533649462729923777105336494627299237771053364946272992377710533649462729923777105336494627299237771053364946272992377710533649462729923777105336494627299237771053364946272992377710533649462729923777105336494627299237771053364946272992377710533649462729923777" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 14a00775-fe9f-43db-83c3-4318daaf3b5d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 99703579-b1c4-4176-8e5f-e047a9cc495b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 99703579-b1c4-4176-8e5f-e047a9cc495b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4459736617947373364 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44597366179473733644459736617947373364445973661794737336444597366179473733644459736617947373364445973661794737336444597366179473733644459736617947373364445973661794737336444597366179473733644459736617947373364445973661794737336444597366179473733644459736617947373364445973661794737336444597366179473733644459736617947373364445973661794737336444597366179473733644459736617947373364" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 699fd425-cabd-47a8-a87b-3689b110ca0b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5095f990-db60-4968-a4c7-863fd8241b85, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5095f990-db60-4968-a4c7-863fd8241b85, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2309723275568916105 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23097232755689161052309723275568916105230972327556891610523097232755689161052309723275568916105230972327556891610523097232755689161052309723275568916105230972327556891610523097232755689161052309723275568916105230972327556891610523097232755689161052309723275568916105230972327556891610523097232755689161052309723275568916105230972327556891610523097232755689161052309723275568916105" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 99703579-b1c4-4176-8e5f-e047a9cc495b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1ce05d18-0fe4-43c4-a0b7-046948b0e0ce, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1ce05d18-0fe4-43c4-a0b7-046948b0e0ce, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17648627615180236826 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1764862761518023682617648627615180236826176486276151802368261764862761518023682617648627615180236826176486276151802368261764862761518023682617648627615180236826176486276151802368261764862761518023682617648627615180236826176486276151802368261764862761518023682617648627615180236826176486276151802368261764862761518023682617648627615180236826176486276151802368261764862761518023682617648627615180236826" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1ce05d18-0fe4-43c4-a0b7-046948b0e0ce, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8eb5c121-fd56-48ea-b7d2-a419a3956e5e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8eb5c121-fd56-48ea-b7d2-a419a3956e5e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14148487572349581155 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1414848757234958115514148487572349581155141484875723495811551414848757234958115514148487572349581155141484875723495811551414848757234958115514148487572349581155141484875723495811551414848757234958115514148487572349581155141484875723495811551414848757234958115514148487572349581155141484875723495811551414848757234958115514148487572349581155141484875723495811551414848757234958115514148487572349581155" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5095f990-db60-4968-a4c7-863fd8241b85, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b6318048-af50-4d48-a90d-deafd9d99666, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b6318048-af50-4d48-a90d-deafd9d99666, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12736462663650495319 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1273646266365049531912736462663650495319127364626636504953191273646266365049531912736462663650495319127364626636504953191273646266365049531912736462663650495319127364626636504953191273646266365049531912736462663650495319127364626636504953191273646266365049531912736462663650495319127364626636504953191273646266365049531912736462663650495319127364626636504953191273646266365049531912736462663650495319" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8eb5c121-fd56-48ea-b7d2-a419a3956e5e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7ed5d3c5-a9c7-42ae-88ae-f02c953dfe98, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7ed5d3c5-a9c7-42ae-88ae-f02c953dfe98, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13894460356004375209 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1389446035600437520913894460356004375209138944603560043752091389446035600437520913894460356004375209138944603560043752091389446035600437520913894460356004375209138944603560043752091389446035600437520913894460356004375209138944603560043752091389446035600437520913894460356004375209138944603560043752091389446035600437520913894460356004375209138944603560043752091389446035600437520913894460356004375209" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b6318048-af50-4d48-a90d-deafd9d99666, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c2ce4306-e473-47f9-8f77-977a0b5e6907, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c2ce4306-e473-47f9-8f77-977a0b5e6907, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8277652425438435236 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82776524254384352368277652425438435236827765242543843523682776524254384352368277652425438435236827765242543843523682776524254384352368277652425438435236827765242543843523682776524254384352368277652425438435236827765242543843523682776524254384352368277652425438435236827765242543843523682776524254384352368277652425438435236827765242543843523682776524254384352368277652425438435236" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7ed5d3c5-a9c7-42ae-88ae-f02c953dfe98, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, baeeba80-0d04-436d-9560-d32f8a9c0afd, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, baeeba80-0d04-436d-9560-d32f8a9c0afd, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5693586557458941553 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56935865574589415535693586557458941553569358655745894155356935865574589415535693586557458941553569358655745894155356935865574589415535693586557458941553569358655745894155356935865574589415535693586557458941553569358655745894155356935865574589415535693586557458941553569358655745894155356935865574589415535693586557458941553569358655745894155356935865574589415535693586557458941553" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c2ce4306-e473-47f9-8f77-977a0b5e6907, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ccbe4f4f-8baf-436f-bc5a-afbcc71f3f00, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ccbe4f4f-8baf-436f-bc5a-afbcc71f3f00, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11637562523958806699 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1163756252395880669911637562523958806699116375625239588066991163756252395880669911637562523958806699116375625239588066991163756252395880669911637562523958806699116375625239588066991163756252395880669911637562523958806699116375625239588066991163756252395880669911637562523958806699116375625239588066991163756252395880669911637562523958806699116375625239588066991163756252395880669911637562523958806699" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, baeeba80-0d04-436d-9560-d32f8a9c0afd, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, eaae74bf-fe5e-489b-82b8-20458ee4f7b8, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eaae74bf-fe5e-489b-82b8-20458ee4f7b8, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18419961531781753135 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1841996153178175313518419961531781753135184199615317817531351841996153178175313518419961531781753135184199615317817531351841996153178175313518419961531781753135184199615317817531351841996153178175313518419961531781753135184199615317817531351841996153178175313518419961531781753135184199615317817531351841996153178175313518419961531781753135184199615317817531351841996153178175313518419961531781753135" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ccbe4f4f-8baf-436f-bc5a-afbcc71f3f00, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 305222c9-ff5a-48f8-8153-397ec0765b78, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 305222c9-ff5a-48f8-8153-397ec0765b78, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1711687848594404688 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17116878485944046881711687848594404688171168784859440468817116878485944046881711687848594404688171168784859440468817116878485944046881711687848594404688171168784859440468817116878485944046881711687848594404688171168784859440468817116878485944046881711687848594404688171168784859440468817116878485944046881711687848594404688171168784859440468817116878485944046881711687848594404688" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eaae74bf-fe5e-489b-82b8-20458ee4f7b8, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d4e6f04b-b498-4c56-a97a-94564362555d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d4e6f04b-b498-4c56-a97a-94564362555d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11319529425888502525 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1131952942588850252511319529425888502525113195294258885025251131952942588850252511319529425888502525113195294258885025251131952942588850252511319529425888502525113195294258885025251131952942588850252511319529425888502525113195294258885025251131952942588850252511319529425888502525113195294258885025251131952942588850252511319529425888502525113195294258885025251131952942588850252511319529425888502525" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 305222c9-ff5a-48f8-8153-397ec0765b78, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1c87d8e3-39c9-4434-adf8-e2bcb07d3ef7, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1c87d8e3-39c9-4434-adf8-e2bcb07d3ef7, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13862900765897866412 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1386290076589786641213862900765897866412138629007658978664121386290076589786641213862900765897866412138629007658978664121386290076589786641213862900765897866412138629007658978664121386290076589786641213862900765897866412138629007658978664121386290076589786641213862900765897866412138629007658978664121386290076589786641213862900765897866412138629007658978664121386290076589786641213862900765897866412" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d4e6f04b-b498-4c56-a97a-94564362555d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6134210a-5be8-4165-8560-f0abc281ccd0, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1c87d8e3-39c9-4434-adf8-e2bcb07d3ef7, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6134210a-5be8-4165-8560-f0abc281ccd0, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15875838757654550306 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1587583875765455030615875838757654550306158758387576545503061587583875765455030615875838757654550306158758387576545503061587583875765455030615875838757654550306158758387576545503061587583875765455030615875838757654550306158758387576545503061587583875765455030615875838757654550306158758387576545503061587583875765455030615875838757654550306158758387576545503061587583875765455030615875838757654550306" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f046aa60-da95-476f-935a-a75d4c577d30, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f046aa60-da95-476f-935a-a75d4c577d30, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6638551242978620394 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66385512429786203946638551242978620394663855124297862039466385512429786203946638551242978620394663855124297862039466385512429786203946638551242978620394663855124297862039466385512429786203946638551242978620394663855124297862039466385512429786203946638551242978620394663855124297862039466385512429786203946638551242978620394663855124297862039466385512429786203946638551242978620394" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6134210a-5be8-4165-8560-f0abc281ccd0, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fc4064b4-ad08-42e6-8a83-2aa44495f082, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f046aa60-da95-476f-935a-a75d4c577d30, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fc4064b4-ad08-42e6-8a83-2aa44495f082, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10673757589008295732 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1067375758900829573210673757589008295732106737575890082957321067375758900829573210673757589008295732106737575890082957321067375758900829573210673757589008295732106737575890082957321067375758900829573210673757589008295732106737575890082957321067375758900829573210673757589008295732106737575890082957321067375758900829573210673757589008295732106737575890082957321067375758900829573210673757589008295732" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b75ed0c5-7063-4343-a82b-a43bf1339db5, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b75ed0c5-7063-4343-a82b-a43bf1339db5, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3806557845738979684 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38065578457389796843806557845738979684380655784573897968438065578457389796843806557845738979684380655784573897968438065578457389796843806557845738979684380655784573897968438065578457389796843806557845738979684380655784573897968438065578457389796843806557845738979684380655784573897968438065578457389796843806557845738979684380655784573897968438065578457389796843806557845738979684" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fc4064b4-ad08-42e6-8a83-2aa44495f082, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 33cf7981-f47d-46cb-b13a-12f302451719, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 33cf7981-f47d-46cb-b13a-12f302451719, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9220454990898945894 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92204549908989458949220454990898945894922045499089894589492204549908989458949220454990898945894922045499089894589492204549908989458949220454990898945894922045499089894589492204549908989458949220454990898945894922045499089894589492204549908989458949220454990898945894922045499089894589492204549908989458949220454990898945894922045499089894589492204549908989458949220454990898945894" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b75ed0c5-7063-4343-a82b-a43bf1339db5, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, be45ccd0-1793-4979-bd33-3129e1a4f1da, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, be45ccd0-1793-4979-bd33-3129e1a4f1da, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7957332831070488314 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79573328310704883147957332831070488314795733283107048831479573328310704883147957332831070488314795733283107048831479573328310704883147957332831070488314795733283107048831479573328310704883147957332831070488314795733283107048831479573328310704883147957332831070488314795733283107048831479573328310704883147957332831070488314795733283107048831479573328310704883147957332831070488314" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 33cf7981-f47d-46cb-b13a-12f302451719, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c17dd55c-793e-4c6a-99ce-b72497c89aae, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c17dd55c-793e-4c6a-99ce-b72497c89aae, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2877369755692570260 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28773697556925702602877369755692570260287736975569257026028773697556925702602877369755692570260287736975569257026028773697556925702602877369755692570260287736975569257026028773697556925702602877369755692570260287736975569257026028773697556925702602877369755692570260287736975569257026028773697556925702602877369755692570260287736975569257026028773697556925702602877369755692570260" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, be45ccd0-1793-4979-bd33-3129e1a4f1da, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c17dd55c-793e-4c6a-99ce-b72497c89aae, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bd83e145-d2c2-4519-b1f1-cb5794e9b18c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 643885c1-55d4-46ed-8e21-0df86ee5d8ed, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 643885c1-55d4-46ed-8e21-0df86ee5d8ed, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13034518852681300054 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1303451885268130005413034518852681300054130345188526813000541303451885268130005413034518852681300054130345188526813000541303451885268130005413034518852681300054130345188526813000541303451885268130005413034518852681300054130345188526813000541303451885268130005413034518852681300054130345188526813000541303451885268130005413034518852681300054130345188526813000541303451885268130005413034518852681300054" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bd83e145-d2c2-4519-b1f1-cb5794e9b18c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2333571724878583024 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23335717248785830242333571724878583024233357172487858302423335717248785830242333571724878583024233357172487858302423335717248785830242333571724878583024233357172487858302423335717248785830242333571724878583024233357172487858302423335717248785830242333571724878583024233357172487858302423335717248785830242333571724878583024233357172487858302423335717248785830242333571724878583024" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 643885c1-55d4-46ed-8e21-0df86ee5d8ed, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7e25b9a0-70b8-4556-9092-28b88b05b44e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7e25b9a0-70b8-4556-9092-28b88b05b44e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9455819015454221900 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94558190154542219009455819015454221900945581901545422190094558190154542219009455819015454221900945581901545422190094558190154542219009455819015454221900945581901545422190094558190154542219009455819015454221900945581901545422190094558190154542219009455819015454221900945581901545422190094558190154542219009455819015454221900945581901545422190094558190154542219009455819015454221900" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bd83e145-d2c2-4519-b1f1-cb5794e9b18c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 92ce8216-a071-421e-b356-82f7443e0bd4, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 92ce8216-a071-421e-b356-82f7443e0bd4, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5156500623921740380 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51565006239217403805156500623921740380515650062392174038051565006239217403805156500623921740380515650062392174038051565006239217403805156500623921740380515650062392174038051565006239217403805156500623921740380515650062392174038051565006239217403805156500623921740380515650062392174038051565006239217403805156500623921740380515650062392174038051565006239217403805156500623921740380" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7e25b9a0-70b8-4556-9092-28b88b05b44e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f52cee54-85db-4d00-b114-9fb29dc830cb, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f52cee54-85db-4d00-b114-9fb29dc830cb, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2199936306635969291 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21999363066359692912199936306635969291219993630663596929121999363066359692912199936306635969291219993630663596929121999363066359692912199936306635969291219993630663596929121999363066359692912199936306635969291219993630663596929121999363066359692912199936306635969291219993630663596929121999363066359692912199936306635969291219993630663596929121999363066359692912199936306635969291" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 92ce8216-a071-421e-b356-82f7443e0bd4, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 851ee72a-c8d3-45a3-b1d2-e6a477b9710a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 851ee72a-c8d3-45a3-b1d2-e6a477b9710a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7767565432381444503 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77675654323814445037767565432381444503776756543238144450377675654323814445037767565432381444503776756543238144450377675654323814445037767565432381444503776756543238144450377675654323814445037767565432381444503776756543238144450377675654323814445037767565432381444503776756543238144450377675654323814445037767565432381444503776756543238144450377675654323814445037767565432381444503" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f52cee54-85db-4d00-b114-9fb29dc830cb, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0a42a79c-335d-48c4-8723-24c051a4299e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0a42a79c-335d-48c4-8723-24c051a4299e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12194043425709629169 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1219404342570962916912194043425709629169121940434257096291691219404342570962916912194043425709629169121940434257096291691219404342570962916912194043425709629169121940434257096291691219404342570962916912194043425709629169121940434257096291691219404342570962916912194043425709629169121940434257096291691219404342570962916912194043425709629169121940434257096291691219404342570962916912194043425709629169" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 851ee72a-c8d3-45a3-b1d2-e6a477b9710a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f3b07d69-cfdc-43c2-af98-e4053d845fde, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f3b07d69-cfdc-43c2-af98-e4053d845fde, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14481924956590307729 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1448192495659030772914481924956590307729144819249565903077291448192495659030772914481924956590307729144819249565903077291448192495659030772914481924956590307729144819249565903077291448192495659030772914481924956590307729144819249565903077291448192495659030772914481924956590307729144819249565903077291448192495659030772914481924956590307729144819249565903077291448192495659030772914481924956590307729" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0a42a79c-335d-48c4-8723-24c051a4299e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9cc74f24-1551-40a8-bded-87333b4ce4d9, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9cc74f24-1551-40a8-bded-87333b4ce4d9, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18172065292115145696 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1817206529211514569618172065292115145696181720652921151456961817206529211514569618172065292115145696181720652921151456961817206529211514569618172065292115145696181720652921151456961817206529211514569618172065292115145696181720652921151456961817206529211514569618172065292115145696181720652921151456961817206529211514569618172065292115145696181720652921151456961817206529211514569618172065292115145696" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f3b07d69-cfdc-43c2-af98-e4053d845fde, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8b43f85d-e260-493d-b9e7-80a953427b8d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8b43f85d-e260-493d-b9e7-80a953427b8d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16866003731852082956 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1686600373185208295616866003731852082956168660037318520829561686600373185208295616866003731852082956168660037318520829561686600373185208295616866003731852082956168660037318520829561686600373185208295616866003731852082956168660037318520829561686600373185208295616866003731852082956168660037318520829561686600373185208295616866003731852082956168660037318520829561686600373185208295616866003731852082956" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9cc74f24-1551-40a8-bded-87333b4ce4d9, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f2369792-b039-4448-bcd1-d7125ce3ff2e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f2369792-b039-4448-bcd1-d7125ce3ff2e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10623954343360266895 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1062395434336026689510623954343360266895106239543433602668951062395434336026689510623954343360266895106239543433602668951062395434336026689510623954343360266895106239543433602668951062395434336026689510623954343360266895106239543433602668951062395434336026689510623954343360266895106239543433602668951062395434336026689510623954343360266895106239543433602668951062395434336026689510623954343360266895" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8b43f85d-e260-493d-b9e7-80a953427b8d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 70ca7896-2eb3-45b6-9ecf-30968c76075d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 70ca7896-2eb3-45b6-9ecf-30968c76075d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7741282573770119140 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77412825737701191407741282573770119140774128257377011914077412825737701191407741282573770119140774128257377011914077412825737701191407741282573770119140774128257377011914077412825737701191407741282573770119140774128257377011914077412825737701191407741282573770119140774128257377011914077412825737701191407741282573770119140774128257377011914077412825737701191407741282573770119140" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f2369792-b039-4448-bcd1-d7125ce3ff2e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 70c1dbe9-e296-4a78-be68-7c6d0d411408, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 70c1dbe9-e296-4a78-be68-7c6d0d411408, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6130585670730988812 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61305856707309888126130585670730988812613058567073098881261305856707309888126130585670730988812613058567073098881261305856707309888126130585670730988812613058567073098881261305856707309888126130585670730988812613058567073098881261305856707309888126130585670730988812613058567073098881261305856707309888126130585670730988812613058567073098881261305856707309888126130585670730988812" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 70ca7896-2eb3-45b6-9ecf-30968c76075d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c2aeeb6b-84a9-4f6b-960e-bcf4cf6c2593, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c2aeeb6b-84a9-4f6b-960e-bcf4cf6c2593, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8459804490676764615 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84598044906767646158459804490676764615845980449067676461584598044906767646158459804490676764615845980449067676461584598044906767646158459804490676764615845980449067676461584598044906767646158459804490676764615845980449067676461584598044906767646158459804490676764615845980449067676461584598044906767646158459804490676764615845980449067676461584598044906767646158459804490676764615" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 70c1dbe9-e296-4a78-be68-7c6d0d411408, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ea251f7c-c7dd-44de-b60c-34dc7ead0387, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ea251f7c-c7dd-44de-b60c-34dc7ead0387, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11410578005367381734 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1141057800536738173411410578005367381734114105780053673817341141057800536738173411410578005367381734114105780053673817341141057800536738173411410578005367381734114105780053673817341141057800536738173411410578005367381734114105780053673817341141057800536738173411410578005367381734114105780053673817341141057800536738173411410578005367381734114105780053673817341141057800536738173411410578005367381734" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c2aeeb6b-84a9-4f6b-960e-bcf4cf6c2593, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 15a1581b-b8fd-4392-b44d-b67a2fa05bb2, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 15a1581b-b8fd-4392-b44d-b67a2fa05bb2, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4173499689814014828 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41734996898140148284173499689814014828417349968981401482841734996898140148284173499689814014828417349968981401482841734996898140148284173499689814014828417349968981401482841734996898140148284173499689814014828417349968981401482841734996898140148284173499689814014828417349968981401482841734996898140148284173499689814014828417349968981401482841734996898140148284173499689814014828" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ea251f7c-c7dd-44de-b60c-34dc7ead0387, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0fa4bfb0-723b-46f8-a924-6b403f4d088e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0fa4bfb0-723b-46f8-a924-6b403f4d088e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13433600347490729356 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1343360034749072935613433600347490729356134336003474907293561343360034749072935613433600347490729356134336003474907293561343360034749072935613433600347490729356134336003474907293561343360034749072935613433600347490729356134336003474907293561343360034749072935613433600347490729356134336003474907293561343360034749072935613433600347490729356134336003474907293561343360034749072935613433600347490729356" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 15a1581b-b8fd-4392-b44d-b67a2fa05bb2, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 013c8fbb-e3e0-4f7c-9fd2-04f8609ff8ea, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 013c8fbb-e3e0-4f7c-9fd2-04f8609ff8ea, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17968789174779892887 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1796878917477989288717968789174779892887179687891747798928871796878917477989288717968789174779892887179687891747798928871796878917477989288717968789174779892887179687891747798928871796878917477989288717968789174779892887179687891747798928871796878917477989288717968789174779892887179687891747798928871796878917477989288717968789174779892887179687891747798928871796878917477989288717968789174779892887" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0fa4bfb0-723b-46f8-a924-6b403f4d088e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e1cc20cb-f77c-4c80-86e2-a1d617b66652, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e1cc20cb-f77c-4c80-86e2-a1d617b66652, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17045391285523157156 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1704539128552315715617045391285523157156170453912855231571561704539128552315715617045391285523157156170453912855231571561704539128552315715617045391285523157156170453912855231571561704539128552315715617045391285523157156170453912855231571561704539128552315715617045391285523157156170453912855231571561704539128552315715617045391285523157156170453912855231571561704539128552315715617045391285523157156" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 013c8fbb-e3e0-4f7c-9fd2-04f8609ff8ea, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 09ac27c6-e7c7-401b-915f-273af810bbf8, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 09ac27c6-e7c7-401b-915f-273af810bbf8, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2251270426409258726 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22512704264092587262251270426409258726225127042640925872622512704264092587262251270426409258726225127042640925872622512704264092587262251270426409258726225127042640925872622512704264092587262251270426409258726225127042640925872622512704264092587262251270426409258726225127042640925872622512704264092587262251270426409258726225127042640925872622512704264092587262251270426409258726" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 09ac27c6-e7c7-401b-915f-273af810bbf8, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2dd16d83-3cd7-4b0e-961b-bf490a58f337, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e1cc20cb-f77c-4c80-86e2-a1d617b66652, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0afb6ab4-7791-4e47-a45e-c71271d4272d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0afb6ab4-7791-4e47-a45e-c71271d4272d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10853021609615992664 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1085302160961599266410853021609615992664108530216096159926641085302160961599266410853021609615992664108530216096159926641085302160961599266410853021609615992664108530216096159926641085302160961599266410853021609615992664108530216096159926641085302160961599266410853021609615992664108530216096159926641085302160961599266410853021609615992664108530216096159926641085302160961599266410853021609615992664" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2dd16d83-3cd7-4b0e-961b-bf490a58f337, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17769038198611781490 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1776903819861178149017769038198611781490177690381986117814901776903819861178149017769038198611781490177690381986117814901776903819861178149017769038198611781490177690381986117814901776903819861178149017769038198611781490177690381986117814901776903819861178149017769038198611781490177690381986117814901776903819861178149017769038198611781490177690381986117814901776903819861178149017769038198611781490" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0afb6ab4-7791-4e47-a45e-c71271d4272d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b37e3e17-7dab-4c8c-af6a-cfbaba2fb57f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b37e3e17-7dab-4c8c-af6a-cfbaba2fb57f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16348976016882849375 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1634897601688284937516348976016882849375163489760168828493751634897601688284937516348976016882849375163489760168828493751634897601688284937516348976016882849375163489760168828493751634897601688284937516348976016882849375163489760168828493751634897601688284937516348976016882849375163489760168828493751634897601688284937516348976016882849375163489760168828493751634897601688284937516348976016882849375" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2dd16d83-3cd7-4b0e-961b-bf490a58f337, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8ade63eb-45fe-499e-a736-adfdf26a7564, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8ade63eb-45fe-499e-a736-adfdf26a7564, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9910926862735607665 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99109268627356076659910926862735607665991092686273560766599109268627356076659910926862735607665991092686273560766599109268627356076659910926862735607665991092686273560766599109268627356076659910926862735607665991092686273560766599109268627356076659910926862735607665991092686273560766599109268627356076659910926862735607665991092686273560766599109268627356076659910926862735607665" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b37e3e17-7dab-4c8c-af6a-cfbaba2fb57f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b47ac52a-6b3a-4615-84a2-68d11c5ad763, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b47ac52a-6b3a-4615-84a2-68d11c5ad763, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16629638447614026328 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1662963844761402632816629638447614026328166296384476140263281662963844761402632816629638447614026328166296384476140263281662963844761402632816629638447614026328166296384476140263281662963844761402632816629638447614026328166296384476140263281662963844761402632816629638447614026328166296384476140263281662963844761402632816629638447614026328166296384476140263281662963844761402632816629638447614026328" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8ade63eb-45fe-499e-a736-adfdf26a7564, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d9319d55-5b99-44d4-95b2-4a69a153e74b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d9319d55-5b99-44d4-95b2-4a69a153e74b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 374439686354311950 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "374439686354311950374439686354311950374439686354311950374439686354311950374439686354311950374439686354311950374439686354311950374439686354311950374439686354311950374439686354311950374439686354311950374439686354311950374439686354311950374439686354311950374439686354311950374439686354311950374439686354311950374439686354311950374439686354311950374439686354311950" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b47ac52a-6b3a-4615-84a2-68d11c5ad763, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ed22b0a3-faf1-42c1-a8be-1066b32ec86c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ed22b0a3-faf1-42c1-a8be-1066b32ec86c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11852198661210921914 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1185219866121092191411852198661210921914118521986612109219141185219866121092191411852198661210921914118521986612109219141185219866121092191411852198661210921914118521986612109219141185219866121092191411852198661210921914118521986612109219141185219866121092191411852198661210921914118521986612109219141185219866121092191411852198661210921914118521986612109219141185219866121092191411852198661210921914" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d9319d55-5b99-44d4-95b2-4a69a153e74b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 39e4196a-6d85-438f-a833-7e8b247fa3ea, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 39e4196a-6d85-438f-a833-7e8b247fa3ea, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17502245375611155858 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1750224537561115585817502245375611155858175022453756111558581750224537561115585817502245375611155858175022453756111558581750224537561115585817502245375611155858175022453756111558581750224537561115585817502245375611155858175022453756111558581750224537561115585817502245375611155858175022453756111558581750224537561115585817502245375611155858175022453756111558581750224537561115585817502245375611155858" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ed22b0a3-faf1-42c1-a8be-1066b32ec86c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 181d86ed-64bd-4e01-952f-54e9cea331e8, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 181d86ed-64bd-4e01-952f-54e9cea331e8, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13909739680625567879 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1390973968062556787913909739680625567879139097396806255678791390973968062556787913909739680625567879139097396806255678791390973968062556787913909739680625567879139097396806255678791390973968062556787913909739680625567879139097396806255678791390973968062556787913909739680625567879139097396806255678791390973968062556787913909739680625567879139097396806255678791390973968062556787913909739680625567879" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 39e4196a-6d85-438f-a833-7e8b247fa3ea, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 002c87dd-afd5-484c-b99c-ffe9f11c657a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 002c87dd-afd5-484c-b99c-ffe9f11c657a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11423371538464068193 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1142337153846406819311423371538464068193114233715384640681931142337153846406819311423371538464068193114233715384640681931142337153846406819311423371538464068193114233715384640681931142337153846406819311423371538464068193114233715384640681931142337153846406819311423371538464068193114233715384640681931142337153846406819311423371538464068193114233715384640681931142337153846406819311423371538464068193" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 181d86ed-64bd-4e01-952f-54e9cea331e8, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 71ebb549-6bb8-43be-9a10-6f8ca71131d2, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 71ebb549-6bb8-43be-9a10-6f8ca71131d2, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10959390529636981910 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1095939052963698191010959390529636981910109593905296369819101095939052963698191010959390529636981910109593905296369819101095939052963698191010959390529636981910109593905296369819101095939052963698191010959390529636981910109593905296369819101095939052963698191010959390529636981910109593905296369819101095939052963698191010959390529636981910109593905296369819101095939052963698191010959390529636981910" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 002c87dd-afd5-484c-b99c-ffe9f11c657a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d5375fcb-8eb6-4585-8c72-22908fab3f00, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d5375fcb-8eb6-4585-8c72-22908fab3f00, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14675982136204251141 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1467598213620425114114675982136204251141146759821362042511411467598213620425114114675982136204251141146759821362042511411467598213620425114114675982136204251141146759821362042511411467598213620425114114675982136204251141146759821362042511411467598213620425114114675982136204251141146759821362042511411467598213620425114114675982136204251141146759821362042511411467598213620425114114675982136204251141" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 71ebb549-6bb8-43be-9a10-6f8ca71131d2, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 480a76cd-d976-4026-a9d4-539b606ec501, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 480a76cd-d976-4026-a9d4-539b606ec501, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4841292987673894427 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48412929876738944274841292987673894427484129298767389442748412929876738944274841292987673894427484129298767389442748412929876738944274841292987673894427484129298767389442748412929876738944274841292987673894427484129298767389442748412929876738944274841292987673894427484129298767389442748412929876738944274841292987673894427484129298767389442748412929876738944274841292987673894427" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d5375fcb-8eb6-4585-8c72-22908fab3f00, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1ef8d005-5537-45b3-a299-43bf80478e18, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1ef8d005-5537-45b3-a299-43bf80478e18, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7563254627702397671 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75632546277023976717563254627702397671756325462770239767175632546277023976717563254627702397671756325462770239767175632546277023976717563254627702397671756325462770239767175632546277023976717563254627702397671756325462770239767175632546277023976717563254627702397671756325462770239767175632546277023976717563254627702397671756325462770239767175632546277023976717563254627702397671" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 480a76cd-d976-4026-a9d4-539b606ec501, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a8a8df14-46bc-4704-90c8-82f08a037af9, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a8a8df14-46bc-4704-90c8-82f08a037af9, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5997575277296945920 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59975752772969459205997575277296945920599757527729694592059975752772969459205997575277296945920599757527729694592059975752772969459205997575277296945920599757527729694592059975752772969459205997575277296945920599757527729694592059975752772969459205997575277296945920599757527729694592059975752772969459205997575277296945920599757527729694592059975752772969459205997575277296945920" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1ef8d005-5537-45b3-a299-43bf80478e18, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8681bd11-1445-40e0-abc4-269a3f02903c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8681bd11-1445-40e0-abc4-269a3f02903c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9731322350265361010 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97313223502653610109731322350265361010973132235026536101097313223502653610109731322350265361010973132235026536101097313223502653610109731322350265361010973132235026536101097313223502653610109731322350265361010973132235026536101097313223502653610109731322350265361010973132235026536101097313223502653610109731322350265361010973132235026536101097313223502653610109731322350265361010" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a8a8df14-46bc-4704-90c8-82f08a037af9, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a5c778b9-0839-42fa-9018-5b7766358f9a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a5c778b9-0839-42fa-9018-5b7766358f9a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14622366922847081127 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1462236692284708112714622366922847081127146223669228470811271462236692284708112714622366922847081127146223669228470811271462236692284708112714622366922847081127146223669228470811271462236692284708112714622366922847081127146223669228470811271462236692284708112714622366922847081127146223669228470811271462236692284708112714622366922847081127146223669228470811271462236692284708112714622366922847081127" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8681bd11-1445-40e0-abc4-269a3f02903c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9ce212ee-ef85-4c9c-8def-2baed0976260, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9ce212ee-ef85-4c9c-8def-2baed0976260, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4312411309724478505 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43124113097244785054312411309724478505431241130972447850543124113097244785054312411309724478505431241130972447850543124113097244785054312411309724478505431241130972447850543124113097244785054312411309724478505431241130972447850543124113097244785054312411309724478505431241130972447850543124113097244785054312411309724478505431241130972447850543124113097244785054312411309724478505" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a5c778b9-0839-42fa-9018-5b7766358f9a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1e02cee1-b583-4144-8910-131a6cb9235f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1e02cee1-b583-4144-8910-131a6cb9235f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13797106656141513644 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1379710665614151364413797106656141513644137971066561415136441379710665614151364413797106656141513644137971066561415136441379710665614151364413797106656141513644137971066561415136441379710665614151364413797106656141513644137971066561415136441379710665614151364413797106656141513644137971066561415136441379710665614151364413797106656141513644137971066561415136441379710665614151364413797106656141513644" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9ce212ee-ef85-4c9c-8def-2baed0976260, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 492359a6-a4cb-439d-9317-0ccafe20e9e3, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 492359a6-a4cb-439d-9317-0ccafe20e9e3, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16363198351503980421 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1636319835150398042116363198351503980421163631983515039804211636319835150398042116363198351503980421163631983515039804211636319835150398042116363198351503980421163631983515039804211636319835150398042116363198351503980421163631983515039804211636319835150398042116363198351503980421163631983515039804211636319835150398042116363198351503980421163631983515039804211636319835150398042116363198351503980421" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1e02cee1-b583-4144-8910-131a6cb9235f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 83a6eebc-f42c-4d9e-96b5-0ee0e611342a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 83a6eebc-f42c-4d9e-96b5-0ee0e611342a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1512915669225037595 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15129156692250375951512915669225037595151291566922503759515129156692250375951512915669225037595151291566922503759515129156692250375951512915669225037595151291566922503759515129156692250375951512915669225037595151291566922503759515129156692250375951512915669225037595151291566922503759515129156692250375951512915669225037595151291566922503759515129156692250375951512915669225037595" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 492359a6-a4cb-439d-9317-0ccafe20e9e3, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6f9a17be-cff7-423b-858f-8bce3d7af37e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6f9a17be-cff7-423b-858f-8bce3d7af37e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6865355575170517158 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68653555751705171586865355575170517158686535557517051715868653555751705171586865355575170517158686535557517051715868653555751705171586865355575170517158686535557517051715868653555751705171586865355575170517158686535557517051715868653555751705171586865355575170517158686535557517051715868653555751705171586865355575170517158686535557517051715868653555751705171586865355575170517158" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 83a6eebc-f42c-4d9e-96b5-0ee0e611342a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 47a0176e-be4c-42d8-aaa5-d6bce888ef7b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 47a0176e-be4c-42d8-aaa5-d6bce888ef7b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2106431658167281741 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21064316581672817412106431658167281741210643165816728174121064316581672817412106431658167281741210643165816728174121064316581672817412106431658167281741210643165816728174121064316581672817412106431658167281741210643165816728174121064316581672817412106431658167281741210643165816728174121064316581672817412106431658167281741210643165816728174121064316581672817412106431658167281741" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6f9a17be-cff7-423b-858f-8bce3d7af37e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fb18343d-4c0a-493e-8f86-17b8caa6c57a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fb18343d-4c0a-493e-8f86-17b8caa6c57a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9458022983008081756 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94580229830080817569458022983008081756945802298300808175694580229830080817569458022983008081756945802298300808175694580229830080817569458022983008081756945802298300808175694580229830080817569458022983008081756945802298300808175694580229830080817569458022983008081756945802298300808175694580229830080817569458022983008081756945802298300808175694580229830080817569458022983008081756" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 47a0176e-be4c-42d8-aaa5-d6bce888ef7b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2893f9da-5c55-4a5e-b7b5-1acaf48efefc, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2893f9da-5c55-4a5e-b7b5-1acaf48efefc, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5850632349362091548 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58506323493620915485850632349362091548585063234936209154858506323493620915485850632349362091548585063234936209154858506323493620915485850632349362091548585063234936209154858506323493620915485850632349362091548585063234936209154858506323493620915485850632349362091548585063234936209154858506323493620915485850632349362091548585063234936209154858506323493620915485850632349362091548" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fb18343d-4c0a-493e-8f86-17b8caa6c57a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 670f444b-55f0-42f7-8fe4-83642ae989dd, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 670f444b-55f0-42f7-8fe4-83642ae989dd, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11745124683890280309 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1174512468389028030911745124683890280309117451246838902803091174512468389028030911745124683890280309117451246838902803091174512468389028030911745124683890280309117451246838902803091174512468389028030911745124683890280309117451246838902803091174512468389028030911745124683890280309117451246838902803091174512468389028030911745124683890280309117451246838902803091174512468389028030911745124683890280309" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2893f9da-5c55-4a5e-b7b5-1acaf48efefc, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9d22a865-6a7f-4077-8ca3-b1330869abde, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9d22a865-6a7f-4077-8ca3-b1330869abde, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5481849237420037976 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54818492374200379765481849237420037976548184923742003797654818492374200379765481849237420037976548184923742003797654818492374200379765481849237420037976548184923742003797654818492374200379765481849237420037976548184923742003797654818492374200379765481849237420037976548184923742003797654818492374200379765481849237420037976548184923742003797654818492374200379765481849237420037976" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 670f444b-55f0-42f7-8fe4-83642ae989dd, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7971a75a-b5c4-4e04-8b7d-e4a67eae4d8a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7971a75a-b5c4-4e04-8b7d-e4a67eae4d8a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10941140963927486352 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1094114096392748635210941140963927486352109411409639274863521094114096392748635210941140963927486352109411409639274863521094114096392748635210941140963927486352109411409639274863521094114096392748635210941140963927486352109411409639274863521094114096392748635210941140963927486352109411409639274863521094114096392748635210941140963927486352109411409639274863521094114096392748635210941140963927486352" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7971a75a-b5c4-4e04-8b7d-e4a67eae4d8a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4b763fd8-8035-4f8b-9b86-af7339c45053, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4b763fd8-8035-4f8b-9b86-af7339c45053, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4545045325070723317 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45450453250707233174545045325070723317454504532507072331745450453250707233174545045325070723317454504532507072331745450453250707233174545045325070723317454504532507072331745450453250707233174545045325070723317454504532507072331745450453250707233174545045325070723317454504532507072331745450453250707233174545045325070723317454504532507072331745450453250707233174545045325070723317" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4b763fd8-8035-4f8b-9b86-af7339c45053, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 489c1f95-9d7d-4ff7-80a2-fca9f18f8e77, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 489c1f95-9d7d-4ff7-80a2-fca9f18f8e77, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8086824643013008827 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80868246430130088278086824643013008827808682464301300882780868246430130088278086824643013008827808682464301300882780868246430130088278086824643013008827808682464301300882780868246430130088278086824643013008827808682464301300882780868246430130088278086824643013008827808682464301300882780868246430130088278086824643013008827808682464301300882780868246430130088278086824643013008827" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9d22a865-6a7f-4077-8ca3-b1330869abde, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8398dc22-2a91-442c-a161-75f7591e83c4, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8398dc22-2a91-442c-a161-75f7591e83c4, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13955456393593747885 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1395545639359374788513955456393593747885139554563935937478851395545639359374788513955456393593747885139554563935937478851395545639359374788513955456393593747885139554563935937478851395545639359374788513955456393593747885139554563935937478851395545639359374788513955456393593747885139554563935937478851395545639359374788513955456393593747885139554563935937478851395545639359374788513955456393593747885" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 489c1f95-9d7d-4ff7-80a2-fca9f18f8e77, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d1093192-9919-4170-a1af-f6415a46dfac, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8398dc22-2a91-442c-a161-75f7591e83c4, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d1093192-9919-4170-a1af-f6415a46dfac, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16555173109486636106 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1655517310948663610616555173109486636106165551731094866361061655517310948663610616555173109486636106165551731094866361061655517310948663610616555173109486636106165551731094866361061655517310948663610616555173109486636106165551731094866361061655517310948663610616555173109486636106165551731094866361061655517310948663610616555173109486636106165551731094866361061655517310948663610616555173109486636106" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d8aa3e37-2883-42e3-9236-bbda41f65bd2, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d8aa3e37-2883-42e3-9236-bbda41f65bd2, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6448268597151586735 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64482685971515867356448268597151586735644826859715158673564482685971515867356448268597151586735644826859715158673564482685971515867356448268597151586735644826859715158673564482685971515867356448268597151586735644826859715158673564482685971515867356448268597151586735644826859715158673564482685971515867356448268597151586735644826859715158673564482685971515867356448268597151586735" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d1093192-9919-4170-a1af-f6415a46dfac, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d8aa3e37-2883-42e3-9236-bbda41f65bd2, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, be52b8f1-a79a-4940-bc2c-22d39d8eae0c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, be52b8f1-a79a-4940-bc2c-22d39d8eae0c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17293181064353364997 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1729318106435336499717293181064353364997172931810643533649971729318106435336499717293181064353364997172931810643533649971729318106435336499717293181064353364997172931810643533649971729318106435336499717293181064353364997172931810643533649971729318106435336499717293181064353364997172931810643533649971729318106435336499717293181064353364997172931810643533649971729318106435336499717293181064353364997" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 95c067ac-3084-4714-bb72-2f60db5d2e8c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 95c067ac-3084-4714-bb72-2f60db5d2e8c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10257007168731496004 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1025700716873149600410257007168731496004102570071687314960041025700716873149600410257007168731496004102570071687314960041025700716873149600410257007168731496004102570071687314960041025700716873149600410257007168731496004102570071687314960041025700716873149600410257007168731496004102570071687314960041025700716873149600410257007168731496004102570071687314960041025700716873149600410257007168731496004" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, be52b8f1-a79a-4940-bc2c-22d39d8eae0c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, affeb7a1-bc85-4459-9387-43a14e09d7f7, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, affeb7a1-bc85-4459-9387-43a14e09d7f7, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6647449396698001735 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66474493966980017356647449396698001735664744939669800173566474493966980017356647449396698001735664744939669800173566474493966980017356647449396698001735664744939669800173566474493966980017356647449396698001735664744939669800173566474493966980017356647449396698001735664744939669800173566474493966980017356647449396698001735664744939669800173566474493966980017356647449396698001735" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 95c067ac-3084-4714-bb72-2f60db5d2e8c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5ade2812-03d0-4a86-9c47-bdd5fc6ad36a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5ade2812-03d0-4a86-9c47-bdd5fc6ad36a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4465848266086860937 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44658482660868609374465848266086860937446584826608686093744658482660868609374465848266086860937446584826608686093744658482660868609374465848266086860937446584826608686093744658482660868609374465848266086860937446584826608686093744658482660868609374465848266086860937446584826608686093744658482660868609374465848266086860937446584826608686093744658482660868609374465848266086860937" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, affeb7a1-bc85-4459-9387-43a14e09d7f7, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dc4a233c-4965-4341-990d-b69daf98f129, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dc4a233c-4965-4341-990d-b69daf98f129, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8619015056606423005 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86190150566064230058619015056606423005861901505660642300586190150566064230058619015056606423005861901505660642300586190150566064230058619015056606423005861901505660642300586190150566064230058619015056606423005861901505660642300586190150566064230058619015056606423005861901505660642300586190150566064230058619015056606423005861901505660642300586190150566064230058619015056606423005" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5ade2812-03d0-4a86-9c47-bdd5fc6ad36a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bb33f048-9a2d-4b42-b39e-388e076a1edc, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bb33f048-9a2d-4b42-b39e-388e076a1edc, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 646269716621616263 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "646269716621616263646269716621616263646269716621616263646269716621616263646269716621616263646269716621616263646269716621616263646269716621616263646269716621616263646269716621616263646269716621616263646269716621616263646269716621616263646269716621616263646269716621616263646269716621616263646269716621616263646269716621616263646269716621616263646269716621616263" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dc4a233c-4965-4341-990d-b69daf98f129, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bb33f048-9a2d-4b42-b39e-388e076a1edc, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 798bc3f3-8cd2-49fa-b6d5-d9ef8d3603fe, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 798bc3f3-8cd2-49fa-b6d5-d9ef8d3603fe, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8434819946321472982 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84348199463214729828434819946321472982843481994632147298284348199463214729828434819946321472982843481994632147298284348199463214729828434819946321472982843481994632147298284348199463214729828434819946321472982843481994632147298284348199463214729828434819946321472982843481994632147298284348199463214729828434819946321472982843481994632147298284348199463214729828434819946321472982" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 771c5160-5df6-4109-94f8-e009885a42e1, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 771c5160-5df6-4109-94f8-e009885a42e1, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10293066549202755538 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1029306654920275553810293066549202755538102930665492027555381029306654920275553810293066549202755538102930665492027555381029306654920275553810293066549202755538102930665492027555381029306654920275553810293066549202755538102930665492027555381029306654920275553810293066549202755538102930665492027555381029306654920275553810293066549202755538102930665492027555381029306654920275553810293066549202755538" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 798bc3f3-8cd2-49fa-b6d5-d9ef8d3603fe, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9b2fa9f0-4ac3-426d-b2e8-0a802bfbf1f9, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9b2fa9f0-4ac3-426d-b2e8-0a802bfbf1f9, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17264276711769832173 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1726427671176983217317264276711769832173172642767117698321731726427671176983217317264276711769832173172642767117698321731726427671176983217317264276711769832173172642767117698321731726427671176983217317264276711769832173172642767117698321731726427671176983217317264276711769832173172642767117698321731726427671176983217317264276711769832173172642767117698321731726427671176983217317264276711769832173" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 771c5160-5df6-4109-94f8-e009885a42e1, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 00823fe2-9b90-4798-ae8f-a553d7c13d3c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 00823fe2-9b90-4798-ae8f-a553d7c13d3c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16436157419162196866 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1643615741916219686616436157419162196866164361574191621968661643615741916219686616436157419162196866164361574191621968661643615741916219686616436157419162196866164361574191621968661643615741916219686616436157419162196866164361574191621968661643615741916219686616436157419162196866164361574191621968661643615741916219686616436157419162196866164361574191621968661643615741916219686616436157419162196866" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9b2fa9f0-4ac3-426d-b2e8-0a802bfbf1f9, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b7398536-287f-4867-8a12-0aea14e6c28e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b7398536-287f-4867-8a12-0aea14e6c28e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11621754459878533605 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1162175445987853360511621754459878533605116217544598785336051162175445987853360511621754459878533605116217544598785336051162175445987853360511621754459878533605116217544598785336051162175445987853360511621754459878533605116217544598785336051162175445987853360511621754459878533605116217544598785336051162175445987853360511621754459878533605116217544598785336051162175445987853360511621754459878533605" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 00823fe2-9b90-4798-ae8f-a553d7c13d3c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5423b581-0279-45de-97e1-0682327d08bd, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5423b581-0279-45de-97e1-0682327d08bd, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16115380389345107874 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1611538038934510787416115380389345107874161153803893451078741611538038934510787416115380389345107874161153803893451078741611538038934510787416115380389345107874161153803893451078741611538038934510787416115380389345107874161153803893451078741611538038934510787416115380389345107874161153803893451078741611538038934510787416115380389345107874161153803893451078741611538038934510787416115380389345107874" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b7398536-287f-4867-8a12-0aea14e6c28e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0a7e0e7a-674b-4b4c-a619-b60b091ec916, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0a7e0e7a-674b-4b4c-a619-b60b091ec916, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5341212996273734286 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53412129962737342865341212996273734286534121299627373428653412129962737342865341212996273734286534121299627373428653412129962737342865341212996273734286534121299627373428653412129962737342865341212996273734286534121299627373428653412129962737342865341212996273734286534121299627373428653412129962737342865341212996273734286534121299627373428653412129962737342865341212996273734286" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5423b581-0279-45de-97e1-0682327d08bd, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5b4826ca-e71d-4035-bbcc-56a48eb96476, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0a7e0e7a-674b-4b4c-a619-b60b091ec916, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5b4826ca-e71d-4035-bbcc-56a48eb96476, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10849494927255682751 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1084949492725568275110849494927255682751108494949272556827511084949492725568275110849494927255682751108494949272556827511084949492725568275110849494927255682751108494949272556827511084949492725568275110849494927255682751108494949272556827511084949492725568275110849494927255682751108494949272556827511084949492725568275110849494927255682751108494949272556827511084949492725568275110849494927255682751" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 404da420-20ad-4133-9c7c-43aeb61ffb20, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 404da420-20ad-4133-9c7c-43aeb61ffb20, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10882819593080743790 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1088281959308074379010882819593080743790108828195930807437901088281959308074379010882819593080743790108828195930807437901088281959308074379010882819593080743790108828195930807437901088281959308074379010882819593080743790108828195930807437901088281959308074379010882819593080743790108828195930807437901088281959308074379010882819593080743790108828195930807437901088281959308074379010882819593080743790" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5b4826ca-e71d-4035-bbcc-56a48eb96476, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 07c3b017-0434-4cdc-96fe-bc2ccf1314b6, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 07c3b017-0434-4cdc-96fe-bc2ccf1314b6, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18290209780346410896 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1829020978034641089618290209780346410896182902097803464108961829020978034641089618290209780346410896182902097803464108961829020978034641089618290209780346410896182902097803464108961829020978034641089618290209780346410896182902097803464108961829020978034641089618290209780346410896182902097803464108961829020978034641089618290209780346410896182902097803464108961829020978034641089618290209780346410896" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 404da420-20ad-4133-9c7c-43aeb61ffb20, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 367ac6fa-521c-4161-8a87-7bfffb0b9bf3, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 367ac6fa-521c-4161-8a87-7bfffb0b9bf3, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15734823416099093680 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1573482341609909368015734823416099093680157348234160990936801573482341609909368015734823416099093680157348234160990936801573482341609909368015734823416099093680157348234160990936801573482341609909368015734823416099093680157348234160990936801573482341609909368015734823416099093680157348234160990936801573482341609909368015734823416099093680157348234160990936801573482341609909368015734823416099093680" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 07c3b017-0434-4cdc-96fe-bc2ccf1314b6, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d4395c23-e04f-4013-bdb8-44cd12634ec1, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d4395c23-e04f-4013-bdb8-44cd12634ec1, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18331475011562783450 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1833147501156278345018331475011562783450183314750115627834501833147501156278345018331475011562783450183314750115627834501833147501156278345018331475011562783450183314750115627834501833147501156278345018331475011562783450183314750115627834501833147501156278345018331475011562783450183314750115627834501833147501156278345018331475011562783450183314750115627834501833147501156278345018331475011562783450" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 367ac6fa-521c-4161-8a87-7bfffb0b9bf3, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d4395c23-e04f-4013-bdb8-44cd12634ec1, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d5734b64-c171-48a6-9bdd-aa71ca254772, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d5734b64-c171-48a6-9bdd-aa71ca254772, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11981265860249472430 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1198126586024947243011981265860249472430119812658602494724301198126586024947243011981265860249472430119812658602494724301198126586024947243011981265860249472430119812658602494724301198126586024947243011981265860249472430119812658602494724301198126586024947243011981265860249472430119812658602494724301198126586024947243011981265860249472430119812658602494724301198126586024947243011981265860249472430" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bb5f5696-5471-4bc1-ba5c-02c03dc057b7, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bb5f5696-5471-4bc1-ba5c-02c03dc057b7, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6172264569137185561 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61722645691371855616172264569137185561617226456913718556161722645691371855616172264569137185561617226456913718556161722645691371855616172264569137185561617226456913718556161722645691371855616172264569137185561617226456913718556161722645691371855616172264569137185561617226456913718556161722645691371855616172264569137185561617226456913718556161722645691371855616172264569137185561" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d5734b64-c171-48a6-9bdd-aa71ca254772, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5646dd41-2d54-4c8c-a557-6f0127ce27bd, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5646dd41-2d54-4c8c-a557-6f0127ce27bd, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1524993263911927866 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15249932639119278661524993263911927866152499326391192786615249932639119278661524993263911927866152499326391192786615249932639119278661524993263911927866152499326391192786615249932639119278661524993263911927866152499326391192786615249932639119278661524993263911927866152499326391192786615249932639119278661524993263911927866152499326391192786615249932639119278661524993263911927866" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bb5f5696-5471-4bc1-ba5c-02c03dc057b7, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, eae540c5-33d7-4ca0-98f7-2006d12b841b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eae540c5-33d7-4ca0-98f7-2006d12b841b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6125874613015589441 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61258746130155894416125874613015589441612587461301558944161258746130155894416125874613015589441612587461301558944161258746130155894416125874613015589441612587461301558944161258746130155894416125874613015589441612587461301558944161258746130155894416125874613015589441612587461301558944161258746130155894416125874613015589441612587461301558944161258746130155894416125874613015589441" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5646dd41-2d54-4c8c-a557-6f0127ce27bd, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0c045f4d-0ff3-427c-beb1-d36c0b61fff1, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0c045f4d-0ff3-427c-beb1-d36c0b61fff1, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2924211238200081109 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29242112382000811092924211238200081109292421123820008110929242112382000811092924211238200081109292421123820008110929242112382000811092924211238200081109292421123820008110929242112382000811092924211238200081109292421123820008110929242112382000811092924211238200081109292421123820008110929242112382000811092924211238200081109292421123820008110929242112382000811092924211238200081109" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eae540c5-33d7-4ca0-98f7-2006d12b841b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8a7f5180-b405-46ad-9914-af163e9d92c0, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8a7f5180-b405-46ad-9914-af163e9d92c0, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2769497117537174485 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27694971175371744852769497117537174485276949711753717448527694971175371744852769497117537174485276949711753717448527694971175371744852769497117537174485276949711753717448527694971175371744852769497117537174485276949711753717448527694971175371744852769497117537174485276949711753717448527694971175371744852769497117537174485276949711753717448527694971175371744852769497117537174485" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8a7f5180-b405-46ad-9914-af163e9d92c0, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b238747a-a313-46ae-bb40-5aa1ece534d4, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b238747a-a313-46ae-bb40-5aa1ece534d4, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2096092581605240742 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20960925816052407422096092581605240742209609258160524074220960925816052407422096092581605240742209609258160524074220960925816052407422096092581605240742209609258160524074220960925816052407422096092581605240742209609258160524074220960925816052407422096092581605240742209609258160524074220960925816052407422096092581605240742209609258160524074220960925816052407422096092581605240742" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b238747a-a313-46ae-bb40-5aa1ece534d4, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d8e7f638-c512-4d15-a682-aff600444809, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d8e7f638-c512-4d15-a682-aff600444809, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1138375425916983428 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11383754259169834281138375425916983428113837542591698342811383754259169834281138375425916983428113837542591698342811383754259169834281138375425916983428113837542591698342811383754259169834281138375425916983428113837542591698342811383754259169834281138375425916983428113837542591698342811383754259169834281138375425916983428113837542591698342811383754259169834281138375425916983428" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0c045f4d-0ff3-427c-beb1-d36c0b61fff1, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d4197bea-5428-48eb-8fd5-fdcc4fdf818d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d4197bea-5428-48eb-8fd5-fdcc4fdf818d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1452319170604466968 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14523191706044669681452319170604466968145231917060446696814523191706044669681452319170604466968145231917060446696814523191706044669681452319170604466968145231917060446696814523191706044669681452319170604466968145231917060446696814523191706044669681452319170604466968145231917060446696814523191706044669681452319170604466968145231917060446696814523191706044669681452319170604466968" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d8e7f638-c512-4d15-a682-aff600444809, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3267ff4f-0f76-4964-9a9c-ee32037c7da9, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3267ff4f-0f76-4964-9a9c-ee32037c7da9, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15334411863222705732 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1533441186322270573215334411863222705732153344118632227057321533441186322270573215334411863222705732153344118632227057321533441186322270573215334411863222705732153344118632227057321533441186322270573215334411863222705732153344118632227057321533441186322270573215334411863222705732153344118632227057321533441186322270573215334411863222705732153344118632227057321533441186322270573215334411863222705732" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d4197bea-5428-48eb-8fd5-fdcc4fdf818d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 73897956-9bce-4211-8208-2f0563b57f37, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 73897956-9bce-4211-8208-2f0563b57f37, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17105306293089104503 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1710530629308910450317105306293089104503171053062930891045031710530629308910450317105306293089104503171053062930891045031710530629308910450317105306293089104503171053062930891045031710530629308910450317105306293089104503171053062930891045031710530629308910450317105306293089104503171053062930891045031710530629308910450317105306293089104503171053062930891045031710530629308910450317105306293089104503" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3267ff4f-0f76-4964-9a9c-ee32037c7da9, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1677966b-d388-4fd7-8b8c-d1751cbb2052, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1677966b-d388-4fd7-8b8c-d1751cbb2052, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16126640635366791813 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1612664063536679181316126640635366791813161266406353667918131612664063536679181316126640635366791813161266406353667918131612664063536679181316126640635366791813161266406353667918131612664063536679181316126640635366791813161266406353667918131612664063536679181316126640635366791813161266406353667918131612664063536679181316126640635366791813161266406353667918131612664063536679181316126640635366791813" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 73897956-9bce-4211-8208-2f0563b57f37, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fd97f305-208b-4ece-8860-628223281da7, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fd97f305-208b-4ece-8860-628223281da7, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16445975844679593654 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1644597584467959365416445975844679593654164459758446795936541644597584467959365416445975844679593654164459758446795936541644597584467959365416445975844679593654164459758446795936541644597584467959365416445975844679593654164459758446795936541644597584467959365416445975844679593654164459758446795936541644597584467959365416445975844679593654164459758446795936541644597584467959365416445975844679593654" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1677966b-d388-4fd7-8b8c-d1751cbb2052, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3408d9a1-2261-4358-a8bd-c619eb837a3b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3408d9a1-2261-4358-a8bd-c619eb837a3b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16124928184670745249 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1612492818467074524916124928184670745249161249281846707452491612492818467074524916124928184670745249161249281846707452491612492818467074524916124928184670745249161249281846707452491612492818467074524916124928184670745249161249281846707452491612492818467074524916124928184670745249161249281846707452491612492818467074524916124928184670745249161249281846707452491612492818467074524916124928184670745249" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fd97f305-208b-4ece-8860-628223281da7, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fa1ed05a-35e1-4338-9340-a9ad434e87d0, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fa1ed05a-35e1-4338-9340-a9ad434e87d0, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3984269897758635003 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39842698977586350033984269897758635003398426989775863500339842698977586350033984269897758635003398426989775863500339842698977586350033984269897758635003398426989775863500339842698977586350033984269897758635003398426989775863500339842698977586350033984269897758635003398426989775863500339842698977586350033984269897758635003398426989775863500339842698977586350033984269897758635003" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3408d9a1-2261-4358-a8bd-c619eb837a3b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d2c82af4-70e3-4fc3-a3d4-d53059af8b90, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d2c82af4-70e3-4fc3-a3d4-d53059af8b90, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 796450530959058877 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "796450530959058877796450530959058877796450530959058877796450530959058877796450530959058877796450530959058877796450530959058877796450530959058877796450530959058877796450530959058877796450530959058877796450530959058877796450530959058877796450530959058877796450530959058877796450530959058877796450530959058877796450530959058877796450530959058877796450530959058877" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fa1ed05a-35e1-4338-9340-a9ad434e87d0, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ae33e55c-9dd0-4314-8800-1e325b9db2a7, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ae33e55c-9dd0-4314-8800-1e325b9db2a7, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17462637594614026874 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1746263759461402687417462637594614026874174626375946140268741746263759461402687417462637594614026874174626375946140268741746263759461402687417462637594614026874174626375946140268741746263759461402687417462637594614026874174626375946140268741746263759461402687417462637594614026874174626375946140268741746263759461402687417462637594614026874174626375946140268741746263759461402687417462637594614026874" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d2c82af4-70e3-4fc3-a3d4-d53059af8b90, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b43c5dcb-4831-41a3-a815-19062c70a22b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b43c5dcb-4831-41a3-a815-19062c70a22b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6210197700723763253 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62101977007237632536210197700723763253621019770072376325362101977007237632536210197700723763253621019770072376325362101977007237632536210197700723763253621019770072376325362101977007237632536210197700723763253621019770072376325362101977007237632536210197700723763253621019770072376325362101977007237632536210197700723763253621019770072376325362101977007237632536210197700723763253" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ae33e55c-9dd0-4314-8800-1e325b9db2a7, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 596ec35a-027a-477e-b5a1-baa0da2ca67f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 596ec35a-027a-477e-b5a1-baa0da2ca67f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15024116808816563535 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1502411680881656353515024116808816563535150241168088165635351502411680881656353515024116808816563535150241168088165635351502411680881656353515024116808816563535150241168088165635351502411680881656353515024116808816563535150241168088165635351502411680881656353515024116808816563535150241168088165635351502411680881656353515024116808816563535150241168088165635351502411680881656353515024116808816563535" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b43c5dcb-4831-41a3-a815-19062c70a22b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2787167c-24a1-4ab1-b510-093331671ae3, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2787167c-24a1-4ab1-b510-093331671ae3, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16585549942202040999 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1658554994220204099916585549942202040999165855499422020409991658554994220204099916585549942202040999165855499422020409991658554994220204099916585549942202040999165855499422020409991658554994220204099916585549942202040999165855499422020409991658554994220204099916585549942202040999165855499422020409991658554994220204099916585549942202040999165855499422020409991658554994220204099916585549942202040999" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 596ec35a-027a-477e-b5a1-baa0da2ca67f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1b39bf4a-edf3-4b03-be9f-715128bb02ed, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1b39bf4a-edf3-4b03-be9f-715128bb02ed, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10652445270284784591 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1065244527028478459110652445270284784591106524452702847845911065244527028478459110652445270284784591106524452702847845911065244527028478459110652445270284784591106524452702847845911065244527028478459110652445270284784591106524452702847845911065244527028478459110652445270284784591106524452702847845911065244527028478459110652445270284784591106524452702847845911065244527028478459110652445270284784591" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1b39bf4a-edf3-4b03-be9f-715128bb02ed, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f8ef07fc-f38e-413e-95d4-c3339cf6241c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f8ef07fc-f38e-413e-95d4-c3339cf6241c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10162343143906853165 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1016234314390685316510162343143906853165101623431439068531651016234314390685316510162343143906853165101623431439068531651016234314390685316510162343143906853165101623431439068531651016234314390685316510162343143906853165101623431439068531651016234314390685316510162343143906853165101623431439068531651016234314390685316510162343143906853165101623431439068531651016234314390685316510162343143906853165" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f8ef07fc-f38e-413e-95d4-c3339cf6241c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f2d687d2-7b77-4988-a721-d11b786feb0c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f2d687d2-7b77-4988-a721-d11b786feb0c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12281912546036775001 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1228191254603677500112281912546036775001122819125460367750011228191254603677500112281912546036775001122819125460367750011228191254603677500112281912546036775001122819125460367750011228191254603677500112281912546036775001122819125460367750011228191254603677500112281912546036775001122819125460367750011228191254603677500112281912546036775001122819125460367750011228191254603677500112281912546036775001" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2787167c-24a1-4ab1-b510-093331671ae3, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 89f274c9-9299-4d27-a4f5-7d1e1364bdbd, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 89f274c9-9299-4d27-a4f5-7d1e1364bdbd, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6897166912404019076 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68971669124040190766897166912404019076689716691240401907668971669124040190766897166912404019076689716691240401907668971669124040190766897166912404019076689716691240401907668971669124040190766897166912404019076689716691240401907668971669124040190766897166912404019076689716691240401907668971669124040190766897166912404019076689716691240401907668971669124040190766897166912404019076" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f2d687d2-7b77-4988-a721-d11b786feb0c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 096a2a56-0a5b-47a6-8f48-e8493705aca0, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 096a2a56-0a5b-47a6-8f48-e8493705aca0, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18421632209773168306 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1842163220977316830618421632209773168306184216322097731683061842163220977316830618421632209773168306184216322097731683061842163220977316830618421632209773168306184216322097731683061842163220977316830618421632209773168306184216322097731683061842163220977316830618421632209773168306184216322097731683061842163220977316830618421632209773168306184216322097731683061842163220977316830618421632209773168306" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 89f274c9-9299-4d27-a4f5-7d1e1364bdbd, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c27a3c52-4dee-4826-a592-145a8a70757c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c27a3c52-4dee-4826-a592-145a8a70757c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6373936740155686374 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63739367401556863746373936740155686374637393674015568637463739367401556863746373936740155686374637393674015568637463739367401556863746373936740155686374637393674015568637463739367401556863746373936740155686374637393674015568637463739367401556863746373936740155686374637393674015568637463739367401556863746373936740155686374637393674015568637463739367401556863746373936740155686374" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 096a2a56-0a5b-47a6-8f48-e8493705aca0, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fe70e1e6-7693-461b-9050-34a43235d94e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fe70e1e6-7693-461b-9050-34a43235d94e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1966015340168944673 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19660153401689446731966015340168944673196601534016894467319660153401689446731966015340168944673196601534016894467319660153401689446731966015340168944673196601534016894467319660153401689446731966015340168944673196601534016894467319660153401689446731966015340168944673196601534016894467319660153401689446731966015340168944673196601534016894467319660153401689446731966015340168944673" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c27a3c52-4dee-4826-a592-145a8a70757c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7a3b48cf-80d3-434c-bcca-c28da33e3ad6, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7a3b48cf-80d3-434c-bcca-c28da33e3ad6, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8118018366534165264 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81180183665341652648118018366534165264811801836653416526481180183665341652648118018366534165264811801836653416526481180183665341652648118018366534165264811801836653416526481180183665341652648118018366534165264811801836653416526481180183665341652648118018366534165264811801836653416526481180183665341652648118018366534165264811801836653416526481180183665341652648118018366534165264" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fe70e1e6-7693-461b-9050-34a43235d94e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0eaf5370-50b7-40e4-a06f-9769d44eb85e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0eaf5370-50b7-40e4-a06f-9769d44eb85e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16457108629301678287 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1645710862930167828716457108629301678287164571086293016782871645710862930167828716457108629301678287164571086293016782871645710862930167828716457108629301678287164571086293016782871645710862930167828716457108629301678287164571086293016782871645710862930167828716457108629301678287164571086293016782871645710862930167828716457108629301678287164571086293016782871645710862930167828716457108629301678287" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7a3b48cf-80d3-434c-bcca-c28da33e3ad6, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 68f77ef6-0f0c-4567-a0a0-906fcab38643, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 68f77ef6-0f0c-4567-a0a0-906fcab38643, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18048690907649833285 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1804869090764983328518048690907649833285180486909076498332851804869090764983328518048690907649833285180486909076498332851804869090764983328518048690907649833285180486909076498332851804869090764983328518048690907649833285180486909076498332851804869090764983328518048690907649833285180486909076498332851804869090764983328518048690907649833285180486909076498332851804869090764983328518048690907649833285" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0eaf5370-50b7-40e4-a06f-9769d44eb85e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2c943011-c924-43d6-964f-394cc684ca87, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2c943011-c924-43d6-964f-394cc684ca87, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9364969364591015180 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93649693645910151809364969364591015180936496936459101518093649693645910151809364969364591015180936496936459101518093649693645910151809364969364591015180936496936459101518093649693645910151809364969364591015180936496936459101518093649693645910151809364969364591015180936496936459101518093649693645910151809364969364591015180936496936459101518093649693645910151809364969364591015180" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 68f77ef6-0f0c-4567-a0a0-906fcab38643, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a6d7a7e4-b504-40f6-a1e4-e854e7d6da48, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2c943011-c924-43d6-964f-394cc684ca87, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c3b5cc74-e08e-4e78-bb26-85dc764a1f87, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c3b5cc74-e08e-4e78-bb26-85dc764a1f87, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5571888131458507962 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55718881314585079625571888131458507962557188813145850796255718881314585079625571888131458507962557188813145850796255718881314585079625571888131458507962557188813145850796255718881314585079625571888131458507962557188813145850796255718881314585079625571888131458507962557188813145850796255718881314585079625571888131458507962557188813145850796255718881314585079625571888131458507962" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a6d7a7e4-b504-40f6-a1e4-e854e7d6da48, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18328548981967707944 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1832854898196770794418328548981967707944183285489819677079441832854898196770794418328548981967707944183285489819677079441832854898196770794418328548981967707944183285489819677079441832854898196770794418328548981967707944183285489819677079441832854898196770794418328548981967707944183285489819677079441832854898196770794418328548981967707944183285489819677079441832854898196770794418328548981967707944" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c3b5cc74-e08e-4e78-bb26-85dc764a1f87, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f33b0f21-d9a3-4cf4-8c4c-9dc69f2e545e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f33b0f21-d9a3-4cf4-8c4c-9dc69f2e545e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16314977231618368666 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1631497723161836866616314977231618368666163149772316183686661631497723161836866616314977231618368666163149772316183686661631497723161836866616314977231618368666163149772316183686661631497723161836866616314977231618368666163149772316183686661631497723161836866616314977231618368666163149772316183686661631497723161836866616314977231618368666163149772316183686661631497723161836866616314977231618368666" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a6d7a7e4-b504-40f6-a1e4-e854e7d6da48, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a59b4e0b-801b-4b68-885a-241ff7a8b446, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a59b4e0b-801b-4b68-885a-241ff7a8b446, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4591413184802594980 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45914131848025949804591413184802594980459141318480259498045914131848025949804591413184802594980459141318480259498045914131848025949804591413184802594980459141318480259498045914131848025949804591413184802594980459141318480259498045914131848025949804591413184802594980459141318480259498045914131848025949804591413184802594980459141318480259498045914131848025949804591413184802594980" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f33b0f21-d9a3-4cf4-8c4c-9dc69f2e545e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0b077ddb-9519-4ea8-93f1-34d06d1d58b8, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0b077ddb-9519-4ea8-93f1-34d06d1d58b8, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 373945248041190942 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "373945248041190942373945248041190942373945248041190942373945248041190942373945248041190942373945248041190942373945248041190942373945248041190942373945248041190942373945248041190942373945248041190942373945248041190942373945248041190942373945248041190942373945248041190942373945248041190942373945248041190942373945248041190942373945248041190942373945248041190942" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a59b4e0b-801b-4b68-885a-241ff7a8b446, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 44d6a9ae-abfc-40c4-8d15-d6b0c0940855, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 44d6a9ae-abfc-40c4-8d15-d6b0c0940855, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12123815970857551241 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1212381597085755124112123815970857551241121238159708575512411212381597085755124112123815970857551241121238159708575512411212381597085755124112123815970857551241121238159708575512411212381597085755124112123815970857551241121238159708575512411212381597085755124112123815970857551241121238159708575512411212381597085755124112123815970857551241121238159708575512411212381597085755124112123815970857551241" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0b077ddb-9519-4ea8-93f1-34d06d1d58b8, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9b9503c4-2ef1-4a29-adac-7c610b4eca56, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9b9503c4-2ef1-4a29-adac-7c610b4eca56, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7006927380305036519 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70069273803050365197006927380305036519700692738030503651970069273803050365197006927380305036519700692738030503651970069273803050365197006927380305036519700692738030503651970069273803050365197006927380305036519700692738030503651970069273803050365197006927380305036519700692738030503651970069273803050365197006927380305036519700692738030503651970069273803050365197006927380305036519" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 44d6a9ae-abfc-40c4-8d15-d6b0c0940855, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e7db4054-63f9-44eb-9689-fc9f85c906c8, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e7db4054-63f9-44eb-9689-fc9f85c906c8, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4535560137986457545 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45355601379864575454535560137986457545453556013798645754545355601379864575454535560137986457545453556013798645754545355601379864575454535560137986457545453556013798645754545355601379864575454535560137986457545453556013798645754545355601379864575454535560137986457545453556013798645754545355601379864575454535560137986457545453556013798645754545355601379864575454535560137986457545" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9b9503c4-2ef1-4a29-adac-7c610b4eca56, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f9440386-0029-4f88-8c0f-be503b9f25b9, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f9440386-0029-4f88-8c0f-be503b9f25b9, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5430433475873355394 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54304334758733553945430433475873355394543043347587335539454304334758733553945430433475873355394543043347587335539454304334758733553945430433475873355394543043347587335539454304334758733553945430433475873355394543043347587335539454304334758733553945430433475873355394543043347587335539454304334758733553945430433475873355394543043347587335539454304334758733553945430433475873355394" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e7db4054-63f9-44eb-9689-fc9f85c906c8, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5519113a-2810-4f0e-b506-cad38c02ce5e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5519113a-2810-4f0e-b506-cad38c02ce5e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18041969202595225735 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1804196920259522573518041969202595225735180419692025952257351804196920259522573518041969202595225735180419692025952257351804196920259522573518041969202595225735180419692025952257351804196920259522573518041969202595225735180419692025952257351804196920259522573518041969202595225735180419692025952257351804196920259522573518041969202595225735180419692025952257351804196920259522573518041969202595225735" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f9440386-0029-4f88-8c0f-be503b9f25b9, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4f357615-faaf-4545-9cfe-3c63a0a53a80, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4f357615-faaf-4545-9cfe-3c63a0a53a80, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5314811368947361285 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53148113689473612855314811368947361285531481136894736128553148113689473612855314811368947361285531481136894736128553148113689473612855314811368947361285531481136894736128553148113689473612855314811368947361285531481136894736128553148113689473612855314811368947361285531481136894736128553148113689473612855314811368947361285531481136894736128553148113689473612855314811368947361285" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5519113a-2810-4f0e-b506-cad38c02ce5e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0859d9fa-6163-41cf-a0fa-87d30e685c20, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0859d9fa-6163-41cf-a0fa-87d30e685c20, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7942891848529297483 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79428918485292974837942891848529297483794289184852929748379428918485292974837942891848529297483794289184852929748379428918485292974837942891848529297483794289184852929748379428918485292974837942891848529297483794289184852929748379428918485292974837942891848529297483794289184852929748379428918485292974837942891848529297483794289184852929748379428918485292974837942891848529297483" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4f357615-faaf-4545-9cfe-3c63a0a53a80, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dcdf0917-89d3-4ef1-8371-1706510131ed, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dcdf0917-89d3-4ef1-8371-1706510131ed, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14634786403425818646 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1463478640342581864614634786403425818646146347864034258186461463478640342581864614634786403425818646146347864034258186461463478640342581864614634786403425818646146347864034258186461463478640342581864614634786403425818646146347864034258186461463478640342581864614634786403425818646146347864034258186461463478640342581864614634786403425818646146347864034258186461463478640342581864614634786403425818646" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0859d9fa-6163-41cf-a0fa-87d30e685c20, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b468595c-86df-438b-82d8-6ab937fb8515, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b468595c-86df-438b-82d8-6ab937fb8515, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10298673157313617906 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1029867315731361790610298673157313617906102986731573136179061029867315731361790610298673157313617906102986731573136179061029867315731361790610298673157313617906102986731573136179061029867315731361790610298673157313617906102986731573136179061029867315731361790610298673157313617906102986731573136179061029867315731361790610298673157313617906102986731573136179061029867315731361790610298673157313617906" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dcdf0917-89d3-4ef1-8371-1706510131ed, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7dbef1bd-8c61-4e53-89ff-377d301cc445, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7dbef1bd-8c61-4e53-89ff-377d301cc445, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4117904452912392543 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41179044529123925434117904452912392543411790445291239254341179044529123925434117904452912392543411790445291239254341179044529123925434117904452912392543411790445291239254341179044529123925434117904452912392543411790445291239254341179044529123925434117904452912392543411790445291239254341179044529123925434117904452912392543411790445291239254341179044529123925434117904452912392543" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b468595c-86df-438b-82d8-6ab937fb8515, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7dbef1bd-8c61-4e53-89ff-377d301cc445, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3f7a169e-e889-4476-ab9f-0dd15606ddb7, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3f7a169e-e889-4476-ab9f-0dd15606ddb7, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13948638945406180719 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1394863894540618071913948638945406180719139486389454061807191394863894540618071913948638945406180719139486389454061807191394863894540618071913948638945406180719139486389454061807191394863894540618071913948638945406180719139486389454061807191394863894540618071913948638945406180719139486389454061807191394863894540618071913948638945406180719139486389454061807191394863894540618071913948638945406180719" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2d56ab41-1b7a-4236-8f06-cdd16a040879, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2d56ab41-1b7a-4236-8f06-cdd16a040879, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3732053895218008680 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37320538952180086803732053895218008680373205389521800868037320538952180086803732053895218008680373205389521800868037320538952180086803732053895218008680373205389521800868037320538952180086803732053895218008680373205389521800868037320538952180086803732053895218008680373205389521800868037320538952180086803732053895218008680373205389521800868037320538952180086803732053895218008680" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2d56ab41-1b7a-4236-8f06-cdd16a040879, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, eeb51f19-0188-4c75-8fa9-1e1721ff6dda, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3f7a169e-e889-4476-ab9f-0dd15606ddb7, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 87fcf10d-721b-4fd9-a97e-2a01f38f4ecc, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 87fcf10d-721b-4fd9-a97e-2a01f38f4ecc, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11014530752536025907 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1101453075253602590711014530752536025907110145307525360259071101453075253602590711014530752536025907110145307525360259071101453075253602590711014530752536025907110145307525360259071101453075253602590711014530752536025907110145307525360259071101453075253602590711014530752536025907110145307525360259071101453075253602590711014530752536025907110145307525360259071101453075253602590711014530752536025907" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eeb51f19-0188-4c75-8fa9-1e1721ff6dda, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11564951406081383571 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1156495140608138357111564951406081383571115649514060813835711156495140608138357111564951406081383571115649514060813835711156495140608138357111564951406081383571115649514060813835711156495140608138357111564951406081383571115649514060813835711156495140608138357111564951406081383571115649514060813835711156495140608138357111564951406081383571115649514060813835711156495140608138357111564951406081383571" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 87fcf10d-721b-4fd9-a97e-2a01f38f4ecc, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ede31559-9692-4670-9e5a-2985f9ab76e5, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ede31559-9692-4670-9e5a-2985f9ab76e5, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8640088661344958013 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86400886613449580138640088661344958013864008866134495801386400886613449580138640088661344958013864008866134495801386400886613449580138640088661344958013864008866134495801386400886613449580138640088661344958013864008866134495801386400886613449580138640088661344958013864008866134495801386400886613449580138640088661344958013864008866134495801386400886613449580138640088661344958013" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eeb51f19-0188-4c75-8fa9-1e1721ff6dda, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 700cbab5-94c1-4b2e-b9b7-17473d4bc126, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 700cbab5-94c1-4b2e-b9b7-17473d4bc126, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9731446647605297719 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97314466476052977199731446647605297719973144664760529771997314466476052977199731446647605297719973144664760529771997314466476052977199731446647605297719973144664760529771997314466476052977199731446647605297719973144664760529771997314466476052977199731446647605297719973144664760529771997314466476052977199731446647605297719973144664760529771997314466476052977199731446647605297719" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ede31559-9692-4670-9e5a-2985f9ab76e5, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 700cbab5-94c1-4b2e-b9b7-17473d4bc126, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 41cf7569-9668-4103-a378-d43119eefdde, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4daee26c-9b95-4229-af3b-fb7bf487c324, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 41cf7569-9668-4103-a378-d43119eefdde, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14375363035164388775 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1437536303516438877514375363035164388775143753630351643887751437536303516438877514375363035164388775143753630351643887751437536303516438877514375363035164388775143753630351643887751437536303516438877514375363035164388775143753630351643887751437536303516438877514375363035164388775143753630351643887751437536303516438877514375363035164388775143753630351643887751437536303516438877514375363035164388775" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4daee26c-9b95-4229-af3b-fb7bf487c324, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 108831305982782738 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "108831305982782738108831305982782738108831305982782738108831305982782738108831305982782738108831305982782738108831305982782738108831305982782738108831305982782738108831305982782738108831305982782738108831305982782738108831305982782738108831305982782738108831305982782738108831305982782738108831305982782738108831305982782738108831305982782738108831305982782738" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 41cf7569-9668-4103-a378-d43119eefdde, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0de38331-190e-453f-9761-d61c4a821d3c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0de38331-190e-453f-9761-d61c4a821d3c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12972072032814264157 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1297207203281426415712972072032814264157129720720328142641571297207203281426415712972072032814264157129720720328142641571297207203281426415712972072032814264157129720720328142641571297207203281426415712972072032814264157129720720328142641571297207203281426415712972072032814264157129720720328142641571297207203281426415712972072032814264157129720720328142641571297207203281426415712972072032814264157" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4daee26c-9b95-4229-af3b-fb7bf487c324, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a69ee82b-e972-4434-bebc-58d3a217c1d0, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a69ee82b-e972-4434-bebc-58d3a217c1d0, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5378725628599994791 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53787256285999947915378725628599994791537872562859999479153787256285999947915378725628599994791537872562859999479153787256285999947915378725628599994791537872562859999479153787256285999947915378725628599994791537872562859999479153787256285999947915378725628599994791537872562859999479153787256285999947915378725628599994791537872562859999479153787256285999947915378725628599994791" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0de38331-190e-453f-9761-d61c4a821d3c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 48bcbde0-0a86-4ce5-be9a-6e5f9fd24217, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 48bcbde0-0a86-4ce5-be9a-6e5f9fd24217, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4086441603275544244 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40864416032755442444086441603275544244408644160327554424440864416032755442444086441603275544244408644160327554424440864416032755442444086441603275544244408644160327554424440864416032755442444086441603275544244408644160327554424440864416032755442444086441603275544244408644160327554424440864416032755442444086441603275544244408644160327554424440864416032755442444086441603275544244" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a69ee82b-e972-4434-bebc-58d3a217c1d0, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f3b01cee-dd2f-4222-be59-9cc9cdb1c7a7, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f3b01cee-dd2f-4222-be59-9cc9cdb1c7a7, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9118848295162116458 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91188482951621164589118848295162116458911884829516211645891188482951621164589118848295162116458911884829516211645891188482951621164589118848295162116458911884829516211645891188482951621164589118848295162116458911884829516211645891188482951621164589118848295162116458911884829516211645891188482951621164589118848295162116458911884829516211645891188482951621164589118848295162116458" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 48bcbde0-0a86-4ce5-be9a-6e5f9fd24217, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 58531e68-18e4-4c4b-9b6d-490af02a6574, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 58531e68-18e4-4c4b-9b6d-490af02a6574, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11600008493244119985 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1160000849324411998511600008493244119985116000084932441199851160000849324411998511600008493244119985116000084932441199851160000849324411998511600008493244119985116000084932441199851160000849324411998511600008493244119985116000084932441199851160000849324411998511600008493244119985116000084932441199851160000849324411998511600008493244119985116000084932441199851160000849324411998511600008493244119985" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f3b01cee-dd2f-4222-be59-9cc9cdb1c7a7, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8e5588a1-3a72-4470-ad2d-48a19ca71f1c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8e5588a1-3a72-4470-ad2d-48a19ca71f1c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11594833308650258651 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1159483330865025865111594833308650258651115948333086502586511159483330865025865111594833308650258651115948333086502586511159483330865025865111594833308650258651115948333086502586511159483330865025865111594833308650258651115948333086502586511159483330865025865111594833308650258651115948333086502586511159483330865025865111594833308650258651115948333086502586511159483330865025865111594833308650258651" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 58531e68-18e4-4c4b-9b6d-490af02a6574, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cbdc03ff-3e51-435d-8ada-d8422d32636a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cbdc03ff-3e51-435d-8ada-d8422d32636a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6002214934134782351 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60022149341347823516002214934134782351600221493413478235160022149341347823516002214934134782351600221493413478235160022149341347823516002214934134782351600221493413478235160022149341347823516002214934134782351600221493413478235160022149341347823516002214934134782351600221493413478235160022149341347823516002214934134782351600221493413478235160022149341347823516002214934134782351" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8e5588a1-3a72-4470-ad2d-48a19ca71f1c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c9c22ce7-2a44-44c2-b47d-ee25d45a9b5c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c9c22ce7-2a44-44c2-b47d-ee25d45a9b5c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5091692475110339360 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50916924751103393605091692475110339360509169247511033936050916924751103393605091692475110339360509169247511033936050916924751103393605091692475110339360509169247511033936050916924751103393605091692475110339360509169247511033936050916924751103393605091692475110339360509169247511033936050916924751103393605091692475110339360509169247511033936050916924751103393605091692475110339360" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cbdc03ff-3e51-435d-8ada-d8422d32636a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2bfd81a4-0cd9-4e3c-893d-7f1e1a92431d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2bfd81a4-0cd9-4e3c-893d-7f1e1a92431d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13723825826749194475 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1372382582674919447513723825826749194475137238258267491944751372382582674919447513723825826749194475137238258267491944751372382582674919447513723825826749194475137238258267491944751372382582674919447513723825826749194475137238258267491944751372382582674919447513723825826749194475137238258267491944751372382582674919447513723825826749194475137238258267491944751372382582674919447513723825826749194475" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c9c22ce7-2a44-44c2-b47d-ee25d45a9b5c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c640bc75-7588-4c9b-8cfa-1aa3a45e592b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c640bc75-7588-4c9b-8cfa-1aa3a45e592b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13325448893791099516 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1332544889379109951613325448893791099516133254488937910995161332544889379109951613325448893791099516133254488937910995161332544889379109951613325448893791099516133254488937910995161332544889379109951613325448893791099516133254488937910995161332544889379109951613325448893791099516133254488937910995161332544889379109951613325448893791099516133254488937910995161332544889379109951613325448893791099516" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2bfd81a4-0cd9-4e3c-893d-7f1e1a92431d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a118ae85-e824-4f27-937b-6b96ac8e8a60, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c640bc75-7588-4c9b-8cfa-1aa3a45e592b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a118ae85-e824-4f27-937b-6b96ac8e8a60, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13050917825009176750 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1305091782500917675013050917825009176750130509178250091767501305091782500917675013050917825009176750130509178250091767501305091782500917675013050917825009176750130509178250091767501305091782500917675013050917825009176750130509178250091767501305091782500917675013050917825009176750130509178250091767501305091782500917675013050917825009176750130509178250091767501305091782500917675013050917825009176750" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3c677f88-6f14-41f3-b468-26bad353e1c9, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3c677f88-6f14-41f3-b468-26bad353e1c9, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12729982496853858140 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1272998249685385814012729982496853858140127299824968538581401272998249685385814012729982496853858140127299824968538581401272998249685385814012729982496853858140127299824968538581401272998249685385814012729982496853858140127299824968538581401272998249685385814012729982496853858140127299824968538581401272998249685385814012729982496853858140127299824968538581401272998249685385814012729982496853858140" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3c677f88-6f14-41f3-b468-26bad353e1c9, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7ed5030f-c6da-4c86-a439-cd2b2bd51540, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7ed5030f-c6da-4c86-a439-cd2b2bd51540, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15724743318677486184 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1572474331867748618415724743318677486184157247433186774861841572474331867748618415724743318677486184157247433186774861841572474331867748618415724743318677486184157247433186774861841572474331867748618415724743318677486184157247433186774861841572474331867748618415724743318677486184157247433186774861841572474331867748618415724743318677486184157247433186774861841572474331867748618415724743318677486184" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a118ae85-e824-4f27-937b-6b96ac8e8a60, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 84f3cc3e-cbc7-44ec-9a1e-e8a2dfda3e4a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 84f3cc3e-cbc7-44ec-9a1e-e8a2dfda3e4a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4639750401437081658 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46397504014370816584639750401437081658463975040143708165846397504014370816584639750401437081658463975040143708165846397504014370816584639750401437081658463975040143708165846397504014370816584639750401437081658463975040143708165846397504014370816584639750401437081658463975040143708165846397504014370816584639750401437081658463975040143708165846397504014370816584639750401437081658" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7ed5030f-c6da-4c86-a439-cd2b2bd51540, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e9568ec2-54ee-49d0-ae34-40fccca10e89, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e9568ec2-54ee-49d0-ae34-40fccca10e89, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14636344705054012550 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1463634470505401255014636344705054012550146363447050540125501463634470505401255014636344705054012550146363447050540125501463634470505401255014636344705054012550146363447050540125501463634470505401255014636344705054012550146363447050540125501463634470505401255014636344705054012550146363447050540125501463634470505401255014636344705054012550146363447050540125501463634470505401255014636344705054012550" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 84f3cc3e-cbc7-44ec-9a1e-e8a2dfda3e4a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 569fccc3-2826-4bcd-8c12-3545a0faeb34, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 569fccc3-2826-4bcd-8c12-3545a0faeb34, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2996852131326554960 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29968521313265549602996852131326554960299685213132655496029968521313265549602996852131326554960299685213132655496029968521313265549602996852131326554960299685213132655496029968521313265549602996852131326554960299685213132655496029968521313265549602996852131326554960299685213132655496029968521313265549602996852131326554960299685213132655496029968521313265549602996852131326554960" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e9568ec2-54ee-49d0-ae34-40fccca10e89, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, adf00ada-9a1c-4be4-a7ee-4ee1b27c0898, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 569fccc3-2826-4bcd-8c12-3545a0faeb34, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 39959179-8241-463f-808e-9b7ac91ec903, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 39959179-8241-463f-808e-9b7ac91ec903, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8588510214958426217 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85885102149584262178588510214958426217858851021495842621785885102149584262178588510214958426217858851021495842621785885102149584262178588510214958426217858851021495842621785885102149584262178588510214958426217858851021495842621785885102149584262178588510214958426217858851021495842621785885102149584262178588510214958426217858851021495842621785885102149584262178588510214958426217" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, adf00ada-9a1c-4be4-a7ee-4ee1b27c0898, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14108837022387819974 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1410883702238781997414108837022387819974141088370223878199741410883702238781997414108837022387819974141088370223878199741410883702238781997414108837022387819974141088370223878199741410883702238781997414108837022387819974141088370223878199741410883702238781997414108837022387819974141088370223878199741410883702238781997414108837022387819974141088370223878199741410883702238781997414108837022387819974" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 39959179-8241-463f-808e-9b7ac91ec903, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, afa28a4e-cc75-49cf-8cf2-a3276b0c1b7a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, afa28a4e-cc75-49cf-8cf2-a3276b0c1b7a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6193423662804209988 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61934236628042099886193423662804209988619342366280420998861934236628042099886193423662804209988619342366280420998861934236628042099886193423662804209988619342366280420998861934236628042099886193423662804209988619342366280420998861934236628042099886193423662804209988619342366280420998861934236628042099886193423662804209988619342366280420998861934236628042099886193423662804209988" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, adf00ada-9a1c-4be4-a7ee-4ee1b27c0898, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 83a2d9da-ad69-4429-9b5e-091f505d23cc, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 83a2d9da-ad69-4429-9b5e-091f505d23cc, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16828766076986448097 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1682876607698644809716828766076986448097168287660769864480971682876607698644809716828766076986448097168287660769864480971682876607698644809716828766076986448097168287660769864480971682876607698644809716828766076986448097168287660769864480971682876607698644809716828766076986448097168287660769864480971682876607698644809716828766076986448097168287660769864480971682876607698644809716828766076986448097" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, afa28a4e-cc75-49cf-8cf2-a3276b0c1b7a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e489a083-bdfd-4960-b159-51000c5c726b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e489a083-bdfd-4960-b159-51000c5c726b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15568483705378836053 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1556848370537883605315568483705378836053155684837053788360531556848370537883605315568483705378836053155684837053788360531556848370537883605315568483705378836053155684837053788360531556848370537883605315568483705378836053155684837053788360531556848370537883605315568483705378836053155684837053788360531556848370537883605315568483705378836053155684837053788360531556848370537883605315568483705378836053" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 83a2d9da-ad69-4429-9b5e-091f505d23cc, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ed8fa530-c226-469c-ad39-5162ffd87c69, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ed8fa530-c226-469c-ad39-5162ffd87c69, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10720186905017794886 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1072018690501779488610720186905017794886107201869050177948861072018690501779488610720186905017794886107201869050177948861072018690501779488610720186905017794886107201869050177948861072018690501779488610720186905017794886107201869050177948861072018690501779488610720186905017794886107201869050177948861072018690501779488610720186905017794886107201869050177948861072018690501779488610720186905017794886" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e489a083-bdfd-4960-b159-51000c5c726b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e74d23f3-1c0b-4dec-a145-4983e53a3ee9, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e74d23f3-1c0b-4dec-a145-4983e53a3ee9, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13842302347383366055 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1384230234738336605513842302347383366055138423023473833660551384230234738336605513842302347383366055138423023473833660551384230234738336605513842302347383366055138423023473833660551384230234738336605513842302347383366055138423023473833660551384230234738336605513842302347383366055138423023473833660551384230234738336605513842302347383366055138423023473833660551384230234738336605513842302347383366055" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ed8fa530-c226-469c-ad39-5162ffd87c69, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6a54d1ed-83d2-48cf-bcb7-076fe88524de, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e74d23f3-1c0b-4dec-a145-4983e53a3ee9, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bee927ae-3b05-4422-b7f6-f82e5eb08b18, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bee927ae-3b05-4422-b7f6-f82e5eb08b18, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16211126428442912741 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1621112642844291274116211126428442912741162111264284429127411621112642844291274116211126428442912741162111264284429127411621112642844291274116211126428442912741162111264284429127411621112642844291274116211126428442912741162111264284429127411621112642844291274116211126428442912741162111264284429127411621112642844291274116211126428442912741162111264284429127411621112642844291274116211126428442912741" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6a54d1ed-83d2-48cf-bcb7-076fe88524de, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5811214477665836337 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58112144776658363375811214477665836337581121447766583633758112144776658363375811214477665836337581121447766583633758112144776658363375811214477665836337581121447766583633758112144776658363375811214477665836337581121447766583633758112144776658363375811214477665836337581121447766583633758112144776658363375811214477665836337581121447766583633758112144776658363375811214477665836337" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bee927ae-3b05-4422-b7f6-f82e5eb08b18, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8284952b-ea30-4a59-b979-4e217b0c78c1, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8284952b-ea30-4a59-b979-4e217b0c78c1, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12403666633402082980 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1240366663340208298012403666633402082980124036666334020829801240366663340208298012403666633402082980124036666334020829801240366663340208298012403666633402082980124036666334020829801240366663340208298012403666633402082980124036666334020829801240366663340208298012403666633402082980124036666334020829801240366663340208298012403666633402082980124036666334020829801240366663340208298012403666633402082980" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6a54d1ed-83d2-48cf-bcb7-076fe88524de, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e58bc2aa-c9cd-4af1-8bb1-d98ff116a462, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e58bc2aa-c9cd-4af1-8bb1-d98ff116a462, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13773229290749552040 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1377322929074955204013773229290749552040137732292907495520401377322929074955204013773229290749552040137732292907495520401377322929074955204013773229290749552040137732292907495520401377322929074955204013773229290749552040137732292907495520401377322929074955204013773229290749552040137732292907495520401377322929074955204013773229290749552040137732292907495520401377322929074955204013773229290749552040" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8284952b-ea30-4a59-b979-4e217b0c78c1, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 56fc94c4-10ca-40ed-bfd0-d5611ad6446d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 56fc94c4-10ca-40ed-bfd0-d5611ad6446d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4000176487916259174 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40001764879162591744000176487916259174400017648791625917440001764879162591744000176487916259174400017648791625917440001764879162591744000176487916259174400017648791625917440001764879162591744000176487916259174400017648791625917440001764879162591744000176487916259174400017648791625917440001764879162591744000176487916259174400017648791625917440001764879162591744000176487916259174" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e58bc2aa-c9cd-4af1-8bb1-d98ff116a462, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f460c94b-8a27-4912-bf3d-6b25b6a1caa9, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f460c94b-8a27-4912-bf3d-6b25b6a1caa9, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2262144532461062810 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22621445324610628102262144532461062810226214453246106281022621445324610628102262144532461062810226214453246106281022621445324610628102262144532461062810226214453246106281022621445324610628102262144532461062810226214453246106281022621445324610628102262144532461062810226214453246106281022621445324610628102262144532461062810226214453246106281022621445324610628102262144532461062810" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 56fc94c4-10ca-40ed-bfd0-d5611ad6446d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 21936523-89f2-488d-aa16-16972cde9e6a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 21936523-89f2-488d-aa16-16972cde9e6a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3402477798193125018 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34024777981931250183402477798193125018340247779819312501834024777981931250183402477798193125018340247779819312501834024777981931250183402477798193125018340247779819312501834024777981931250183402477798193125018340247779819312501834024777981931250183402477798193125018340247779819312501834024777981931250183402477798193125018340247779819312501834024777981931250183402477798193125018" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f460c94b-8a27-4912-bf3d-6b25b6a1caa9, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6a46809f-1bdb-4a61-8ae6-0b336feb3d11, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6a46809f-1bdb-4a61-8ae6-0b336feb3d11, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16905951615061879951 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1690595161506187995116905951615061879951169059516150618799511690595161506187995116905951615061879951169059516150618799511690595161506187995116905951615061879951169059516150618799511690595161506187995116905951615061879951169059516150618799511690595161506187995116905951615061879951169059516150618799511690595161506187995116905951615061879951169059516150618799511690595161506187995116905951615061879951" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6a46809f-1bdb-4a61-8ae6-0b336feb3d11, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4c57f9eb-54d2-41bf-adfe-bd79041de182, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4c57f9eb-54d2-41bf-adfe-bd79041de182, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9073418184043359182 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90734181840433591829073418184043359182907341818404335918290734181840433591829073418184043359182907341818404335918290734181840433591829073418184043359182907341818404335918290734181840433591829073418184043359182907341818404335918290734181840433591829073418184043359182907341818404335918290734181840433591829073418184043359182907341818404335918290734181840433591829073418184043359182" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 21936523-89f2-488d-aa16-16972cde9e6a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 504edab1-ce7c-411b-9fdc-88ec6b2a2beb, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 504edab1-ce7c-411b-9fdc-88ec6b2a2beb, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16658774108015748455 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1665877410801574845516658774108015748455166587741080157484551665877410801574845516658774108015748455166587741080157484551665877410801574845516658774108015748455166587741080157484551665877410801574845516658774108015748455166587741080157484551665877410801574845516658774108015748455166587741080157484551665877410801574845516658774108015748455166587741080157484551665877410801574845516658774108015748455" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4c57f9eb-54d2-41bf-adfe-bd79041de182, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 077daa1b-ebf1-4da6-84fc-b04981dc0901, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 077daa1b-ebf1-4da6-84fc-b04981dc0901, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8596524270752349722 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85965242707523497228596524270752349722859652427075234972285965242707523497228596524270752349722859652427075234972285965242707523497228596524270752349722859652427075234972285965242707523497228596524270752349722859652427075234972285965242707523497228596524270752349722859652427075234972285965242707523497228596524270752349722859652427075234972285965242707523497228596524270752349722" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 504edab1-ce7c-411b-9fdc-88ec6b2a2beb, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 104187b1-9888-42d4-9b2e-d7a1c0fa4369, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 104187b1-9888-42d4-9b2e-d7a1c0fa4369, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10509341857107203160 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1050934185710720316010509341857107203160105093418571072031601050934185710720316010509341857107203160105093418571072031601050934185710720316010509341857107203160105093418571072031601050934185710720316010509341857107203160105093418571072031601050934185710720316010509341857107203160105093418571072031601050934185710720316010509341857107203160105093418571072031601050934185710720316010509341857107203160" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 077daa1b-ebf1-4da6-84fc-b04981dc0901, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8e42f0c7-ceeb-41fa-a4c7-f3a3b995a344, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8e42f0c7-ceeb-41fa-a4c7-f3a3b995a344, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11065173036938700405 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1106517303693870040511065173036938700405110651730369387004051106517303693870040511065173036938700405110651730369387004051106517303693870040511065173036938700405110651730369387004051106517303693870040511065173036938700405110651730369387004051106517303693870040511065173036938700405110651730369387004051106517303693870040511065173036938700405110651730369387004051106517303693870040511065173036938700405" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8e42f0c7-ceeb-41fa-a4c7-f3a3b995a344, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1b54cfef-b175-4cc6-a65d-7bf3baaf5802, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1b54cfef-b175-4cc6-a65d-7bf3baaf5802, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9768424740580503466 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97684247405805034669768424740580503466976842474058050346697684247405805034669768424740580503466976842474058050346697684247405805034669768424740580503466976842474058050346697684247405805034669768424740580503466976842474058050346697684247405805034669768424740580503466976842474058050346697684247405805034669768424740580503466976842474058050346697684247405805034669768424740580503466" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1b54cfef-b175-4cc6-a65d-7bf3baaf5802, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4d12674c-da6d-437c-a8ee-81355b83b15d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4d12674c-da6d-437c-a8ee-81355b83b15d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 428611590903629026 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "428611590903629026428611590903629026428611590903629026428611590903629026428611590903629026428611590903629026428611590903629026428611590903629026428611590903629026428611590903629026428611590903629026428611590903629026428611590903629026428611590903629026428611590903629026428611590903629026428611590903629026428611590903629026428611590903629026428611590903629026" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 104187b1-9888-42d4-9b2e-d7a1c0fa4369, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e6e6264c-1cc6-4789-a666-661f8d393231, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e6e6264c-1cc6-4789-a666-661f8d393231, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 876167079782702962 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "876167079782702962876167079782702962876167079782702962876167079782702962876167079782702962876167079782702962876167079782702962876167079782702962876167079782702962876167079782702962876167079782702962876167079782702962876167079782702962876167079782702962876167079782702962876167079782702962876167079782702962876167079782702962876167079782702962876167079782702962" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4d12674c-da6d-437c-a8ee-81355b83b15d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 70df41ec-002b-4ad6-b7d4-ea0099e43f7d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 70df41ec-002b-4ad6-b7d4-ea0099e43f7d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6762829920408047206 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67628299204080472066762829920408047206676282992040804720667628299204080472066762829920408047206676282992040804720667628299204080472066762829920408047206676282992040804720667628299204080472066762829920408047206676282992040804720667628299204080472066762829920408047206676282992040804720667628299204080472066762829920408047206676282992040804720667628299204080472066762829920408047206" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e6e6264c-1cc6-4789-a666-661f8d393231, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7dbdd0bb-4107-4a1d-b9cf-2a57ca9c4a7d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7dbdd0bb-4107-4a1d-b9cf-2a57ca9c4a7d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13996398666456755661 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1399639866645675566113996398666456755661139963986664567556611399639866645675566113996398666456755661139963986664567556611399639866645675566113996398666456755661139963986664567556611399639866645675566113996398666456755661139963986664567556611399639866645675566113996398666456755661139963986664567556611399639866645675566113996398666456755661139963986664567556611399639866645675566113996398666456755661" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 70df41ec-002b-4ad6-b7d4-ea0099e43f7d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, deead1b0-f225-4457-98d6-ad0cf8d760ed, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, deead1b0-f225-4457-98d6-ad0cf8d760ed, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 124178717683525034 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "124178717683525034124178717683525034124178717683525034124178717683525034124178717683525034124178717683525034124178717683525034124178717683525034124178717683525034124178717683525034124178717683525034124178717683525034124178717683525034124178717683525034124178717683525034124178717683525034124178717683525034124178717683525034124178717683525034124178717683525034" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7dbdd0bb-4107-4a1d-b9cf-2a57ca9c4a7d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dd664ba5-12be-4c40-99a8-638f90d0e1bd, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dd664ba5-12be-4c40-99a8-638f90d0e1bd, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8445929888496260628 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84459298884962606288445929888496260628844592988849626062884459298884962606288445929888496260628844592988849626062884459298884962606288445929888496260628844592988849626062884459298884962606288445929888496260628844592988849626062884459298884962606288445929888496260628844592988849626062884459298884962606288445929888496260628844592988849626062884459298884962606288445929888496260628" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, deead1b0-f225-4457-98d6-ad0cf8d760ed, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6344b7d9-9ff8-4b11-8451-17e98636dc4d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6344b7d9-9ff8-4b11-8451-17e98636dc4d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13091429314527798452 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1309142931452779845213091429314527798452130914293145277984521309142931452779845213091429314527798452130914293145277984521309142931452779845213091429314527798452130914293145277984521309142931452779845213091429314527798452130914293145277984521309142931452779845213091429314527798452130914293145277984521309142931452779845213091429314527798452130914293145277984521309142931452779845213091429314527798452" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dd664ba5-12be-4c40-99a8-638f90d0e1bd, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7698ea6e-c77f-42fb-8bc1-8a5b4b172b61, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7698ea6e-c77f-42fb-8bc1-8a5b4b172b61, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8635431795068903877 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86354317950689038778635431795068903877863543179506890387786354317950689038778635431795068903877863543179506890387786354317950689038778635431795068903877863543179506890387786354317950689038778635431795068903877863543179506890387786354317950689038778635431795068903877863543179506890387786354317950689038778635431795068903877863543179506890387786354317950689038778635431795068903877" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6344b7d9-9ff8-4b11-8451-17e98636dc4d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dc352d77-f5da-49d2-8767-bdbbdf7a5549, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dc352d77-f5da-49d2-8767-bdbbdf7a5549, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15848851216685462371 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1584885121668546237115848851216685462371158488512166854623711584885121668546237115848851216685462371158488512166854623711584885121668546237115848851216685462371158488512166854623711584885121668546237115848851216685462371158488512166854623711584885121668546237115848851216685462371158488512166854623711584885121668546237115848851216685462371158488512166854623711584885121668546237115848851216685462371" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7698ea6e-c77f-42fb-8bc1-8a5b4b172b61, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 669e1e6a-a81c-44fb-80d8-63bc19c0ae1b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 669e1e6a-a81c-44fb-80d8-63bc19c0ae1b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7093244229709520196 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70932442297095201967093244229709520196709324422970952019670932442297095201967093244229709520196709324422970952019670932442297095201967093244229709520196709324422970952019670932442297095201967093244229709520196709324422970952019670932442297095201967093244229709520196709324422970952019670932442297095201967093244229709520196709324422970952019670932442297095201967093244229709520196" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dc352d77-f5da-49d2-8767-bdbbdf7a5549, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d4a0f487-bf32-4dd6-8fab-7c85dcb263bd, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d4a0f487-bf32-4dd6-8fab-7c85dcb263bd, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12682468751628069741 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1268246875162806974112682468751628069741126824687516280697411268246875162806974112682468751628069741126824687516280697411268246875162806974112682468751628069741126824687516280697411268246875162806974112682468751628069741126824687516280697411268246875162806974112682468751628069741126824687516280697411268246875162806974112682468751628069741126824687516280697411268246875162806974112682468751628069741" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 669e1e6a-a81c-44fb-80d8-63bc19c0ae1b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0c67bd1b-9dcf-4a99-9ada-03d464f4b28a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0c67bd1b-9dcf-4a99-9ada-03d464f4b28a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12739278066580386653 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1273927806658038665312739278066580386653127392780665803866531273927806658038665312739278066580386653127392780665803866531273927806658038665312739278066580386653127392780665803866531273927806658038665312739278066580386653127392780665803866531273927806658038665312739278066580386653127392780665803866531273927806658038665312739278066580386653127392780665803866531273927806658038665312739278066580386653" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d4a0f487-bf32-4dd6-8fab-7c85dcb263bd, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8becde43-3d27-41d1-84ce-dbf9407d2a8a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8becde43-3d27-41d1-84ce-dbf9407d2a8a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12604398311429369322 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1260439831142936932212604398311429369322126043983114293693221260439831142936932212604398311429369322126043983114293693221260439831142936932212604398311429369322126043983114293693221260439831142936932212604398311429369322126043983114293693221260439831142936932212604398311429369322126043983114293693221260439831142936932212604398311429369322126043983114293693221260439831142936932212604398311429369322" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0c67bd1b-9dcf-4a99-9ada-03d464f4b28a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 14520d9a-1f76-4839-86c2-d0fc8d9f49f6, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8becde43-3d27-41d1-84ce-dbf9407d2a8a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 14520d9a-1f76-4839-86c2-d0fc8d9f49f6, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10092914216563196243 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1009291421656319624310092914216563196243100929142165631962431009291421656319624310092914216563196243100929142165631962431009291421656319624310092914216563196243100929142165631962431009291421656319624310092914216563196243100929142165631962431009291421656319624310092914216563196243100929142165631962431009291421656319624310092914216563196243100929142165631962431009291421656319624310092914216563196243" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1a1bf9ec-3f84-49b2-9ac9-f6308d5a6009, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1a1bf9ec-3f84-49b2-9ac9-f6308d5a6009, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14832983329978124699 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1483298332997812469914832983329978124699148329833299781246991483298332997812469914832983329978124699148329833299781246991483298332997812469914832983329978124699148329833299781246991483298332997812469914832983329978124699148329833299781246991483298332997812469914832983329978124699148329833299781246991483298332997812469914832983329978124699148329833299781246991483298332997812469914832983329978124699" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 14520d9a-1f76-4839-86c2-d0fc8d9f49f6, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 15aecd0c-58f3-49b2-b687-87f8dcb0b627, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 15aecd0c-58f3-49b2-b687-87f8dcb0b627, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9233602734702382337 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92336027347023823379233602734702382337923360273470238233792336027347023823379233602734702382337923360273470238233792336027347023823379233602734702382337923360273470238233792336027347023823379233602734702382337923360273470238233792336027347023823379233602734702382337923360273470238233792336027347023823379233602734702382337923360273470238233792336027347023823379233602734702382337" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1a1bf9ec-3f84-49b2-9ac9-f6308d5a6009, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 255fdc7f-736f-4cf3-82f9-4a9a162aabb5, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 255fdc7f-736f-4cf3-82f9-4a9a162aabb5, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5703001025014337474 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57030010250143374745703001025014337474570300102501433747457030010250143374745703001025014337474570300102501433747457030010250143374745703001025014337474570300102501433747457030010250143374745703001025014337474570300102501433747457030010250143374745703001025014337474570300102501433747457030010250143374745703001025014337474570300102501433747457030010250143374745703001025014337474" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 15aecd0c-58f3-49b2-b687-87f8dcb0b627, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 255fdc7f-736f-4cf3-82f9-4a9a162aabb5, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 082d8963-b56d-4d3f-991a-d18ed941536a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 082d8963-b56d-4d3f-991a-d18ed941536a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4865616819126998173 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48656168191269981734865616819126998173486561681912699817348656168191269981734865616819126998173486561681912699817348656168191269981734865616819126998173486561681912699817348656168191269981734865616819126998173486561681912699817348656168191269981734865616819126998173486561681912699817348656168191269981734865616819126998173486561681912699817348656168191269981734865616819126998173" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fe030448-c5df-4cb9-a964-d282844c61b6, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fe030448-c5df-4cb9-a964-d282844c61b6, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8804235055794665867 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88042350557946658678804235055794665867880423505579466586788042350557946658678804235055794665867880423505579466586788042350557946658678804235055794665867880423505579466586788042350557946658678804235055794665867880423505579466586788042350557946658678804235055794665867880423505579466586788042350557946658678804235055794665867880423505579466586788042350557946658678804235055794665867" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 082d8963-b56d-4d3f-991a-d18ed941536a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a5614688-006a-48e3-bacb-ab90dc9bfe15, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a5614688-006a-48e3-bacb-ab90dc9bfe15, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 918272386877471040 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "918272386877471040918272386877471040918272386877471040918272386877471040918272386877471040918272386877471040918272386877471040918272386877471040918272386877471040918272386877471040918272386877471040918272386877471040918272386877471040918272386877471040918272386877471040918272386877471040918272386877471040918272386877471040918272386877471040918272386877471040" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fe030448-c5df-4cb9-a964-d282844c61b6, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9984b560-6dd4-4a41-9c2e-9e4a97a5413a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9984b560-6dd4-4a41-9c2e-9e4a97a5413a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5372337250513584253 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53723372505135842535372337250513584253537233725051358425353723372505135842535372337250513584253537233725051358425353723372505135842535372337250513584253537233725051358425353723372505135842535372337250513584253537233725051358425353723372505135842535372337250513584253537233725051358425353723372505135842535372337250513584253537233725051358425353723372505135842535372337250513584253" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a5614688-006a-48e3-bacb-ab90dc9bfe15, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b9fa265a-71f4-4ecf-a467-d9fced73dd48, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b9fa265a-71f4-4ecf-a467-d9fced73dd48, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 381247737399701148 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "381247737399701148381247737399701148381247737399701148381247737399701148381247737399701148381247737399701148381247737399701148381247737399701148381247737399701148381247737399701148381247737399701148381247737399701148381247737399701148381247737399701148381247737399701148381247737399701148381247737399701148381247737399701148381247737399701148381247737399701148" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9984b560-6dd4-4a41-9c2e-9e4a97a5413a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0b2a58b8-8116-4d4b-9dcd-f27202b774a6, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0b2a58b8-8116-4d4b-9dcd-f27202b774a6, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11444735203778014675 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1144473520377801467511444735203778014675114447352037780146751144473520377801467511444735203778014675114447352037780146751144473520377801467511444735203778014675114447352037780146751144473520377801467511444735203778014675114447352037780146751144473520377801467511444735203778014675114447352037780146751144473520377801467511444735203778014675114447352037780146751144473520377801467511444735203778014675" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b9fa265a-71f4-4ecf-a467-d9fced73dd48, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ba72a37d-3b89-4632-9d47-4d78717dc0d9, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ba72a37d-3b89-4632-9d47-4d78717dc0d9, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12261563479714217089 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1226156347971421708912261563479714217089122615634797142170891226156347971421708912261563479714217089122615634797142170891226156347971421708912261563479714217089122615634797142170891226156347971421708912261563479714217089122615634797142170891226156347971421708912261563479714217089122615634797142170891226156347971421708912261563479714217089122615634797142170891226156347971421708912261563479714217089" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0b2a58b8-8116-4d4b-9dcd-f27202b774a6, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d098a627-a6df-4a16-8461-1ba6982d035d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d098a627-a6df-4a16-8461-1ba6982d035d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16343086881403047533 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1634308688140304753316343086881403047533163430868814030475331634308688140304753316343086881403047533163430868814030475331634308688140304753316343086881403047533163430868814030475331634308688140304753316343086881403047533163430868814030475331634308688140304753316343086881403047533163430868814030475331634308688140304753316343086881403047533163430868814030475331634308688140304753316343086881403047533" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ba72a37d-3b89-4632-9d47-4d78717dc0d9, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c3b38776-346a-4e43-82fd-251744434b94, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c3b38776-346a-4e43-82fd-251744434b94, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2613361530977080093 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26133615309770800932613361530977080093261336153097708009326133615309770800932613361530977080093261336153097708009326133615309770800932613361530977080093261336153097708009326133615309770800932613361530977080093261336153097708009326133615309770800932613361530977080093261336153097708009326133615309770800932613361530977080093261336153097708009326133615309770800932613361530977080093" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d098a627-a6df-4a16-8461-1ba6982d035d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 03f828a6-e792-4ef9-99a5-d15fc407bbf8, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 03f828a6-e792-4ef9-99a5-d15fc407bbf8, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14746686509641963927 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1474668650964196392714746686509641963927147466865096419639271474668650964196392714746686509641963927147466865096419639271474668650964196392714746686509641963927147466865096419639271474668650964196392714746686509641963927147466865096419639271474668650964196392714746686509641963927147466865096419639271474668650964196392714746686509641963927147466865096419639271474668650964196392714746686509641963927" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c3b38776-346a-4e43-82fd-251744434b94, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5df5d3a5-ef6d-4614-825b-2b7887cbcda0, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5df5d3a5-ef6d-4614-825b-2b7887cbcda0, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3754962945547049730 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37549629455470497303754962945547049730375496294554704973037549629455470497303754962945547049730375496294554704973037549629455470497303754962945547049730375496294554704973037549629455470497303754962945547049730375496294554704973037549629455470497303754962945547049730375496294554704973037549629455470497303754962945547049730375496294554704973037549629455470497303754962945547049730" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 03f828a6-e792-4ef9-99a5-d15fc407bbf8, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2ea69879-0579-4ecb-b493-6044ebe184d4, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2ea69879-0579-4ecb-b493-6044ebe184d4, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4649886805690926313 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46498868056909263134649886805690926313464988680569092631346498868056909263134649886805690926313464988680569092631346498868056909263134649886805690926313464988680569092631346498868056909263134649886805690926313464988680569092631346498868056909263134649886805690926313464988680569092631346498868056909263134649886805690926313464988680569092631346498868056909263134649886805690926313" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2ea69879-0579-4ecb-b493-6044ebe184d4, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5df5d3a5-ef6d-4614-825b-2b7887cbcda0, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a15de254-713e-4a3d-b303-c69539ec33ab, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a15de254-713e-4a3d-b303-c69539ec33ab, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9191819143258785368 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91918191432587853689191819143258785368919181914325878536891918191432587853689191819143258785368919181914325878536891918191432587853689191819143258785368919181914325878536891918191432587853689191819143258785368919181914325878536891918191432587853689191819143258785368919181914325878536891918191432587853689191819143258785368919181914325878536891918191432587853689191819143258785368" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 619679e2-505e-4311-8612-705e98853adc, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 619679e2-505e-4311-8612-705e98853adc, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9933930272774053739 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99339302727740537399933930272774053739993393027277405373999339302727740537399933930272774053739993393027277405373999339302727740537399933930272774053739993393027277405373999339302727740537399933930272774053739993393027277405373999339302727740537399933930272774053739993393027277405373999339302727740537399933930272774053739993393027277405373999339302727740537399933930272774053739" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a15de254-713e-4a3d-b303-c69539ec33ab, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 619679e2-505e-4311-8612-705e98853adc, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 61ff6829-0075-451b-a3bc-c99b0c9b746f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 61ff6829-0075-451b-a3bc-c99b0c9b746f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13839390346399713589 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1383939034639971358913839390346399713589138393903463997135891383939034639971358913839390346399713589138393903463997135891383939034639971358913839390346399713589138393903463997135891383939034639971358913839390346399713589138393903463997135891383939034639971358913839390346399713589138393903463997135891383939034639971358913839390346399713589138393903463997135891383939034639971358913839390346399713589" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9f1fa13e-5fe9-446f-953c-852953a9cf86, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9f1fa13e-5fe9-446f-953c-852953a9cf86, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9268941902748206960 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92689419027482069609268941902748206960926894190274820696092689419027482069609268941902748206960926894190274820696092689419027482069609268941902748206960926894190274820696092689419027482069609268941902748206960926894190274820696092689419027482069609268941902748206960926894190274820696092689419027482069609268941902748206960926894190274820696092689419027482069609268941902748206960" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 61ff6829-0075-451b-a3bc-c99b0c9b746f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7b77eb5f-3a9b-4d65-ba90-ea7a1d3df57f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7b77eb5f-3a9b-4d65-ba90-ea7a1d3df57f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14737005937668521363 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1473700593766852136314737005937668521363147370059376685213631473700593766852136314737005937668521363147370059376685213631473700593766852136314737005937668521363147370059376685213631473700593766852136314737005937668521363147370059376685213631473700593766852136314737005937668521363147370059376685213631473700593766852136314737005937668521363147370059376685213631473700593766852136314737005937668521363" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9f1fa13e-5fe9-446f-953c-852953a9cf86, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 85f856bf-faa7-4b42-83aa-be89c9b9c06f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 85f856bf-faa7-4b42-83aa-be89c9b9c06f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16828025866816135536 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1682802586681613553616828025866816135536168280258668161355361682802586681613553616828025866816135536168280258668161355361682802586681613553616828025866816135536168280258668161355361682802586681613553616828025866816135536168280258668161355361682802586681613553616828025866816135536168280258668161355361682802586681613553616828025866816135536168280258668161355361682802586681613553616828025866816135536" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7b77eb5f-3a9b-4d65-ba90-ea7a1d3df57f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3917a42f-5761-47ab-9e48-03485d660dcf, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3917a42f-5761-47ab-9e48-03485d660dcf, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10329897463159456536 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1032989746315945653610329897463159456536103298974631594565361032989746315945653610329897463159456536103298974631594565361032989746315945653610329897463159456536103298974631594565361032989746315945653610329897463159456536103298974631594565361032989746315945653610329897463159456536103298974631594565361032989746315945653610329897463159456536103298974631594565361032989746315945653610329897463159456536" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 85f856bf-faa7-4b42-83aa-be89c9b9c06f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cee95c81-4815-46f4-b996-c4c02b6503b6, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cee95c81-4815-46f4-b996-c4c02b6503b6, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10776825617108489013 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1077682561710848901310776825617108489013107768256171084890131077682561710848901310776825617108489013107768256171084890131077682561710848901310776825617108489013107768256171084890131077682561710848901310776825617108489013107768256171084890131077682561710848901310776825617108489013107768256171084890131077682561710848901310776825617108489013107768256171084890131077682561710848901310776825617108489013" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3917a42f-5761-47ab-9e48-03485d660dcf, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fd3ec359-ad37-4c66-91d5-317cf8681f1b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fd3ec359-ad37-4c66-91d5-317cf8681f1b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14415507277996770325 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1441550727799677032514415507277996770325144155072779967703251441550727799677032514415507277996770325144155072779967703251441550727799677032514415507277996770325144155072779967703251441550727799677032514415507277996770325144155072779967703251441550727799677032514415507277996770325144155072779967703251441550727799677032514415507277996770325144155072779967703251441550727799677032514415507277996770325" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cee95c81-4815-46f4-b996-c4c02b6503b6, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fa452181-f592-4eed-ab3c-4649452e801c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fa452181-f592-4eed-ab3c-4649452e801c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15951665651386257875 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1595166565138625787515951665651386257875159516656513862578751595166565138625787515951665651386257875159516656513862578751595166565138625787515951665651386257875159516656513862578751595166565138625787515951665651386257875159516656513862578751595166565138625787515951665651386257875159516656513862578751595166565138625787515951665651386257875159516656513862578751595166565138625787515951665651386257875" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fd3ec359-ad37-4c66-91d5-317cf8681f1b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 06a10c6c-7299-4600-b03c-75a53e8502db, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 06a10c6c-7299-4600-b03c-75a53e8502db, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4145953702412362536 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41459537024123625364145953702412362536414595370241236253641459537024123625364145953702412362536414595370241236253641459537024123625364145953702412362536414595370241236253641459537024123625364145953702412362536414595370241236253641459537024123625364145953702412362536414595370241236253641459537024123625364145953702412362536414595370241236253641459537024123625364145953702412362536" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fa452181-f592-4eed-ab3c-4649452e801c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 06a10c6c-7299-4600-b03c-75a53e8502db, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 98c98138-f57f-4d7a-b141-33adc69edbfd, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4d9f7429-c99b-4f29-91df-04eedfa48f19, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4d9f7429-c99b-4f29-91df-04eedfa48f19, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1094171498933335283 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10941714989333352831094171498933335283109417149893333528310941714989333352831094171498933335283109417149893333528310941714989333352831094171498933335283109417149893333528310941714989333352831094171498933335283109417149893333528310941714989333352831094171498933335283109417149893333528310941714989333352831094171498933335283109417149893333528310941714989333352831094171498933335283" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 98c98138-f57f-4d7a-b141-33adc69edbfd, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5876469226082974569 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58764692260829745695876469226082974569587646922608297456958764692260829745695876469226082974569587646922608297456958764692260829745695876469226082974569587646922608297456958764692260829745695876469226082974569587646922608297456958764692260829745695876469226082974569587646922608297456958764692260829745695876469226082974569587646922608297456958764692260829745695876469226082974569" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4d9f7429-c99b-4f29-91df-04eedfa48f19, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b8d6e742-9bea-4a3c-930d-3991129ef6da, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b8d6e742-9bea-4a3c-930d-3991129ef6da, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12718629440694327808 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1271862944069432780812718629440694327808127186294406943278081271862944069432780812718629440694327808127186294406943278081271862944069432780812718629440694327808127186294406943278081271862944069432780812718629440694327808127186294406943278081271862944069432780812718629440694327808127186294406943278081271862944069432780812718629440694327808127186294406943278081271862944069432780812718629440694327808" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 98c98138-f57f-4d7a-b141-33adc69edbfd, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b8d6e742-9bea-4a3c-930d-3991129ef6da, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b8214655-d7d6-4562-a067-6f68f1e0b4c6, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, afb796f6-e2ef-4d65-ace3-9dafccb2f927, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b8214655-d7d6-4562-a067-6f68f1e0b4c6, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11060051010353212223 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1106005101035321222311060051010353212223110600510103532122231106005101035321222311060051010353212223110600510103532122231106005101035321222311060051010353212223110600510103532122231106005101035321222311060051010353212223110600510103532122231106005101035321222311060051010353212223110600510103532122231106005101035321222311060051010353212223110600510103532122231106005101035321222311060051010353212223" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, afb796f6-e2ef-4d65-ace3-9dafccb2f927, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3116193604592682033 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31161936045926820333116193604592682033311619360459268203331161936045926820333116193604592682033311619360459268203331161936045926820333116193604592682033311619360459268203331161936045926820333116193604592682033311619360459268203331161936045926820333116193604592682033311619360459268203331161936045926820333116193604592682033311619360459268203331161936045926820333116193604592682033" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b8214655-d7d6-4562-a067-6f68f1e0b4c6, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 44edb4d4-7bb3-44de-9133-21b93f404b98, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 44edb4d4-7bb3-44de-9133-21b93f404b98, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12344114834386298793 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1234411483438629879312344114834386298793123441148343862987931234411483438629879312344114834386298793123441148343862987931234411483438629879312344114834386298793123441148343862987931234411483438629879312344114834386298793123441148343862987931234411483438629879312344114834386298793123441148343862987931234411483438629879312344114834386298793123441148343862987931234411483438629879312344114834386298793" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, afb796f6-e2ef-4d65-ace3-9dafccb2f927, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6d9695ae-1c34-4abe-b9cb-17876b2574c6, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6d9695ae-1c34-4abe-b9cb-17876b2574c6, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15516155499306711409 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1551615549930671140915516155499306711409155161554993067114091551615549930671140915516155499306711409155161554993067114091551615549930671140915516155499306711409155161554993067114091551615549930671140915516155499306711409155161554993067114091551615549930671140915516155499306711409155161554993067114091551615549930671140915516155499306711409155161554993067114091551615549930671140915516155499306711409" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 44edb4d4-7bb3-44de-9133-21b93f404b98, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a17e6e49-85a3-4cf8-933d-44f6729ed7cb, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6d9695ae-1c34-4abe-b9cb-17876b2574c6, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 96e8ff52-4874-43c8-83c9-697188cb3061, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 96e8ff52-4874-43c8-83c9-697188cb3061, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17681440675298604563 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1768144067529860456317681440675298604563176814406752986045631768144067529860456317681440675298604563176814406752986045631768144067529860456317681440675298604563176814406752986045631768144067529860456317681440675298604563176814406752986045631768144067529860456317681440675298604563176814406752986045631768144067529860456317681440675298604563176814406752986045631768144067529860456317681440675298604563" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a17e6e49-85a3-4cf8-933d-44f6729ed7cb, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9865331627047467557 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98653316270474675579865331627047467557986533162704746755798653316270474675579865331627047467557986533162704746755798653316270474675579865331627047467557986533162704746755798653316270474675579865331627047467557986533162704746755798653316270474675579865331627047467557986533162704746755798653316270474675579865331627047467557986533162704746755798653316270474675579865331627047467557" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a17e6e49-85a3-4cf8-933d-44f6729ed7cb, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 58cab70b-c49d-484b-9574-9b7549b2be0c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 58cab70b-c49d-484b-9574-9b7549b2be0c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2713895019714295532 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27138950197142955322713895019714295532271389501971429553227138950197142955322713895019714295532271389501971429553227138950197142955322713895019714295532271389501971429553227138950197142955322713895019714295532271389501971429553227138950197142955322713895019714295532271389501971429553227138950197142955322713895019714295532271389501971429553227138950197142955322713895019714295532" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 96e8ff52-4874-43c8-83c9-697188cb3061, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8f439323-aae2-4b6a-8710-44d436622c9d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8f439323-aae2-4b6a-8710-44d436622c9d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3995458245613521573 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39954582456135215733995458245613521573399545824561352157339954582456135215733995458245613521573399545824561352157339954582456135215733995458245613521573399545824561352157339954582456135215733995458245613521573399545824561352157339954582456135215733995458245613521573399545824561352157339954582456135215733995458245613521573399545824561352157339954582456135215733995458245613521573" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 58cab70b-c49d-484b-9574-9b7549b2be0c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7e4fc879-f26f-41ee-844b-0ba1ae15e5e0, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7e4fc879-f26f-41ee-844b-0ba1ae15e5e0, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4986619320167108884 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49866193201671088844986619320167108884498661932016710888449866193201671088844986619320167108884498661932016710888449866193201671088844986619320167108884498661932016710888449866193201671088844986619320167108884498661932016710888449866193201671088844986619320167108884498661932016710888449866193201671088844986619320167108884498661932016710888449866193201671088844986619320167108884" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8f439323-aae2-4b6a-8710-44d436622c9d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c58c755f-5bc8-4c81-8dd3-025acd91e30f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c58c755f-5bc8-4c81-8dd3-025acd91e30f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8248919903114061208 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82489199031140612088248919903114061208824891990311406120882489199031140612088248919903114061208824891990311406120882489199031140612088248919903114061208824891990311406120882489199031140612088248919903114061208824891990311406120882489199031140612088248919903114061208824891990311406120882489199031140612088248919903114061208824891990311406120882489199031140612088248919903114061208" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7e4fc879-f26f-41ee-844b-0ba1ae15e5e0, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 24d84d65-cb68-4234-9bf8-1894c8838015, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 24d84d65-cb68-4234-9bf8-1894c8838015, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2550612435906114614 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25506124359061146142550612435906114614255061243590611461425506124359061146142550612435906114614255061243590611461425506124359061146142550612435906114614255061243590611461425506124359061146142550612435906114614255061243590611461425506124359061146142550612435906114614255061243590611461425506124359061146142550612435906114614255061243590611461425506124359061146142550612435906114614" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c58c755f-5bc8-4c81-8dd3-025acd91e30f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5052b714-506c-4ba9-b196-fa213be95c41, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5052b714-506c-4ba9-b196-fa213be95c41, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5269578260243217332 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52695782602432173325269578260243217332526957826024321733252695782602432173325269578260243217332526957826024321733252695782602432173325269578260243217332526957826024321733252695782602432173325269578260243217332526957826024321733252695782602432173325269578260243217332526957826024321733252695782602432173325269578260243217332526957826024321733252695782602432173325269578260243217332" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5052b714-506c-4ba9-b196-fa213be95c41, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f8b43563-7512-4c1a-89f0-7a88e2f40783, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f8b43563-7512-4c1a-89f0-7a88e2f40783, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15110933785320234627 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1511093378532023462715110933785320234627151109337853202346271511093378532023462715110933785320234627151109337853202346271511093378532023462715110933785320234627151109337853202346271511093378532023462715110933785320234627151109337853202346271511093378532023462715110933785320234627151109337853202346271511093378532023462715110933785320234627151109337853202346271511093378532023462715110933785320234627" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 24d84d65-cb68-4234-9bf8-1894c8838015, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4481ba00-8b31-405a-8c4d-c97f5e593e5d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4481ba00-8b31-405a-8c4d-c97f5e593e5d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8656133053133323725 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86561330531333237258656133053133323725865613305313332372586561330531333237258656133053133323725865613305313332372586561330531333237258656133053133323725865613305313332372586561330531333237258656133053133323725865613305313332372586561330531333237258656133053133323725865613305313332372586561330531333237258656133053133323725865613305313332372586561330531333237258656133053133323725" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f8b43563-7512-4c1a-89f0-7a88e2f40783, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 80fbaef0-5bf5-4f10-8489-378960c08b91, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 80fbaef0-5bf5-4f10-8489-378960c08b91, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15948988438803408388 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1594898843880340838815948988438803408388159489884388034083881594898843880340838815948988438803408388159489884388034083881594898843880340838815948988438803408388159489884388034083881594898843880340838815948988438803408388159489884388034083881594898843880340838815948988438803408388159489884388034083881594898843880340838815948988438803408388159489884388034083881594898843880340838815948988438803408388" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4481ba00-8b31-405a-8c4d-c97f5e593e5d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4b3a2451-8ad0-4413-bef2-4dab64219c16, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4b3a2451-8ad0-4413-bef2-4dab64219c16, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10162899788329071922 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1016289978832907192210162899788329071922101628997883290719221016289978832907192210162899788329071922101628997883290719221016289978832907192210162899788329071922101628997883290719221016289978832907192210162899788329071922101628997883290719221016289978832907192210162899788329071922101628997883290719221016289978832907192210162899788329071922101628997883290719221016289978832907192210162899788329071922" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 80fbaef0-5bf5-4f10-8489-378960c08b91, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c58780be-080a-4a81-a8ad-0cc9f0744e04, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c58780be-080a-4a81-a8ad-0cc9f0744e04, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15725381726814441433 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1572538172681444143315725381726814441433157253817268144414331572538172681444143315725381726814441433157253817268144414331572538172681444143315725381726814441433157253817268144414331572538172681444143315725381726814441433157253817268144414331572538172681444143315725381726814441433157253817268144414331572538172681444143315725381726814441433157253817268144414331572538172681444143315725381726814441433" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4b3a2451-8ad0-4413-bef2-4dab64219c16, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4a2755c3-6dc8-49e8-8abd-0e5883495969, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4a2755c3-6dc8-49e8-8abd-0e5883495969, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2796818859145961765 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27968188591459617652796818859145961765279681885914596176527968188591459617652796818859145961765279681885914596176527968188591459617652796818859145961765279681885914596176527968188591459617652796818859145961765279681885914596176527968188591459617652796818859145961765279681885914596176527968188591459617652796818859145961765279681885914596176527968188591459617652796818859145961765" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c58780be-080a-4a81-a8ad-0cc9f0744e04, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 756cdc4c-edd7-4aa8-8894-edf858c0b68a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 756cdc4c-edd7-4aa8-8894-edf858c0b68a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9698927284976700118 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96989272849767001189698927284976700118969892728497670011896989272849767001189698927284976700118969892728497670011896989272849767001189698927284976700118969892728497670011896989272849767001189698927284976700118969892728497670011896989272849767001189698927284976700118969892728497670011896989272849767001189698927284976700118969892728497670011896989272849767001189698927284976700118" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4a2755c3-6dc8-49e8-8abd-0e5883495969, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fa7593ac-a5ee-45a9-837d-bde028c3f86e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fa7593ac-a5ee-45a9-837d-bde028c3f86e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6398350288619542650 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63983502886195426506398350288619542650639835028861954265063983502886195426506398350288619542650639835028861954265063983502886195426506398350288619542650639835028861954265063983502886195426506398350288619542650639835028861954265063983502886195426506398350288619542650639835028861954265063983502886195426506398350288619542650639835028861954265063983502886195426506398350288619542650" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 756cdc4c-edd7-4aa8-8894-edf858c0b68a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bc6fb9e0-665f-403d-8a29-3090f99d6adb, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bc6fb9e0-665f-403d-8a29-3090f99d6adb, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17214073095309837699 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1721407309530983769917214073095309837699172140730953098376991721407309530983769917214073095309837699172140730953098376991721407309530983769917214073095309837699172140730953098376991721407309530983769917214073095309837699172140730953098376991721407309530983769917214073095309837699172140730953098376991721407309530983769917214073095309837699172140730953098376991721407309530983769917214073095309837699" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fa7593ac-a5ee-45a9-837d-bde028c3f86e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 099446dd-146d-4037-b726-b86707834bb2, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bc6fb9e0-665f-403d-8a29-3090f99d6adb, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c50b6e42-7987-48ee-b4d5-e80236354fed, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c50b6e42-7987-48ee-b4d5-e80236354fed, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3012936267849542526 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30129362678495425263012936267849542526301293626784954252630129362678495425263012936267849542526301293626784954252630129362678495425263012936267849542526301293626784954252630129362678495425263012936267849542526301293626784954252630129362678495425263012936267849542526301293626784954252630129362678495425263012936267849542526301293626784954252630129362678495425263012936267849542526" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 099446dd-146d-4037-b726-b86707834bb2, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18319444656798567423 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1831944465679856742318319444656798567423183194446567985674231831944465679856742318319444656798567423183194446567985674231831944465679856742318319444656798567423183194446567985674231831944465679856742318319444656798567423183194446567985674231831944465679856742318319444656798567423183194446567985674231831944465679856742318319444656798567423183194446567985674231831944465679856742318319444656798567423" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 099446dd-146d-4037-b726-b86707834bb2, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4c6f2243-9caa-4ed6-ba15-cd17b9fda188, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4c6f2243-9caa-4ed6-ba15-cd17b9fda188, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 164466250118718653 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "164466250118718653164466250118718653164466250118718653164466250118718653164466250118718653164466250118718653164466250118718653164466250118718653164466250118718653164466250118718653164466250118718653164466250118718653164466250118718653164466250118718653164466250118718653164466250118718653164466250118718653164466250118718653164466250118718653164466250118718653" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c50b6e42-7987-48ee-b4d5-e80236354fed, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 34dbdbe6-7b91-4b1d-b1f1-9b7d60a6fa69, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 34dbdbe6-7b91-4b1d-b1f1-9b7d60a6fa69, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1784592362397414952 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17845923623974149521784592362397414952178459236239741495217845923623974149521784592362397414952178459236239741495217845923623974149521784592362397414952178459236239741495217845923623974149521784592362397414952178459236239741495217845923623974149521784592362397414952178459236239741495217845923623974149521784592362397414952178459236239741495217845923623974149521784592362397414952" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4c6f2243-9caa-4ed6-ba15-cd17b9fda188, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c77e435f-3795-4df9-b79b-ff971db76e56, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c77e435f-3795-4df9-b79b-ff971db76e56, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1406383168974818650 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14063831689748186501406383168974818650140638316897481865014063831689748186501406383168974818650140638316897481865014063831689748186501406383168974818650140638316897481865014063831689748186501406383168974818650140638316897481865014063831689748186501406383168974818650140638316897481865014063831689748186501406383168974818650140638316897481865014063831689748186501406383168974818650" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 34dbdbe6-7b91-4b1d-b1f1-9b7d60a6fa69, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c25212f4-e582-4463-854d-e1d58d81b7da, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c25212f4-e582-4463-854d-e1d58d81b7da, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14578670034082076460 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1457867003408207646014578670034082076460145786700340820764601457867003408207646014578670034082076460145786700340820764601457867003408207646014578670034082076460145786700340820764601457867003408207646014578670034082076460145786700340820764601457867003408207646014578670034082076460145786700340820764601457867003408207646014578670034082076460145786700340820764601457867003408207646014578670034082076460" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c77e435f-3795-4df9-b79b-ff971db76e56, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c25212f4-e582-4463-854d-e1d58d81b7da, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 41ddff79-b490-405a-b081-fdb3204f332e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 41ddff79-b490-405a-b081-fdb3204f332e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1824291975405950833 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18242919754059508331824291975405950833182429197540595083318242919754059508331824291975405950833182429197540595083318242919754059508331824291975405950833182429197540595083318242919754059508331824291975405950833182429197540595083318242919754059508331824291975405950833182429197540595083318242919754059508331824291975405950833182429197540595083318242919754059508331824291975405950833" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e029d542-46a5-4842-8096-e276ba66d8fe, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e029d542-46a5-4842-8096-e276ba66d8fe, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4508280957001815336 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45082809570018153364508280957001815336450828095700181533645082809570018153364508280957001815336450828095700181533645082809570018153364508280957001815336450828095700181533645082809570018153364508280957001815336450828095700181533645082809570018153364508280957001815336450828095700181533645082809570018153364508280957001815336450828095700181533645082809570018153364508280957001815336" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 41ddff79-b490-405a-b081-fdb3204f332e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0397ec12-90b1-4978-a6ac-67f6f002a613, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0397ec12-90b1-4978-a6ac-67f6f002a613, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1223371008983032867 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12233710089830328671223371008983032867122337100898303286712233710089830328671223371008983032867122337100898303286712233710089830328671223371008983032867122337100898303286712233710089830328671223371008983032867122337100898303286712233710089830328671223371008983032867122337100898303286712233710089830328671223371008983032867122337100898303286712233710089830328671223371008983032867" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e029d542-46a5-4842-8096-e276ba66d8fe, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 92c9eeea-f4a2-436c-860e-6374538be5a7, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 92c9eeea-f4a2-436c-860e-6374538be5a7, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1236640030357508693 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12366400303575086931236640030357508693123664003035750869312366400303575086931236640030357508693123664003035750869312366400303575086931236640030357508693123664003035750869312366400303575086931236640030357508693123664003035750869312366400303575086931236640030357508693123664003035750869312366400303575086931236640030357508693123664003035750869312366400303575086931236640030357508693" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0397ec12-90b1-4978-a6ac-67f6f002a613, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2a4cdab3-1056-4e79-81c6-8ba2f629ced3, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2a4cdab3-1056-4e79-81c6-8ba2f629ced3, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2280392545512098847 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22803925455120988472280392545512098847228039254551209884722803925455120988472280392545512098847228039254551209884722803925455120988472280392545512098847228039254551209884722803925455120988472280392545512098847228039254551209884722803925455120988472280392545512098847228039254551209884722803925455120988472280392545512098847228039254551209884722803925455120988472280392545512098847" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 92c9eeea-f4a2-436c-860e-6374538be5a7, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cfeecb5b-9916-4ae7-b6dc-9386a4dd2089, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cfeecb5b-9916-4ae7-b6dc-9386a4dd2089, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6433294819378050118 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64332948193780501186433294819378050118643329481937805011864332948193780501186433294819378050118643329481937805011864332948193780501186433294819378050118643329481937805011864332948193780501186433294819378050118643329481937805011864332948193780501186433294819378050118643329481937805011864332948193780501186433294819378050118643329481937805011864332948193780501186433294819378050118" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2a4cdab3-1056-4e79-81c6-8ba2f629ced3, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 31b7f682-e35f-4fa7-a3a3-587f4b765a1b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 31b7f682-e35f-4fa7-a3a3-587f4b765a1b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1806015844271447349 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18060158442714473491806015844271447349180601584427144734918060158442714473491806015844271447349180601584427144734918060158442714473491806015844271447349180601584427144734918060158442714473491806015844271447349180601584427144734918060158442714473491806015844271447349180601584427144734918060158442714473491806015844271447349180601584427144734918060158442714473491806015844271447349" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cfeecb5b-9916-4ae7-b6dc-9386a4dd2089, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d1ecb6a7-53fe-4d89-a033-7de8fe114024, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d1ecb6a7-53fe-4d89-a033-7de8fe114024, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17697481593971964639 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1769748159397196463917697481593971964639176974815939719646391769748159397196463917697481593971964639176974815939719646391769748159397196463917697481593971964639176974815939719646391769748159397196463917697481593971964639176974815939719646391769748159397196463917697481593971964639176974815939719646391769748159397196463917697481593971964639176974815939719646391769748159397196463917697481593971964639" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d1ecb6a7-53fe-4d89-a033-7de8fe114024, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cd2c7076-30c3-41c1-ab06-0c84edfb59b6, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 31b7f682-e35f-4fa7-a3a3-587f4b765a1b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 587ae3a6-d468-42fa-b50d-379de4765ca4, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cd2c7076-30c3-41c1-ab06-0c84edfb59b6, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5854891044029457081 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58548910440294570815854891044029457081585489104402945708158548910440294570815854891044029457081585489104402945708158548910440294570815854891044029457081585489104402945708158548910440294570815854891044029457081585489104402945708158548910440294570815854891044029457081585489104402945708158548910440294570815854891044029457081585489104402945708158548910440294570815854891044029457081" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 587ae3a6-d468-42fa-b50d-379de4765ca4, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15106403638784474098 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1510640363878447409815106403638784474098151064036387844740981510640363878447409815106403638784474098151064036387844740981510640363878447409815106403638784474098151064036387844740981510640363878447409815106403638784474098151064036387844740981510640363878447409815106403638784474098151064036387844740981510640363878447409815106403638784474098151064036387844740981510640363878447409815106403638784474098" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cd2c7076-30c3-41c1-ab06-0c84edfb59b6, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e3e1ff07-6629-43ad-9f62-b6daef6d8729, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e3e1ff07-6629-43ad-9f62-b6daef6d8729, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 170772206334340176 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "170772206334340176170772206334340176170772206334340176170772206334340176170772206334340176170772206334340176170772206334340176170772206334340176170772206334340176170772206334340176170772206334340176170772206334340176170772206334340176170772206334340176170772206334340176170772206334340176170772206334340176170772206334340176170772206334340176170772206334340176" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 587ae3a6-d468-42fa-b50d-379de4765ca4, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3a159e32-2c88-416e-a316-c4f67ba164e6, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3a159e32-2c88-416e-a316-c4f67ba164e6, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2068201343049810072 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20682013430498100722068201343049810072206820134304981007220682013430498100722068201343049810072206820134304981007220682013430498100722068201343049810072206820134304981007220682013430498100722068201343049810072206820134304981007220682013430498100722068201343049810072206820134304981007220682013430498100722068201343049810072206820134304981007220682013430498100722068201343049810072" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e3e1ff07-6629-43ad-9f62-b6daef6d8729, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, af3a4448-eaf5-459b-8e2e-f7144dc43150, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, af3a4448-eaf5-459b-8e2e-f7144dc43150, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10095774901188763169 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1009577490118876316910095774901188763169100957749011887631691009577490118876316910095774901188763169100957749011887631691009577490118876316910095774901188763169100957749011887631691009577490118876316910095774901188763169100957749011887631691009577490118876316910095774901188763169100957749011887631691009577490118876316910095774901188763169100957749011887631691009577490118876316910095774901188763169" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3a159e32-2c88-416e-a316-c4f67ba164e6, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 43afec25-ac0e-4ff0-b87c-9cb450b5a239, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 43afec25-ac0e-4ff0-b87c-9cb450b5a239, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1003497931804004997 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10034979318040049971003497931804004997100349793180400499710034979318040049971003497931804004997100349793180400499710034979318040049971003497931804004997100349793180400499710034979318040049971003497931804004997100349793180400499710034979318040049971003497931804004997100349793180400499710034979318040049971003497931804004997100349793180400499710034979318040049971003497931804004997" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, af3a4448-eaf5-459b-8e2e-f7144dc43150, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0275574a-481a-4c31-9854-8e21e2779588, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0275574a-481a-4c31-9854-8e21e2779588, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4717839714124746087 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47178397141247460874717839714124746087471783971412474608747178397141247460874717839714124746087471783971412474608747178397141247460874717839714124746087471783971412474608747178397141247460874717839714124746087471783971412474608747178397141247460874717839714124746087471783971412474608747178397141247460874717839714124746087471783971412474608747178397141247460874717839714124746087" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 43afec25-ac0e-4ff0-b87c-9cb450b5a239, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 069feeec-97fb-4316-b080-b5d614705d24, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 069feeec-97fb-4316-b080-b5d614705d24, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5270578953869070989 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52705789538690709895270578953869070989527057895386907098952705789538690709895270578953869070989527057895386907098952705789538690709895270578953869070989527057895386907098952705789538690709895270578953869070989527057895386907098952705789538690709895270578953869070989527057895386907098952705789538690709895270578953869070989527057895386907098952705789538690709895270578953869070989" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0275574a-481a-4c31-9854-8e21e2779588, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c11a469e-a64b-4362-8ffa-a9bb355d23d4, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c11a469e-a64b-4362-8ffa-a9bb355d23d4, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4130496305096808999 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41304963050968089994130496305096808999413049630509680899941304963050968089994130496305096808999413049630509680899941304963050968089994130496305096808999413049630509680899941304963050968089994130496305096808999413049630509680899941304963050968089994130496305096808999413049630509680899941304963050968089994130496305096808999413049630509680899941304963050968089994130496305096808999" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 069feeec-97fb-4316-b080-b5d614705d24, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d4b35311-9f42-473b-8d7f-a16d8db15031, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d4b35311-9f42-473b-8d7f-a16d8db15031, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8968318566065997919 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89683185660659979198968318566065997919896831856606599791989683185660659979198968318566065997919896831856606599791989683185660659979198968318566065997919896831856606599791989683185660659979198968318566065997919896831856606599791989683185660659979198968318566065997919896831856606599791989683185660659979198968318566065997919896831856606599791989683185660659979198968318566065997919" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c11a469e-a64b-4362-8ffa-a9bb355d23d4, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 816d19dc-759d-4a11-92a4-ac1b4173dadd, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 816d19dc-759d-4a11-92a4-ac1b4173dadd, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4186134402155547511 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41861344021555475114186134402155547511418613440215554751141861344021555475114186134402155547511418613440215554751141861344021555475114186134402155547511418613440215554751141861344021555475114186134402155547511418613440215554751141861344021555475114186134402155547511418613440215554751141861344021555475114186134402155547511418613440215554751141861344021555475114186134402155547511" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d4b35311-9f42-473b-8d7f-a16d8db15031, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c3a6bde5-6fe4-4cec-94ba-17939fb555ec, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c3a6bde5-6fe4-4cec-94ba-17939fb555ec, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2025896714645391452 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20258967146453914522025896714645391452202589671464539145220258967146453914522025896714645391452202589671464539145220258967146453914522025896714645391452202589671464539145220258967146453914522025896714645391452202589671464539145220258967146453914522025896714645391452202589671464539145220258967146453914522025896714645391452202589671464539145220258967146453914522025896714645391452" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 816d19dc-759d-4a11-92a4-ac1b4173dadd, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a9863465-d0da-43e5-9ec7-108e4fc1cbe6, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a9863465-d0da-43e5-9ec7-108e4fc1cbe6, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6875286993248024607 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68752869932480246076875286993248024607687528699324802460768752869932480246076875286993248024607687528699324802460768752869932480246076875286993248024607687528699324802460768752869932480246076875286993248024607687528699324802460768752869932480246076875286993248024607687528699324802460768752869932480246076875286993248024607687528699324802460768752869932480246076875286993248024607" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c3a6bde5-6fe4-4cec-94ba-17939fb555ec, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, faabc5d4-ef7c-4de1-853e-76fe96343257, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, faabc5d4-ef7c-4de1-853e-76fe96343257, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6065332375970383509 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60653323759703835096065332375970383509606533237597038350960653323759703835096065332375970383509606533237597038350960653323759703835096065332375970383509606533237597038350960653323759703835096065332375970383509606533237597038350960653323759703835096065332375970383509606533237597038350960653323759703835096065332375970383509606533237597038350960653323759703835096065332375970383509" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a9863465-d0da-43e5-9ec7-108e4fc1cbe6, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 218d0a69-48d7-458e-9f5c-122c75234abf, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 218d0a69-48d7-458e-9f5c-122c75234abf, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9448692553443548213 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94486925534435482139448692553443548213944869255344354821394486925534435482139448692553443548213944869255344354821394486925534435482139448692553443548213944869255344354821394486925534435482139448692553443548213944869255344354821394486925534435482139448692553443548213944869255344354821394486925534435482139448692553443548213944869255344354821394486925534435482139448692553443548213" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, faabc5d4-ef7c-4de1-853e-76fe96343257, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d23c8a40-52c1-4876-a8ed-e46e9e99ae0c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d23c8a40-52c1-4876-a8ed-e46e9e99ae0c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13336666891183278962 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1333666689118327896213336666891183278962133366668911832789621333666689118327896213336666891183278962133366668911832789621333666689118327896213336666891183278962133366668911832789621333666689118327896213336666891183278962133366668911832789621333666689118327896213336666891183278962133366668911832789621333666689118327896213336666891183278962133366668911832789621333666689118327896213336666891183278962" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 218d0a69-48d7-458e-9f5c-122c75234abf, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 21764d83-07c3-444b-9b83-11aa713e2ce0, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 21764d83-07c3-444b-9b83-11aa713e2ce0, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17147001932350495217 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1714700193235049521717147001932350495217171470019323504952171714700193235049521717147001932350495217171470019323504952171714700193235049521717147001932350495217171470019323504952171714700193235049521717147001932350495217171470019323504952171714700193235049521717147001932350495217171470019323504952171714700193235049521717147001932350495217171470019323504952171714700193235049521717147001932350495217" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d23c8a40-52c1-4876-a8ed-e46e9e99ae0c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 566b75fb-fe30-4490-bfc8-e8bfa0c605c2, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 566b75fb-fe30-4490-bfc8-e8bfa0c605c2, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5576135878591896288 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55761358785918962885576135878591896288557613587859189628855761358785918962885576135878591896288557613587859189628855761358785918962885576135878591896288557613587859189628855761358785918962885576135878591896288557613587859189628855761358785918962885576135878591896288557613587859189628855761358785918962885576135878591896288557613587859189628855761358785918962885576135878591896288" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 21764d83-07c3-444b-9b83-11aa713e2ce0, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 542e43db-4544-4e7c-9fab-004fcec9d8f1, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 542e43db-4544-4e7c-9fab-004fcec9d8f1, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11470329969715509880 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1147032996971550988011470329969715509880114703299697155098801147032996971550988011470329969715509880114703299697155098801147032996971550988011470329969715509880114703299697155098801147032996971550988011470329969715509880114703299697155098801147032996971550988011470329969715509880114703299697155098801147032996971550988011470329969715509880114703299697155098801147032996971550988011470329969715509880" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 566b75fb-fe30-4490-bfc8-e8bfa0c605c2, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9ad88e9e-d077-4c4b-87e6-821ed51c7b47, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9ad88e9e-d077-4c4b-87e6-821ed51c7b47, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3349758349464940129 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33497583494649401293349758349464940129334975834946494012933497583494649401293349758349464940129334975834946494012933497583494649401293349758349464940129334975834946494012933497583494649401293349758349464940129334975834946494012933497583494649401293349758349464940129334975834946494012933497583494649401293349758349464940129334975834946494012933497583494649401293349758349464940129" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 542e43db-4544-4e7c-9fab-004fcec9d8f1, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1be27d51-eb36-47b8-b0c3-3e6af348fffb, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1be27d51-eb36-47b8-b0c3-3e6af348fffb, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5043006083648356581 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50430060836483565815043006083648356581504300608364835658150430060836483565815043006083648356581504300608364835658150430060836483565815043006083648356581504300608364835658150430060836483565815043006083648356581504300608364835658150430060836483565815043006083648356581504300608364835658150430060836483565815043006083648356581504300608364835658150430060836483565815043006083648356581" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9ad88e9e-d077-4c4b-87e6-821ed51c7b47, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 218f200c-22a9-465b-b60c-a7254f1efbde, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 218f200c-22a9-465b-b60c-a7254f1efbde, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11858462353240750087 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1185846235324075008711858462353240750087118584623532407500871185846235324075008711858462353240750087118584623532407500871185846235324075008711858462353240750087118584623532407500871185846235324075008711858462353240750087118584623532407500871185846235324075008711858462353240750087118584623532407500871185846235324075008711858462353240750087118584623532407500871185846235324075008711858462353240750087" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1be27d51-eb36-47b8-b0c3-3e6af348fffb, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 18d62a07-dd50-4be7-9f9e-93964461ff6c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 18d62a07-dd50-4be7-9f9e-93964461ff6c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7594510956560864354 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75945109565608643547594510956560864354759451095656086435475945109565608643547594510956560864354759451095656086435475945109565608643547594510956560864354759451095656086435475945109565608643547594510956560864354759451095656086435475945109565608643547594510956560864354759451095656086435475945109565608643547594510956560864354759451095656086435475945109565608643547594510956560864354" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 218f200c-22a9-465b-b60c-a7254f1efbde, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 22c31a7f-3acd-45a1-84aa-70a741cb615f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 22c31a7f-3acd-45a1-84aa-70a741cb615f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4190271013082827540 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41902710130828275404190271013082827540419027101308282754041902710130828275404190271013082827540419027101308282754041902710130828275404190271013082827540419027101308282754041902710130828275404190271013082827540419027101308282754041902710130828275404190271013082827540419027101308282754041902710130828275404190271013082827540419027101308282754041902710130828275404190271013082827540" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 22c31a7f-3acd-45a1-84aa-70a741cb615f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9f85eb28-bbf2-4090-8724-3d6a2afb8b8f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9f85eb28-bbf2-4090-8724-3d6a2afb8b8f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3261701023023329564 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32617010230233295643261701023023329564326170102302332956432617010230233295643261701023023329564326170102302332956432617010230233295643261701023023329564326170102302332956432617010230233295643261701023023329564326170102302332956432617010230233295643261701023023329564326170102302332956432617010230233295643261701023023329564326170102302332956432617010230233295643261701023023329564" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9f85eb28-bbf2-4090-8724-3d6a2afb8b8f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c55fc982-ddbe-41d8-92b4-e109e943fa04, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c55fc982-ddbe-41d8-92b4-e109e943fa04, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15898997199547940087 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1589899719954794008715898997199547940087158989971995479400871589899719954794008715898997199547940087158989971995479400871589899719954794008715898997199547940087158989971995479400871589899719954794008715898997199547940087158989971995479400871589899719954794008715898997199547940087158989971995479400871589899719954794008715898997199547940087158989971995479400871589899719954794008715898997199547940087" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 18d62a07-dd50-4be7-9f9e-93964461ff6c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 134f8d64-03ff-49a1-a0b9-ba1461e3f7af, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 134f8d64-03ff-49a1-a0b9-ba1461e3f7af, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2158565960122843037 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21585659601228430372158565960122843037215856596012284303721585659601228430372158565960122843037215856596012284303721585659601228430372158565960122843037215856596012284303721585659601228430372158565960122843037215856596012284303721585659601228430372158565960122843037215856596012284303721585659601228430372158565960122843037215856596012284303721585659601228430372158565960122843037" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c55fc982-ddbe-41d8-92b4-e109e943fa04, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bf96d0a5-ce65-4c36-a2d8-a293e226ce61, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bf96d0a5-ce65-4c36-a2d8-a293e226ce61, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 646020831298825997 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "646020831298825997646020831298825997646020831298825997646020831298825997646020831298825997646020831298825997646020831298825997646020831298825997646020831298825997646020831298825997646020831298825997646020831298825997646020831298825997646020831298825997646020831298825997646020831298825997646020831298825997646020831298825997646020831298825997646020831298825997" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 134f8d64-03ff-49a1-a0b9-ba1461e3f7af, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5b931f75-7b9c-4c01-9a7a-9472dbea41dd, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5b931f75-7b9c-4c01-9a7a-9472dbea41dd, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14395300287592451767 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1439530028759245176714395300287592451767143953002875924517671439530028759245176714395300287592451767143953002875924517671439530028759245176714395300287592451767143953002875924517671439530028759245176714395300287592451767143953002875924517671439530028759245176714395300287592451767143953002875924517671439530028759245176714395300287592451767143953002875924517671439530028759245176714395300287592451767" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bf96d0a5-ce65-4c36-a2d8-a293e226ce61, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7aac7777-2d1b-4fc8-ab9f-3550a6d8d40f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7aac7777-2d1b-4fc8-ab9f-3550a6d8d40f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11292336751593221340 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1129233675159322134011292336751593221340112923367515932213401129233675159322134011292336751593221340112923367515932213401129233675159322134011292336751593221340112923367515932213401129233675159322134011292336751593221340112923367515932213401129233675159322134011292336751593221340112923367515932213401129233675159322134011292336751593221340112923367515932213401129233675159322134011292336751593221340" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5b931f75-7b9c-4c01-9a7a-9472dbea41dd, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 57cce7a4-2969-4d38-be23-3a166f7c9762, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 57cce7a4-2969-4d38-be23-3a166f7c9762, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16555056236840204766 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1655505623684020476616555056236840204766165550562368402047661655505623684020476616555056236840204766165550562368402047661655505623684020476616555056236840204766165550562368402047661655505623684020476616555056236840204766165550562368402047661655505623684020476616555056236840204766165550562368402047661655505623684020476616555056236840204766165550562368402047661655505623684020476616555056236840204766" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7aac7777-2d1b-4fc8-ab9f-3550a6d8d40f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, eb795051-e0d5-4014-9eb2-3c3192cebefe, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eb795051-e0d5-4014-9eb2-3c3192cebefe, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11684656099115051719 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1168465609911505171911684656099115051719116846560991150517191168465609911505171911684656099115051719116846560991150517191168465609911505171911684656099115051719116846560991150517191168465609911505171911684656099115051719116846560991150517191168465609911505171911684656099115051719116846560991150517191168465609911505171911684656099115051719116846560991150517191168465609911505171911684656099115051719" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 57cce7a4-2969-4d38-be23-3a166f7c9762, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ad11ebbe-b4ec-4e60-a826-864a93624c9b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ad11ebbe-b4ec-4e60-a826-864a93624c9b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15068548087861578951 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1506854808786157895115068548087861578951150685480878615789511506854808786157895115068548087861578951150685480878615789511506854808786157895115068548087861578951150685480878615789511506854808786157895115068548087861578951150685480878615789511506854808786157895115068548087861578951150685480878615789511506854808786157895115068548087861578951150685480878615789511506854808786157895115068548087861578951" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eb795051-e0d5-4014-9eb2-3c3192cebefe, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e8c12874-be39-4cdd-b787-45fbf2f57717, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e8c12874-be39-4cdd-b787-45fbf2f57717, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5036222145952218963 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50362221459522189635036222145952218963503622214595221896350362221459522189635036222145952218963503622214595221896350362221459522189635036222145952218963503622214595221896350362221459522189635036222145952218963503622214595221896350362221459522189635036222145952218963503622214595221896350362221459522189635036222145952218963503622214595221896350362221459522189635036222145952218963" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ad11ebbe-b4ec-4e60-a826-864a93624c9b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a2443d27-33bd-45bc-a359-d4cc7a3be995, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a2443d27-33bd-45bc-a359-d4cc7a3be995, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3401956205626534188 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34019562056265341883401956205626534188340195620562653418834019562056265341883401956205626534188340195620562653418834019562056265341883401956205626534188340195620562653418834019562056265341883401956205626534188340195620562653418834019562056265341883401956205626534188340195620562653418834019562056265341883401956205626534188340195620562653418834019562056265341883401956205626534188" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e8c12874-be39-4cdd-b787-45fbf2f57717, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4a1d4d48-09b7-4702-a2a0-bd2ad7a64e7b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4a1d4d48-09b7-4702-a2a0-bd2ad7a64e7b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4171408122854836595 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41714081228548365954171408122854836595417140812285483659541714081228548365954171408122854836595417140812285483659541714081228548365954171408122854836595417140812285483659541714081228548365954171408122854836595417140812285483659541714081228548365954171408122854836595417140812285483659541714081228548365954171408122854836595417140812285483659541714081228548365954171408122854836595" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a2443d27-33bd-45bc-a359-d4cc7a3be995, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 84acbb6f-d265-411c-a535-31f0c370bd93, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 84acbb6f-d265-411c-a535-31f0c370bd93, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10418217182831268152 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1041821718283126815210418217182831268152104182171828312681521041821718283126815210418217182831268152104182171828312681521041821718283126815210418217182831268152104182171828312681521041821718283126815210418217182831268152104182171828312681521041821718283126815210418217182831268152104182171828312681521041821718283126815210418217182831268152104182171828312681521041821718283126815210418217182831268152" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4a1d4d48-09b7-4702-a2a0-bd2ad7a64e7b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8a463b00-7b57-478c-b73c-5d4e6be78dbb, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8a463b00-7b57-478c-b73c-5d4e6be78dbb, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15208382315925714358 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1520838231592571435815208382315925714358152083823159257143581520838231592571435815208382315925714358152083823159257143581520838231592571435815208382315925714358152083823159257143581520838231592571435815208382315925714358152083823159257143581520838231592571435815208382315925714358152083823159257143581520838231592571435815208382315925714358152083823159257143581520838231592571435815208382315925714358" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 84acbb6f-d265-411c-a535-31f0c370bd93, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9af90fc6-35ab-4c6e-a8c5-94bc6eb85ba5, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9af90fc6-35ab-4c6e-a8c5-94bc6eb85ba5, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6800934468791564915 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68009344687915649156800934468791564915680093446879156491568009344687915649156800934468791564915680093446879156491568009344687915649156800934468791564915680093446879156491568009344687915649156800934468791564915680093446879156491568009344687915649156800934468791564915680093446879156491568009344687915649156800934468791564915680093446879156491568009344687915649156800934468791564915" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8a463b00-7b57-478c-b73c-5d4e6be78dbb, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8048e8e1-6976-4334-a161-50ab9533ce63, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8048e8e1-6976-4334-a161-50ab9533ce63, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5383351866439153166 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53833518664391531665383351866439153166538335186643915316653833518664391531665383351866439153166538335186643915316653833518664391531665383351866439153166538335186643915316653833518664391531665383351866439153166538335186643915316653833518664391531665383351866439153166538335186643915316653833518664391531665383351866439153166538335186643915316653833518664391531665383351866439153166" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9af90fc6-35ab-4c6e-a8c5-94bc6eb85ba5, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5f90fe14-caf9-4232-a8b1-2889adbb1c6f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5f90fe14-caf9-4232-a8b1-2889adbb1c6f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9230691116783049336 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92306911167830493369230691116783049336923069111678304933692306911167830493369230691116783049336923069111678304933692306911167830493369230691116783049336923069111678304933692306911167830493369230691116783049336923069111678304933692306911167830493369230691116783049336923069111678304933692306911167830493369230691116783049336923069111678304933692306911167830493369230691116783049336" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8048e8e1-6976-4334-a161-50ab9533ce63, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 23797a19-e8d9-4dfc-a26c-b3011b96f092, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 23797a19-e8d9-4dfc-a26c-b3011b96f092, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9946484486104486524 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99464844861044865249946484486104486524994648448610448652499464844861044865249946484486104486524994648448610448652499464844861044865249946484486104486524994648448610448652499464844861044865249946484486104486524994648448610448652499464844861044865249946484486104486524994648448610448652499464844861044865249946484486104486524994648448610448652499464844861044865249946484486104486524" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5f90fe14-caf9-4232-a8b1-2889adbb1c6f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f1f4a1f3-dfdf-499d-ad82-c737939b8406, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f1f4a1f3-dfdf-499d-ad82-c737939b8406, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13345824616142353770 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1334582461614235377013345824616142353770133458246161423537701334582461614235377013345824616142353770133458246161423537701334582461614235377013345824616142353770133458246161423537701334582461614235377013345824616142353770133458246161423537701334582461614235377013345824616142353770133458246161423537701334582461614235377013345824616142353770133458246161423537701334582461614235377013345824616142353770" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 23797a19-e8d9-4dfc-a26c-b3011b96f092, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 01e4901f-de4e-4d3a-a55e-5b5de598f703, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 01e4901f-de4e-4d3a-a55e-5b5de598f703, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14284243039024269613 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1428424303902426961314284243039024269613142842430390242696131428424303902426961314284243039024269613142842430390242696131428424303902426961314284243039024269613142842430390242696131428424303902426961314284243039024269613142842430390242696131428424303902426961314284243039024269613142842430390242696131428424303902426961314284243039024269613142842430390242696131428424303902426961314284243039024269613" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f1f4a1f3-dfdf-499d-ad82-c737939b8406, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, da269090-9567-444b-9610-7bee893b5326, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, da269090-9567-444b-9610-7bee893b5326, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16010408207248174880 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1601040820724817488016010408207248174880160104082072481748801601040820724817488016010408207248174880160104082072481748801601040820724817488016010408207248174880160104082072481748801601040820724817488016010408207248174880160104082072481748801601040820724817488016010408207248174880160104082072481748801601040820724817488016010408207248174880160104082072481748801601040820724817488016010408207248174880" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 01e4901f-de4e-4d3a-a55e-5b5de598f703, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 11db67c9-c2c1-41b6-9092-e66a65cf78cb, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 11db67c9-c2c1-41b6-9092-e66a65cf78cb, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9058241394432335134 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90582413944323351349058241394432335134905824139443233513490582413944323351349058241394432335134905824139443233513490582413944323351349058241394432335134905824139443233513490582413944323351349058241394432335134905824139443233513490582413944323351349058241394432335134905824139443233513490582413944323351349058241394432335134905824139443233513490582413944323351349058241394432335134" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, da269090-9567-444b-9610-7bee893b5326, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ebe577e8-a766-49da-a03c-519b9e76cbd5, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ebe577e8-a766-49da-a03c-519b9e76cbd5, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13664921934898081842 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1366492193489808184213664921934898081842136649219348980818421366492193489808184213664921934898081842136649219348980818421366492193489808184213664921934898081842136649219348980818421366492193489808184213664921934898081842136649219348980818421366492193489808184213664921934898081842136649219348980818421366492193489808184213664921934898081842136649219348980818421366492193489808184213664921934898081842" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 11db67c9-c2c1-41b6-9092-e66a65cf78cb, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e261354f-3f53-4b01-a895-c1a869ca3a4a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e261354f-3f53-4b01-a895-c1a869ca3a4a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8548517719348799024 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85485177193487990248548517719348799024854851771934879902485485177193487990248548517719348799024854851771934879902485485177193487990248548517719348799024854851771934879902485485177193487990248548517719348799024854851771934879902485485177193487990248548517719348799024854851771934879902485485177193487990248548517719348799024854851771934879902485485177193487990248548517719348799024" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ebe577e8-a766-49da-a03c-519b9e76cbd5, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 22882e73-c9e3-458b-af6b-12228643ea06, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 22882e73-c9e3-458b-af6b-12228643ea06, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1444731375778383500 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14447313757783835001444731375778383500144473137577838350014447313757783835001444731375778383500144473137577838350014447313757783835001444731375778383500144473137577838350014447313757783835001444731375778383500144473137577838350014447313757783835001444731375778383500144473137577838350014447313757783835001444731375778383500144473137577838350014447313757783835001444731375778383500" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e261354f-3f53-4b01-a895-c1a869ca3a4a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 706a2a88-a60e-4387-9f4d-c2edc3202b15, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 706a2a88-a60e-4387-9f4d-c2edc3202b15, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12277525798773365209 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1227752579877336520912277525798773365209122775257987733652091227752579877336520912277525798773365209122775257987733652091227752579877336520912277525798773365209122775257987733652091227752579877336520912277525798773365209122775257987733652091227752579877336520912277525798773365209122775257987733652091227752579877336520912277525798773365209122775257987733652091227752579877336520912277525798773365209" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 22882e73-c9e3-458b-af6b-12228643ea06, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ae48e8cf-80aa-454e-9d06-c52ccd3722fe, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ae48e8cf-80aa-454e-9d06-c52ccd3722fe, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16091550830784337403 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1609155083078433740316091550830784337403160915508307843374031609155083078433740316091550830784337403160915508307843374031609155083078433740316091550830784337403160915508307843374031609155083078433740316091550830784337403160915508307843374031609155083078433740316091550830784337403160915508307843374031609155083078433740316091550830784337403160915508307843374031609155083078433740316091550830784337403" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 706a2a88-a60e-4387-9f4d-c2edc3202b15, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7be8dea9-4b18-418d-b67e-7d755f8c3455, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7be8dea9-4b18-418d-b67e-7d755f8c3455, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16443854426653252466 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1644385442665325246616443854426653252466164438544266532524661644385442665325246616443854426653252466164438544266532524661644385442665325246616443854426653252466164438544266532524661644385442665325246616443854426653252466164438544266532524661644385442665325246616443854426653252466164438544266532524661644385442665325246616443854426653252466164438544266532524661644385442665325246616443854426653252466" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ae48e8cf-80aa-454e-9d06-c52ccd3722fe, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5fc821c3-ecee-4bf9-a58d-a0a397fe5a7a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5fc821c3-ecee-4bf9-a58d-a0a397fe5a7a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3214132686714676109 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32141326867146761093214132686714676109321413268671467610932141326867146761093214132686714676109321413268671467610932141326867146761093214132686714676109321413268671467610932141326867146761093214132686714676109321413268671467610932141326867146761093214132686714676109321413268671467610932141326867146761093214132686714676109321413268671467610932141326867146761093214132686714676109" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7be8dea9-4b18-418d-b67e-7d755f8c3455, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 266407db-a4fe-49b2-a69f-503f284eeee9, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 266407db-a4fe-49b2-a69f-503f284eeee9, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17183441788480741840 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1718344178848074184017183441788480741840171834417884807418401718344178848074184017183441788480741840171834417884807418401718344178848074184017183441788480741840171834417884807418401718344178848074184017183441788480741840171834417884807418401718344178848074184017183441788480741840171834417884807418401718344178848074184017183441788480741840171834417884807418401718344178848074184017183441788480741840" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 266407db-a4fe-49b2-a69f-503f284eeee9, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 396c78d4-e4a1-41b4-9676-5f44ab3f8494, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 396c78d4-e4a1-41b4-9676-5f44ab3f8494, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3112971940677570496 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31129719406775704963112971940677570496311297194067757049631129719406775704963112971940677570496311297194067757049631129719406775704963112971940677570496311297194067757049631129719406775704963112971940677570496311297194067757049631129719406775704963112971940677570496311297194067757049631129719406775704963112971940677570496311297194067757049631129719406775704963112971940677570496" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 396c78d4-e4a1-41b4-9676-5f44ab3f8494, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8ea1846d-3efd-4225-bd20-c40326cd3704, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8ea1846d-3efd-4225-bd20-c40326cd3704, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5328119318468448313 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53281193184684483135328119318468448313532811931846844831353281193184684483135328119318468448313532811931846844831353281193184684483135328119318468448313532811931846844831353281193184684483135328119318468448313532811931846844831353281193184684483135328119318468448313532811931846844831353281193184684483135328119318468448313532811931846844831353281193184684483135328119318468448313" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5fc821c3-ecee-4bf9-a58d-a0a397fe5a7a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a4158485-470f-46a0-a705-aa59671d0a1f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a4158485-470f-46a0-a705-aa59671d0a1f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9640053919705182112 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96400539197051821129640053919705182112964005391970518211296400539197051821129640053919705182112964005391970518211296400539197051821129640053919705182112964005391970518211296400539197051821129640053919705182112964005391970518211296400539197051821129640053919705182112964005391970518211296400539197051821129640053919705182112964005391970518211296400539197051821129640053919705182112" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8ea1846d-3efd-4225-bd20-c40326cd3704, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 04975617-46f7-4cb6-8132-7f0923b77377, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 04975617-46f7-4cb6-8132-7f0923b77377, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8822924333773752142 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88229243337737521428822924333773752142882292433377375214288229243337737521428822924333773752142882292433377375214288229243337737521428822924333773752142882292433377375214288229243337737521428822924333773752142882292433377375214288229243337737521428822924333773752142882292433377375214288229243337737521428822924333773752142882292433377375214288229243337737521428822924333773752142" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a4158485-470f-46a0-a705-aa59671d0a1f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ff6a0b9d-1869-47cb-acdc-6282e8a16214, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ff6a0b9d-1869-47cb-acdc-6282e8a16214, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2716972694093982956 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27169726940939829562716972694093982956271697269409398295627169726940939829562716972694093982956271697269409398295627169726940939829562716972694093982956271697269409398295627169726940939829562716972694093982956271697269409398295627169726940939829562716972694093982956271697269409398295627169726940939829562716972694093982956271697269409398295627169726940939829562716972694093982956" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 04975617-46f7-4cb6-8132-7f0923b77377, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a8f14bb7-f76a-473c-9f8b-76d3628a1795, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a8f14bb7-f76a-473c-9f8b-76d3628a1795, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2991835036920820085 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29918350369208200852991835036920820085299183503692082008529918350369208200852991835036920820085299183503692082008529918350369208200852991835036920820085299183503692082008529918350369208200852991835036920820085299183503692082008529918350369208200852991835036920820085299183503692082008529918350369208200852991835036920820085299183503692082008529918350369208200852991835036920820085" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ff6a0b9d-1869-47cb-acdc-6282e8a16214, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ccb8d7cc-0935-4996-ab57-9bb24ae63750, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ccb8d7cc-0935-4996-ab57-9bb24ae63750, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13733840944630679515 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1373384094463067951513733840944630679515137338409446306795151373384094463067951513733840944630679515137338409446306795151373384094463067951513733840944630679515137338409446306795151373384094463067951513733840944630679515137338409446306795151373384094463067951513733840944630679515137338409446306795151373384094463067951513733840944630679515137338409446306795151373384094463067951513733840944630679515" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a8f14bb7-f76a-473c-9f8b-76d3628a1795, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e70e16c7-5dde-41dc-a973-2d9be563a96b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e70e16c7-5dde-41dc-a973-2d9be563a96b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14776375579947442178 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1477637557994744217814776375579947442178147763755799474421781477637557994744217814776375579947442178147763755799474421781477637557994744217814776375579947442178147763755799474421781477637557994744217814776375579947442178147763755799474421781477637557994744217814776375579947442178147763755799474421781477637557994744217814776375579947442178147763755799474421781477637557994744217814776375579947442178" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ccb8d7cc-0935-4996-ab57-9bb24ae63750, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f1ae9c99-684e-458e-b110-6436646d4110, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f1ae9c99-684e-458e-b110-6436646d4110, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12790232578034180184 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1279023257803418018412790232578034180184127902325780341801841279023257803418018412790232578034180184127902325780341801841279023257803418018412790232578034180184127902325780341801841279023257803418018412790232578034180184127902325780341801841279023257803418018412790232578034180184127902325780341801841279023257803418018412790232578034180184127902325780341801841279023257803418018412790232578034180184" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e70e16c7-5dde-41dc-a973-2d9be563a96b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 73b80d03-3846-4200-8d9e-df6df8e0ecd7, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 73b80d03-3846-4200-8d9e-df6df8e0ecd7, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3256045251174678583 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32560452511746785833256045251174678583325604525117467858332560452511746785833256045251174678583325604525117467858332560452511746785833256045251174678583325604525117467858332560452511746785833256045251174678583325604525117467858332560452511746785833256045251174678583325604525117467858332560452511746785833256045251174678583325604525117467858332560452511746785833256045251174678583" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f1ae9c99-684e-458e-b110-6436646d4110, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1164e2bd-55dc-4518-81e5-b94cf17c38c4, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1164e2bd-55dc-4518-81e5-b94cf17c38c4, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12083882695475160552 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1208388269547516055212083882695475160552120838826954751605521208388269547516055212083882695475160552120838826954751605521208388269547516055212083882695475160552120838826954751605521208388269547516055212083882695475160552120838826954751605521208388269547516055212083882695475160552120838826954751605521208388269547516055212083882695475160552120838826954751605521208388269547516055212083882695475160552" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 73b80d03-3846-4200-8d9e-df6df8e0ecd7, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 53dbf949-77d6-44f4-aa99-c52771737157, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 53dbf949-77d6-44f4-aa99-c52771737157, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13973910867605170806 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1397391086760517080613973910867605170806139739108676051708061397391086760517080613973910867605170806139739108676051708061397391086760517080613973910867605170806139739108676051708061397391086760517080613973910867605170806139739108676051708061397391086760517080613973910867605170806139739108676051708061397391086760517080613973910867605170806139739108676051708061397391086760517080613973910867605170806" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1164e2bd-55dc-4518-81e5-b94cf17c38c4, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 68742305-91d7-4bbe-a407-3d11184aafa4, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 68742305-91d7-4bbe-a407-3d11184aafa4, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3457681163471689756 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34576811634716897563457681163471689756345768116347168975634576811634716897563457681163471689756345768116347168975634576811634716897563457681163471689756345768116347168975634576811634716897563457681163471689756345768116347168975634576811634716897563457681163471689756345768116347168975634576811634716897563457681163471689756345768116347168975634576811634716897563457681163471689756" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 53dbf949-77d6-44f4-aa99-c52771737157, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a77f34e4-6faf-4c78-bc5b-21e7df608124, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a77f34e4-6faf-4c78-bc5b-21e7df608124, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1883722598475980058 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18837225984759800581883722598475980058188372259847598005818837225984759800581883722598475980058188372259847598005818837225984759800581883722598475980058188372259847598005818837225984759800581883722598475980058188372259847598005818837225984759800581883722598475980058188372259847598005818837225984759800581883722598475980058188372259847598005818837225984759800581883722598475980058" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 68742305-91d7-4bbe-a407-3d11184aafa4, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b6b8d0bb-b4bd-40b5-95b5-4c1865c868a9, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b6b8d0bb-b4bd-40b5-95b5-4c1865c868a9, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 607268660567354421 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "607268660567354421607268660567354421607268660567354421607268660567354421607268660567354421607268660567354421607268660567354421607268660567354421607268660567354421607268660567354421607268660567354421607268660567354421607268660567354421607268660567354421607268660567354421607268660567354421607268660567354421607268660567354421607268660567354421607268660567354421" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a77f34e4-6faf-4c78-bc5b-21e7df608124, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2d6287a0-fd88-4f2a-a101-3d7ccf00f0a4, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2d6287a0-fd88-4f2a-a101-3d7ccf00f0a4, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10776591422132981313 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1077659142213298131310776591422132981313107765914221329813131077659142213298131310776591422132981313107765914221329813131077659142213298131310776591422132981313107765914221329813131077659142213298131310776591422132981313107765914221329813131077659142213298131310776591422132981313107765914221329813131077659142213298131310776591422132981313107765914221329813131077659142213298131310776591422132981313" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b6b8d0bb-b4bd-40b5-95b5-4c1865c868a9, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 79335fa3-9a75-43f4-979a-0e6dddcea263, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 79335fa3-9a75-43f4-979a-0e6dddcea263, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10277242963761718736 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1027724296376171873610277242963761718736102772429637617187361027724296376171873610277242963761718736102772429637617187361027724296376171873610277242963761718736102772429637617187361027724296376171873610277242963761718736102772429637617187361027724296376171873610277242963761718736102772429637617187361027724296376171873610277242963761718736102772429637617187361027724296376171873610277242963761718736" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2d6287a0-fd88-4f2a-a101-3d7ccf00f0a4, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9dbbe98f-125a-4895-96dd-18ee68a94607, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9dbbe98f-125a-4895-96dd-18ee68a94607, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15915128402379117763 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1591512840237911776315915128402379117763159151284023791177631591512840237911776315915128402379117763159151284023791177631591512840237911776315915128402379117763159151284023791177631591512840237911776315915128402379117763159151284023791177631591512840237911776315915128402379117763159151284023791177631591512840237911776315915128402379117763159151284023791177631591512840237911776315915128402379117763" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 79335fa3-9a75-43f4-979a-0e6dddcea263, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7285e039-c0cc-4ef1-9adc-ffed244127df, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7285e039-c0cc-4ef1-9adc-ffed244127df, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15730180590175298581 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1573018059017529858115730180590175298581157301805901752985811573018059017529858115730180590175298581157301805901752985811573018059017529858115730180590175298581157301805901752985811573018059017529858115730180590175298581157301805901752985811573018059017529858115730180590175298581157301805901752985811573018059017529858115730180590175298581157301805901752985811573018059017529858115730180590175298581" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9dbbe98f-125a-4895-96dd-18ee68a94607, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 09915813-9281-4a05-8135-7761e91d212c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 09915813-9281-4a05-8135-7761e91d212c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18444228589577043932 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1844422858957704393218444228589577043932184442285895770439321844422858957704393218444228589577043932184442285895770439321844422858957704393218444228589577043932184442285895770439321844422858957704393218444228589577043932184442285895770439321844422858957704393218444228589577043932184442285895770439321844422858957704393218444228589577043932184442285895770439321844422858957704393218444228589577043932" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7285e039-c0cc-4ef1-9adc-ffed244127df, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7763b7ea-c028-4105-9c34-6d74c2c460ea, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7763b7ea-c028-4105-9c34-6d74c2c460ea, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1556371067315047536 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15563710673150475361556371067315047536155637106731504753615563710673150475361556371067315047536155637106731504753615563710673150475361556371067315047536155637106731504753615563710673150475361556371067315047536155637106731504753615563710673150475361556371067315047536155637106731504753615563710673150475361556371067315047536155637106731504753615563710673150475361556371067315047536" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 09915813-9281-4a05-8135-7761e91d212c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 30fdd571-5e6d-477d-9237-5feeb2637609, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 30fdd571-5e6d-477d-9237-5feeb2637609, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10178801247411619753 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1017880124741161975310178801247411619753101788012474116197531017880124741161975310178801247411619753101788012474116197531017880124741161975310178801247411619753101788012474116197531017880124741161975310178801247411619753101788012474116197531017880124741161975310178801247411619753101788012474116197531017880124741161975310178801247411619753101788012474116197531017880124741161975310178801247411619753" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7763b7ea-c028-4105-9c34-6d74c2c460ea, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b84c9315-00da-44c2-9edc-a4cd05f3cac2, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b84c9315-00da-44c2-9edc-a4cd05f3cac2, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5998520501339345845 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59985205013393458455998520501339345845599852050133934584559985205013393458455998520501339345845599852050133934584559985205013393458455998520501339345845599852050133934584559985205013393458455998520501339345845599852050133934584559985205013393458455998520501339345845599852050133934584559985205013393458455998520501339345845599852050133934584559985205013393458455998520501339345845" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b84c9315-00da-44c2-9edc-a4cd05f3cac2, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 30fdd571-5e6d-477d-9237-5feeb2637609, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0444fa4f-565c-44e4-aa5d-89f678803be0, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8590e202-9fb4-48b3-86d0-65c0111ff971, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8590e202-9fb4-48b3-86d0-65c0111ff971, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7287453884400214442 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72874538844002144427287453884400214442728745388440021444272874538844002144427287453884400214442728745388440021444272874538844002144427287453884400214442728745388440021444272874538844002144427287453884400214442728745388440021444272874538844002144427287453884400214442728745388440021444272874538844002144427287453884400214442728745388440021444272874538844002144427287453884400214442" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0444fa4f-565c-44e4-aa5d-89f678803be0, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1926640362576236034 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19266403625762360341926640362576236034192664036257623603419266403625762360341926640362576236034192664036257623603419266403625762360341926640362576236034192664036257623603419266403625762360341926640362576236034192664036257623603419266403625762360341926640362576236034192664036257623603419266403625762360341926640362576236034192664036257623603419266403625762360341926640362576236034" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8590e202-9fb4-48b3-86d0-65c0111ff971, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5f419b81-36d2-4bac-9c8c-c05a55b4e827, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5f419b81-36d2-4bac-9c8c-c05a55b4e827, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5362725470430209537 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53627254704302095375362725470430209537536272547043020953753627254704302095375362725470430209537536272547043020953753627254704302095375362725470430209537536272547043020953753627254704302095375362725470430209537536272547043020953753627254704302095375362725470430209537536272547043020953753627254704302095375362725470430209537536272547043020953753627254704302095375362725470430209537" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0444fa4f-565c-44e4-aa5d-89f678803be0, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a1a0aed1-02fb-448f-880c-ee6aaf42609f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a1a0aed1-02fb-448f-880c-ee6aaf42609f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15608686369649167091 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1560868636964916709115608686369649167091156086863696491670911560868636964916709115608686369649167091156086863696491670911560868636964916709115608686369649167091156086863696491670911560868636964916709115608686369649167091156086863696491670911560868636964916709115608686369649167091156086863696491670911560868636964916709115608686369649167091156086863696491670911560868636964916709115608686369649167091" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5f419b81-36d2-4bac-9c8c-c05a55b4e827, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9746cd6e-55ad-45a3-aaa1-563c4a470b68, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9746cd6e-55ad-45a3-aaa1-563c4a470b68, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17143309628758914592 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1714330962875891459217143309628758914592171433096287589145921714330962875891459217143309628758914592171433096287589145921714330962875891459217143309628758914592171433096287589145921714330962875891459217143309628758914592171433096287589145921714330962875891459217143309628758914592171433096287589145921714330962875891459217143309628758914592171433096287589145921714330962875891459217143309628758914592" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a1a0aed1-02fb-448f-880c-ee6aaf42609f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ef4b8cea-3532-4172-8f46-c328c1e3419a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ef4b8cea-3532-4172-8f46-c328c1e3419a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10137121280857093974 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1013712128085709397410137121280857093974101371212808570939741013712128085709397410137121280857093974101371212808570939741013712128085709397410137121280857093974101371212808570939741013712128085709397410137121280857093974101371212808570939741013712128085709397410137121280857093974101371212808570939741013712128085709397410137121280857093974101371212808570939741013712128085709397410137121280857093974" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9746cd6e-55ad-45a3-aaa1-563c4a470b68, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, eb37391f-31a8-4652-b83e-231b1374bd3d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eb37391f-31a8-4652-b83e-231b1374bd3d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9528283430067038615 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95282834300670386159528283430067038615952828343006703861595282834300670386159528283430067038615952828343006703861595282834300670386159528283430067038615952828343006703861595282834300670386159528283430067038615952828343006703861595282834300670386159528283430067038615952828343006703861595282834300670386159528283430067038615952828343006703861595282834300670386159528283430067038615" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ef4b8cea-3532-4172-8f46-c328c1e3419a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fa76786e-839a-47e6-a8ef-9ac5712a9730, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fa76786e-839a-47e6-a8ef-9ac5712a9730, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8947002975722257992 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89470029757222579928947002975722257992894700297572225799289470029757222579928947002975722257992894700297572225799289470029757222579928947002975722257992894700297572225799289470029757222579928947002975722257992894700297572225799289470029757222579928947002975722257992894700297572225799289470029757222579928947002975722257992894700297572225799289470029757222579928947002975722257992" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eb37391f-31a8-4652-b83e-231b1374bd3d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ff3429b8-3e94-4212-87f8-f833d63cdeae, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ff3429b8-3e94-4212-87f8-f833d63cdeae, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 824383199724925871 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "824383199724925871824383199724925871824383199724925871824383199724925871824383199724925871824383199724925871824383199724925871824383199724925871824383199724925871824383199724925871824383199724925871824383199724925871824383199724925871824383199724925871824383199724925871824383199724925871824383199724925871824383199724925871824383199724925871824383199724925871" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fa76786e-839a-47e6-a8ef-9ac5712a9730, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 92fa4e1d-57b4-410b-a7e2-aa6e5f14b8dc, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 92fa4e1d-57b4-410b-a7e2-aa6e5f14b8dc, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14806195579310287698 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1480619557931028769814806195579310287698148061955793102876981480619557931028769814806195579310287698148061955793102876981480619557931028769814806195579310287698148061955793102876981480619557931028769814806195579310287698148061955793102876981480619557931028769814806195579310287698148061955793102876981480619557931028769814806195579310287698148061955793102876981480619557931028769814806195579310287698" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ff3429b8-3e94-4212-87f8-f833d63cdeae, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e33c7745-d710-4e7f-a3ec-c1d5126705dd, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e33c7745-d710-4e7f-a3ec-c1d5126705dd, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12335540218030310695 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1233554021803031069512335540218030310695123355402180303106951233554021803031069512335540218030310695123355402180303106951233554021803031069512335540218030310695123355402180303106951233554021803031069512335540218030310695123355402180303106951233554021803031069512335540218030310695123355402180303106951233554021803031069512335540218030310695123355402180303106951233554021803031069512335540218030310695" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 92fa4e1d-57b4-410b-a7e2-aa6e5f14b8dc, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0480b88e-24e1-47a0-8859-991f67a0582e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e33c7745-d710-4e7f-a3ec-c1d5126705dd, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a281065d-f694-4930-b73c-b0c341d39d74, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a281065d-f694-4930-b73c-b0c341d39d74, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8295935629564648393 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82959356295646483938295935629564648393829593562956464839382959356295646483938295935629564648393829593562956464839382959356295646483938295935629564648393829593562956464839382959356295646483938295935629564648393829593562956464839382959356295646483938295935629564648393829593562956464839382959356295646483938295935629564648393829593562956464839382959356295646483938295935629564648393" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0480b88e-24e1-47a0-8859-991f67a0582e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 975122823009925108 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "975122823009925108975122823009925108975122823009925108975122823009925108975122823009925108975122823009925108975122823009925108975122823009925108975122823009925108975122823009925108975122823009925108975122823009925108975122823009925108975122823009925108975122823009925108975122823009925108975122823009925108975122823009925108975122823009925108975122823009925108" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a281065d-f694-4930-b73c-b0c341d39d74, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 318ace30-df70-44b8-b846-060f680ae7ea, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 318ace30-df70-44b8-b846-060f680ae7ea, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4709012143726294812 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47090121437262948124709012143726294812470901214372629481247090121437262948124709012143726294812470901214372629481247090121437262948124709012143726294812470901214372629481247090121437262948124709012143726294812470901214372629481247090121437262948124709012143726294812470901214372629481247090121437262948124709012143726294812470901214372629481247090121437262948124709012143726294812" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0480b88e-24e1-47a0-8859-991f67a0582e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 46a4fc6e-6153-42c0-9aa0-285b7cb7d055, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 46a4fc6e-6153-42c0-9aa0-285b7cb7d055, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7360764953853603196 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73607649538536031967360764953853603196736076495385360319673607649538536031967360764953853603196736076495385360319673607649538536031967360764953853603196736076495385360319673607649538536031967360764953853603196736076495385360319673607649538536031967360764953853603196736076495385360319673607649538536031967360764953853603196736076495385360319673607649538536031967360764953853603196" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 318ace30-df70-44b8-b846-060f680ae7ea, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6e58790a-a06b-43eb-96cf-1786a08caade, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6e58790a-a06b-43eb-96cf-1786a08caade, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8345524333668240261 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83455243336682402618345524333668240261834552433366824026183455243336682402618345524333668240261834552433366824026183455243336682402618345524333668240261834552433366824026183455243336682402618345524333668240261834552433366824026183455243336682402618345524333668240261834552433366824026183455243336682402618345524333668240261834552433366824026183455243336682402618345524333668240261" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 46a4fc6e-6153-42c0-9aa0-285b7cb7d055, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 66ac45a9-c0a8-4996-a7a6-a95139d8b966, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 66ac45a9-c0a8-4996-a7a6-a95139d8b966, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9105127866846452722 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91051278668464527229105127866846452722910512786684645272291051278668464527229105127866846452722910512786684645272291051278668464527229105127866846452722910512786684645272291051278668464527229105127866846452722910512786684645272291051278668464527229105127866846452722910512786684645272291051278668464527229105127866846452722910512786684645272291051278668464527229105127866846452722" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6e58790a-a06b-43eb-96cf-1786a08caade, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4fa95c11-b030-4163-9be9-aa288fba980e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4fa95c11-b030-4163-9be9-aa288fba980e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3445269859243525758 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34452698592435257583445269859243525758344526985924352575834452698592435257583445269859243525758344526985924352575834452698592435257583445269859243525758344526985924352575834452698592435257583445269859243525758344526985924352575834452698592435257583445269859243525758344526985924352575834452698592435257583445269859243525758344526985924352575834452698592435257583445269859243525758" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 66ac45a9-c0a8-4996-a7a6-a95139d8b966, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7597129a-fa5a-4293-9d9d-a41638f5d8d2, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7597129a-fa5a-4293-9d9d-a41638f5d8d2, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14665458741183945547 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1466545874118394554714665458741183945547146654587411839455471466545874118394554714665458741183945547146654587411839455471466545874118394554714665458741183945547146654587411839455471466545874118394554714665458741183945547146654587411839455471466545874118394554714665458741183945547146654587411839455471466545874118394554714665458741183945547146654587411839455471466545874118394554714665458741183945547" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4fa95c11-b030-4163-9be9-aa288fba980e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7597129a-fa5a-4293-9d9d-a41638f5d8d2, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 74986f4f-458c-4a4c-947e-5d92ff22d197, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6608713d-0856-49c7-a135-87aaa4f1bafe, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 74986f4f-458c-4a4c-947e-5d92ff22d197, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9035546279384081578 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90355462793840815789035546279384081578903554627938408157890355462793840815789035546279384081578903554627938408157890355462793840815789035546279384081578903554627938408157890355462793840815789035546279384081578903554627938408157890355462793840815789035546279384081578903554627938408157890355462793840815789035546279384081578903554627938408157890355462793840815789035546279384081578" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6608713d-0856-49c7-a135-87aaa4f1bafe, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11461264050849209606 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1146126405084920960611461264050849209606114612640508492096061146126405084920960611461264050849209606114612640508492096061146126405084920960611461264050849209606114612640508492096061146126405084920960611461264050849209606114612640508492096061146126405084920960611461264050849209606114612640508492096061146126405084920960611461264050849209606114612640508492096061146126405084920960611461264050849209606" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6608713d-0856-49c7-a135-87aaa4f1bafe, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0aff25e8-52f2-43d1-9093-532b539399cb, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0aff25e8-52f2-43d1-9093-532b539399cb, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7962623630313864743 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79626236303138647437962623630313864743796262363031386474379626236303138647437962623630313864743796262363031386474379626236303138647437962623630313864743796262363031386474379626236303138647437962623630313864743796262363031386474379626236303138647437962623630313864743796262363031386474379626236303138647437962623630313864743796262363031386474379626236303138647437962623630313864743" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 74986f4f-458c-4a4c-947e-5d92ff22d197, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 39c915e8-88e1-4392-b5bd-928cd6eace4d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 39c915e8-88e1-4392-b5bd-928cd6eace4d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13222936303107457926 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1322293630310745792613222936303107457926132229363031074579261322293630310745792613222936303107457926132229363031074579261322293630310745792613222936303107457926132229363031074579261322293630310745792613222936303107457926132229363031074579261322293630310745792613222936303107457926132229363031074579261322293630310745792613222936303107457926132229363031074579261322293630310745792613222936303107457926" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0aff25e8-52f2-43d1-9093-532b539399cb, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a5b8f622-ff6e-4e2f-808f-142b7547848c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a5b8f622-ff6e-4e2f-808f-142b7547848c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10129903172613837728 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1012990317261383772810129903172613837728101299031726138377281012990317261383772810129903172613837728101299031726138377281012990317261383772810129903172613837728101299031726138377281012990317261383772810129903172613837728101299031726138377281012990317261383772810129903172613837728101299031726138377281012990317261383772810129903172613837728101299031726138377281012990317261383772810129903172613837728" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 39c915e8-88e1-4392-b5bd-928cd6eace4d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 984ddb5c-b228-4a6b-a43a-9fa686746966, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 984ddb5c-b228-4a6b-a43a-9fa686746966, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16456687883457690423 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1645668788345769042316456687883457690423164566878834576904231645668788345769042316456687883457690423164566878834576904231645668788345769042316456687883457690423164566878834576904231645668788345769042316456687883457690423164566878834576904231645668788345769042316456687883457690423164566878834576904231645668788345769042316456687883457690423164566878834576904231645668788345769042316456687883457690423" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a5b8f622-ff6e-4e2f-808f-142b7547848c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 561d06da-29fb-4dc0-bc64-8e43a30cd12b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 561d06da-29fb-4dc0-bc64-8e43a30cd12b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7968603714587028094 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79686037145870280947968603714587028094796860371458702809479686037145870280947968603714587028094796860371458702809479686037145870280947968603714587028094796860371458702809479686037145870280947968603714587028094796860371458702809479686037145870280947968603714587028094796860371458702809479686037145870280947968603714587028094796860371458702809479686037145870280947968603714587028094" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 984ddb5c-b228-4a6b-a43a-9fa686746966, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c20012b2-6e36-4842-b423-a82cd0048809, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c20012b2-6e36-4842-b423-a82cd0048809, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17590096390247139441 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1759009639024713944117590096390247139441175900963902471394411759009639024713944117590096390247139441175900963902471394411759009639024713944117590096390247139441175900963902471394411759009639024713944117590096390247139441175900963902471394411759009639024713944117590096390247139441175900963902471394411759009639024713944117590096390247139441175900963902471394411759009639024713944117590096390247139441" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 561d06da-29fb-4dc0-bc64-8e43a30cd12b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c8dfbf0f-120e-4d01-a771-48ad051c59d5, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c20012b2-6e36-4842-b423-a82cd0048809, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 42311271-92d7-4234-9295-17441bb33ad3, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 42311271-92d7-4234-9295-17441bb33ad3, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15718782920134348701 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1571878292013434870115718782920134348701157187829201343487011571878292013434870115718782920134348701157187829201343487011571878292013434870115718782920134348701157187829201343487011571878292013434870115718782920134348701157187829201343487011571878292013434870115718782920134348701157187829201343487011571878292013434870115718782920134348701157187829201343487011571878292013434870115718782920134348701" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c8dfbf0f-120e-4d01-a771-48ad051c59d5, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5998455061447777772 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59984550614477777725998455061447777772599845506144777777259984550614477777725998455061447777772599845506144777777259984550614477777725998455061447777772599845506144777777259984550614477777725998455061447777772599845506144777777259984550614477777725998455061447777772599845506144777777259984550614477777725998455061447777772599845506144777777259984550614477777725998455061447777772" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c8dfbf0f-120e-4d01-a771-48ad051c59d5, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 042e716f-483d-4ef4-9241-cf81253a43c3, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 042e716f-483d-4ef4-9241-cf81253a43c3, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5782639547134272 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57826395471342725782639547134272578263954713427257826395471342725782639547134272578263954713427257826395471342725782639547134272578263954713427257826395471342725782639547134272578263954713427257826395471342725782639547134272578263954713427257826395471342725782639547134272578263954713427257826395471342725782639547134272" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 42311271-92d7-4234-9295-17441bb33ad3, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 34d03ae4-b4ea-4488-ae12-af1e342b7713, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 34d03ae4-b4ea-4488-ae12-af1e342b7713, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12375826090084585460 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1237582609008458546012375826090084585460123758260900845854601237582609008458546012375826090084585460123758260900845854601237582609008458546012375826090084585460123758260900845854601237582609008458546012375826090084585460123758260900845854601237582609008458546012375826090084585460123758260900845854601237582609008458546012375826090084585460123758260900845854601237582609008458546012375826090084585460" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 042e716f-483d-4ef4-9241-cf81253a43c3, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3f014d71-ef69-459a-aab9-cc104beaa28e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3f014d71-ef69-459a-aab9-cc104beaa28e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10234368751138649687 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1023436875113864968710234368751138649687102343687511386496871023436875113864968710234368751138649687102343687511386496871023436875113864968710234368751138649687102343687511386496871023436875113864968710234368751138649687102343687511386496871023436875113864968710234368751138649687102343687511386496871023436875113864968710234368751138649687102343687511386496871023436875113864968710234368751138649687" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 34d03ae4-b4ea-4488-ae12-af1e342b7713, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b23554f8-60e2-4d1b-abb3-f788dfcec22e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b23554f8-60e2-4d1b-abb3-f788dfcec22e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5853403934219531581 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58534039342195315815853403934219531581585340393421953158158534039342195315815853403934219531581585340393421953158158534039342195315815853403934219531581585340393421953158158534039342195315815853403934219531581585340393421953158158534039342195315815853403934219531581585340393421953158158534039342195315815853403934219531581585340393421953158158534039342195315815853403934219531581" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3f014d71-ef69-459a-aab9-cc104beaa28e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c4132d59-b617-4075-8476-bb8e5a21ccce, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c4132d59-b617-4075-8476-bb8e5a21ccce, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16207599904201494069 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1620759990420149406916207599904201494069162075999042014940691620759990420149406916207599904201494069162075999042014940691620759990420149406916207599904201494069162075999042014940691620759990420149406916207599904201494069162075999042014940691620759990420149406916207599904201494069162075999042014940691620759990420149406916207599904201494069162075999042014940691620759990420149406916207599904201494069" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b23554f8-60e2-4d1b-abb3-f788dfcec22e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 051538c3-45c4-45c0-a133-10d1bad18789, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 051538c3-45c4-45c0-a133-10d1bad18789, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4192232553807048782 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41922325538070487824192232553807048782419223255380704878241922325538070487824192232553807048782419223255380704878241922325538070487824192232553807048782419223255380704878241922325538070487824192232553807048782419223255380704878241922325538070487824192232553807048782419223255380704878241922325538070487824192232553807048782419223255380704878241922325538070487824192232553807048782" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c4132d59-b617-4075-8476-bb8e5a21ccce, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 74fb719f-99d4-4389-88c9-0e35f83bc441, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 74fb719f-99d4-4389-88c9-0e35f83bc441, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14538406227918593585 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1453840622791859358514538406227918593585145384062279185935851453840622791859358514538406227918593585145384062279185935851453840622791859358514538406227918593585145384062279185935851453840622791859358514538406227918593585145384062279185935851453840622791859358514538406227918593585145384062279185935851453840622791859358514538406227918593585145384062279185935851453840622791859358514538406227918593585" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 051538c3-45c4-45c0-a133-10d1bad18789, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8c021d36-e4e7-49cd-9e56-23a900757092, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8c021d36-e4e7-49cd-9e56-23a900757092, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5734672864607153640 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57346728646071536405734672864607153640573467286460715364057346728646071536405734672864607153640573467286460715364057346728646071536405734672864607153640573467286460715364057346728646071536405734672864607153640573467286460715364057346728646071536405734672864607153640573467286460715364057346728646071536405734672864607153640573467286460715364057346728646071536405734672864607153640" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 74fb719f-99d4-4389-88c9-0e35f83bc441, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dda1bf79-215f-43e5-b4ba-5ea02805e57f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dda1bf79-215f-43e5-b4ba-5ea02805e57f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5081509842361144464 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50815098423611444645081509842361144464508150984236114446450815098423611444645081509842361144464508150984236114446450815098423611444645081509842361144464508150984236114446450815098423611444645081509842361144464508150984236114446450815098423611444645081509842361144464508150984236114446450815098423611444645081509842361144464508150984236114446450815098423611444645081509842361144464" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8c021d36-e4e7-49cd-9e56-23a900757092, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ca2bc023-32a8-44b5-9344-413b4b8585c8, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ca2bc023-32a8-44b5-9344-413b4b8585c8, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5428127463302494430 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54281274633024944305428127463302494430542812746330249443054281274633024944305428127463302494430542812746330249443054281274633024944305428127463302494430542812746330249443054281274633024944305428127463302494430542812746330249443054281274633024944305428127463302494430542812746330249443054281274633024944305428127463302494430542812746330249443054281274633024944305428127463302494430" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dda1bf79-215f-43e5-b4ba-5ea02805e57f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8cce9661-b785-4d8a-819a-04b3d7f09b0f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8cce9661-b785-4d8a-819a-04b3d7f09b0f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6577729187064709242 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65777291870647092426577729187064709242657772918706470924265777291870647092426577729187064709242657772918706470924265777291870647092426577729187064709242657772918706470924265777291870647092426577729187064709242657772918706470924265777291870647092426577729187064709242657772918706470924265777291870647092426577729187064709242657772918706470924265777291870647092426577729187064709242" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ca2bc023-32a8-44b5-9344-413b4b8585c8, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2cbed3dd-a9fb-4de4-8ef9-bb8de12251f8, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8cce9661-b785-4d8a-819a-04b3d7f09b0f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f11d4fd0-336f-4484-96cd-3b827f10b26f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f11d4fd0-336f-4484-96cd-3b827f10b26f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9197511175661648627 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91975111756616486279197511175661648627919751117566164862791975111756616486279197511175661648627919751117566164862791975111756616486279197511175661648627919751117566164862791975111756616486279197511175661648627919751117566164862791975111756616486279197511175661648627919751117566164862791975111756616486279197511175661648627919751117566164862791975111756616486279197511175661648627" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2cbed3dd-a9fb-4de4-8ef9-bb8de12251f8, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5356958158151748975 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53569581581517489755356958158151748975535695815815174897553569581581517489755356958158151748975535695815815174897553569581581517489755356958158151748975535695815815174897553569581581517489755356958158151748975535695815815174897553569581581517489755356958158151748975535695815815174897553569581581517489755356958158151748975535695815815174897553569581581517489755356958158151748975" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f11d4fd0-336f-4484-96cd-3b827f10b26f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6e7eaa10-9664-4ae5-9cb6-8c2eb2713455, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6e7eaa10-9664-4ae5-9cb6-8c2eb2713455, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13540366830100664152 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1354036683010066415213540366830100664152135403668301006641521354036683010066415213540366830100664152135403668301006641521354036683010066415213540366830100664152135403668301006641521354036683010066415213540366830100664152135403668301006641521354036683010066415213540366830100664152135403668301006641521354036683010066415213540366830100664152135403668301006641521354036683010066415213540366830100664152" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2cbed3dd-a9fb-4de4-8ef9-bb8de12251f8, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 79bbc744-c61c-4f17-9f3c-11f527adb215, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 79bbc744-c61c-4f17-9f3c-11f527adb215, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9804220429960521322 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98042204299605213229804220429960521322980422042996052132298042204299605213229804220429960521322980422042996052132298042204299605213229804220429960521322980422042996052132298042204299605213229804220429960521322980422042996052132298042204299605213229804220429960521322980422042996052132298042204299605213229804220429960521322980422042996052132298042204299605213229804220429960521322" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6e7eaa10-9664-4ae5-9cb6-8c2eb2713455, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 26f2cf54-0a4d-49e1-886d-468c46d0ff26, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 26f2cf54-0a4d-49e1-886d-468c46d0ff26, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2102287241912390921 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21022872419123909212102287241912390921210228724191239092121022872419123909212102287241912390921210228724191239092121022872419123909212102287241912390921210228724191239092121022872419123909212102287241912390921210228724191239092121022872419123909212102287241912390921210228724191239092121022872419123909212102287241912390921210228724191239092121022872419123909212102287241912390921" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 79bbc744-c61c-4f17-9f3c-11f527adb215, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 26a16b6a-a418-4512-af19-a1b851c982a5, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 26a16b6a-a418-4512-af19-a1b851c982a5, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5851756427301996068 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58517564273019960685851756427301996068585175642730199606858517564273019960685851756427301996068585175642730199606858517564273019960685851756427301996068585175642730199606858517564273019960685851756427301996068585175642730199606858517564273019960685851756427301996068585175642730199606858517564273019960685851756427301996068585175642730199606858517564273019960685851756427301996068" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 26f2cf54-0a4d-49e1-886d-468c46d0ff26, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 64d0799f-cbdc-46e4-b202-aeffb6ed839f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 64d0799f-cbdc-46e4-b202-aeffb6ed839f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5946068675157692701 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59460686751576927015946068675157692701594606867515769270159460686751576927015946068675157692701594606867515769270159460686751576927015946068675157692701594606867515769270159460686751576927015946068675157692701594606867515769270159460686751576927015946068675157692701594606867515769270159460686751576927015946068675157692701594606867515769270159460686751576927015946068675157692701" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 26a16b6a-a418-4512-af19-a1b851c982a5, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 71d679d5-84bd-4e00-af15-8b274b604b3c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 71d679d5-84bd-4e00-af15-8b274b604b3c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18135201736686691956 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1813520173668669195618135201736686691956181352017366866919561813520173668669195618135201736686691956181352017366866919561813520173668669195618135201736686691956181352017366866919561813520173668669195618135201736686691956181352017366866919561813520173668669195618135201736686691956181352017366866919561813520173668669195618135201736686691956181352017366866919561813520173668669195618135201736686691956" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 64d0799f-cbdc-46e4-b202-aeffb6ed839f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f77adc2d-f821-4656-a2ea-1617b9ce733a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f77adc2d-f821-4656-a2ea-1617b9ce733a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13455937935284167140 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1345593793528416714013455937935284167140134559379352841671401345593793528416714013455937935284167140134559379352841671401345593793528416714013455937935284167140134559379352841671401345593793528416714013455937935284167140134559379352841671401345593793528416714013455937935284167140134559379352841671401345593793528416714013455937935284167140134559379352841671401345593793528416714013455937935284167140" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 71d679d5-84bd-4e00-af15-8b274b604b3c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0e843bb8-7f20-42e9-abc9-a1a75a84946b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0e843bb8-7f20-42e9-abc9-a1a75a84946b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3142635619099251939 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31426356190992519393142635619099251939314263561909925193931426356190992519393142635619099251939314263561909925193931426356190992519393142635619099251939314263561909925193931426356190992519393142635619099251939314263561909925193931426356190992519393142635619099251939314263561909925193931426356190992519393142635619099251939314263561909925193931426356190992519393142635619099251939" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f77adc2d-f821-4656-a2ea-1617b9ce733a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 94554009-a217-41ec-af99-afa334772a70, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 94554009-a217-41ec-af99-afa334772a70, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1974177151982022790 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19741771519820227901974177151982022790197417715198202279019741771519820227901974177151982022790197417715198202279019741771519820227901974177151982022790197417715198202279019741771519820227901974177151982022790197417715198202279019741771519820227901974177151982022790197417715198202279019741771519820227901974177151982022790197417715198202279019741771519820227901974177151982022790" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0e843bb8-7f20-42e9-abc9-a1a75a84946b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, df5eaff0-dc38-45c1-b2f0-48d41bd65b37, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, df5eaff0-dc38-45c1-b2f0-48d41bd65b37, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11863527230746129069 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1186352723074612906911863527230746129069118635272307461290691186352723074612906911863527230746129069118635272307461290691186352723074612906911863527230746129069118635272307461290691186352723074612906911863527230746129069118635272307461290691186352723074612906911863527230746129069118635272307461290691186352723074612906911863527230746129069118635272307461290691186352723074612906911863527230746129069" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 94554009-a217-41ec-af99-afa334772a70, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 429ad0fb-b613-49d0-9e93-567265293390, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 429ad0fb-b613-49d0-9e93-567265293390, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1662068388561813496 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16620683885618134961662068388561813496166206838856181349616620683885618134961662068388561813496166206838856181349616620683885618134961662068388561813496166206838856181349616620683885618134961662068388561813496166206838856181349616620683885618134961662068388561813496166206838856181349616620683885618134961662068388561813496166206838856181349616620683885618134961662068388561813496" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, df5eaff0-dc38-45c1-b2f0-48d41bd65b37, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cfc748a5-4abd-42b8-9e5d-e7b2b0901d72, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cfc748a5-4abd-42b8-9e5d-e7b2b0901d72, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11612439011674760153 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1161243901167476015311612439011674760153116124390116747601531161243901167476015311612439011674760153116124390116747601531161243901167476015311612439011674760153116124390116747601531161243901167476015311612439011674760153116124390116747601531161243901167476015311612439011674760153116124390116747601531161243901167476015311612439011674760153116124390116747601531161243901167476015311612439011674760153" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 429ad0fb-b613-49d0-9e93-567265293390, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, da61252f-f5a6-4f36-aacb-54b7d84ca885, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, da61252f-f5a6-4f36-aacb-54b7d84ca885, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3427526786095578445 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34275267860955784453427526786095578445342752678609557844534275267860955784453427526786095578445342752678609557844534275267860955784453427526786095578445342752678609557844534275267860955784453427526786095578445342752678609557844534275267860955784453427526786095578445342752678609557844534275267860955784453427526786095578445342752678609557844534275267860955784453427526786095578445" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cfc748a5-4abd-42b8-9e5d-e7b2b0901d72, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f3f4c2fc-c1d1-400a-8350-bfd5e58305d0, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f3f4c2fc-c1d1-400a-8350-bfd5e58305d0, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3366661145480376722 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33666611454803767223366661145480376722336666114548037672233666611454803767223366661145480376722336666114548037672233666611454803767223366661145480376722336666114548037672233666611454803767223366661145480376722336666114548037672233666611454803767223366661145480376722336666114548037672233666611454803767223366661145480376722336666114548037672233666611454803767223366661145480376722" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, da61252f-f5a6-4f36-aacb-54b7d84ca885, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6462e974-cc80-4995-bfc8-2ec1385a80d6, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6462e974-cc80-4995-bfc8-2ec1385a80d6, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15687099870543379667 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1568709987054337966715687099870543379667156870998705433796671568709987054337966715687099870543379667156870998705433796671568709987054337966715687099870543379667156870998705433796671568709987054337966715687099870543379667156870998705433796671568709987054337966715687099870543379667156870998705433796671568709987054337966715687099870543379667156870998705433796671568709987054337966715687099870543379667" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f3f4c2fc-c1d1-400a-8350-bfd5e58305d0, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1d4210ad-19f2-4e51-8640-c2db11e01fbd, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1d4210ad-19f2-4e51-8640-c2db11e01fbd, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7807275782133502078 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78072757821335020787807275782133502078780727578213350207878072757821335020787807275782133502078780727578213350207878072757821335020787807275782133502078780727578213350207878072757821335020787807275782133502078780727578213350207878072757821335020787807275782133502078780727578213350207878072757821335020787807275782133502078780727578213350207878072757821335020787807275782133502078" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6462e974-cc80-4995-bfc8-2ec1385a80d6, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 05b8d314-0595-442b-9fe8-5e06cc26d37e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 05b8d314-0595-442b-9fe8-5e06cc26d37e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10995952863261358932 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1099595286326135893210995952863261358932109959528632613589321099595286326135893210995952863261358932109959528632613589321099595286326135893210995952863261358932109959528632613589321099595286326135893210995952863261358932109959528632613589321099595286326135893210995952863261358932109959528632613589321099595286326135893210995952863261358932109959528632613589321099595286326135893210995952863261358932" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1d4210ad-19f2-4e51-8640-c2db11e01fbd, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 59414540-f792-4ed8-8891-a9a9ea2794fc, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 59414540-f792-4ed8-8891-a9a9ea2794fc, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9406836470034714323 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94068364700347143239406836470034714323940683647003471432394068364700347143239406836470034714323940683647003471432394068364700347143239406836470034714323940683647003471432394068364700347143239406836470034714323940683647003471432394068364700347143239406836470034714323940683647003471432394068364700347143239406836470034714323940683647003471432394068364700347143239406836470034714323" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 05b8d314-0595-442b-9fe8-5e06cc26d37e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 954c36c8-c438-4bb7-9f4a-b27f5423e801, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 954c36c8-c438-4bb7-9f4a-b27f5423e801, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15231677358810381452 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1523167735881038145215231677358810381452152316773588103814521523167735881038145215231677358810381452152316773588103814521523167735881038145215231677358810381452152316773588103814521523167735881038145215231677358810381452152316773588103814521523167735881038145215231677358810381452152316773588103814521523167735881038145215231677358810381452152316773588103814521523167735881038145215231677358810381452" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 59414540-f792-4ed8-8891-a9a9ea2794fc, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cc0586e4-1e03-4a6c-9503-41f949a7fa19, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cc0586e4-1e03-4a6c-9503-41f949a7fa19, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7062679843478398186 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70626798434783981867062679843478398186706267984347839818670626798434783981867062679843478398186706267984347839818670626798434783981867062679843478398186706267984347839818670626798434783981867062679843478398186706267984347839818670626798434783981867062679843478398186706267984347839818670626798434783981867062679843478398186706267984347839818670626798434783981867062679843478398186" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 954c36c8-c438-4bb7-9f4a-b27f5423e801, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b0703c55-4b72-4e6f-98f1-197b307e636c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b0703c55-4b72-4e6f-98f1-197b307e636c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13718168839759772053 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1371816883975977205313718168839759772053137181688397597720531371816883975977205313718168839759772053137181688397597720531371816883975977205313718168839759772053137181688397597720531371816883975977205313718168839759772053137181688397597720531371816883975977205313718168839759772053137181688397597720531371816883975977205313718168839759772053137181688397597720531371816883975977205313718168839759772053" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cc0586e4-1e03-4a6c-9503-41f949a7fa19, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 11f937b1-4354-436b-b17a-0af9d660438f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 11f937b1-4354-436b-b17a-0af9d660438f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8735046219692424030 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87350462196924240308735046219692424030873504621969242403087350462196924240308735046219692424030873504621969242403087350462196924240308735046219692424030873504621969242403087350462196924240308735046219692424030873504621969242403087350462196924240308735046219692424030873504621969242403087350462196924240308735046219692424030873504621969242403087350462196924240308735046219692424030" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b0703c55-4b72-4e6f-98f1-197b307e636c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ea3d976a-4d41-4b8b-aecd-113fea4855e2, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ea3d976a-4d41-4b8b-aecd-113fea4855e2, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8331848166295036967 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83318481662950369678331848166295036967833184816629503696783318481662950369678331848166295036967833184816629503696783318481662950369678331848166295036967833184816629503696783318481662950369678331848166295036967833184816629503696783318481662950369678331848166295036967833184816629503696783318481662950369678331848166295036967833184816629503696783318481662950369678331848166295036967" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 11f937b1-4354-436b-b17a-0af9d660438f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cb54fde5-1cc5-40ce-b39b-2cf504d3eab2, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cb54fde5-1cc5-40ce-b39b-2cf504d3eab2, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11452078710923016563 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1145207871092301656311452078710923016563114520787109230165631145207871092301656311452078710923016563114520787109230165631145207871092301656311452078710923016563114520787109230165631145207871092301656311452078710923016563114520787109230165631145207871092301656311452078710923016563114520787109230165631145207871092301656311452078710923016563114520787109230165631145207871092301656311452078710923016563" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ea3d976a-4d41-4b8b-aecd-113fea4855e2, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c1bb27f9-b0fb-4118-9ca1-4c4c1c63cdbd, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c1bb27f9-b0fb-4118-9ca1-4c4c1c63cdbd, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7376831265541731136 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73768312655417311367376831265541731136737683126554173113673768312655417311367376831265541731136737683126554173113673768312655417311367376831265541731136737683126554173113673768312655417311367376831265541731136737683126554173113673768312655417311367376831265541731136737683126554173113673768312655417311367376831265541731136737683126554173113673768312655417311367376831265541731136" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cb54fde5-1cc5-40ce-b39b-2cf504d3eab2, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7505bf5d-bca5-4139-9ceb-98abbfd5a59f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7505bf5d-bca5-4139-9ceb-98abbfd5a59f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14938407071658489164 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1493840707165848916414938407071658489164149384070716584891641493840707165848916414938407071658489164149384070716584891641493840707165848916414938407071658489164149384070716584891641493840707165848916414938407071658489164149384070716584891641493840707165848916414938407071658489164149384070716584891641493840707165848916414938407071658489164149384070716584891641493840707165848916414938407071658489164" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c1bb27f9-b0fb-4118-9ca1-4c4c1c63cdbd, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7505bf5d-bca5-4139-9ceb-98abbfd5a59f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 30a8cdd1-ccc3-4cd3-afd5-3d988009e32f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 30a8cdd1-ccc3-4cd3-afd5-3d988009e32f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6909112301029486606 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69091123010294866066909112301029486606690911230102948660669091123010294866066909112301029486606690911230102948660669091123010294866066909112301029486606690911230102948660669091123010294866066909112301029486606690911230102948660669091123010294866066909112301029486606690911230102948660669091123010294866066909112301029486606690911230102948660669091123010294866066909112301029486606" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d8bc2ac3-fe40-4cc2-aa5a-55b2b515cd8f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d8bc2ac3-fe40-4cc2-aa5a-55b2b515cd8f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9271063669233196521 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92710636692331965219271063669233196521927106366923319652192710636692331965219271063669233196521927106366923319652192710636692331965219271063669233196521927106366923319652192710636692331965219271063669233196521927106366923319652192710636692331965219271063669233196521927106366923319652192710636692331965219271063669233196521927106366923319652192710636692331965219271063669233196521" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d8bc2ac3-fe40-4cc2-aa5a-55b2b515cd8f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 30a8cdd1-ccc3-4cd3-afd5-3d988009e32f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8b2f41f2-3582-49cd-92e9-532e701279e4, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2d47bfb4-9707-4de7-8ddb-ca70cfea33c2, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2d47bfb4-9707-4de7-8ddb-ca70cfea33c2, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14846291445018910983 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1484629144501891098314846291445018910983148462914450189109831484629144501891098314846291445018910983148462914450189109831484629144501891098314846291445018910983148462914450189109831484629144501891098314846291445018910983148462914450189109831484629144501891098314846291445018910983148462914450189109831484629144501891098314846291445018910983148462914450189109831484629144501891098314846291445018910983" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8b2f41f2-3582-49cd-92e9-532e701279e4, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4800633920535382027 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48006339205353820274800633920535382027480063392053538202748006339205353820274800633920535382027480063392053538202748006339205353820274800633920535382027480063392053538202748006339205353820274800633920535382027480063392053538202748006339205353820274800633920535382027480063392053538202748006339205353820274800633920535382027480063392053538202748006339205353820274800633920535382027" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2d47bfb4-9707-4de7-8ddb-ca70cfea33c2, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 43ca0a85-0fe3-4823-a107-dfc7f6373c12, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 43ca0a85-0fe3-4823-a107-dfc7f6373c12, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9410314784903465687 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94103147849034656879410314784903465687941031478490346568794103147849034656879410314784903465687941031478490346568794103147849034656879410314784903465687941031478490346568794103147849034656879410314784903465687941031478490346568794103147849034656879410314784903465687941031478490346568794103147849034656879410314784903465687941031478490346568794103147849034656879410314784903465687" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8b2f41f2-3582-49cd-92e9-532e701279e4, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8cb0c369-3021-4a79-b551-13e2fba4c2dd, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8cb0c369-3021-4a79-b551-13e2fba4c2dd, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3448743330744387673 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34487433307443876733448743330744387673344874333074438767334487433307443876733448743330744387673344874333074438767334487433307443876733448743330744387673344874333074438767334487433307443876733448743330744387673344874333074438767334487433307443876733448743330744387673344874333074438767334487433307443876733448743330744387673344874333074438767334487433307443876733448743330744387673" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 43ca0a85-0fe3-4823-a107-dfc7f6373c12, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, aa3fda1a-b7a6-4b5f-96b2-8fad064ca74e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aa3fda1a-b7a6-4b5f-96b2-8fad064ca74e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14767528265120045665 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1476752826512004566514767528265120045665147675282651200456651476752826512004566514767528265120045665147675282651200456651476752826512004566514767528265120045665147675282651200456651476752826512004566514767528265120045665147675282651200456651476752826512004566514767528265120045665147675282651200456651476752826512004566514767528265120045665147675282651200456651476752826512004566514767528265120045665" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8cb0c369-3021-4a79-b551-13e2fba4c2dd, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 511bdeea-8dde-4948-aa66-307a819cafc8, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 511bdeea-8dde-4948-aa66-307a819cafc8, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8301141519514183022 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83011415195141830228301141519514183022830114151951418302283011415195141830228301141519514183022830114151951418302283011415195141830228301141519514183022830114151951418302283011415195141830228301141519514183022830114151951418302283011415195141830228301141519514183022830114151951418302283011415195141830228301141519514183022830114151951418302283011415195141830228301141519514183022" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aa3fda1a-b7a6-4b5f-96b2-8fad064ca74e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, da12e9ca-3232-43be-a88d-5ddc419ac774, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, da12e9ca-3232-43be-a88d-5ddc419ac774, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12935888993443303356 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1293588899344330335612935888993443303356129358889934433033561293588899344330335612935888993443303356129358889934433033561293588899344330335612935888993443303356129358889934433033561293588899344330335612935888993443303356129358889934433033561293588899344330335612935888993443303356129358889934433033561293588899344330335612935888993443303356129358889934433033561293588899344330335612935888993443303356" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 511bdeea-8dde-4948-aa66-307a819cafc8, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 288f81ac-7b7e-41c8-8d6d-74f3326cf9c2, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 288f81ac-7b7e-41c8-8d6d-74f3326cf9c2, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4573064762505242679 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45730647625052426794573064762505242679457306476250524267945730647625052426794573064762505242679457306476250524267945730647625052426794573064762505242679457306476250524267945730647625052426794573064762505242679457306476250524267945730647625052426794573064762505242679457306476250524267945730647625052426794573064762505242679457306476250524267945730647625052426794573064762505242679" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, da12e9ca-3232-43be-a88d-5ddc419ac774, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1e1005d8-d1b6-4221-8d99-6f9e11662940, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1e1005d8-d1b6-4221-8d99-6f9e11662940, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14569936871415379838 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1456993687141537983814569936871415379838145699368714153798381456993687141537983814569936871415379838145699368714153798381456993687141537983814569936871415379838145699368714153798381456993687141537983814569936871415379838145699368714153798381456993687141537983814569936871415379838145699368714153798381456993687141537983814569936871415379838145699368714153798381456993687141537983814569936871415379838" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 288f81ac-7b7e-41c8-8d6d-74f3326cf9c2, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fde059e0-a1ad-4089-940e-bb8070966fd8, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fde059e0-a1ad-4089-940e-bb8070966fd8, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9259517675808758521 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92595176758087585219259517675808758521925951767580875852192595176758087585219259517675808758521925951767580875852192595176758087585219259517675808758521925951767580875852192595176758087585219259517675808758521925951767580875852192595176758087585219259517675808758521925951767580875852192595176758087585219259517675808758521925951767580875852192595176758087585219259517675808758521" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1e1005d8-d1b6-4221-8d99-6f9e11662940, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 21a4cc83-850c-42c0-8987-ae312f84a049, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 21a4cc83-850c-42c0-8987-ae312f84a049, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6106090623830432594 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61060906238304325946106090623830432594610609062383043259461060906238304325946106090623830432594610609062383043259461060906238304325946106090623830432594610609062383043259461060906238304325946106090623830432594610609062383043259461060906238304325946106090623830432594610609062383043259461060906238304325946106090623830432594610609062383043259461060906238304325946106090623830432594" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fde059e0-a1ad-4089-940e-bb8070966fd8, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b89e062b-1684-4fd2-a93d-83cbeb7d097d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b89e062b-1684-4fd2-a93d-83cbeb7d097d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3976934060823678628 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39769340608236786283976934060823678628397693406082367862839769340608236786283976934060823678628397693406082367862839769340608236786283976934060823678628397693406082367862839769340608236786283976934060823678628397693406082367862839769340608236786283976934060823678628397693406082367862839769340608236786283976934060823678628397693406082367862839769340608236786283976934060823678628" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 21a4cc83-850c-42c0-8987-ae312f84a049, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3912511b-81cc-4dce-9090-1fde11e10123, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3912511b-81cc-4dce-9090-1fde11e10123, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13859740860362775208 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1385974086036277520813859740860362775208138597408603627752081385974086036277520813859740860362775208138597408603627752081385974086036277520813859740860362775208138597408603627752081385974086036277520813859740860362775208138597408603627752081385974086036277520813859740860362775208138597408603627752081385974086036277520813859740860362775208138597408603627752081385974086036277520813859740860362775208" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b89e062b-1684-4fd2-a93d-83cbeb7d097d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c5137b35-3bd3-4f39-9bb4-79bf317f8b42, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c5137b35-3bd3-4f39-9bb4-79bf317f8b42, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14541233552250113116 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1454123355225011311614541233552250113116145412335522501131161454123355225011311614541233552250113116145412335522501131161454123355225011311614541233552250113116145412335522501131161454123355225011311614541233552250113116145412335522501131161454123355225011311614541233552250113116145412335522501131161454123355225011311614541233552250113116145412335522501131161454123355225011311614541233552250113116" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c5137b35-3bd3-4f39-9bb4-79bf317f8b42, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3912511b-81cc-4dce-9090-1fde11e10123, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 20fd4c85-3b4a-4240-b875-45bf60362d44, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 20fd4c85-3b4a-4240-b875-45bf60362d44, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2830697364649021012 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28306973646490210122830697364649021012283069736464902101228306973646490210122830697364649021012283069736464902101228306973646490210122830697364649021012283069736464902101228306973646490210122830697364649021012283069736464902101228306973646490210122830697364649021012283069736464902101228306973646490210122830697364649021012283069736464902101228306973646490210122830697364649021012" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 72a02cda-3e6d-45b3-903c-d7cbef86472f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 72a02cda-3e6d-45b3-903c-d7cbef86472f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4470901018709173106 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44709010187091731064470901018709173106447090101870917310644709010187091731064470901018709173106447090101870917310644709010187091731064470901018709173106447090101870917310644709010187091731064470901018709173106447090101870917310644709010187091731064470901018709173106447090101870917310644709010187091731064470901018709173106447090101870917310644709010187091731064470901018709173106" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 20fd4c85-3b4a-4240-b875-45bf60362d44, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a157550c-6af8-4c65-8469-00045aa7b7a6, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 72a02cda-3e6d-45b3-903c-d7cbef86472f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a157550c-6af8-4c65-8469-00045aa7b7a6, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1067526284851785284 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10675262848517852841067526284851785284106752628485178528410675262848517852841067526284851785284106752628485178528410675262848517852841067526284851785284106752628485178528410675262848517852841067526284851785284106752628485178528410675262848517852841067526284851785284106752628485178528410675262848517852841067526284851785284106752628485178528410675262848517852841067526284851785284" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 14b62a36-cb6a-45c3-b7bc-89cf6915ce6f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 14b62a36-cb6a-45c3-b7bc-89cf6915ce6f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11358279157988110855 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1135827915798811085511358279157988110855113582791579881108551135827915798811085511358279157988110855113582791579881108551135827915798811085511358279157988110855113582791579881108551135827915798811085511358279157988110855113582791579881108551135827915798811085511358279157988110855113582791579881108551135827915798811085511358279157988110855113582791579881108551135827915798811085511358279157988110855" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 14b62a36-cb6a-45c3-b7bc-89cf6915ce6f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c7769b20-a7a9-4f72-bbd8-bb934e395735, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c7769b20-a7a9-4f72-bbd8-bb934e395735, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4210121003506918172 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42101210035069181724210121003506918172421012100350691817242101210035069181724210121003506918172421012100350691817242101210035069181724210121003506918172421012100350691817242101210035069181724210121003506918172421012100350691817242101210035069181724210121003506918172421012100350691817242101210035069181724210121003506918172421012100350691817242101210035069181724210121003506918172" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a157550c-6af8-4c65-8469-00045aa7b7a6, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 99313fc6-53cd-4c84-94ce-710ada35711a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 99313fc6-53cd-4c84-94ce-710ada35711a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5934464673078087759 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59344646730780877595934464673078087759593446467307808775959344646730780877595934464673078087759593446467307808775959344646730780877595934464673078087759593446467307808775959344646730780877595934464673078087759593446467307808775959344646730780877595934464673078087759593446467307808775959344646730780877595934464673078087759593446467307808775959344646730780877595934464673078087759" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c7769b20-a7a9-4f72-bbd8-bb934e395735, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9db81c94-1b72-46ca-b228-07ab8f4f6cb6, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9db81c94-1b72-46ca-b228-07ab8f4f6cb6, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 367348740294394085 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "367348740294394085367348740294394085367348740294394085367348740294394085367348740294394085367348740294394085367348740294394085367348740294394085367348740294394085367348740294394085367348740294394085367348740294394085367348740294394085367348740294394085367348740294394085367348740294394085367348740294394085367348740294394085367348740294394085367348740294394085" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 99313fc6-53cd-4c84-94ce-710ada35711a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cccec673-f644-4751-a07f-fdccbee35328, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cccec673-f644-4751-a07f-fdccbee35328, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15696358048434362460 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1569635804843436246015696358048434362460156963580484343624601569635804843436246015696358048434362460156963580484343624601569635804843436246015696358048434362460156963580484343624601569635804843436246015696358048434362460156963580484343624601569635804843436246015696358048434362460156963580484343624601569635804843436246015696358048434362460156963580484343624601569635804843436246015696358048434362460" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9db81c94-1b72-46ca-b228-07ab8f4f6cb6, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a37348ab-b84e-446d-a0d1-9cd642d7fcd8, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a37348ab-b84e-446d-a0d1-9cd642d7fcd8, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15325148384382845972 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1532514838438284597215325148384382845972153251483843828459721532514838438284597215325148384382845972153251483843828459721532514838438284597215325148384382845972153251483843828459721532514838438284597215325148384382845972153251483843828459721532514838438284597215325148384382845972153251483843828459721532514838438284597215325148384382845972153251483843828459721532514838438284597215325148384382845972" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cccec673-f644-4751-a07f-fdccbee35328, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 668cae4b-c1a1-4619-8445-d6d371a55371, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 668cae4b-c1a1-4619-8445-d6d371a55371, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15802858068342589897 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1580285806834258989715802858068342589897158028580683425898971580285806834258989715802858068342589897158028580683425898971580285806834258989715802858068342589897158028580683425898971580285806834258989715802858068342589897158028580683425898971580285806834258989715802858068342589897158028580683425898971580285806834258989715802858068342589897158028580683425898971580285806834258989715802858068342589897" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a37348ab-b84e-446d-a0d1-9cd642d7fcd8, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0b9bff2f-60e3-4947-a663-169bc6ad94ce, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0b9bff2f-60e3-4947-a663-169bc6ad94ce, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16902936947540996784 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1690293694754099678416902936947540996784169029369475409967841690293694754099678416902936947540996784169029369475409967841690293694754099678416902936947540996784169029369475409967841690293694754099678416902936947540996784169029369475409967841690293694754099678416902936947540996784169029369475409967841690293694754099678416902936947540996784169029369475409967841690293694754099678416902936947540996784" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 668cae4b-c1a1-4619-8445-d6d371a55371, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d9162054-69e7-4c28-9677-3a0f703accb3, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d9162054-69e7-4c28-9677-3a0f703accb3, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8911058486997557792 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89110584869975577928911058486997557792891105848699755779289110584869975577928911058486997557792891105848699755779289110584869975577928911058486997557792891105848699755779289110584869975577928911058486997557792891105848699755779289110584869975577928911058486997557792891105848699755779289110584869975577928911058486997557792891105848699755779289110584869975577928911058486997557792" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0b9bff2f-60e3-4947-a663-169bc6ad94ce, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fe66e6bd-ff24-441f-bc9b-8cfa95716681, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fe66e6bd-ff24-441f-bc9b-8cfa95716681, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15562312889797391627 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1556231288979739162715562312889797391627155623128897973916271556231288979739162715562312889797391627155623128897973916271556231288979739162715562312889797391627155623128897973916271556231288979739162715562312889797391627155623128897973916271556231288979739162715562312889797391627155623128897973916271556231288979739162715562312889797391627155623128897973916271556231288979739162715562312889797391627" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d9162054-69e7-4c28-9677-3a0f703accb3, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f516eab2-a0b7-4e7e-ba64-036cacadcc1d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f516eab2-a0b7-4e7e-ba64-036cacadcc1d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5628705821069307366 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56287058210693073665628705821069307366562870582106930736656287058210693073665628705821069307366562870582106930736656287058210693073665628705821069307366562870582106930736656287058210693073665628705821069307366562870582106930736656287058210693073665628705821069307366562870582106930736656287058210693073665628705821069307366562870582106930736656287058210693073665628705821069307366" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fe66e6bd-ff24-441f-bc9b-8cfa95716681, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2a7dad24-2356-45d2-b54c-df3c43a2d49f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2a7dad24-2356-45d2-b54c-df3c43a2d49f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9166464185706044556 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91664641857060445569166464185706044556916646418570604455691664641857060445569166464185706044556916646418570604455691664641857060445569166464185706044556916646418570604455691664641857060445569166464185706044556916646418570604455691664641857060445569166464185706044556916646418570604455691664641857060445569166464185706044556916646418570604455691664641857060445569166464185706044556" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f516eab2-a0b7-4e7e-ba64-036cacadcc1d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 20c53b31-42e4-489b-905e-779519fddb0e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 20c53b31-42e4-489b-905e-779519fddb0e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11622303487584621439 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1162230348758462143911622303487584621439116223034875846214391162230348758462143911622303487584621439116223034875846214391162230348758462143911622303487584621439116223034875846214391162230348758462143911622303487584621439116223034875846214391162230348758462143911622303487584621439116223034875846214391162230348758462143911622303487584621439116223034875846214391162230348758462143911622303487584621439" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2a7dad24-2356-45d2-b54c-df3c43a2d49f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bea0d391-59ef-4812-89b6-f48875f2ce40, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bea0d391-59ef-4812-89b6-f48875f2ce40, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13808182508587553769 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1380818250858755376913808182508587553769138081825085875537691380818250858755376913808182508587553769138081825085875537691380818250858755376913808182508587553769138081825085875537691380818250858755376913808182508587553769138081825085875537691380818250858755376913808182508587553769138081825085875537691380818250858755376913808182508587553769138081825085875537691380818250858755376913808182508587553769" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bea0d391-59ef-4812-89b6-f48875f2ce40, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 20c53b31-42e4-489b-905e-779519fddb0e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b8e5afd2-57e5-4319-957f-18a4763f313a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b8e5afd2-57e5-4319-957f-18a4763f313a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15185588925780709675 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1518558892578070967515185588925780709675151855889257807096751518558892578070967515185588925780709675151855889257807096751518558892578070967515185588925780709675151855889257807096751518558892578070967515185588925780709675151855889257807096751518558892578070967515185588925780709675151855889257807096751518558892578070967515185588925780709675151855889257807096751518558892578070967515185588925780709675" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 35700d78-ae02-420e-8922-3cc302cbf447, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 35700d78-ae02-420e-8922-3cc302cbf447, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12971860766741723291 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1297186076674172329112971860766741723291129718607667417232911297186076674172329112971860766741723291129718607667417232911297186076674172329112971860766741723291129718607667417232911297186076674172329112971860766741723291129718607667417232911297186076674172329112971860766741723291129718607667417232911297186076674172329112971860766741723291129718607667417232911297186076674172329112971860766741723291" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b8e5afd2-57e5-4319-957f-18a4763f313a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 35700d78-ae02-420e-8922-3cc302cbf447, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7434588f-8a02-477b-adcb-63477e362a23, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7434588f-8a02-477b-adcb-63477e362a23, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12094971585880277552 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1209497158588027755212094971585880277552120949715858802775521209497158588027755212094971585880277552120949715858802775521209497158588027755212094971585880277552120949715858802775521209497158588027755212094971585880277552120949715858802775521209497158588027755212094971585880277552120949715858802775521209497158588027755212094971585880277552120949715858802775521209497158588027755212094971585880277552" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f90dfc91-f85e-4ee4-9c10-c5d9167aa851, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f90dfc91-f85e-4ee4-9c10-c5d9167aa851, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13908503344357012472 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1390850334435701247213908503344357012472139085033443570124721390850334435701247213908503344357012472139085033443570124721390850334435701247213908503344357012472139085033443570124721390850334435701247213908503344357012472139085033443570124721390850334435701247213908503344357012472139085033443570124721390850334435701247213908503344357012472139085033443570124721390850334435701247213908503344357012472" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7434588f-8a02-477b-adcb-63477e362a23, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, acc769aa-7774-45c4-8edd-2c82ca394d6a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, acc769aa-7774-45c4-8edd-2c82ca394d6a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4892913645534989509 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48929136455349895094892913645534989509489291364553498950948929136455349895094892913645534989509489291364553498950948929136455349895094892913645534989509489291364553498950948929136455349895094892913645534989509489291364553498950948929136455349895094892913645534989509489291364553498950948929136455349895094892913645534989509489291364553498950948929136455349895094892913645534989509" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f90dfc91-f85e-4ee4-9c10-c5d9167aa851, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 61849760-3858-4b20-9879-047dc0b33144, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 61849760-3858-4b20-9879-047dc0b33144, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10986023050923929927 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1098602305092392992710986023050923929927109860230509239299271098602305092392992710986023050923929927109860230509239299271098602305092392992710986023050923929927109860230509239299271098602305092392992710986023050923929927109860230509239299271098602305092392992710986023050923929927109860230509239299271098602305092392992710986023050923929927109860230509239299271098602305092392992710986023050923929927" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, acc769aa-7774-45c4-8edd-2c82ca394d6a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cb5271df-babf-441a-8848-dfe161355d2a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cb5271df-babf-441a-8848-dfe161355d2a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15748077623408122889 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1574807762340812288915748077623408122889157480776234081228891574807762340812288915748077623408122889157480776234081228891574807762340812288915748077623408122889157480776234081228891574807762340812288915748077623408122889157480776234081228891574807762340812288915748077623408122889157480776234081228891574807762340812288915748077623408122889157480776234081228891574807762340812288915748077623408122889" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 61849760-3858-4b20-9879-047dc0b33144, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2273a57e-4a41-4c67-b24e-a38a41374577, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2273a57e-4a41-4c67-b24e-a38a41374577, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4046319051727507682 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40463190517275076824046319051727507682404631905172750768240463190517275076824046319051727507682404631905172750768240463190517275076824046319051727507682404631905172750768240463190517275076824046319051727507682404631905172750768240463190517275076824046319051727507682404631905172750768240463190517275076824046319051727507682404631905172750768240463190517275076824046319051727507682" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cb5271df-babf-441a-8848-dfe161355d2a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c9791b71-b800-4bcd-abf2-c92050df1230, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c9791b71-b800-4bcd-abf2-c92050df1230, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11850765766223974437 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1185076576622397443711850765766223974437118507657662239744371185076576622397443711850765766223974437118507657662239744371185076576622397443711850765766223974437118507657662239744371185076576622397443711850765766223974437118507657662239744371185076576622397443711850765766223974437118507657662239744371185076576622397443711850765766223974437118507657662239744371185076576622397443711850765766223974437" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2273a57e-4a41-4c67-b24e-a38a41374577, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 529f986f-ac91-4eac-a85b-da205775876a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 529f986f-ac91-4eac-a85b-da205775876a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9080521441323762444 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90805214413237624449080521441323762444908052144132376244490805214413237624449080521441323762444908052144132376244490805214413237624449080521441323762444908052144132376244490805214413237624449080521441323762444908052144132376244490805214413237624449080521441323762444908052144132376244490805214413237624449080521441323762444908052144132376244490805214413237624449080521441323762444" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c9791b71-b800-4bcd-abf2-c92050df1230, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a59ddaec-c036-4294-b93d-9f3517f0cbc4, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a59ddaec-c036-4294-b93d-9f3517f0cbc4, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3989696029012478098 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39896960290124780983989696029012478098398969602901247809839896960290124780983989696029012478098398969602901247809839896960290124780983989696029012478098398969602901247809839896960290124780983989696029012478098398969602901247809839896960290124780983989696029012478098398969602901247809839896960290124780983989696029012478098398969602901247809839896960290124780983989696029012478098" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 529f986f-ac91-4eac-a85b-da205775876a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fae6c03d-8e91-45ee-8c61-044ea52d5d3d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a59ddaec-c036-4294-b93d-9f3517f0cbc4, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7237e8e5-d263-4cdf-a964-9891a1019af7, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7237e8e5-d263-4cdf-a964-9891a1019af7, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13794558132247874783 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1379455813224787478313794558132247874783137945581322478747831379455813224787478313794558132247874783137945581322478747831379455813224787478313794558132247874783137945581322478747831379455813224787478313794558132247874783137945581322478747831379455813224787478313794558132247874783137945581322478747831379455813224787478313794558132247874783137945581322478747831379455813224787478313794558132247874783" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fae6c03d-8e91-45ee-8c61-044ea52d5d3d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16127165734744804928 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1612716573474480492816127165734744804928161271657347448049281612716573474480492816127165734744804928161271657347448049281612716573474480492816127165734744804928161271657347448049281612716573474480492816127165734744804928161271657347448049281612716573474480492816127165734744804928161271657347448049281612716573474480492816127165734744804928161271657347448049281612716573474480492816127165734744804928" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7237e8e5-d263-4cdf-a964-9891a1019af7, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2c5d22a1-7a7b-4867-b15a-56f12e9c2908, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2c5d22a1-7a7b-4867-b15a-56f12e9c2908, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10098461153531705197 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1009846115353170519710098461153531705197100984611535317051971009846115353170519710098461153531705197100984611535317051971009846115353170519710098461153531705197100984611535317051971009846115353170519710098461153531705197100984611535317051971009846115353170519710098461153531705197100984611535317051971009846115353170519710098461153531705197100984611535317051971009846115353170519710098461153531705197" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fae6c03d-8e91-45ee-8c61-044ea52d5d3d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 46b673a6-565e-41f9-8956-bf7d31ac1676, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 46b673a6-565e-41f9-8956-bf7d31ac1676, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12403101816432964656 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1240310181643296465612403101816432964656124031018164329646561240310181643296465612403101816432964656124031018164329646561240310181643296465612403101816432964656124031018164329646561240310181643296465612403101816432964656124031018164329646561240310181643296465612403101816432964656124031018164329646561240310181643296465612403101816432964656124031018164329646561240310181643296465612403101816432964656" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2c5d22a1-7a7b-4867-b15a-56f12e9c2908, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 46bd5675-8622-4a45-93af-d222a77e0754, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 46bd5675-8622-4a45-93af-d222a77e0754, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12727488584372280101 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1272748858437228010112727488584372280101127274885843722801011272748858437228010112727488584372280101127274885843722801011272748858437228010112727488584372280101127274885843722801011272748858437228010112727488584372280101127274885843722801011272748858437228010112727488584372280101127274885843722801011272748858437228010112727488584372280101127274885843722801011272748858437228010112727488584372280101" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 46b673a6-565e-41f9-8956-bf7d31ac1676, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 051b3984-6e15-42e4-b400-eaa47a764415, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 051b3984-6e15-42e4-b400-eaa47a764415, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5876205016259609683 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58762050162596096835876205016259609683587620501625960968358762050162596096835876205016259609683587620501625960968358762050162596096835876205016259609683587620501625960968358762050162596096835876205016259609683587620501625960968358762050162596096835876205016259609683587620501625960968358762050162596096835876205016259609683587620501625960968358762050162596096835876205016259609683" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 46bd5675-8622-4a45-93af-d222a77e0754, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e9821655-6770-4087-8fde-80cd152e773c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e9821655-6770-4087-8fde-80cd152e773c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3165190504178761249 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31651905041787612493165190504178761249316519050417876124931651905041787612493165190504178761249316519050417876124931651905041787612493165190504178761249316519050417876124931651905041787612493165190504178761249316519050417876124931651905041787612493165190504178761249316519050417876124931651905041787612493165190504178761249316519050417876124931651905041787612493165190504178761249" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 051b3984-6e15-42e4-b400-eaa47a764415, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ab9a42cf-55ae-441d-8a22-f0b5068c503a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ab9a42cf-55ae-441d-8a22-f0b5068c503a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11901762726579387176 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1190176272657938717611901762726579387176119017627265793871761190176272657938717611901762726579387176119017627265793871761190176272657938717611901762726579387176119017627265793871761190176272657938717611901762726579387176119017627265793871761190176272657938717611901762726579387176119017627265793871761190176272657938717611901762726579387176119017627265793871761190176272657938717611901762726579387176" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e9821655-6770-4087-8fde-80cd152e773c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 04f9a1da-b120-4b6f-872e-2fd638f2afe6, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 04f9a1da-b120-4b6f-872e-2fd638f2afe6, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4060082741893361602 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40600827418933616024060082741893361602406008274189336160240600827418933616024060082741893361602406008274189336160240600827418933616024060082741893361602406008274189336160240600827418933616024060082741893361602406008274189336160240600827418933616024060082741893361602406008274189336160240600827418933616024060082741893361602406008274189336160240600827418933616024060082741893361602" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ab9a42cf-55ae-441d-8a22-f0b5068c503a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 41eceb40-350e-40fb-8765-41d082667443, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 41eceb40-350e-40fb-8765-41d082667443, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1878861986671523640 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18788619866715236401878861986671523640187886198667152364018788619866715236401878861986671523640187886198667152364018788619866715236401878861986671523640187886198667152364018788619866715236401878861986671523640187886198667152364018788619866715236401878861986671523640187886198667152364018788619866715236401878861986671523640187886198667152364018788619866715236401878861986671523640" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 04f9a1da-b120-4b6f-872e-2fd638f2afe6, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 80e56eb2-a7fa-4e61-a6ab-c5712abc6782, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 80e56eb2-a7fa-4e61-a6ab-c5712abc6782, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13156128333986459071 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1315612833398645907113156128333986459071131561283339864590711315612833398645907113156128333986459071131561283339864590711315612833398645907113156128333986459071131561283339864590711315612833398645907113156128333986459071131561283339864590711315612833398645907113156128333986459071131561283339864590711315612833398645907113156128333986459071131561283339864590711315612833398645907113156128333986459071" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 41eceb40-350e-40fb-8765-41d082667443, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ea9bd6c8-11a5-4a16-96ce-dafd85c6fe0a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ea9bd6c8-11a5-4a16-96ce-dafd85c6fe0a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11182561423172116560 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1118256142317211656011182561423172116560111825614231721165601118256142317211656011182561423172116560111825614231721165601118256142317211656011182561423172116560111825614231721165601118256142317211656011182561423172116560111825614231721165601118256142317211656011182561423172116560111825614231721165601118256142317211656011182561423172116560111825614231721165601118256142317211656011182561423172116560" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 80e56eb2-a7fa-4e61-a6ab-c5712abc6782, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ffbf2dc1-03b7-456e-80ee-6811ea34092f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ffbf2dc1-03b7-456e-80ee-6811ea34092f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15660209103265322052 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1566020910326532205215660209103265322052156602091032653220521566020910326532205215660209103265322052156602091032653220521566020910326532205215660209103265322052156602091032653220521566020910326532205215660209103265322052156602091032653220521566020910326532205215660209103265322052156602091032653220521566020910326532205215660209103265322052156602091032653220521566020910326532205215660209103265322052" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ffbf2dc1-03b7-456e-80ee-6811ea34092f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 73f1d16d-b329-426c-bce4-e9be22e5e730, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 73f1d16d-b329-426c-bce4-e9be22e5e730, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3588556598848044776 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35885565988480447763588556598848044776358855659884804477635885565988480447763588556598848044776358855659884804477635885565988480447763588556598848044776358855659884804477635885565988480447763588556598848044776358855659884804477635885565988480447763588556598848044776358855659884804477635885565988480447763588556598848044776358855659884804477635885565988480447763588556598848044776" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ea9bd6c8-11a5-4a16-96ce-dafd85c6fe0a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d3a94428-95ad-4c9e-90e1-ee90db8bad02, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d3a94428-95ad-4c9e-90e1-ee90db8bad02, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6558964819732015071 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65589648197320150716558964819732015071655896481973201507165589648197320150716558964819732015071655896481973201507165589648197320150716558964819732015071655896481973201507165589648197320150716558964819732015071655896481973201507165589648197320150716558964819732015071655896481973201507165589648197320150716558964819732015071655896481973201507165589648197320150716558964819732015071" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 73f1d16d-b329-426c-bce4-e9be22e5e730, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 01e32621-9c5c-4581-8a7d-630eb1329398, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 01e32621-9c5c-4581-8a7d-630eb1329398, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7530215573572234088 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75302155735722340887530215573572234088753021557357223408875302155735722340887530215573572234088753021557357223408875302155735722340887530215573572234088753021557357223408875302155735722340887530215573572234088753021557357223408875302155735722340887530215573572234088753021557357223408875302155735722340887530215573572234088753021557357223408875302155735722340887530215573572234088" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d3a94428-95ad-4c9e-90e1-ee90db8bad02, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d089fe20-78f8-43be-be3b-096b5b37bd7f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d089fe20-78f8-43be-be3b-096b5b37bd7f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11009330268954597666 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1100933026895459766611009330268954597666110093302689545976661100933026895459766611009330268954597666110093302689545976661100933026895459766611009330268954597666110093302689545976661100933026895459766611009330268954597666110093302689545976661100933026895459766611009330268954597666110093302689545976661100933026895459766611009330268954597666110093302689545976661100933026895459766611009330268954597666" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 01e32621-9c5c-4581-8a7d-630eb1329398, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e26c73e1-8568-49d1-a860-ac712c2ed10b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e26c73e1-8568-49d1-a860-ac712c2ed10b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3703029656523343987 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37030296565233439873703029656523343987370302965652334398737030296565233439873703029656523343987370302965652334398737030296565233439873703029656523343987370302965652334398737030296565233439873703029656523343987370302965652334398737030296565233439873703029656523343987370302965652334398737030296565233439873703029656523343987370302965652334398737030296565233439873703029656523343987" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d089fe20-78f8-43be-be3b-096b5b37bd7f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3d5434db-891f-4d52-8f2a-498a309e9aa0, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3d5434db-891f-4d52-8f2a-498a309e9aa0, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9554441383523540554 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95544413835235405549554441383523540554955444138352354055495544413835235405549554441383523540554955444138352354055495544413835235405549554441383523540554955444138352354055495544413835235405549554441383523540554955444138352354055495544413835235405549554441383523540554955444138352354055495544413835235405549554441383523540554955444138352354055495544413835235405549554441383523540554" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e26c73e1-8568-49d1-a860-ac712c2ed10b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dba4bb0a-474c-471a-b6b2-0a783824909c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dba4bb0a-474c-471a-b6b2-0a783824909c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15250824485331513202 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1525082448533151320215250824485331513202152508244853315132021525082448533151320215250824485331513202152508244853315132021525082448533151320215250824485331513202152508244853315132021525082448533151320215250824485331513202152508244853315132021525082448533151320215250824485331513202152508244853315132021525082448533151320215250824485331513202152508244853315132021525082448533151320215250824485331513202" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3d5434db-891f-4d52-8f2a-498a309e9aa0, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6115788c-474b-41d3-99c0-479299622a17, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6115788c-474b-41d3-99c0-479299622a17, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 38934354634638521 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "3893435463463852138934354634638521389343546346385213893435463463852138934354634638521389343546346385213893435463463852138934354634638521389343546346385213893435463463852138934354634638521389343546346385213893435463463852138934354634638521389343546346385213893435463463852138934354634638521389343546346385213893435463463852138934354634638521" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6115788c-474b-41d3-99c0-479299622a17, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 17033200-127b-4568-a730-a090ada12660, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 17033200-127b-4568-a730-a090ada12660, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 516439502121421407 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "516439502121421407516439502121421407516439502121421407516439502121421407516439502121421407516439502121421407516439502121421407516439502121421407516439502121421407516439502121421407516439502121421407516439502121421407516439502121421407516439502121421407516439502121421407516439502121421407516439502121421407516439502121421407516439502121421407516439502121421407" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dba4bb0a-474c-471a-b6b2-0a783824909c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ee543e5d-e8e7-47de-bf25-81ebb6523573, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ee543e5d-e8e7-47de-bf25-81ebb6523573, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17988820187854190540 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1798882018785419054017988820187854190540179888201878541905401798882018785419054017988820187854190540179888201878541905401798882018785419054017988820187854190540179888201878541905401798882018785419054017988820187854190540179888201878541905401798882018785419054017988820187854190540179888201878541905401798882018785419054017988820187854190540179888201878541905401798882018785419054017988820187854190540" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 17033200-127b-4568-a730-a090ada12660, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3d53c0c2-cf7b-4177-b6c7-a3d58334fd39, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3d53c0c2-cf7b-4177-b6c7-a3d58334fd39, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14958492940724677319 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1495849294072467731914958492940724677319149584929407246773191495849294072467731914958492940724677319149584929407246773191495849294072467731914958492940724677319149584929407246773191495849294072467731914958492940724677319149584929407246773191495849294072467731914958492940724677319149584929407246773191495849294072467731914958492940724677319149584929407246773191495849294072467731914958492940724677319" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ee543e5d-e8e7-47de-bf25-81ebb6523573, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 09ee4838-20d2-4a52-ab5c-04fb2c495cbb, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 09ee4838-20d2-4a52-ab5c-04fb2c495cbb, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 969044206210454746 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "969044206210454746969044206210454746969044206210454746969044206210454746969044206210454746969044206210454746969044206210454746969044206210454746969044206210454746969044206210454746969044206210454746969044206210454746969044206210454746969044206210454746969044206210454746969044206210454746969044206210454746969044206210454746969044206210454746969044206210454746" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3d53c0c2-cf7b-4177-b6c7-a3d58334fd39, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 65fec63a-55e1-481d-8986-d0ad1b192939, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 65fec63a-55e1-481d-8986-d0ad1b192939, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10449225414372689933 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1044922541437268993310449225414372689933104492254143726899331044922541437268993310449225414372689933104492254143726899331044922541437268993310449225414372689933104492254143726899331044922541437268993310449225414372689933104492254143726899331044922541437268993310449225414372689933104492254143726899331044922541437268993310449225414372689933104492254143726899331044922541437268993310449225414372689933" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 09ee4838-20d2-4a52-ab5c-04fb2c495cbb, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d775773f-5d02-45c1-a74e-1ca1512b09e8, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d775773f-5d02-45c1-a74e-1ca1512b09e8, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11075803614820186002 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1107580361482018600211075803614820186002110758036148201860021107580361482018600211075803614820186002110758036148201860021107580361482018600211075803614820186002110758036148201860021107580361482018600211075803614820186002110758036148201860021107580361482018600211075803614820186002110758036148201860021107580361482018600211075803614820186002110758036148201860021107580361482018600211075803614820186002" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 65fec63a-55e1-481d-8986-d0ad1b192939, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3103c5a3-5ec1-47c8-bf75-ab6a054b03ea, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3103c5a3-5ec1-47c8-bf75-ab6a054b03ea, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9541434135723448559 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95414341357234485599541434135723448559954143413572344855995414341357234485599541434135723448559954143413572344855995414341357234485599541434135723448559954143413572344855995414341357234485599541434135723448559954143413572344855995414341357234485599541434135723448559954143413572344855995414341357234485599541434135723448559954143413572344855995414341357234485599541434135723448559" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d775773f-5d02-45c1-a74e-1ca1512b09e8, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 67a1e539-9a58-40f2-8b3c-59ff50b3607e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 67a1e539-9a58-40f2-8b3c-59ff50b3607e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5422713400735254724 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54227134007352547245422713400735254724542271340073525472454227134007352547245422713400735254724542271340073525472454227134007352547245422713400735254724542271340073525472454227134007352547245422713400735254724542271340073525472454227134007352547245422713400735254724542271340073525472454227134007352547245422713400735254724542271340073525472454227134007352547245422713400735254724" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3103c5a3-5ec1-47c8-bf75-ab6a054b03ea, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1032434e-15db-4045-b5cd-72084aeaf4ad, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1032434e-15db-4045-b5cd-72084aeaf4ad, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18238162778072726860 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1823816277807272686018238162778072726860182381627780727268601823816277807272686018238162778072726860182381627780727268601823816277807272686018238162778072726860182381627780727268601823816277807272686018238162778072726860182381627780727268601823816277807272686018238162778072726860182381627780727268601823816277807272686018238162778072726860182381627780727268601823816277807272686018238162778072726860" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 67a1e539-9a58-40f2-8b3c-59ff50b3607e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 764ec068-bf27-40ef-b95f-4966b72cce5e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 764ec068-bf27-40ef-b95f-4966b72cce5e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1214937863453677453 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12149378634536774531214937863453677453121493786345367745312149378634536774531214937863453677453121493786345367745312149378634536774531214937863453677453121493786345367745312149378634536774531214937863453677453121493786345367745312149378634536774531214937863453677453121493786345367745312149378634536774531214937863453677453121493786345367745312149378634536774531214937863453677453" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1032434e-15db-4045-b5cd-72084aeaf4ad, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ddcf0078-e45f-4b94-af37-b691ad565b9d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ddcf0078-e45f-4b94-af37-b691ad565b9d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1101326126370564680 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11013261263705646801101326126370564680110132612637056468011013261263705646801101326126370564680110132612637056468011013261263705646801101326126370564680110132612637056468011013261263705646801101326126370564680110132612637056468011013261263705646801101326126370564680110132612637056468011013261263705646801101326126370564680110132612637056468011013261263705646801101326126370564680" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 764ec068-bf27-40ef-b95f-4966b72cce5e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b1c5b9ac-d9d9-4b36-8ddf-2dc7dc192715, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b1c5b9ac-d9d9-4b36-8ddf-2dc7dc192715, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18081054080648474581 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1808105408064847458118081054080648474581180810540806484745811808105408064847458118081054080648474581180810540806484745811808105408064847458118081054080648474581180810540806484745811808105408064847458118081054080648474581180810540806484745811808105408064847458118081054080648474581180810540806484745811808105408064847458118081054080648474581180810540806484745811808105408064847458118081054080648474581" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ddcf0078-e45f-4b94-af37-b691ad565b9d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ef92594f-3a3d-4b46-bf5a-10ecf381cd6e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ef92594f-3a3d-4b46-bf5a-10ecf381cd6e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5713769935405760306 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57137699354057603065713769935405760306571376993540576030657137699354057603065713769935405760306571376993540576030657137699354057603065713769935405760306571376993540576030657137699354057603065713769935405760306571376993540576030657137699354057603065713769935405760306571376993540576030657137699354057603065713769935405760306571376993540576030657137699354057603065713769935405760306" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b1c5b9ac-d9d9-4b36-8ddf-2dc7dc192715, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 31128d94-4598-4dc3-9028-69106cc0df26, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 31128d94-4598-4dc3-9028-69106cc0df26, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17010241738536290994 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1701024173853629099417010241738536290994170102417385362909941701024173853629099417010241738536290994170102417385362909941701024173853629099417010241738536290994170102417385362909941701024173853629099417010241738536290994170102417385362909941701024173853629099417010241738536290994170102417385362909941701024173853629099417010241738536290994170102417385362909941701024173853629099417010241738536290994" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ef92594f-3a3d-4b46-bf5a-10ecf381cd6e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6b894593-4dbb-4c77-931b-6be6b466e374, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6b894593-4dbb-4c77-931b-6be6b466e374, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14846967365096476918 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1484696736509647691814846967365096476918148469673650964769181484696736509647691814846967365096476918148469673650964769181484696736509647691814846967365096476918148469673650964769181484696736509647691814846967365096476918148469673650964769181484696736509647691814846967365096476918148469673650964769181484696736509647691814846967365096476918148469673650964769181484696736509647691814846967365096476918" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 31128d94-4598-4dc3-9028-69106cc0df26, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9586da35-b3ef-4c2a-97fa-e2b7fb3ff531, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9586da35-b3ef-4c2a-97fa-e2b7fb3ff531, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1703991349845770364 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17039913498457703641703991349845770364170399134984577036417039913498457703641703991349845770364170399134984577036417039913498457703641703991349845770364170399134984577036417039913498457703641703991349845770364170399134984577036417039913498457703641703991349845770364170399134984577036417039913498457703641703991349845770364170399134984577036417039913498457703641703991349845770364" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6b894593-4dbb-4c77-931b-6be6b466e374, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, aae7990d-800e-4a25-8ca3-062ede3de3c4, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aae7990d-800e-4a25-8ca3-062ede3de3c4, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2094140703268045676 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20941407032680456762094140703268045676209414070326804567620941407032680456762094140703268045676209414070326804567620941407032680456762094140703268045676209414070326804567620941407032680456762094140703268045676209414070326804567620941407032680456762094140703268045676209414070326804567620941407032680456762094140703268045676209414070326804567620941407032680456762094140703268045676" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9586da35-b3ef-4c2a-97fa-e2b7fb3ff531, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 88832d1b-8f87-4d42-bd86-f8c8d057757a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 88832d1b-8f87-4d42-bd86-f8c8d057757a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7406314238862412243 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74063142388624122437406314238862412243740631423886241224374063142388624122437406314238862412243740631423886241224374063142388624122437406314238862412243740631423886241224374063142388624122437406314238862412243740631423886241224374063142388624122437406314238862412243740631423886241224374063142388624122437406314238862412243740631423886241224374063142388624122437406314238862412243" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aae7990d-800e-4a25-8ca3-062ede3de3c4, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4c3823d9-27cd-4f6a-a6cf-f19e00903de3, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4c3823d9-27cd-4f6a-a6cf-f19e00903de3, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2659946843014436915 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26599468430144369152659946843014436915265994684301443691526599468430144369152659946843014436915265994684301443691526599468430144369152659946843014436915265994684301443691526599468430144369152659946843014436915265994684301443691526599468430144369152659946843014436915265994684301443691526599468430144369152659946843014436915265994684301443691526599468430144369152659946843014436915" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 88832d1b-8f87-4d42-bd86-f8c8d057757a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cf2c376b-e0a7-4a89-b1e7-d233e53d235c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cf2c376b-e0a7-4a89-b1e7-d233e53d235c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16802530823435032434 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1680253082343503243416802530823435032434168025308234350324341680253082343503243416802530823435032434168025308234350324341680253082343503243416802530823435032434168025308234350324341680253082343503243416802530823435032434168025308234350324341680253082343503243416802530823435032434168025308234350324341680253082343503243416802530823435032434168025308234350324341680253082343503243416802530823435032434" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4c3823d9-27cd-4f6a-a6cf-f19e00903de3, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 005695e8-7504-4409-a390-7e3be3588cf4, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 005695e8-7504-4409-a390-7e3be3588cf4, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17780116806407960718 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1778011680640796071817780116806407960718177801168064079607181778011680640796071817780116806407960718177801168064079607181778011680640796071817780116806407960718177801168064079607181778011680640796071817780116806407960718177801168064079607181778011680640796071817780116806407960718177801168064079607181778011680640796071817780116806407960718177801168064079607181778011680640796071817780116806407960718" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 005695e8-7504-4409-a390-7e3be3588cf4, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cf2c376b-e0a7-4a89-b1e7-d233e53d235c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c149bc9f-7929-4c91-9444-b57f3a50bccd, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c149bc9f-7929-4c91-9444-b57f3a50bccd, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11201000312520117933 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1120100031252011793311201000312520117933112010003125201179331120100031252011793311201000312520117933112010003125201179331120100031252011793311201000312520117933112010003125201179331120100031252011793311201000312520117933112010003125201179331120100031252011793311201000312520117933112010003125201179331120100031252011793311201000312520117933112010003125201179331120100031252011793311201000312520117933" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, afcb319d-de47-4eb9-b1e1-33bb676e5b61, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, afcb319d-de47-4eb9-b1e1-33bb676e5b61, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16673892144755458049 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1667389214475545804916673892144755458049166738921447554580491667389214475545804916673892144755458049166738921447554580491667389214475545804916673892144755458049166738921447554580491667389214475545804916673892144755458049166738921447554580491667389214475545804916673892144755458049166738921447554580491667389214475545804916673892144755458049166738921447554580491667389214475545804916673892144755458049" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, afcb319d-de47-4eb9-b1e1-33bb676e5b61, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 74f54493-7948-41d1-b5be-8490555e8686, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 74f54493-7948-41d1-b5be-8490555e8686, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5039127609835979295 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50391276098359792955039127609835979295503912760983597929550391276098359792955039127609835979295503912760983597929550391276098359792955039127609835979295503912760983597929550391276098359792955039127609835979295503912760983597929550391276098359792955039127609835979295503912760983597929550391276098359792955039127609835979295503912760983597929550391276098359792955039127609835979295" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c149bc9f-7929-4c91-9444-b57f3a50bccd, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9be4f115-9a90-4451-8b7b-06547337d164, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9be4f115-9a90-4451-8b7b-06547337d164, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7606776311454816789 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76067763114548167897606776311454816789760677631145481678976067763114548167897606776311454816789760677631145481678976067763114548167897606776311454816789760677631145481678976067763114548167897606776311454816789760677631145481678976067763114548167897606776311454816789760677631145481678976067763114548167897606776311454816789760677631145481678976067763114548167897606776311454816789" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 74f54493-7948-41d1-b5be-8490555e8686, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c8c82563-1fd8-4f16-8bcc-c618afc4022f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c8c82563-1fd8-4f16-8bcc-c618afc4022f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11174034081147636085 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1117403408114763608511174034081147636085111740340811476360851117403408114763608511174034081147636085111740340811476360851117403408114763608511174034081147636085111740340811476360851117403408114763608511174034081147636085111740340811476360851117403408114763608511174034081147636085111740340811476360851117403408114763608511174034081147636085111740340811476360851117403408114763608511174034081147636085" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9be4f115-9a90-4451-8b7b-06547337d164, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4527c28d-af7e-48fd-acad-b674c46091ec, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4527c28d-af7e-48fd-acad-b674c46091ec, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3910448097941843323 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39104480979418433233910448097941843323391044809794184332339104480979418433233910448097941843323391044809794184332339104480979418433233910448097941843323391044809794184332339104480979418433233910448097941843323391044809794184332339104480979418433233910448097941843323391044809794184332339104480979418433233910448097941843323391044809794184332339104480979418433233910448097941843323" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c8c82563-1fd8-4f16-8bcc-c618afc4022f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e3c0b83a-d6a8-4b9e-bcec-3aaa1ea945f8, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e3c0b83a-d6a8-4b9e-bcec-3aaa1ea945f8, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1556681169401833214 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15566811694018332141556681169401833214155668116940183321415566811694018332141556681169401833214155668116940183321415566811694018332141556681169401833214155668116940183321415566811694018332141556681169401833214155668116940183321415566811694018332141556681169401833214155668116940183321415566811694018332141556681169401833214155668116940183321415566811694018332141556681169401833214" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4527c28d-af7e-48fd-acad-b674c46091ec, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7f1b4374-1f8d-4198-8ea1-75c61377d0cd, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7f1b4374-1f8d-4198-8ea1-75c61377d0cd, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9552578550907629537 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95525785509076295379552578550907629537955257855090762953795525785509076295379552578550907629537955257855090762953795525785509076295379552578550907629537955257855090762953795525785509076295379552578550907629537955257855090762953795525785509076295379552578550907629537955257855090762953795525785509076295379552578550907629537955257855090762953795525785509076295379552578550907629537" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7f1b4374-1f8d-4198-8ea1-75c61377d0cd, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 156f23f8-a39c-42b0-939c-ec30d384ba6b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 156f23f8-a39c-42b0-939c-ec30d384ba6b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1419216965968260089 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14192169659682600891419216965968260089141921696596826008914192169659682600891419216965968260089141921696596826008914192169659682600891419216965968260089141921696596826008914192169659682600891419216965968260089141921696596826008914192169659682600891419216965968260089141921696596826008914192169659682600891419216965968260089141921696596826008914192169659682600891419216965968260089" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e3c0b83a-d6a8-4b9e-bcec-3aaa1ea945f8, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0806470e-051b-4ed1-84b9-f6d1ee095203, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0806470e-051b-4ed1-84b9-f6d1ee095203, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11521685839506662979 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1152168583950666297911521685839506662979115216858395066629791152168583950666297911521685839506662979115216858395066629791152168583950666297911521685839506662979115216858395066629791152168583950666297911521685839506662979115216858395066629791152168583950666297911521685839506662979115216858395066629791152168583950666297911521685839506662979115216858395066629791152168583950666297911521685839506662979" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 156f23f8-a39c-42b0-939c-ec30d384ba6b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 82f59f99-6af4-4d71-bc35-dc7940a0140e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 82f59f99-6af4-4d71-bc35-dc7940a0140e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6807855648242286308 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68078556482422863086807855648242286308680785564824228630868078556482422863086807855648242286308680785564824228630868078556482422863086807855648242286308680785564824228630868078556482422863086807855648242286308680785564824228630868078556482422863086807855648242286308680785564824228630868078556482422863086807855648242286308680785564824228630868078556482422863086807855648242286308" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0806470e-051b-4ed1-84b9-f6d1ee095203, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ded3afd9-1046-4f70-babb-8e494b307a7b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ded3afd9-1046-4f70-babb-8e494b307a7b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3804067615874892811 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38040676158748928113804067615874892811380406761587489281138040676158748928113804067615874892811380406761587489281138040676158748928113804067615874892811380406761587489281138040676158748928113804067615874892811380406761587489281138040676158748928113804067615874892811380406761587489281138040676158748928113804067615874892811380406761587489281138040676158748928113804067615874892811" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 82f59f99-6af4-4d71-bc35-dc7940a0140e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8d2c06ac-8588-4b3e-b12f-f99521e9a6aa, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8d2c06ac-8588-4b3e-b12f-f99521e9a6aa, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3307468075450842574 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33074680754508425743307468075450842574330746807545084257433074680754508425743307468075450842574330746807545084257433074680754508425743307468075450842574330746807545084257433074680754508425743307468075450842574330746807545084257433074680754508425743307468075450842574330746807545084257433074680754508425743307468075450842574330746807545084257433074680754508425743307468075450842574" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ded3afd9-1046-4f70-babb-8e494b307a7b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e6a34483-3302-48e5-bcf0-0ed66565ec7b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e6a34483-3302-48e5-bcf0-0ed66565ec7b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10408933155512709953 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1040893315551270995310408933155512709953104089331555127099531040893315551270995310408933155512709953104089331555127099531040893315551270995310408933155512709953104089331555127099531040893315551270995310408933155512709953104089331555127099531040893315551270995310408933155512709953104089331555127099531040893315551270995310408933155512709953104089331555127099531040893315551270995310408933155512709953" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8d2c06ac-8588-4b3e-b12f-f99521e9a6aa, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 718a5db8-09f3-4725-872d-55c3a1ae9ddf, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 718a5db8-09f3-4725-872d-55c3a1ae9ddf, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 326485953514070239 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "326485953514070239326485953514070239326485953514070239326485953514070239326485953514070239326485953514070239326485953514070239326485953514070239326485953514070239326485953514070239326485953514070239326485953514070239326485953514070239326485953514070239326485953514070239326485953514070239326485953514070239326485953514070239326485953514070239326485953514070239" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e6a34483-3302-48e5-bcf0-0ed66565ec7b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3e8ad286-c5e2-451d-8c6d-6d2d9cd8b277, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3e8ad286-c5e2-451d-8c6d-6d2d9cd8b277, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16251174099396047599 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1625117409939604759916251174099396047599162511740993960475991625117409939604759916251174099396047599162511740993960475991625117409939604759916251174099396047599162511740993960475991625117409939604759916251174099396047599162511740993960475991625117409939604759916251174099396047599162511740993960475991625117409939604759916251174099396047599162511740993960475991625117409939604759916251174099396047599" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 718a5db8-09f3-4725-872d-55c3a1ae9ddf, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b06ed466-a5df-4b41-ae61-70f4656cb764, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b06ed466-a5df-4b41-ae61-70f4656cb764, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10562939015305228128 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1056293901530522812810562939015305228128105629390153052281281056293901530522812810562939015305228128105629390153052281281056293901530522812810562939015305228128105629390153052281281056293901530522812810562939015305228128105629390153052281281056293901530522812810562939015305228128105629390153052281281056293901530522812810562939015305228128105629390153052281281056293901530522812810562939015305228128" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3e8ad286-c5e2-451d-8c6d-6d2d9cd8b277, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 09d2e07c-c28f-4aab-87e5-3c3191a5dcb9, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 09d2e07c-c28f-4aab-87e5-3c3191a5dcb9, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18265224672809043137 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1826522467280904313718265224672809043137182652246728090431371826522467280904313718265224672809043137182652246728090431371826522467280904313718265224672809043137182652246728090431371826522467280904313718265224672809043137182652246728090431371826522467280904313718265224672809043137182652246728090431371826522467280904313718265224672809043137182652246728090431371826522467280904313718265224672809043137" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b06ed466-a5df-4b41-ae61-70f4656cb764, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 64b5b1d5-ae34-4b19-aa19-bcc50e2bb271, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 64b5b1d5-ae34-4b19-aa19-bcc50e2bb271, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4415797104900331492 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44157971049003314924415797104900331492441579710490033149244157971049003314924415797104900331492441579710490033149244157971049003314924415797104900331492441579710490033149244157971049003314924415797104900331492441579710490033149244157971049003314924415797104900331492441579710490033149244157971049003314924415797104900331492441579710490033149244157971049003314924415797104900331492" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 09d2e07c-c28f-4aab-87e5-3c3191a5dcb9, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 675c0f10-4c42-448c-8379-93b6721655d8, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 675c0f10-4c42-448c-8379-93b6721655d8, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 948681499020188108 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "948681499020188108948681499020188108948681499020188108948681499020188108948681499020188108948681499020188108948681499020188108948681499020188108948681499020188108948681499020188108948681499020188108948681499020188108948681499020188108948681499020188108948681499020188108948681499020188108948681499020188108948681499020188108948681499020188108948681499020188108" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 64b5b1d5-ae34-4b19-aa19-bcc50e2bb271, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d962f1c6-8f0f-4f0b-ac02-8f8a79ca21ed, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d962f1c6-8f0f-4f0b-ac02-8f8a79ca21ed, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10006180973947263988 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1000618097394726398810006180973947263988100061809739472639881000618097394726398810006180973947263988100061809739472639881000618097394726398810006180973947263988100061809739472639881000618097394726398810006180973947263988100061809739472639881000618097394726398810006180973947263988100061809739472639881000618097394726398810006180973947263988100061809739472639881000618097394726398810006180973947263988" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 675c0f10-4c42-448c-8379-93b6721655d8, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8a89a262-7345-49d3-9ed2-81efcccc1c62, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8a89a262-7345-49d3-9ed2-81efcccc1c62, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1502215014712053653 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15022150147120536531502215014712053653150221501471205365315022150147120536531502215014712053653150221501471205365315022150147120536531502215014712053653150221501471205365315022150147120536531502215014712053653150221501471205365315022150147120536531502215014712053653150221501471205365315022150147120536531502215014712053653150221501471205365315022150147120536531502215014712053653" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d962f1c6-8f0f-4f0b-ac02-8f8a79ca21ed, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0fa94f9f-6aca-43eb-9d26-0a5100ccca0d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0fa94f9f-6aca-43eb-9d26-0a5100ccca0d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11656005046116139475 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1165600504611613947511656005046116139475116560050461161394751165600504611613947511656005046116139475116560050461161394751165600504611613947511656005046116139475116560050461161394751165600504611613947511656005046116139475116560050461161394751165600504611613947511656005046116139475116560050461161394751165600504611613947511656005046116139475116560050461161394751165600504611613947511656005046116139475" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8a89a262-7345-49d3-9ed2-81efcccc1c62, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 02604962-4d07-4b7d-b713-e8b07848d119, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 02604962-4d07-4b7d-b713-e8b07848d119, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17982456892694488502 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1798245689269448850217982456892694488502179824568926944885021798245689269448850217982456892694488502179824568926944885021798245689269448850217982456892694488502179824568926944885021798245689269448850217982456892694488502179824568926944885021798245689269448850217982456892694488502179824568926944885021798245689269448850217982456892694488502179824568926944885021798245689269448850217982456892694488502" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0fa94f9f-6aca-43eb-9d26-0a5100ccca0d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a454bedd-67e8-4fa3-93b4-7f8aff977c62, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a454bedd-67e8-4fa3-93b4-7f8aff977c62, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14348944036163896131 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1434894403616389613114348944036163896131143489440361638961311434894403616389613114348944036163896131143489440361638961311434894403616389613114348944036163896131143489440361638961311434894403616389613114348944036163896131143489440361638961311434894403616389613114348944036163896131143489440361638961311434894403616389613114348944036163896131143489440361638961311434894403616389613114348944036163896131" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 02604962-4d07-4b7d-b713-e8b07848d119, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5895ba59-573f-4896-a0e4-05944db94d72, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5895ba59-573f-4896-a0e4-05944db94d72, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16386845206194060242 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1638684520619406024216386845206194060242163868452061940602421638684520619406024216386845206194060242163868452061940602421638684520619406024216386845206194060242163868452061940602421638684520619406024216386845206194060242163868452061940602421638684520619406024216386845206194060242163868452061940602421638684520619406024216386845206194060242163868452061940602421638684520619406024216386845206194060242" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a454bedd-67e8-4fa3-93b4-7f8aff977c62, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e0fe3877-59dd-4a69-9d9f-17ffbf563b02, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e0fe3877-59dd-4a69-9d9f-17ffbf563b02, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10132616192156743884 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1013261619215674388410132616192156743884101326161921567438841013261619215674388410132616192156743884101326161921567438841013261619215674388410132616192156743884101326161921567438841013261619215674388410132616192156743884101326161921567438841013261619215674388410132616192156743884101326161921567438841013261619215674388410132616192156743884101326161921567438841013261619215674388410132616192156743884" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5895ba59-573f-4896-a0e4-05944db94d72, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 06744d23-b545-4e05-ad1b-b4d1a29ad994, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 06744d23-b545-4e05-ad1b-b4d1a29ad994, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7354323121828877280 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73543231218288772807354323121828877280735432312182887728073543231218288772807354323121828877280735432312182887728073543231218288772807354323121828877280735432312182887728073543231218288772807354323121828877280735432312182887728073543231218288772807354323121828877280735432312182887728073543231218288772807354323121828877280735432312182887728073543231218288772807354323121828877280" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e0fe3877-59dd-4a69-9d9f-17ffbf563b02, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5c1e4632-b4ac-47c5-8ec9-00c72cfb327a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5c1e4632-b4ac-47c5-8ec9-00c72cfb327a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5189463105687738068 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51894631056877380685189463105687738068518946310568773806851894631056877380685189463105687738068518946310568773806851894631056877380685189463105687738068518946310568773806851894631056877380685189463105687738068518946310568773806851894631056877380685189463105687738068518946310568773806851894631056877380685189463105687738068518946310568773806851894631056877380685189463105687738068" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 06744d23-b545-4e05-ad1b-b4d1a29ad994, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 736518af-2582-46cc-b8a7-4d63454be71e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 736518af-2582-46cc-b8a7-4d63454be71e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4838036587421337823 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48380365874213378234838036587421337823483803658742133782348380365874213378234838036587421337823483803658742133782348380365874213378234838036587421337823483803658742133782348380365874213378234838036587421337823483803658742133782348380365874213378234838036587421337823483803658742133782348380365874213378234838036587421337823483803658742133782348380365874213378234838036587421337823" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5c1e4632-b4ac-47c5-8ec9-00c72cfb327a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 788b1921-aab2-406f-b50e-0ed835d4c6a4, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 788b1921-aab2-406f-b50e-0ed835d4c6a4, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9806170700857011617 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98061707008570116179806170700857011617980617070085701161798061707008570116179806170700857011617980617070085701161798061707008570116179806170700857011617980617070085701161798061707008570116179806170700857011617980617070085701161798061707008570116179806170700857011617980617070085701161798061707008570116179806170700857011617980617070085701161798061707008570116179806170700857011617" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 736518af-2582-46cc-b8a7-4d63454be71e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 408503a5-e30c-4187-8ee5-58e44176fe46, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 408503a5-e30c-4187-8ee5-58e44176fe46, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11157323855873719956 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1115732385587371995611157323855873719956111573238558737199561115732385587371995611157323855873719956111573238558737199561115732385587371995611157323855873719956111573238558737199561115732385587371995611157323855873719956111573238558737199561115732385587371995611157323855873719956111573238558737199561115732385587371995611157323855873719956111573238558737199561115732385587371995611157323855873719956" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 788b1921-aab2-406f-b50e-0ed835d4c6a4, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 210a8b7e-9cb2-439a-96f7-66198b228b86, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 408503a5-e30c-4187-8ee5-58e44176fe46, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 210a8b7e-9cb2-439a-96f7-66198b228b86, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 656261968259778485 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "656261968259778485656261968259778485656261968259778485656261968259778485656261968259778485656261968259778485656261968259778485656261968259778485656261968259778485656261968259778485656261968259778485656261968259778485656261968259778485656261968259778485656261968259778485656261968259778485656261968259778485656261968259778485656261968259778485656261968259778485" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5c2c5359-7ffa-4719-b303-5bc4733d8f2c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5c2c5359-7ffa-4719-b303-5bc4733d8f2c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11557455361853907135 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1155745536185390713511557455361853907135115574553618539071351155745536185390713511557455361853907135115574553618539071351155745536185390713511557455361853907135115574553618539071351155745536185390713511557455361853907135115574553618539071351155745536185390713511557455361853907135115574553618539071351155745536185390713511557455361853907135115574553618539071351155745536185390713511557455361853907135" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 210a8b7e-9cb2-439a-96f7-66198b228b86, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b9a9d922-55fc-432c-ae06-02ab8b5dc08c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b9a9d922-55fc-432c-ae06-02ab8b5dc08c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1555199004397049038 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15551990043970490381555199004397049038155519900439704903815551990043970490381555199004397049038155519900439704903815551990043970490381555199004397049038155519900439704903815551990043970490381555199004397049038155519900439704903815551990043970490381555199004397049038155519900439704903815551990043970490381555199004397049038155519900439704903815551990043970490381555199004397049038" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5c2c5359-7ffa-4719-b303-5bc4733d8f2c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b9a9d922-55fc-432c-ae06-02ab8b5dc08c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5a4593da-4850-4918-8c4f-2525988a3876, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5a4593da-4850-4918-8c4f-2525988a3876, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18351425691412472899 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1835142569141247289918351425691412472899183514256914124728991835142569141247289918351425691412472899183514256914124728991835142569141247289918351425691412472899183514256914124728991835142569141247289918351425691412472899183514256914124728991835142569141247289918351425691412472899183514256914124728991835142569141247289918351425691412472899183514256914124728991835142569141247289918351425691412472899" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 64032796-b9da-41af-bf99-f94f66d94f63, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 64032796-b9da-41af-bf99-f94f66d94f63, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9112077722919884468 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91120777229198844689112077722919884468911207772291988446891120777229198844689112077722919884468911207772291988446891120777229198844689112077722919884468911207772291988446891120777229198844689112077722919884468911207772291988446891120777229198844689112077722919884468911207772291988446891120777229198844689112077722919884468911207772291988446891120777229198844689112077722919884468" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5a4593da-4850-4918-8c4f-2525988a3876, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c90ba261-8d4a-494d-9fe6-8bd99dbc7984, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c90ba261-8d4a-494d-9fe6-8bd99dbc7984, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8749521725818628445 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87495217258186284458749521725818628445874952172581862844587495217258186284458749521725818628445874952172581862844587495217258186284458749521725818628445874952172581862844587495217258186284458749521725818628445874952172581862844587495217258186284458749521725818628445874952172581862844587495217258186284458749521725818628445874952172581862844587495217258186284458749521725818628445" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 64032796-b9da-41af-bf99-f94f66d94f63, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5a0ab502-f7d1-4d6d-8118-02db059e5353, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5a0ab502-f7d1-4d6d-8118-02db059e5353, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3484141486171488213 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34841414861714882133484141486171488213348414148617148821334841414861714882133484141486171488213348414148617148821334841414861714882133484141486171488213348414148617148821334841414861714882133484141486171488213348414148617148821334841414861714882133484141486171488213348414148617148821334841414861714882133484141486171488213348414148617148821334841414861714882133484141486171488213" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c90ba261-8d4a-494d-9fe6-8bd99dbc7984, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 65bcbdf2-41ee-4e0f-9ef4-02d515d624c7, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 65bcbdf2-41ee-4e0f-9ef4-02d515d624c7, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10438863215292820196 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1043886321529282019610438863215292820196104388632152928201961043886321529282019610438863215292820196104388632152928201961043886321529282019610438863215292820196104388632152928201961043886321529282019610438863215292820196104388632152928201961043886321529282019610438863215292820196104388632152928201961043886321529282019610438863215292820196104388632152928201961043886321529282019610438863215292820196" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5a0ab502-f7d1-4d6d-8118-02db059e5353, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 19e196c7-7b55-4ccd-b53c-c55f3e915d9d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 19e196c7-7b55-4ccd-b53c-c55f3e915d9d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3955254813549523636 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39552548135495236363955254813549523636395525481354952363639552548135495236363955254813549523636395525481354952363639552548135495236363955254813549523636395525481354952363639552548135495236363955254813549523636395525481354952363639552548135495236363955254813549523636395525481354952363639552548135495236363955254813549523636395525481354952363639552548135495236363955254813549523636" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 65bcbdf2-41ee-4e0f-9ef4-02d515d624c7, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6e005a31-c536-4145-a61f-194271d5ecae, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6e005a31-c536-4145-a61f-194271d5ecae, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7566246888314231817 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75662468883142318177566246888314231817756624688831423181775662468883142318177566246888314231817756624688831423181775662468883142318177566246888314231817756624688831423181775662468883142318177566246888314231817756624688831423181775662468883142318177566246888314231817756624688831423181775662468883142318177566246888314231817756624688831423181775662468883142318177566246888314231817" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 19e196c7-7b55-4ccd-b53c-c55f3e915d9d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f8b71ee0-5968-4736-9581-26245b066263, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f8b71ee0-5968-4736-9581-26245b066263, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11573585297066096305 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1157358529706609630511573585297066096305115735852970660963051157358529706609630511573585297066096305115735852970660963051157358529706609630511573585297066096305115735852970660963051157358529706609630511573585297066096305115735852970660963051157358529706609630511573585297066096305115735852970660963051157358529706609630511573585297066096305115735852970660963051157358529706609630511573585297066096305" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6e005a31-c536-4145-a61f-194271d5ecae, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, af5d7e35-3a79-4bcf-bb14-98904e6854bc, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, af5d7e35-3a79-4bcf-bb14-98904e6854bc, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13026535400222835467 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1302653540022283546713026535400222835467130265354002228354671302653540022283546713026535400222835467130265354002228354671302653540022283546713026535400222835467130265354002228354671302653540022283546713026535400222835467130265354002228354671302653540022283546713026535400222835467130265354002228354671302653540022283546713026535400222835467130265354002228354671302653540022283546713026535400222835467" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f8b71ee0-5968-4736-9581-26245b066263, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 53c454eb-855a-42be-a7be-dd9a436d449d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 53c454eb-855a-42be-a7be-dd9a436d449d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16318581310707203657 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1631858131070720365716318581310707203657163185813107072036571631858131070720365716318581310707203657163185813107072036571631858131070720365716318581310707203657163185813107072036571631858131070720365716318581310707203657163185813107072036571631858131070720365716318581310707203657163185813107072036571631858131070720365716318581310707203657163185813107072036571631858131070720365716318581310707203657" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, af5d7e35-3a79-4bcf-bb14-98904e6854bc, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0c87a38a-7f84-443d-a82c-2159aa45eb0a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0c87a38a-7f84-443d-a82c-2159aa45eb0a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 558620981556557175 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "558620981556557175558620981556557175558620981556557175558620981556557175558620981556557175558620981556557175558620981556557175558620981556557175558620981556557175558620981556557175558620981556557175558620981556557175558620981556557175558620981556557175558620981556557175558620981556557175558620981556557175558620981556557175558620981556557175558620981556557175" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0c87a38a-7f84-443d-a82c-2159aa45eb0a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6cc1b56f-c31a-49df-909a-b3b8b4a48a95, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6cc1b56f-c31a-49df-909a-b3b8b4a48a95, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5199951514631271215 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51999515146312712155199951514631271215519995151463127121551999515146312712155199951514631271215519995151463127121551999515146312712155199951514631271215519995151463127121551999515146312712155199951514631271215519995151463127121551999515146312712155199951514631271215519995151463127121551999515146312712155199951514631271215519995151463127121551999515146312712155199951514631271215" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 53c454eb-855a-42be-a7be-dd9a436d449d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a7cc6c2f-4e5f-4a2d-b543-19f170e906a3, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6cc1b56f-c31a-49df-909a-b3b8b4a48a95, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e440cec4-99f5-4af0-a7fd-b7cec976f13c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e440cec4-99f5-4af0-a7fd-b7cec976f13c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10399927128415921776 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1039992712841592177610399927128415921776103999271284159217761039992712841592177610399927128415921776103999271284159217761039992712841592177610399927128415921776103999271284159217761039992712841592177610399927128415921776103999271284159217761039992712841592177610399927128415921776103999271284159217761039992712841592177610399927128415921776103999271284159217761039992712841592177610399927128415921776" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a7cc6c2f-4e5f-4a2d-b543-19f170e906a3, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14303272134109646572 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1430327213410964657214303272134109646572143032721341096465721430327213410964657214303272134109646572143032721341096465721430327213410964657214303272134109646572143032721341096465721430327213410964657214303272134109646572143032721341096465721430327213410964657214303272134109646572143032721341096465721430327213410964657214303272134109646572143032721341096465721430327213410964657214303272134109646572" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e440cec4-99f5-4af0-a7fd-b7cec976f13c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 039c715f-2c8d-45d1-8b70-d85cbdd27bf0, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 039c715f-2c8d-45d1-8b70-d85cbdd27bf0, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5436169569188470511 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54361695691884705115436169569188470511543616956918847051154361695691884705115436169569188470511543616956918847051154361695691884705115436169569188470511543616956918847051154361695691884705115436169569188470511543616956918847051154361695691884705115436169569188470511543616956918847051154361695691884705115436169569188470511543616956918847051154361695691884705115436169569188470511" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a7cc6c2f-4e5f-4a2d-b543-19f170e906a3, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a489148f-4d89-4299-8132-92eae16e6b98, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a489148f-4d89-4299-8132-92eae16e6b98, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11751677964656742222 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1175167796465674222211751677964656742222117516779646567422221175167796465674222211751677964656742222117516779646567422221175167796465674222211751677964656742222117516779646567422221175167796465674222211751677964656742222117516779646567422221175167796465674222211751677964656742222117516779646567422221175167796465674222211751677964656742222117516779646567422221175167796465674222211751677964656742222" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 039c715f-2c8d-45d1-8b70-d85cbdd27bf0, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9540ca40-ed94-4078-bf91-4dc0ec918b69, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9540ca40-ed94-4078-bf91-4dc0ec918b69, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6736366456001425083 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67363664560014250836736366456001425083673636645600142508367363664560014250836736366456001425083673636645600142508367363664560014250836736366456001425083673636645600142508367363664560014250836736366456001425083673636645600142508367363664560014250836736366456001425083673636645600142508367363664560014250836736366456001425083673636645600142508367363664560014250836736366456001425083" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a489148f-4d89-4299-8132-92eae16e6b98, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c3687cfb-8080-4fa5-9f96-19f60aef69be, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c3687cfb-8080-4fa5-9f96-19f60aef69be, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13008543716294225966 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1300854371629422596613008543716294225966130085437162942259661300854371629422596613008543716294225966130085437162942259661300854371629422596613008543716294225966130085437162942259661300854371629422596613008543716294225966130085437162942259661300854371629422596613008543716294225966130085437162942259661300854371629422596613008543716294225966130085437162942259661300854371629422596613008543716294225966" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9540ca40-ed94-4078-bf91-4dc0ec918b69, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7a7ca22c-5aae-4628-b14f-287faf4b64a4, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7a7ca22c-5aae-4628-b14f-287faf4b64a4, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17680968395926717351 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1768096839592671735117680968395926717351176809683959267173511768096839592671735117680968395926717351176809683959267173511768096839592671735117680968395926717351176809683959267173511768096839592671735117680968395926717351176809683959267173511768096839592671735117680968395926717351176809683959267173511768096839592671735117680968395926717351176809683959267173511768096839592671735117680968395926717351" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c3687cfb-8080-4fa5-9f96-19f60aef69be, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c4bb9e92-60ae-4620-9e36-8f1bc2c49c85, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c4bb9e92-60ae-4620-9e36-8f1bc2c49c85, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13499923521154269279 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1349992352115426927913499923521154269279134999235211542692791349992352115426927913499923521154269279134999235211542692791349992352115426927913499923521154269279134999235211542692791349992352115426927913499923521154269279134999235211542692791349992352115426927913499923521154269279134999235211542692791349992352115426927913499923521154269279134999235211542692791349992352115426927913499923521154269279" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7a7ca22c-5aae-4628-b14f-287faf4b64a4, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4cb91741-487a-4f54-b4e2-fd45a333d6dd, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4cb91741-487a-4f54-b4e2-fd45a333d6dd, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5693969166111903283 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56939691661119032835693969166111903283569396916611190328356939691661119032835693969166111903283569396916611190328356939691661119032835693969166111903283569396916611190328356939691661119032835693969166111903283569396916611190328356939691661119032835693969166111903283569396916611190328356939691661119032835693969166111903283569396916611190328356939691661119032835693969166111903283" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c4bb9e92-60ae-4620-9e36-8f1bc2c49c85, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ee669c3c-27af-4a5c-8bb6-98dc64c30a4c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ee669c3c-27af-4a5c-8bb6-98dc64c30a4c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7685255661987185047 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76852556619871850477685255661987185047768525566198718504776852556619871850477685255661987185047768525566198718504776852556619871850477685255661987185047768525566198718504776852556619871850477685255661987185047768525566198718504776852556619871850477685255661987185047768525566198718504776852556619871850477685255661987185047768525566198718504776852556619871850477685255661987185047" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4cb91741-487a-4f54-b4e2-fd45a333d6dd, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4590d641-b38c-4d76-9477-0f3935c78c19, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4590d641-b38c-4d76-9477-0f3935c78c19, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4350781702733463786 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43507817027334637864350781702733463786435078170273346378643507817027334637864350781702733463786435078170273346378643507817027334637864350781702733463786435078170273346378643507817027334637864350781702733463786435078170273346378643507817027334637864350781702733463786435078170273346378643507817027334637864350781702733463786435078170273346378643507817027334637864350781702733463786" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ee669c3c-27af-4a5c-8bb6-98dc64c30a4c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4590d641-b38c-4d76-9477-0f3935c78c19, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f88fb77b-936a-4242-8a5a-744a53787e30, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f88fb77b-936a-4242-8a5a-744a53787e30, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16187478771494108384 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1618747877149410838416187478771494108384161874787714941083841618747877149410838416187478771494108384161874787714941083841618747877149410838416187478771494108384161874787714941083841618747877149410838416187478771494108384161874787714941083841618747877149410838416187478771494108384161874787714941083841618747877149410838416187478771494108384161874787714941083841618747877149410838416187478771494108384" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e1357158-6311-42d9-939c-e93dba697983, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e1357158-6311-42d9-939c-e93dba697983, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1586872759292317186 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15868727592923171861586872759292317186158687275929231718615868727592923171861586872759292317186158687275929231718615868727592923171861586872759292317186158687275929231718615868727592923171861586872759292317186158687275929231718615868727592923171861586872759292317186158687275929231718615868727592923171861586872759292317186158687275929231718615868727592923171861586872759292317186" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f88fb77b-936a-4242-8a5a-744a53787e30, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a480c760-6e1a-4532-87e2-e81e5537b5f7, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a480c760-6e1a-4532-87e2-e81e5537b5f7, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1617152551895568080 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16171525518955680801617152551895568080161715255189556808016171525518955680801617152551895568080161715255189556808016171525518955680801617152551895568080161715255189556808016171525518955680801617152551895568080161715255189556808016171525518955680801617152551895568080161715255189556808016171525518955680801617152551895568080161715255189556808016171525518955680801617152551895568080" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e1357158-6311-42d9-939c-e93dba697983, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c37f5f72-3f4c-429d-b7f3-015858d4453f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c37f5f72-3f4c-429d-b7f3-015858d4453f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 115708150799261022 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "115708150799261022115708150799261022115708150799261022115708150799261022115708150799261022115708150799261022115708150799261022115708150799261022115708150799261022115708150799261022115708150799261022115708150799261022115708150799261022115708150799261022115708150799261022115708150799261022115708150799261022115708150799261022115708150799261022115708150799261022" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a480c760-6e1a-4532-87e2-e81e5537b5f7, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bc7f1b49-2597-49c6-bcdf-e03eb1fc5c50, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bc7f1b49-2597-49c6-bcdf-e03eb1fc5c50, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14631678685663053577 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1463167868566305357714631678685663053577146316786856630535771463167868566305357714631678685663053577146316786856630535771463167868566305357714631678685663053577146316786856630535771463167868566305357714631678685663053577146316786856630535771463167868566305357714631678685663053577146316786856630535771463167868566305357714631678685663053577146316786856630535771463167868566305357714631678685663053577" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c37f5f72-3f4c-429d-b7f3-015858d4453f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dc3113b0-1cc8-4288-b49a-444989b2d916, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dc3113b0-1cc8-4288-b49a-444989b2d916, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14176860875257484060 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1417686087525748406014176860875257484060141768608752574840601417686087525748406014176860875257484060141768608752574840601417686087525748406014176860875257484060141768608752574840601417686087525748406014176860875257484060141768608752574840601417686087525748406014176860875257484060141768608752574840601417686087525748406014176860875257484060141768608752574840601417686087525748406014176860875257484060" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bc7f1b49-2597-49c6-bcdf-e03eb1fc5c50, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2a60830c-19e2-4915-ae2e-9c5ac2759cac, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2a60830c-19e2-4915-ae2e-9c5ac2759cac, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12362361802143754537 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1236236180214375453712362361802143754537123623618021437545371236236180214375453712362361802143754537123623618021437545371236236180214375453712362361802143754537123623618021437545371236236180214375453712362361802143754537123623618021437545371236236180214375453712362361802143754537123623618021437545371236236180214375453712362361802143754537123623618021437545371236236180214375453712362361802143754537" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dc3113b0-1cc8-4288-b49a-444989b2d916, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fbde2c2e-5c50-458e-9bd7-a952d2e2cd3d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fbde2c2e-5c50-458e-9bd7-a952d2e2cd3d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4701354987403800823 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47013549874038008234701354987403800823470135498740380082347013549874038008234701354987403800823470135498740380082347013549874038008234701354987403800823470135498740380082347013549874038008234701354987403800823470135498740380082347013549874038008234701354987403800823470135498740380082347013549874038008234701354987403800823470135498740380082347013549874038008234701354987403800823" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2a60830c-19e2-4915-ae2e-9c5ac2759cac, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9d3644b0-7636-413a-9f6b-69be829ac954, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9d3644b0-7636-413a-9f6b-69be829ac954, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7009909206806621071 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70099092068066210717009909206806621071700990920680662107170099092068066210717009909206806621071700990920680662107170099092068066210717009909206806621071700990920680662107170099092068066210717009909206806621071700990920680662107170099092068066210717009909206806621071700990920680662107170099092068066210717009909206806621071700990920680662107170099092068066210717009909206806621071" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fbde2c2e-5c50-458e-9bd7-a952d2e2cd3d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6ccade85-eeec-4264-9bff-0b9691bbed84, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6ccade85-eeec-4264-9bff-0b9691bbed84, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3875068850273599802 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38750688502735998023875068850273599802387506885027359980238750688502735998023875068850273599802387506885027359980238750688502735998023875068850273599802387506885027359980238750688502735998023875068850273599802387506885027359980238750688502735998023875068850273599802387506885027359980238750688502735998023875068850273599802387506885027359980238750688502735998023875068850273599802" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9d3644b0-7636-413a-9f6b-69be829ac954, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3db672a8-056d-4386-ba43-fc352cf38fa9, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3db672a8-056d-4386-ba43-fc352cf38fa9, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7825147387530319446 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78251473875303194467825147387530319446782514738753031944678251473875303194467825147387530319446782514738753031944678251473875303194467825147387530319446782514738753031944678251473875303194467825147387530319446782514738753031944678251473875303194467825147387530319446782514738753031944678251473875303194467825147387530319446782514738753031944678251473875303194467825147387530319446" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6ccade85-eeec-4264-9bff-0b9691bbed84, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dabc7667-6c2d-45fc-a73d-4ef15d5b585b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dabc7667-6c2d-45fc-a73d-4ef15d5b585b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8021906276548134304 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80219062765481343048021906276548134304802190627654813430480219062765481343048021906276548134304802190627654813430480219062765481343048021906276548134304802190627654813430480219062765481343048021906276548134304802190627654813430480219062765481343048021906276548134304802190627654813430480219062765481343048021906276548134304802190627654813430480219062765481343048021906276548134304" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3db672a8-056d-4386-ba43-fc352cf38fa9, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e1158e6c-6f07-43de-abda-458ee917f9f9, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e1158e6c-6f07-43de-abda-458ee917f9f9, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16641308224808229074 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1664130822480822907416641308224808229074166413082248082290741664130822480822907416641308224808229074166413082248082290741664130822480822907416641308224808229074166413082248082290741664130822480822907416641308224808229074166413082248082290741664130822480822907416641308224808229074166413082248082290741664130822480822907416641308224808229074166413082248082290741664130822480822907416641308224808229074" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dabc7667-6c2d-45fc-a73d-4ef15d5b585b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d33fc017-d1e2-43e7-9d39-246bc8631d6a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d33fc017-d1e2-43e7-9d39-246bc8631d6a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8736958853058991045 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87369588530589910458736958853058991045873695885305899104587369588530589910458736958853058991045873695885305899104587369588530589910458736958853058991045873695885305899104587369588530589910458736958853058991045873695885305899104587369588530589910458736958853058991045873695885305899104587369588530589910458736958853058991045873695885305899104587369588530589910458736958853058991045" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e1158e6c-6f07-43de-abda-458ee917f9f9, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 954bd2e6-61a2-4183-aae1-c9c2fe483547, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 954bd2e6-61a2-4183-aae1-c9c2fe483547, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8627882873047110383 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86278828730471103838627882873047110383862788287304711038386278828730471103838627882873047110383862788287304711038386278828730471103838627882873047110383862788287304711038386278828730471103838627882873047110383862788287304711038386278828730471103838627882873047110383862788287304711038386278828730471103838627882873047110383862788287304711038386278828730471103838627882873047110383" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d33fc017-d1e2-43e7-9d39-246bc8631d6a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cc63ae0b-e53d-4e77-a38b-96b05b7e13bf, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cc63ae0b-e53d-4e77-a38b-96b05b7e13bf, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2505422999009387577 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25054229990093875772505422999009387577250542299900938757725054229990093875772505422999009387577250542299900938757725054229990093875772505422999009387577250542299900938757725054229990093875772505422999009387577250542299900938757725054229990093875772505422999009387577250542299900938757725054229990093875772505422999009387577250542299900938757725054229990093875772505422999009387577" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 954bd2e6-61a2-4183-aae1-c9c2fe483547, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c525a40f-88fe-4dcc-8a73-fc5f6e60e5aa, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c525a40f-88fe-4dcc-8a73-fc5f6e60e5aa, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1765274710320313388 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17652747103203133881765274710320313388176527471032031338817652747103203133881765274710320313388176527471032031338817652747103203133881765274710320313388176527471032031338817652747103203133881765274710320313388176527471032031338817652747103203133881765274710320313388176527471032031338817652747103203133881765274710320313388176527471032031338817652747103203133881765274710320313388" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cc63ae0b-e53d-4e77-a38b-96b05b7e13bf, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3c6e677e-6f10-45ec-988c-49db8feec9e8, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3c6e677e-6f10-45ec-988c-49db8feec9e8, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12375181905487323039 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1237518190548732303912375181905487323039123751819054873230391237518190548732303912375181905487323039123751819054873230391237518190548732303912375181905487323039123751819054873230391237518190548732303912375181905487323039123751819054873230391237518190548732303912375181905487323039123751819054873230391237518190548732303912375181905487323039123751819054873230391237518190548732303912375181905487323039" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c525a40f-88fe-4dcc-8a73-fc5f6e60e5aa, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c16cbafb-5ae4-46ca-96a9-f23ccf941210, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c16cbafb-5ae4-46ca-96a9-f23ccf941210, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9165583787375486655 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91655837873754866559165583787375486655916558378737548665591655837873754866559165583787375486655916558378737548665591655837873754866559165583787375486655916558378737548665591655837873754866559165583787375486655916558378737548665591655837873754866559165583787375486655916558378737548665591655837873754866559165583787375486655916558378737548665591655837873754866559165583787375486655" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3c6e677e-6f10-45ec-988c-49db8feec9e8, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f61dedf7-be74-4565-b0ad-605248f02d32, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f61dedf7-be74-4565-b0ad-605248f02d32, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12264273572718987384 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1226427357271898738412264273572718987384122642735727189873841226427357271898738412264273572718987384122642735727189873841226427357271898738412264273572718987384122642735727189873841226427357271898738412264273572718987384122642735727189873841226427357271898738412264273572718987384122642735727189873841226427357271898738412264273572718987384122642735727189873841226427357271898738412264273572718987384" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c16cbafb-5ae4-46ca-96a9-f23ccf941210, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c2691338-ff62-4916-9dab-39d4727b935f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c2691338-ff62-4916-9dab-39d4727b935f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17260677674977863098 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1726067767497786309817260677674977863098172606776749778630981726067767497786309817260677674977863098172606776749778630981726067767497786309817260677674977863098172606776749778630981726067767497786309817260677674977863098172606776749778630981726067767497786309817260677674977863098172606776749778630981726067767497786309817260677674977863098172606776749778630981726067767497786309817260677674977863098" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f61dedf7-be74-4565-b0ad-605248f02d32, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3d2faeab-0f16-4186-b647-678cdcb78084, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3d2faeab-0f16-4186-b647-678cdcb78084, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17501378580567842323 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1750137858056784232317501378580567842323175013785805678423231750137858056784232317501378580567842323175013785805678423231750137858056784232317501378580567842323175013785805678423231750137858056784232317501378580567842323175013785805678423231750137858056784232317501378580567842323175013785805678423231750137858056784232317501378580567842323175013785805678423231750137858056784232317501378580567842323" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c2691338-ff62-4916-9dab-39d4727b935f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1489e0ff-eeb5-46f0-b2d2-02d93d6fe930, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1489e0ff-eeb5-46f0-b2d2-02d93d6fe930, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2646742097232372764 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26467420972323727642646742097232372764264674209723237276426467420972323727642646742097232372764264674209723237276426467420972323727642646742097232372764264674209723237276426467420972323727642646742097232372764264674209723237276426467420972323727642646742097232372764264674209723237276426467420972323727642646742097232372764264674209723237276426467420972323727642646742097232372764" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3d2faeab-0f16-4186-b647-678cdcb78084, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 931a4cf9-a883-4eca-81be-80723d659794, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 931a4cf9-a883-4eca-81be-80723d659794, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9181643637252805926 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91816436372528059269181643637252805926918164363725280592691816436372528059269181643637252805926918164363725280592691816436372528059269181643637252805926918164363725280592691816436372528059269181643637252805926918164363725280592691816436372528059269181643637252805926918164363725280592691816436372528059269181643637252805926918164363725280592691816436372528059269181643637252805926" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1489e0ff-eeb5-46f0-b2d2-02d93d6fe930, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4904fc66-6c9a-4301-993f-b70712c45ec7, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4904fc66-6c9a-4301-993f-b70712c45ec7, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7323922055713252782 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73239220557132527827323922055713252782732392205571325278273239220557132527827323922055713252782732392205571325278273239220557132527827323922055713252782732392205571325278273239220557132527827323922055713252782732392205571325278273239220557132527827323922055713252782732392205571325278273239220557132527827323922055713252782732392205571325278273239220557132527827323922055713252782" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4904fc66-6c9a-4301-993f-b70712c45ec7, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c3b60c9a-3ac4-4fd9-ae52-81f0c586d727, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c3b60c9a-3ac4-4fd9-ae52-81f0c586d727, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2935413370758286796 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29354133707582867962935413370758286796293541337075828679629354133707582867962935413370758286796293541337075828679629354133707582867962935413370758286796293541337075828679629354133707582867962935413370758286796293541337075828679629354133707582867962935413370758286796293541337075828679629354133707582867962935413370758286796293541337075828679629354133707582867962935413370758286796" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 931a4cf9-a883-4eca-81be-80723d659794, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3ca94942-18d2-487e-94fd-383411f2c3c4, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3ca94942-18d2-487e-94fd-383411f2c3c4, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10782085540551808389 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1078208554055180838910782085540551808389107820855405518083891078208554055180838910782085540551808389107820855405518083891078208554055180838910782085540551808389107820855405518083891078208554055180838910782085540551808389107820855405518083891078208554055180838910782085540551808389107820855405518083891078208554055180838910782085540551808389107820855405518083891078208554055180838910782085540551808389" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c3b60c9a-3ac4-4fd9-ae52-81f0c586d727, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e0aeedb8-f927-48cc-bb2a-52391a677801, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e0aeedb8-f927-48cc-bb2a-52391a677801, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11745520533421138215 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1174552053342113821511745520533421138215117455205334211382151174552053342113821511745520533421138215117455205334211382151174552053342113821511745520533421138215117455205334211382151174552053342113821511745520533421138215117455205334211382151174552053342113821511745520533421138215117455205334211382151174552053342113821511745520533421138215117455205334211382151174552053342113821511745520533421138215" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3ca94942-18d2-487e-94fd-383411f2c3c4, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2f45a96b-dddf-4630-9c80-df1317b2a031, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2f45a96b-dddf-4630-9c80-df1317b2a031, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10013569418396418898 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1001356941839641889810013569418396418898100135694183964188981001356941839641889810013569418396418898100135694183964188981001356941839641889810013569418396418898100135694183964188981001356941839641889810013569418396418898100135694183964188981001356941839641889810013569418396418898100135694183964188981001356941839641889810013569418396418898100135694183964188981001356941839641889810013569418396418898" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e0aeedb8-f927-48cc-bb2a-52391a677801, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e7c3eaed-f999-430a-b037-d5e6f39ae723, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e7c3eaed-f999-430a-b037-d5e6f39ae723, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4451918344841599554 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44519183448415995544451918344841599554445191834484159955444519183448415995544451918344841599554445191834484159955444519183448415995544451918344841599554445191834484159955444519183448415995544451918344841599554445191834484159955444519183448415995544451918344841599554445191834484159955444519183448415995544451918344841599554445191834484159955444519183448415995544451918344841599554" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2f45a96b-dddf-4630-9c80-df1317b2a031, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 89b7da9f-3ffe-4865-995c-1ae5720a8ac2, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 89b7da9f-3ffe-4865-995c-1ae5720a8ac2, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16439652026368035875 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1643965202636803587516439652026368035875164396520263680358751643965202636803587516439652026368035875164396520263680358751643965202636803587516439652026368035875164396520263680358751643965202636803587516439652026368035875164396520263680358751643965202636803587516439652026368035875164396520263680358751643965202636803587516439652026368035875164396520263680358751643965202636803587516439652026368035875" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e7c3eaed-f999-430a-b037-d5e6f39ae723, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f04f09f3-0fdb-44c4-b61a-05127d276446, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f04f09f3-0fdb-44c4-b61a-05127d276446, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12415723744372012377 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1241572374437201237712415723744372012377124157237443720123771241572374437201237712415723744372012377124157237443720123771241572374437201237712415723744372012377124157237443720123771241572374437201237712415723744372012377124157237443720123771241572374437201237712415723744372012377124157237443720123771241572374437201237712415723744372012377124157237443720123771241572374437201237712415723744372012377" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 89b7da9f-3ffe-4865-995c-1ae5720a8ac2, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 47aeb3a4-b076-45bd-bc4e-6aa94a936956, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 47aeb3a4-b076-45bd-bc4e-6aa94a936956, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11701294037671850096 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1170129403767185009611701294037671850096117012940376718500961170129403767185009611701294037671850096117012940376718500961170129403767185009611701294037671850096117012940376718500961170129403767185009611701294037671850096117012940376718500961170129403767185009611701294037671850096117012940376718500961170129403767185009611701294037671850096117012940376718500961170129403767185009611701294037671850096" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f04f09f3-0fdb-44c4-b61a-05127d276446, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0ded9de3-59bb-42a6-8ba1-e3ba4d588e0a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0ded9de3-59bb-42a6-8ba1-e3ba4d588e0a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15039744953696612401 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1503974495369661240115039744953696612401150397449536966124011503974495369661240115039744953696612401150397449536966124011503974495369661240115039744953696612401150397449536966124011503974495369661240115039744953696612401150397449536966124011503974495369661240115039744953696612401150397449536966124011503974495369661240115039744953696612401150397449536966124011503974495369661240115039744953696612401" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 47aeb3a4-b076-45bd-bc4e-6aa94a936956, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7c2b4976-a056-48c0-b3a7-2d512e401be6, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7c2b4976-a056-48c0-b3a7-2d512e401be6, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16998578057303462308 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1699857805730346230816998578057303462308169985780573034623081699857805730346230816998578057303462308169985780573034623081699857805730346230816998578057303462308169985780573034623081699857805730346230816998578057303462308169985780573034623081699857805730346230816998578057303462308169985780573034623081699857805730346230816998578057303462308169985780573034623081699857805730346230816998578057303462308" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0ded9de3-59bb-42a6-8ba1-e3ba4d588e0a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f8eabe43-8fe2-4c40-8e0b-0ee019ad62c5, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f8eabe43-8fe2-4c40-8e0b-0ee019ad62c5, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15816757425013477024 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1581675742501347702415816757425013477024158167574250134770241581675742501347702415816757425013477024158167574250134770241581675742501347702415816757425013477024158167574250134770241581675742501347702415816757425013477024158167574250134770241581675742501347702415816757425013477024158167574250134770241581675742501347702415816757425013477024158167574250134770241581675742501347702415816757425013477024" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7c2b4976-a056-48c0-b3a7-2d512e401be6, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fa2893ba-9391-47df-9a7c-4f130cf6a997, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fa2893ba-9391-47df-9a7c-4f130cf6a997, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3655783981943658364 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36557839819436583643655783981943658364365578398194365836436557839819436583643655783981943658364365578398194365836436557839819436583643655783981943658364365578398194365836436557839819436583643655783981943658364365578398194365836436557839819436583643655783981943658364365578398194365836436557839819436583643655783981943658364365578398194365836436557839819436583643655783981943658364" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f8eabe43-8fe2-4c40-8e0b-0ee019ad62c5, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6277b179-571f-4bf9-97ff-7f8a2776fedf, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6277b179-571f-4bf9-97ff-7f8a2776fedf, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5898937179928758732 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58989371799287587325898937179928758732589893717992875873258989371799287587325898937179928758732589893717992875873258989371799287587325898937179928758732589893717992875873258989371799287587325898937179928758732589893717992875873258989371799287587325898937179928758732589893717992875873258989371799287587325898937179928758732589893717992875873258989371799287587325898937179928758732" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fa2893ba-9391-47df-9a7c-4f130cf6a997, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dfce0b98-44f5-4e52-9a8c-b571560f41a1, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dfce0b98-44f5-4e52-9a8c-b571560f41a1, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11954495931536697878 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1195449593153669787811954495931536697878119544959315366978781195449593153669787811954495931536697878119544959315366978781195449593153669787811954495931536697878119544959315366978781195449593153669787811954495931536697878119544959315366978781195449593153669787811954495931536697878119544959315366978781195449593153669787811954495931536697878119544959315366978781195449593153669787811954495931536697878" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6277b179-571f-4bf9-97ff-7f8a2776fedf, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 87aba59f-87f9-4426-b377-a3bb7641e989, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 87aba59f-87f9-4426-b377-a3bb7641e989, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6237283377413785701 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62372833774137857016237283377413785701623728337741378570162372833774137857016237283377413785701623728337741378570162372833774137857016237283377413785701623728337741378570162372833774137857016237283377413785701623728337741378570162372833774137857016237283377413785701623728337741378570162372833774137857016237283377413785701623728337741378570162372833774137857016237283377413785701" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dfce0b98-44f5-4e52-9a8c-b571560f41a1, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 358f760d-e46d-492a-9cc6-923fb11bb0b8, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 358f760d-e46d-492a-9cc6-923fb11bb0b8, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16191569847208262525 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1619156984720826252516191569847208262525161915698472082625251619156984720826252516191569847208262525161915698472082625251619156984720826252516191569847208262525161915698472082625251619156984720826252516191569847208262525161915698472082625251619156984720826252516191569847208262525161915698472082625251619156984720826252516191569847208262525161915698472082625251619156984720826252516191569847208262525" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 87aba59f-87f9-4426-b377-a3bb7641e989, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a84ddac9-d12a-4286-bb73-1810bcc0a2d7, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a84ddac9-d12a-4286-bb73-1810bcc0a2d7, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10788843091403653914 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1078884309140365391410788843091403653914107888430914036539141078884309140365391410788843091403653914107888430914036539141078884309140365391410788843091403653914107888430914036539141078884309140365391410788843091403653914107888430914036539141078884309140365391410788843091403653914107888430914036539141078884309140365391410788843091403653914107888430914036539141078884309140365391410788843091403653914" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 358f760d-e46d-492a-9cc6-923fb11bb0b8, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fe66cedd-d89c-4369-98b9-cd04253d8c4d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a84ddac9-d12a-4286-bb73-1810bcc0a2d7, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fc1e1847-c0c2-452e-be5c-95975f48c804, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fc1e1847-c0c2-452e-be5c-95975f48c804, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2522367127389155352 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25223671273891553522522367127389155352252236712738915535225223671273891553522522367127389155352252236712738915535225223671273891553522522367127389155352252236712738915535225223671273891553522522367127389155352252236712738915535225223671273891553522522367127389155352252236712738915535225223671273891553522522367127389155352252236712738915535225223671273891553522522367127389155352" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fe66cedd-d89c-4369-98b9-cd04253d8c4d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14687491779023744053 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1468749177902374405314687491779023744053146874917790237440531468749177902374405314687491779023744053146874917790237440531468749177902374405314687491779023744053146874917790237440531468749177902374405314687491779023744053146874917790237440531468749177902374405314687491779023744053146874917790237440531468749177902374405314687491779023744053146874917790237440531468749177902374405314687491779023744053" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fe66cedd-d89c-4369-98b9-cd04253d8c4d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 31df4b12-37f3-49a8-8fcb-a12c23ccf598, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 31df4b12-37f3-49a8-8fcb-a12c23ccf598, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8258036663968472875 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82580366639684728758258036663968472875825803666396847287582580366639684728758258036663968472875825803666396847287582580366639684728758258036663968472875825803666396847287582580366639684728758258036663968472875825803666396847287582580366639684728758258036663968472875825803666396847287582580366639684728758258036663968472875825803666396847287582580366639684728758258036663968472875" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fc1e1847-c0c2-452e-be5c-95975f48c804, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 441c2cdc-c041-404c-b089-1aec67ed7cef, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 441c2cdc-c041-404c-b089-1aec67ed7cef, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7672686705751860622 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76726867057518606227672686705751860622767268670575186062276726867057518606227672686705751860622767268670575186062276726867057518606227672686705751860622767268670575186062276726867057518606227672686705751860622767268670575186062276726867057518606227672686705751860622767268670575186062276726867057518606227672686705751860622767268670575186062276726867057518606227672686705751860622" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 31df4b12-37f3-49a8-8fcb-a12c23ccf598, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, aa95fab7-7a52-4027-b61e-239ce41e86a1, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aa95fab7-7a52-4027-b61e-239ce41e86a1, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 381795344234099265 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "381795344234099265381795344234099265381795344234099265381795344234099265381795344234099265381795344234099265381795344234099265381795344234099265381795344234099265381795344234099265381795344234099265381795344234099265381795344234099265381795344234099265381795344234099265381795344234099265381795344234099265381795344234099265381795344234099265381795344234099265" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 441c2cdc-c041-404c-b089-1aec67ed7cef, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 35458519-1792-4cc0-9f36-d321c8bc9673, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 35458519-1792-4cc0-9f36-d321c8bc9673, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2495088053094368488 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24950880530943684882495088053094368488249508805309436848824950880530943684882495088053094368488249508805309436848824950880530943684882495088053094368488249508805309436848824950880530943684882495088053094368488249508805309436848824950880530943684882495088053094368488249508805309436848824950880530943684882495088053094368488249508805309436848824950880530943684882495088053094368488" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aa95fab7-7a52-4027-b61e-239ce41e86a1, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b2079cb2-b29b-42b2-b19c-6eddc91bbc35, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b2079cb2-b29b-42b2-b19c-6eddc91bbc35, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14930164179414014760 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1493016417941401476014930164179414014760149301641794140147601493016417941401476014930164179414014760149301641794140147601493016417941401476014930164179414014760149301641794140147601493016417941401476014930164179414014760149301641794140147601493016417941401476014930164179414014760149301641794140147601493016417941401476014930164179414014760149301641794140147601493016417941401476014930164179414014760" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 35458519-1792-4cc0-9f36-d321c8bc9673, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 199e0c80-26e0-470a-a79f-49104c3fda86, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 199e0c80-26e0-470a-a79f-49104c3fda86, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17988306659960478417 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1798830665996047841717988306659960478417179883066599604784171798830665996047841717988306659960478417179883066599604784171798830665996047841717988306659960478417179883066599604784171798830665996047841717988306659960478417179883066599604784171798830665996047841717988306659960478417179883066599604784171798830665996047841717988306659960478417179883066599604784171798830665996047841717988306659960478417" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b2079cb2-b29b-42b2-b19c-6eddc91bbc35, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 939b4b90-0887-4020-a654-87008ac7bdbe, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 939b4b90-0887-4020-a654-87008ac7bdbe, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17548742848386199560 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1754874284838619956017548742848386199560175487428483861995601754874284838619956017548742848386199560175487428483861995601754874284838619956017548742848386199560175487428483861995601754874284838619956017548742848386199560175487428483861995601754874284838619956017548742848386199560175487428483861995601754874284838619956017548742848386199560175487428483861995601754874284838619956017548742848386199560" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 199e0c80-26e0-470a-a79f-49104c3fda86, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 76d64767-1827-4ec1-852c-9999bd82eef4, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 939b4b90-0887-4020-a654-87008ac7bdbe, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 76d64767-1827-4ec1-852c-9999bd82eef4, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14895502897244038912 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1489550289724403891214895502897244038912148955028972440389121489550289724403891214895502897244038912148955028972440389121489550289724403891214895502897244038912148955028972440389121489550289724403891214895502897244038912148955028972440389121489550289724403891214895502897244038912148955028972440389121489550289724403891214895502897244038912148955028972440389121489550289724403891214895502897244038912" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1bfbace2-3886-47c1-9283-c69073afab36, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1bfbace2-3886-47c1-9283-c69073afab36, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2518800253274865537 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25188002532748655372518800253274865537251880025327486553725188002532748655372518800253274865537251880025327486553725188002532748655372518800253274865537251880025327486553725188002532748655372518800253274865537251880025327486553725188002532748655372518800253274865537251880025327486553725188002532748655372518800253274865537251880025327486553725188002532748655372518800253274865537" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 76d64767-1827-4ec1-852c-9999bd82eef4, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c72b3052-e26d-4c8b-b80c-6fb5568ea4df, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c72b3052-e26d-4c8b-b80c-6fb5568ea4df, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4575812394451899086 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45758123944518990864575812394451899086457581239445189908645758123944518990864575812394451899086457581239445189908645758123944518990864575812394451899086457581239445189908645758123944518990864575812394451899086457581239445189908645758123944518990864575812394451899086457581239445189908645758123944518990864575812394451899086457581239445189908645758123944518990864575812394451899086" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1bfbace2-3886-47c1-9283-c69073afab36, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0a38f7d2-a62b-48d3-8473-bc644777b54f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0a38f7d2-a62b-48d3-8473-bc644777b54f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13240935873609248009 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1324093587360924800913240935873609248009132409358736092480091324093587360924800913240935873609248009132409358736092480091324093587360924800913240935873609248009132409358736092480091324093587360924800913240935873609248009132409358736092480091324093587360924800913240935873609248009132409358736092480091324093587360924800913240935873609248009132409358736092480091324093587360924800913240935873609248009" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c72b3052-e26d-4c8b-b80c-6fb5568ea4df, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 74b8b2cd-25e3-4742-9687-18e86bf67262, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 74b8b2cd-25e3-4742-9687-18e86bf67262, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18425408537873740600 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1842540853787374060018425408537873740600184254085378737406001842540853787374060018425408537873740600184254085378737406001842540853787374060018425408537873740600184254085378737406001842540853787374060018425408537873740600184254085378737406001842540853787374060018425408537873740600184254085378737406001842540853787374060018425408537873740600184254085378737406001842540853787374060018425408537873740600" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0a38f7d2-a62b-48d3-8473-bc644777b54f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 93568e72-5287-4ac9-86c9-1ef87f4ce03c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 93568e72-5287-4ac9-86c9-1ef87f4ce03c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16230437928945259410 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1623043792894525941016230437928945259410162304379289452594101623043792894525941016230437928945259410162304379289452594101623043792894525941016230437928945259410162304379289452594101623043792894525941016230437928945259410162304379289452594101623043792894525941016230437928945259410162304379289452594101623043792894525941016230437928945259410162304379289452594101623043792894525941016230437928945259410" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 74b8b2cd-25e3-4742-9687-18e86bf67262, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6505dffe-d8df-43f1-8f30-5e5fa5f68adf, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6505dffe-d8df-43f1-8f30-5e5fa5f68adf, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15895605506190960209 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1589560550619096020915895605506190960209158956055061909602091589560550619096020915895605506190960209158956055061909602091589560550619096020915895605506190960209158956055061909602091589560550619096020915895605506190960209158956055061909602091589560550619096020915895605506190960209158956055061909602091589560550619096020915895605506190960209158956055061909602091589560550619096020915895605506190960209" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 93568e72-5287-4ac9-86c9-1ef87f4ce03c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6c5c22d3-b3c3-446f-985c-01c7ad0f01ae, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6c5c22d3-b3c3-446f-985c-01c7ad0f01ae, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9156274358725745212 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91562743587257452129156274358725745212915627435872574521291562743587257452129156274358725745212915627435872574521291562743587257452129156274358725745212915627435872574521291562743587257452129156274358725745212915627435872574521291562743587257452129156274358725745212915627435872574521291562743587257452129156274358725745212915627435872574521291562743587257452129156274358725745212" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6505dffe-d8df-43f1-8f30-5e5fa5f68adf, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 758eecbc-f53d-4d03-984c-cd1658dccba6, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 758eecbc-f53d-4d03-984c-cd1658dccba6, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18215350067587502567 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1821535006758750256718215350067587502567182153500675875025671821535006758750256718215350067587502567182153500675875025671821535006758750256718215350067587502567182153500675875025671821535006758750256718215350067587502567182153500675875025671821535006758750256718215350067587502567182153500675875025671821535006758750256718215350067587502567182153500675875025671821535006758750256718215350067587502567" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6c5c22d3-b3c3-446f-985c-01c7ad0f01ae, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 05a1f2bf-dacc-4fd9-abf5-1ca9d641aa96, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 05a1f2bf-dacc-4fd9-abf5-1ca9d641aa96, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3913694071258313861 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39136940712583138613913694071258313861391369407125831386139136940712583138613913694071258313861391369407125831386139136940712583138613913694071258313861391369407125831386139136940712583138613913694071258313861391369407125831386139136940712583138613913694071258313861391369407125831386139136940712583138613913694071258313861391369407125831386139136940712583138613913694071258313861" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 758eecbc-f53d-4d03-984c-cd1658dccba6, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2dd3b698-9774-4c6f-9198-881fb9be6f8e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2dd3b698-9774-4c6f-9198-881fb9be6f8e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13606099479099814763 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1360609947909981476313606099479099814763136060994790998147631360609947909981476313606099479099814763136060994790998147631360609947909981476313606099479099814763136060994790998147631360609947909981476313606099479099814763136060994790998147631360609947909981476313606099479099814763136060994790998147631360609947909981476313606099479099814763136060994790998147631360609947909981476313606099479099814763" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 05a1f2bf-dacc-4fd9-abf5-1ca9d641aa96, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ec718add-4d3d-4df2-9b0d-a8e0b6908e09, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2dd3b698-9774-4c6f-9198-881fb9be6f8e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ff79b595-59e7-4d9b-b4b6-d46ae5e4957b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ff79b595-59e7-4d9b-b4b6-d46ae5e4957b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9384199306352486914 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93841993063524869149384199306352486914938419930635248691493841993063524869149384199306352486914938419930635248691493841993063524869149384199306352486914938419930635248691493841993063524869149384199306352486914938419930635248691493841993063524869149384199306352486914938419930635248691493841993063524869149384199306352486914938419930635248691493841993063524869149384199306352486914" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ec718add-4d3d-4df2-9b0d-a8e0b6908e09, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3751566381230913480 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37515663812309134803751566381230913480375156638123091348037515663812309134803751566381230913480375156638123091348037515663812309134803751566381230913480375156638123091348037515663812309134803751566381230913480375156638123091348037515663812309134803751566381230913480375156638123091348037515663812309134803751566381230913480375156638123091348037515663812309134803751566381230913480" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ff79b595-59e7-4d9b-b4b6-d46ae5e4957b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7666f941-457e-453b-95e2-0c8003087548, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7666f941-457e-453b-95e2-0c8003087548, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15888458453850996056 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1588845845385099605615888458453850996056158884584538509960561588845845385099605615888458453850996056158884584538509960561588845845385099605615888458453850996056158884584538509960561588845845385099605615888458453850996056158884584538509960561588845845385099605615888458453850996056158884584538509960561588845845385099605615888458453850996056158884584538509960561588845845385099605615888458453850996056" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ec718add-4d3d-4df2-9b0d-a8e0b6908e09, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, be347532-ccca-4cf0-bc4d-0da25f2e40ff, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, be347532-ccca-4cf0-bc4d-0da25f2e40ff, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13450376665669231903 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1345037666566923190313450376665669231903134503766656692319031345037666566923190313450376665669231903134503766656692319031345037666566923190313450376665669231903134503766656692319031345037666566923190313450376665669231903134503766656692319031345037666566923190313450376665669231903134503766656692319031345037666566923190313450376665669231903134503766656692319031345037666566923190313450376665669231903" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7666f941-457e-453b-95e2-0c8003087548, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 426e2ada-f84b-477e-8221-5023b50878bb, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 426e2ada-f84b-477e-8221-5023b50878bb, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7997340299823853840 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79973402998238538407997340299823853840799734029982385384079973402998238538407997340299823853840799734029982385384079973402998238538407997340299823853840799734029982385384079973402998238538407997340299823853840799734029982385384079973402998238538407997340299823853840799734029982385384079973402998238538407997340299823853840799734029982385384079973402998238538407997340299823853840" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, be347532-ccca-4cf0-bc4d-0da25f2e40ff, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 51a193c9-3d17-4526-9af8-32de7a809894, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 51a193c9-3d17-4526-9af8-32de7a809894, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16228961618699729354 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1622896161869972935416228961618699729354162289616186997293541622896161869972935416228961618699729354162289616186997293541622896161869972935416228961618699729354162289616186997293541622896161869972935416228961618699729354162289616186997293541622896161869972935416228961618699729354162289616186997293541622896161869972935416228961618699729354162289616186997293541622896161869972935416228961618699729354" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 426e2ada-f84b-477e-8221-5023b50878bb, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 002c79b0-5bf1-429b-8920-88b108dac617, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 51a193c9-3d17-4526-9af8-32de7a809894, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 002c79b0-5bf1-429b-8920-88b108dac617, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11415300811588584762 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1141530081158858476211415300811588584762114153008115885847621141530081158858476211415300811588584762114153008115885847621141530081158858476211415300811588584762114153008115885847621141530081158858476211415300811588584762114153008115885847621141530081158858476211415300811588584762114153008115885847621141530081158858476211415300811588584762114153008115885847621141530081158858476211415300811588584762" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 51759ad7-0b4b-4e84-baec-8d18f669695a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 51759ad7-0b4b-4e84-baec-8d18f669695a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6148931611073355774 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61489316110733557746148931611073355774614893161107335577461489316110733557746148931611073355774614893161107335577461489316110733557746148931611073355774614893161107335577461489316110733557746148931611073355774614893161107335577461489316110733557746148931611073355774614893161107335577461489316110733557746148931611073355774614893161107335577461489316110733557746148931611073355774" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 002c79b0-5bf1-429b-8920-88b108dac617, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dd142bb1-0652-406b-812b-b6357a300a14, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dd142bb1-0652-406b-812b-b6357a300a14, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6914845638038410570 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69148456380384105706914845638038410570691484563803841057069148456380384105706914845638038410570691484563803841057069148456380384105706914845638038410570691484563803841057069148456380384105706914845638038410570691484563803841057069148456380384105706914845638038410570691484563803841057069148456380384105706914845638038410570691484563803841057069148456380384105706914845638038410570" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 51759ad7-0b4b-4e84-baec-8d18f669695a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 67e041de-e07a-425f-b35f-43328fd0de12, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 67e041de-e07a-425f-b35f-43328fd0de12, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9819939932263750442 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98199399322637504429819939932263750442981993993226375044298199399322637504429819939932263750442981993993226375044298199399322637504429819939932263750442981993993226375044298199399322637504429819939932263750442981993993226375044298199399322637504429819939932263750442981993993226375044298199399322637504429819939932263750442981993993226375044298199399322637504429819939932263750442" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dd142bb1-0652-406b-812b-b6357a300a14, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 67e041de-e07a-425f-b35f-43328fd0de12, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f25bd06f-5aa8-4416-9df9-4b6cd16b6f28, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f25bd06f-5aa8-4416-9df9-4b6cd16b6f28, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9023455123401279255 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90234551234012792559023455123401279255902345512340127925590234551234012792559023455123401279255902345512340127925590234551234012792559023455123401279255902345512340127925590234551234012792559023455123401279255902345512340127925590234551234012792559023455123401279255902345512340127925590234551234012792559023455123401279255902345512340127925590234551234012792559023455123401279255" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e7153c99-2668-47d9-bcdf-643ff3cfb02b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e7153c99-2668-47d9-bcdf-643ff3cfb02b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16808215452423564015 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1680821545242356401516808215452423564015168082154524235640151680821545242356401516808215452423564015168082154524235640151680821545242356401516808215452423564015168082154524235640151680821545242356401516808215452423564015168082154524235640151680821545242356401516808215452423564015168082154524235640151680821545242356401516808215452423564015168082154524235640151680821545242356401516808215452423564015" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e7153c99-2668-47d9-bcdf-643ff3cfb02b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d31e54d9-d288-4172-9c06-6a7622df7faf, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d31e54d9-d288-4172-9c06-6a7622df7faf, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14679222128641342432 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1467922212864134243214679222128641342432146792221286413424321467922212864134243214679222128641342432146792221286413424321467922212864134243214679222128641342432146792221286413424321467922212864134243214679222128641342432146792221286413424321467922212864134243214679222128641342432146792221286413424321467922212864134243214679222128641342432146792221286413424321467922212864134243214679222128641342432" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f25bd06f-5aa8-4416-9df9-4b6cd16b6f28, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 26a3cb0e-152a-45ca-9d2b-e0cd93258f26, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 26a3cb0e-152a-45ca-9d2b-e0cd93258f26, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2854106490665506307 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28541064906655063072854106490665506307285410649066550630728541064906655063072854106490665506307285410649066550630728541064906655063072854106490665506307285410649066550630728541064906655063072854106490665506307285410649066550630728541064906655063072854106490665506307285410649066550630728541064906655063072854106490665506307285410649066550630728541064906655063072854106490665506307" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d31e54d9-d288-4172-9c06-6a7622df7faf, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, eef293ea-dc6e-4278-aba3-597b13b25c4b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eef293ea-dc6e-4278-aba3-597b13b25c4b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17993562558352670847 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1799356255835267084717993562558352670847179935625583526708471799356255835267084717993562558352670847179935625583526708471799356255835267084717993562558352670847179935625583526708471799356255835267084717993562558352670847179935625583526708471799356255835267084717993562558352670847179935625583526708471799356255835267084717993562558352670847179935625583526708471799356255835267084717993562558352670847" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 26a3cb0e-152a-45ca-9d2b-e0cd93258f26, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eef293ea-dc6e-4278-aba3-597b13b25c4b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3b8bd238-df15-46a7-8937-fc63cc953a90, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3b8bd238-df15-46a7-8937-fc63cc953a90, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15544535104527381946 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1554453510452738194615544535104527381946155445351045273819461554453510452738194615544535104527381946155445351045273819461554453510452738194615544535104527381946155445351045273819461554453510452738194615544535104527381946155445351045273819461554453510452738194615544535104527381946155445351045273819461554453510452738194615544535104527381946155445351045273819461554453510452738194615544535104527381946" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7cd5132f-3af0-484c-a2b1-f1f9aa37db50, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7cd5132f-3af0-484c-a2b1-f1f9aa37db50, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6299010589224263315 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62990105892242633156299010589224263315629901058922426331562990105892242633156299010589224263315629901058922426331562990105892242633156299010589224263315629901058922426331562990105892242633156299010589224263315629901058922426331562990105892242633156299010589224263315629901058922426331562990105892242633156299010589224263315629901058922426331562990105892242633156299010589224263315" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7cd5132f-3af0-484c-a2b1-f1f9aa37db50, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cc320660-8da0-4c25-a37a-13bb8f083d60, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3b8bd238-df15-46a7-8937-fc63cc953a90, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cc320660-8da0-4c25-a37a-13bb8f083d60, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14178595757675002166 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1417859575767500216614178595757675002166141785957576750021661417859575767500216614178595757675002166141785957576750021661417859575767500216614178595757675002166141785957576750021661417859575767500216614178595757675002166141785957576750021661417859575767500216614178595757675002166141785957576750021661417859575767500216614178595757675002166141785957576750021661417859575767500216614178595757675002166" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e88707c8-650b-483c-ac43-52e7592a2703, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e88707c8-650b-483c-ac43-52e7592a2703, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14675657102812567369 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1467565710281256736914675657102812567369146756571028125673691467565710281256736914675657102812567369146756571028125673691467565710281256736914675657102812567369146756571028125673691467565710281256736914675657102812567369146756571028125673691467565710281256736914675657102812567369146756571028125673691467565710281256736914675657102812567369146756571028125673691467565710281256736914675657102812567369" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cc320660-8da0-4c25-a37a-13bb8f083d60, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7f28e09e-6c22-4330-b72b-83bec84a22af, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7f28e09e-6c22-4330-b72b-83bec84a22af, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15750387307239553584 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1575038730723955358415750387307239553584157503873072395535841575038730723955358415750387307239553584157503873072395535841575038730723955358415750387307239553584157503873072395535841575038730723955358415750387307239553584157503873072395535841575038730723955358415750387307239553584157503873072395535841575038730723955358415750387307239553584157503873072395535841575038730723955358415750387307239553584" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e88707c8-650b-483c-ac43-52e7592a2703, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7cfe1ade-10a7-4197-8ed5-65f0b24ec7e0, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7cfe1ade-10a7-4197-8ed5-65f0b24ec7e0, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8090745092504769212 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80907450925047692128090745092504769212809074509250476921280907450925047692128090745092504769212809074509250476921280907450925047692128090745092504769212809074509250476921280907450925047692128090745092504769212809074509250476921280907450925047692128090745092504769212809074509250476921280907450925047692128090745092504769212809074509250476921280907450925047692128090745092504769212" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7f28e09e-6c22-4330-b72b-83bec84a22af, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2f1ad9a2-b6a6-4f81-83b3-cfb2bd9c005b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2f1ad9a2-b6a6-4f81-83b3-cfb2bd9c005b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1665712005335721925 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16657120053357219251665712005335721925166571200533572192516657120053357219251665712005335721925166571200533572192516657120053357219251665712005335721925166571200533572192516657120053357219251665712005335721925166571200533572192516657120053357219251665712005335721925166571200533572192516657120053357219251665712005335721925166571200533572192516657120053357219251665712005335721925" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7cfe1ade-10a7-4197-8ed5-65f0b24ec7e0, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, eb2d2858-7dd1-4b57-8433-f5468d37eb9e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eb2d2858-7dd1-4b57-8433-f5468d37eb9e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4690201741471973557 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46902017414719735574690201741471973557469020174147197355746902017414719735574690201741471973557469020174147197355746902017414719735574690201741471973557469020174147197355746902017414719735574690201741471973557469020174147197355746902017414719735574690201741471973557469020174147197355746902017414719735574690201741471973557469020174147197355746902017414719735574690201741471973557" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2f1ad9a2-b6a6-4f81-83b3-cfb2bd9c005b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 108d07b5-3f45-4847-88ee-10f0f6a6acea, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eb2d2858-7dd1-4b57-8433-f5468d37eb9e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 108d07b5-3f45-4847-88ee-10f0f6a6acea, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4390343357290597851 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43903433572905978514390343357290597851439034335729059785143903433572905978514390343357290597851439034335729059785143903433572905978514390343357290597851439034335729059785143903433572905978514390343357290597851439034335729059785143903433572905978514390343357290597851439034335729059785143903433572905978514390343357290597851439034335729059785143903433572905978514390343357290597851" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3997eac6-b0b0-42f9-8617-23d4dff160d7, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3997eac6-b0b0-42f9-8617-23d4dff160d7, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11673178412981405061 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1167317841298140506111673178412981405061116731784129814050611167317841298140506111673178412981405061116731784129814050611167317841298140506111673178412981405061116731784129814050611167317841298140506111673178412981405061116731784129814050611167317841298140506111673178412981405061116731784129814050611167317841298140506111673178412981405061116731784129814050611167317841298140506111673178412981405061" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 108d07b5-3f45-4847-88ee-10f0f6a6acea, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 07861f35-ac8a-4fca-a3f2-107dbef47290, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 07861f35-ac8a-4fca-a3f2-107dbef47290, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17453319284128176594 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1745331928412817659417453319284128176594174533192841281765941745331928412817659417453319284128176594174533192841281765941745331928412817659417453319284128176594174533192841281765941745331928412817659417453319284128176594174533192841281765941745331928412817659417453319284128176594174533192841281765941745331928412817659417453319284128176594174533192841281765941745331928412817659417453319284128176594" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3997eac6-b0b0-42f9-8617-23d4dff160d7, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0e81aba3-16e6-4fe1-8116-bd74f43638e1, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0e81aba3-16e6-4fe1-8116-bd74f43638e1, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7369018394906716506 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73690183949067165067369018394906716506736901839490671650673690183949067165067369018394906716506736901839490671650673690183949067165067369018394906716506736901839490671650673690183949067165067369018394906716506736901839490671650673690183949067165067369018394906716506736901839490671650673690183949067165067369018394906716506736901839490671650673690183949067165067369018394906716506" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 07861f35-ac8a-4fca-a3f2-107dbef47290, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4fbee1a3-18de-4304-9d46-adbf09499d64, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4fbee1a3-18de-4304-9d46-adbf09499d64, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4294845715754788381 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42948457157547883814294845715754788381429484571575478838142948457157547883814294845715754788381429484571575478838142948457157547883814294845715754788381429484571575478838142948457157547883814294845715754788381429484571575478838142948457157547883814294845715754788381429484571575478838142948457157547883814294845715754788381429484571575478838142948457157547883814294845715754788381" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0e81aba3-16e6-4fe1-8116-bd74f43638e1, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 877e7870-04a6-4f2c-9415-714a2b9665e8, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 877e7870-04a6-4f2c-9415-714a2b9665e8, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5204832854019645689 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52048328540196456895204832854019645689520483285401964568952048328540196456895204832854019645689520483285401964568952048328540196456895204832854019645689520483285401964568952048328540196456895204832854019645689520483285401964568952048328540196456895204832854019645689520483285401964568952048328540196456895204832854019645689520483285401964568952048328540196456895204832854019645689" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4fbee1a3-18de-4304-9d46-adbf09499d64, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 364c4142-ee0e-4e78-b394-7b741f81b3ca, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 364c4142-ee0e-4e78-b394-7b741f81b3ca, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16968201178503847780 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1696820117850384778016968201178503847780169682011785038477801696820117850384778016968201178503847780169682011785038477801696820117850384778016968201178503847780169682011785038477801696820117850384778016968201178503847780169682011785038477801696820117850384778016968201178503847780169682011785038477801696820117850384778016968201178503847780169682011785038477801696820117850384778016968201178503847780" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 877e7870-04a6-4f2c-9415-714a2b9665e8, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9bbf1b9c-d23d-4b3c-85d2-ae9571229aa6, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9bbf1b9c-d23d-4b3c-85d2-ae9571229aa6, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16354303482346445787 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1635430348234644578716354303482346445787163543034823464457871635430348234644578716354303482346445787163543034823464457871635430348234644578716354303482346445787163543034823464457871635430348234644578716354303482346445787163543034823464457871635430348234644578716354303482346445787163543034823464457871635430348234644578716354303482346445787163543034823464457871635430348234644578716354303482346445787" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 364c4142-ee0e-4e78-b394-7b741f81b3ca, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 661f1942-23e9-4f67-90eb-4e21caff8fad, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 661f1942-23e9-4f67-90eb-4e21caff8fad, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13097534379173211102 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1309753437917321110213097534379173211102130975343791732111021309753437917321110213097534379173211102130975343791732111021309753437917321110213097534379173211102130975343791732111021309753437917321110213097534379173211102130975343791732111021309753437917321110213097534379173211102130975343791732111021309753437917321110213097534379173211102130975343791732111021309753437917321110213097534379173211102" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9bbf1b9c-d23d-4b3c-85d2-ae9571229aa6, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e54011fb-7b23-43a2-8ca0-0aeea3e5bdb2, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e54011fb-7b23-43a2-8ca0-0aeea3e5bdb2, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12126126660470393127 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1212612666047039312712126126660470393127121261266604703931271212612666047039312712126126660470393127121261266604703931271212612666047039312712126126660470393127121261266604703931271212612666047039312712126126660470393127121261266604703931271212612666047039312712126126660470393127121261266604703931271212612666047039312712126126660470393127121261266604703931271212612666047039312712126126660470393127" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 661f1942-23e9-4f67-90eb-4e21caff8fad, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6a8f7101-c1f4-42c0-9153-c7313310bb50, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6a8f7101-c1f4-42c0-9153-c7313310bb50, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15364196942545505784 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1536419694254550578415364196942545505784153641969425455057841536419694254550578415364196942545505784153641969425455057841536419694254550578415364196942545505784153641969425455057841536419694254550578415364196942545505784153641969425455057841536419694254550578415364196942545505784153641969425455057841536419694254550578415364196942545505784153641969425455057841536419694254550578415364196942545505784" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e54011fb-7b23-43a2-8ca0-0aeea3e5bdb2, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 96baa1ff-aab2-42be-bc27-58d222df6b1e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 96baa1ff-aab2-42be-bc27-58d222df6b1e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10911228389974463325 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1091122838997446332510911228389974463325109112283899744633251091122838997446332510911228389974463325109112283899744633251091122838997446332510911228389974463325109112283899744633251091122838997446332510911228389974463325109112283899744633251091122838997446332510911228389974463325109112283899744633251091122838997446332510911228389974463325109112283899744633251091122838997446332510911228389974463325" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6a8f7101-c1f4-42c0-9153-c7313310bb50, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 96baa1ff-aab2-42be-bc27-58d222df6b1e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, be711382-0613-4328-afd1-9b0b52e45cf3, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, be711382-0613-4328-afd1-9b0b52e45cf3, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13028674325822003654 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1302867432582200365413028674325822003654130286743258220036541302867432582200365413028674325822003654130286743258220036541302867432582200365413028674325822003654130286743258220036541302867432582200365413028674325822003654130286743258220036541302867432582200365413028674325822003654130286743258220036541302867432582200365413028674325822003654130286743258220036541302867432582200365413028674325822003654" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5ebdbc3e-e6aa-4638-abe4-b2345402341e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5ebdbc3e-e6aa-4638-abe4-b2345402341e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9197664572571924867 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91976645725719248679197664572571924867919766457257192486791976645725719248679197664572571924867919766457257192486791976645725719248679197664572571924867919766457257192486791976645725719248679197664572571924867919766457257192486791976645725719248679197664572571924867919766457257192486791976645725719248679197664572571924867919766457257192486791976645725719248679197664572571924867" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5ebdbc3e-e6aa-4638-abe4-b2345402341e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, be711382-0613-4328-afd1-9b0b52e45cf3, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cda16931-78b8-4c00-84c3-57b3e2c51fe7, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bbf2c0b0-0f62-41aa-8562-2b1a8495ac81, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cda16931-78b8-4c00-84c3-57b3e2c51fe7, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4524892029881257212 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45248920298812572124524892029881257212452489202988125721245248920298812572124524892029881257212452489202988125721245248920298812572124524892029881257212452489202988125721245248920298812572124524892029881257212452489202988125721245248920298812572124524892029881257212452489202988125721245248920298812572124524892029881257212452489202988125721245248920298812572124524892029881257212" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bbf2c0b0-0f62-41aa-8562-2b1a8495ac81, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17316275551727213113 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1731627555172721311317316275551727213113173162755517272131131731627555172721311317316275551727213113173162755517272131131731627555172721311317316275551727213113173162755517272131131731627555172721311317316275551727213113173162755517272131131731627555172721311317316275551727213113173162755517272131131731627555172721311317316275551727213113173162755517272131131731627555172721311317316275551727213113" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cda16931-78b8-4c00-84c3-57b3e2c51fe7, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6c8832a9-d6bb-42e6-9ea2-429044165635, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6c8832a9-d6bb-42e6-9ea2-429044165635, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1263387509628437113 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12633875096284371131263387509628437113126338750962843711312633875096284371131263387509628437113126338750962843711312633875096284371131263387509628437113126338750962843711312633875096284371131263387509628437113126338750962843711312633875096284371131263387509628437113126338750962843711312633875096284371131263387509628437113126338750962843711312633875096284371131263387509628437113" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bbf2c0b0-0f62-41aa-8562-2b1a8495ac81, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 686f2ad3-3fd1-452f-98cf-aebcc9dbeb56, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 686f2ad3-3fd1-452f-98cf-aebcc9dbeb56, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3007039603336863828 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30070396033368638283007039603336863828300703960333686382830070396033368638283007039603336863828300703960333686382830070396033368638283007039603336863828300703960333686382830070396033368638283007039603336863828300703960333686382830070396033368638283007039603336863828300703960333686382830070396033368638283007039603336863828300703960333686382830070396033368638283007039603336863828" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6c8832a9-d6bb-42e6-9ea2-429044165635, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5bf8c18d-bc5b-4437-a513-3efd87e689f5, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5bf8c18d-bc5b-4437-a513-3efd87e689f5, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11794883071417350231 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1179488307141735023111794883071417350231117948830714173502311179488307141735023111794883071417350231117948830714173502311179488307141735023111794883071417350231117948830714173502311179488307141735023111794883071417350231117948830714173502311179488307141735023111794883071417350231117948830714173502311179488307141735023111794883071417350231117948830714173502311179488307141735023111794883071417350231" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 686f2ad3-3fd1-452f-98cf-aebcc9dbeb56, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 54d67d5c-8888-4bcd-8a23-e2ec90108e7a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 54d67d5c-8888-4bcd-8a23-e2ec90108e7a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9325972282110729563 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93259722821107295639325972282110729563932597228211072956393259722821107295639325972282110729563932597228211072956393259722821107295639325972282110729563932597228211072956393259722821107295639325972282110729563932597228211072956393259722821107295639325972282110729563932597228211072956393259722821107295639325972282110729563932597228211072956393259722821107295639325972282110729563" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5bf8c18d-bc5b-4437-a513-3efd87e689f5, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f7429d8d-56b6-4d73-850a-f69cf82f0313, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f7429d8d-56b6-4d73-850a-f69cf82f0313, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8212607513065009666 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82126075130650096668212607513065009666821260751306500966682126075130650096668212607513065009666821260751306500966682126075130650096668212607513065009666821260751306500966682126075130650096668212607513065009666821260751306500966682126075130650096668212607513065009666821260751306500966682126075130650096668212607513065009666821260751306500966682126075130650096668212607513065009666" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 54d67d5c-8888-4bcd-8a23-e2ec90108e7a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3fd967cb-df9f-417f-83e9-e866a7e8f016, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3fd967cb-df9f-417f-83e9-e866a7e8f016, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13100606637962697893 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1310060663796269789313100606637962697893131006066379626978931310060663796269789313100606637962697893131006066379626978931310060663796269789313100606637962697893131006066379626978931310060663796269789313100606637962697893131006066379626978931310060663796269789313100606637962697893131006066379626978931310060663796269789313100606637962697893131006066379626978931310060663796269789313100606637962697893" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f7429d8d-56b6-4d73-850a-f69cf82f0313, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 82d651b7-aceb-41ec-b1f2-4bfd0d8378bb, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 82d651b7-aceb-41ec-b1f2-4bfd0d8378bb, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7815798620143347326 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78157986201433473267815798620143347326781579862014334732678157986201433473267815798620143347326781579862014334732678157986201433473267815798620143347326781579862014334732678157986201433473267815798620143347326781579862014334732678157986201433473267815798620143347326781579862014334732678157986201433473267815798620143347326781579862014334732678157986201433473267815798620143347326" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3fd967cb-df9f-417f-83e9-e866a7e8f016, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, efe16ad2-eb4a-4be1-abea-0783378b2fb7, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, efe16ad2-eb4a-4be1-abea-0783378b2fb7, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14761144934518462228 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1476114493451846222814761144934518462228147611449345184622281476114493451846222814761144934518462228147611449345184622281476114493451846222814761144934518462228147611449345184622281476114493451846222814761144934518462228147611449345184622281476114493451846222814761144934518462228147611449345184622281476114493451846222814761144934518462228147611449345184622281476114493451846222814761144934518462228" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 82d651b7-aceb-41ec-b1f2-4bfd0d8378bb, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, efe16ad2-eb4a-4be1-abea-0783378b2fb7, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e0014847-0ca6-4480-abf9-04c3807ba7eb, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 355563a4-32ba-4952-a1d9-fe0d96740953, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 355563a4-32ba-4952-a1d9-fe0d96740953, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14836642794772792770 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1483664279477279277014836642794772792770148366427947727927701483664279477279277014836642794772792770148366427947727927701483664279477279277014836642794772792770148366427947727927701483664279477279277014836642794772792770148366427947727927701483664279477279277014836642794772792770148366427947727927701483664279477279277014836642794772792770148366427947727927701483664279477279277014836642794772792770" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e0014847-0ca6-4480-abf9-04c3807ba7eb, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5889980972392947942 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58899809723929479425889980972392947942588998097239294794258899809723929479425889980972392947942588998097239294794258899809723929479425889980972392947942588998097239294794258899809723929479425889980972392947942588998097239294794258899809723929479425889980972392947942588998097239294794258899809723929479425889980972392947942588998097239294794258899809723929479425889980972392947942" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 355563a4-32ba-4952-a1d9-fe0d96740953, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 09a5f69e-6118-482e-bbf9-2f65c356203f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e0014847-0ca6-4480-abf9-04c3807ba7eb, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 21daf1a7-9e77-42af-9b65-9af2262a8bbc, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 09a5f69e-6118-482e-bbf9-2f65c356203f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6308437738698749306 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63084377386987493066308437738698749306630843773869874930663084377386987493066308437738698749306630843773869874930663084377386987493066308437738698749306630843773869874930663084377386987493066308437738698749306630843773869874930663084377386987493066308437738698749306630843773869874930663084377386987493066308437738698749306630843773869874930663084377386987493066308437738698749306" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 21daf1a7-9e77-42af-9b65-9af2262a8bbc, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9586044018491372685 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95860440184913726859586044018491372685958604401849137268595860440184913726859586044018491372685958604401849137268595860440184913726859586044018491372685958604401849137268595860440184913726859586044018491372685958604401849137268595860440184913726859586044018491372685958604401849137268595860440184913726859586044018491372685958604401849137268595860440184913726859586044018491372685" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 09a5f69e-6118-482e-bbf9-2f65c356203f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 51812831-0b6c-4d1f-bcb9-3c88b90dab6b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 51812831-0b6c-4d1f-bcb9-3c88b90dab6b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9910918558623128980 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99109185586231289809910918558623128980991091855862312898099109185586231289809910918558623128980991091855862312898099109185586231289809910918558623128980991091855862312898099109185586231289809910918558623128980991091855862312898099109185586231289809910918558623128980991091855862312898099109185586231289809910918558623128980991091855862312898099109185586231289809910918558623128980" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 21daf1a7-9e77-42af-9b65-9af2262a8bbc, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d580caa9-3869-404f-aa50-186fbad75af4, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d580caa9-3869-404f-aa50-186fbad75af4, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13870509203626726204 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1387050920362672620413870509203626726204138705092036267262041387050920362672620413870509203626726204138705092036267262041387050920362672620413870509203626726204138705092036267262041387050920362672620413870509203626726204138705092036267262041387050920362672620413870509203626726204138705092036267262041387050920362672620413870509203626726204138705092036267262041387050920362672620413870509203626726204" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 51812831-0b6c-4d1f-bcb9-3c88b90dab6b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 69670ebf-3105-42bc-8e78-65cf1f274337, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 69670ebf-3105-42bc-8e78-65cf1f274337, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12321627784581751929 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1232162778458175192912321627784581751929123216277845817519291232162778458175192912321627784581751929123216277845817519291232162778458175192912321627784581751929123216277845817519291232162778458175192912321627784581751929123216277845817519291232162778458175192912321627784581751929123216277845817519291232162778458175192912321627784581751929123216277845817519291232162778458175192912321627784581751929" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d580caa9-3869-404f-aa50-186fbad75af4, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f76c548e-a26b-4c6b-a893-8171d50739a3, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f76c548e-a26b-4c6b-a893-8171d50739a3, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5442929734177650286 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54429297341776502865442929734177650286544292973417765028654429297341776502865442929734177650286544292973417765028654429297341776502865442929734177650286544292973417765028654429297341776502865442929734177650286544292973417765028654429297341776502865442929734177650286544292973417765028654429297341776502865442929734177650286544292973417765028654429297341776502865442929734177650286" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 69670ebf-3105-42bc-8e78-65cf1f274337, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c550ef8d-f02f-4fd8-97d8-214ce12ecf35, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c550ef8d-f02f-4fd8-97d8-214ce12ecf35, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11471410453802436285 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1147141045380243628511471410453802436285114714104538024362851147141045380243628511471410453802436285114714104538024362851147141045380243628511471410453802436285114714104538024362851147141045380243628511471410453802436285114714104538024362851147141045380243628511471410453802436285114714104538024362851147141045380243628511471410453802436285114714104538024362851147141045380243628511471410453802436285" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f76c548e-a26b-4c6b-a893-8171d50739a3, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5d0e0294-c5ab-4f1d-9e0f-7c64273b7300, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5d0e0294-c5ab-4f1d-9e0f-7c64273b7300, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5771590021533201188 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57715900215332011885771590021533201188577159002153320118857715900215332011885771590021533201188577159002153320118857715900215332011885771590021533201188577159002153320118857715900215332011885771590021533201188577159002153320118857715900215332011885771590021533201188577159002153320118857715900215332011885771590021533201188577159002153320118857715900215332011885771590021533201188" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c550ef8d-f02f-4fd8-97d8-214ce12ecf35, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c095573b-f7df-454f-a2df-f268f8e805fd, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c095573b-f7df-454f-a2df-f268f8e805fd, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7859899096585682186 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78598990965856821867859899096585682186785989909658568218678598990965856821867859899096585682186785989909658568218678598990965856821867859899096585682186785989909658568218678598990965856821867859899096585682186785989909658568218678598990965856821867859899096585682186785989909658568218678598990965856821867859899096585682186785989909658568218678598990965856821867859899096585682186" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5d0e0294-c5ab-4f1d-9e0f-7c64273b7300, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dfa09371-8cae-4468-be9c-5553f53d1735, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dfa09371-8cae-4468-be9c-5553f53d1735, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13988976899309117931 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1398897689930911793113988976899309117931139889768993091179311398897689930911793113988976899309117931139889768993091179311398897689930911793113988976899309117931139889768993091179311398897689930911793113988976899309117931139889768993091179311398897689930911793113988976899309117931139889768993091179311398897689930911793113988976899309117931139889768993091179311398897689930911793113988976899309117931" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c095573b-f7df-454f-a2df-f268f8e805fd, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6ce01ae4-f5da-4cea-9ff2-3889d99da5e7, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6ce01ae4-f5da-4cea-9ff2-3889d99da5e7, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9773136130173144362 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97731361301731443629773136130173144362977313613017314436297731361301731443629773136130173144362977313613017314436297731361301731443629773136130173144362977313613017314436297731361301731443629773136130173144362977313613017314436297731361301731443629773136130173144362977313613017314436297731361301731443629773136130173144362977313613017314436297731361301731443629773136130173144362" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dfa09371-8cae-4468-be9c-5553f53d1735, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 650e55fd-22e9-4a35-9cd9-c1d23f7039ee, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 650e55fd-22e9-4a35-9cd9-c1d23f7039ee, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11028987251582887315 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1102898725158288731511028987251582887315110289872515828873151102898725158288731511028987251582887315110289872515828873151102898725158288731511028987251582887315110289872515828873151102898725158288731511028987251582887315110289872515828873151102898725158288731511028987251582887315110289872515828873151102898725158288731511028987251582887315110289872515828873151102898725158288731511028987251582887315" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6ce01ae4-f5da-4cea-9ff2-3889d99da5e7, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cffa72ad-bf9b-40b1-a523-2f69a7a31d3b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cffa72ad-bf9b-40b1-a523-2f69a7a31d3b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13794225814719931687 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1379422581471993168713794225814719931687137942258147199316871379422581471993168713794225814719931687137942258147199316871379422581471993168713794225814719931687137942258147199316871379422581471993168713794225814719931687137942258147199316871379422581471993168713794225814719931687137942258147199316871379422581471993168713794225814719931687137942258147199316871379422581471993168713794225814719931687" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 650e55fd-22e9-4a35-9cd9-c1d23f7039ee, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0e2adefb-0cb2-4366-970f-96e250a73738, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0e2adefb-0cb2-4366-970f-96e250a73738, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 510104407566825536 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "510104407566825536510104407566825536510104407566825536510104407566825536510104407566825536510104407566825536510104407566825536510104407566825536510104407566825536510104407566825536510104407566825536510104407566825536510104407566825536510104407566825536510104407566825536510104407566825536510104407566825536510104407566825536510104407566825536510104407566825536" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cffa72ad-bf9b-40b1-a523-2f69a7a31d3b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8644d2eb-8726-49f5-a36e-d3454137370d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8644d2eb-8726-49f5-a36e-d3454137370d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9811421685458601314 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98114216854586013149811421685458601314981142168545860131498114216854586013149811421685458601314981142168545860131498114216854586013149811421685458601314981142168545860131498114216854586013149811421685458601314981142168545860131498114216854586013149811421685458601314981142168545860131498114216854586013149811421685458601314981142168545860131498114216854586013149811421685458601314" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0e2adefb-0cb2-4366-970f-96e250a73738, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dbf833f3-2e65-47ac-b503-3a8837f13352, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dbf833f3-2e65-47ac-b503-3a8837f13352, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14645094603196466910 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1464509460319646691014645094603196466910146450946031964669101464509460319646691014645094603196466910146450946031964669101464509460319646691014645094603196466910146450946031964669101464509460319646691014645094603196466910146450946031964669101464509460319646691014645094603196466910146450946031964669101464509460319646691014645094603196466910146450946031964669101464509460319646691014645094603196466910" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8644d2eb-8726-49f5-a36e-d3454137370d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3c4b0514-94ad-42c3-b73f-ac1a2d62a649, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3c4b0514-94ad-42c3-b73f-ac1a2d62a649, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11855629266611647906 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1185562926661164790611855629266611647906118556292666116479061185562926661164790611855629266611647906118556292666116479061185562926661164790611855629266611647906118556292666116479061185562926661164790611855629266611647906118556292666116479061185562926661164790611855629266611647906118556292666116479061185562926661164790611855629266611647906118556292666116479061185562926661164790611855629266611647906" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dbf833f3-2e65-47ac-b503-3a8837f13352, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 41469e8f-1db5-4407-9db9-cf8d41538751, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 41469e8f-1db5-4407-9db9-cf8d41538751, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9188643502362052851 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91886435023620528519188643502362052851918864350236205285191886435023620528519188643502362052851918864350236205285191886435023620528519188643502362052851918864350236205285191886435023620528519188643502362052851918864350236205285191886435023620528519188643502362052851918864350236205285191886435023620528519188643502362052851918864350236205285191886435023620528519188643502362052851" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3c4b0514-94ad-42c3-b73f-ac1a2d62a649, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 22751e8c-0317-42e4-881a-dadb419306e1, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 22751e8c-0317-42e4-881a-dadb419306e1, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11167529806137235780 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1116752980613723578011167529806137235780111675298061372357801116752980613723578011167529806137235780111675298061372357801116752980613723578011167529806137235780111675298061372357801116752980613723578011167529806137235780111675298061372357801116752980613723578011167529806137235780111675298061372357801116752980613723578011167529806137235780111675298061372357801116752980613723578011167529806137235780" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 41469e8f-1db5-4407-9db9-cf8d41538751, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 07872e54-356b-4e1c-8870-21a7961c4631, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 07872e54-356b-4e1c-8870-21a7961c4631, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12562300146493547809 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1256230014649354780912562300146493547809125623001464935478091256230014649354780912562300146493547809125623001464935478091256230014649354780912562300146493547809125623001464935478091256230014649354780912562300146493547809125623001464935478091256230014649354780912562300146493547809125623001464935478091256230014649354780912562300146493547809125623001464935478091256230014649354780912562300146493547809" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 22751e8c-0317-42e4-881a-dadb419306e1, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 40b07c5b-6185-4f7c-816a-cf59ef3e3541, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 40b07c5b-6185-4f7c-816a-cf59ef3e3541, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8083718475303406208 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80837184753034062088083718475303406208808371847530340620880837184753034062088083718475303406208808371847530340620880837184753034062088083718475303406208808371847530340620880837184753034062088083718475303406208808371847530340620880837184753034062088083718475303406208808371847530340620880837184753034062088083718475303406208808371847530340620880837184753034062088083718475303406208" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 07872e54-356b-4e1c-8870-21a7961c4631, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8207d6ab-63d9-49c6-b889-eaac29d786fd, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8207d6ab-63d9-49c6-b889-eaac29d786fd, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18446602229942818839 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1844660222994281883918446602229942818839184466022299428188391844660222994281883918446602229942818839184466022299428188391844660222994281883918446602229942818839184466022299428188391844660222994281883918446602229942818839184466022299428188391844660222994281883918446602229942818839184466022299428188391844660222994281883918446602229942818839184466022299428188391844660222994281883918446602229942818839" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 40b07c5b-6185-4f7c-816a-cf59ef3e3541, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8cc27d80-299a-4f57-97c3-751a39d4ec83, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8cc27d80-299a-4f57-97c3-751a39d4ec83, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2559825938537360710 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25598259385373607102559825938537360710255982593853736071025598259385373607102559825938537360710255982593853736071025598259385373607102559825938537360710255982593853736071025598259385373607102559825938537360710255982593853736071025598259385373607102559825938537360710255982593853736071025598259385373607102559825938537360710255982593853736071025598259385373607102559825938537360710" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8207d6ab-63d9-49c6-b889-eaac29d786fd, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c94fea53-6d80-4ca0-bd8f-75dda7973fe7, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c94fea53-6d80-4ca0-bd8f-75dda7973fe7, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15087935121047374530 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1508793512104737453015087935121047374530150879351210473745301508793512104737453015087935121047374530150879351210473745301508793512104737453015087935121047374530150879351210473745301508793512104737453015087935121047374530150879351210473745301508793512104737453015087935121047374530150879351210473745301508793512104737453015087935121047374530150879351210473745301508793512104737453015087935121047374530" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8cc27d80-299a-4f57-97c3-751a39d4ec83, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dfc03f1f-7e80-4bc6-8277-70d92b270306, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c94fea53-6d80-4ca0-bd8f-75dda7973fe7, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dfc03f1f-7e80-4bc6-8277-70d92b270306, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15452342592534858093 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1545234259253485809315452342592534858093154523425925348580931545234259253485809315452342592534858093154523425925348580931545234259253485809315452342592534858093154523425925348580931545234259253485809315452342592534858093154523425925348580931545234259253485809315452342592534858093154523425925348580931545234259253485809315452342592534858093154523425925348580931545234259253485809315452342592534858093" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 54266441-fbbd-4fdc-a72f-64bd51625262, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 54266441-fbbd-4fdc-a72f-64bd51625262, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1795137995389316759 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17951379953893167591795137995389316759179513799538931675917951379953893167591795137995389316759179513799538931675917951379953893167591795137995389316759179513799538931675917951379953893167591795137995389316759179513799538931675917951379953893167591795137995389316759179513799538931675917951379953893167591795137995389316759179513799538931675917951379953893167591795137995389316759" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dfc03f1f-7e80-4bc6-8277-70d92b270306, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 815eb705-d8ff-41cc-b1b2-a0d19dcfdd1a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 815eb705-d8ff-41cc-b1b2-a0d19dcfdd1a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7513364518298849783 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75133645182988497837513364518298849783751336451829884978375133645182988497837513364518298849783751336451829884978375133645182988497837513364518298849783751336451829884978375133645182988497837513364518298849783751336451829884978375133645182988497837513364518298849783751336451829884978375133645182988497837513364518298849783751336451829884978375133645182988497837513364518298849783" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 54266441-fbbd-4fdc-a72f-64bd51625262, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 332b9bbc-c07e-4b8a-9f68-33b929dfcc23, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 332b9bbc-c07e-4b8a-9f68-33b929dfcc23, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2057176543405519656 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20571765434055196562057176543405519656205717654340551965620571765434055196562057176543405519656205717654340551965620571765434055196562057176543405519656205717654340551965620571765434055196562057176543405519656205717654340551965620571765434055196562057176543405519656205717654340551965620571765434055196562057176543405519656205717654340551965620571765434055196562057176543405519656" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 815eb705-d8ff-41cc-b1b2-a0d19dcfdd1a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, aa51a6e1-0eed-4fce-85f1-d5114c32530f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 332b9bbc-c07e-4b8a-9f68-33b929dfcc23, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9c3c780c-3020-4acb-b4f3-f9f2e722ed1b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9c3c780c-3020-4acb-b4f3-f9f2e722ed1b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10837968868647276782 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1083796886864727678210837968868647276782108379688686472767821083796886864727678210837968868647276782108379688686472767821083796886864727678210837968868647276782108379688686472767821083796886864727678210837968868647276782108379688686472767821083796886864727678210837968868647276782108379688686472767821083796886864727678210837968868647276782108379688686472767821083796886864727678210837968868647276782" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aa51a6e1-0eed-4fce-85f1-d5114c32530f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11768741479812393038 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1176874147981239303811768741479812393038117687414798123930381176874147981239303811768741479812393038117687414798123930381176874147981239303811768741479812393038117687414798123930381176874147981239303811768741479812393038117687414798123930381176874147981239303811768741479812393038117687414798123930381176874147981239303811768741479812393038117687414798123930381176874147981239303811768741479812393038" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9c3c780c-3020-4acb-b4f3-f9f2e722ed1b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fa1bd3ef-f9ad-4fc8-a688-5ec1e9b0db8d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aa51a6e1-0eed-4fce-85f1-d5114c32530f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fa1bd3ef-f9ad-4fc8-a688-5ec1e9b0db8d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2927857805599035587 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29278578055990355872927857805599035587292785780559903558729278578055990355872927857805599035587292785780559903558729278578055990355872927857805599035587292785780559903558729278578055990355872927857805599035587292785780559903558729278578055990355872927857805599035587292785780559903558729278578055990355872927857805599035587292785780559903558729278578055990355872927857805599035587" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2c5e9409-77c8-4786-89eb-ba9d208577d1, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2c5e9409-77c8-4786-89eb-ba9d208577d1, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4891245784295835237 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48912457842958352374891245784295835237489124578429583523748912457842958352374891245784295835237489124578429583523748912457842958352374891245784295835237489124578429583523748912457842958352374891245784295835237489124578429583523748912457842958352374891245784295835237489124578429583523748912457842958352374891245784295835237489124578429583523748912457842958352374891245784295835237" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fa1bd3ef-f9ad-4fc8-a688-5ec1e9b0db8d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, aa9e670c-f0ee-4f7f-9e56-d8d46d9271e9, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aa9e670c-f0ee-4f7f-9e56-d8d46d9271e9, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14011422289303189579 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1401142228930318957914011422289303189579140114222893031895791401142228930318957914011422289303189579140114222893031895791401142228930318957914011422289303189579140114222893031895791401142228930318957914011422289303189579140114222893031895791401142228930318957914011422289303189579140114222893031895791401142228930318957914011422289303189579140114222893031895791401142228930318957914011422289303189579" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2c5e9409-77c8-4786-89eb-ba9d208577d1, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6b0d3d0a-f899-4994-b4f4-fa41c09e2f49, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6b0d3d0a-f899-4994-b4f4-fa41c09e2f49, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3351430223287890594 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33514302232878905943351430223287890594335143022328789059433514302232878905943351430223287890594335143022328789059433514302232878905943351430223287890594335143022328789059433514302232878905943351430223287890594335143022328789059433514302232878905943351430223287890594335143022328789059433514302232878905943351430223287890594335143022328789059433514302232878905943351430223287890594" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aa9e670c-f0ee-4f7f-9e56-d8d46d9271e9, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d5ed54d4-8dec-47ef-99f5-c6651278d2af, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d5ed54d4-8dec-47ef-99f5-c6651278d2af, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13500357388466322223 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1350035738846632222313500357388466322223135003573884663222231350035738846632222313500357388466322223135003573884663222231350035738846632222313500357388466322223135003573884663222231350035738846632222313500357388466322223135003573884663222231350035738846632222313500357388466322223135003573884663222231350035738846632222313500357388466322223135003573884663222231350035738846632222313500357388466322223" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6b0d3d0a-f899-4994-b4f4-fa41c09e2f49, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3ed24eae-3038-4291-85eb-e8721199c3da, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3ed24eae-3038-4291-85eb-e8721199c3da, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5987808818365656267 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59878088183656562675987808818365656267598780881836565626759878088183656562675987808818365656267598780881836565626759878088183656562675987808818365656267598780881836565626759878088183656562675987808818365656267598780881836565626759878088183656562675987808818365656267598780881836565626759878088183656562675987808818365656267598780881836565626759878088183656562675987808818365656267" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d5ed54d4-8dec-47ef-99f5-c6651278d2af, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b2b11a7e-0917-4f3e-82b3-707736a72077, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b2b11a7e-0917-4f3e-82b3-707736a72077, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6889936175098264916 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68899361750982649166889936175098264916688993617509826491668899361750982649166889936175098264916688993617509826491668899361750982649166889936175098264916688993617509826491668899361750982649166889936175098264916688993617509826491668899361750982649166889936175098264916688993617509826491668899361750982649166889936175098264916688993617509826491668899361750982649166889936175098264916" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3ed24eae-3038-4291-85eb-e8721199c3da, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ccfd8f40-f80f-4d58-94d1-18bef95c6a62, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ccfd8f40-f80f-4d58-94d1-18bef95c6a62, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7103784631705699343 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71037846317056993437103784631705699343710378463170569934371037846317056993437103784631705699343710378463170569934371037846317056993437103784631705699343710378463170569934371037846317056993437103784631705699343710378463170569934371037846317056993437103784631705699343710378463170569934371037846317056993437103784631705699343710378463170569934371037846317056993437103784631705699343" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b2b11a7e-0917-4f3e-82b3-707736a72077, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 84ca3a17-2cfa-44f4-be54-d5f6279fa515, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 84ca3a17-2cfa-44f4-be54-d5f6279fa515, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11231844211237172737 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1123184421123717273711231844211237172737112318442112371727371123184421123717273711231844211237172737112318442112371727371123184421123717273711231844211237172737112318442112371727371123184421123717273711231844211237172737112318442112371727371123184421123717273711231844211237172737112318442112371727371123184421123717273711231844211237172737112318442112371727371123184421123717273711231844211237172737" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ccfd8f40-f80f-4d58-94d1-18bef95c6a62, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5b8a2421-6ccc-4e56-b160-f3956b4c271b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5b8a2421-6ccc-4e56-b160-f3956b4c271b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13304790087892004580 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1330479008789200458013304790087892004580133047900878920045801330479008789200458013304790087892004580133047900878920045801330479008789200458013304790087892004580133047900878920045801330479008789200458013304790087892004580133047900878920045801330479008789200458013304790087892004580133047900878920045801330479008789200458013304790087892004580133047900878920045801330479008789200458013304790087892004580" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 84ca3a17-2cfa-44f4-be54-d5f6279fa515, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a410aff3-6dbf-430f-a221-f3fd970a9ce3, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a410aff3-6dbf-430f-a221-f3fd970a9ce3, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10045409623766741954 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1004540962376674195410045409623766741954100454096237667419541004540962376674195410045409623766741954100454096237667419541004540962376674195410045409623766741954100454096237667419541004540962376674195410045409623766741954100454096237667419541004540962376674195410045409623766741954100454096237667419541004540962376674195410045409623766741954100454096237667419541004540962376674195410045409623766741954" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5b8a2421-6ccc-4e56-b160-f3956b4c271b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a787660c-abff-478b-aa53-ed6de5d01a65, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a787660c-abff-478b-aa53-ed6de5d01a65, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17233846654432989520 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1723384665443298952017233846654432989520172338466544329895201723384665443298952017233846654432989520172338466544329895201723384665443298952017233846654432989520172338466544329895201723384665443298952017233846654432989520172338466544329895201723384665443298952017233846654432989520172338466544329895201723384665443298952017233846654432989520172338466544329895201723384665443298952017233846654432989520" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a410aff3-6dbf-430f-a221-f3fd970a9ce3, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c6e7611a-7400-4782-8f51-d25214630ed2, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c6e7611a-7400-4782-8f51-d25214630ed2, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7384285942201721109 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73842859422017211097384285942201721109738428594220172110973842859422017211097384285942201721109738428594220172110973842859422017211097384285942201721109738428594220172110973842859422017211097384285942201721109738428594220172110973842859422017211097384285942201721109738428594220172110973842859422017211097384285942201721109738428594220172110973842859422017211097384285942201721109" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a787660c-abff-478b-aa53-ed6de5d01a65, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, aba3ab24-47cf-4628-be26-ea2459305b25, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aba3ab24-47cf-4628-be26-ea2459305b25, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8851735077436235172 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88517350774362351728851735077436235172885173507743623517288517350774362351728851735077436235172885173507743623517288517350774362351728851735077436235172885173507743623517288517350774362351728851735077436235172885173507743623517288517350774362351728851735077436235172885173507743623517288517350774362351728851735077436235172885173507743623517288517350774362351728851735077436235172" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c6e7611a-7400-4782-8f51-d25214630ed2, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d1595da3-df3d-4c25-b627-4177a6071fa4, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d1595da3-df3d-4c25-b627-4177a6071fa4, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13578684921858191460 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1357868492185819146013578684921858191460135786849218581914601357868492185819146013578684921858191460135786849218581914601357868492185819146013578684921858191460135786849218581914601357868492185819146013578684921858191460135786849218581914601357868492185819146013578684921858191460135786849218581914601357868492185819146013578684921858191460135786849218581914601357868492185819146013578684921858191460" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aba3ab24-47cf-4628-be26-ea2459305b25, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 93244288-de62-4305-a4db-d4724586df52, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 93244288-de62-4305-a4db-d4724586df52, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4660700966589607488 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46607009665896074884660700966589607488466070096658960748846607009665896074884660700966589607488466070096658960748846607009665896074884660700966589607488466070096658960748846607009665896074884660700966589607488466070096658960748846607009665896074884660700966589607488466070096658960748846607009665896074884660700966589607488466070096658960748846607009665896074884660700966589607488" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d1595da3-df3d-4c25-b627-4177a6071fa4, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4047e2be-7b5f-4bc0-a6b5-3d72d653395f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4047e2be-7b5f-4bc0-a6b5-3d72d653395f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6138903138992500077 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61389031389925000776138903138992500077613890313899250007761389031389925000776138903138992500077613890313899250007761389031389925000776138903138992500077613890313899250007761389031389925000776138903138992500077613890313899250007761389031389925000776138903138992500077613890313899250007761389031389925000776138903138992500077613890313899250007761389031389925000776138903138992500077" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 93244288-de62-4305-a4db-d4724586df52, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1255f9bb-1946-4ad3-901b-d731dfa94647, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1255f9bb-1946-4ad3-901b-d731dfa94647, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12823050468083863542 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1282305046808386354212823050468083863542128230504680838635421282305046808386354212823050468083863542128230504680838635421282305046808386354212823050468083863542128230504680838635421282305046808386354212823050468083863542128230504680838635421282305046808386354212823050468083863542128230504680838635421282305046808386354212823050468083863542128230504680838635421282305046808386354212823050468083863542" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4047e2be-7b5f-4bc0-a6b5-3d72d653395f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3cf18c33-f9e7-4c16-a85a-7e91aa228396, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3cf18c33-f9e7-4c16-a85a-7e91aa228396, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10357890314231977287 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1035789031423197728710357890314231977287103578903142319772871035789031423197728710357890314231977287103578903142319772871035789031423197728710357890314231977287103578903142319772871035789031423197728710357890314231977287103578903142319772871035789031423197728710357890314231977287103578903142319772871035789031423197728710357890314231977287103578903142319772871035789031423197728710357890314231977287" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1255f9bb-1946-4ad3-901b-d731dfa94647, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c68ca3ac-8f5f-4d22-a836-86e5902d9209, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c68ca3ac-8f5f-4d22-a836-86e5902d9209, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5241121835183316855 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52411218351833168555241121835183316855524112183518331685552411218351833168555241121835183316855524112183518331685552411218351833168555241121835183316855524112183518331685552411218351833168555241121835183316855524112183518331685552411218351833168555241121835183316855524112183518331685552411218351833168555241121835183316855524112183518331685552411218351833168555241121835183316855" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3cf18c33-f9e7-4c16-a85a-7e91aa228396, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 234e4986-1eec-4447-a25b-ed1ffe2dc3f0, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 234e4986-1eec-4447-a25b-ed1ffe2dc3f0, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17805061673349595049 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1780506167334959504917805061673349595049178050616733495950491780506167334959504917805061673349595049178050616733495950491780506167334959504917805061673349595049178050616733495950491780506167334959504917805061673349595049178050616733495950491780506167334959504917805061673349595049178050616733495950491780506167334959504917805061673349595049178050616733495950491780506167334959504917805061673349595049" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c68ca3ac-8f5f-4d22-a836-86e5902d9209, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4a00a385-157f-44f2-8ce7-8419040a8830, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4a00a385-157f-44f2-8ce7-8419040a8830, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18258776103566474578 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1825877610356647457818258776103566474578182587761035664745781825877610356647457818258776103566474578182587761035664745781825877610356647457818258776103566474578182587761035664745781825877610356647457818258776103566474578182587761035664745781825877610356647457818258776103566474578182587761035664745781825877610356647457818258776103566474578182587761035664745781825877610356647457818258776103566474578" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 234e4986-1eec-4447-a25b-ed1ffe2dc3f0, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5989063f-b27e-4aef-9215-c964979386b6, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5989063f-b27e-4aef-9215-c964979386b6, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3455659926583781849 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34556599265837818493455659926583781849345565992658378184934556599265837818493455659926583781849345565992658378184934556599265837818493455659926583781849345565992658378184934556599265837818493455659926583781849345565992658378184934556599265837818493455659926583781849345565992658378184934556599265837818493455659926583781849345565992658378184934556599265837818493455659926583781849" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4a00a385-157f-44f2-8ce7-8419040a8830, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d3c14f1f-045c-4d11-809c-0b2c3afdd58e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d3c14f1f-045c-4d11-809c-0b2c3afdd58e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2694094089352440320 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26940940893524403202694094089352440320269409408935244032026940940893524403202694094089352440320269409408935244032026940940893524403202694094089352440320269409408935244032026940940893524403202694094089352440320269409408935244032026940940893524403202694094089352440320269409408935244032026940940893524403202694094089352440320269409408935244032026940940893524403202694094089352440320" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5989063f-b27e-4aef-9215-c964979386b6, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0a2c33d7-0453-47e4-8dbb-9d30f6aab9ca, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0a2c33d7-0453-47e4-8dbb-9d30f6aab9ca, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15808416768392373507 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1580841676839237350715808416768392373507158084167683923735071580841676839237350715808416768392373507158084167683923735071580841676839237350715808416768392373507158084167683923735071580841676839237350715808416768392373507158084167683923735071580841676839237350715808416768392373507158084167683923735071580841676839237350715808416768392373507158084167683923735071580841676839237350715808416768392373507" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d3c14f1f-045c-4d11-809c-0b2c3afdd58e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 27f99edb-a88f-4151-b46f-963fd83dbeab, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 27f99edb-a88f-4151-b46f-963fd83dbeab, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12062119159062406461 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1206211915906240646112062119159062406461120621191590624064611206211915906240646112062119159062406461120621191590624064611206211915906240646112062119159062406461120621191590624064611206211915906240646112062119159062406461120621191590624064611206211915906240646112062119159062406461120621191590624064611206211915906240646112062119159062406461120621191590624064611206211915906240646112062119159062406461" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0a2c33d7-0453-47e4-8dbb-9d30f6aab9ca, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a56ebc56-7e8f-4b28-8a34-14afe1a65cee, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a56ebc56-7e8f-4b28-8a34-14afe1a65cee, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3673909576327670971 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36739095763276709713673909576327670971367390957632767097136739095763276709713673909576327670971367390957632767097136739095763276709713673909576327670971367390957632767097136739095763276709713673909576327670971367390957632767097136739095763276709713673909576327670971367390957632767097136739095763276709713673909576327670971367390957632767097136739095763276709713673909576327670971" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 27f99edb-a88f-4151-b46f-963fd83dbeab, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ae9ee971-e780-48e5-8932-fb24ebbe8a71, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ae9ee971-e780-48e5-8932-fb24ebbe8a71, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2833718714232621245 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28337187142326212452833718714232621245283371871423262124528337187142326212452833718714232621245283371871423262124528337187142326212452833718714232621245283371871423262124528337187142326212452833718714232621245283371871423262124528337187142326212452833718714232621245283371871423262124528337187142326212452833718714232621245283371871423262124528337187142326212452833718714232621245" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a56ebc56-7e8f-4b28-8a34-14afe1a65cee, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3707d31b-beb0-477b-bbf0-6872875c3d86, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3707d31b-beb0-477b-bbf0-6872875c3d86, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9500606273595083160 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95006062735950831609500606273595083160950060627359508316095006062735950831609500606273595083160950060627359508316095006062735950831609500606273595083160950060627359508316095006062735950831609500606273595083160950060627359508316095006062735950831609500606273595083160950060627359508316095006062735950831609500606273595083160950060627359508316095006062735950831609500606273595083160" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ae9ee971-e780-48e5-8932-fb24ebbe8a71, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 12567ed2-f66f-465d-b055-b41ad8fde93d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 12567ed2-f66f-465d-b055-b41ad8fde93d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11576407281613206485 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1157640728161320648511576407281613206485115764072816132064851157640728161320648511576407281613206485115764072816132064851157640728161320648511576407281613206485115764072816132064851157640728161320648511576407281613206485115764072816132064851157640728161320648511576407281613206485115764072816132064851157640728161320648511576407281613206485115764072816132064851157640728161320648511576407281613206485" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3707d31b-beb0-477b-bbf0-6872875c3d86, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c89734f7-357a-4a57-9c6c-89d55b2950c7, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 12567ed2-f66f-465d-b055-b41ad8fde93d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 321e2bfb-07ea-40cc-b0a5-7d72b805bc1b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 321e2bfb-07ea-40cc-b0a5-7d72b805bc1b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4446337356672690864 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44463373566726908644446337356672690864444633735667269086444463373566726908644446337356672690864444633735667269086444463373566726908644446337356672690864444633735667269086444463373566726908644446337356672690864444633735667269086444463373566726908644446337356672690864444633735667269086444463373566726908644446337356672690864444633735667269086444463373566726908644446337356672690864" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c89734f7-357a-4a57-9c6c-89d55b2950c7, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18091307801833717108 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1809130780183371710818091307801833717108180913078018337171081809130780183371710818091307801833717108180913078018337171081809130780183371710818091307801833717108180913078018337171081809130780183371710818091307801833717108180913078018337171081809130780183371710818091307801833717108180913078018337171081809130780183371710818091307801833717108180913078018337171081809130780183371710818091307801833717108" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c89734f7-357a-4a57-9c6c-89d55b2950c7, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 321e2bfb-07ea-40cc-b0a5-7d72b805bc1b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 52892274-1d64-4f6e-893d-fd8aa40a12a0, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6e79278b-e744-4608-b75c-d3a0cc38d574, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6e79278b-e744-4608-b75c-d3a0cc38d574, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12041509198307426948 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1204150919830742694812041509198307426948120415091983074269481204150919830742694812041509198307426948120415091983074269481204150919830742694812041509198307426948120415091983074269481204150919830742694812041509198307426948120415091983074269481204150919830742694812041509198307426948120415091983074269481204150919830742694812041509198307426948120415091983074269481204150919830742694812041509198307426948" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 52892274-1d64-4f6e-893d-fd8aa40a12a0, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17008819986603877308 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1700881998660387730817008819986603877308170088199866038773081700881998660387730817008819986603877308170088199866038773081700881998660387730817008819986603877308170088199866038773081700881998660387730817008819986603877308170088199866038773081700881998660387730817008819986603877308170088199866038773081700881998660387730817008819986603877308170088199866038773081700881998660387730817008819986603877308" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6e79278b-e744-4608-b75c-d3a0cc38d574, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fecfe306-2f36-4d5c-8240-180996eeb8b3, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fecfe306-2f36-4d5c-8240-180996eeb8b3, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 288901059754697540 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "288901059754697540288901059754697540288901059754697540288901059754697540288901059754697540288901059754697540288901059754697540288901059754697540288901059754697540288901059754697540288901059754697540288901059754697540288901059754697540288901059754697540288901059754697540288901059754697540288901059754697540288901059754697540288901059754697540288901059754697540" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 52892274-1d64-4f6e-893d-fd8aa40a12a0, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3ba273f1-b87b-4cba-8d9e-8c12d19e0603, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3ba273f1-b87b-4cba-8d9e-8c12d19e0603, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11028986650881479344 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1102898665088147934411028986650881479344110289866508814793441102898665088147934411028986650881479344110289866508814793441102898665088147934411028986650881479344110289866508814793441102898665088147934411028986650881479344110289866508814793441102898665088147934411028986650881479344110289866508814793441102898665088147934411028986650881479344110289866508814793441102898665088147934411028986650881479344" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fecfe306-2f36-4d5c-8240-180996eeb8b3, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d048e34f-f7e8-4db1-9479-fadd3177178c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d048e34f-f7e8-4db1-9479-fadd3177178c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11926286548167336787 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1192628654816733678711926286548167336787119262865481673367871192628654816733678711926286548167336787119262865481673367871192628654816733678711926286548167336787119262865481673367871192628654816733678711926286548167336787119262865481673367871192628654816733678711926286548167336787119262865481673367871192628654816733678711926286548167336787119262865481673367871192628654816733678711926286548167336787" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3ba273f1-b87b-4cba-8d9e-8c12d19e0603, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 49e7d416-e361-41fd-bda7-444d60abc84d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 49e7d416-e361-41fd-bda7-444d60abc84d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 314987191043063789 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "314987191043063789314987191043063789314987191043063789314987191043063789314987191043063789314987191043063789314987191043063789314987191043063789314987191043063789314987191043063789314987191043063789314987191043063789314987191043063789314987191043063789314987191043063789314987191043063789314987191043063789314987191043063789314987191043063789314987191043063789" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d048e34f-f7e8-4db1-9479-fadd3177178c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 49e7d416-e361-41fd-bda7-444d60abc84d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8698fd9b-dde9-4bf5-adbe-38bcdb5f9435, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8698fd9b-dde9-4bf5-adbe-38bcdb5f9435, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16177677148638329176 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1617767714863832917616177677148638329176161776771486383291761617767714863832917616177677148638329176161776771486383291761617767714863832917616177677148638329176161776771486383291761617767714863832917616177677148638329176161776771486383291761617767714863832917616177677148638329176161776771486383291761617767714863832917616177677148638329176161776771486383291761617767714863832917616177677148638329176" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8d1452fa-7525-43eb-b71c-44ca0ea235a1, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8d1452fa-7525-43eb-b71c-44ca0ea235a1, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 47445318032101241 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "4744531803210124147445318032101241474453180321012414744531803210124147445318032101241474453180321012414744531803210124147445318032101241474453180321012414744531803210124147445318032101241474453180321012414744531803210124147445318032101241474453180321012414744531803210124147445318032101241474453180321012414744531803210124147445318032101241" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8698fd9b-dde9-4bf5-adbe-38bcdb5f9435, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4a0295ce-9baa-4f1a-b2c0-6d9bca8e8184, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4a0295ce-9baa-4f1a-b2c0-6d9bca8e8184, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12216956272445848034 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1221695627244584803412216956272445848034122169562724458480341221695627244584803412216956272445848034122169562724458480341221695627244584803412216956272445848034122169562724458480341221695627244584803412216956272445848034122169562724458480341221695627244584803412216956272445848034122169562724458480341221695627244584803412216956272445848034122169562724458480341221695627244584803412216956272445848034" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8d1452fa-7525-43eb-b71c-44ca0ea235a1, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 140beed6-3fec-4524-9867-c0c35a1dfe67, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 140beed6-3fec-4524-9867-c0c35a1dfe67, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10119633617931137730 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1011963361793113773010119633617931137730101196336179311377301011963361793113773010119633617931137730101196336179311377301011963361793113773010119633617931137730101196336179311377301011963361793113773010119633617931137730101196336179311377301011963361793113773010119633617931137730101196336179311377301011963361793113773010119633617931137730101196336179311377301011963361793113773010119633617931137730" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4a0295ce-9baa-4f1a-b2c0-6d9bca8e8184, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fa94d12e-8fe2-4c81-bec2-f8850dd2ee82, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 140beed6-3fec-4524-9867-c0c35a1dfe67, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fa94d12e-8fe2-4c81-bec2-f8850dd2ee82, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9944053308555301701 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99440533085553017019944053308555301701994405330855530170199440533085553017019944053308555301701994405330855530170199440533085553017019944053308555301701994405330855530170199440533085553017019944053308555301701994405330855530170199440533085553017019944053308555301701994405330855530170199440533085553017019944053308555301701994405330855530170199440533085553017019944053308555301701" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 61ffa737-5b7c-442d-aed0-f5a2d9a42f35, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 61ffa737-5b7c-442d-aed0-f5a2d9a42f35, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12603610476874807562 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1260361047687480756212603610476874807562126036104768748075621260361047687480756212603610476874807562126036104768748075621260361047687480756212603610476874807562126036104768748075621260361047687480756212603610476874807562126036104768748075621260361047687480756212603610476874807562126036104768748075621260361047687480756212603610476874807562126036104768748075621260361047687480756212603610476874807562" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fa94d12e-8fe2-4c81-bec2-f8850dd2ee82, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 61ffa737-5b7c-442d-aed0-f5a2d9a42f35, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e0690193-5766-4166-b16a-13d5dd586021, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e0690193-5766-4166-b16a-13d5dd586021, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8745653347601765333 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87456533476017653338745653347601765333874565334760176533387456533476017653338745653347601765333874565334760176533387456533476017653338745653347601765333874565334760176533387456533476017653338745653347601765333874565334760176533387456533476017653338745653347601765333874565334760176533387456533476017653338745653347601765333874565334760176533387456533476017653338745653347601765333" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 26958fca-d080-4542-a58c-1080f3e3f1bc, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 26958fca-d080-4542-a58c-1080f3e3f1bc, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18158154669155639730 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1815815466915563973018158154669155639730181581546691556397301815815466915563973018158154669155639730181581546691556397301815815466915563973018158154669155639730181581546691556397301815815466915563973018158154669155639730181581546691556397301815815466915563973018158154669155639730181581546691556397301815815466915563973018158154669155639730181581546691556397301815815466915563973018158154669155639730" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 26958fca-d080-4542-a58c-1080f3e3f1bc, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e0690193-5766-4166-b16a-13d5dd586021, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f2359a76-1a16-4a3b-97cc-5a221ba53c65, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f2359a76-1a16-4a3b-97cc-5a221ba53c65, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2050152311125945603 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20501523111259456032050152311125945603205015231112594560320501523111259456032050152311125945603205015231112594560320501523111259456032050152311125945603205015231112594560320501523111259456032050152311125945603205015231112594560320501523111259456032050152311125945603205015231112594560320501523111259456032050152311125945603205015231112594560320501523111259456032050152311125945603" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5ceb69e6-0175-460e-82bd-1dda765f9df0, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5ceb69e6-0175-460e-82bd-1dda765f9df0, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15996802724180910754 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1599680272418091075415996802724180910754159968027241809107541599680272418091075415996802724180910754159968027241809107541599680272418091075415996802724180910754159968027241809107541599680272418091075415996802724180910754159968027241809107541599680272418091075415996802724180910754159968027241809107541599680272418091075415996802724180910754159968027241809107541599680272418091075415996802724180910754" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f2359a76-1a16-4a3b-97cc-5a221ba53c65, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d5d0370c-7a41-4fda-bfc0-7df59d75ae54, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d5d0370c-7a41-4fda-bfc0-7df59d75ae54, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11533454341951023454 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1153345434195102345411533454341951023454115334543419510234541153345434195102345411533454341951023454115334543419510234541153345434195102345411533454341951023454115334543419510234541153345434195102345411533454341951023454115334543419510234541153345434195102345411533454341951023454115334543419510234541153345434195102345411533454341951023454115334543419510234541153345434195102345411533454341951023454" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5ceb69e6-0175-460e-82bd-1dda765f9df0, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 26a6ca48-94ce-4fdd-a540-3ac61cf52832, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 26a6ca48-94ce-4fdd-a540-3ac61cf52832, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4692764000197803045 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46927640001978030454692764000197803045469276400019780304546927640001978030454692764000197803045469276400019780304546927640001978030454692764000197803045469276400019780304546927640001978030454692764000197803045469276400019780304546927640001978030454692764000197803045469276400019780304546927640001978030454692764000197803045469276400019780304546927640001978030454692764000197803045" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d5d0370c-7a41-4fda-bfc0-7df59d75ae54, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c816cad6-c26b-413c-a568-8a532b8a77f6, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c816cad6-c26b-413c-a568-8a532b8a77f6, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 538991969300448945 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "538991969300448945538991969300448945538991969300448945538991969300448945538991969300448945538991969300448945538991969300448945538991969300448945538991969300448945538991969300448945538991969300448945538991969300448945538991969300448945538991969300448945538991969300448945538991969300448945538991969300448945538991969300448945538991969300448945538991969300448945" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 26a6ca48-94ce-4fdd-a540-3ac61cf52832, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ff3fe58d-fb1f-4a4b-aa92-b6ca744ff90a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ff3fe58d-fb1f-4a4b-aa92-b6ca744ff90a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1674615072944479500 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16746150729444795001674615072944479500167461507294447950016746150729444795001674615072944479500167461507294447950016746150729444795001674615072944479500167461507294447950016746150729444795001674615072944479500167461507294447950016746150729444795001674615072944479500167461507294447950016746150729444795001674615072944479500167461507294447950016746150729444795001674615072944479500" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c816cad6-c26b-413c-a568-8a532b8a77f6, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f8c2301c-17de-4a42-ad30-f4767d6d023b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f8c2301c-17de-4a42-ad30-f4767d6d023b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8815075060624465778 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88150750606244657788815075060624465778881507506062446577888150750606244657788815075060624465778881507506062446577888150750606244657788815075060624465778881507506062446577888150750606244657788815075060624465778881507506062446577888150750606244657788815075060624465778881507506062446577888150750606244657788815075060624465778881507506062446577888150750606244657788815075060624465778" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ff3fe58d-fb1f-4a4b-aa92-b6ca744ff90a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 95fdf39e-f9b8-42d7-a281-e1e3ac84df24, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f8c2301c-17de-4a42-ad30-f4767d6d023b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 95fdf39e-f9b8-42d7-a281-e1e3ac84df24, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4797539315154593345 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47975393151545933454797539315154593345479753931515459334547975393151545933454797539315154593345479753931515459334547975393151545933454797539315154593345479753931515459334547975393151545933454797539315154593345479753931515459334547975393151545933454797539315154593345479753931515459334547975393151545933454797539315154593345479753931515459334547975393151545933454797539315154593345" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 91b5101c-fd19-4ac6-a82b-0b72beac3fe9, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 91b5101c-fd19-4ac6-a82b-0b72beac3fe9, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13449468379897717548 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1344946837989771754813449468379897717548134494683798977175481344946837989771754813449468379897717548134494683798977175481344946837989771754813449468379897717548134494683798977175481344946837989771754813449468379897717548134494683798977175481344946837989771754813449468379897717548134494683798977175481344946837989771754813449468379897717548134494683798977175481344946837989771754813449468379897717548" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 91b5101c-fd19-4ac6-a82b-0b72beac3fe9, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d4dbfba1-035b-4ddf-891e-52954219247c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d4dbfba1-035b-4ddf-891e-52954219247c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11567291197978215464 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1156729119797821546411567291197978215464115672911979782154641156729119797821546411567291197978215464115672911979782154641156729119797821546411567291197978215464115672911979782154641156729119797821546411567291197978215464115672911979782154641156729119797821546411567291197978215464115672911979782154641156729119797821546411567291197978215464115672911979782154641156729119797821546411567291197978215464" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d4dbfba1-035b-4ddf-891e-52954219247c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f214ba2d-fdea-4955-b872-174f5d69d581, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f214ba2d-fdea-4955-b872-174f5d69d581, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1235758468777194485 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12357584687771944851235758468777194485123575846877719448512357584687771944851235758468777194485123575846877719448512357584687771944851235758468777194485123575846877719448512357584687771944851235758468777194485123575846877719448512357584687771944851235758468777194485123575846877719448512357584687771944851235758468777194485123575846877719448512357584687771944851235758468777194485" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 95fdf39e-f9b8-42d7-a281-e1e3ac84df24, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ddc5e6c1-f957-4956-9aaa-b1b93ff066bc, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ddc5e6c1-f957-4956-9aaa-b1b93ff066bc, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6831003221296489263 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68310032212964892636831003221296489263683100322129648926368310032212964892636831003221296489263683100322129648926368310032212964892636831003221296489263683100322129648926368310032212964892636831003221296489263683100322129648926368310032212964892636831003221296489263683100322129648926368310032212964892636831003221296489263683100322129648926368310032212964892636831003221296489263" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f214ba2d-fdea-4955-b872-174f5d69d581, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f6da225f-d3f7-4fa6-a0dc-897deab1f082, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f6da225f-d3f7-4fa6-a0dc-897deab1f082, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13595087262044576895 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1359508726204457689513595087262044576895135950872620445768951359508726204457689513595087262044576895135950872620445768951359508726204457689513595087262044576895135950872620445768951359508726204457689513595087262044576895135950872620445768951359508726204457689513595087262044576895135950872620445768951359508726204457689513595087262044576895135950872620445768951359508726204457689513595087262044576895" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ddc5e6c1-f957-4956-9aaa-b1b93ff066bc, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c1eb25d0-ecd4-410c-831d-addc3db446f5, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c1eb25d0-ecd4-410c-831d-addc3db446f5, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8016455065179138683 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80164550651791386838016455065179138683801645506517913868380164550651791386838016455065179138683801645506517913868380164550651791386838016455065179138683801645506517913868380164550651791386838016455065179138683801645506517913868380164550651791386838016455065179138683801645506517913868380164550651791386838016455065179138683801645506517913868380164550651791386838016455065179138683" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f6da225f-d3f7-4fa6-a0dc-897deab1f082, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 250d9fe7-ea25-4a02-8592-a98b0223e97d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 250d9fe7-ea25-4a02-8592-a98b0223e97d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13083115548774669542 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1308311554877466954213083115548774669542130831155487746695421308311554877466954213083115548774669542130831155487746695421308311554877466954213083115548774669542130831155487746695421308311554877466954213083115548774669542130831155487746695421308311554877466954213083115548774669542130831155487746695421308311554877466954213083115548774669542130831155487746695421308311554877466954213083115548774669542" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c1eb25d0-ecd4-410c-831d-addc3db446f5, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8b7d07df-47c2-43eb-a5b6-d1ec896df6ee, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8b7d07df-47c2-43eb-a5b6-d1ec896df6ee, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15772251674486935143 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1577225167448693514315772251674486935143157722516744869351431577225167448693514315772251674486935143157722516744869351431577225167448693514315772251674486935143157722516744869351431577225167448693514315772251674486935143157722516744869351431577225167448693514315772251674486935143157722516744869351431577225167448693514315772251674486935143157722516744869351431577225167448693514315772251674486935143" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 250d9fe7-ea25-4a02-8592-a98b0223e97d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 30ae79af-c68f-43a3-96ad-dc42817524b3, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 30ae79af-c68f-43a3-96ad-dc42817524b3, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3817284164799726902 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38172841647997269023817284164799726902381728416479972690238172841647997269023817284164799726902381728416479972690238172841647997269023817284164799726902381728416479972690238172841647997269023817284164799726902381728416479972690238172841647997269023817284164799726902381728416479972690238172841647997269023817284164799726902381728416479972690238172841647997269023817284164799726902" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8b7d07df-47c2-43eb-a5b6-d1ec896df6ee, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d6a384d6-3e56-4f10-bf78-bb359af21670, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d6a384d6-3e56-4f10-bf78-bb359af21670, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9480759239783811385 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94807592397838113859480759239783811385948075923978381138594807592397838113859480759239783811385948075923978381138594807592397838113859480759239783811385948075923978381138594807592397838113859480759239783811385948075923978381138594807592397838113859480759239783811385948075923978381138594807592397838113859480759239783811385948075923978381138594807592397838113859480759239783811385" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 30ae79af-c68f-43a3-96ad-dc42817524b3, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 254ff1af-b8b6-4797-882c-d2fccf6dc146, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 254ff1af-b8b6-4797-882c-d2fccf6dc146, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10789896666853174146 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1078989666685317414610789896666853174146107898966668531741461078989666685317414610789896666853174146107898966668531741461078989666685317414610789896666853174146107898966668531741461078989666685317414610789896666853174146107898966668531741461078989666685317414610789896666853174146107898966668531741461078989666685317414610789896666853174146107898966668531741461078989666685317414610789896666853174146" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d6a384d6-3e56-4f10-bf78-bb359af21670, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e24ab372-3219-456e-a642-fb3af23d2883, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e24ab372-3219-456e-a642-fb3af23d2883, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3413988905935549452 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34139889059355494523413988905935549452341398890593554945234139889059355494523413988905935549452341398890593554945234139889059355494523413988905935549452341398890593554945234139889059355494523413988905935549452341398890593554945234139889059355494523413988905935549452341398890593554945234139889059355494523413988905935549452341398890593554945234139889059355494523413988905935549452" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 254ff1af-b8b6-4797-882c-d2fccf6dc146, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ca4934b0-6c13-40ae-bfee-8dd3793eef88, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ca4934b0-6c13-40ae-bfee-8dd3793eef88, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4636336705324020717 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46363367053240207174636336705324020717463633670532402071746363367053240207174636336705324020717463633670532402071746363367053240207174636336705324020717463633670532402071746363367053240207174636336705324020717463633670532402071746363367053240207174636336705324020717463633670532402071746363367053240207174636336705324020717463633670532402071746363367053240207174636336705324020717" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e24ab372-3219-456e-a642-fb3af23d2883, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3a096868-a30b-4e93-acfb-2bcf9d1d5127, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3a096868-a30b-4e93-acfb-2bcf9d1d5127, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11636180647684979401 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1163618064768497940111636180647684979401116361806476849794011163618064768497940111636180647684979401116361806476849794011163618064768497940111636180647684979401116361806476849794011163618064768497940111636180647684979401116361806476849794011163618064768497940111636180647684979401116361806476849794011163618064768497940111636180647684979401116361806476849794011163618064768497940111636180647684979401" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ca4934b0-6c13-40ae-bfee-8dd3793eef88, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 496f307f-ed72-4771-8df2-cb064cdcef76, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 496f307f-ed72-4771-8df2-cb064cdcef76, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4978607840865741904 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49786078408657419044978607840865741904497860784086574190449786078408657419044978607840865741904497860784086574190449786078408657419044978607840865741904497860784086574190449786078408657419044978607840865741904497860784086574190449786078408657419044978607840865741904497860784086574190449786078408657419044978607840865741904497860784086574190449786078408657419044978607840865741904" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3a096868-a30b-4e93-acfb-2bcf9d1d5127, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 83cedbf6-cdc0-44cc-b6cf-07c25cd34d10, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 83cedbf6-cdc0-44cc-b6cf-07c25cd34d10, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8073826539011003280 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80738265390110032808073826539011003280807382653901100328080738265390110032808073826539011003280807382653901100328080738265390110032808073826539011003280807382653901100328080738265390110032808073826539011003280807382653901100328080738265390110032808073826539011003280807382653901100328080738265390110032808073826539011003280807382653901100328080738265390110032808073826539011003280" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 496f307f-ed72-4771-8df2-cb064cdcef76, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f7f3fbe5-3536-46f1-8c60-0177f0c4ce69, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 83cedbf6-cdc0-44cc-b6cf-07c25cd34d10, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f7f3fbe5-3536-46f1-8c60-0177f0c4ce69, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17523014797316306235 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1752301479731630623517523014797316306235175230147973163062351752301479731630623517523014797316306235175230147973163062351752301479731630623517523014797316306235175230147973163062351752301479731630623517523014797316306235175230147973163062351752301479731630623517523014797316306235175230147973163062351752301479731630623517523014797316306235175230147973163062351752301479731630623517523014797316306235" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b26186bd-fefe-4e42-942b-13f4b0362ae1, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b26186bd-fefe-4e42-942b-13f4b0362ae1, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1222654252851047257 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12226542528510472571222654252851047257122265425285104725712226542528510472571222654252851047257122265425285104725712226542528510472571222654252851047257122265425285104725712226542528510472571222654252851047257122265425285104725712226542528510472571222654252851047257122265425285104725712226542528510472571222654252851047257122265425285104725712226542528510472571222654252851047257" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f7f3fbe5-3536-46f1-8c60-0177f0c4ce69, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 27181ec8-f3c9-4a19-bb26-299455c6f518, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 27181ec8-f3c9-4a19-bb26-299455c6f518, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1757021816532625464 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17570218165326254641757021816532625464175702181653262546417570218165326254641757021816532625464175702181653262546417570218165326254641757021816532625464175702181653262546417570218165326254641757021816532625464175702181653262546417570218165326254641757021816532625464175702181653262546417570218165326254641757021816532625464175702181653262546417570218165326254641757021816532625464" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b26186bd-fefe-4e42-942b-13f4b0362ae1, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 32c81f68-d030-476a-b757-b67e1d02749c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 32c81f68-d030-476a-b757-b67e1d02749c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17595152604055546041 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1759515260405554604117595152604055546041175951526040555460411759515260405554604117595152604055546041175951526040555460411759515260405554604117595152604055546041175951526040555460411759515260405554604117595152604055546041175951526040555460411759515260405554604117595152604055546041175951526040555460411759515260405554604117595152604055546041175951526040555460411759515260405554604117595152604055546041" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 27181ec8-f3c9-4a19-bb26-299455c6f518, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 82be8f0b-1916-45d9-8668-9a071528e9f3, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 82be8f0b-1916-45d9-8668-9a071528e9f3, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16742507710504402991 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1674250771050440299116742507710504402991167425077105044029911674250771050440299116742507710504402991167425077105044029911674250771050440299116742507710504402991167425077105044029911674250771050440299116742507710504402991167425077105044029911674250771050440299116742507710504402991167425077105044029911674250771050440299116742507710504402991167425077105044029911674250771050440299116742507710504402991" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 32c81f68-d030-476a-b757-b67e1d02749c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f8f980e2-109a-4cfc-9dea-305bcf86ba03, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f8f980e2-109a-4cfc-9dea-305bcf86ba03, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2473743619438603456 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24737436194386034562473743619438603456247374361943860345624737436194386034562473743619438603456247374361943860345624737436194386034562473743619438603456247374361943860345624737436194386034562473743619438603456247374361943860345624737436194386034562473743619438603456247374361943860345624737436194386034562473743619438603456247374361943860345624737436194386034562473743619438603456" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 82be8f0b-1916-45d9-8668-9a071528e9f3, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b5a60c59-b088-412c-acc0-79cde437e367, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b5a60c59-b088-412c-acc0-79cde437e367, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6301491294305699436 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63014912943056994366301491294305699436630149129430569943663014912943056994366301491294305699436630149129430569943663014912943056994366301491294305699436630149129430569943663014912943056994366301491294305699436630149129430569943663014912943056994366301491294305699436630149129430569943663014912943056994366301491294305699436630149129430569943663014912943056994366301491294305699436" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f8f980e2-109a-4cfc-9dea-305bcf86ba03, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2cfdc502-cc73-41bb-a732-9220562a1e40, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2cfdc502-cc73-41bb-a732-9220562a1e40, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7841525838897029425 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78415258388970294257841525838897029425784152583889702942578415258388970294257841525838897029425784152583889702942578415258388970294257841525838897029425784152583889702942578415258388970294257841525838897029425784152583889702942578415258388970294257841525838897029425784152583889702942578415258388970294257841525838897029425784152583889702942578415258388970294257841525838897029425" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b5a60c59-b088-412c-acc0-79cde437e367, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b0ad3738-5cbe-4474-ade5-b5b74c23f1c2, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b0ad3738-5cbe-4474-ade5-b5b74c23f1c2, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11788228904158312272 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1178822890415831227211788228904158312272117882289041583122721178822890415831227211788228904158312272117882289041583122721178822890415831227211788228904158312272117882289041583122721178822890415831227211788228904158312272117882289041583122721178822890415831227211788228904158312272117882289041583122721178822890415831227211788228904158312272117882289041583122721178822890415831227211788228904158312272" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2cfdc502-cc73-41bb-a732-9220562a1e40, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e0800b98-49ab-4829-9df6-2fa5e4120322, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e0800b98-49ab-4829-9df6-2fa5e4120322, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10202064949781311315 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1020206494978131131510202064949781311315102020649497813113151020206494978131131510202064949781311315102020649497813113151020206494978131131510202064949781311315102020649497813113151020206494978131131510202064949781311315102020649497813113151020206494978131131510202064949781311315102020649497813113151020206494978131131510202064949781311315102020649497813113151020206494978131131510202064949781311315" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b0ad3738-5cbe-4474-ade5-b5b74c23f1c2, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3bf95cbe-dab6-4b7d-bc2f-c0146a1088d2, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3bf95cbe-dab6-4b7d-bc2f-c0146a1088d2, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3203185557705952282 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32031855577059522823203185557705952282320318555770595228232031855577059522823203185557705952282320318555770595228232031855577059522823203185557705952282320318555770595228232031855577059522823203185557705952282320318555770595228232031855577059522823203185557705952282320318555770595228232031855577059522823203185557705952282320318555770595228232031855577059522823203185557705952282" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e0800b98-49ab-4829-9df6-2fa5e4120322, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 761286c3-916d-4700-94a1-b813d2bb1514, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 761286c3-916d-4700-94a1-b813d2bb1514, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12006052461360058570 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1200605246136005857012006052461360058570120060524613600585701200605246136005857012006052461360058570120060524613600585701200605246136005857012006052461360058570120060524613600585701200605246136005857012006052461360058570120060524613600585701200605246136005857012006052461360058570120060524613600585701200605246136005857012006052461360058570120060524613600585701200605246136005857012006052461360058570" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3bf95cbe-dab6-4b7d-bc2f-c0146a1088d2, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0719fc4b-742a-44a1-9357-2e356b40b3ea, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0719fc4b-742a-44a1-9357-2e356b40b3ea, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17339233097078269697 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1733923309707826969717339233097078269697173392330970782696971733923309707826969717339233097078269697173392330970782696971733923309707826969717339233097078269697173392330970782696971733923309707826969717339233097078269697173392330970782696971733923309707826969717339233097078269697173392330970782696971733923309707826969717339233097078269697173392330970782696971733923309707826969717339233097078269697" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0719fc4b-742a-44a1-9357-2e356b40b3ea, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0643ddab-6f1a-48ac-8e0a-0ded45d388fd, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0643ddab-6f1a-48ac-8e0a-0ded45d388fd, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5357620935144545500 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53576209351445455005357620935144545500535762093514454550053576209351445455005357620935144545500535762093514454550053576209351445455005357620935144545500535762093514454550053576209351445455005357620935144545500535762093514454550053576209351445455005357620935144545500535762093514454550053576209351445455005357620935144545500535762093514454550053576209351445455005357620935144545500" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 761286c3-916d-4700-94a1-b813d2bb1514, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1aab80ee-26c5-473f-95a5-226c85226f56, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1aab80ee-26c5-473f-95a5-226c85226f56, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14263300815631282117 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1426330081563128211714263300815631282117142633008156312821171426330081563128211714263300815631282117142633008156312821171426330081563128211714263300815631282117142633008156312821171426330081563128211714263300815631282117142633008156312821171426330081563128211714263300815631282117142633008156312821171426330081563128211714263300815631282117142633008156312821171426330081563128211714263300815631282117" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0643ddab-6f1a-48ac-8e0a-0ded45d388fd, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, de109323-517b-4294-a95b-f8f5a3436d0f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, de109323-517b-4294-a95b-f8f5a3436d0f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10452243138135993036 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1045224313813599303610452243138135993036104522431381359930361045224313813599303610452243138135993036104522431381359930361045224313813599303610452243138135993036104522431381359930361045224313813599303610452243138135993036104522431381359930361045224313813599303610452243138135993036104522431381359930361045224313813599303610452243138135993036104522431381359930361045224313813599303610452243138135993036" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1aab80ee-26c5-473f-95a5-226c85226f56, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 547d4371-b09c-4865-9b67-e9ebb9cca69e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 547d4371-b09c-4865-9b67-e9ebb9cca69e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7516649426581405679 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75166494265814056797516649426581405679751664942658140567975166494265814056797516649426581405679751664942658140567975166494265814056797516649426581405679751664942658140567975166494265814056797516649426581405679751664942658140567975166494265814056797516649426581405679751664942658140567975166494265814056797516649426581405679751664942658140567975166494265814056797516649426581405679" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, de109323-517b-4294-a95b-f8f5a3436d0f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, acd40d6b-dbc1-4284-9442-c148cdc0b0a3, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, acd40d6b-dbc1-4284-9442-c148cdc0b0a3, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13647943296461811082 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1364794329646181108213647943296461811082136479432964618110821364794329646181108213647943296461811082136479432964618110821364794329646181108213647943296461811082136479432964618110821364794329646181108213647943296461811082136479432964618110821364794329646181108213647943296461811082136479432964618110821364794329646181108213647943296461811082136479432964618110821364794329646181108213647943296461811082" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 547d4371-b09c-4865-9b67-e9ebb9cca69e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b1d82659-65ff-46da-8455-b67294dc19b5, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b1d82659-65ff-46da-8455-b67294dc19b5, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2083199605811366308 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20831996058113663082083199605811366308208319960581136630820831996058113663082083199605811366308208319960581136630820831996058113663082083199605811366308208319960581136630820831996058113663082083199605811366308208319960581136630820831996058113663082083199605811366308208319960581136630820831996058113663082083199605811366308208319960581136630820831996058113663082083199605811366308" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, acd40d6b-dbc1-4284-9442-c148cdc0b0a3, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 95a9259c-9f7d-41d3-81ca-f9a417d7d14e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 95a9259c-9f7d-41d3-81ca-f9a417d7d14e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2588443041641529089 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25884430416415290892588443041641529089258844304164152908925884430416415290892588443041641529089258844304164152908925884430416415290892588443041641529089258844304164152908925884430416415290892588443041641529089258844304164152908925884430416415290892588443041641529089258844304164152908925884430416415290892588443041641529089258844304164152908925884430416415290892588443041641529089" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b1d82659-65ff-46da-8455-b67294dc19b5, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a936ab7b-f9ac-4344-8a89-065dafd573e3, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a936ab7b-f9ac-4344-8a89-065dafd573e3, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8394355464319763812 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83943554643197638128394355464319763812839435546431976381283943554643197638128394355464319763812839435546431976381283943554643197638128394355464319763812839435546431976381283943554643197638128394355464319763812839435546431976381283943554643197638128394355464319763812839435546431976381283943554643197638128394355464319763812839435546431976381283943554643197638128394355464319763812" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 95a9259c-9f7d-41d3-81ca-f9a417d7d14e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7b96a0b0-5825-4880-8987-6b4fcaae53e5, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7b96a0b0-5825-4880-8987-6b4fcaae53e5, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4489612039645419054 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44896120396454190544489612039645419054448961203964541905444896120396454190544489612039645419054448961203964541905444896120396454190544489612039645419054448961203964541905444896120396454190544489612039645419054448961203964541905444896120396454190544489612039645419054448961203964541905444896120396454190544489612039645419054448961203964541905444896120396454190544489612039645419054" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a936ab7b-f9ac-4344-8a89-065dafd573e3, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0293fff6-341b-4b41-ae88-2068b5d5ef3e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0293fff6-341b-4b41-ae88-2068b5d5ef3e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15673719693963949947 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1567371969396394994715673719693963949947156737196939639499471567371969396394994715673719693963949947156737196939639499471567371969396394994715673719693963949947156737196939639499471567371969396394994715673719693963949947156737196939639499471567371969396394994715673719693963949947156737196939639499471567371969396394994715673719693963949947156737196939639499471567371969396394994715673719693963949947" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7b96a0b0-5825-4880-8987-6b4fcaae53e5, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 60f86c99-f92b-4f9d-9639-4e33334ae7c3, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 60f86c99-f92b-4f9d-9639-4e33334ae7c3, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2489580443504946300 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24895804435049463002489580443504946300248958044350494630024895804435049463002489580443504946300248958044350494630024895804435049463002489580443504946300248958044350494630024895804435049463002489580443504946300248958044350494630024895804435049463002489580443504946300248958044350494630024895804435049463002489580443504946300248958044350494630024895804435049463002489580443504946300" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0293fff6-341b-4b41-ae88-2068b5d5ef3e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ef3115d1-c18a-4af4-b88c-7f786efc00de, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ef3115d1-c18a-4af4-b88c-7f786efc00de, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6341935253168312958 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63419352531683129586341935253168312958634193525316831295863419352531683129586341935253168312958634193525316831295863419352531683129586341935253168312958634193525316831295863419352531683129586341935253168312958634193525316831295863419352531683129586341935253168312958634193525316831295863419352531683129586341935253168312958634193525316831295863419352531683129586341935253168312958" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 60f86c99-f92b-4f9d-9639-4e33334ae7c3, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 22b7de78-713b-4aca-9117-d1cd563e5aa7, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 22b7de78-713b-4aca-9117-d1cd563e5aa7, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16633836058948341755 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1663383605894834175516633836058948341755166338360589483417551663383605894834175516633836058948341755166338360589483417551663383605894834175516633836058948341755166338360589483417551663383605894834175516633836058948341755166338360589483417551663383605894834175516633836058948341755166338360589483417551663383605894834175516633836058948341755166338360589483417551663383605894834175516633836058948341755" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ef3115d1-c18a-4af4-b88c-7f786efc00de, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d251ee67-80e4-4994-ab1c-a83638fec1a8, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d251ee67-80e4-4994-ab1c-a83638fec1a8, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11747385639920735029 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1174738563992073502911747385639920735029117473856399207350291174738563992073502911747385639920735029117473856399207350291174738563992073502911747385639920735029117473856399207350291174738563992073502911747385639920735029117473856399207350291174738563992073502911747385639920735029117473856399207350291174738563992073502911747385639920735029117473856399207350291174738563992073502911747385639920735029" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 22b7de78-713b-4aca-9117-d1cd563e5aa7, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3fd903b9-c29e-4e6f-b829-c08b22c27e0d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3fd903b9-c29e-4e6f-b829-c08b22c27e0d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11725482968756188853 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1172548296875618885311725482968756188853117254829687561888531172548296875618885311725482968756188853117254829687561888531172548296875618885311725482968756188853117254829687561888531172548296875618885311725482968756188853117254829687561888531172548296875618885311725482968756188853117254829687561888531172548296875618885311725482968756188853117254829687561888531172548296875618885311725482968756188853" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d251ee67-80e4-4994-ab1c-a83638fec1a8, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 83bf2cd4-09fb-4c5f-a61a-ad284d3290b0, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 83bf2cd4-09fb-4c5f-a61a-ad284d3290b0, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13355402169886811671 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1335540216988681167113355402169886811671133554021698868116711335540216988681167113355402169886811671133554021698868116711335540216988681167113355402169886811671133554021698868116711335540216988681167113355402169886811671133554021698868116711335540216988681167113355402169886811671133554021698868116711335540216988681167113355402169886811671133554021698868116711335540216988681167113355402169886811671" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3fd903b9-c29e-4e6f-b829-c08b22c27e0d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 31afd899-d397-4152-9e8e-88efa21b45f5, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 31afd899-d397-4152-9e8e-88efa21b45f5, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17176142566551365661 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1717614256655136566117176142566551365661171761425665513656611717614256655136566117176142566551365661171761425665513656611717614256655136566117176142566551365661171761425665513656611717614256655136566117176142566551365661171761425665513656611717614256655136566117176142566551365661171761425665513656611717614256655136566117176142566551365661171761425665513656611717614256655136566117176142566551365661" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 83bf2cd4-09fb-4c5f-a61a-ad284d3290b0, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0108426a-d544-44d1-8214-6fbf097f2dd7, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0108426a-d544-44d1-8214-6fbf097f2dd7, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13430267118441731584 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1343026711844173158413430267118441731584134302671184417315841343026711844173158413430267118441731584134302671184417315841343026711844173158413430267118441731584134302671184417315841343026711844173158413430267118441731584134302671184417315841343026711844173158413430267118441731584134302671184417315841343026711844173158413430267118441731584134302671184417315841343026711844173158413430267118441731584" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 31afd899-d397-4152-9e8e-88efa21b45f5, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6607f209-c370-4f59-a0a7-fc24acc95600, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6607f209-c370-4f59-a0a7-fc24acc95600, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10951002728612002787 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1095100272861200278710951002728612002787109510027286120027871095100272861200278710951002728612002787109510027286120027871095100272861200278710951002728612002787109510027286120027871095100272861200278710951002728612002787109510027286120027871095100272861200278710951002728612002787109510027286120027871095100272861200278710951002728612002787109510027286120027871095100272861200278710951002728612002787" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0108426a-d544-44d1-8214-6fbf097f2dd7, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1f2b8906-0c82-4e7b-b49b-54b633082fb1, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1f2b8906-0c82-4e7b-b49b-54b633082fb1, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9795797790591858307 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97957977905918583079795797790591858307979579779059185830797957977905918583079795797790591858307979579779059185830797957977905918583079795797790591858307979579779059185830797957977905918583079795797790591858307979579779059185830797957977905918583079795797790591858307979579779059185830797957977905918583079795797790591858307979579779059185830797957977905918583079795797790591858307" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6607f209-c370-4f59-a0a7-fc24acc95600, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8183ace6-d37a-4ab3-b21a-f4d7d4ec67ce, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8183ace6-d37a-4ab3-b21a-f4d7d4ec67ce, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17302800420155483309 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1730280042015548330917302800420155483309173028004201554833091730280042015548330917302800420155483309173028004201554833091730280042015548330917302800420155483309173028004201554833091730280042015548330917302800420155483309173028004201554833091730280042015548330917302800420155483309173028004201554833091730280042015548330917302800420155483309173028004201554833091730280042015548330917302800420155483309" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1f2b8906-0c82-4e7b-b49b-54b633082fb1, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b6f50667-9f33-410e-8e8b-6cfb70a3d6c9, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b6f50667-9f33-410e-8e8b-6cfb70a3d6c9, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1843974815707116875 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18439748157071168751843974815707116875184397481570711687518439748157071168751843974815707116875184397481570711687518439748157071168751843974815707116875184397481570711687518439748157071168751843974815707116875184397481570711687518439748157071168751843974815707116875184397481570711687518439748157071168751843974815707116875184397481570711687518439748157071168751843974815707116875" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8183ace6-d37a-4ab3-b21a-f4d7d4ec67ce, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6cb99147-d9d1-486a-af30-623114f3b84d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6cb99147-d9d1-486a-af30-623114f3b84d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11001873851853057293 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1100187385185305729311001873851853057293110018738518530572931100187385185305729311001873851853057293110018738518530572931100187385185305729311001873851853057293110018738518530572931100187385185305729311001873851853057293110018738518530572931100187385185305729311001873851853057293110018738518530572931100187385185305729311001873851853057293110018738518530572931100187385185305729311001873851853057293" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b6f50667-9f33-410e-8e8b-6cfb70a3d6c9, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8a528986-2567-49b2-ae0d-940788f0af3d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8a528986-2567-49b2-ae0d-940788f0af3d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12161068690670885994 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1216106869067088599412161068690670885994121610686906708859941216106869067088599412161068690670885994121610686906708859941216106869067088599412161068690670885994121610686906708859941216106869067088599412161068690670885994121610686906708859941216106869067088599412161068690670885994121610686906708859941216106869067088599412161068690670885994121610686906708859941216106869067088599412161068690670885994" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6cb99147-d9d1-486a-af30-623114f3b84d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8a528986-2567-49b2-ae0d-940788f0af3d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 98478d1c-909f-4f47-b996-2f0d43fe3178, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 98478d1c-909f-4f47-b996-2f0d43fe3178, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10304252601828331158 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1030425260182833115810304252601828331158103042526018283311581030425260182833115810304252601828331158103042526018283311581030425260182833115810304252601828331158103042526018283311581030425260182833115810304252601828331158103042526018283311581030425260182833115810304252601828331158103042526018283311581030425260182833115810304252601828331158103042526018283311581030425260182833115810304252601828331158" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 11658852-a96a-425a-80b8-c227dc5d7f1e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 11658852-a96a-425a-80b8-c227dc5d7f1e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12820388252450788012 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1282038825245078801212820388252450788012128203882524507880121282038825245078801212820388252450788012128203882524507880121282038825245078801212820388252450788012128203882524507880121282038825245078801212820388252450788012128203882524507880121282038825245078801212820388252450788012128203882524507880121282038825245078801212820388252450788012128203882524507880121282038825245078801212820388252450788012" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 98478d1c-909f-4f47-b996-2f0d43fe3178, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c866a517-3d6f-4fc4-99f3-c4870b973bb9, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c866a517-3d6f-4fc4-99f3-c4870b973bb9, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2510192906468151428 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25101929064681514282510192906468151428251019290646815142825101929064681514282510192906468151428251019290646815142825101929064681514282510192906468151428251019290646815142825101929064681514282510192906468151428251019290646815142825101929064681514282510192906468151428251019290646815142825101929064681514282510192906468151428251019290646815142825101929064681514282510192906468151428" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 11658852-a96a-425a-80b8-c227dc5d7f1e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 44783941-2ceb-4e30-88a5-5cb6998ea476, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 44783941-2ceb-4e30-88a5-5cb6998ea476, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7847709074142231700 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78477090741422317007847709074142231700784770907414223170078477090741422317007847709074142231700784770907414223170078477090741422317007847709074142231700784770907414223170078477090741422317007847709074142231700784770907414223170078477090741422317007847709074142231700784770907414223170078477090741422317007847709074142231700784770907414223170078477090741422317007847709074142231700" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c866a517-3d6f-4fc4-99f3-c4870b973bb9, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 93ecb5ea-3f11-46b0-910a-d51f61002937, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 93ecb5ea-3f11-46b0-910a-d51f61002937, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1043112467917578921 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10431124679175789211043112467917578921104311246791757892110431124679175789211043112467917578921104311246791757892110431124679175789211043112467917578921104311246791757892110431124679175789211043112467917578921104311246791757892110431124679175789211043112467917578921104311246791757892110431124679175789211043112467917578921104311246791757892110431124679175789211043112467917578921" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 44783941-2ceb-4e30-88a5-5cb6998ea476, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d779b406-7d26-475a-a700-5620222f4f4e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d779b406-7d26-475a-a700-5620222f4f4e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10224245581428699590 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1022424558142869959010224245581428699590102242455814286995901022424558142869959010224245581428699590102242455814286995901022424558142869959010224245581428699590102242455814286995901022424558142869959010224245581428699590102242455814286995901022424558142869959010224245581428699590102242455814286995901022424558142869959010224245581428699590102242455814286995901022424558142869959010224245581428699590" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 93ecb5ea-3f11-46b0-910a-d51f61002937, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 183b48c0-786b-42ad-9afb-4f5c0d5fd63d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 183b48c0-786b-42ad-9afb-4f5c0d5fd63d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10097938413844995401 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1009793841384499540110097938413844995401100979384138449954011009793841384499540110097938413844995401100979384138449954011009793841384499540110097938413844995401100979384138449954011009793841384499540110097938413844995401100979384138449954011009793841384499540110097938413844995401100979384138449954011009793841384499540110097938413844995401100979384138449954011009793841384499540110097938413844995401" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d779b406-7d26-475a-a700-5620222f4f4e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cc5e8f2a-7082-4733-bea3-786297181ea4, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cc5e8f2a-7082-4733-bea3-786297181ea4, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8719240251016152627 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87192402510161526278719240251016152627871924025101615262787192402510161526278719240251016152627871924025101615262787192402510161526278719240251016152627871924025101615262787192402510161526278719240251016152627871924025101615262787192402510161526278719240251016152627871924025101615262787192402510161526278719240251016152627871924025101615262787192402510161526278719240251016152627" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 183b48c0-786b-42ad-9afb-4f5c0d5fd63d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 891cefe3-f7d0-4a65-9715-d3eb6eb52b06, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 891cefe3-f7d0-4a65-9715-d3eb6eb52b06, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11176725212606825838 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1117672521260682583811176725212606825838111767252126068258381117672521260682583811176725212606825838111767252126068258381117672521260682583811176725212606825838111767252126068258381117672521260682583811176725212606825838111767252126068258381117672521260682583811176725212606825838111767252126068258381117672521260682583811176725212606825838111767252126068258381117672521260682583811176725212606825838" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cc5e8f2a-7082-4733-bea3-786297181ea4, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 19bebf86-a80c-46c4-bc33-1bdad4745771, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 19bebf86-a80c-46c4-bc33-1bdad4745771, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3313840092273263343 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33138400922732633433313840092273263343331384009227326334333138400922732633433313840092273263343331384009227326334333138400922732633433313840092273263343331384009227326334333138400922732633433313840092273263343331384009227326334333138400922732633433313840092273263343331384009227326334333138400922732633433313840092273263343331384009227326334333138400922732633433313840092273263343" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 891cefe3-f7d0-4a65-9715-d3eb6eb52b06, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b751538a-99e1-41f1-9e24-865984b2025a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b751538a-99e1-41f1-9e24-865984b2025a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9128843712457807528 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91288437124578075289128843712457807528912884371245780752891288437124578075289128843712457807528912884371245780752891288437124578075289128843712457807528912884371245780752891288437124578075289128843712457807528912884371245780752891288437124578075289128843712457807528912884371245780752891288437124578075289128843712457807528912884371245780752891288437124578075289128843712457807528" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 19bebf86-a80c-46c4-bc33-1bdad4745771, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 26c66329-905c-4aaa-a890-b394df5f7d90, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 26c66329-905c-4aaa-a890-b394df5f7d90, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8872996664332454695 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88729966643324546958872996664332454695887299666433245469588729966643324546958872996664332454695887299666433245469588729966643324546958872996664332454695887299666433245469588729966643324546958872996664332454695887299666433245469588729966643324546958872996664332454695887299666433245469588729966643324546958872996664332454695887299666433245469588729966643324546958872996664332454695" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b751538a-99e1-41f1-9e24-865984b2025a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b862fe8a-f15a-401c-a013-c4af78fd1325, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b862fe8a-f15a-401c-a013-c4af78fd1325, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2404006650892946303 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24040066508929463032404006650892946303240400665089294630324040066508929463032404006650892946303240400665089294630324040066508929463032404006650892946303240400665089294630324040066508929463032404006650892946303240400665089294630324040066508929463032404006650892946303240400665089294630324040066508929463032404006650892946303240400665089294630324040066508929463032404006650892946303" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 26c66329-905c-4aaa-a890-b394df5f7d90, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 79e9360e-6e49-4aaf-b469-5c3bd500758d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 79e9360e-6e49-4aaf-b469-5c3bd500758d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3198340313411492926 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31983403134114929263198340313411492926319834031341149292631983403134114929263198340313411492926319834031341149292631983403134114929263198340313411492926319834031341149292631983403134114929263198340313411492926319834031341149292631983403134114929263198340313411492926319834031341149292631983403134114929263198340313411492926319834031341149292631983403134114929263198340313411492926" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b862fe8a-f15a-401c-a013-c4af78fd1325, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9f69cb76-d325-48aa-9e7a-39e4c5d17ff0, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9f69cb76-d325-48aa-9e7a-39e4c5d17ff0, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17179911800983869837 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1717991180098386983717179911800983869837171799118009838698371717991180098386983717179911800983869837171799118009838698371717991180098386983717179911800983869837171799118009838698371717991180098386983717179911800983869837171799118009838698371717991180098386983717179911800983869837171799118009838698371717991180098386983717179911800983869837171799118009838698371717991180098386983717179911800983869837" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 79e9360e-6e49-4aaf-b469-5c3bd500758d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c78e47a6-c571-483c-be86-117c3d9795af, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c78e47a6-c571-483c-be86-117c3d9795af, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7390393710912664159 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73903937109126641597390393710912664159739039371091266415973903937109126641597390393710912664159739039371091266415973903937109126641597390393710912664159739039371091266415973903937109126641597390393710912664159739039371091266415973903937109126641597390393710912664159739039371091266415973903937109126641597390393710912664159739039371091266415973903937109126641597390393710912664159" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9f69cb76-d325-48aa-9e7a-39e4c5d17ff0, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 24ebc80b-cf05-4298-b142-ffabe4b71419, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 24ebc80b-cf05-4298-b142-ffabe4b71419, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8419662454765979445 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84196624547659794458419662454765979445841966245476597944584196624547659794458419662454765979445841966245476597944584196624547659794458419662454765979445841966245476597944584196624547659794458419662454765979445841966245476597944584196624547659794458419662454765979445841966245476597944584196624547659794458419662454765979445841966245476597944584196624547659794458419662454765979445" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c78e47a6-c571-483c-be86-117c3d9795af, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b0a4a119-1e51-4d06-a810-5f4cbce7c0c2, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b0a4a119-1e51-4d06-a810-5f4cbce7c0c2, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4399531896602228890 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43995318966022288904399531896602228890439953189660222889043995318966022288904399531896602228890439953189660222889043995318966022288904399531896602228890439953189660222889043995318966022288904399531896602228890439953189660222889043995318966022288904399531896602228890439953189660222889043995318966022288904399531896602228890439953189660222889043995318966022288904399531896602228890" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 24ebc80b-cf05-4298-b142-ffabe4b71419, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 955e7e39-a481-426e-815a-e7712ae62a5c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 955e7e39-a481-426e-815a-e7712ae62a5c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11642966524827604181 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1164296652482760418111642966524827604181116429665248276041811164296652482760418111642966524827604181116429665248276041811164296652482760418111642966524827604181116429665248276041811164296652482760418111642966524827604181116429665248276041811164296652482760418111642966524827604181116429665248276041811164296652482760418111642966524827604181116429665248276041811164296652482760418111642966524827604181" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b0a4a119-1e51-4d06-a810-5f4cbce7c0c2, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 51808b05-d371-43af-b4b9-78cd24e43ff0, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 51808b05-d371-43af-b4b9-78cd24e43ff0, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11557322028767819409 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1155732202876781940911557322028767819409115573220287678194091155732202876781940911557322028767819409115573220287678194091155732202876781940911557322028767819409115573220287678194091155732202876781940911557322028767819409115573220287678194091155732202876781940911557322028767819409115573220287678194091155732202876781940911557322028767819409115573220287678194091155732202876781940911557322028767819409" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 955e7e39-a481-426e-815a-e7712ae62a5c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f654c6a8-8690-4ef9-afbd-86c72cd811e2, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f654c6a8-8690-4ef9-afbd-86c72cd811e2, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12191730272042392942 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1219173027204239294212191730272042392942121917302720423929421219173027204239294212191730272042392942121917302720423929421219173027204239294212191730272042392942121917302720423929421219173027204239294212191730272042392942121917302720423929421219173027204239294212191730272042392942121917302720423929421219173027204239294212191730272042392942121917302720423929421219173027204239294212191730272042392942" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 51808b05-d371-43af-b4b9-78cd24e43ff0, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1b15429b-21f1-424b-9acf-b8ee571c1fcc, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f654c6a8-8690-4ef9-afbd-86c72cd811e2, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7a663b61-b7ef-4dad-8672-5989e57e2eab, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7a663b61-b7ef-4dad-8672-5989e57e2eab, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16964243863677423997 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1696424386367742399716964243863677423997169642438636774239971696424386367742399716964243863677423997169642438636774239971696424386367742399716964243863677423997169642438636774239971696424386367742399716964243863677423997169642438636774239971696424386367742399716964243863677423997169642438636774239971696424386367742399716964243863677423997169642438636774239971696424386367742399716964243863677423997" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1b15429b-21f1-424b-9acf-b8ee571c1fcc, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11879869638964849034 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1187986963896484903411879869638964849034118798696389648490341187986963896484903411879869638964849034118798696389648490341187986963896484903411879869638964849034118798696389648490341187986963896484903411879869638964849034118798696389648490341187986963896484903411879869638964849034118798696389648490341187986963896484903411879869638964849034118798696389648490341187986963896484903411879869638964849034" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7a663b61-b7ef-4dad-8672-5989e57e2eab, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c19d3fe2-dad4-4991-8709-59f282a9cf30, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c19d3fe2-dad4-4991-8709-59f282a9cf30, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10467407249499803038 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1046740724949980303810467407249499803038104674072494998030381046740724949980303810467407249499803038104674072494998030381046740724949980303810467407249499803038104674072494998030381046740724949980303810467407249499803038104674072494998030381046740724949980303810467407249499803038104674072494998030381046740724949980303810467407249499803038104674072494998030381046740724949980303810467407249499803038" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1b15429b-21f1-424b-9acf-b8ee571c1fcc, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, af912c39-7043-4b78-a73f-bb21d15a5a11, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, af912c39-7043-4b78-a73f-bb21d15a5a11, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17216107128245949804 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1721610712824594980417216107128245949804172161071282459498041721610712824594980417216107128245949804172161071282459498041721610712824594980417216107128245949804172161071282459498041721610712824594980417216107128245949804172161071282459498041721610712824594980417216107128245949804172161071282459498041721610712824594980417216107128245949804172161071282459498041721610712824594980417216107128245949804" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c19d3fe2-dad4-4991-8709-59f282a9cf30, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1090ef3d-d0d8-4c82-9303-849a43742c5f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1090ef3d-d0d8-4c82-9303-849a43742c5f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 897331507214177760 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "897331507214177760897331507214177760897331507214177760897331507214177760897331507214177760897331507214177760897331507214177760897331507214177760897331507214177760897331507214177760897331507214177760897331507214177760897331507214177760897331507214177760897331507214177760897331507214177760897331507214177760897331507214177760897331507214177760897331507214177760" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, af912c39-7043-4b78-a73f-bb21d15a5a11, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 65833b29-3b65-45c7-a70c-1e5392559dc5, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 65833b29-3b65-45c7-a70c-1e5392559dc5, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11859295691526926888 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1185929569152692688811859295691526926888118592956915269268881185929569152692688811859295691526926888118592956915269268881185929569152692688811859295691526926888118592956915269268881185929569152692688811859295691526926888118592956915269268881185929569152692688811859295691526926888118592956915269268881185929569152692688811859295691526926888118592956915269268881185929569152692688811859295691526926888" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 65833b29-3b65-45c7-a70c-1e5392559dc5, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 14c16a88-c768-4b9e-b8d2-29732e1f82e6, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 14c16a88-c768-4b9e-b8d2-29732e1f82e6, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15659988243071981053 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1565998824307198105315659988243071981053156599882430719810531565998824307198105315659988243071981053156599882430719810531565998824307198105315659988243071981053156599882430719810531565998824307198105315659988243071981053156599882430719810531565998824307198105315659988243071981053156599882430719810531565998824307198105315659988243071981053156599882430719810531565998824307198105315659988243071981053" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1090ef3d-d0d8-4c82-9303-849a43742c5f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1a7c6fb0-10e6-43aa-85be-18d40a2f94e6, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1a7c6fb0-10e6-43aa-85be-18d40a2f94e6, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 308913998710478220 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "308913998710478220308913998710478220308913998710478220308913998710478220308913998710478220308913998710478220308913998710478220308913998710478220308913998710478220308913998710478220308913998710478220308913998710478220308913998710478220308913998710478220308913998710478220308913998710478220308913998710478220308913998710478220308913998710478220308913998710478220" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 14c16a88-c768-4b9e-b8d2-29732e1f82e6, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c03ea15f-ddbe-47e6-8c5a-9350bff9604f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c03ea15f-ddbe-47e6-8c5a-9350bff9604f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16937927327901025018 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1693792732790102501816937927327901025018169379273279010250181693792732790102501816937927327901025018169379273279010250181693792732790102501816937927327901025018169379273279010250181693792732790102501816937927327901025018169379273279010250181693792732790102501816937927327901025018169379273279010250181693792732790102501816937927327901025018169379273279010250181693792732790102501816937927327901025018" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1a7c6fb0-10e6-43aa-85be-18d40a2f94e6, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 82c18f21-a715-497c-b5b5-71d08fd28c21, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 82c18f21-a715-497c-b5b5-71d08fd28c21, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9329559619374137311 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93295596193741373119329559619374137311932955961937413731193295596193741373119329559619374137311932955961937413731193295596193741373119329559619374137311932955961937413731193295596193741373119329559619374137311932955961937413731193295596193741373119329559619374137311932955961937413731193295596193741373119329559619374137311932955961937413731193295596193741373119329559619374137311" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c03ea15f-ddbe-47e6-8c5a-9350bff9604f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 36944879-18db-4f8b-bf82-84a232fcf055, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 36944879-18db-4f8b-bf82-84a232fcf055, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7511901086801794815 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75119010868017948157511901086801794815751190108680179481575119010868017948157511901086801794815751190108680179481575119010868017948157511901086801794815751190108680179481575119010868017948157511901086801794815751190108680179481575119010868017948157511901086801794815751190108680179481575119010868017948157511901086801794815751190108680179481575119010868017948157511901086801794815" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 82c18f21-a715-497c-b5b5-71d08fd28c21, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3b48ff51-81e4-473b-adaa-84ba7ba361fd, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3b48ff51-81e4-473b-adaa-84ba7ba361fd, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6723496937974783695 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67234969379747836956723496937974783695672349693797478369567234969379747836956723496937974783695672349693797478369567234969379747836956723496937974783695672349693797478369567234969379747836956723496937974783695672349693797478369567234969379747836956723496937974783695672349693797478369567234969379747836956723496937974783695672349693797478369567234969379747836956723496937974783695" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 36944879-18db-4f8b-bf82-84a232fcf055, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a2341428-4304-4085-8f02-6d745893ac44, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a2341428-4304-4085-8f02-6d745893ac44, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15599912535175246144 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1559991253517524614415599912535175246144155999125351752461441559991253517524614415599912535175246144155999125351752461441559991253517524614415599912535175246144155999125351752461441559991253517524614415599912535175246144155999125351752461441559991253517524614415599912535175246144155999125351752461441559991253517524614415599912535175246144155999125351752461441559991253517524614415599912535175246144" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3b48ff51-81e4-473b-adaa-84ba7ba361fd, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e9cef032-822f-4d18-b849-762e9f6c2c0a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e9cef032-822f-4d18-b849-762e9f6c2c0a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14958763949624620243 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1495876394962462024314958763949624620243149587639496246202431495876394962462024314958763949624620243149587639496246202431495876394962462024314958763949624620243149587639496246202431495876394962462024314958763949624620243149587639496246202431495876394962462024314958763949624620243149587639496246202431495876394962462024314958763949624620243149587639496246202431495876394962462024314958763949624620243" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a2341428-4304-4085-8f02-6d745893ac44, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 29ca95f6-1b1b-42e5-91b2-0ce37ae033b7, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 29ca95f6-1b1b-42e5-91b2-0ce37ae033b7, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3245095224499679142 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32450952244996791423245095224499679142324509522449967914232450952244996791423245095224499679142324509522449967914232450952244996791423245095224499679142324509522449967914232450952244996791423245095224499679142324509522449967914232450952244996791423245095224499679142324509522449967914232450952244996791423245095224499679142324509522449967914232450952244996791423245095224499679142" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e9cef032-822f-4d18-b849-762e9f6c2c0a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dc78f4db-b110-402c-abab-63da7afb2dff, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dc78f4db-b110-402c-abab-63da7afb2dff, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7232549099163625589 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72325490991636255897232549099163625589723254909916362558972325490991636255897232549099163625589723254909916362558972325490991636255897232549099163625589723254909916362558972325490991636255897232549099163625589723254909916362558972325490991636255897232549099163625589723254909916362558972325490991636255897232549099163625589723254909916362558972325490991636255897232549099163625589" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 29ca95f6-1b1b-42e5-91b2-0ce37ae033b7, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0f4059ee-360a-4f3b-b6e8-ed191d752213, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0f4059ee-360a-4f3b-b6e8-ed191d752213, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5892195073659708450 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58921950736597084505892195073659708450589219507365970845058921950736597084505892195073659708450589219507365970845058921950736597084505892195073659708450589219507365970845058921950736597084505892195073659708450589219507365970845058921950736597084505892195073659708450589219507365970845058921950736597084505892195073659708450589219507365970845058921950736597084505892195073659708450" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dc78f4db-b110-402c-abab-63da7afb2dff, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 514ac94d-e435-4aad-8184-c5f2f292426b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 514ac94d-e435-4aad-8184-c5f2f292426b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6283999046947751472 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62839990469477514726283999046947751472628399904694775147262839990469477514726283999046947751472628399904694775147262839990469477514726283999046947751472628399904694775147262839990469477514726283999046947751472628399904694775147262839990469477514726283999046947751472628399904694775147262839990469477514726283999046947751472628399904694775147262839990469477514726283999046947751472" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0f4059ee-360a-4f3b-b6e8-ed191d752213, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 520d6493-a164-497b-97d0-c4ebfac606d8, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 520d6493-a164-497b-97d0-c4ebfac606d8, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16313728934039056621 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1631372893403905662116313728934039056621163137289340390566211631372893403905662116313728934039056621163137289340390566211631372893403905662116313728934039056621163137289340390566211631372893403905662116313728934039056621163137289340390566211631372893403905662116313728934039056621163137289340390566211631372893403905662116313728934039056621163137289340390566211631372893403905662116313728934039056621" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 514ac94d-e435-4aad-8184-c5f2f292426b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c546d0d5-016b-4887-a4be-348143e8d296, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c546d0d5-016b-4887-a4be-348143e8d296, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4741383951327803793 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47413839513278037934741383951327803793474138395132780379347413839513278037934741383951327803793474138395132780379347413839513278037934741383951327803793474138395132780379347413839513278037934741383951327803793474138395132780379347413839513278037934741383951327803793474138395132780379347413839513278037934741383951327803793474138395132780379347413839513278037934741383951327803793" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 520d6493-a164-497b-97d0-c4ebfac606d8, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e0d578af-9476-4b5d-830f-0a6ebfb0e703, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e0d578af-9476-4b5d-830f-0a6ebfb0e703, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4250620796598331894 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42506207965983318944250620796598331894425062079659833189442506207965983318944250620796598331894425062079659833189442506207965983318944250620796598331894425062079659833189442506207965983318944250620796598331894425062079659833189442506207965983318944250620796598331894425062079659833189442506207965983318944250620796598331894425062079659833189442506207965983318944250620796598331894" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c546d0d5-016b-4887-a4be-348143e8d296, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 241b4324-e198-4b85-b8e7-0e2c79077d75, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e0d578af-9476-4b5d-830f-0a6ebfb0e703, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 460c5db8-53c0-47cc-ad93-a10fd6471ec9, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 460c5db8-53c0-47cc-ad93-a10fd6471ec9, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7504695055389006151 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75046950553890061517504695055389006151750469505538900615175046950553890061517504695055389006151750469505538900615175046950553890061517504695055389006151750469505538900615175046950553890061517504695055389006151750469505538900615175046950553890061517504695055389006151750469505538900615175046950553890061517504695055389006151750469505538900615175046950553890061517504695055389006151" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 241b4324-e198-4b85-b8e7-0e2c79077d75, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10812247155457781061 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1081224715545778106110812247155457781061108122471554577810611081224715545778106110812247155457781061108122471554577810611081224715545778106110812247155457781061108122471554577810611081224715545778106110812247155457781061108122471554577810611081224715545778106110812247155457781061108122471554577810611081224715545778106110812247155457781061108122471554577810611081224715545778106110812247155457781061" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 460c5db8-53c0-47cc-ad93-a10fd6471ec9, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0c569048-7246-4f3e-bacf-76894c0ac979, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0c569048-7246-4f3e-bacf-76894c0ac979, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1785400455207399293 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17854004552073992931785400455207399293178540045520739929317854004552073992931785400455207399293178540045520739929317854004552073992931785400455207399293178540045520739929317854004552073992931785400455207399293178540045520739929317854004552073992931785400455207399293178540045520739929317854004552073992931785400455207399293178540045520739929317854004552073992931785400455207399293" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 241b4324-e198-4b85-b8e7-0e2c79077d75, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9a5b0952-f8a8-4b23-a4ed-5a9dc4c0de15, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9a5b0952-f8a8-4b23-a4ed-5a9dc4c0de15, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6512557575457512628 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65125575754575126286512557575457512628651255757545751262865125575754575126286512557575457512628651255757545751262865125575754575126286512557575457512628651255757545751262865125575754575126286512557575457512628651255757545751262865125575754575126286512557575457512628651255757545751262865125575754575126286512557575457512628651255757545751262865125575754575126286512557575457512628" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0c569048-7246-4f3e-bacf-76894c0ac979, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0ceafba5-dff4-4f34-a0e7-0281df2541c5, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0ceafba5-dff4-4f34-a0e7-0281df2541c5, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3110384138459315962 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31103841384593159623110384138459315962311038413845931596231103841384593159623110384138459315962311038413845931596231103841384593159623110384138459315962311038413845931596231103841384593159623110384138459315962311038413845931596231103841384593159623110384138459315962311038413845931596231103841384593159623110384138459315962311038413845931596231103841384593159623110384138459315962" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9a5b0952-f8a8-4b23-a4ed-5a9dc4c0de15, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f95a5530-1d33-43ad-8093-411b727451df, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f95a5530-1d33-43ad-8093-411b727451df, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4981391337088387467 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49813913370883874674981391337088387467498139133708838746749813913370883874674981391337088387467498139133708838746749813913370883874674981391337088387467498139133708838746749813913370883874674981391337088387467498139133708838746749813913370883874674981391337088387467498139133708838746749813913370883874674981391337088387467498139133708838746749813913370883874674981391337088387467" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0ceafba5-dff4-4f34-a0e7-0281df2541c5, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dc1bc302-3a80-479e-bfb9-a7f3b5c9657d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dc1bc302-3a80-479e-bfb9-a7f3b5c9657d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5453748678645744595 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54537486786457445955453748678645744595545374867864574459554537486786457445955453748678645744595545374867864574459554537486786457445955453748678645744595545374867864574459554537486786457445955453748678645744595545374867864574459554537486786457445955453748678645744595545374867864574459554537486786457445955453748678645744595545374867864574459554537486786457445955453748678645744595" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f95a5530-1d33-43ad-8093-411b727451df, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ac7411b3-bd36-4b43-9897-9c357d366d23, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ac7411b3-bd36-4b43-9897-9c357d366d23, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12215600381869221376 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1221560038186922137612215600381869221376122156003818692213761221560038186922137612215600381869221376122156003818692213761221560038186922137612215600381869221376122156003818692213761221560038186922137612215600381869221376122156003818692213761221560038186922137612215600381869221376122156003818692213761221560038186922137612215600381869221376122156003818692213761221560038186922137612215600381869221376" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dc1bc302-3a80-479e-bfb9-a7f3b5c9657d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4f8b90c2-92d7-4e0a-a350-b23b5c09682d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ac7411b3-bd36-4b43-9897-9c357d366d23, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 93b81849-aba3-40b2-b1d9-7b4d449d3d70, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 93b81849-aba3-40b2-b1d9-7b4d449d3d70, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10064159648019244829 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1006415964801924482910064159648019244829100641596480192448291006415964801924482910064159648019244829100641596480192448291006415964801924482910064159648019244829100641596480192448291006415964801924482910064159648019244829100641596480192448291006415964801924482910064159648019244829100641596480192448291006415964801924482910064159648019244829100641596480192448291006415964801924482910064159648019244829" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4f8b90c2-92d7-4e0a-a350-b23b5c09682d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1650090443502259124 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16500904435022591241650090443502259124165009044350225912416500904435022591241650090443502259124165009044350225912416500904435022591241650090443502259124165009044350225912416500904435022591241650090443502259124165009044350225912416500904435022591241650090443502259124165009044350225912416500904435022591241650090443502259124165009044350225912416500904435022591241650090443502259124" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4f8b90c2-92d7-4e0a-a350-b23b5c09682d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5540fddc-30b0-4eef-853f-ab410123bd66, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5540fddc-30b0-4eef-853f-ab410123bd66, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13432360427872918360 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1343236042787291836013432360427872918360134323604278729183601343236042787291836013432360427872918360134323604278729183601343236042787291836013432360427872918360134323604278729183601343236042787291836013432360427872918360134323604278729183601343236042787291836013432360427872918360134323604278729183601343236042787291836013432360427872918360134323604278729183601343236042787291836013432360427872918360" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 93b81849-aba3-40b2-b1d9-7b4d449d3d70, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 97aa3335-1974-4ba4-805c-22767a390a86, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 97aa3335-1974-4ba4-805c-22767a390a86, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13662512063316256413 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1366251206331625641313662512063316256413136625120633162564131366251206331625641313662512063316256413136625120633162564131366251206331625641313662512063316256413136625120633162564131366251206331625641313662512063316256413136625120633162564131366251206331625641313662512063316256413136625120633162564131366251206331625641313662512063316256413136625120633162564131366251206331625641313662512063316256413" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5540fddc-30b0-4eef-853f-ab410123bd66, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d9c6aa45-6777-4e70-a0ee-4bcae4234630, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d9c6aa45-6777-4e70-a0ee-4bcae4234630, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18141764718361471368 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1814176471836147136818141764718361471368181417647183614713681814176471836147136818141764718361471368181417647183614713681814176471836147136818141764718361471368181417647183614713681814176471836147136818141764718361471368181417647183614713681814176471836147136818141764718361471368181417647183614713681814176471836147136818141764718361471368181417647183614713681814176471836147136818141764718361471368" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 97aa3335-1974-4ba4-805c-22767a390a86, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c191d2c0-b806-485c-9c29-657cc03b9767, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c191d2c0-b806-485c-9c29-657cc03b9767, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18103263622914130783 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1810326362291413078318103263622914130783181032636229141307831810326362291413078318103263622914130783181032636229141307831810326362291413078318103263622914130783181032636229141307831810326362291413078318103263622914130783181032636229141307831810326362291413078318103263622914130783181032636229141307831810326362291413078318103263622914130783181032636229141307831810326362291413078318103263622914130783" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d9c6aa45-6777-4e70-a0ee-4bcae4234630, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4f3fbfbb-1d3a-42ae-8b6f-83ba983eed1f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4f3fbfbb-1d3a-42ae-8b6f-83ba983eed1f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6636283624475547342 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66362836244755473426636283624475547342663628362447554734266362836244755473426636283624475547342663628362447554734266362836244755473426636283624475547342663628362447554734266362836244755473426636283624475547342663628362447554734266362836244755473426636283624475547342663628362447554734266362836244755473426636283624475547342663628362447554734266362836244755473426636283624475547342" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c191d2c0-b806-485c-9c29-657cc03b9767, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 45c5e45f-1dab-4a90-bc08-dc623d6bf9eb, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 45c5e45f-1dab-4a90-bc08-dc623d6bf9eb, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14694370241512350383 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1469437024151235038314694370241512350383146943702415123503831469437024151235038314694370241512350383146943702415123503831469437024151235038314694370241512350383146943702415123503831469437024151235038314694370241512350383146943702415123503831469437024151235038314694370241512350383146943702415123503831469437024151235038314694370241512350383146943702415123503831469437024151235038314694370241512350383" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4f3fbfbb-1d3a-42ae-8b6f-83ba983eed1f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 492c06cb-5b33-4f31-9e7f-1ef8f595137e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 492c06cb-5b33-4f31-9e7f-1ef8f595137e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6351243937309155879 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63512439373091558796351243937309155879635124393730915587963512439373091558796351243937309155879635124393730915587963512439373091558796351243937309155879635124393730915587963512439373091558796351243937309155879635124393730915587963512439373091558796351243937309155879635124393730915587963512439373091558796351243937309155879635124393730915587963512439373091558796351243937309155879" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 45c5e45f-1dab-4a90-bc08-dc623d6bf9eb, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, af9cc5a1-c349-4788-b969-1a4587442f78, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, af9cc5a1-c349-4788-b969-1a4587442f78, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14221528549968266008 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1422152854996826600814221528549968266008142215285499682660081422152854996826600814221528549968266008142215285499682660081422152854996826600814221528549968266008142215285499682660081422152854996826600814221528549968266008142215285499682660081422152854996826600814221528549968266008142215285499682660081422152854996826600814221528549968266008142215285499682660081422152854996826600814221528549968266008" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 492c06cb-5b33-4f31-9e7f-1ef8f595137e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 59a56f66-8845-48ad-b4aa-76bf130527f0, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 59a56f66-8845-48ad-b4aa-76bf130527f0, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11495262831370961880 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1149526283137096188011495262831370961880114952628313709618801149526283137096188011495262831370961880114952628313709618801149526283137096188011495262831370961880114952628313709618801149526283137096188011495262831370961880114952628313709618801149526283137096188011495262831370961880114952628313709618801149526283137096188011495262831370961880114952628313709618801149526283137096188011495262831370961880" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, af9cc5a1-c349-4788-b969-1a4587442f78, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 881198b0-d45b-4e1a-9388-c0a515238d28, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 881198b0-d45b-4e1a-9388-c0a515238d28, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12960278343285540873 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1296027834328554087312960278343285540873129602783432855408731296027834328554087312960278343285540873129602783432855408731296027834328554087312960278343285540873129602783432855408731296027834328554087312960278343285540873129602783432855408731296027834328554087312960278343285540873129602783432855408731296027834328554087312960278343285540873129602783432855408731296027834328554087312960278343285540873" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 59a56f66-8845-48ad-b4aa-76bf130527f0, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 28335855-7598-4880-a510-73bc619752ab, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 881198b0-d45b-4e1a-9388-c0a515238d28, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8fa7ea80-cf7a-404e-aea7-da882bf59310, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8fa7ea80-cf7a-404e-aea7-da882bf59310, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13192340033905938501 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1319234003390593850113192340033905938501131923400339059385011319234003390593850113192340033905938501131923400339059385011319234003390593850113192340033905938501131923400339059385011319234003390593850113192340033905938501131923400339059385011319234003390593850113192340033905938501131923400339059385011319234003390593850113192340033905938501131923400339059385011319234003390593850113192340033905938501" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 28335855-7598-4880-a510-73bc619752ab, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2975934470659226487 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29759344706592264872975934470659226487297593447065922648729759344706592264872975934470659226487297593447065922648729759344706592264872975934470659226487297593447065922648729759344706592264872975934470659226487297593447065922648729759344706592264872975934470659226487297593447065922648729759344706592264872975934470659226487297593447065922648729759344706592264872975934470659226487" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8fa7ea80-cf7a-404e-aea7-da882bf59310, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bfb63f40-5388-4641-b765-d54c65ccb824, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bfb63f40-5388-4641-b765-d54c65ccb824, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15261363273004784377 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1526136327300478437715261363273004784377152613632730047843771526136327300478437715261363273004784377152613632730047843771526136327300478437715261363273004784377152613632730047843771526136327300478437715261363273004784377152613632730047843771526136327300478437715261363273004784377152613632730047843771526136327300478437715261363273004784377152613632730047843771526136327300478437715261363273004784377" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 28335855-7598-4880-a510-73bc619752ab, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ad1d7eda-22ae-4a0d-b78e-6b9b91d30199, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ad1d7eda-22ae-4a0d-b78e-6b9b91d30199, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14750200015983056510 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1475020001598305651014750200015983056510147502000159830565101475020001598305651014750200015983056510147502000159830565101475020001598305651014750200015983056510147502000159830565101475020001598305651014750200015983056510147502000159830565101475020001598305651014750200015983056510147502000159830565101475020001598305651014750200015983056510147502000159830565101475020001598305651014750200015983056510" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bfb63f40-5388-4641-b765-d54c65ccb824, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e2b684a3-484f-4135-b4b3-ed34652609db, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e2b684a3-484f-4135-b4b3-ed34652609db, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1481945054931683059 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14819450549316830591481945054931683059148194505493168305914819450549316830591481945054931683059148194505493168305914819450549316830591481945054931683059148194505493168305914819450549316830591481945054931683059148194505493168305914819450549316830591481945054931683059148194505493168305914819450549316830591481945054931683059148194505493168305914819450549316830591481945054931683059" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ad1d7eda-22ae-4a0d-b78e-6b9b91d30199, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ae5bedff-2d59-429c-a141-e40a7c57fb22, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ae5bedff-2d59-429c-a141-e40a7c57fb22, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4304722054590868021 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43047220545908680214304722054590868021430472205459086802143047220545908680214304722054590868021430472205459086802143047220545908680214304722054590868021430472205459086802143047220545908680214304722054590868021430472205459086802143047220545908680214304722054590868021430472205459086802143047220545908680214304722054590868021430472205459086802143047220545908680214304722054590868021" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ae5bedff-2d59-429c-a141-e40a7c57fb22, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dfebda1a-10d0-4eec-919e-e610a58fd56c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e2b684a3-484f-4135-b4b3-ed34652609db, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dfebda1a-10d0-4eec-919e-e610a58fd56c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10429416334195007170 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1042941633419500717010429416334195007170104294163341950071701042941633419500717010429416334195007170104294163341950071701042941633419500717010429416334195007170104294163341950071701042941633419500717010429416334195007170104294163341950071701042941633419500717010429416334195007170104294163341950071701042941633419500717010429416334195007170104294163341950071701042941633419500717010429416334195007170" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2ba9080d-c477-4d1d-82cf-3f5a8cee3d27, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2ba9080d-c477-4d1d-82cf-3f5a8cee3d27, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6959555447064177176 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69595554470641771766959555447064177176695955544706417717669595554470641771766959555447064177176695955544706417717669595554470641771766959555447064177176695955544706417717669595554470641771766959555447064177176695955544706417717669595554470641771766959555447064177176695955544706417717669595554470641771766959555447064177176695955544706417717669595554470641771766959555447064177176" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dfebda1a-10d0-4eec-919e-e610a58fd56c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, de87bd53-f5f8-413f-8a95-822f02183a3f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, de87bd53-f5f8-413f-8a95-822f02183a3f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3464195193449877981 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34641951934498779813464195193449877981346419519344987798134641951934498779813464195193449877981346419519344987798134641951934498779813464195193449877981346419519344987798134641951934498779813464195193449877981346419519344987798134641951934498779813464195193449877981346419519344987798134641951934498779813464195193449877981346419519344987798134641951934498779813464195193449877981" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2ba9080d-c477-4d1d-82cf-3f5a8cee3d27, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c6b25d7d-9f00-4bc5-8786-91a3a7482777, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c6b25d7d-9f00-4bc5-8786-91a3a7482777, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15529045692193115891 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1552904569219311589115529045692193115891155290456921931158911552904569219311589115529045692193115891155290456921931158911552904569219311589115529045692193115891155290456921931158911552904569219311589115529045692193115891155290456921931158911552904569219311589115529045692193115891155290456921931158911552904569219311589115529045692193115891155290456921931158911552904569219311589115529045692193115891" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, de87bd53-f5f8-413f-8a95-822f02183a3f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c14cd93d-113c-4168-aa0d-f1ab1dc5185b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c14cd93d-113c-4168-aa0d-f1ab1dc5185b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12135944488076618089 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1213594448807661808912135944488076618089121359444880766180891213594448807661808912135944488076618089121359444880766180891213594448807661808912135944488076618089121359444880766180891213594448807661808912135944488076618089121359444880766180891213594448807661808912135944488076618089121359444880766180891213594448807661808912135944488076618089121359444880766180891213594448807661808912135944488076618089" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c6b25d7d-9f00-4bc5-8786-91a3a7482777, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1a8151cc-4d2c-4d32-925b-23fe3656edf3, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1a8151cc-4d2c-4d32-925b-23fe3656edf3, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5976462908260379772 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59764629082603797725976462908260379772597646290826037977259764629082603797725976462908260379772597646290826037977259764629082603797725976462908260379772597646290826037977259764629082603797725976462908260379772597646290826037977259764629082603797725976462908260379772597646290826037977259764629082603797725976462908260379772597646290826037977259764629082603797725976462908260379772" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c14cd93d-113c-4168-aa0d-f1ab1dc5185b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0b2d731c-f86a-4766-819f-03a9822667fd, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0b2d731c-f86a-4766-819f-03a9822667fd, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2855728656425891567 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28557286564258915672855728656425891567285572865642589156728557286564258915672855728656425891567285572865642589156728557286564258915672855728656425891567285572865642589156728557286564258915672855728656425891567285572865642589156728557286564258915672855728656425891567285572865642589156728557286564258915672855728656425891567285572865642589156728557286564258915672855728656425891567" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1a8151cc-4d2c-4d32-925b-23fe3656edf3, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fc361919-13b9-46d4-9ac8-3d9b0f483df4, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fc361919-13b9-46d4-9ac8-3d9b0f483df4, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17803972415643721420 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1780397241564372142017803972415643721420178039724156437214201780397241564372142017803972415643721420178039724156437214201780397241564372142017803972415643721420178039724156437214201780397241564372142017803972415643721420178039724156437214201780397241564372142017803972415643721420178039724156437214201780397241564372142017803972415643721420178039724156437214201780397241564372142017803972415643721420" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0b2d731c-f86a-4766-819f-03a9822667fd, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1b682d09-94b0-4a67-9c62-ae339eda9707, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1b682d09-94b0-4a67-9c62-ae339eda9707, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11915640541840598400 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1191564054184059840011915640541840598400119156405418405984001191564054184059840011915640541840598400119156405418405984001191564054184059840011915640541840598400119156405418405984001191564054184059840011915640541840598400119156405418405984001191564054184059840011915640541840598400119156405418405984001191564054184059840011915640541840598400119156405418405984001191564054184059840011915640541840598400" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fc361919-13b9-46d4-9ac8-3d9b0f483df4, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 53442878-a09d-4321-a098-4a094999a625, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 53442878-a09d-4321-a098-4a094999a625, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10413340011428586653 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1041334001142858665310413340011428586653104133400114285866531041334001142858665310413340011428586653104133400114285866531041334001142858665310413340011428586653104133400114285866531041334001142858665310413340011428586653104133400114285866531041334001142858665310413340011428586653104133400114285866531041334001142858665310413340011428586653104133400114285866531041334001142858665310413340011428586653" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1b682d09-94b0-4a67-9c62-ae339eda9707, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c6021519-2fb9-4a83-8c58-30d3271e7d60, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c6021519-2fb9-4a83-8c58-30d3271e7d60, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9422149286471324558 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94221492864713245589422149286471324558942214928647132455894221492864713245589422149286471324558942214928647132455894221492864713245589422149286471324558942214928647132455894221492864713245589422149286471324558942214928647132455894221492864713245589422149286471324558942214928647132455894221492864713245589422149286471324558942214928647132455894221492864713245589422149286471324558" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 53442878-a09d-4321-a098-4a094999a625, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 298bd9d7-cb75-4528-b5a4-bf52183275fe, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 298bd9d7-cb75-4528-b5a4-bf52183275fe, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15782731490261099174 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1578273149026109917415782731490261099174157827314902610991741578273149026109917415782731490261099174157827314902610991741578273149026109917415782731490261099174157827314902610991741578273149026109917415782731490261099174157827314902610991741578273149026109917415782731490261099174157827314902610991741578273149026109917415782731490261099174157827314902610991741578273149026109917415782731490261099174" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c6021519-2fb9-4a83-8c58-30d3271e7d60, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ea35c0b7-ee33-4a6d-a0bc-bf8ee479d316, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ea35c0b7-ee33-4a6d-a0bc-bf8ee479d316, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2075676891038559261 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20756768910385592612075676891038559261207567689103855926120756768910385592612075676891038559261207567689103855926120756768910385592612075676891038559261207567689103855926120756768910385592612075676891038559261207567689103855926120756768910385592612075676891038559261207567689103855926120756768910385592612075676891038559261207567689103855926120756768910385592612075676891038559261" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 298bd9d7-cb75-4528-b5a4-bf52183275fe, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 857b453a-e40a-44f7-8c96-d24a7f655c00, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 857b453a-e40a-44f7-8c96-d24a7f655c00, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1648731871109602907 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16487318711096029071648731871109602907164873187110960290716487318711096029071648731871109602907164873187110960290716487318711096029071648731871109602907164873187110960290716487318711096029071648731871109602907164873187110960290716487318711096029071648731871109602907164873187110960290716487318711096029071648731871109602907164873187110960290716487318711096029071648731871109602907" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ea35c0b7-ee33-4a6d-a0bc-bf8ee479d316, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9c7c2c76-6f47-49e9-a249-49f821265957, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9c7c2c76-6f47-49e9-a249-49f821265957, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8396564889416719110 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83965648894167191108396564889416719110839656488941671911083965648894167191108396564889416719110839656488941671911083965648894167191108396564889416719110839656488941671911083965648894167191108396564889416719110839656488941671911083965648894167191108396564889416719110839656488941671911083965648894167191108396564889416719110839656488941671911083965648894167191108396564889416719110" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 857b453a-e40a-44f7-8c96-d24a7f655c00, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 70f03a38-e43c-46e7-a078-ad538495ac63, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 70f03a38-e43c-46e7-a078-ad538495ac63, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1126386233468570300 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11263862334685703001126386233468570300112638623346857030011263862334685703001126386233468570300112638623346857030011263862334685703001126386233468570300112638623346857030011263862334685703001126386233468570300112638623346857030011263862334685703001126386233468570300112638623346857030011263862334685703001126386233468570300112638623346857030011263862334685703001126386233468570300" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9c7c2c76-6f47-49e9-a249-49f821265957, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3f430877-46c2-4de4-91ca-3bfc9dbba4fd, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3f430877-46c2-4de4-91ca-3bfc9dbba4fd, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8630623015640286438 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86306230156402864388630623015640286438863062301564028643886306230156402864388630623015640286438863062301564028643886306230156402864388630623015640286438863062301564028643886306230156402864388630623015640286438863062301564028643886306230156402864388630623015640286438863062301564028643886306230156402864388630623015640286438863062301564028643886306230156402864388630623015640286438" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 70f03a38-e43c-46e7-a078-ad538495ac63, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 91f9fb6a-2be9-4cf4-a258-a05704be3ac7, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 91f9fb6a-2be9-4cf4-a258-a05704be3ac7, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11596424710600739174 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1159642471060073917411596424710600739174115964247106007391741159642471060073917411596424710600739174115964247106007391741159642471060073917411596424710600739174115964247106007391741159642471060073917411596424710600739174115964247106007391741159642471060073917411596424710600739174115964247106007391741159642471060073917411596424710600739174115964247106007391741159642471060073917411596424710600739174" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3f430877-46c2-4de4-91ca-3bfc9dbba4fd, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b71207ec-e2d8-4e66-8b54-05f3f7e80809, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b71207ec-e2d8-4e66-8b54-05f3f7e80809, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17157151586198593964 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1715715158619859396417157151586198593964171571515861985939641715715158619859396417157151586198593964171571515861985939641715715158619859396417157151586198593964171571515861985939641715715158619859396417157151586198593964171571515861985939641715715158619859396417157151586198593964171571515861985939641715715158619859396417157151586198593964171571515861985939641715715158619859396417157151586198593964" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 91f9fb6a-2be9-4cf4-a258-a05704be3ac7, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b71207ec-e2d8-4e66-8b54-05f3f7e80809, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2f35c237-a48d-4a17-9a60-ba3781630667, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2f35c237-a48d-4a17-9a60-ba3781630667, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7814175337859481527 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78141753378594815277814175337859481527781417533785948152778141753378594815277814175337859481527781417533785948152778141753378594815277814175337859481527781417533785948152778141753378594815277814175337859481527781417533785948152778141753378594815277814175337859481527781417533785948152778141753378594815277814175337859481527781417533785948152778141753378594815277814175337859481527" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4535d1b3-6c4e-4c2e-aa67-f001617c6243, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4535d1b3-6c4e-4c2e-aa67-f001617c6243, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7842671657885802207 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78426716578858022077842671657885802207784267165788580220778426716578858022077842671657885802207784267165788580220778426716578858022077842671657885802207784267165788580220778426716578858022077842671657885802207784267165788580220778426716578858022077842671657885802207784267165788580220778426716578858022077842671657885802207784267165788580220778426716578858022077842671657885802207" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4535d1b3-6c4e-4c2e-aa67-f001617c6243, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9d2521ea-34d0-438f-b618-01bcdbf76426, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9d2521ea-34d0-438f-b618-01bcdbf76426, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6015006048457076411 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60150060484570764116015006048457076411601500604845707641160150060484570764116015006048457076411601500604845707641160150060484570764116015006048457076411601500604845707641160150060484570764116015006048457076411601500604845707641160150060484570764116015006048457076411601500604845707641160150060484570764116015006048457076411601500604845707641160150060484570764116015006048457076411" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2f35c237-a48d-4a17-9a60-ba3781630667, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6ed9a480-8228-4bed-9a3d-902ec182c46f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6ed9a480-8228-4bed-9a3d-902ec182c46f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5045448090014721219 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50454480900147212195045448090014721219504544809001472121950454480900147212195045448090014721219504544809001472121950454480900147212195045448090014721219504544809001472121950454480900147212195045448090014721219504544809001472121950454480900147212195045448090014721219504544809001472121950454480900147212195045448090014721219504544809001472121950454480900147212195045448090014721219" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9d2521ea-34d0-438f-b618-01bcdbf76426, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8b0cdbe1-becb-4d62-98e3-7437201917a4, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8b0cdbe1-becb-4d62-98e3-7437201917a4, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5065531247967945064 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50655312479679450645065531247967945064506553124796794506450655312479679450645065531247967945064506553124796794506450655312479679450645065531247967945064506553124796794506450655312479679450645065531247967945064506553124796794506450655312479679450645065531247967945064506553124796794506450655312479679450645065531247967945064506553124796794506450655312479679450645065531247967945064" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6ed9a480-8228-4bed-9a3d-902ec182c46f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8b5c6181-3ff2-4794-b944-7dfa262ef694, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8b5c6181-3ff2-4794-b944-7dfa262ef694, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13546093126931947347 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1354609312693194734713546093126931947347135460931269319473471354609312693194734713546093126931947347135460931269319473471354609312693194734713546093126931947347135460931269319473471354609312693194734713546093126931947347135460931269319473471354609312693194734713546093126931947347135460931269319473471354609312693194734713546093126931947347135460931269319473471354609312693194734713546093126931947347" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8b0cdbe1-becb-4d62-98e3-7437201917a4, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1f2063ab-6058-48b2-acee-ceb0a7d41c1d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1f2063ab-6058-48b2-acee-ceb0a7d41c1d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13327252664422742426 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1332725266442274242613327252664422742426133272526644227424261332725266442274242613327252664422742426133272526644227424261332725266442274242613327252664422742426133272526644227424261332725266442274242613327252664422742426133272526644227424261332725266442274242613327252664422742426133272526644227424261332725266442274242613327252664422742426133272526644227424261332725266442274242613327252664422742426" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8b5c6181-3ff2-4794-b944-7dfa262ef694, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7bdfc265-7d01-46aa-b0ae-68991fb953f4, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7bdfc265-7d01-46aa-b0ae-68991fb953f4, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5228575063534492547 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52285750635344925475228575063534492547522857506353449254752285750635344925475228575063534492547522857506353449254752285750635344925475228575063534492547522857506353449254752285750635344925475228575063534492547522857506353449254752285750635344925475228575063534492547522857506353449254752285750635344925475228575063534492547522857506353449254752285750635344925475228575063534492547" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1f2063ab-6058-48b2-acee-ceb0a7d41c1d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7bdfc265-7d01-46aa-b0ae-68991fb953f4, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 35e0c35a-a163-4cda-902b-b95ee718eed3, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 82f7529d-2f11-4ed2-9171-0eaa04d9d0bd, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 82f7529d-2f11-4ed2-9171-0eaa04d9d0bd, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11218434733538288264 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1121843473353828826411218434733538288264112184347335382882641121843473353828826411218434733538288264112184347335382882641121843473353828826411218434733538288264112184347335382882641121843473353828826411218434733538288264112184347335382882641121843473353828826411218434733538288264112184347335382882641121843473353828826411218434733538288264112184347335382882641121843473353828826411218434733538288264" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 35e0c35a-a163-4cda-902b-b95ee718eed3, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15748265778907454179 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1574826577890745417915748265778907454179157482657789074541791574826577890745417915748265778907454179157482657789074541791574826577890745417915748265778907454179157482657789074541791574826577890745417915748265778907454179157482657789074541791574826577890745417915748265778907454179157482657789074541791574826577890745417915748265778907454179157482657789074541791574826577890745417915748265778907454179" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 35e0c35a-a163-4cda-902b-b95ee718eed3, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6794fbf0-15e3-447b-b5a9-103f2e5f7326, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6794fbf0-15e3-447b-b5a9-103f2e5f7326, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4642560669510301821 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46425606695103018214642560669510301821464256066951030182146425606695103018214642560669510301821464256066951030182146425606695103018214642560669510301821464256066951030182146425606695103018214642560669510301821464256066951030182146425606695103018214642560669510301821464256066951030182146425606695103018214642560669510301821464256066951030182146425606695103018214642560669510301821" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 82f7529d-2f11-4ed2-9171-0eaa04d9d0bd, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 831432fe-74d1-4347-b043-1e3aaa53ffc2, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 831432fe-74d1-4347-b043-1e3aaa53ffc2, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5514944731133173634 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55149447311331736345514944731133173634551494473113317363455149447311331736345514944731133173634551494473113317363455149447311331736345514944731133173634551494473113317363455149447311331736345514944731133173634551494473113317363455149447311331736345514944731133173634551494473113317363455149447311331736345514944731133173634551494473113317363455149447311331736345514944731133173634" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6794fbf0-15e3-447b-b5a9-103f2e5f7326, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d41fbd9a-d9d4-477d-8e70-a070d76f6042, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d41fbd9a-d9d4-477d-8e70-a070d76f6042, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3622050736734336384 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36220507367343363843622050736734336384362205073673433638436220507367343363843622050736734336384362205073673433638436220507367343363843622050736734336384362205073673433638436220507367343363843622050736734336384362205073673433638436220507367343363843622050736734336384362205073673433638436220507367343363843622050736734336384362205073673433638436220507367343363843622050736734336384" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 831432fe-74d1-4347-b043-1e3aaa53ffc2, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f6db18b9-a3e6-4344-a530-23f81b9918ba, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f6db18b9-a3e6-4344-a530-23f81b9918ba, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8817822565945401624 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88178225659454016248817822565945401624881782256594540162488178225659454016248817822565945401624881782256594540162488178225659454016248817822565945401624881782256594540162488178225659454016248817822565945401624881782256594540162488178225659454016248817822565945401624881782256594540162488178225659454016248817822565945401624881782256594540162488178225659454016248817822565945401624" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d41fbd9a-d9d4-477d-8e70-a070d76f6042, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 066c7d9c-b8ae-4b65-a4be-4f946a56cd25, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 066c7d9c-b8ae-4b65-a4be-4f946a56cd25, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17841866560468925311 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1784186656046892531117841866560468925311178418665604689253111784186656046892531117841866560468925311178418665604689253111784186656046892531117841866560468925311178418665604689253111784186656046892531117841866560468925311178418665604689253111784186656046892531117841866560468925311178418665604689253111784186656046892531117841866560468925311178418665604689253111784186656046892531117841866560468925311" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f6db18b9-a3e6-4344-a530-23f81b9918ba, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d3a2d04f-4e1a-4b08-abe5-a9a8ffca3f60, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d3a2d04f-4e1a-4b08-abe5-a9a8ffca3f60, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15211467023305512028 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1521146702330551202815211467023305512028152114670233055120281521146702330551202815211467023305512028152114670233055120281521146702330551202815211467023305512028152114670233055120281521146702330551202815211467023305512028152114670233055120281521146702330551202815211467023305512028152114670233055120281521146702330551202815211467023305512028152114670233055120281521146702330551202815211467023305512028" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 066c7d9c-b8ae-4b65-a4be-4f946a56cd25, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 62768a10-9246-4517-9d2b-a8ee5d8e69cb, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 62768a10-9246-4517-9d2b-a8ee5d8e69cb, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1367564256758280883 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13675642567582808831367564256758280883136756425675828088313675642567582808831367564256758280883136756425675828088313675642567582808831367564256758280883136756425675828088313675642567582808831367564256758280883136756425675828088313675642567582808831367564256758280883136756425675828088313675642567582808831367564256758280883136756425675828088313675642567582808831367564256758280883" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d3a2d04f-4e1a-4b08-abe5-a9a8ffca3f60, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e7ec00b9-0f06-4360-9267-072122900ccf, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e7ec00b9-0f06-4360-9267-072122900ccf, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12340562117689052070 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1234056211768905207012340562117689052070123405621176890520701234056211768905207012340562117689052070123405621176890520701234056211768905207012340562117689052070123405621176890520701234056211768905207012340562117689052070123405621176890520701234056211768905207012340562117689052070123405621176890520701234056211768905207012340562117689052070123405621176890520701234056211768905207012340562117689052070" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 62768a10-9246-4517-9d2b-a8ee5d8e69cb, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 13bc00ff-1778-4ed2-b1d7-308732a678fd, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 13bc00ff-1778-4ed2-b1d7-308732a678fd, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5684738474744955246 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56847384747449552465684738474744955246568473847474495524656847384747449552465684738474744955246568473847474495524656847384747449552465684738474744955246568473847474495524656847384747449552465684738474744955246568473847474495524656847384747449552465684738474744955246568473847474495524656847384747449552465684738474744955246568473847474495524656847384747449552465684738474744955246" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e7ec00b9-0f06-4360-9267-072122900ccf, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 096ca72a-5ee7-487c-b214-f581d4c285aa, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 096ca72a-5ee7-487c-b214-f581d4c285aa, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2457471458305937411 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24574714583059374112457471458305937411245747145830593741124574714583059374112457471458305937411245747145830593741124574714583059374112457471458305937411245747145830593741124574714583059374112457471458305937411245747145830593741124574714583059374112457471458305937411245747145830593741124574714583059374112457471458305937411245747145830593741124574714583059374112457471458305937411" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 13bc00ff-1778-4ed2-b1d7-308732a678fd, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3875d83a-d02b-4740-b71f-828b1b2fe41e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3875d83a-d02b-4740-b71f-828b1b2fe41e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17370636638296525344 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1737063663829652534417370636638296525344173706366382965253441737063663829652534417370636638296525344173706366382965253441737063663829652534417370636638296525344173706366382965253441737063663829652534417370636638296525344173706366382965253441737063663829652534417370636638296525344173706366382965253441737063663829652534417370636638296525344173706366382965253441737063663829652534417370636638296525344" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 096ca72a-5ee7-487c-b214-f581d4c285aa, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 258cb874-056c-49b3-b0f5-6a4cc435a8e9, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 258cb874-056c-49b3-b0f5-6a4cc435a8e9, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2055418870321988456 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20554188703219884562055418870321988456205541887032198845620554188703219884562055418870321988456205541887032198845620554188703219884562055418870321988456205541887032198845620554188703219884562055418870321988456205541887032198845620554188703219884562055418870321988456205541887032198845620554188703219884562055418870321988456205541887032198845620554188703219884562055418870321988456" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3875d83a-d02b-4740-b71f-828b1b2fe41e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 34ffecce-83e7-4f58-a3bc-8bacb503fd42, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 34ffecce-83e7-4f58-a3bc-8bacb503fd42, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7396653796520627705 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73966537965206277057396653796520627705739665379652062770573966537965206277057396653796520627705739665379652062770573966537965206277057396653796520627705739665379652062770573966537965206277057396653796520627705739665379652062770573966537965206277057396653796520627705739665379652062770573966537965206277057396653796520627705739665379652062770573966537965206277057396653796520627705" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 258cb874-056c-49b3-b0f5-6a4cc435a8e9, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0a2bd024-c80c-4e16-b740-3744c45bee90, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0a2bd024-c80c-4e16-b740-3744c45bee90, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4923458515372058132 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49234585153720581324923458515372058132492345851537205813249234585153720581324923458515372058132492345851537205813249234585153720581324923458515372058132492345851537205813249234585153720581324923458515372058132492345851537205813249234585153720581324923458515372058132492345851537205813249234585153720581324923458515372058132492345851537205813249234585153720581324923458515372058132" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 34ffecce-83e7-4f58-a3bc-8bacb503fd42, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5f75f431-66d9-4c40-8d5f-ed8ed3bd403d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5f75f431-66d9-4c40-8d5f-ed8ed3bd403d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4532086153207259538 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45320861532072595384532086153207259538453208615320725953845320861532072595384532086153207259538453208615320725953845320861532072595384532086153207259538453208615320725953845320861532072595384532086153207259538453208615320725953845320861532072595384532086153207259538453208615320725953845320861532072595384532086153207259538453208615320725953845320861532072595384532086153207259538" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0a2bd024-c80c-4e16-b740-3744c45bee90, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6b8740e1-e2b7-4cf7-a5c6-42d88e6ac077, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5f75f431-66d9-4c40-8d5f-ed8ed3bd403d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 685bcb18-9b23-4880-b415-3ccbbea55900, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 685bcb18-9b23-4880-b415-3ccbbea55900, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5736690837088995085 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57366908370889950855736690837088995085573669083708899508557366908370889950855736690837088995085573669083708899508557366908370889950855736690837088995085573669083708899508557366908370889950855736690837088995085573669083708899508557366908370889950855736690837088995085573669083708899508557366908370889950855736690837088995085573669083708899508557366908370889950855736690837088995085" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6b8740e1-e2b7-4cf7-a5c6-42d88e6ac077, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14931616060447343193 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1493161606044734319314931616060447343193149316160604473431931493161606044734319314931616060447343193149316160604473431931493161606044734319314931616060447343193149316160604473431931493161606044734319314931616060447343193149316160604473431931493161606044734319314931616060447343193149316160604473431931493161606044734319314931616060447343193149316160604473431931493161606044734319314931616060447343193" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 685bcb18-9b23-4880-b415-3ccbbea55900, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a0d25d9d-f983-4fe1-995a-6e472d44201e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a0d25d9d-f983-4fe1-995a-6e472d44201e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7249298528361456013 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72492985283614560137249298528361456013724929852836145601372492985283614560137249298528361456013724929852836145601372492985283614560137249298528361456013724929852836145601372492985283614560137249298528361456013724929852836145601372492985283614560137249298528361456013724929852836145601372492985283614560137249298528361456013724929852836145601372492985283614560137249298528361456013" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6b8740e1-e2b7-4cf7-a5c6-42d88e6ac077, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 99baa529-d247-4a62-8d32-b8b86e706e01, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 99baa529-d247-4a62-8d32-b8b86e706e01, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15429386350353694717 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1542938635035369471715429386350353694717154293863503536947171542938635035369471715429386350353694717154293863503536947171542938635035369471715429386350353694717154293863503536947171542938635035369471715429386350353694717154293863503536947171542938635035369471715429386350353694717154293863503536947171542938635035369471715429386350353694717154293863503536947171542938635035369471715429386350353694717" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a0d25d9d-f983-4fe1-995a-6e472d44201e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 629948e2-d2da-42f9-aa42-cea710e97601, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 629948e2-d2da-42f9-aa42-cea710e97601, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15574653607743410593 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1557465360774341059315574653607743410593155746536077434105931557465360774341059315574653607743410593155746536077434105931557465360774341059315574653607743410593155746536077434105931557465360774341059315574653607743410593155746536077434105931557465360774341059315574653607743410593155746536077434105931557465360774341059315574653607743410593155746536077434105931557465360774341059315574653607743410593" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 99baa529-d247-4a62-8d32-b8b86e706e01, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2b44002a-6618-4eb2-adbb-0145ad5e2af3, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2b44002a-6618-4eb2-adbb-0145ad5e2af3, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18306470237275243408 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1830647023727524340818306470237275243408183064702372752434081830647023727524340818306470237275243408183064702372752434081830647023727524340818306470237275243408183064702372752434081830647023727524340818306470237275243408183064702372752434081830647023727524340818306470237275243408183064702372752434081830647023727524340818306470237275243408183064702372752434081830647023727524340818306470237275243408" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 629948e2-d2da-42f9-aa42-cea710e97601, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5439b009-e81b-4d4f-abcd-4b767038ed5c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5439b009-e81b-4d4f-abcd-4b767038ed5c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3788005909940198412 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37880059099401984123788005909940198412378800590994019841237880059099401984123788005909940198412378800590994019841237880059099401984123788005909940198412378800590994019841237880059099401984123788005909940198412378800590994019841237880059099401984123788005909940198412378800590994019841237880059099401984123788005909940198412378800590994019841237880059099401984123788005909940198412" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2b44002a-6618-4eb2-adbb-0145ad5e2af3, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c9e002b5-1f75-40a3-9c02-0cf27dd36799, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c9e002b5-1f75-40a3-9c02-0cf27dd36799, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12268842359074643442 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1226884235907464344212268842359074643442122688423590746434421226884235907464344212268842359074643442122688423590746434421226884235907464344212268842359074643442122688423590746434421226884235907464344212268842359074643442122688423590746434421226884235907464344212268842359074643442122688423590746434421226884235907464344212268842359074643442122688423590746434421226884235907464344212268842359074643442" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c9e002b5-1f75-40a3-9c02-0cf27dd36799, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1f4252f8-e379-460f-a7b9-5a83034bcecb, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1f4252f8-e379-460f-a7b9-5a83034bcecb, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2749403655653489306 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27494036556534893062749403655653489306274940365565348930627494036556534893062749403655653489306274940365565348930627494036556534893062749403655653489306274940365565348930627494036556534893062749403655653489306274940365565348930627494036556534893062749403655653489306274940365565348930627494036556534893062749403655653489306274940365565348930627494036556534893062749403655653489306" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5439b009-e81b-4d4f-abcd-4b767038ed5c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7cef0b7e-c99f-40af-92ef-79d8cdfd8d43, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7cef0b7e-c99f-40af-92ef-79d8cdfd8d43, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7530053082071732928 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75300530820717329287530053082071732928753005308207173292875300530820717329287530053082071732928753005308207173292875300530820717329287530053082071732928753005308207173292875300530820717329287530053082071732928753005308207173292875300530820717329287530053082071732928753005308207173292875300530820717329287530053082071732928753005308207173292875300530820717329287530053082071732928" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1f4252f8-e379-460f-a7b9-5a83034bcecb, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ffaa1ada-25e3-443c-b56f-227974fb2bbe, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ffaa1ada-25e3-443c-b56f-227974fb2bbe, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16610107126995165945 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1661010712699516594516610107126995165945166101071269951659451661010712699516594516610107126995165945166101071269951659451661010712699516594516610107126995165945166101071269951659451661010712699516594516610107126995165945166101071269951659451661010712699516594516610107126995165945166101071269951659451661010712699516594516610107126995165945166101071269951659451661010712699516594516610107126995165945" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7cef0b7e-c99f-40af-92ef-79d8cdfd8d43, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 031a1824-6117-456d-9f8f-8d4ff4204706, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 031a1824-6117-456d-9f8f-8d4ff4204706, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12872737868646402552 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1287273786864640255212872737868646402552128727378686464025521287273786864640255212872737868646402552128727378686464025521287273786864640255212872737868646402552128727378686464025521287273786864640255212872737868646402552128727378686464025521287273786864640255212872737868646402552128727378686464025521287273786864640255212872737868646402552128727378686464025521287273786864640255212872737868646402552" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ffaa1ada-25e3-443c-b56f-227974fb2bbe, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d657b7bb-7360-4aa5-a959-fe57404d7268, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d657b7bb-7360-4aa5-a959-fe57404d7268, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6454389682152280217 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64543896821522802176454389682152280217645438968215228021764543896821522802176454389682152280217645438968215228021764543896821522802176454389682152280217645438968215228021764543896821522802176454389682152280217645438968215228021764543896821522802176454389682152280217645438968215228021764543896821522802176454389682152280217645438968215228021764543896821522802176454389682152280217" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 031a1824-6117-456d-9f8f-8d4ff4204706, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d2bc9c56-3986-41e1-a48d-fb6ffbcf938e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d2bc9c56-3986-41e1-a48d-fb6ffbcf938e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 110184681517672317 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "110184681517672317110184681517672317110184681517672317110184681517672317110184681517672317110184681517672317110184681517672317110184681517672317110184681517672317110184681517672317110184681517672317110184681517672317110184681517672317110184681517672317110184681517672317110184681517672317110184681517672317110184681517672317110184681517672317110184681517672317" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d657b7bb-7360-4aa5-a959-fe57404d7268, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 139a46d2-f88c-4ccd-9127-71ab4fe0d2dd, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 139a46d2-f88c-4ccd-9127-71ab4fe0d2dd, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9269558532890233120 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92695585328902331209269558532890233120926955853289023312092695585328902331209269558532890233120926955853289023312092695585328902331209269558532890233120926955853289023312092695585328902331209269558532890233120926955853289023312092695585328902331209269558532890233120926955853289023312092695585328902331209269558532890233120926955853289023312092695585328902331209269558532890233120" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d2bc9c56-3986-41e1-a48d-fb6ffbcf938e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dddcf882-408a-4576-8c49-ab57f6e27410, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dddcf882-408a-4576-8c49-ab57f6e27410, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11843765189053751736 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1184376518905375173611843765189053751736118437651890537517361184376518905375173611843765189053751736118437651890537517361184376518905375173611843765189053751736118437651890537517361184376518905375173611843765189053751736118437651890537517361184376518905375173611843765189053751736118437651890537517361184376518905375173611843765189053751736118437651890537517361184376518905375173611843765189053751736" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 139a46d2-f88c-4ccd-9127-71ab4fe0d2dd, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ea98883e-a39f-4dff-9fe6-ae5d8e078016, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ea98883e-a39f-4dff-9fe6-ae5d8e078016, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11774876171181947103 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1177487617118194710311774876171181947103117748761711819471031177487617118194710311774876171181947103117748761711819471031177487617118194710311774876171181947103117748761711819471031177487617118194710311774876171181947103117748761711819471031177487617118194710311774876171181947103117748761711819471031177487617118194710311774876171181947103117748761711819471031177487617118194710311774876171181947103" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dddcf882-408a-4576-8c49-ab57f6e27410, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7867a79c-7c5b-4641-bc55-3df28712ab6b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7867a79c-7c5b-4641-bc55-3df28712ab6b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15088984585902842046 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1508898458590284204615088984585902842046150889845859028420461508898458590284204615088984585902842046150889845859028420461508898458590284204615088984585902842046150889845859028420461508898458590284204615088984585902842046150889845859028420461508898458590284204615088984585902842046150889845859028420461508898458590284204615088984585902842046150889845859028420461508898458590284204615088984585902842046" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ea98883e-a39f-4dff-9fe6-ae5d8e078016, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4766f8bc-e702-4d2f-aa5d-6940211e41fe, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4766f8bc-e702-4d2f-aa5d-6940211e41fe, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10240198630016760174 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1024019863001676017410240198630016760174102401986300167601741024019863001676017410240198630016760174102401986300167601741024019863001676017410240198630016760174102401986300167601741024019863001676017410240198630016760174102401986300167601741024019863001676017410240198630016760174102401986300167601741024019863001676017410240198630016760174102401986300167601741024019863001676017410240198630016760174" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7867a79c-7c5b-4641-bc55-3df28712ab6b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0caacaf6-cdc6-4485-b16a-42e0bf1e9e9d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0caacaf6-cdc6-4485-b16a-42e0bf1e9e9d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11555470254308170982 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1155547025430817098211555470254308170982115554702543081709821155547025430817098211555470254308170982115554702543081709821155547025430817098211555470254308170982115554702543081709821155547025430817098211555470254308170982115554702543081709821155547025430817098211555470254308170982115554702543081709821155547025430817098211555470254308170982115554702543081709821155547025430817098211555470254308170982" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4766f8bc-e702-4d2f-aa5d-6940211e41fe, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6099728c-f43a-4e20-b54b-0174ff8b65e6, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0caacaf6-cdc6-4485-b16a-42e0bf1e9e9d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6099728c-f43a-4e20-b54b-0174ff8b65e6, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 347438745737190073 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "347438745737190073347438745737190073347438745737190073347438745737190073347438745737190073347438745737190073347438745737190073347438745737190073347438745737190073347438745737190073347438745737190073347438745737190073347438745737190073347438745737190073347438745737190073347438745737190073347438745737190073347438745737190073347438745737190073347438745737190073" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a4c660f8-76de-410d-afaa-899cfdb3b75a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a4c660f8-76de-410d-afaa-899cfdb3b75a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3315148987652943219 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33151489876529432193315148987652943219331514898765294321933151489876529432193315148987652943219331514898765294321933151489876529432193315148987652943219331514898765294321933151489876529432193315148987652943219331514898765294321933151489876529432193315148987652943219331514898765294321933151489876529432193315148987652943219331514898765294321933151489876529432193315148987652943219" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6099728c-f43a-4e20-b54b-0174ff8b65e6, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a4c660f8-76de-410d-afaa-899cfdb3b75a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f53426c0-cb15-4576-93a4-67539c985a46, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f53426c0-cb15-4576-93a4-67539c985a46, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12232743481237336032 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1223274348123733603212232743481237336032122327434812373360321223274348123733603212232743481237336032122327434812373360321223274348123733603212232743481237336032122327434812373360321223274348123733603212232743481237336032122327434812373360321223274348123733603212232743481237336032122327434812373360321223274348123733603212232743481237336032122327434812373360321223274348123733603212232743481237336032" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 810eb90a-ab04-4bfc-8df1-2568ed1154f7, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 810eb90a-ab04-4bfc-8df1-2568ed1154f7, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11749703818958537630 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1174970381895853763011749703818958537630117497038189585376301174970381895853763011749703818958537630117497038189585376301174970381895853763011749703818958537630117497038189585376301174970381895853763011749703818958537630117497038189585376301174970381895853763011749703818958537630117497038189585376301174970381895853763011749703818958537630117497038189585376301174970381895853763011749703818958537630" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f53426c0-cb15-4576-93a4-67539c985a46, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 58d645ab-81b2-4cc1-802a-3f4d349b9f55, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 58d645ab-81b2-4cc1-802a-3f4d349b9f55, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6826932678375659341 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68269326783756593416826932678375659341682693267837565934168269326783756593416826932678375659341682693267837565934168269326783756593416826932678375659341682693267837565934168269326783756593416826932678375659341682693267837565934168269326783756593416826932678375659341682693267837565934168269326783756593416826932678375659341682693267837565934168269326783756593416826932678375659341" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 810eb90a-ab04-4bfc-8df1-2568ed1154f7, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 641c4fcd-877b-4c3b-9bf8-071b0729bc4b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 641c4fcd-877b-4c3b-9bf8-071b0729bc4b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8168396127762657446 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81683961277626574468168396127762657446816839612776265744681683961277626574468168396127762657446816839612776265744681683961277626574468168396127762657446816839612776265744681683961277626574468168396127762657446816839612776265744681683961277626574468168396127762657446816839612776265744681683961277626574468168396127762657446816839612776265744681683961277626574468168396127762657446" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 58d645ab-81b2-4cc1-802a-3f4d349b9f55, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 787c60a7-4e68-4fce-ba72-3529e67038bb, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 787c60a7-4e68-4fce-ba72-3529e67038bb, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10385854020913859037 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1038585402091385903710385854020913859037103858540209138590371038585402091385903710385854020913859037103858540209138590371038585402091385903710385854020913859037103858540209138590371038585402091385903710385854020913859037103858540209138590371038585402091385903710385854020913859037103858540209138590371038585402091385903710385854020913859037103858540209138590371038585402091385903710385854020913859037" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 641c4fcd-877b-4c3b-9bf8-071b0729bc4b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9a04a14d-6084-43f0-b0c5-d9bfdc2ba50d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9a04a14d-6084-43f0-b0c5-d9bfdc2ba50d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11371590620237012727 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1137159062023701272711371590620237012727113715906202370127271137159062023701272711371590620237012727113715906202370127271137159062023701272711371590620237012727113715906202370127271137159062023701272711371590620237012727113715906202370127271137159062023701272711371590620237012727113715906202370127271137159062023701272711371590620237012727113715906202370127271137159062023701272711371590620237012727" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 787c60a7-4e68-4fce-ba72-3529e67038bb, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, db3911f7-0899-4513-87aa-bd3ef10c2ad9, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, db3911f7-0899-4513-87aa-bd3ef10c2ad9, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11443692144238863795 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1144369214423886379511443692144238863795114436921442388637951144369214423886379511443692144238863795114436921442388637951144369214423886379511443692144238863795114436921442388637951144369214423886379511443692144238863795114436921442388637951144369214423886379511443692144238863795114436921442388637951144369214423886379511443692144238863795114436921442388637951144369214423886379511443692144238863795" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9a04a14d-6084-43f0-b0c5-d9bfdc2ba50d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bdd58f21-169a-441d-823c-be0383f9ba61, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bdd58f21-169a-441d-823c-be0383f9ba61, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9363845162640263890 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93638451626402638909363845162640263890936384516264026389093638451626402638909363845162640263890936384516264026389093638451626402638909363845162640263890936384516264026389093638451626402638909363845162640263890936384516264026389093638451626402638909363845162640263890936384516264026389093638451626402638909363845162640263890936384516264026389093638451626402638909363845162640263890" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, db3911f7-0899-4513-87aa-bd3ef10c2ad9, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e0eacc27-4567-4bf1-aa2c-ed3bbf284298, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e0eacc27-4567-4bf1-aa2c-ed3bbf284298, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17673310222703535065 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1767331022270353506517673310222703535065176733102227035350651767331022270353506517673310222703535065176733102227035350651767331022270353506517673310222703535065176733102227035350651767331022270353506517673310222703535065176733102227035350651767331022270353506517673310222703535065176733102227035350651767331022270353506517673310222703535065176733102227035350651767331022270353506517673310222703535065" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bdd58f21-169a-441d-823c-be0383f9ba61, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 34e904aa-4b18-4289-865c-cb1391266ef0, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 34e904aa-4b18-4289-865c-cb1391266ef0, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9800297918391839691 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98002979183918396919800297918391839691980029791839183969198002979183918396919800297918391839691980029791839183969198002979183918396919800297918391839691980029791839183969198002979183918396919800297918391839691980029791839183969198002979183918396919800297918391839691980029791839183969198002979183918396919800297918391839691980029791839183969198002979183918396919800297918391839691" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e0eacc27-4567-4bf1-aa2c-ed3bbf284298, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4cf331f7-2247-44f1-a15d-c490476bf592, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4cf331f7-2247-44f1-a15d-c490476bf592, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5042299026964779969 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50422990269647799695042299026964779969504229902696477996950422990269647799695042299026964779969504229902696477996950422990269647799695042299026964779969504229902696477996950422990269647799695042299026964779969504229902696477996950422990269647799695042299026964779969504229902696477996950422990269647799695042299026964779969504229902696477996950422990269647799695042299026964779969" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 34e904aa-4b18-4289-865c-cb1391266ef0, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f8ab73f5-a0ce-4904-ab9e-f371d1e4841f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f8ab73f5-a0ce-4904-ab9e-f371d1e4841f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12324015054755509619 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1232401505475550961912324015054755509619123240150547555096191232401505475550961912324015054755509619123240150547555096191232401505475550961912324015054755509619123240150547555096191232401505475550961912324015054755509619123240150547555096191232401505475550961912324015054755509619123240150547555096191232401505475550961912324015054755509619123240150547555096191232401505475550961912324015054755509619" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4cf331f7-2247-44f1-a15d-c490476bf592, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d10d8d4e-09cf-47b7-b02c-379900d0e38f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d10d8d4e-09cf-47b7-b02c-379900d0e38f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14467549695098438992 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1446754969509843899214467549695098438992144675496950984389921446754969509843899214467549695098438992144675496950984389921446754969509843899214467549695098438992144675496950984389921446754969509843899214467549695098438992144675496950984389921446754969509843899214467549695098438992144675496950984389921446754969509843899214467549695098438992144675496950984389921446754969509843899214467549695098438992" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f8ab73f5-a0ce-4904-ab9e-f371d1e4841f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2f743385-50ce-41e2-be7f-20e7f7c0e8ec, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2f743385-50ce-41e2-be7f-20e7f7c0e8ec, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10846480318747563679 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1084648031874756367910846480318747563679108464803187475636791084648031874756367910846480318747563679108464803187475636791084648031874756367910846480318747563679108464803187475636791084648031874756367910846480318747563679108464803187475636791084648031874756367910846480318747563679108464803187475636791084648031874756367910846480318747563679108464803187475636791084648031874756367910846480318747563679" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d10d8d4e-09cf-47b7-b02c-379900d0e38f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1c2d80c9-855c-4b36-bd01-c99e6e90c736, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1c2d80c9-855c-4b36-bd01-c99e6e90c736, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12666347881520732830 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1266634788152073283012666347881520732830126663478815207328301266634788152073283012666347881520732830126663478815207328301266634788152073283012666347881520732830126663478815207328301266634788152073283012666347881520732830126663478815207328301266634788152073283012666347881520732830126663478815207328301266634788152073283012666347881520732830126663478815207328301266634788152073283012666347881520732830" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2f743385-50ce-41e2-be7f-20e7f7c0e8ec, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 60f89909-19ce-4de7-8e70-ca99bafd5a90, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 60f89909-19ce-4de7-8e70-ca99bafd5a90, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10359709256348939498 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1035970925634893949810359709256348939498103597092563489394981035970925634893949810359709256348939498103597092563489394981035970925634893949810359709256348939498103597092563489394981035970925634893949810359709256348939498103597092563489394981035970925634893949810359709256348939498103597092563489394981035970925634893949810359709256348939498103597092563489394981035970925634893949810359709256348939498" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1c2d80c9-855c-4b36-bd01-c99e6e90c736, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d0eb9cc3-0856-4dd2-8ccd-aab4c4b158fb, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d0eb9cc3-0856-4dd2-8ccd-aab4c4b158fb, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6901675661315996211 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69016756613159962116901675661315996211690167566131599621169016756613159962116901675661315996211690167566131599621169016756613159962116901675661315996211690167566131599621169016756613159962116901675661315996211690167566131599621169016756613159962116901675661315996211690167566131599621169016756613159962116901675661315996211690167566131599621169016756613159962116901675661315996211" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 60f89909-19ce-4de7-8e70-ca99bafd5a90, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 09b97cd4-5e35-448e-b8a0-d7ca28df4222, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 09b97cd4-5e35-448e-b8a0-d7ca28df4222, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1053975762963223857 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10539757629632238571053975762963223857105397576296322385710539757629632238571053975762963223857105397576296322385710539757629632238571053975762963223857105397576296322385710539757629632238571053975762963223857105397576296322385710539757629632238571053975762963223857105397576296322385710539757629632238571053975762963223857105397576296322385710539757629632238571053975762963223857" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d0eb9cc3-0856-4dd2-8ccd-aab4c4b158fb, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d4ac941d-f1b1-439e-bc09-999e7a8ad2e9, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d4ac941d-f1b1-439e-bc09-999e7a8ad2e9, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14964167664770183257 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1496416766477018325714964167664770183257149641676647701832571496416766477018325714964167664770183257149641676647701832571496416766477018325714964167664770183257149641676647701832571496416766477018325714964167664770183257149641676647701832571496416766477018325714964167664770183257149641676647701832571496416766477018325714964167664770183257149641676647701832571496416766477018325714964167664770183257" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 09b97cd4-5e35-448e-b8a0-d7ca28df4222, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cd5dc4b5-9b7f-499f-ba41-6e3f7faae1c8, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cd5dc4b5-9b7f-499f-ba41-6e3f7faae1c8, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7683719041293619842 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76837190412936198427683719041293619842768371904129361984276837190412936198427683719041293619842768371904129361984276837190412936198427683719041293619842768371904129361984276837190412936198427683719041293619842768371904129361984276837190412936198427683719041293619842768371904129361984276837190412936198427683719041293619842768371904129361984276837190412936198427683719041293619842" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d4ac941d-f1b1-439e-bc09-999e7a8ad2e9, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d1d3f620-f15d-4f0b-9e2d-ed44304299d4, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d1d3f620-f15d-4f0b-9e2d-ed44304299d4, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10414510214002495823 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1041451021400249582310414510214002495823104145102140024958231041451021400249582310414510214002495823104145102140024958231041451021400249582310414510214002495823104145102140024958231041451021400249582310414510214002495823104145102140024958231041451021400249582310414510214002495823104145102140024958231041451021400249582310414510214002495823104145102140024958231041451021400249582310414510214002495823" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cd5dc4b5-9b7f-499f-ba41-6e3f7faae1c8, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 43eb676b-b717-4932-a62c-62c7d5fd950d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 43eb676b-b717-4932-a62c-62c7d5fd950d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8893287299304161810 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88932872993041618108893287299304161810889328729930416181088932872993041618108893287299304161810889328729930416181088932872993041618108893287299304161810889328729930416181088932872993041618108893287299304161810889328729930416181088932872993041618108893287299304161810889328729930416181088932872993041618108893287299304161810889328729930416181088932872993041618108893287299304161810" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d1d3f620-f15d-4f0b-9e2d-ed44304299d4, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 734e1740-90ab-472a-9265-4f4323aaa4e3, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 734e1740-90ab-472a-9265-4f4323aaa4e3, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7464571978684787712 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74645719786847877127464571978684787712746457197868478771274645719786847877127464571978684787712746457197868478771274645719786847877127464571978684787712746457197868478771274645719786847877127464571978684787712746457197868478771274645719786847877127464571978684787712746457197868478771274645719786847877127464571978684787712746457197868478771274645719786847877127464571978684787712" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 43eb676b-b717-4932-a62c-62c7d5fd950d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9cb44a3b-79ed-48f9-9b18-23ecac26a0e9, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9cb44a3b-79ed-48f9-9b18-23ecac26a0e9, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13565586016548318237 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1356558601654831823713565586016548318237135655860165483182371356558601654831823713565586016548318237135655860165483182371356558601654831823713565586016548318237135655860165483182371356558601654831823713565586016548318237135655860165483182371356558601654831823713565586016548318237135655860165483182371356558601654831823713565586016548318237135655860165483182371356558601654831823713565586016548318237" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 734e1740-90ab-472a-9265-4f4323aaa4e3, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 00178791-4917-416b-b9a4-0e1409468148, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 00178791-4917-416b-b9a4-0e1409468148, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6224345127385748766 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62243451273857487666224345127385748766622434512738574876662243451273857487666224345127385748766622434512738574876662243451273857487666224345127385748766622434512738574876662243451273857487666224345127385748766622434512738574876662243451273857487666224345127385748766622434512738574876662243451273857487666224345127385748766622434512738574876662243451273857487666224345127385748766" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9cb44a3b-79ed-48f9-9b18-23ecac26a0e9, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5866301a-39b0-44d4-ab03-5eafb57f4ad1, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5866301a-39b0-44d4-ab03-5eafb57f4ad1, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5267864366254813327 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52678643662548133275267864366254813327526786436625481332752678643662548133275267864366254813327526786436625481332752678643662548133275267864366254813327526786436625481332752678643662548133275267864366254813327526786436625481332752678643662548133275267864366254813327526786436625481332752678643662548133275267864366254813327526786436625481332752678643662548133275267864366254813327" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 00178791-4917-416b-b9a4-0e1409468148, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, baddb1bb-2909-4d41-a125-92e6cfb47707, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, baddb1bb-2909-4d41-a125-92e6cfb47707, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6531509953667024270 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65315099536670242706531509953667024270653150995366702427065315099536670242706531509953667024270653150995366702427065315099536670242706531509953667024270653150995366702427065315099536670242706531509953667024270653150995366702427065315099536670242706531509953667024270653150995366702427065315099536670242706531509953667024270653150995366702427065315099536670242706531509953667024270" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5866301a-39b0-44d4-ab03-5eafb57f4ad1, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, af66a000-299b-4835-b752-1fe60e4849f0, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, af66a000-299b-4835-b752-1fe60e4849f0, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15563360856232142849 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1556336085623214284915563360856232142849155633608562321428491556336085623214284915563360856232142849155633608562321428491556336085623214284915563360856232142849155633608562321428491556336085623214284915563360856232142849155633608562321428491556336085623214284915563360856232142849155633608562321428491556336085623214284915563360856232142849155633608562321428491556336085623214284915563360856232142849" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, baddb1bb-2909-4d41-a125-92e6cfb47707, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d78daa4d-cfa6-4c2b-ae88-dc871b8385c2, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d78daa4d-cfa6-4c2b-ae88-dc871b8385c2, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8309701529525562934 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83097015295255629348309701529525562934830970152952556293483097015295255629348309701529525562934830970152952556293483097015295255629348309701529525562934830970152952556293483097015295255629348309701529525562934830970152952556293483097015295255629348309701529525562934830970152952556293483097015295255629348309701529525562934830970152952556293483097015295255629348309701529525562934" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, af66a000-299b-4835-b752-1fe60e4849f0, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dbd2f09d-7394-4343-a697-b9fc39dfea17, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dbd2f09d-7394-4343-a697-b9fc39dfea17, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 915973925982254268 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "915973925982254268915973925982254268915973925982254268915973925982254268915973925982254268915973925982254268915973925982254268915973925982254268915973925982254268915973925982254268915973925982254268915973925982254268915973925982254268915973925982254268915973925982254268915973925982254268915973925982254268915973925982254268915973925982254268915973925982254268" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dbd2f09d-7394-4343-a697-b9fc39dfea17, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c6f3e750-09bc-4bc4-8db6-194b7e3b8574, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c6f3e750-09bc-4bc4-8db6-194b7e3b8574, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1992529362464495218 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19925293624644952181992529362464495218199252936246449521819925293624644952181992529362464495218199252936246449521819925293624644952181992529362464495218199252936246449521819925293624644952181992529362464495218199252936246449521819925293624644952181992529362464495218199252936246449521819925293624644952181992529362464495218199252936246449521819925293624644952181992529362464495218" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d78daa4d-cfa6-4c2b-ae88-dc871b8385c2, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a704fbe5-b493-4d82-9b85-02017b743e28, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a704fbe5-b493-4d82-9b85-02017b743e28, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6991138934208951179 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69911389342089511796991138934208951179699113893420895117969911389342089511796991138934208951179699113893420895117969911389342089511796991138934208951179699113893420895117969911389342089511796991138934208951179699113893420895117969911389342089511796991138934208951179699113893420895117969911389342089511796991138934208951179699113893420895117969911389342089511796991138934208951179" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c6f3e750-09bc-4bc4-8db6-194b7e3b8574, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 36ae861a-5133-4a5f-afe7-d1dfca80298a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 36ae861a-5133-4a5f-afe7-d1dfca80298a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4219276878978499264 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42192768789784992644219276878978499264421927687897849926442192768789784992644219276878978499264421927687897849926442192768789784992644219276878978499264421927687897849926442192768789784992644219276878978499264421927687897849926442192768789784992644219276878978499264421927687897849926442192768789784992644219276878978499264421927687897849926442192768789784992644219276878978499264" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a704fbe5-b493-4d82-9b85-02017b743e28, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ef604bf7-7755-4051-bb7b-283ebcb3ae48, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ef604bf7-7755-4051-bb7b-283ebcb3ae48, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13711374310987249575 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1371137431098724957513711374310987249575137113743109872495751371137431098724957513711374310987249575137113743109872495751371137431098724957513711374310987249575137113743109872495751371137431098724957513711374310987249575137113743109872495751371137431098724957513711374310987249575137113743109872495751371137431098724957513711374310987249575137113743109872495751371137431098724957513711374310987249575" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 36ae861a-5133-4a5f-afe7-d1dfca80298a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 68ce0cc6-1906-47ef-866f-6e3e4c150005, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 68ce0cc6-1906-47ef-866f-6e3e4c150005, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2377409458930550513 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23774094589305505132377409458930550513237740945893055051323774094589305505132377409458930550513237740945893055051323774094589305505132377409458930550513237740945893055051323774094589305505132377409458930550513237740945893055051323774094589305505132377409458930550513237740945893055051323774094589305505132377409458930550513237740945893055051323774094589305505132377409458930550513" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ef604bf7-7755-4051-bb7b-283ebcb3ae48, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6695a25d-fb0e-40d1-8be3-0ee5bb29441e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6695a25d-fb0e-40d1-8be3-0ee5bb29441e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14279692123888710503 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1427969212388871050314279692123888710503142796921238887105031427969212388871050314279692123888710503142796921238887105031427969212388871050314279692123888710503142796921238887105031427969212388871050314279692123888710503142796921238887105031427969212388871050314279692123888710503142796921238887105031427969212388871050314279692123888710503142796921238887105031427969212388871050314279692123888710503" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 68ce0cc6-1906-47ef-866f-6e3e4c150005, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2ac7e0c7-33dd-4281-b068-7f6f7b703cf3, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2ac7e0c7-33dd-4281-b068-7f6f7b703cf3, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4689467902638009548 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46894679026380095484689467902638009548468946790263800954846894679026380095484689467902638009548468946790263800954846894679026380095484689467902638009548468946790263800954846894679026380095484689467902638009548468946790263800954846894679026380095484689467902638009548468946790263800954846894679026380095484689467902638009548468946790263800954846894679026380095484689467902638009548" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6695a25d-fb0e-40d1-8be3-0ee5bb29441e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b45436d7-2f9a-4800-8c63-8f018641df60, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b45436d7-2f9a-4800-8c63-8f018641df60, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10104227847107728368 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1010422784710772836810104227847107728368101042278471077283681010422784710772836810104227847107728368101042278471077283681010422784710772836810104227847107728368101042278471077283681010422784710772836810104227847107728368101042278471077283681010422784710772836810104227847107728368101042278471077283681010422784710772836810104227847107728368101042278471077283681010422784710772836810104227847107728368" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2ac7e0c7-33dd-4281-b068-7f6f7b703cf3, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b45436d7-2f9a-4800-8c63-8f018641df60, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8d4b46de-796e-4aea-851a-09e3147ba8be, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8d4b46de-796e-4aea-851a-09e3147ba8be, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12868528900097254965 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1286852890009725496512868528900097254965128685289000972549651286852890009725496512868528900097254965128685289000972549651286852890009725496512868528900097254965128685289000972549651286852890009725496512868528900097254965128685289000972549651286852890009725496512868528900097254965128685289000972549651286852890009725496512868528900097254965128685289000972549651286852890009725496512868528900097254965" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 90bf8fac-6233-455b-a574-1978d3da42b6, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 90bf8fac-6233-455b-a574-1978d3da42b6, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2856702334137600935 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28567023341376009352856702334137600935285670233413760093528567023341376009352856702334137600935285670233413760093528567023341376009352856702334137600935285670233413760093528567023341376009352856702334137600935285670233413760093528567023341376009352856702334137600935285670233413760093528567023341376009352856702334137600935285670233413760093528567023341376009352856702334137600935" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8d4b46de-796e-4aea-851a-09e3147ba8be, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6b29fa98-84a3-486e-adf9-0e1ee096da3d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6b29fa98-84a3-486e-adf9-0e1ee096da3d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8279221356358826397 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82792213563588263978279221356358826397827922135635882639782792213563588263978279221356358826397827922135635882639782792213563588263978279221356358826397827922135635882639782792213563588263978279221356358826397827922135635882639782792213563588263978279221356358826397827922135635882639782792213563588263978279221356358826397827922135635882639782792213563588263978279221356358826397" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 90bf8fac-6233-455b-a574-1978d3da42b6, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c9f7d174-0644-44e0-828e-58555a4730ea, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c9f7d174-0644-44e0-828e-58555a4730ea, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14547380877619130345 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1454738087761913034514547380877619130345145473808776191303451454738087761913034514547380877619130345145473808776191303451454738087761913034514547380877619130345145473808776191303451454738087761913034514547380877619130345145473808776191303451454738087761913034514547380877619130345145473808776191303451454738087761913034514547380877619130345145473808776191303451454738087761913034514547380877619130345" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6b29fa98-84a3-486e-adf9-0e1ee096da3d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e544d554-360c-43cc-8633-75c7fb3b6fa7, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e544d554-360c-43cc-8633-75c7fb3b6fa7, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2044716775724904195 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20447167757249041952044716775724904195204471677572490419520447167757249041952044716775724904195204471677572490419520447167757249041952044716775724904195204471677572490419520447167757249041952044716775724904195204471677572490419520447167757249041952044716775724904195204471677572490419520447167757249041952044716775724904195204471677572490419520447167757249041952044716775724904195" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c9f7d174-0644-44e0-828e-58555a4730ea, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5b204842-6f07-4f45-b9fd-8c5802fb02f2, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5b204842-6f07-4f45-b9fd-8c5802fb02f2, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3517037918150843798 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35170379181508437983517037918150843798351703791815084379835170379181508437983517037918150843798351703791815084379835170379181508437983517037918150843798351703791815084379835170379181508437983517037918150843798351703791815084379835170379181508437983517037918150843798351703791815084379835170379181508437983517037918150843798351703791815084379835170379181508437983517037918150843798" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e544d554-360c-43cc-8633-75c7fb3b6fa7, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 24272a0e-8876-40f0-a78e-ba0fe4d49b4e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 24272a0e-8876-40f0-a78e-ba0fe4d49b4e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13820376825887981636 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1382037682588798163613820376825887981636138203768258879816361382037682588798163613820376825887981636138203768258879816361382037682588798163613820376825887981636138203768258879816361382037682588798163613820376825887981636138203768258879816361382037682588798163613820376825887981636138203768258879816361382037682588798163613820376825887981636138203768258879816361382037682588798163613820376825887981636" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5b204842-6f07-4f45-b9fd-8c5802fb02f2, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c906e401-97d4-4a1e-93fb-fadcd1482786, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c906e401-97d4-4a1e-93fb-fadcd1482786, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10716632183041886024 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1071663218304188602410716632183041886024107166321830418860241071663218304188602410716632183041886024107166321830418860241071663218304188602410716632183041886024107166321830418860241071663218304188602410716632183041886024107166321830418860241071663218304188602410716632183041886024107166321830418860241071663218304188602410716632183041886024107166321830418860241071663218304188602410716632183041886024" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 24272a0e-8876-40f0-a78e-ba0fe4d49b4e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 32731fd5-de48-4ed2-a47c-a8d3cad628c7, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 32731fd5-de48-4ed2-a47c-a8d3cad628c7, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1264959993592828231 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12649599935928282311264959993592828231126495999359282823112649599935928282311264959993592828231126495999359282823112649599935928282311264959993592828231126495999359282823112649599935928282311264959993592828231126495999359282823112649599935928282311264959993592828231126495999359282823112649599935928282311264959993592828231126495999359282823112649599935928282311264959993592828231" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c906e401-97d4-4a1e-93fb-fadcd1482786, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b52293b3-571a-4798-a515-e0db25d4a1d6, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b52293b3-571a-4798-a515-e0db25d4a1d6, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4805571872876579659 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48055718728765796594805571872876579659480557187287657965948055718728765796594805571872876579659480557187287657965948055718728765796594805571872876579659480557187287657965948055718728765796594805571872876579659480557187287657965948055718728765796594805571872876579659480557187287657965948055718728765796594805571872876579659480557187287657965948055718728765796594805571872876579659" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 32731fd5-de48-4ed2-a47c-a8d3cad628c7, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 03cd5e91-9997-484f-a2e2-a0fe2e68e14a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 03cd5e91-9997-484f-a2e2-a0fe2e68e14a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6018409060623094612 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60184090606230946126018409060623094612601840906062309461260184090606230946126018409060623094612601840906062309461260184090606230946126018409060623094612601840906062309461260184090606230946126018409060623094612601840906062309461260184090606230946126018409060623094612601840906062309461260184090606230946126018409060623094612601840906062309461260184090606230946126018409060623094612" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b52293b3-571a-4798-a515-e0db25d4a1d6, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 243915e3-f2c6-444c-975b-6a382c01e4fa, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 243915e3-f2c6-444c-975b-6a382c01e4fa, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14646476108154155846 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1464647610815415584614646476108154155846146464761081541558461464647610815415584614646476108154155846146464761081541558461464647610815415584614646476108154155846146464761081541558461464647610815415584614646476108154155846146464761081541558461464647610815415584614646476108154155846146464761081541558461464647610815415584614646476108154155846146464761081541558461464647610815415584614646476108154155846" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 03cd5e91-9997-484f-a2e2-a0fe2e68e14a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ed803c66-500d-4dcb-8a37-db2e8f98a2df, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ed803c66-500d-4dcb-8a37-db2e8f98a2df, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9712218888133594236 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97122188881335942369712218888133594236971221888813359423697122188881335942369712218888133594236971221888813359423697122188881335942369712218888133594236971221888813359423697122188881335942369712218888133594236971221888813359423697122188881335942369712218888133594236971221888813359423697122188881335942369712218888133594236971221888813359423697122188881335942369712218888133594236" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 243915e3-f2c6-444c-975b-6a382c01e4fa, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7a279ebc-20b4-4be8-8dd6-dd9d591f6076, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7a279ebc-20b4-4be8-8dd6-dd9d591f6076, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14706861235664085791 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1470686123566408579114706861235664085791147068612356640857911470686123566408579114706861235664085791147068612356640857911470686123566408579114706861235664085791147068612356640857911470686123566408579114706861235664085791147068612356640857911470686123566408579114706861235664085791147068612356640857911470686123566408579114706861235664085791147068612356640857911470686123566408579114706861235664085791" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ed803c66-500d-4dcb-8a37-db2e8f98a2df, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3ec90457-b2bd-4dd5-81ba-05a62e496b01, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3ec90457-b2bd-4dd5-81ba-05a62e496b01, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13256119240207102406 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1325611924020710240613256119240207102406132561192402071024061325611924020710240613256119240207102406132561192402071024061325611924020710240613256119240207102406132561192402071024061325611924020710240613256119240207102406132561192402071024061325611924020710240613256119240207102406132561192402071024061325611924020710240613256119240207102406132561192402071024061325611924020710240613256119240207102406" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7a279ebc-20b4-4be8-8dd6-dd9d591f6076, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c5793b41-39b9-4cc4-8bcf-4778988eb2d9, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c5793b41-39b9-4cc4-8bcf-4778988eb2d9, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16963643873396350487 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1696364387339635048716963643873396350487169636438733963504871696364387339635048716963643873396350487169636438733963504871696364387339635048716963643873396350487169636438733963504871696364387339635048716963643873396350487169636438733963504871696364387339635048716963643873396350487169636438733963504871696364387339635048716963643873396350487169636438733963504871696364387339635048716963643873396350487" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3ec90457-b2bd-4dd5-81ba-05a62e496b01, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c5793b41-39b9-4cc4-8bcf-4778988eb2d9, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 72c4a477-a0e3-47e9-941e-f2ce1ae6e1e8, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 99ada8e6-9701-40b2-81ac-f96820ef377b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 99ada8e6-9701-40b2-81ac-f96820ef377b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8675742795252428 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86757427952524288675742795252428867574279525242886757427952524288675742795252428867574279525242886757427952524288675742795252428867574279525242886757427952524288675742795252428867574279525242886757427952524288675742795252428867574279525242886757427952524288675742795252428867574279525242886757427952524288675742795252428" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 72c4a477-a0e3-47e9-941e-f2ce1ae6e1e8, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12641069853893440838 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1264106985389344083812641069853893440838126410698538934408381264106985389344083812641069853893440838126410698538934408381264106985389344083812641069853893440838126410698538934408381264106985389344083812641069853893440838126410698538934408381264106985389344083812641069853893440838126410698538934408381264106985389344083812641069853893440838126410698538934408381264106985389344083812641069853893440838" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 99ada8e6-9701-40b2-81ac-f96820ef377b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 799540d3-9086-46bb-86fa-2ff9cb6ad457, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 799540d3-9086-46bb-86fa-2ff9cb6ad457, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1266806511437491304 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12668065114374913041266806511437491304126680651143749130412668065114374913041266806511437491304126680651143749130412668065114374913041266806511437491304126680651143749130412668065114374913041266806511437491304126680651143749130412668065114374913041266806511437491304126680651143749130412668065114374913041266806511437491304126680651143749130412668065114374913041266806511437491304" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 72c4a477-a0e3-47e9-941e-f2ce1ae6e1e8, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4f67213c-250a-41fb-a9da-e0ba14e234ce, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4f67213c-250a-41fb-a9da-e0ba14e234ce, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12734324627446522350 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1273432462744652235012734324627446522350127343246274465223501273432462744652235012734324627446522350127343246274465223501273432462744652235012734324627446522350127343246274465223501273432462744652235012734324627446522350127343246274465223501273432462744652235012734324627446522350127343246274465223501273432462744652235012734324627446522350127343246274465223501273432462744652235012734324627446522350" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 799540d3-9086-46bb-86fa-2ff9cb6ad457, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 69f6aa25-b33a-42b1-8931-92e95720b465, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 69f6aa25-b33a-42b1-8931-92e95720b465, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4394295693156399031 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43942956931563990314394295693156399031439429569315639903143942956931563990314394295693156399031439429569315639903143942956931563990314394295693156399031439429569315639903143942956931563990314394295693156399031439429569315639903143942956931563990314394295693156399031439429569315639903143942956931563990314394295693156399031439429569315639903143942956931563990314394295693156399031" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 69f6aa25-b33a-42b1-8931-92e95720b465, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2a27c11d-fb6f-416a-840a-3ae3626ce540, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2a27c11d-fb6f-416a-840a-3ae3626ce540, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7553285253742965893 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75532852537429658937553285253742965893755328525374296589375532852537429658937553285253742965893755328525374296589375532852537429658937553285253742965893755328525374296589375532852537429658937553285253742965893755328525374296589375532852537429658937553285253742965893755328525374296589375532852537429658937553285253742965893755328525374296589375532852537429658937553285253742965893" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4f67213c-250a-41fb-a9da-e0ba14e234ce, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 76249bd1-d022-492e-a4cd-df9938063530, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2a27c11d-fb6f-416a-840a-3ae3626ce540, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, da6b31fd-1c93-43f0-b35b-230c84b8dc32, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, da6b31fd-1c93-43f0-b35b-230c84b8dc32, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17461649001391648210 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1746164900139164821017461649001391648210174616490013916482101746164900139164821017461649001391648210174616490013916482101746164900139164821017461649001391648210174616490013916482101746164900139164821017461649001391648210174616490013916482101746164900139164821017461649001391648210174616490013916482101746164900139164821017461649001391648210174616490013916482101746164900139164821017461649001391648210" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 76249bd1-d022-492e-a4cd-df9938063530, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16342735370423590892 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1634273537042359089216342735370423590892163427353704235908921634273537042359089216342735370423590892163427353704235908921634273537042359089216342735370423590892163427353704235908921634273537042359089216342735370423590892163427353704235908921634273537042359089216342735370423590892163427353704235908921634273537042359089216342735370423590892163427353704235908921634273537042359089216342735370423590892" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, da6b31fd-1c93-43f0-b35b-230c84b8dc32, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 76249bd1-d022-492e-a4cd-df9938063530, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 523332f6-e873-4fd4-a1e8-3881d47e74f9, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 523332f6-e873-4fd4-a1e8-3881d47e74f9, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14521089304633946337 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1452108930463394633714521089304633946337145210893046339463371452108930463394633714521089304633946337145210893046339463371452108930463394633714521089304633946337145210893046339463371452108930463394633714521089304633946337145210893046339463371452108930463394633714521089304633946337145210893046339463371452108930463394633714521089304633946337145210893046339463371452108930463394633714521089304633946337" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 85fec086-4445-4de3-af37-3be6ece3bcd5, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 85fec086-4445-4de3-af37-3be6ece3bcd5, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5200704692262505987 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52007046922625059875200704692262505987520070469226250598752007046922625059875200704692262505987520070469226250598752007046922625059875200704692262505987520070469226250598752007046922625059875200704692262505987520070469226250598752007046922625059875200704692262505987520070469226250598752007046922625059875200704692262505987520070469226250598752007046922625059875200704692262505987" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 523332f6-e873-4fd4-a1e8-3881d47e74f9, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 06a01504-0b45-4ddc-bbb6-6c5b0794d89a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 06a01504-0b45-4ddc-bbb6-6c5b0794d89a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8819649581633619704 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88196495816336197048819649581633619704881964958163361970488196495816336197048819649581633619704881964958163361970488196495816336197048819649581633619704881964958163361970488196495816336197048819649581633619704881964958163361970488196495816336197048819649581633619704881964958163361970488196495816336197048819649581633619704881964958163361970488196495816336197048819649581633619704" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 85fec086-4445-4de3-af37-3be6ece3bcd5, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e999ecb2-cfec-40d0-b737-13b13b4bfada, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e999ecb2-cfec-40d0-b737-13b13b4bfada, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12237277985021787385 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1223727798502178738512237277985021787385122372779850217873851223727798502178738512237277985021787385122372779850217873851223727798502178738512237277985021787385122372779850217873851223727798502178738512237277985021787385122372779850217873851223727798502178738512237277985021787385122372779850217873851223727798502178738512237277985021787385122372779850217873851223727798502178738512237277985021787385" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 06a01504-0b45-4ddc-bbb6-6c5b0794d89a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f06b6165-028d-432c-b062-4335299ea4eb, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f06b6165-028d-432c-b062-4335299ea4eb, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6605755113330769275 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66057551133307692756605755113330769275660575511333076927566057551133307692756605755113330769275660575511333076927566057551133307692756605755113330769275660575511333076927566057551133307692756605755113330769275660575511333076927566057551133307692756605755113330769275660575511333076927566057551133307692756605755113330769275660575511333076927566057551133307692756605755113330769275" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e999ecb2-cfec-40d0-b737-13b13b4bfada, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 13b3342e-a6c6-4914-9de0-add32d7ab616, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 13b3342e-a6c6-4914-9de0-add32d7ab616, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6015231343317997281 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60152313433179972816015231343317997281601523134331799728160152313433179972816015231343317997281601523134331799728160152313433179972816015231343317997281601523134331799728160152313433179972816015231343317997281601523134331799728160152313433179972816015231343317997281601523134331799728160152313433179972816015231343317997281601523134331799728160152313433179972816015231343317997281" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f06b6165-028d-432c-b062-4335299ea4eb, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 575b2787-cc6f-4e9b-adea-9c8ed8db2ed7, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 575b2787-cc6f-4e9b-adea-9c8ed8db2ed7, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11461224455899871661 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1146122445589987166111461224455899871661114612244558998716611146122445589987166111461224455899871661114612244558998716611146122445589987166111461224455899871661114612244558998716611146122445589987166111461224455899871661114612244558998716611146122445589987166111461224455899871661114612244558998716611146122445589987166111461224455899871661114612244558998716611146122445589987166111461224455899871661" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 13b3342e-a6c6-4914-9de0-add32d7ab616, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 24db8e72-0017-4df5-a0eb-5abea91c6ae8, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 24db8e72-0017-4df5-a0eb-5abea91c6ae8, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12154818269671103907 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1215481826967110390712154818269671103907121548182696711039071215481826967110390712154818269671103907121548182696711039071215481826967110390712154818269671103907121548182696711039071215481826967110390712154818269671103907121548182696711039071215481826967110390712154818269671103907121548182696711039071215481826967110390712154818269671103907121548182696711039071215481826967110390712154818269671103907" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 24db8e72-0017-4df5-a0eb-5abea91c6ae8, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 575b2787-cc6f-4e9b-adea-9c8ed8db2ed7, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d419e539-3a99-40fb-bc8a-1b174539e28e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8d2e7c00-deb5-48d1-ae1c-e7716b8fa5ef, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d419e539-3a99-40fb-bc8a-1b174539e28e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11980053187946185080 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1198005318794618508011980053187946185080119800531879461850801198005318794618508011980053187946185080119800531879461850801198005318794618508011980053187946185080119800531879461850801198005318794618508011980053187946185080119800531879461850801198005318794618508011980053187946185080119800531879461850801198005318794618508011980053187946185080119800531879461850801198005318794618508011980053187946185080" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8d2e7c00-deb5-48d1-ae1c-e7716b8fa5ef, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10806843368711711795 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1080684336871171179510806843368711711795108068433687117117951080684336871171179510806843368711711795108068433687117117951080684336871171179510806843368711711795108068433687117117951080684336871171179510806843368711711795108068433687117117951080684336871171179510806843368711711795108068433687117117951080684336871171179510806843368711711795108068433687117117951080684336871171179510806843368711711795" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8d2e7c00-deb5-48d1-ae1c-e7716b8fa5ef, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2ce41717-6399-490c-8b5a-cf97ae04a437, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2ce41717-6399-490c-8b5a-cf97ae04a437, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1901553917000445557 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19015539170004455571901553917000445557190155391700044555719015539170004455571901553917000445557190155391700044555719015539170004455571901553917000445557190155391700044555719015539170004455571901553917000445557190155391700044555719015539170004455571901553917000445557190155391700044555719015539170004455571901553917000445557190155391700044555719015539170004455571901553917000445557" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d419e539-3a99-40fb-bc8a-1b174539e28e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 46b46b64-025e-4bbb-bf09-d49b7f43f96d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 46b46b64-025e-4bbb-bf09-d49b7f43f96d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5645153438932983138 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56451534389329831385645153438932983138564515343893298313856451534389329831385645153438932983138564515343893298313856451534389329831385645153438932983138564515343893298313856451534389329831385645153438932983138564515343893298313856451534389329831385645153438932983138564515343893298313856451534389329831385645153438932983138564515343893298313856451534389329831385645153438932983138" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 46b46b64-025e-4bbb-bf09-d49b7f43f96d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cccd1d43-d271-46c3-9a96-cac4bfb4951f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cccd1d43-d271-46c3-9a96-cac4bfb4951f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16999983602450435990 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1699998360245043599016999983602450435990169999836024504359901699998360245043599016999983602450435990169999836024504359901699998360245043599016999983602450435990169999836024504359901699998360245043599016999983602450435990169999836024504359901699998360245043599016999983602450435990169999836024504359901699998360245043599016999983602450435990169999836024504359901699998360245043599016999983602450435990" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2ce41717-6399-490c-8b5a-cf97ae04a437, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d3286794-4c3a-4a73-b594-05c9b25a2e91, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d3286794-4c3a-4a73-b594-05c9b25a2e91, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1705310377594694861 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17053103775946948611705310377594694861170531037759469486117053103775946948611705310377594694861170531037759469486117053103775946948611705310377594694861170531037759469486117053103775946948611705310377594694861170531037759469486117053103775946948611705310377594694861170531037759469486117053103775946948611705310377594694861170531037759469486117053103775946948611705310377594694861" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cccd1d43-d271-46c3-9a96-cac4bfb4951f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c68aaf69-c771-40e0-b19e-0bf0fa9d91db, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c68aaf69-c771-40e0-b19e-0bf0fa9d91db, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4689270125806178312 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46892701258061783124689270125806178312468927012580617831246892701258061783124689270125806178312468927012580617831246892701258061783124689270125806178312468927012580617831246892701258061783124689270125806178312468927012580617831246892701258061783124689270125806178312468927012580617831246892701258061783124689270125806178312468927012580617831246892701258061783124689270125806178312" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d3286794-4c3a-4a73-b594-05c9b25a2e91, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 23b9e2c2-97df-479c-b50d-9507a8828bb4, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 23b9e2c2-97df-479c-b50d-9507a8828bb4, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10832404942195153846 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1083240494219515384610832404942195153846108324049421951538461083240494219515384610832404942195153846108324049421951538461083240494219515384610832404942195153846108324049421951538461083240494219515384610832404942195153846108324049421951538461083240494219515384610832404942195153846108324049421951538461083240494219515384610832404942195153846108324049421951538461083240494219515384610832404942195153846" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c68aaf69-c771-40e0-b19e-0bf0fa9d91db, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d29dca37-b960-4b86-a7a8-1a46ad2628f3, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d29dca37-b960-4b86-a7a8-1a46ad2628f3, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7337669926300843622 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73376699263008436227337669926300843622733766992630084362273376699263008436227337669926300843622733766992630084362273376699263008436227337669926300843622733766992630084362273376699263008436227337669926300843622733766992630084362273376699263008436227337669926300843622733766992630084362273376699263008436227337669926300843622733766992630084362273376699263008436227337669926300843622" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 23b9e2c2-97df-479c-b50d-9507a8828bb4, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 00365091-2ef2-432e-80e5-87c234135cfd, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 00365091-2ef2-432e-80e5-87c234135cfd, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13137571938461680662 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1313757193846168066213137571938461680662131375719384616806621313757193846168066213137571938461680662131375719384616806621313757193846168066213137571938461680662131375719384616806621313757193846168066213137571938461680662131375719384616806621313757193846168066213137571938461680662131375719384616806621313757193846168066213137571938461680662131375719384616806621313757193846168066213137571938461680662" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d29dca37-b960-4b86-a7a8-1a46ad2628f3, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 10cddebd-10db-4600-870f-f54c28acc2f8, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 10cddebd-10db-4600-870f-f54c28acc2f8, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14417833983162878371 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1441783398316287837114417833983162878371144178339831628783711441783398316287837114417833983162878371144178339831628783711441783398316287837114417833983162878371144178339831628783711441783398316287837114417833983162878371144178339831628783711441783398316287837114417833983162878371144178339831628783711441783398316287837114417833983162878371144178339831628783711441783398316287837114417833983162878371" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 00365091-2ef2-432e-80e5-87c234135cfd, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6640df30-37e5-4648-946b-228a0b6c475b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6640df30-37e5-4648-946b-228a0b6c475b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 41103776942170024 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "4110377694217002441103776942170024411037769421700244110377694217002441103776942170024411037769421700244110377694217002441103776942170024411037769421700244110377694217002441103776942170024411037769421700244110377694217002441103776942170024411037769421700244110377694217002441103776942170024411037769421700244110377694217002441103776942170024" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 10cddebd-10db-4600-870f-f54c28acc2f8, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 86b63d4c-8330-494e-a10e-62954aff21a3, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 86b63d4c-8330-494e-a10e-62954aff21a3, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8856096650855765667 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88560966508557656678856096650855765667885609665085576566788560966508557656678856096650855765667885609665085576566788560966508557656678856096650855765667885609665085576566788560966508557656678856096650855765667885609665085576566788560966508557656678856096650855765667885609665085576566788560966508557656678856096650855765667885609665085576566788560966508557656678856096650855765667" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6640df30-37e5-4648-946b-228a0b6c475b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b6c9005a-fae8-4d1f-9a76-d7a1e547e334, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b6c9005a-fae8-4d1f-9a76-d7a1e547e334, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8487392875104313645 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84873928751043136458487392875104313645848739287510431364584873928751043136458487392875104313645848739287510431364584873928751043136458487392875104313645848739287510431364584873928751043136458487392875104313645848739287510431364584873928751043136458487392875104313645848739287510431364584873928751043136458487392875104313645848739287510431364584873928751043136458487392875104313645" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 86b63d4c-8330-494e-a10e-62954aff21a3, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b31d3ba3-2cc7-4172-ba86-0a8aff9b5245, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b31d3ba3-2cc7-4172-ba86-0a8aff9b5245, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1413136873902548666 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14131368739025486661413136873902548666141313687390254866614131368739025486661413136873902548666141313687390254866614131368739025486661413136873902548666141313687390254866614131368739025486661413136873902548666141313687390254866614131368739025486661413136873902548666141313687390254866614131368739025486661413136873902548666141313687390254866614131368739025486661413136873902548666" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b6c9005a-fae8-4d1f-9a76-d7a1e547e334, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 091aa468-efe7-489b-962c-9476468b7cf9, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b31d3ba3-2cc7-4172-ba86-0a8aff9b5245, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 091aa468-efe7-489b-962c-9476468b7cf9, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1189869666978953962 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11898696669789539621189869666978953962118986966697895396211898696669789539621189869666978953962118986966697895396211898696669789539621189869666978953962118986966697895396211898696669789539621189869666978953962118986966697895396211898696669789539621189869666978953962118986966697895396211898696669789539621189869666978953962118986966697895396211898696669789539621189869666978953962" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 091aa468-efe7-489b-962c-9476468b7cf9, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c658b20f-6d1a-4759-a684-834071edb547, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c658b20f-6d1a-4759-a684-834071edb547, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3400012886983167240 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34000128869831672403400012886983167240340001288698316724034000128869831672403400012886983167240340001288698316724034000128869831672403400012886983167240340001288698316724034000128869831672403400012886983167240340001288698316724034000128869831672403400012886983167240340001288698316724034000128869831672403400012886983167240340001288698316724034000128869831672403400012886983167240" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 85e31cac-cb6a-4d6e-9367-cd4a07c949d1, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 85e31cac-cb6a-4d6e-9367-cd4a07c949d1, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16157481951884671815 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1615748195188467181516157481951884671815161574819518846718151615748195188467181516157481951884671815161574819518846718151615748195188467181516157481951884671815161574819518846718151615748195188467181516157481951884671815161574819518846718151615748195188467181516157481951884671815161574819518846718151615748195188467181516157481951884671815161574819518846718151615748195188467181516157481951884671815" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c658b20f-6d1a-4759-a684-834071edb547, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3697d3b6-9098-4205-aa35-f8473ef8a112, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3697d3b6-9098-4205-aa35-f8473ef8a112, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5062584709979034325 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50625847099790343255062584709979034325506258470997903432550625847099790343255062584709979034325506258470997903432550625847099790343255062584709979034325506258470997903432550625847099790343255062584709979034325506258470997903432550625847099790343255062584709979034325506258470997903432550625847099790343255062584709979034325506258470997903432550625847099790343255062584709979034325" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 85e31cac-cb6a-4d6e-9367-cd4a07c949d1, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d5cae69a-bcea-4d7d-a386-b1b9f65fe070, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d5cae69a-bcea-4d7d-a386-b1b9f65fe070, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10210191277430468384 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1021019127743046838410210191277430468384102101912774304683841021019127743046838410210191277430468384102101912774304683841021019127743046838410210191277430468384102101912774304683841021019127743046838410210191277430468384102101912774304683841021019127743046838410210191277430468384102101912774304683841021019127743046838410210191277430468384102101912774304683841021019127743046838410210191277430468384" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3697d3b6-9098-4205-aa35-f8473ef8a112, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4b84f320-4425-444c-a2a5-3d3b255904eb, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4b84f320-4425-444c-a2a5-3d3b255904eb, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7328943402271865549 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73289434022718655497328943402271865549732894340227186554973289434022718655497328943402271865549732894340227186554973289434022718655497328943402271865549732894340227186554973289434022718655497328943402271865549732894340227186554973289434022718655497328943402271865549732894340227186554973289434022718655497328943402271865549732894340227186554973289434022718655497328943402271865549" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d5cae69a-bcea-4d7d-a386-b1b9f65fe070, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 25a5f07f-d0e4-4328-868f-58c63a575985, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 25a5f07f-d0e4-4328-868f-58c63a575985, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15853147025560717230 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1585314702556071723015853147025560717230158531470255607172301585314702556071723015853147025560717230158531470255607172301585314702556071723015853147025560717230158531470255607172301585314702556071723015853147025560717230158531470255607172301585314702556071723015853147025560717230158531470255607172301585314702556071723015853147025560717230158531470255607172301585314702556071723015853147025560717230" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4b84f320-4425-444c-a2a5-3d3b255904eb, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 63db5e2f-bc1f-4e8c-af23-f5c2a864cdff, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 63db5e2f-bc1f-4e8c-af23-f5c2a864cdff, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9453876314231381955 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94538763142313819559453876314231381955945387631423138195594538763142313819559453876314231381955945387631423138195594538763142313819559453876314231381955945387631423138195594538763142313819559453876314231381955945387631423138195594538763142313819559453876314231381955945387631423138195594538763142313819559453876314231381955945387631423138195594538763142313819559453876314231381955" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 25a5f07f-d0e4-4328-868f-58c63a575985, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 35906599-6f69-4c0f-87b2-07223409e99d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 35906599-6f69-4c0f-87b2-07223409e99d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2368790928300676669 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23687909283006766692368790928300676669236879092830067666923687909283006766692368790928300676669236879092830067666923687909283006766692368790928300676669236879092830067666923687909283006766692368790928300676669236879092830067666923687909283006766692368790928300676669236879092830067666923687909283006766692368790928300676669236879092830067666923687909283006766692368790928300676669" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 63db5e2f-bc1f-4e8c-af23-f5c2a864cdff, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b47b4684-d9e2-40c2-91da-5fbe1d3e644b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b47b4684-d9e2-40c2-91da-5fbe1d3e644b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5840280165025157447 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58402801650251574475840280165025157447584028016502515744758402801650251574475840280165025157447584028016502515744758402801650251574475840280165025157447584028016502515744758402801650251574475840280165025157447584028016502515744758402801650251574475840280165025157447584028016502515744758402801650251574475840280165025157447584028016502515744758402801650251574475840280165025157447" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 35906599-6f69-4c0f-87b2-07223409e99d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 335fa3b7-1687-4ced-ae9e-d580c22f8eba, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 335fa3b7-1687-4ced-ae9e-d580c22f8eba, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13522209847836923602 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1352220984783692360213522209847836923602135222098478369236021352220984783692360213522209847836923602135222098478369236021352220984783692360213522209847836923602135222098478369236021352220984783692360213522209847836923602135222098478369236021352220984783692360213522209847836923602135222098478369236021352220984783692360213522209847836923602135222098478369236021352220984783692360213522209847836923602" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b47b4684-d9e2-40c2-91da-5fbe1d3e644b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e56673b8-3b0d-446d-adb8-a3130caa0f8d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e56673b8-3b0d-446d-adb8-a3130caa0f8d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 335483838525190634 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "335483838525190634335483838525190634335483838525190634335483838525190634335483838525190634335483838525190634335483838525190634335483838525190634335483838525190634335483838525190634335483838525190634335483838525190634335483838525190634335483838525190634335483838525190634335483838525190634335483838525190634335483838525190634335483838525190634335483838525190634" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 335fa3b7-1687-4ced-ae9e-d580c22f8eba, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 06dafc3b-152e-446a-b5e3-bdf18e9fd14b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 06dafc3b-152e-446a-b5e3-bdf18e9fd14b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13199368039573757036 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1319936803957375703613199368039573757036131993680395737570361319936803957375703613199368039573757036131993680395737570361319936803957375703613199368039573757036131993680395737570361319936803957375703613199368039573757036131993680395737570361319936803957375703613199368039573757036131993680395737570361319936803957375703613199368039573757036131993680395737570361319936803957375703613199368039573757036" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e56673b8-3b0d-446d-adb8-a3130caa0f8d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, eb646fea-e37f-44c8-ad72-31d7a5d44451, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eb646fea-e37f-44c8-ad72-31d7a5d44451, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15854243890022316646 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1585424389002231664615854243890022316646158542438900223166461585424389002231664615854243890022316646158542438900223166461585424389002231664615854243890022316646158542438900223166461585424389002231664615854243890022316646158542438900223166461585424389002231664615854243890022316646158542438900223166461585424389002231664615854243890022316646158542438900223166461585424389002231664615854243890022316646" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 06dafc3b-152e-446a-b5e3-bdf18e9fd14b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 34edd76b-f7f2-4e72-b370-e8af0b738afe, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 34edd76b-f7f2-4e72-b370-e8af0b738afe, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12277482671690383260 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1227748267169038326012277482671690383260122774826716903832601227748267169038326012277482671690383260122774826716903832601227748267169038326012277482671690383260122774826716903832601227748267169038326012277482671690383260122774826716903832601227748267169038326012277482671690383260122774826716903832601227748267169038326012277482671690383260122774826716903832601227748267169038326012277482671690383260" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eb646fea-e37f-44c8-ad72-31d7a5d44451, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c4f5ccc5-d196-4377-ba7c-2671ea9a002c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c4f5ccc5-d196-4377-ba7c-2671ea9a002c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7343900220958262399 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73439002209582623997343900220958262399734390022095826239973439002209582623997343900220958262399734390022095826239973439002209582623997343900220958262399734390022095826239973439002209582623997343900220958262399734390022095826239973439002209582623997343900220958262399734390022095826239973439002209582623997343900220958262399734390022095826239973439002209582623997343900220958262399" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 34edd76b-f7f2-4e72-b370-e8af0b738afe, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d3db6cfa-e9c5-4a01-8701-77f3017fbcc1, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d3db6cfa-e9c5-4a01-8701-77f3017fbcc1, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10572969779485979254 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1057296977948597925410572969779485979254105729697794859792541057296977948597925410572969779485979254105729697794859792541057296977948597925410572969779485979254105729697794859792541057296977948597925410572969779485979254105729697794859792541057296977948597925410572969779485979254105729697794859792541057296977948597925410572969779485979254105729697794859792541057296977948597925410572969779485979254" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c4f5ccc5-d196-4377-ba7c-2671ea9a002c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 054e7e23-0fda-4a01-bd3e-627ab2874bc2, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 054e7e23-0fda-4a01-bd3e-627ab2874bc2, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15719839219262811394 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1571983921926281139415719839219262811394157198392192628113941571983921926281139415719839219262811394157198392192628113941571983921926281139415719839219262811394157198392192628113941571983921926281139415719839219262811394157198392192628113941571983921926281139415719839219262811394157198392192628113941571983921926281139415719839219262811394157198392192628113941571983921926281139415719839219262811394" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d3db6cfa-e9c5-4a01-8701-77f3017fbcc1, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 51d0edbe-24d1-4bc0-972e-50bf7d73e4d9, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 51d0edbe-24d1-4bc0-972e-50bf7d73e4d9, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11900483129727599012 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1190048312972759901211900483129727599012119004831297275990121190048312972759901211900483129727599012119004831297275990121190048312972759901211900483129727599012119004831297275990121190048312972759901211900483129727599012119004831297275990121190048312972759901211900483129727599012119004831297275990121190048312972759901211900483129727599012119004831297275990121190048312972759901211900483129727599012" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 054e7e23-0fda-4a01-bd3e-627ab2874bc2, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4645a285-9b22-4233-a73b-5aee6acc1db6, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4645a285-9b22-4233-a73b-5aee6acc1db6, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10211517266697370643 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1021151726669737064310211517266697370643102115172666973706431021151726669737064310211517266697370643102115172666973706431021151726669737064310211517266697370643102115172666973706431021151726669737064310211517266697370643102115172666973706431021151726669737064310211517266697370643102115172666973706431021151726669737064310211517266697370643102115172666973706431021151726669737064310211517266697370643" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 51d0edbe-24d1-4bc0-972e-50bf7d73e4d9, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1d319ba0-5ca3-405b-b18f-ce43ece18bdf, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1d319ba0-5ca3-405b-b18f-ce43ece18bdf, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10736774328790474845 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1073677432879047484510736774328790474845107367743287904748451073677432879047484510736774328790474845107367743287904748451073677432879047484510736774328790474845107367743287904748451073677432879047484510736774328790474845107367743287904748451073677432879047484510736774328790474845107367743287904748451073677432879047484510736774328790474845107367743287904748451073677432879047484510736774328790474845" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4645a285-9b22-4233-a73b-5aee6acc1db6, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5393ca29-bc31-4e1a-83b2-92c2592f7cd6, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5393ca29-bc31-4e1a-83b2-92c2592f7cd6, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12564787209348179597 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1256478720934817959712564787209348179597125647872093481795971256478720934817959712564787209348179597125647872093481795971256478720934817959712564787209348179597125647872093481795971256478720934817959712564787209348179597125647872093481795971256478720934817959712564787209348179597125647872093481795971256478720934817959712564787209348179597125647872093481795971256478720934817959712564787209348179597" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1d319ba0-5ca3-405b-b18f-ce43ece18bdf, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ce3d2dae-9672-4519-a5d5-e53d991dd46c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ce3d2dae-9672-4519-a5d5-e53d991dd46c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 35637151605514866 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "3563715160551486635637151605514866356371516055148663563715160551486635637151605514866356371516055148663563715160551486635637151605514866356371516055148663563715160551486635637151605514866356371516055148663563715160551486635637151605514866356371516055148663563715160551486635637151605514866356371516055148663563715160551486635637151605514866" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5393ca29-bc31-4e1a-83b2-92c2592f7cd6, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 02bf9e74-8896-4cd8-a718-b5936a59f466, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 02bf9e74-8896-4cd8-a718-b5936a59f466, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11585353720708941523 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1158535372070894152311585353720708941523115853537207089415231158535372070894152311585353720708941523115853537207089415231158535372070894152311585353720708941523115853537207089415231158535372070894152311585353720708941523115853537207089415231158535372070894152311585353720708941523115853537207089415231158535372070894152311585353720708941523115853537207089415231158535372070894152311585353720708941523" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ce3d2dae-9672-4519-a5d5-e53d991dd46c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 429c7a8c-4c3c-4bfc-8507-0676e7d32eef, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 429c7a8c-4c3c-4bfc-8507-0676e7d32eef, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9341521419418470171 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93415214194184701719341521419418470171934152141941847017193415214194184701719341521419418470171934152141941847017193415214194184701719341521419418470171934152141941847017193415214194184701719341521419418470171934152141941847017193415214194184701719341521419418470171934152141941847017193415214194184701719341521419418470171934152141941847017193415214194184701719341521419418470171" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 02bf9e74-8896-4cd8-a718-b5936a59f466, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, aacedd34-9de7-4d16-a737-fb3098485aaa, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aacedd34-9de7-4d16-a737-fb3098485aaa, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13282769313592603355 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1328276931359260335513282769313592603355132827693135926033551328276931359260335513282769313592603355132827693135926033551328276931359260335513282769313592603355132827693135926033551328276931359260335513282769313592603355132827693135926033551328276931359260335513282769313592603355132827693135926033551328276931359260335513282769313592603355132827693135926033551328276931359260335513282769313592603355" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 429c7a8c-4c3c-4bfc-8507-0676e7d32eef, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 57c4b360-f988-4457-b3b9-b4a0a7f3cc4d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 57c4b360-f988-4457-b3b9-b4a0a7f3cc4d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9813745290101843638 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98137452901018436389813745290101843638981374529010184363898137452901018436389813745290101843638981374529010184363898137452901018436389813745290101843638981374529010184363898137452901018436389813745290101843638981374529010184363898137452901018436389813745290101843638981374529010184363898137452901018436389813745290101843638981374529010184363898137452901018436389813745290101843638" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aacedd34-9de7-4d16-a737-fb3098485aaa, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e445ef20-e7fc-4a9e-b736-cfef1f7836c7, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e445ef20-e7fc-4a9e-b736-cfef1f7836c7, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7065981446432969571 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70659814464329695717065981446432969571706598144643296957170659814464329695717065981446432969571706598144643296957170659814464329695717065981446432969571706598144643296957170659814464329695717065981446432969571706598144643296957170659814464329695717065981446432969571706598144643296957170659814464329695717065981446432969571706598144643296957170659814464329695717065981446432969571" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 57c4b360-f988-4457-b3b9-b4a0a7f3cc4d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 53554244-423c-42e5-8a6b-dfba18c5bbf2, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 53554244-423c-42e5-8a6b-dfba18c5bbf2, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14923467695577193174 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1492346769557719317414923467695577193174149234676955771931741492346769557719317414923467695577193174149234676955771931741492346769557719317414923467695577193174149234676955771931741492346769557719317414923467695577193174149234676955771931741492346769557719317414923467695577193174149234676955771931741492346769557719317414923467695577193174149234676955771931741492346769557719317414923467695577193174" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e445ef20-e7fc-4a9e-b736-cfef1f7836c7, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 87cc65b1-45d5-448f-9828-a0828ed37bfb, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 87cc65b1-45d5-448f-9828-a0828ed37bfb, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4764139722615989272 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47641397226159892724764139722615989272476413972261598927247641397226159892724764139722615989272476413972261598927247641397226159892724764139722615989272476413972261598927247641397226159892724764139722615989272476413972261598927247641397226159892724764139722615989272476413972261598927247641397226159892724764139722615989272476413972261598927247641397226159892724764139722615989272" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 53554244-423c-42e5-8a6b-dfba18c5bbf2, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0bb527d5-fc4f-4392-bd21-39054e36f171, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0bb527d5-fc4f-4392-bd21-39054e36f171, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4253361289983447224 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42533612899834472244253361289983447224425336128998344722442533612899834472244253361289983447224425336128998344722442533612899834472244253361289983447224425336128998344722442533612899834472244253361289983447224425336128998344722442533612899834472244253361289983447224425336128998344722442533612899834472244253361289983447224425336128998344722442533612899834472244253361289983447224" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 87cc65b1-45d5-448f-9828-a0828ed37bfb, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 998a0b1d-b7ad-409b-b1ae-1602097fdf15, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 998a0b1d-b7ad-409b-b1ae-1602097fdf15, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8444428674461188839 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84444286744611888398444428674461188839844442867446118883984444286744611888398444428674461188839844442867446118883984444286744611888398444428674461188839844442867446118883984444286744611888398444428674461188839844442867446118883984444286744611888398444428674461188839844442867446118883984444286744611888398444428674461188839844442867446118883984444286744611888398444428674461188839" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0bb527d5-fc4f-4392-bd21-39054e36f171, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4bfa96ca-aafc-4939-adf2-8a8f03a6cd11, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4bfa96ca-aafc-4939-adf2-8a8f03a6cd11, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4467042268165639498 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44670422681656394984467042268165639498446704226816563949844670422681656394984467042268165639498446704226816563949844670422681656394984467042268165639498446704226816563949844670422681656394984467042268165639498446704226816563949844670422681656394984467042268165639498446704226816563949844670422681656394984467042268165639498446704226816563949844670422681656394984467042268165639498" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 998a0b1d-b7ad-409b-b1ae-1602097fdf15, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fa7149ad-4abb-4c36-94f5-2d119f2bfec6, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fa7149ad-4abb-4c36-94f5-2d119f2bfec6, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9153448695194482987 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91534486951944829879153448695194482987915344869519448298791534486951944829879153448695194482987915344869519448298791534486951944829879153448695194482987915344869519448298791534486951944829879153448695194482987915344869519448298791534486951944829879153448695194482987915344869519448298791534486951944829879153448695194482987915344869519448298791534486951944829879153448695194482987" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4bfa96ca-aafc-4939-adf2-8a8f03a6cd11, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 387efea2-ed2a-4fab-af65-5ce419fdfc1b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 387efea2-ed2a-4fab-af65-5ce419fdfc1b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4078911567684731652 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40789115676847316524078911567684731652407891156768473165240789115676847316524078911567684731652407891156768473165240789115676847316524078911567684731652407891156768473165240789115676847316524078911567684731652407891156768473165240789115676847316524078911567684731652407891156768473165240789115676847316524078911567684731652407891156768473165240789115676847316524078911567684731652" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fa7149ad-4abb-4c36-94f5-2d119f2bfec6, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 23cb41cb-f8a7-4083-a1c8-4bd50a5b598a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 23cb41cb-f8a7-4083-a1c8-4bd50a5b598a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7048337536501514366 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70483375365015143667048337536501514366704833753650151436670483375365015143667048337536501514366704833753650151436670483375365015143667048337536501514366704833753650151436670483375365015143667048337536501514366704833753650151436670483375365015143667048337536501514366704833753650151436670483375365015143667048337536501514366704833753650151436670483375365015143667048337536501514366" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 387efea2-ed2a-4fab-af65-5ce419fdfc1b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d9025cdd-0d71-4c5c-a9c6-fa51fcece6e1, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d9025cdd-0d71-4c5c-a9c6-fa51fcece6e1, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16725926648123910064 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1672592664812391006416725926648123910064167259266481239100641672592664812391006416725926648123910064167259266481239100641672592664812391006416725926648123910064167259266481239100641672592664812391006416725926648123910064167259266481239100641672592664812391006416725926648123910064167259266481239100641672592664812391006416725926648123910064167259266481239100641672592664812391006416725926648123910064" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 23cb41cb-f8a7-4083-a1c8-4bd50a5b598a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6304e907-f84c-4f7e-bafc-41cd1ad324dd, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6304e907-f84c-4f7e-bafc-41cd1ad324dd, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16727924177653429843 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1672792417765342984316727924177653429843167279241776534298431672792417765342984316727924177653429843167279241776534298431672792417765342984316727924177653429843167279241776534298431672792417765342984316727924177653429843167279241776534298431672792417765342984316727924177653429843167279241776534298431672792417765342984316727924177653429843167279241776534298431672792417765342984316727924177653429843" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d9025cdd-0d71-4c5c-a9c6-fa51fcece6e1, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a740db3f-5092-4145-9a96-ee327f159b9a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a740db3f-5092-4145-9a96-ee327f159b9a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13108907424266306925 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1310890742426630692513108907424266306925131089074242663069251310890742426630692513108907424266306925131089074242663069251310890742426630692513108907424266306925131089074242663069251310890742426630692513108907424266306925131089074242663069251310890742426630692513108907424266306925131089074242663069251310890742426630692513108907424266306925131089074242663069251310890742426630692513108907424266306925" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6304e907-f84c-4f7e-bafc-41cd1ad324dd, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, af5c4aaa-3e54-497e-a13f-423fbe92c5ea, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, af5c4aaa-3e54-497e-a13f-423fbe92c5ea, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1256948018335068475 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12569480183350684751256948018335068475125694801833506847512569480183350684751256948018335068475125694801833506847512569480183350684751256948018335068475125694801833506847512569480183350684751256948018335068475125694801833506847512569480183350684751256948018335068475125694801833506847512569480183350684751256948018335068475125694801833506847512569480183350684751256948018335068475" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a740db3f-5092-4145-9a96-ee327f159b9a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e63ca7dd-3ea1-45d2-91e1-5699c2db53c4, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e63ca7dd-3ea1-45d2-91e1-5699c2db53c4, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7208470892227869120 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72084708922278691207208470892227869120720847089222786912072084708922278691207208470892227869120720847089222786912072084708922278691207208470892227869120720847089222786912072084708922278691207208470892227869120720847089222786912072084708922278691207208470892227869120720847089222786912072084708922278691207208470892227869120720847089222786912072084708922278691207208470892227869120" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, af5c4aaa-3e54-497e-a13f-423fbe92c5ea, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d2752fa2-8e21-44c1-bc12-e910625b1950, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d2752fa2-8e21-44c1-bc12-e910625b1950, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 930471506564999702 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "930471506564999702930471506564999702930471506564999702930471506564999702930471506564999702930471506564999702930471506564999702930471506564999702930471506564999702930471506564999702930471506564999702930471506564999702930471506564999702930471506564999702930471506564999702930471506564999702930471506564999702930471506564999702930471506564999702930471506564999702" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e63ca7dd-3ea1-45d2-91e1-5699c2db53c4, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 32006da4-5303-4f98-8053-5236da6c5a04, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 32006da4-5303-4f98-8053-5236da6c5a04, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6723476584841672578 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67234765848416725786723476584841672578672347658484167257867234765848416725786723476584841672578672347658484167257867234765848416725786723476584841672578672347658484167257867234765848416725786723476584841672578672347658484167257867234765848416725786723476584841672578672347658484167257867234765848416725786723476584841672578672347658484167257867234765848416725786723476584841672578" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d2752fa2-8e21-44c1-bc12-e910625b1950, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 69ac330e-42a1-4435-9bb6-a22d45b1d596, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 69ac330e-42a1-4435-9bb6-a22d45b1d596, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3593135965286456836 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35931359652864568363593135965286456836359313596528645683635931359652864568363593135965286456836359313596528645683635931359652864568363593135965286456836359313596528645683635931359652864568363593135965286456836359313596528645683635931359652864568363593135965286456836359313596528645683635931359652864568363593135965286456836359313596528645683635931359652864568363593135965286456836" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 32006da4-5303-4f98-8053-5236da6c5a04, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a4533cb8-56e3-4980-a392-df9819907b07, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a4533cb8-56e3-4980-a392-df9819907b07, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2713854656615513504 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27138546566155135042713854656615513504271385465661551350427138546566155135042713854656615513504271385465661551350427138546566155135042713854656615513504271385465661551350427138546566155135042713854656615513504271385465661551350427138546566155135042713854656615513504271385465661551350427138546566155135042713854656615513504271385465661551350427138546566155135042713854656615513504" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 69ac330e-42a1-4435-9bb6-a22d45b1d596, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 08a5c0d3-2c4f-4775-a9e5-178068357041, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 08a5c0d3-2c4f-4775-a9e5-178068357041, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8440738192673017442 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84407381926730174428440738192673017442844073819267301744284407381926730174428440738192673017442844073819267301744284407381926730174428440738192673017442844073819267301744284407381926730174428440738192673017442844073819267301744284407381926730174428440738192673017442844073819267301744284407381926730174428440738192673017442844073819267301744284407381926730174428440738192673017442" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a4533cb8-56e3-4980-a392-df9819907b07, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 089f5c0e-02fb-4c62-bd0d-f1a5140e5593, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 089f5c0e-02fb-4c62-bd0d-f1a5140e5593, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13792474609171251109 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1379247460917125110913792474609171251109137924746091712511091379247460917125110913792474609171251109137924746091712511091379247460917125110913792474609171251109137924746091712511091379247460917125110913792474609171251109137924746091712511091379247460917125110913792474609171251109137924746091712511091379247460917125110913792474609171251109137924746091712511091379247460917125110913792474609171251109" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 089f5c0e-02fb-4c62-bd0d-f1a5140e5593, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0fe67936-1dd0-47a5-ab1e-f851c900f3da, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0fe67936-1dd0-47a5-ab1e-f851c900f3da, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17446994229294498645 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1744699422929449864517446994229294498645174469942292944986451744699422929449864517446994229294498645174469942292944986451744699422929449864517446994229294498645174469942292944986451744699422929449864517446994229294498645174469942292944986451744699422929449864517446994229294498645174469942292944986451744699422929449864517446994229294498645174469942292944986451744699422929449864517446994229294498645" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 08a5c0d3-2c4f-4775-a9e5-178068357041, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, aff63f55-6371-491a-b964-4e0126518ee2, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aff63f55-6371-491a-b964-4e0126518ee2, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3171521882605590178 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31715218826055901783171521882605590178317152188260559017831715218826055901783171521882605590178317152188260559017831715218826055901783171521882605590178317152188260559017831715218826055901783171521882605590178317152188260559017831715218826055901783171521882605590178317152188260559017831715218826055901783171521882605590178317152188260559017831715218826055901783171521882605590178" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0fe67936-1dd0-47a5-ab1e-f851c900f3da, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 798777fe-4511-4b28-8f7c-79fd04af6be3, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 798777fe-4511-4b28-8f7c-79fd04af6be3, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9542114085277769149 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95421140852777691499542114085277769149954211408527776914995421140852777691499542114085277769149954211408527776914995421140852777691499542114085277769149954211408527776914995421140852777691499542114085277769149954211408527776914995421140852777691499542114085277769149954211408527776914995421140852777691499542114085277769149954211408527776914995421140852777691499542114085277769149" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aff63f55-6371-491a-b964-4e0126518ee2, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0d0bf3b9-3cd9-4409-9e93-a2013765b9de, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0d0bf3b9-3cd9-4409-9e93-a2013765b9de, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3556991036161866568 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35569910361618665683556991036161866568355699103616186656835569910361618665683556991036161866568355699103616186656835569910361618665683556991036161866568355699103616186656835569910361618665683556991036161866568355699103616186656835569910361618665683556991036161866568355699103616186656835569910361618665683556991036161866568355699103616186656835569910361618665683556991036161866568" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 798777fe-4511-4b28-8f7c-79fd04af6be3, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 77fde9b6-e059-40f3-a47a-559fa6040507, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 77fde9b6-e059-40f3-a47a-559fa6040507, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16698268858723471323 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1669826885872347132316698268858723471323166982688587234713231669826885872347132316698268858723471323166982688587234713231669826885872347132316698268858723471323166982688587234713231669826885872347132316698268858723471323166982688587234713231669826885872347132316698268858723471323166982688587234713231669826885872347132316698268858723471323166982688587234713231669826885872347132316698268858723471323" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0d0bf3b9-3cd9-4409-9e93-a2013765b9de, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6fd85a69-4de6-4d9c-967c-c3b8481d15ae, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6fd85a69-4de6-4d9c-967c-c3b8481d15ae, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17231590595935236995 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1723159059593523699517231590595935236995172315905959352369951723159059593523699517231590595935236995172315905959352369951723159059593523699517231590595935236995172315905959352369951723159059593523699517231590595935236995172315905959352369951723159059593523699517231590595935236995172315905959352369951723159059593523699517231590595935236995172315905959352369951723159059593523699517231590595935236995" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 77fde9b6-e059-40f3-a47a-559fa6040507, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c4bfee4f-969d-4ade-a10f-07e868ee9092, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c4bfee4f-969d-4ade-a10f-07e868ee9092, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3876603375518886477 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38766033755188864773876603375518886477387660337551888647738766033755188864773876603375518886477387660337551888647738766033755188864773876603375518886477387660337551888647738766033755188864773876603375518886477387660337551888647738766033755188864773876603375518886477387660337551888647738766033755188864773876603375518886477387660337551888647738766033755188864773876603375518886477" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6fd85a69-4de6-4d9c-967c-c3b8481d15ae, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d70de582-7050-45d5-81b5-a02c829f2290, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d70de582-7050-45d5-81b5-a02c829f2290, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 107688585614271976 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "107688585614271976107688585614271976107688585614271976107688585614271976107688585614271976107688585614271976107688585614271976107688585614271976107688585614271976107688585614271976107688585614271976107688585614271976107688585614271976107688585614271976107688585614271976107688585614271976107688585614271976107688585614271976107688585614271976107688585614271976" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c4bfee4f-969d-4ade-a10f-07e868ee9092, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f8f445ca-3244-454c-aaf2-22d63d9c0428, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f8f445ca-3244-454c-aaf2-22d63d9c0428, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15687787332112234821 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1568778733211223482115687787332112234821156877873321122348211568778733211223482115687787332112234821156877873321122348211568778733211223482115687787332112234821156877873321122348211568778733211223482115687787332112234821156877873321122348211568778733211223482115687787332112234821156877873321122348211568778733211223482115687787332112234821156877873321122348211568778733211223482115687787332112234821" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d70de582-7050-45d5-81b5-a02c829f2290, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8fddf510-399b-4654-af5f-4e0526e3b9df, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8fddf510-399b-4654-af5f-4e0526e3b9df, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2938984277205289795 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29389842772052897952938984277205289795293898427720528979529389842772052897952938984277205289795293898427720528979529389842772052897952938984277205289795293898427720528979529389842772052897952938984277205289795293898427720528979529389842772052897952938984277205289795293898427720528979529389842772052897952938984277205289795293898427720528979529389842772052897952938984277205289795" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f8f445ca-3244-454c-aaf2-22d63d9c0428, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8ca3309f-5c16-4c48-81e4-ad78133698d8, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8ca3309f-5c16-4c48-81e4-ad78133698d8, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4027891208203057086 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40278912082030570864027891208203057086402789120820305708640278912082030570864027891208203057086402789120820305708640278912082030570864027891208203057086402789120820305708640278912082030570864027891208203057086402789120820305708640278912082030570864027891208203057086402789120820305708640278912082030570864027891208203057086402789120820305708640278912082030570864027891208203057086" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8fddf510-399b-4654-af5f-4e0526e3b9df, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9cba5c5b-214e-403b-842c-445174c56e28, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9cba5c5b-214e-403b-842c-445174c56e28, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9751664298054923854 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97516642980549238549751664298054923854975166429805492385497516642980549238549751664298054923854975166429805492385497516642980549238549751664298054923854975166429805492385497516642980549238549751664298054923854975166429805492385497516642980549238549751664298054923854975166429805492385497516642980549238549751664298054923854975166429805492385497516642980549238549751664298054923854" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8ca3309f-5c16-4c48-81e4-ad78133698d8, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 54550799-daa1-4b67-9047-fca59cba7fd4, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 54550799-daa1-4b67-9047-fca59cba7fd4, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15612509676049790582 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1561250967604979058215612509676049790582156125096760497905821561250967604979058215612509676049790582156125096760497905821561250967604979058215612509676049790582156125096760497905821561250967604979058215612509676049790582156125096760497905821561250967604979058215612509676049790582156125096760497905821561250967604979058215612509676049790582156125096760497905821561250967604979058215612509676049790582" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9cba5c5b-214e-403b-842c-445174c56e28, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3759511c-c3a8-405c-a81c-edea70ec8cb3, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3759511c-c3a8-405c-a81c-edea70ec8cb3, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14807037998634583848 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1480703799863458384814807037998634583848148070379986345838481480703799863458384814807037998634583848148070379986345838481480703799863458384814807037998634583848148070379986345838481480703799863458384814807037998634583848148070379986345838481480703799863458384814807037998634583848148070379986345838481480703799863458384814807037998634583848148070379986345838481480703799863458384814807037998634583848" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 54550799-daa1-4b67-9047-fca59cba7fd4, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 66df6c9e-51d3-46f8-a4c9-6b1cd9d7e794, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 66df6c9e-51d3-46f8-a4c9-6b1cd9d7e794, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15591203545250721677 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1559120354525072167715591203545250721677155912035452507216771559120354525072167715591203545250721677155912035452507216771559120354525072167715591203545250721677155912035452507216771559120354525072167715591203545250721677155912035452507216771559120354525072167715591203545250721677155912035452507216771559120354525072167715591203545250721677155912035452507216771559120354525072167715591203545250721677" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3759511c-c3a8-405c-a81c-edea70ec8cb3, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 63899e03-e426-4e57-9d98-27a86005f264, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 63899e03-e426-4e57-9d98-27a86005f264, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18292360739300998992 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1829236073930099899218292360739300998992182923607393009989921829236073930099899218292360739300998992182923607393009989921829236073930099899218292360739300998992182923607393009989921829236073930099899218292360739300998992182923607393009989921829236073930099899218292360739300998992182923607393009989921829236073930099899218292360739300998992182923607393009989921829236073930099899218292360739300998992" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 66df6c9e-51d3-46f8-a4c9-6b1cd9d7e794, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 39e841bf-9f3d-4de4-a478-db50af015fe1, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 39e841bf-9f3d-4de4-a478-db50af015fe1, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 90758762775434936 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "9075876277543493690758762775434936907587627754349369075876277543493690758762775434936907587627754349369075876277543493690758762775434936907587627754349369075876277543493690758762775434936907587627754349369075876277543493690758762775434936907587627754349369075876277543493690758762775434936907587627754349369075876277543493690758762775434936" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 63899e03-e426-4e57-9d98-27a86005f264, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1337f837-def8-49f6-8168-9e598c1d3a68, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1337f837-def8-49f6-8168-9e598c1d3a68, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7954702915288695496 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79547029152886954967954702915288695496795470291528869549679547029152886954967954702915288695496795470291528869549679547029152886954967954702915288695496795470291528869549679547029152886954967954702915288695496795470291528869549679547029152886954967954702915288695496795470291528869549679547029152886954967954702915288695496795470291528869549679547029152886954967954702915288695496" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 39e841bf-9f3d-4de4-a478-db50af015fe1, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0e9eb87f-40fb-433e-a19e-bec5fca7d366, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0e9eb87f-40fb-433e-a19e-bec5fca7d366, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5986285346062845965 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59862853460628459655986285346062845965598628534606284596559862853460628459655986285346062845965598628534606284596559862853460628459655986285346062845965598628534606284596559862853460628459655986285346062845965598628534606284596559862853460628459655986285346062845965598628534606284596559862853460628459655986285346062845965598628534606284596559862853460628459655986285346062845965" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1337f837-def8-49f6-8168-9e598c1d3a68, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1fef5893-3a3c-48ef-816b-0032dd5e04c9, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1fef5893-3a3c-48ef-816b-0032dd5e04c9, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15730201089735179948 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1573020108973517994815730201089735179948157302010897351799481573020108973517994815730201089735179948157302010897351799481573020108973517994815730201089735179948157302010897351799481573020108973517994815730201089735179948157302010897351799481573020108973517994815730201089735179948157302010897351799481573020108973517994815730201089735179948157302010897351799481573020108973517994815730201089735179948" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0e9eb87f-40fb-433e-a19e-bec5fca7d366, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bfafb419-9aec-4073-a5aa-d84dfc95b5fc, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bfafb419-9aec-4073-a5aa-d84dfc95b5fc, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10524839366951534141 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1052483936695153414110524839366951534141105248393669515341411052483936695153414110524839366951534141105248393669515341411052483936695153414110524839366951534141105248393669515341411052483936695153414110524839366951534141105248393669515341411052483936695153414110524839366951534141105248393669515341411052483936695153414110524839366951534141105248393669515341411052483936695153414110524839366951534141" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1fef5893-3a3c-48ef-816b-0032dd5e04c9, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6bcc2d1f-7100-471a-95ca-947c408c6c40, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6bcc2d1f-7100-471a-95ca-947c408c6c40, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6884274715451322907 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68842747154513229076884274715451322907688427471545132290768842747154513229076884274715451322907688427471545132290768842747154513229076884274715451322907688427471545132290768842747154513229076884274715451322907688427471545132290768842747154513229076884274715451322907688427471545132290768842747154513229076884274715451322907688427471545132290768842747154513229076884274715451322907" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bfafb419-9aec-4073-a5aa-d84dfc95b5fc, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fae47363-b74f-47dc-a693-409a1872cf2d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fae47363-b74f-47dc-a693-409a1872cf2d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11671999614671836786 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1167199961467183678611671999614671836786116719996146718367861167199961467183678611671999614671836786116719996146718367861167199961467183678611671999614671836786116719996146718367861167199961467183678611671999614671836786116719996146718367861167199961467183678611671999614671836786116719996146718367861167199961467183678611671999614671836786116719996146718367861167199961467183678611671999614671836786" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6bcc2d1f-7100-471a-95ca-947c408c6c40, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f004666c-5cc0-44a7-b50c-5252d6f52e0f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f004666c-5cc0-44a7-b50c-5252d6f52e0f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1908949343704374634 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19089493437043746341908949343704374634190894934370437463419089493437043746341908949343704374634190894934370437463419089493437043746341908949343704374634190894934370437463419089493437043746341908949343704374634190894934370437463419089493437043746341908949343704374634190894934370437463419089493437043746341908949343704374634190894934370437463419089493437043746341908949343704374634" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fae47363-b74f-47dc-a693-409a1872cf2d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7134c749-c431-4f49-bbcf-10ea4b74de7a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7134c749-c431-4f49-bbcf-10ea4b74de7a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4885997826918522135 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48859978269185221354885997826918522135488599782691852213548859978269185221354885997826918522135488599782691852213548859978269185221354885997826918522135488599782691852213548859978269185221354885997826918522135488599782691852213548859978269185221354885997826918522135488599782691852213548859978269185221354885997826918522135488599782691852213548859978269185221354885997826918522135" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7134c749-c431-4f49-bbcf-10ea4b74de7a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 202bef08-f376-4a17-aa16-5e0ccc75d411, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 202bef08-f376-4a17-aa16-5e0ccc75d411, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7426689970177820111 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74266899701778201117426689970177820111742668997017782011174266899701778201117426689970177820111742668997017782011174266899701778201117426689970177820111742668997017782011174266899701778201117426689970177820111742668997017782011174266899701778201117426689970177820111742668997017782011174266899701778201117426689970177820111742668997017782011174266899701778201117426689970177820111" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f004666c-5cc0-44a7-b50c-5252d6f52e0f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3a4cfbf2-4350-48ad-a076-9de522d42de4, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3a4cfbf2-4350-48ad-a076-9de522d42de4, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2956485022121013258 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29564850221210132582956485022121013258295648502212101325829564850221210132582956485022121013258295648502212101325829564850221210132582956485022121013258295648502212101325829564850221210132582956485022121013258295648502212101325829564850221210132582956485022121013258295648502212101325829564850221210132582956485022121013258295648502212101325829564850221210132582956485022121013258" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 202bef08-f376-4a17-aa16-5e0ccc75d411, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4422d8b1-0339-4263-a652-a9770f1b7189, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4422d8b1-0339-4263-a652-a9770f1b7189, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16414000902783339995 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1641400090278333999516414000902783339995164140009027833399951641400090278333999516414000902783339995164140009027833399951641400090278333999516414000902783339995164140009027833399951641400090278333999516414000902783339995164140009027833399951641400090278333999516414000902783339995164140009027833399951641400090278333999516414000902783339995164140009027833399951641400090278333999516414000902783339995" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4422d8b1-0339-4263-a652-a9770f1b7189, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ae308408-de06-4a4c-bb35-4a22773ab904, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ae308408-de06-4a4c-bb35-4a22773ab904, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13953948645054580469 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1395394864505458046913953948645054580469139539486450545804691395394864505458046913953948645054580469139539486450545804691395394864505458046913953948645054580469139539486450545804691395394864505458046913953948645054580469139539486450545804691395394864505458046913953948645054580469139539486450545804691395394864505458046913953948645054580469139539486450545804691395394864505458046913953948645054580469" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3a4cfbf2-4350-48ad-a076-9de522d42de4, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 35de54ca-82f1-4c38-8e45-7a6bf6c8b9b1, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 35de54ca-82f1-4c38-8e45-7a6bf6c8b9b1, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14970243871128074438 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1497024387112807443814970243871128074438149702438711280744381497024387112807443814970243871128074438149702438711280744381497024387112807443814970243871128074438149702438711280744381497024387112807443814970243871128074438149702438711280744381497024387112807443814970243871128074438149702438711280744381497024387112807443814970243871128074438149702438711280744381497024387112807443814970243871128074438" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ae308408-de06-4a4c-bb35-4a22773ab904, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dfa7e867-2156-4bf8-8063-e6763a9c518e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dfa7e867-2156-4bf8-8063-e6763a9c518e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6094982066182246815 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60949820661822468156094982066182246815609498206618224681560949820661822468156094982066182246815609498206618224681560949820661822468156094982066182246815609498206618224681560949820661822468156094982066182246815609498206618224681560949820661822468156094982066182246815609498206618224681560949820661822468156094982066182246815609498206618224681560949820661822468156094982066182246815" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 35de54ca-82f1-4c38-8e45-7a6bf6c8b9b1, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6b216748-540d-4ffa-9dea-f8fea8cc4a89, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6b216748-540d-4ffa-9dea-f8fea8cc4a89, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4283883409949684294 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42838834099496842944283883409949684294428388340994968429442838834099496842944283883409949684294428388340994968429442838834099496842944283883409949684294428388340994968429442838834099496842944283883409949684294428388340994968429442838834099496842944283883409949684294428388340994968429442838834099496842944283883409949684294428388340994968429442838834099496842944283883409949684294" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dfa7e867-2156-4bf8-8063-e6763a9c518e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1f076a77-cdf2-4ef1-8731-3c19d0b988e7, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1f076a77-cdf2-4ef1-8731-3c19d0b988e7, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4980103448437661281 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49801034484376612814980103448437661281498010344843766128149801034484376612814980103448437661281498010344843766128149801034484376612814980103448437661281498010344843766128149801034484376612814980103448437661281498010344843766128149801034484376612814980103448437661281498010344843766128149801034484376612814980103448437661281498010344843766128149801034484376612814980103448437661281" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6b216748-540d-4ffa-9dea-f8fea8cc4a89, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 42f4fd61-5305-4967-9790-4e1280fbd2dd, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 42f4fd61-5305-4967-9790-4e1280fbd2dd, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17991242933020616418 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1799124293302061641817991242933020616418179912429330206164181799124293302061641817991242933020616418179912429330206164181799124293302061641817991242933020616418179912429330206164181799124293302061641817991242933020616418179912429330206164181799124293302061641817991242933020616418179912429330206164181799124293302061641817991242933020616418179912429330206164181799124293302061641817991242933020616418" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1f076a77-cdf2-4ef1-8731-3c19d0b988e7, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 82c2cf49-be74-4d7c-a7cd-b9b5c7670ffe, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 82c2cf49-be74-4d7c-a7cd-b9b5c7670ffe, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6953181800649518119 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69531818006495181196953181800649518119695318180064951811969531818006495181196953181800649518119695318180064951811969531818006495181196953181800649518119695318180064951811969531818006495181196953181800649518119695318180064951811969531818006495181196953181800649518119695318180064951811969531818006495181196953181800649518119695318180064951811969531818006495181196953181800649518119" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 42f4fd61-5305-4967-9790-4e1280fbd2dd, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5af7c6f4-8a8b-40a2-bdb7-90f633997588, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5af7c6f4-8a8b-40a2-bdb7-90f633997588, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2147944938900437192 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21479449389004371922147944938900437192214794493890043719221479449389004371922147944938900437192214794493890043719221479449389004371922147944938900437192214794493890043719221479449389004371922147944938900437192214794493890043719221479449389004371922147944938900437192214794493890043719221479449389004371922147944938900437192214794493890043719221479449389004371922147944938900437192" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 82c2cf49-be74-4d7c-a7cd-b9b5c7670ffe, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b99cb4d9-b873-4f87-ab03-0998d8e70a58, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b99cb4d9-b873-4f87-ab03-0998d8e70a58, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10992820714118737945 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1099282071411873794510992820714118737945109928207141187379451099282071411873794510992820714118737945109928207141187379451099282071411873794510992820714118737945109928207141187379451099282071411873794510992820714118737945109928207141187379451099282071411873794510992820714118737945109928207141187379451099282071411873794510992820714118737945109928207141187379451099282071411873794510992820714118737945" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5af7c6f4-8a8b-40a2-bdb7-90f633997588, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3479c581-0b8d-4257-87e8-ef5034ef17e5, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3479c581-0b8d-4257-87e8-ef5034ef17e5, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11395959970714107162 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1139595997071410716211395959970714107162113959599707141071621139595997071410716211395959970714107162113959599707141071621139595997071410716211395959970714107162113959599707141071621139595997071410716211395959970714107162113959599707141071621139595997071410716211395959970714107162113959599707141071621139595997071410716211395959970714107162113959599707141071621139595997071410716211395959970714107162" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b99cb4d9-b873-4f87-ab03-0998d8e70a58, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f8528a12-b75b-4d47-a62d-ea7500e75649, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f8528a12-b75b-4d47-a62d-ea7500e75649, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14743280924629412862 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1474328092462941286214743280924629412862147432809246294128621474328092462941286214743280924629412862147432809246294128621474328092462941286214743280924629412862147432809246294128621474328092462941286214743280924629412862147432809246294128621474328092462941286214743280924629412862147432809246294128621474328092462941286214743280924629412862147432809246294128621474328092462941286214743280924629412862" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3479c581-0b8d-4257-87e8-ef5034ef17e5, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 087486be-8f34-467f-90df-460cd33a4170, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 087486be-8f34-467f-90df-460cd33a4170, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10195917640597736353 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1019591764059773635310195917640597736353101959176405977363531019591764059773635310195917640597736353101959176405977363531019591764059773635310195917640597736353101959176405977363531019591764059773635310195917640597736353101959176405977363531019591764059773635310195917640597736353101959176405977363531019591764059773635310195917640597736353101959176405977363531019591764059773635310195917640597736353" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f8528a12-b75b-4d47-a62d-ea7500e75649, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0fa40d13-de79-4621-b93c-351675dc95cd, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0fa40d13-de79-4621-b93c-351675dc95cd, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3751121698614867955 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37511216986148679553751121698614867955375112169861486795537511216986148679553751121698614867955375112169861486795537511216986148679553751121698614867955375112169861486795537511216986148679553751121698614867955375112169861486795537511216986148679553751121698614867955375112169861486795537511216986148679553751121698614867955375112169861486795537511216986148679553751121698614867955" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 087486be-8f34-467f-90df-460cd33a4170, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ea05bc84-d086-4a43-86c2-88206dc0f78a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ea05bc84-d086-4a43-86c2-88206dc0f78a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18226354115433451087 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1822635411543345108718226354115433451087182263541154334510871822635411543345108718226354115433451087182263541154334510871822635411543345108718226354115433451087182263541154334510871822635411543345108718226354115433451087182263541154334510871822635411543345108718226354115433451087182263541154334510871822635411543345108718226354115433451087182263541154334510871822635411543345108718226354115433451087" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0fa40d13-de79-4621-b93c-351675dc95cd, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 138035b2-6335-4895-a170-615f2b8e2c69, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 138035b2-6335-4895-a170-615f2b8e2c69, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10997745884732400279 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1099774588473240027910997745884732400279109977458847324002791099774588473240027910997745884732400279109977458847324002791099774588473240027910997745884732400279109977458847324002791099774588473240027910997745884732400279109977458847324002791099774588473240027910997745884732400279109977458847324002791099774588473240027910997745884732400279109977458847324002791099774588473240027910997745884732400279" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ea05bc84-d086-4a43-86c2-88206dc0f78a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 240c9aa4-4314-42ac-9e68-ce5522530aab, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 240c9aa4-4314-42ac-9e68-ce5522530aab, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6684683016511836165 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66846830165118361656684683016511836165668468301651183616566846830165118361656684683016511836165668468301651183616566846830165118361656684683016511836165668468301651183616566846830165118361656684683016511836165668468301651183616566846830165118361656684683016511836165668468301651183616566846830165118361656684683016511836165668468301651183616566846830165118361656684683016511836165" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 138035b2-6335-4895-a170-615f2b8e2c69, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bec60896-d72c-4381-bf9a-4aa39ca8664c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bec60896-d72c-4381-bf9a-4aa39ca8664c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7986651359294070512 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79866513592940705127986651359294070512798665135929407051279866513592940705127986651359294070512798665135929407051279866513592940705127986651359294070512798665135929407051279866513592940705127986651359294070512798665135929407051279866513592940705127986651359294070512798665135929407051279866513592940705127986651359294070512798665135929407051279866513592940705127986651359294070512" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 240c9aa4-4314-42ac-9e68-ce5522530aab, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 08150ca1-9b1b-4115-8ea7-f9c4848bc8d7, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 08150ca1-9b1b-4115-8ea7-f9c4848bc8d7, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12717023968193790694 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1271702396819379069412717023968193790694127170239681937906941271702396819379069412717023968193790694127170239681937906941271702396819379069412717023968193790694127170239681937906941271702396819379069412717023968193790694127170239681937906941271702396819379069412717023968193790694127170239681937906941271702396819379069412717023968193790694127170239681937906941271702396819379069412717023968193790694" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bec60896-d72c-4381-bf9a-4aa39ca8664c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c35b7a21-3200-4017-93ce-90840ee62c18, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c35b7a21-3200-4017-93ce-90840ee62c18, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16432364410421640159 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1643236441042164015916432364410421640159164323644104216401591643236441042164015916432364410421640159164323644104216401591643236441042164015916432364410421640159164323644104216401591643236441042164015916432364410421640159164323644104216401591643236441042164015916432364410421640159164323644104216401591643236441042164015916432364410421640159164323644104216401591643236441042164015916432364410421640159" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 08150ca1-9b1b-4115-8ea7-f9c4848bc8d7, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1bdf8bc6-de38-4509-9fd5-3da884410dc3, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1bdf8bc6-de38-4509-9fd5-3da884410dc3, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8276441347817168402 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82764413478171684028276441347817168402827644134781716840282764413478171684028276441347817168402827644134781716840282764413478171684028276441347817168402827644134781716840282764413478171684028276441347817168402827644134781716840282764413478171684028276441347817168402827644134781716840282764413478171684028276441347817168402827644134781716840282764413478171684028276441347817168402" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c35b7a21-3200-4017-93ce-90840ee62c18, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9266e0a1-026f-49eb-922c-09ff4a6185ff, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9266e0a1-026f-49eb-922c-09ff4a6185ff, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14922206726211462453 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1492220672621146245314922206726211462453149222067262114624531492220672621146245314922206726211462453149222067262114624531492220672621146245314922206726211462453149222067262114624531492220672621146245314922206726211462453149222067262114624531492220672621146245314922206726211462453149222067262114624531492220672621146245314922206726211462453149222067262114624531492220672621146245314922206726211462453" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1bdf8bc6-de38-4509-9fd5-3da884410dc3, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b78f68af-6cde-4d22-b550-28b2dd1129da, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b78f68af-6cde-4d22-b550-28b2dd1129da, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13375566457444086570 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1337556645744408657013375566457444086570133755664574440865701337556645744408657013375566457444086570133755664574440865701337556645744408657013375566457444086570133755664574440865701337556645744408657013375566457444086570133755664574440865701337556645744408657013375566457444086570133755664574440865701337556645744408657013375566457444086570133755664574440865701337556645744408657013375566457444086570" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9266e0a1-026f-49eb-922c-09ff4a6185ff, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 012f66bf-2e0f-43c0-806b-0d4e4556c379, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 012f66bf-2e0f-43c0-806b-0d4e4556c379, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5919900995450544735 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59199009954505447355919900995450544735591990099545054473559199009954505447355919900995450544735591990099545054473559199009954505447355919900995450544735591990099545054473559199009954505447355919900995450544735591990099545054473559199009954505447355919900995450544735591990099545054473559199009954505447355919900995450544735591990099545054473559199009954505447355919900995450544735" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b78f68af-6cde-4d22-b550-28b2dd1129da, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 75bb7f57-efef-4109-8898-cefa1c2bcd3c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 75bb7f57-efef-4109-8898-cefa1c2bcd3c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14965102841379659520 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1496510284137965952014965102841379659520149651028413796595201496510284137965952014965102841379659520149651028413796595201496510284137965952014965102841379659520149651028413796595201496510284137965952014965102841379659520149651028413796595201496510284137965952014965102841379659520149651028413796595201496510284137965952014965102841379659520149651028413796595201496510284137965952014965102841379659520" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 012f66bf-2e0f-43c0-806b-0d4e4556c379, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0ddab443-96c1-4454-ab40-af90ea7263e3, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0ddab443-96c1-4454-ab40-af90ea7263e3, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3501639747146691359 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35016397471466913593501639747146691359350163974714669135935016397471466913593501639747146691359350163974714669135935016397471466913593501639747146691359350163974714669135935016397471466913593501639747146691359350163974714669135935016397471466913593501639747146691359350163974714669135935016397471466913593501639747146691359350163974714669135935016397471466913593501639747146691359" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 75bb7f57-efef-4109-8898-cefa1c2bcd3c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 96c89bf0-fbcb-4292-87cb-bd07595ab20c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 96c89bf0-fbcb-4292-87cb-bd07595ab20c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5950493466015764805 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59504934660157648055950493466015764805595049346601576480559504934660157648055950493466015764805595049346601576480559504934660157648055950493466015764805595049346601576480559504934660157648055950493466015764805595049346601576480559504934660157648055950493466015764805595049346601576480559504934660157648055950493466015764805595049346601576480559504934660157648055950493466015764805" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0ddab443-96c1-4454-ab40-af90ea7263e3, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, efe61091-8ac0-43a2-b159-cedee0a27bcf, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, efe61091-8ac0-43a2-b159-cedee0a27bcf, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5874124306088449116 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58741243060884491165874124306088449116587412430608844911658741243060884491165874124306088449116587412430608844911658741243060884491165874124306088449116587412430608844911658741243060884491165874124306088449116587412430608844911658741243060884491165874124306088449116587412430608844911658741243060884491165874124306088449116587412430608844911658741243060884491165874124306088449116" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 96c89bf0-fbcb-4292-87cb-bd07595ab20c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 60fd97bc-b793-43d3-88b8-c72422c938d6, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 60fd97bc-b793-43d3-88b8-c72422c938d6, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2864406098478525217 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28644060984785252172864406098478525217286440609847852521728644060984785252172864406098478525217286440609847852521728644060984785252172864406098478525217286440609847852521728644060984785252172864406098478525217286440609847852521728644060984785252172864406098478525217286440609847852521728644060984785252172864406098478525217286440609847852521728644060984785252172864406098478525217" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, efe61091-8ac0-43a2-b159-cedee0a27bcf, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 789bd455-58fa-44f9-9393-b2c02a4a49b0, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 789bd455-58fa-44f9-9393-b2c02a4a49b0, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16352063318667304709 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1635206331866730470916352063318667304709163520633186673047091635206331866730470916352063318667304709163520633186673047091635206331866730470916352063318667304709163520633186673047091635206331866730470916352063318667304709163520633186673047091635206331866730470916352063318667304709163520633186673047091635206331866730470916352063318667304709163520633186673047091635206331866730470916352063318667304709" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 60fd97bc-b793-43d3-88b8-c72422c938d6, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 789bd455-58fa-44f9-9393-b2c02a4a49b0, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4748d865-7f7d-4325-98c5-1e46c6124496, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4748d865-7f7d-4325-98c5-1e46c6124496, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4879726605502388468 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48797266055023884684879726605502388468487972660550238846848797266055023884684879726605502388468487972660550238846848797266055023884684879726605502388468487972660550238846848797266055023884684879726605502388468487972660550238846848797266055023884684879726605502388468487972660550238846848797266055023884684879726605502388468487972660550238846848797266055023884684879726605502388468" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4f44cad1-1d76-4338-a819-421ba9dd9a5a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4f44cad1-1d76-4338-a819-421ba9dd9a5a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10585717364557218425 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1058571736455721842510585717364557218425105857173645572184251058571736455721842510585717364557218425105857173645572184251058571736455721842510585717364557218425105857173645572184251058571736455721842510585717364557218425105857173645572184251058571736455721842510585717364557218425105857173645572184251058571736455721842510585717364557218425105857173645572184251058571736455721842510585717364557218425" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4748d865-7f7d-4325-98c5-1e46c6124496, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 45c20093-0feb-4f8d-a3b8-a8546bf2528c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4f44cad1-1d76-4338-a819-421ba9dd9a5a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 45c20093-0feb-4f8d-a3b8-a8546bf2528c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 299722537524109294 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "299722537524109294299722537524109294299722537524109294299722537524109294299722537524109294299722537524109294299722537524109294299722537524109294299722537524109294299722537524109294299722537524109294299722537524109294299722537524109294299722537524109294299722537524109294299722537524109294299722537524109294299722537524109294299722537524109294299722537524109294" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4fb60740-b333-41b7-8d8c-cc1b400dc713, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4fb60740-b333-41b7-8d8c-cc1b400dc713, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2332868888707953921 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23328688887079539212332868888707953921233286888870795392123328688887079539212332868888707953921233286888870795392123328688887079539212332868888707953921233286888870795392123328688887079539212332868888707953921233286888870795392123328688887079539212332868888707953921233286888870795392123328688887079539212332868888707953921233286888870795392123328688887079539212332868888707953921" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 45c20093-0feb-4f8d-a3b8-a8546bf2528c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4fb60740-b333-41b7-8d8c-cc1b400dc713, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 91e4933a-e292-42f4-883a-8377eea351ac, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 91e4933a-e292-42f4-883a-8377eea351ac, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4959949304063562417 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49599493040635624174959949304063562417495994930406356241749599493040635624174959949304063562417495994930406356241749599493040635624174959949304063562417495994930406356241749599493040635624174959949304063562417495994930406356241749599493040635624174959949304063562417495994930406356241749599493040635624174959949304063562417495994930406356241749599493040635624174959949304063562417" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 90e54e94-a3c7-42e1-8f7f-ebd9541455a1, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 90e54e94-a3c7-42e1-8f7f-ebd9541455a1, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16568206148763760959 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1656820614876376095916568206148763760959165682061487637609591656820614876376095916568206148763760959165682061487637609591656820614876376095916568206148763760959165682061487637609591656820614876376095916568206148763760959165682061487637609591656820614876376095916568206148763760959165682061487637609591656820614876376095916568206148763760959165682061487637609591656820614876376095916568206148763760959" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 91e4933a-e292-42f4-883a-8377eea351ac, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 21be3e91-c48f-494f-a104-4605f0034fda, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 21be3e91-c48f-494f-a104-4605f0034fda, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13863168636225283380 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1386316863622528338013863168636225283380138631686362252833801386316863622528338013863168636225283380138631686362252833801386316863622528338013863168636225283380138631686362252833801386316863622528338013863168636225283380138631686362252833801386316863622528338013863168636225283380138631686362252833801386316863622528338013863168636225283380138631686362252833801386316863622528338013863168636225283380" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 90e54e94-a3c7-42e1-8f7f-ebd9541455a1, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d1baa9d0-3520-4f82-b3e3-fabb5c710aa7, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d1baa9d0-3520-4f82-b3e3-fabb5c710aa7, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15789178161680294108 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1578917816168029410815789178161680294108157891781616802941081578917816168029410815789178161680294108157891781616802941081578917816168029410815789178161680294108157891781616802941081578917816168029410815789178161680294108157891781616802941081578917816168029410815789178161680294108157891781616802941081578917816168029410815789178161680294108157891781616802941081578917816168029410815789178161680294108" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 21be3e91-c48f-494f-a104-4605f0034fda, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 770487ba-17a1-446f-a32f-06bd74d3fff9, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 770487ba-17a1-446f-a32f-06bd74d3fff9, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4664070742972967751 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46640707429729677514664070742972967751466407074297296775146640707429729677514664070742972967751466407074297296775146640707429729677514664070742972967751466407074297296775146640707429729677514664070742972967751466407074297296775146640707429729677514664070742972967751466407074297296775146640707429729677514664070742972967751466407074297296775146640707429729677514664070742972967751" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d1baa9d0-3520-4f82-b3e3-fabb5c710aa7, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 96ff9200-21c6-4ae2-ae58-38fecdf68fea, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 96ff9200-21c6-4ae2-ae58-38fecdf68fea, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2150262039675537200 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21502620396755372002150262039675537200215026203967553720021502620396755372002150262039675537200215026203967553720021502620396755372002150262039675537200215026203967553720021502620396755372002150262039675537200215026203967553720021502620396755372002150262039675537200215026203967553720021502620396755372002150262039675537200215026203967553720021502620396755372002150262039675537200" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 770487ba-17a1-446f-a32f-06bd74d3fff9, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 95652202-2b76-4903-863c-67fc50ca7102, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 95652202-2b76-4903-863c-67fc50ca7102, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7208859923944121168 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72088599239441211687208859923944121168720885992394412116872088599239441211687208859923944121168720885992394412116872088599239441211687208859923944121168720885992394412116872088599239441211687208859923944121168720885992394412116872088599239441211687208859923944121168720885992394412116872088599239441211687208859923944121168720885992394412116872088599239441211687208859923944121168" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 96ff9200-21c6-4ae2-ae58-38fecdf68fea, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b74d5ccf-ce3a-4f1e-90bc-1280cc516e98, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b74d5ccf-ce3a-4f1e-90bc-1280cc516e98, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8792806017237213120 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87928060172372131208792806017237213120879280601723721312087928060172372131208792806017237213120879280601723721312087928060172372131208792806017237213120879280601723721312087928060172372131208792806017237213120879280601723721312087928060172372131208792806017237213120879280601723721312087928060172372131208792806017237213120879280601723721312087928060172372131208792806017237213120" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 95652202-2b76-4903-863c-67fc50ca7102, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7414b31a-8bce-446f-b8c3-f719f0cbbc9a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7414b31a-8bce-446f-b8c3-f719f0cbbc9a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15176368020777212262 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1517636802077721226215176368020777212262151763680207772122621517636802077721226215176368020777212262151763680207772122621517636802077721226215176368020777212262151763680207772122621517636802077721226215176368020777212262151763680207772122621517636802077721226215176368020777212262151763680207772122621517636802077721226215176368020777212262151763680207772122621517636802077721226215176368020777212262" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b74d5ccf-ce3a-4f1e-90bc-1280cc516e98, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 96565d6d-1d64-4ee5-9efe-a945254823bb, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 96565d6d-1d64-4ee5-9efe-a945254823bb, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7236322476076909811 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72363224760769098117236322476076909811723632247607690981172363224760769098117236322476076909811723632247607690981172363224760769098117236322476076909811723632247607690981172363224760769098117236322476076909811723632247607690981172363224760769098117236322476076909811723632247607690981172363224760769098117236322476076909811723632247607690981172363224760769098117236322476076909811" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7414b31a-8bce-446f-b8c3-f719f0cbbc9a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0e66cb84-59f0-41f0-a65e-05b9a149e4aa, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0e66cb84-59f0-41f0-a65e-05b9a149e4aa, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14407912698010370707 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1440791269801037070714407912698010370707144079126980103707071440791269801037070714407912698010370707144079126980103707071440791269801037070714407912698010370707144079126980103707071440791269801037070714407912698010370707144079126980103707071440791269801037070714407912698010370707144079126980103707071440791269801037070714407912698010370707144079126980103707071440791269801037070714407912698010370707" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 96565d6d-1d64-4ee5-9efe-a945254823bb, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ddc0ae2b-6583-4da1-b60a-2cd15091f5c9, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ddc0ae2b-6583-4da1-b60a-2cd15091f5c9, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 155813844953106905 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "155813844953106905155813844953106905155813844953106905155813844953106905155813844953106905155813844953106905155813844953106905155813844953106905155813844953106905155813844953106905155813844953106905155813844953106905155813844953106905155813844953106905155813844953106905155813844953106905155813844953106905155813844953106905155813844953106905155813844953106905" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0e66cb84-59f0-41f0-a65e-05b9a149e4aa, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2e249ea5-67ce-469c-9b37-27b9bd97f10e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2e249ea5-67ce-469c-9b37-27b9bd97f10e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2666298933252396625 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26662989332523966252666298933252396625266629893325239662526662989332523966252666298933252396625266629893325239662526662989332523966252666298933252396625266629893325239662526662989332523966252666298933252396625266629893325239662526662989332523966252666298933252396625266629893325239662526662989332523966252666298933252396625266629893325239662526662989332523966252666298933252396625" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ddc0ae2b-6583-4da1-b60a-2cd15091f5c9, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a794c445-9a5d-418e-bcdf-e1fe4a6cb28f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a794c445-9a5d-418e-bcdf-e1fe4a6cb28f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13705170112788361632 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1370517011278836163213705170112788361632137051701127883616321370517011278836163213705170112788361632137051701127883616321370517011278836163213705170112788361632137051701127883616321370517011278836163213705170112788361632137051701127883616321370517011278836163213705170112788361632137051701127883616321370517011278836163213705170112788361632137051701127883616321370517011278836163213705170112788361632" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2e249ea5-67ce-469c-9b37-27b9bd97f10e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2bee1a32-40b9-4c06-892b-1b3c00fc8563, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2bee1a32-40b9-4c06-892b-1b3c00fc8563, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7918290006328438649 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79182900063284386497918290006328438649791829000632843864979182900063284386497918290006328438649791829000632843864979182900063284386497918290006328438649791829000632843864979182900063284386497918290006328438649791829000632843864979182900063284386497918290006328438649791829000632843864979182900063284386497918290006328438649791829000632843864979182900063284386497918290006328438649" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a794c445-9a5d-418e-bcdf-e1fe4a6cb28f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7d6d2ee3-1e28-4fd5-9791-f63f7fc1fc37, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7d6d2ee3-1e28-4fd5-9791-f63f7fc1fc37, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9673956925341912277 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96739569253419122779673956925341912277967395692534191227796739569253419122779673956925341912277967395692534191227796739569253419122779673956925341912277967395692534191227796739569253419122779673956925341912277967395692534191227796739569253419122779673956925341912277967395692534191227796739569253419122779673956925341912277967395692534191227796739569253419122779673956925341912277" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2bee1a32-40b9-4c06-892b-1b3c00fc8563, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7423473f-2acd-4a39-afae-a4dc744ff893, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7423473f-2acd-4a39-afae-a4dc744ff893, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1015138617599406247 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10151386175994062471015138617599406247101513861759940624710151386175994062471015138617599406247101513861759940624710151386175994062471015138617599406247101513861759940624710151386175994062471015138617599406247101513861759940624710151386175994062471015138617599406247101513861759940624710151386175994062471015138617599406247101513861759940624710151386175994062471015138617599406247" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7d6d2ee3-1e28-4fd5-9791-f63f7fc1fc37, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7423473f-2acd-4a39-afae-a4dc744ff893, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5888d707-45dd-48d7-aa61-726c7720eaca, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5888d707-45dd-48d7-aa61-726c7720eaca, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14119150437922251384 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1411915043792225138414119150437922251384141191504379222513841411915043792225138414119150437922251384141191504379222513841411915043792225138414119150437922251384141191504379222513841411915043792225138414119150437922251384141191504379222513841411915043792225138414119150437922251384141191504379222513841411915043792225138414119150437922251384141191504379222513841411915043792225138414119150437922251384" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0e5b6bb8-7a6b-4a4c-b477-9b8828d8bdc0, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0e5b6bb8-7a6b-4a4c-b477-9b8828d8bdc0, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1562885079810892482 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15628850798108924821562885079810892482156288507981089248215628850798108924821562885079810892482156288507981089248215628850798108924821562885079810892482156288507981089248215628850798108924821562885079810892482156288507981089248215628850798108924821562885079810892482156288507981089248215628850798108924821562885079810892482156288507981089248215628850798108924821562885079810892482" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5888d707-45dd-48d7-aa61-726c7720eaca, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 52d98c5e-7afc-4593-b957-0c335a6c51e3, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 52d98c5e-7afc-4593-b957-0c335a6c51e3, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7769208177007611538 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77692081770076115387769208177007611538776920817700761153877692081770076115387769208177007611538776920817700761153877692081770076115387769208177007611538776920817700761153877692081770076115387769208177007611538776920817700761153877692081770076115387769208177007611538776920817700761153877692081770076115387769208177007611538776920817700761153877692081770076115387769208177007611538" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0e5b6bb8-7a6b-4a4c-b477-9b8828d8bdc0, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 782a3afc-842c-43e7-9cc3-08d82e27c1c4, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 782a3afc-842c-43e7-9cc3-08d82e27c1c4, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17982928568823048044 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1798292856882304804417982928568823048044179829285688230480441798292856882304804417982928568823048044179829285688230480441798292856882304804417982928568823048044179829285688230480441798292856882304804417982928568823048044179829285688230480441798292856882304804417982928568823048044179829285688230480441798292856882304804417982928568823048044179829285688230480441798292856882304804417982928568823048044" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 52d98c5e-7afc-4593-b957-0c335a6c51e3, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5dcb7d74-c3aa-4580-972a-1a585fde2b91, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5dcb7d74-c3aa-4580-972a-1a585fde2b91, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1536070911793841786 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15360709117938417861536070911793841786153607091179384178615360709117938417861536070911793841786153607091179384178615360709117938417861536070911793841786153607091179384178615360709117938417861536070911793841786153607091179384178615360709117938417861536070911793841786153607091179384178615360709117938417861536070911793841786153607091179384178615360709117938417861536070911793841786" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 782a3afc-842c-43e7-9cc3-08d82e27c1c4, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 637fca58-7f52-4149-9a6e-3baf57c317ec, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 637fca58-7f52-4149-9a6e-3baf57c317ec, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5289687395159254546 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52896873951592545465289687395159254546528968739515925454652896873951592545465289687395159254546528968739515925454652896873951592545465289687395159254546528968739515925454652896873951592545465289687395159254546528968739515925454652896873951592545465289687395159254546528968739515925454652896873951592545465289687395159254546528968739515925454652896873951592545465289687395159254546" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5dcb7d74-c3aa-4580-972a-1a585fde2b91, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3b1dea92-a196-451e-b47d-aa9d80f928b0, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3b1dea92-a196-451e-b47d-aa9d80f928b0, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15970538287086657213 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1597053828708665721315970538287086657213159705382870866572131597053828708665721315970538287086657213159705382870866572131597053828708665721315970538287086657213159705382870866572131597053828708665721315970538287086657213159705382870866572131597053828708665721315970538287086657213159705382870866572131597053828708665721315970538287086657213159705382870866572131597053828708665721315970538287086657213" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 637fca58-7f52-4149-9a6e-3baf57c317ec, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 62c68847-8e07-4e58-b710-78ec2abe0ff6, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 62c68847-8e07-4e58-b710-78ec2abe0ff6, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18262519963642946631 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1826251996364294663118262519963642946631182625199636429466311826251996364294663118262519963642946631182625199636429466311826251996364294663118262519963642946631182625199636429466311826251996364294663118262519963642946631182625199636429466311826251996364294663118262519963642946631182625199636429466311826251996364294663118262519963642946631182625199636429466311826251996364294663118262519963642946631" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3b1dea92-a196-451e-b47d-aa9d80f928b0, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 282c8320-16c5-4078-8570-a33ff081b621, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 62c68847-8e07-4e58-b710-78ec2abe0ff6, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 282c8320-16c5-4078-8570-a33ff081b621, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1426933100603274214 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14269331006032742141426933100603274214142693310060327421414269331006032742141426933100603274214142693310060327421414269331006032742141426933100603274214142693310060327421414269331006032742141426933100603274214142693310060327421414269331006032742141426933100603274214142693310060327421414269331006032742141426933100603274214142693310060327421414269331006032742141426933100603274214" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9fc171c2-ccbb-42aa-b69b-af09f07cacd8, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9fc171c2-ccbb-42aa-b69b-af09f07cacd8, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1326631570402247366 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13266315704022473661326631570402247366132663157040224736613266315704022473661326631570402247366132663157040224736613266315704022473661326631570402247366132663157040224736613266315704022473661326631570402247366132663157040224736613266315704022473661326631570402247366132663157040224736613266315704022473661326631570402247366132663157040224736613266315704022473661326631570402247366" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 282c8320-16c5-4078-8570-a33ff081b621, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8d007453-3004-4038-9579-b55afbe5344b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8d007453-3004-4038-9579-b55afbe5344b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1414535300910719597 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14145353009107195971414535300910719597141453530091071959714145353009107195971414535300910719597141453530091071959714145353009107195971414535300910719597141453530091071959714145353009107195971414535300910719597141453530091071959714145353009107195971414535300910719597141453530091071959714145353009107195971414535300910719597141453530091071959714145353009107195971414535300910719597" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9fc171c2-ccbb-42aa-b69b-af09f07cacd8, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 62529053-7f2a-4125-8a24-ed88a7d93c0f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 62529053-7f2a-4125-8a24-ed88a7d93c0f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17912930003115747926 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1791293000311574792617912930003115747926179129300031157479261791293000311574792617912930003115747926179129300031157479261791293000311574792617912930003115747926179129300031157479261791293000311574792617912930003115747926179129300031157479261791293000311574792617912930003115747926179129300031157479261791293000311574792617912930003115747926179129300031157479261791293000311574792617912930003115747926" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8d007453-3004-4038-9579-b55afbe5344b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f962b8d6-1b49-4670-88d8-347cc89f21ab, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f962b8d6-1b49-4670-88d8-347cc89f21ab, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12408029652048064584 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1240802965204806458412408029652048064584124080296520480645841240802965204806458412408029652048064584124080296520480645841240802965204806458412408029652048064584124080296520480645841240802965204806458412408029652048064584124080296520480645841240802965204806458412408029652048064584124080296520480645841240802965204806458412408029652048064584124080296520480645841240802965204806458412408029652048064584" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 62529053-7f2a-4125-8a24-ed88a7d93c0f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6a299bd0-828f-4a21-9d06-74a09bb92483, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6a299bd0-828f-4a21-9d06-74a09bb92483, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11613825465053473185 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1161382546505347318511613825465053473185116138254650534731851161382546505347318511613825465053473185116138254650534731851161382546505347318511613825465053473185116138254650534731851161382546505347318511613825465053473185116138254650534731851161382546505347318511613825465053473185116138254650534731851161382546505347318511613825465053473185116138254650534731851161382546505347318511613825465053473185" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f962b8d6-1b49-4670-88d8-347cc89f21ab, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b6fd74ed-ab23-4e16-81d8-358138c9424e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b6fd74ed-ab23-4e16-81d8-358138c9424e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2528740943785820876 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25287409437858208762528740943785820876252874094378582087625287409437858208762528740943785820876252874094378582087625287409437858208762528740943785820876252874094378582087625287409437858208762528740943785820876252874094378582087625287409437858208762528740943785820876252874094378582087625287409437858208762528740943785820876252874094378582087625287409437858208762528740943785820876" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6a299bd0-828f-4a21-9d06-74a09bb92483, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b0840e67-06af-4b33-84bb-e91327ba2faf, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b0840e67-06af-4b33-84bb-e91327ba2faf, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17155868061174207039 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1715586806117420703917155868061174207039171558680611742070391715586806117420703917155868061174207039171558680611742070391715586806117420703917155868061174207039171558680611742070391715586806117420703917155868061174207039171558680611742070391715586806117420703917155868061174207039171558680611742070391715586806117420703917155868061174207039171558680611742070391715586806117420703917155868061174207039" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b6fd74ed-ab23-4e16-81d8-358138c9424e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 823a2647-db0a-4834-8c53-d1901d10f157, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 823a2647-db0a-4834-8c53-d1901d10f157, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16269060757505789764 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1626906075750578976416269060757505789764162690607575057897641626906075750578976416269060757505789764162690607575057897641626906075750578976416269060757505789764162690607575057897641626906075750578976416269060757505789764162690607575057897641626906075750578976416269060757505789764162690607575057897641626906075750578976416269060757505789764162690607575057897641626906075750578976416269060757505789764" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b0840e67-06af-4b33-84bb-e91327ba2faf, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f9eb1216-a9d6-496b-985a-9ebe914f5f84, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f9eb1216-a9d6-496b-985a-9ebe914f5f84, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11861341571270809159 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1186134157127080915911861341571270809159118613415712708091591186134157127080915911861341571270809159118613415712708091591186134157127080915911861341571270809159118613415712708091591186134157127080915911861341571270809159118613415712708091591186134157127080915911861341571270809159118613415712708091591186134157127080915911861341571270809159118613415712708091591186134157127080915911861341571270809159" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 823a2647-db0a-4834-8c53-d1901d10f157, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6505f08a-2e28-4982-8039-1f5071ddd483, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6505f08a-2e28-4982-8039-1f5071ddd483, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15751272077188503668 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1575127207718850366815751272077188503668157512720771885036681575127207718850366815751272077188503668157512720771885036681575127207718850366815751272077188503668157512720771885036681575127207718850366815751272077188503668157512720771885036681575127207718850366815751272077188503668157512720771885036681575127207718850366815751272077188503668157512720771885036681575127207718850366815751272077188503668" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f9eb1216-a9d6-496b-985a-9ebe914f5f84, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f931392a-a381-4a44-bb30-ec9838469f84, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f931392a-a381-4a44-bb30-ec9838469f84, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6107841968591379620 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61078419685913796206107841968591379620610784196859137962061078419685913796206107841968591379620610784196859137962061078419685913796206107841968591379620610784196859137962061078419685913796206107841968591379620610784196859137962061078419685913796206107841968591379620610784196859137962061078419685913796206107841968591379620610784196859137962061078419685913796206107841968591379620" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6505f08a-2e28-4982-8039-1f5071ddd483, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ffb67ea8-cc98-4c6e-8665-acab4b70747b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ffb67ea8-cc98-4c6e-8665-acab4b70747b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7915542383068180150 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79155423830681801507915542383068180150791554238306818015079155423830681801507915542383068180150791554238306818015079155423830681801507915542383068180150791554238306818015079155423830681801507915542383068180150791554238306818015079155423830681801507915542383068180150791554238306818015079155423830681801507915542383068180150791554238306818015079155423830681801507915542383068180150" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f931392a-a381-4a44-bb30-ec9838469f84, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, af452270-4944-446b-8a24-b48fbcfa170e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, af452270-4944-446b-8a24-b48fbcfa170e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1854698442788456429 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18546984427884564291854698442788456429185469844278845642918546984427884564291854698442788456429185469844278845642918546984427884564291854698442788456429185469844278845642918546984427884564291854698442788456429185469844278845642918546984427884564291854698442788456429185469844278845642918546984427884564291854698442788456429185469844278845642918546984427884564291854698442788456429" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ffb67ea8-cc98-4c6e-8665-acab4b70747b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2398e722-3a65-4961-9da6-ef52ecd9abd1, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2398e722-3a65-4961-9da6-ef52ecd9abd1, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16535706425577930436 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1653570642557793043616535706425577930436165357064255779304361653570642557793043616535706425577930436165357064255779304361653570642557793043616535706425577930436165357064255779304361653570642557793043616535706425577930436165357064255779304361653570642557793043616535706425577930436165357064255779304361653570642557793043616535706425577930436165357064255779304361653570642557793043616535706425577930436" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, af452270-4944-446b-8a24-b48fbcfa170e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6e28d1cb-457c-4fef-9c35-3372c19b34e7, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2398e722-3a65-4961-9da6-ef52ecd9abd1, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6e28d1cb-457c-4fef-9c35-3372c19b34e7, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2484254181062694429 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24842541810626944292484254181062694429248425418106269442924842541810626944292484254181062694429248425418106269442924842541810626944292484254181062694429248425418106269442924842541810626944292484254181062694429248425418106269442924842541810626944292484254181062694429248425418106269442924842541810626944292484254181062694429248425418106269442924842541810626944292484254181062694429" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 182112f8-86a7-4fc5-af0e-449c8451d57b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 182112f8-86a7-4fc5-af0e-449c8451d57b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11965846584175296092 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1196584658417529609211965846584175296092119658465841752960921196584658417529609211965846584175296092119658465841752960921196584658417529609211965846584175296092119658465841752960921196584658417529609211965846584175296092119658465841752960921196584658417529609211965846584175296092119658465841752960921196584658417529609211965846584175296092119658465841752960921196584658417529609211965846584175296092" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6e28d1cb-457c-4fef-9c35-3372c19b34e7, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b94c8916-12b0-4603-827b-4ed60e2e0d89, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b94c8916-12b0-4603-827b-4ed60e2e0d89, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10046025186477466887 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1004602518647746688710046025186477466887100460251864774668871004602518647746688710046025186477466887100460251864774668871004602518647746688710046025186477466887100460251864774668871004602518647746688710046025186477466887100460251864774668871004602518647746688710046025186477466887100460251864774668871004602518647746688710046025186477466887100460251864774668871004602518647746688710046025186477466887" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 182112f8-86a7-4fc5-af0e-449c8451d57b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bbc7148d-56f7-4af3-a793-61f52ab91198, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bbc7148d-56f7-4af3-a793-61f52ab91198, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17585696633480971996 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1758569663348097199617585696633480971996175856966334809719961758569663348097199617585696633480971996175856966334809719961758569663348097199617585696633480971996175856966334809719961758569663348097199617585696633480971996175856966334809719961758569663348097199617585696633480971996175856966334809719961758569663348097199617585696633480971996175856966334809719961758569663348097199617585696633480971996" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b94c8916-12b0-4603-827b-4ed60e2e0d89, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c85ac616-b236-4a64-bd02-42b4eaa36933, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c85ac616-b236-4a64-bd02-42b4eaa36933, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13306232462442195878 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1330623246244219587813306232462442195878133062324624421958781330623246244219587813306232462442195878133062324624421958781330623246244219587813306232462442195878133062324624421958781330623246244219587813306232462442195878133062324624421958781330623246244219587813306232462442195878133062324624421958781330623246244219587813306232462442195878133062324624421958781330623246244219587813306232462442195878" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bbc7148d-56f7-4af3-a793-61f52ab91198, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c85ac616-b236-4a64-bd02-42b4eaa36933, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 37ffcac2-5502-4ad9-941d-89c5644d41a6, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 37ffcac2-5502-4ad9-941d-89c5644d41a6, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14430539604755668196 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1443053960475566819614430539604755668196144305396047556681961443053960475566819614430539604755668196144305396047556681961443053960475566819614430539604755668196144305396047556681961443053960475566819614430539604755668196144305396047556681961443053960475566819614430539604755668196144305396047556681961443053960475566819614430539604755668196144305396047556681961443053960475566819614430539604755668196" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 98562494-242e-40d5-a578-fb60ead5795d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 98562494-242e-40d5-a578-fb60ead5795d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1888298221364936408 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18882982213649364081888298221364936408188829822136493640818882982213649364081888298221364936408188829822136493640818882982213649364081888298221364936408188829822136493640818882982213649364081888298221364936408188829822136493640818882982213649364081888298221364936408188829822136493640818882982213649364081888298221364936408188829822136493640818882982213649364081888298221364936408" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 37ffcac2-5502-4ad9-941d-89c5644d41a6, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6e1a21a6-a518-4eeb-8084-a03ee3a954c8, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6e1a21a6-a518-4eeb-8084-a03ee3a954c8, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 98020780197371744 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "9802078019737174498020780197371744980207801973717449802078019737174498020780197371744980207801973717449802078019737174498020780197371744980207801973717449802078019737174498020780197371744980207801973717449802078019737174498020780197371744980207801973717449802078019737174498020780197371744980207801973717449802078019737174498020780197371744" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 98562494-242e-40d5-a578-fb60ead5795d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f006476a-c4f5-4e2b-ac44-c24abd05a314, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f006476a-c4f5-4e2b-ac44-c24abd05a314, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3251259049510708662 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32512590495107086623251259049510708662325125904951070866232512590495107086623251259049510708662325125904951070866232512590495107086623251259049510708662325125904951070866232512590495107086623251259049510708662325125904951070866232512590495107086623251259049510708662325125904951070866232512590495107086623251259049510708662325125904951070866232512590495107086623251259049510708662" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6e1a21a6-a518-4eeb-8084-a03ee3a954c8, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5104526b-50bf-4cf7-a24b-a400e0f2c9b4, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5104526b-50bf-4cf7-a24b-a400e0f2c9b4, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6734136821472255137 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67341368214722551376734136821472255137673413682147225513767341368214722551376734136821472255137673413682147225513767341368214722551376734136821472255137673413682147225513767341368214722551376734136821472255137673413682147225513767341368214722551376734136821472255137673413682147225513767341368214722551376734136821472255137673413682147225513767341368214722551376734136821472255137" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f006476a-c4f5-4e2b-ac44-c24abd05a314, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ab894cef-9ba8-49a2-bc50-6a283895ac15, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ab894cef-9ba8-49a2-bc50-6a283895ac15, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15733042814264967582 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1573304281426496758215733042814264967582157330428142649675821573304281426496758215733042814264967582157330428142649675821573304281426496758215733042814264967582157330428142649675821573304281426496758215733042814264967582157330428142649675821573304281426496758215733042814264967582157330428142649675821573304281426496758215733042814264967582157330428142649675821573304281426496758215733042814264967582" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5104526b-50bf-4cf7-a24b-a400e0f2c9b4, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 67d34dd1-999f-4c25-9e3c-b0e8d934aee7, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 67d34dd1-999f-4c25-9e3c-b0e8d934aee7, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4025843542447891878 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40258435424478918784025843542447891878402584354244789187840258435424478918784025843542447891878402584354244789187840258435424478918784025843542447891878402584354244789187840258435424478918784025843542447891878402584354244789187840258435424478918784025843542447891878402584354244789187840258435424478918784025843542447891878402584354244789187840258435424478918784025843542447891878" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ab894cef-9ba8-49a2-bc50-6a283895ac15, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, db47ff95-cefe-493b-b168-03d4ba65a065, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, db47ff95-cefe-493b-b168-03d4ba65a065, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1155794101040597662 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11557941010405976621155794101040597662115579410104059766211557941010405976621155794101040597662115579410104059766211557941010405976621155794101040597662115579410104059766211557941010405976621155794101040597662115579410104059766211557941010405976621155794101040597662115579410104059766211557941010405976621155794101040597662115579410104059766211557941010405976621155794101040597662" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 67d34dd1-999f-4c25-9e3c-b0e8d934aee7, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6fc7a84a-629c-49e7-b047-5d4abcd24fb1, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6fc7a84a-629c-49e7-b047-5d4abcd24fb1, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6504280209618231601 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65042802096182316016504280209618231601650428020961823160165042802096182316016504280209618231601650428020961823160165042802096182316016504280209618231601650428020961823160165042802096182316016504280209618231601650428020961823160165042802096182316016504280209618231601650428020961823160165042802096182316016504280209618231601650428020961823160165042802096182316016504280209618231601" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, db47ff95-cefe-493b-b168-03d4ba65a065, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c17a36b9-a91c-409e-a942-877b6243a54e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c17a36b9-a91c-409e-a942-877b6243a54e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9477975052581140754 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94779750525811407549477975052581140754947797505258114075494779750525811407549477975052581140754947797505258114075494779750525811407549477975052581140754947797505258114075494779750525811407549477975052581140754947797505258114075494779750525811407549477975052581140754947797505258114075494779750525811407549477975052581140754947797505258114075494779750525811407549477975052581140754" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6fc7a84a-629c-49e7-b047-5d4abcd24fb1, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6127315d-64a4-4019-90cb-067fa749e088, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6127315d-64a4-4019-90cb-067fa749e088, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18034749643218807192 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1803474964321880719218034749643218807192180347496432188071921803474964321880719218034749643218807192180347496432188071921803474964321880719218034749643218807192180347496432188071921803474964321880719218034749643218807192180347496432188071921803474964321880719218034749643218807192180347496432188071921803474964321880719218034749643218807192180347496432188071921803474964321880719218034749643218807192" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c17a36b9-a91c-409e-a942-877b6243a54e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e58309b5-a49c-445d-8d80-9194db6bdc79, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e58309b5-a49c-445d-8d80-9194db6bdc79, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5178666369641134849 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51786663696411348495178666369641134849517866636964113484951786663696411348495178666369641134849517866636964113484951786663696411348495178666369641134849517866636964113484951786663696411348495178666369641134849517866636964113484951786663696411348495178666369641134849517866636964113484951786663696411348495178666369641134849517866636964113484951786663696411348495178666369641134849" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6127315d-64a4-4019-90cb-067fa749e088, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5f17e12f-8d86-42f9-ab21-2a1cf4fb3425, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5f17e12f-8d86-42f9-ab21-2a1cf4fb3425, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8830053285970141237 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88300532859701412378830053285970141237883005328597014123788300532859701412378830053285970141237883005328597014123788300532859701412378830053285970141237883005328597014123788300532859701412378830053285970141237883005328597014123788300532859701412378830053285970141237883005328597014123788300532859701412378830053285970141237883005328597014123788300532859701412378830053285970141237" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e58309b5-a49c-445d-8d80-9194db6bdc79, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 99736181-1bd4-4735-ac0f-47cb5052ee47, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 99736181-1bd4-4735-ac0f-47cb5052ee47, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11111001556366405720 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1111100155636640572011111001556366405720111110015563664057201111100155636640572011111001556366405720111110015563664057201111100155636640572011111001556366405720111110015563664057201111100155636640572011111001556366405720111110015563664057201111100155636640572011111001556366405720111110015563664057201111100155636640572011111001556366405720111110015563664057201111100155636640572011111001556366405720" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5f17e12f-8d86-42f9-ab21-2a1cf4fb3425, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f18c1e59-5b12-464f-a1c7-2335e7f59215, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f18c1e59-5b12-464f-a1c7-2335e7f59215, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3273512060870329474 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32735120608703294743273512060870329474327351206087032947432735120608703294743273512060870329474327351206087032947432735120608703294743273512060870329474327351206087032947432735120608703294743273512060870329474327351206087032947432735120608703294743273512060870329474327351206087032947432735120608703294743273512060870329474327351206087032947432735120608703294743273512060870329474" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 99736181-1bd4-4735-ac0f-47cb5052ee47, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2b36f949-29e0-4a9c-abb0-b89727458206, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2b36f949-29e0-4a9c-abb0-b89727458206, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6282079587419275787 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62820795874192757876282079587419275787628207958741927578762820795874192757876282079587419275787628207958741927578762820795874192757876282079587419275787628207958741927578762820795874192757876282079587419275787628207958741927578762820795874192757876282079587419275787628207958741927578762820795874192757876282079587419275787628207958741927578762820795874192757876282079587419275787" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f18c1e59-5b12-464f-a1c7-2335e7f59215, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b6a5a9c3-bfef-4f2b-b2fd-74ef8859672a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b6a5a9c3-bfef-4f2b-b2fd-74ef8859672a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8854153937435359812 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88541539374353598128854153937435359812885415393743535981288541539374353598128854153937435359812885415393743535981288541539374353598128854153937435359812885415393743535981288541539374353598128854153937435359812885415393743535981288541539374353598128854153937435359812885415393743535981288541539374353598128854153937435359812885415393743535981288541539374353598128854153937435359812" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2b36f949-29e0-4a9c-abb0-b89727458206, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2d62176a-2ae7-4875-b932-095161100791, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2d62176a-2ae7-4875-b932-095161100791, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13871585590134751319 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1387158559013475131913871585590134751319138715855901347513191387158559013475131913871585590134751319138715855901347513191387158559013475131913871585590134751319138715855901347513191387158559013475131913871585590134751319138715855901347513191387158559013475131913871585590134751319138715855901347513191387158559013475131913871585590134751319138715855901347513191387158559013475131913871585590134751319" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b6a5a9c3-bfef-4f2b-b2fd-74ef8859672a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0ab89a6f-0eab-4753-9dfb-44572e287238, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0ab89a6f-0eab-4753-9dfb-44572e287238, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7882727891286784271 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78827278912867842717882727891286784271788272789128678427178827278912867842717882727891286784271788272789128678427178827278912867842717882727891286784271788272789128678427178827278912867842717882727891286784271788272789128678427178827278912867842717882727891286784271788272789128678427178827278912867842717882727891286784271788272789128678427178827278912867842717882727891286784271" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2d62176a-2ae7-4875-b932-095161100791, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 580833b3-6f18-45cc-876d-3a4bee15a877, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 580833b3-6f18-45cc-876d-3a4bee15a877, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18245991238174766364 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1824599123817476636418245991238174766364182459912381747663641824599123817476636418245991238174766364182459912381747663641824599123817476636418245991238174766364182459912381747663641824599123817476636418245991238174766364182459912381747663641824599123817476636418245991238174766364182459912381747663641824599123817476636418245991238174766364182459912381747663641824599123817476636418245991238174766364" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0ab89a6f-0eab-4753-9dfb-44572e287238, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b6e6aeb8-9398-4ec6-ac78-290bf2e6510b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b6e6aeb8-9398-4ec6-ac78-290bf2e6510b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17794464725428671028 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1779446472542867102817794464725428671028177944647254286710281779446472542867102817794464725428671028177944647254286710281779446472542867102817794464725428671028177944647254286710281779446472542867102817794464725428671028177944647254286710281779446472542867102817794464725428671028177944647254286710281779446472542867102817794464725428671028177944647254286710281779446472542867102817794464725428671028" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 580833b3-6f18-45cc-876d-3a4bee15a877, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 064a29ac-bfd6-4ea6-98c8-7e3edb066b85, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 064a29ac-bfd6-4ea6-98c8-7e3edb066b85, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15573629954318025823 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1557362995431802582315573629954318025823155736299543180258231557362995431802582315573629954318025823155736299543180258231557362995431802582315573629954318025823155736299543180258231557362995431802582315573629954318025823155736299543180258231557362995431802582315573629954318025823155736299543180258231557362995431802582315573629954318025823155736299543180258231557362995431802582315573629954318025823" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b6e6aeb8-9398-4ec6-ac78-290bf2e6510b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5e10e7b1-992e-45eb-854a-af1c809c2580, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5e10e7b1-992e-45eb-854a-af1c809c2580, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5993246198487471579 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59932461984874715795993246198487471579599324619848747157959932461984874715795993246198487471579599324619848747157959932461984874715795993246198487471579599324619848747157959932461984874715795993246198487471579599324619848747157959932461984874715795993246198487471579599324619848747157959932461984874715795993246198487471579599324619848747157959932461984874715795993246198487471579" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 064a29ac-bfd6-4ea6-98c8-7e3edb066b85, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 99c5c06c-4942-4f87-9477-82f46ac798a4, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 99c5c06c-4942-4f87-9477-82f46ac798a4, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15839760015441555989 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1583976001544155598915839760015441555989158397600154415559891583976001544155598915839760015441555989158397600154415559891583976001544155598915839760015441555989158397600154415559891583976001544155598915839760015441555989158397600154415559891583976001544155598915839760015441555989158397600154415559891583976001544155598915839760015441555989158397600154415559891583976001544155598915839760015441555989" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5e10e7b1-992e-45eb-854a-af1c809c2580, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, abc7706e-052c-44d4-b28a-12a40b3ac2d6, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, abc7706e-052c-44d4-b28a-12a40b3ac2d6, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9294862735441971673 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92948627354419716739294862735441971673929486273544197167392948627354419716739294862735441971673929486273544197167392948627354419716739294862735441971673929486273544197167392948627354419716739294862735441971673929486273544197167392948627354419716739294862735441971673929486273544197167392948627354419716739294862735441971673929486273544197167392948627354419716739294862735441971673" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 99c5c06c-4942-4f87-9477-82f46ac798a4, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 71e60f0b-3ebe-4c67-9ad8-e2df7d12a60d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 71e60f0b-3ebe-4c67-9ad8-e2df7d12a60d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4648120570533195179 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46481205705331951794648120570533195179464812057053319517946481205705331951794648120570533195179464812057053319517946481205705331951794648120570533195179464812057053319517946481205705331951794648120570533195179464812057053319517946481205705331951794648120570533195179464812057053319517946481205705331951794648120570533195179464812057053319517946481205705331951794648120570533195179" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, abc7706e-052c-44d4-b28a-12a40b3ac2d6, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 71e60f0b-3ebe-4c67-9ad8-e2df7d12a60d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d00c3dbb-89d3-4bf2-9994-df9f2fb03a65, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d00c3dbb-89d3-4bf2-9994-df9f2fb03a65, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7526751775948939557 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75267517759489395577526751775948939557752675177594893955775267517759489395577526751775948939557752675177594893955775267517759489395577526751775948939557752675177594893955775267517759489395577526751775948939557752675177594893955775267517759489395577526751775948939557752675177594893955775267517759489395577526751775948939557752675177594893955775267517759489395577526751775948939557" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f3b2645c-1e15-4f7e-909e-968ef766e815, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f3b2645c-1e15-4f7e-909e-968ef766e815, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7808403326431696803 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78084033264316968037808403326431696803780840332643169680378084033264316968037808403326431696803780840332643169680378084033264316968037808403326431696803780840332643169680378084033264316968037808403326431696803780840332643169680378084033264316968037808403326431696803780840332643169680378084033264316968037808403326431696803780840332643169680378084033264316968037808403326431696803" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d00c3dbb-89d3-4bf2-9994-df9f2fb03a65, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f3b2645c-1e15-4f7e-909e-968ef766e815, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1f79643a-8ca3-4f57-8544-fd0d034e6334, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1f79643a-8ca3-4f57-8544-fd0d034e6334, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12594853877161847866 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1259485387716184786612594853877161847866125948538771618478661259485387716184786612594853877161847866125948538771618478661259485387716184786612594853877161847866125948538771618478661259485387716184786612594853877161847866125948538771618478661259485387716184786612594853877161847866125948538771618478661259485387716184786612594853877161847866125948538771618478661259485387716184786612594853877161847866" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6e4c9778-a553-401f-9be9-86840d2f2e17, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6e4c9778-a553-401f-9be9-86840d2f2e17, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6566900608239066686 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65669006082390666866566900608239066686656690060823906668665669006082390666866566900608239066686656690060823906668665669006082390666866566900608239066686656690060823906668665669006082390666866566900608239066686656690060823906668665669006082390666866566900608239066686656690060823906668665669006082390666866566900608239066686656690060823906668665669006082390666866566900608239066686" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1f79643a-8ca3-4f57-8544-fd0d034e6334, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6e4c9778-a553-401f-9be9-86840d2f2e17, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, df576542-34d3-4b5b-b87f-d13d842c2213, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, df576542-34d3-4b5b-b87f-d13d842c2213, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3359011295205457305 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33590112952054573053359011295205457305335901129520545730533590112952054573053359011295205457305335901129520545730533590112952054573053359011295205457305335901129520545730533590112952054573053359011295205457305335901129520545730533590112952054573053359011295205457305335901129520545730533590112952054573053359011295205457305335901129520545730533590112952054573053359011295205457305" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bcd3d5dc-a4fe-4ccd-b5e8-e9c797eb3a78, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bcd3d5dc-a4fe-4ccd-b5e8-e9c797eb3a78, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4215740010933274109 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42157400109332741094215740010933274109421574001093327410942157400109332741094215740010933274109421574001093327410942157400109332741094215740010933274109421574001093327410942157400109332741094215740010933274109421574001093327410942157400109332741094215740010933274109421574001093327410942157400109332741094215740010933274109421574001093327410942157400109332741094215740010933274109" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, df576542-34d3-4b5b-b87f-d13d842c2213, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0152347a-5b3b-475e-b6a7-051ea4a7e21e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0152347a-5b3b-475e-b6a7-051ea4a7e21e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14999500686599454274 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1499950068659945427414999500686599454274149995006865994542741499950068659945427414999500686599454274149995006865994542741499950068659945427414999500686599454274149995006865994542741499950068659945427414999500686599454274149995006865994542741499950068659945427414999500686599454274149995006865994542741499950068659945427414999500686599454274149995006865994542741499950068659945427414999500686599454274" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bcd3d5dc-a4fe-4ccd-b5e8-e9c797eb3a78, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 613db336-ba65-4576-b13e-083becf44109, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 613db336-ba65-4576-b13e-083becf44109, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2739570685820617849 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27395706858206178492739570685820617849273957068582061784927395706858206178492739570685820617849273957068582061784927395706858206178492739570685820617849273957068582061784927395706858206178492739570685820617849273957068582061784927395706858206178492739570685820617849273957068582061784927395706858206178492739570685820617849273957068582061784927395706858206178492739570685820617849" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0152347a-5b3b-475e-b6a7-051ea4a7e21e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 661fe781-d6a5-4648-932a-b9e9d3a73fb3, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 661fe781-d6a5-4648-932a-b9e9d3a73fb3, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5307949541369581691 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53079495413695816915307949541369581691530794954136958169153079495413695816915307949541369581691530794954136958169153079495413695816915307949541369581691530794954136958169153079495413695816915307949541369581691530794954136958169153079495413695816915307949541369581691530794954136958169153079495413695816915307949541369581691530794954136958169153079495413695816915307949541369581691" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 613db336-ba65-4576-b13e-083becf44109, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e2343766-f00b-4df4-8679-39746368372b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 661fe781-d6a5-4648-932a-b9e9d3a73fb3, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e2343766-f00b-4df4-8679-39746368372b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10681156433775082246 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1068115643377508224610681156433775082246106811564337750822461068115643377508224610681156433775082246106811564337750822461068115643377508224610681156433775082246106811564337750822461068115643377508224610681156433775082246106811564337750822461068115643377508224610681156433775082246106811564337750822461068115643377508224610681156433775082246106811564337750822461068115643377508224610681156433775082246" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 267b0d6e-23ca-4b83-a191-9cf4c7278087, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 267b0d6e-23ca-4b83-a191-9cf4c7278087, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12236799030337255459 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1223679903033725545912236799030337255459122367990303372554591223679903033725545912236799030337255459122367990303372554591223679903033725545912236799030337255459122367990303372554591223679903033725545912236799030337255459122367990303372554591223679903033725545912236799030337255459122367990303372554591223679903033725545912236799030337255459122367990303372554591223679903033725545912236799030337255459" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 267b0d6e-23ca-4b83-a191-9cf4c7278087, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e2343766-f00b-4df4-8679-39746368372b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0300b76b-56e2-4565-9e4f-9f740e392b6e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0300b76b-56e2-4565-9e4f-9f740e392b6e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16230500933314987543 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1623050093331498754316230500933314987543162305009333149875431623050093331498754316230500933314987543162305009333149875431623050093331498754316230500933314987543162305009333149875431623050093331498754316230500933314987543162305009333149875431623050093331498754316230500933314987543162305009333149875431623050093331498754316230500933314987543162305009333149875431623050093331498754316230500933314987543" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, edd1f42b-35cd-4603-862f-1076d3d676eb, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, edd1f42b-35cd-4603-862f-1076d3d676eb, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16031497162390368115 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1603149716239036811516031497162390368115160314971623903681151603149716239036811516031497162390368115160314971623903681151603149716239036811516031497162390368115160314971623903681151603149716239036811516031497162390368115160314971623903681151603149716239036811516031497162390368115160314971623903681151603149716239036811516031497162390368115160314971623903681151603149716239036811516031497162390368115" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0300b76b-56e2-4565-9e4f-9f740e392b6e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, de9d0203-e12c-4bdf-b5bd-7be64887581a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, edd1f42b-35cd-4603-862f-1076d3d676eb, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, de9d0203-e12c-4bdf-b5bd-7be64887581a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14470710543028436114 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1447071054302843611414470710543028436114144707105430284361141447071054302843611414470710543028436114144707105430284361141447071054302843611414470710543028436114144707105430284361141447071054302843611414470710543028436114144707105430284361141447071054302843611414470710543028436114144707105430284361141447071054302843611414470710543028436114144707105430284361141447071054302843611414470710543028436114" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cdaa427c-32f3-4a0c-925d-cac3ed49f839, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cdaa427c-32f3-4a0c-925d-cac3ed49f839, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5271915205877759491 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52719152058777594915271915205877759491527191520587775949152719152058777594915271915205877759491527191520587775949152719152058777594915271915205877759491527191520587775949152719152058777594915271915205877759491527191520587775949152719152058777594915271915205877759491527191520587775949152719152058777594915271915205877759491527191520587775949152719152058777594915271915205877759491" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, de9d0203-e12c-4bdf-b5bd-7be64887581a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 003ccf16-964a-4680-ad3d-784c2455bd7e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 003ccf16-964a-4680-ad3d-784c2455bd7e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12561587222990892277 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1256158722299089227712561587222990892277125615872229908922771256158722299089227712561587222990892277125615872229908922771256158722299089227712561587222990892277125615872229908922771256158722299089227712561587222990892277125615872229908922771256158722299089227712561587222990892277125615872229908922771256158722299089227712561587222990892277125615872229908922771256158722299089227712561587222990892277" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cdaa427c-32f3-4a0c-925d-cac3ed49f839, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3525d880-0872-416f-9e03-b138e54719a6, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3525d880-0872-416f-9e03-b138e54719a6, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13833393088970687693 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1383339308897068769313833393088970687693138333930889706876931383339308897068769313833393088970687693138333930889706876931383339308897068769313833393088970687693138333930889706876931383339308897068769313833393088970687693138333930889706876931383339308897068769313833393088970687693138333930889706876931383339308897068769313833393088970687693138333930889706876931383339308897068769313833393088970687693" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 003ccf16-964a-4680-ad3d-784c2455bd7e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 73a5b9ed-6021-49ab-a243-e9891bf3fbc2, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 73a5b9ed-6021-49ab-a243-e9891bf3fbc2, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18130357870769946318 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1813035787076994631818130357870769946318181303578707699463181813035787076994631818130357870769946318181303578707699463181813035787076994631818130357870769946318181303578707699463181813035787076994631818130357870769946318181303578707699463181813035787076994631818130357870769946318181303578707699463181813035787076994631818130357870769946318181303578707699463181813035787076994631818130357870769946318" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 73a5b9ed-6021-49ab-a243-e9891bf3fbc2, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5b40aa09-94ec-482e-af02-d6a5499defbb, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3525d880-0872-416f-9e03-b138e54719a6, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5b40aa09-94ec-482e-af02-d6a5499defbb, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16416363746137860405 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1641636374613786040516416363746137860405164163637461378604051641636374613786040516416363746137860405164163637461378604051641636374613786040516416363746137860405164163637461378604051641636374613786040516416363746137860405164163637461378604051641636374613786040516416363746137860405164163637461378604051641636374613786040516416363746137860405164163637461378604051641636374613786040516416363746137860405" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bf0f0bad-ee35-401b-8f47-c1f46398dbab, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bf0f0bad-ee35-401b-8f47-c1f46398dbab, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 732698267660416564 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "732698267660416564732698267660416564732698267660416564732698267660416564732698267660416564732698267660416564732698267660416564732698267660416564732698267660416564732698267660416564732698267660416564732698267660416564732698267660416564732698267660416564732698267660416564732698267660416564732698267660416564732698267660416564732698267660416564732698267660416564" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5b40aa09-94ec-482e-af02-d6a5499defbb, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0dba5b9a-bcda-4974-a192-25744b818a07, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0dba5b9a-bcda-4974-a192-25744b818a07, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9334856851236421375 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93348568512364213759334856851236421375933485685123642137593348568512364213759334856851236421375933485685123642137593348568512364213759334856851236421375933485685123642137593348568512364213759334856851236421375933485685123642137593348568512364213759334856851236421375933485685123642137593348568512364213759334856851236421375933485685123642137593348568512364213759334856851236421375" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bf0f0bad-ee35-401b-8f47-c1f46398dbab, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a2058be2-7d9e-4e8f-a157-a855535a4aa0, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a2058be2-7d9e-4e8f-a157-a855535a4aa0, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10880678401199553932 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1088067840119955393210880678401199553932108806784011995539321088067840119955393210880678401199553932108806784011995539321088067840119955393210880678401199553932108806784011995539321088067840119955393210880678401199553932108806784011995539321088067840119955393210880678401199553932108806784011995539321088067840119955393210880678401199553932108806784011995539321088067840119955393210880678401199553932" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0dba5b9a-bcda-4974-a192-25744b818a07, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 123d9c35-a347-4478-baad-64da35be8cfa, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 123d9c35-a347-4478-baad-64da35be8cfa, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4505551138487316616 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45055511384873166164505551138487316616450555113848731661645055511384873166164505551138487316616450555113848731661645055511384873166164505551138487316616450555113848731661645055511384873166164505551138487316616450555113848731661645055511384873166164505551138487316616450555113848731661645055511384873166164505551138487316616450555113848731661645055511384873166164505551138487316616" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a2058be2-7d9e-4e8f-a157-a855535a4aa0, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 30fc7e3f-b8f8-4056-a1c7-8aa541f68af8, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 30fc7e3f-b8f8-4056-a1c7-8aa541f68af8, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17409522449640662837 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1740952244964066283717409522449640662837174095224496406628371740952244964066283717409522449640662837174095224496406628371740952244964066283717409522449640662837174095224496406628371740952244964066283717409522449640662837174095224496406628371740952244964066283717409522449640662837174095224496406628371740952244964066283717409522449640662837174095224496406628371740952244964066283717409522449640662837" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 123d9c35-a347-4478-baad-64da35be8cfa, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e5028610-4c0e-497b-b57e-0b2d47629799, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e5028610-4c0e-497b-b57e-0b2d47629799, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9632349468519485185 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96323494685194851859632349468519485185963234946851948518596323494685194851859632349468519485185963234946851948518596323494685194851859632349468519485185963234946851948518596323494685194851859632349468519485185963234946851948518596323494685194851859632349468519485185963234946851948518596323494685194851859632349468519485185963234946851948518596323494685194851859632349468519485185" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 30fc7e3f-b8f8-4056-a1c7-8aa541f68af8, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e6d2540a-e9a6-4c10-b2e3-398c8de47355, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e6d2540a-e9a6-4c10-b2e3-398c8de47355, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10388760458530621635 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1038876045853062163510388760458530621635103887604585306216351038876045853062163510388760458530621635103887604585306216351038876045853062163510388760458530621635103887604585306216351038876045853062163510388760458530621635103887604585306216351038876045853062163510388760458530621635103887604585306216351038876045853062163510388760458530621635103887604585306216351038876045853062163510388760458530621635" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e5028610-4c0e-497b-b57e-0b2d47629799, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 420cbea7-6993-4c80-af1d-da4e7b73574b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 420cbea7-6993-4c80-af1d-da4e7b73574b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13252725578614386924 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1325272557861438692413252725578614386924132527255786143869241325272557861438692413252725578614386924132527255786143869241325272557861438692413252725578614386924132527255786143869241325272557861438692413252725578614386924132527255786143869241325272557861438692413252725578614386924132527255786143869241325272557861438692413252725578614386924132527255786143869241325272557861438692413252725578614386924" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e6d2540a-e9a6-4c10-b2e3-398c8de47355, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8ed52fb8-ec8b-4653-a244-990426affc62, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8ed52fb8-ec8b-4653-a244-990426affc62, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3840426390936411216 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38404263909364112163840426390936411216384042639093641121638404263909364112163840426390936411216384042639093641121638404263909364112163840426390936411216384042639093641121638404263909364112163840426390936411216384042639093641121638404263909364112163840426390936411216384042639093641121638404263909364112163840426390936411216384042639093641121638404263909364112163840426390936411216" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 420cbea7-6993-4c80-af1d-da4e7b73574b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 576ee85e-c0e3-4756-bf9d-be7912b4b106, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 576ee85e-c0e3-4756-bf9d-be7912b4b106, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3562158932732924110 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35621589327329241103562158932732924110356215893273292411035621589327329241103562158932732924110356215893273292411035621589327329241103562158932732924110356215893273292411035621589327329241103562158932732924110356215893273292411035621589327329241103562158932732924110356215893273292411035621589327329241103562158932732924110356215893273292411035621589327329241103562158932732924110" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8ed52fb8-ec8b-4653-a244-990426affc62, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7baa95ca-aeb8-4848-a03d-f839984ce612, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7baa95ca-aeb8-4848-a03d-f839984ce612, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16819079867387154954 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1681907986738715495416819079867387154954168190798673871549541681907986738715495416819079867387154954168190798673871549541681907986738715495416819079867387154954168190798673871549541681907986738715495416819079867387154954168190798673871549541681907986738715495416819079867387154954168190798673871549541681907986738715495416819079867387154954168190798673871549541681907986738715495416819079867387154954" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 576ee85e-c0e3-4756-bf9d-be7912b4b106, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4ab4c451-ed96-4678-8d06-a81f39e21bb7, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4ab4c451-ed96-4678-8d06-a81f39e21bb7, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17962543429325515446 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1796254342932551544617962543429325515446179625434293255154461796254342932551544617962543429325515446179625434293255154461796254342932551544617962543429325515446179625434293255154461796254342932551544617962543429325515446179625434293255154461796254342932551544617962543429325515446179625434293255154461796254342932551544617962543429325515446179625434293255154461796254342932551544617962543429325515446" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7baa95ca-aeb8-4848-a03d-f839984ce612, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8f99d9e0-2f78-4bbd-8064-b83dd37e8dc8, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8f99d9e0-2f78-4bbd-8064-b83dd37e8dc8, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1199247048908216178 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11992470489082161781199247048908216178119924704890821617811992470489082161781199247048908216178119924704890821617811992470489082161781199247048908216178119924704890821617811992470489082161781199247048908216178119924704890821617811992470489082161781199247048908216178119924704890821617811992470489082161781199247048908216178119924704890821617811992470489082161781199247048908216178" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4ab4c451-ed96-4678-8d06-a81f39e21bb7, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fb795b28-3569-4af1-8988-10586b0aa250, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fb795b28-3569-4af1-8988-10586b0aa250, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4138079099979955818 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41380790999799558184138079099979955818413807909997995581841380790999799558184138079099979955818413807909997995581841380790999799558184138079099979955818413807909997995581841380790999799558184138079099979955818413807909997995581841380790999799558184138079099979955818413807909997995581841380790999799558184138079099979955818413807909997995581841380790999799558184138079099979955818" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8f99d9e0-2f78-4bbd-8064-b83dd37e8dc8, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1f0071ab-83ab-4c4e-91ce-1e41290b9839, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1f0071ab-83ab-4c4e-91ce-1e41290b9839, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8798914517009858054 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87989145170098580548798914517009858054879891451700985805487989145170098580548798914517009858054879891451700985805487989145170098580548798914517009858054879891451700985805487989145170098580548798914517009858054879891451700985805487989145170098580548798914517009858054879891451700985805487989145170098580548798914517009858054879891451700985805487989145170098580548798914517009858054" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fb795b28-3569-4af1-8988-10586b0aa250, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8a08a779-eb27-4c4d-878d-ce460ea3c694, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8a08a779-eb27-4c4d-878d-ce460ea3c694, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2784263665188942878 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27842636651889428782784263665188942878278426366518894287827842636651889428782784263665188942878278426366518894287827842636651889428782784263665188942878278426366518894287827842636651889428782784263665188942878278426366518894287827842636651889428782784263665188942878278426366518894287827842636651889428782784263665188942878278426366518894287827842636651889428782784263665188942878" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1f0071ab-83ab-4c4e-91ce-1e41290b9839, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4b32bf99-f4d5-4aec-bc66-6454c91d2f59, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4b32bf99-f4d5-4aec-bc66-6454c91d2f59, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15168155204185502224 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1516815520418550222415168155204185502224151681552041855022241516815520418550222415168155204185502224151681552041855022241516815520418550222415168155204185502224151681552041855022241516815520418550222415168155204185502224151681552041855022241516815520418550222415168155204185502224151681552041855022241516815520418550222415168155204185502224151681552041855022241516815520418550222415168155204185502224" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8a08a779-eb27-4c4d-878d-ce460ea3c694, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 35282470-50b3-448d-ab43-d4a8fe28a146, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 35282470-50b3-448d-ab43-d4a8fe28a146, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12281306767618328115 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1228130676761832811512281306767618328115122813067676183281151228130676761832811512281306767618328115122813067676183281151228130676761832811512281306767618328115122813067676183281151228130676761832811512281306767618328115122813067676183281151228130676761832811512281306767618328115122813067676183281151228130676761832811512281306767618328115122813067676183281151228130676761832811512281306767618328115" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4b32bf99-f4d5-4aec-bc66-6454c91d2f59, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8b07dce9-5d74-4595-a63c-aba1288fd53f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8b07dce9-5d74-4595-a63c-aba1288fd53f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8232557499657045227 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82325574996570452278232557499657045227823255749965704522782325574996570452278232557499657045227823255749965704522782325574996570452278232557499657045227823255749965704522782325574996570452278232557499657045227823255749965704522782325574996570452278232557499657045227823255749965704522782325574996570452278232557499657045227823255749965704522782325574996570452278232557499657045227" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 35282470-50b3-448d-ab43-d4a8fe28a146, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 589441e1-d053-4155-8c94-2198b4276f78, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 589441e1-d053-4155-8c94-2198b4276f78, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5683087830185948671 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56830878301859486715683087830185948671568308783018594867156830878301859486715683087830185948671568308783018594867156830878301859486715683087830185948671568308783018594867156830878301859486715683087830185948671568308783018594867156830878301859486715683087830185948671568308783018594867156830878301859486715683087830185948671568308783018594867156830878301859486715683087830185948671" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8b07dce9-5d74-4595-a63c-aba1288fd53f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f48147fd-b252-4248-aaff-7a70a689afb5, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f48147fd-b252-4248-aaff-7a70a689afb5, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17717969635699777344 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1771796963569977734417717969635699777344177179696356997773441771796963569977734417717969635699777344177179696356997773441771796963569977734417717969635699777344177179696356997773441771796963569977734417717969635699777344177179696356997773441771796963569977734417717969635699777344177179696356997773441771796963569977734417717969635699777344177179696356997773441771796963569977734417717969635699777344" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 589441e1-d053-4155-8c94-2198b4276f78, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fab78b84-d178-4d13-bb1f-395756a52e45, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f48147fd-b252-4248-aaff-7a70a689afb5, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fab78b84-d178-4d13-bb1f-395756a52e45, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 777583392647194501 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "777583392647194501777583392647194501777583392647194501777583392647194501777583392647194501777583392647194501777583392647194501777583392647194501777583392647194501777583392647194501777583392647194501777583392647194501777583392647194501777583392647194501777583392647194501777583392647194501777583392647194501777583392647194501777583392647194501777583392647194501" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 57c71faa-a8e1-4214-bb3c-529ce196e70d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 57c71faa-a8e1-4214-bb3c-529ce196e70d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17782473758866379103 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1778247375886637910317782473758866379103177824737588663791031778247375886637910317782473758866379103177824737588663791031778247375886637910317782473758866379103177824737588663791031778247375886637910317782473758866379103177824737588663791031778247375886637910317782473758866379103177824737588663791031778247375886637910317782473758866379103177824737588663791031778247375886637910317782473758866379103" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fab78b84-d178-4d13-bb1f-395756a52e45, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f9b4f5e3-c0ad-448b-9459-cb95130e9c28, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 57c71faa-a8e1-4214-bb3c-529ce196e70d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c0438d17-984f-4015-8bf0-3ca59280ed55, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c0438d17-984f-4015-8bf0-3ca59280ed55, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1103647568367118418 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11036475683671184181103647568367118418110364756836711841811036475683671184181103647568367118418110364756836711841811036475683671184181103647568367118418110364756836711841811036475683671184181103647568367118418110364756836711841811036475683671184181103647568367118418110364756836711841811036475683671184181103647568367118418110364756836711841811036475683671184181103647568367118418" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f9b4f5e3-c0ad-448b-9459-cb95130e9c28, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5598349626265477093 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55983496262654770935598349626265477093559834962626547709355983496262654770935598349626265477093559834962626547709355983496262654770935598349626265477093559834962626547709355983496262654770935598349626265477093559834962626547709355983496262654770935598349626265477093559834962626547709355983496262654770935598349626265477093559834962626547709355983496262654770935598349626265477093" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c0438d17-984f-4015-8bf0-3ca59280ed55, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c902d65a-8290-423f-8647-cfe084b9d487, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c902d65a-8290-423f-8647-cfe084b9d487, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7162107900958804660 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71621079009588046607162107900958804660716210790095880466071621079009588046607162107900958804660716210790095880466071621079009588046607162107900958804660716210790095880466071621079009588046607162107900958804660716210790095880466071621079009588046607162107900958804660716210790095880466071621079009588046607162107900958804660716210790095880466071621079009588046607162107900958804660" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f9b4f5e3-c0ad-448b-9459-cb95130e9c28, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d7e79d8b-ad5e-4604-976d-7d0e737efe93, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d7e79d8b-ad5e-4604-976d-7d0e737efe93, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8862152407252012917 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88621524072520129178862152407252012917886215240725201291788621524072520129178862152407252012917886215240725201291788621524072520129178862152407252012917886215240725201291788621524072520129178862152407252012917886215240725201291788621524072520129178862152407252012917886215240725201291788621524072520129178862152407252012917886215240725201291788621524072520129178862152407252012917" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c902d65a-8290-423f-8647-cfe084b9d487, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 556a577a-b7d8-4dcd-a839-e7beaa29ce1b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 556a577a-b7d8-4dcd-a839-e7beaa29ce1b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3677063276598221760 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36770632765982217603677063276598221760367706327659822176036770632765982217603677063276598221760367706327659822176036770632765982217603677063276598221760367706327659822176036770632765982217603677063276598221760367706327659822176036770632765982217603677063276598221760367706327659822176036770632765982217603677063276598221760367706327659822176036770632765982217603677063276598221760" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 556a577a-b7d8-4dcd-a839-e7beaa29ce1b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a2b7bb0b-6789-4ce0-9bff-88099f7f0d37, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a2b7bb0b-6789-4ce0-9bff-88099f7f0d37, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15782108313554791932 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1578210831355479193215782108313554791932157821083135547919321578210831355479193215782108313554791932157821083135547919321578210831355479193215782108313554791932157821083135547919321578210831355479193215782108313554791932157821083135547919321578210831355479193215782108313554791932157821083135547919321578210831355479193215782108313554791932157821083135547919321578210831355479193215782108313554791932" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a2b7bb0b-6789-4ce0-9bff-88099f7f0d37, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, aef8f0d4-8c93-45ce-8da4-8bcfa9d5fb35, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aef8f0d4-8c93-45ce-8da4-8bcfa9d5fb35, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16355422069076445511 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1635542206907644551116355422069076445511163554220690764455111635542206907644551116355422069076445511163554220690764455111635542206907644551116355422069076445511163554220690764455111635542206907644551116355422069076445511163554220690764455111635542206907644551116355422069076445511163554220690764455111635542206907644551116355422069076445511163554220690764455111635542206907644551116355422069076445511" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d7e79d8b-ad5e-4604-976d-7d0e737efe93, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1c24bb6f-61dd-4b5e-9ce3-0bdbe9388acc, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1c24bb6f-61dd-4b5e-9ce3-0bdbe9388acc, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10854797388178339187 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1085479738817833918710854797388178339187108547973881783391871085479738817833918710854797388178339187108547973881783391871085479738817833918710854797388178339187108547973881783391871085479738817833918710854797388178339187108547973881783391871085479738817833918710854797388178339187108547973881783391871085479738817833918710854797388178339187108547973881783391871085479738817833918710854797388178339187" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aef8f0d4-8c93-45ce-8da4-8bcfa9d5fb35, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9453f1d1-f713-4b2a-aa0b-a54efd08adaf, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9453f1d1-f713-4b2a-aa0b-a54efd08adaf, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6933872848569870727 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69338728485698707276933872848569870727693387284856987072769338728485698707276933872848569870727693387284856987072769338728485698707276933872848569870727693387284856987072769338728485698707276933872848569870727693387284856987072769338728485698707276933872848569870727693387284856987072769338728485698707276933872848569870727693387284856987072769338728485698707276933872848569870727" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1c24bb6f-61dd-4b5e-9ce3-0bdbe9388acc, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cc1849c1-b273-429a-a2a6-f37825cae29d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cc1849c1-b273-429a-a2a6-f37825cae29d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9122313630109261066 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91223136301092610669122313630109261066912231363010926106691223136301092610669122313630109261066912231363010926106691223136301092610669122313630109261066912231363010926106691223136301092610669122313630109261066912231363010926106691223136301092610669122313630109261066912231363010926106691223136301092610669122313630109261066912231363010926106691223136301092610669122313630109261066" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9453f1d1-f713-4b2a-aa0b-a54efd08adaf, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 49e23537-f279-431a-a328-1df96ee03bd8, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 49e23537-f279-431a-a328-1df96ee03bd8, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1823018353217596440 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18230183532175964401823018353217596440182301835321759644018230183532175964401823018353217596440182301835321759644018230183532175964401823018353217596440182301835321759644018230183532175964401823018353217596440182301835321759644018230183532175964401823018353217596440182301835321759644018230183532175964401823018353217596440182301835321759644018230183532175964401823018353217596440" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cc1849c1-b273-429a-a2a6-f37825cae29d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, aac0e00f-f2bb-4100-81a3-989d09032331, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aac0e00f-f2bb-4100-81a3-989d09032331, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5299111761371964727 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52991117613719647275299111761371964727529911176137196472752991117613719647275299111761371964727529911176137196472752991117613719647275299111761371964727529911176137196472752991117613719647275299111761371964727529911176137196472752991117613719647275299111761371964727529911176137196472752991117613719647275299111761371964727529911176137196472752991117613719647275299111761371964727" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 49e23537-f279-431a-a328-1df96ee03bd8, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dcc633c1-bf49-46db-8894-f9ac5d55b8d4, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dcc633c1-bf49-46db-8894-f9ac5d55b8d4, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8343946559257474974 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83439465592574749748343946559257474974834394655925747497483439465592574749748343946559257474974834394655925747497483439465592574749748343946559257474974834394655925747497483439465592574749748343946559257474974834394655925747497483439465592574749748343946559257474974834394655925747497483439465592574749748343946559257474974834394655925747497483439465592574749748343946559257474974" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aac0e00f-f2bb-4100-81a3-989d09032331, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d5489727-1e26-49b5-8271-a133714fef87, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d5489727-1e26-49b5-8271-a133714fef87, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 259582941678199789 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "259582941678199789259582941678199789259582941678199789259582941678199789259582941678199789259582941678199789259582941678199789259582941678199789259582941678199789259582941678199789259582941678199789259582941678199789259582941678199789259582941678199789259582941678199789259582941678199789259582941678199789259582941678199789259582941678199789259582941678199789" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dcc633c1-bf49-46db-8894-f9ac5d55b8d4, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 56889830-39f1-4f9f-8ad0-fa572db9ac78, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 56889830-39f1-4f9f-8ad0-fa572db9ac78, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4415310473396161643 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44153104733961616434415310473396161643441531047339616164344153104733961616434415310473396161643441531047339616164344153104733961616434415310473396161643441531047339616164344153104733961616434415310473396161643441531047339616164344153104733961616434415310473396161643441531047339616164344153104733961616434415310473396161643441531047339616164344153104733961616434415310473396161643" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d5489727-1e26-49b5-8271-a133714fef87, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, df8fd5a9-da85-4af5-a4b0-4fc559cecbd9, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, df8fd5a9-da85-4af5-a4b0-4fc559cecbd9, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 881509914914344352 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "881509914914344352881509914914344352881509914914344352881509914914344352881509914914344352881509914914344352881509914914344352881509914914344352881509914914344352881509914914344352881509914914344352881509914914344352881509914914344352881509914914344352881509914914344352881509914914344352881509914914344352881509914914344352881509914914344352881509914914344352" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 56889830-39f1-4f9f-8ad0-fa572db9ac78, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4f05ec80-67fb-4b65-bb0f-75f39ca46bb7, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4f05ec80-67fb-4b65-bb0f-75f39ca46bb7, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4801712486399155060 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48017124863991550604801712486399155060480171248639915506048017124863991550604801712486399155060480171248639915506048017124863991550604801712486399155060480171248639915506048017124863991550604801712486399155060480171248639915506048017124863991550604801712486399155060480171248639915506048017124863991550604801712486399155060480171248639915506048017124863991550604801712486399155060" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, df8fd5a9-da85-4af5-a4b0-4fc559cecbd9, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b4077c86-7f29-40c8-8ae0-87290abefe87, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b4077c86-7f29-40c8-8ae0-87290abefe87, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3037386618318846702 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30373866183188467023037386618318846702303738661831884670230373866183188467023037386618318846702303738661831884670230373866183188467023037386618318846702303738661831884670230373866183188467023037386618318846702303738661831884670230373866183188467023037386618318846702303738661831884670230373866183188467023037386618318846702303738661831884670230373866183188467023037386618318846702" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4f05ec80-67fb-4b65-bb0f-75f39ca46bb7, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6660acda-c7ad-490f-a9af-e4cfa11a511e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6660acda-c7ad-490f-a9af-e4cfa11a511e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13614516854269739867 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1361451685426973986713614516854269739867136145168542697398671361451685426973986713614516854269739867136145168542697398671361451685426973986713614516854269739867136145168542697398671361451685426973986713614516854269739867136145168542697398671361451685426973986713614516854269739867136145168542697398671361451685426973986713614516854269739867136145168542697398671361451685426973986713614516854269739867" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b4077c86-7f29-40c8-8ae0-87290abefe87, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fdef1bfd-b3da-482f-b5fb-1e9eb91dd32c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fdef1bfd-b3da-482f-b5fb-1e9eb91dd32c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6963155025723660574 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69631550257236605746963155025723660574696315502572366057469631550257236605746963155025723660574696315502572366057469631550257236605746963155025723660574696315502572366057469631550257236605746963155025723660574696315502572366057469631550257236605746963155025723660574696315502572366057469631550257236605746963155025723660574696315502572366057469631550257236605746963155025723660574" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6660acda-c7ad-490f-a9af-e4cfa11a511e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 55b31048-502d-4972-bc2f-9d1c81e3eaf6, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 55b31048-502d-4972-bc2f-9d1c81e3eaf6, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13921203460039384925 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1392120346003938492513921203460039384925139212034600393849251392120346003938492513921203460039384925139212034600393849251392120346003938492513921203460039384925139212034600393849251392120346003938492513921203460039384925139212034600393849251392120346003938492513921203460039384925139212034600393849251392120346003938492513921203460039384925139212034600393849251392120346003938492513921203460039384925" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fdef1bfd-b3da-482f-b5fb-1e9eb91dd32c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2a340ea6-9b54-430f-ad00-fd86138ee368, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2a340ea6-9b54-430f-ad00-fd86138ee368, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15840790035041515663 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1584079003504151566315840790035041515663158407900350415156631584079003504151566315840790035041515663158407900350415156631584079003504151566315840790035041515663158407900350415156631584079003504151566315840790035041515663158407900350415156631584079003504151566315840790035041515663158407900350415156631584079003504151566315840790035041515663158407900350415156631584079003504151566315840790035041515663" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 55b31048-502d-4972-bc2f-9d1c81e3eaf6, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 781b1b24-7c40-424f-acce-5904a61e4a68, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 781b1b24-7c40-424f-acce-5904a61e4a68, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10891281932263533046 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1089128193226353304610891281932263533046108912819322635330461089128193226353304610891281932263533046108912819322635330461089128193226353304610891281932263533046108912819322635330461089128193226353304610891281932263533046108912819322635330461089128193226353304610891281932263533046108912819322635330461089128193226353304610891281932263533046108912819322635330461089128193226353304610891281932263533046" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2a340ea6-9b54-430f-ad00-fd86138ee368, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8f08fed4-11a5-4a9d-bbd2-92bfadb81d92, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8f08fed4-11a5-4a9d-bbd2-92bfadb81d92, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12574746516181041050 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1257474651618104105012574746516181041050125747465161810410501257474651618104105012574746516181041050125747465161810410501257474651618104105012574746516181041050125747465161810410501257474651618104105012574746516181041050125747465161810410501257474651618104105012574746516181041050125747465161810410501257474651618104105012574746516181041050125747465161810410501257474651618104105012574746516181041050" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 781b1b24-7c40-424f-acce-5904a61e4a68, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 93f6a2df-7a77-493a-853d-fe696271beb1, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 93f6a2df-7a77-493a-853d-fe696271beb1, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17077645714362681288 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1707764571436268128817077645714362681288170776457143626812881707764571436268128817077645714362681288170776457143626812881707764571436268128817077645714362681288170776457143626812881707764571436268128817077645714362681288170776457143626812881707764571436268128817077645714362681288170776457143626812881707764571436268128817077645714362681288170776457143626812881707764571436268128817077645714362681288" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8f08fed4-11a5-4a9d-bbd2-92bfadb81d92, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0cba6dc8-6238-4299-b4c4-b8c2b76ca5a3, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0cba6dc8-6238-4299-b4c4-b8c2b76ca5a3, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12378208284491792016 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1237820828449179201612378208284491792016123782082844917920161237820828449179201612378208284491792016123782082844917920161237820828449179201612378208284491792016123782082844917920161237820828449179201612378208284491792016123782082844917920161237820828449179201612378208284491792016123782082844917920161237820828449179201612378208284491792016123782082844917920161237820828449179201612378208284491792016" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 93f6a2df-7a77-493a-853d-fe696271beb1, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b1ea0760-85cd-4a9d-a43e-1291b6b95827, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b1ea0760-85cd-4a9d-a43e-1291b6b95827, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15764011965108899271 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1576401196510889927115764011965108899271157640119651088992711576401196510889927115764011965108899271157640119651088992711576401196510889927115764011965108899271157640119651088992711576401196510889927115764011965108899271157640119651088992711576401196510889927115764011965108899271157640119651088992711576401196510889927115764011965108899271157640119651088992711576401196510889927115764011965108899271" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0cba6dc8-6238-4299-b4c4-b8c2b76ca5a3, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e159e657-4eee-489a-84f7-b2d8a3f28f65, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e159e657-4eee-489a-84f7-b2d8a3f28f65, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2417526670339004731 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24175266703390047312417526670339004731241752667033900473124175266703390047312417526670339004731241752667033900473124175266703390047312417526670339004731241752667033900473124175266703390047312417526670339004731241752667033900473124175266703390047312417526670339004731241752667033900473124175266703390047312417526670339004731241752667033900473124175266703390047312417526670339004731" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b1ea0760-85cd-4a9d-a43e-1291b6b95827, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, aa94504b-c771-4281-8236-d28c52146cbe, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aa94504b-c771-4281-8236-d28c52146cbe, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14927907580076862194 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1492790758007686219414927907580076862194149279075800768621941492790758007686219414927907580076862194149279075800768621941492790758007686219414927907580076862194149279075800768621941492790758007686219414927907580076862194149279075800768621941492790758007686219414927907580076862194149279075800768621941492790758007686219414927907580076862194149279075800768621941492790758007686219414927907580076862194" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e159e657-4eee-489a-84f7-b2d8a3f28f65, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fec155e7-ed7e-4968-b5d7-e6d52684da02, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fec155e7-ed7e-4968-b5d7-e6d52684da02, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6736674433525304545 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67366744335253045456736674433525304545673667443352530454567366744335253045456736674433525304545673667443352530454567366744335253045456736674433525304545673667443352530454567366744335253045456736674433525304545673667443352530454567366744335253045456736674433525304545673667443352530454567366744335253045456736674433525304545673667443352530454567366744335253045456736674433525304545" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aa94504b-c771-4281-8236-d28c52146cbe, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f86e32ef-953b-46ef-8b13-b4c823295e2c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f86e32ef-953b-46ef-8b13-b4c823295e2c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12486866898927982836 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1248686689892798283612486866898927982836124868668989279828361248686689892798283612486866898927982836124868668989279828361248686689892798283612486866898927982836124868668989279828361248686689892798283612486866898927982836124868668989279828361248686689892798283612486866898927982836124868668989279828361248686689892798283612486866898927982836124868668989279828361248686689892798283612486866898927982836" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fec155e7-ed7e-4968-b5d7-e6d52684da02, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 88d489e6-b5a9-4c29-be00-1f5a0e01e55c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 88d489e6-b5a9-4c29-be00-1f5a0e01e55c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11650689949390759751 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1165068994939075975111650689949390759751116506899493907597511165068994939075975111650689949390759751116506899493907597511165068994939075975111650689949390759751116506899493907597511165068994939075975111650689949390759751116506899493907597511165068994939075975111650689949390759751116506899493907597511165068994939075975111650689949390759751116506899493907597511165068994939075975111650689949390759751" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f86e32ef-953b-46ef-8b13-b4c823295e2c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c67410b3-cfa8-42cc-b230-ba9f18f82742, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c67410b3-cfa8-42cc-b230-ba9f18f82742, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14950250313620513174 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1495025031362051317414950250313620513174149502503136205131741495025031362051317414950250313620513174149502503136205131741495025031362051317414950250313620513174149502503136205131741495025031362051317414950250313620513174149502503136205131741495025031362051317414950250313620513174149502503136205131741495025031362051317414950250313620513174149502503136205131741495025031362051317414950250313620513174" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 88d489e6-b5a9-4c29-be00-1f5a0e01e55c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2ca52c9d-65f2-40f6-9c40-5dc93063d2e8, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2ca52c9d-65f2-40f6-9c40-5dc93063d2e8, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17540377703379776307 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1754037770337977630717540377703379776307175403777033797763071754037770337977630717540377703379776307175403777033797763071754037770337977630717540377703379776307175403777033797763071754037770337977630717540377703379776307175403777033797763071754037770337977630717540377703379776307175403777033797763071754037770337977630717540377703379776307175403777033797763071754037770337977630717540377703379776307" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c67410b3-cfa8-42cc-b230-ba9f18f82742, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2ca52c9d-65f2-40f6-9c40-5dc93063d2e8, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 212908fa-e1fe-4ab5-ad7d-c1c7782d7a18, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 212908fa-e1fe-4ab5-ad7d-c1c7782d7a18, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5456218760147455961 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54562187601474559615456218760147455961545621876014745596154562187601474559615456218760147455961545621876014745596154562187601474559615456218760147455961545621876014745596154562187601474559615456218760147455961545621876014745596154562187601474559615456218760147455961545621876014745596154562187601474559615456218760147455961545621876014745596154562187601474559615456218760147455961" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 087a57a4-d256-4718-81a1-f6dc617128d9, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 087a57a4-d256-4718-81a1-f6dc617128d9, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17437847724037775768 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1743784772403777576817437847724037775768174378477240377757681743784772403777576817437847724037775768174378477240377757681743784772403777576817437847724037775768174378477240377757681743784772403777576817437847724037775768174378477240377757681743784772403777576817437847724037775768174378477240377757681743784772403777576817437847724037775768174378477240377757681743784772403777576817437847724037775768" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 212908fa-e1fe-4ab5-ad7d-c1c7782d7a18, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a97e6049-e094-4af6-b35e-267eb5ad8706, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a97e6049-e094-4af6-b35e-267eb5ad8706, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5544423029141081260 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55444230291410812605544423029141081260554442302914108126055444230291410812605544423029141081260554442302914108126055444230291410812605544423029141081260554442302914108126055444230291410812605544423029141081260554442302914108126055444230291410812605544423029141081260554442302914108126055444230291410812605544423029141081260554442302914108126055444230291410812605544423029141081260" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 087a57a4-d256-4718-81a1-f6dc617128d9, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e644ef98-ab5f-446c-84dc-6ce0cc65a9fb, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e644ef98-ab5f-446c-84dc-6ce0cc65a9fb, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8569909554489232908 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85699095544892329088569909554489232908856990955448923290885699095544892329088569909554489232908856990955448923290885699095544892329088569909554489232908856990955448923290885699095544892329088569909554489232908856990955448923290885699095544892329088569909554489232908856990955448923290885699095544892329088569909554489232908856990955448923290885699095544892329088569909554489232908" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a97e6049-e094-4af6-b35e-267eb5ad8706, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a6aa74ee-198e-4581-a4d4-7d80f24134a0, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a6aa74ee-198e-4581-a4d4-7d80f24134a0, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2173605294601070792 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21736052946010707922173605294601070792217360529460107079221736052946010707922173605294601070792217360529460107079221736052946010707922173605294601070792217360529460107079221736052946010707922173605294601070792217360529460107079221736052946010707922173605294601070792217360529460107079221736052946010707922173605294601070792217360529460107079221736052946010707922173605294601070792" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e644ef98-ab5f-446c-84dc-6ce0cc65a9fb, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ba04aced-01e3-4816-8753-3eb486a458f2, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ba04aced-01e3-4816-8753-3eb486a458f2, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16827190979053732230 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1682719097905373223016827190979053732230168271909790537322301682719097905373223016827190979053732230168271909790537322301682719097905373223016827190979053732230168271909790537322301682719097905373223016827190979053732230168271909790537322301682719097905373223016827190979053732230168271909790537322301682719097905373223016827190979053732230168271909790537322301682719097905373223016827190979053732230" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a6aa74ee-198e-4581-a4d4-7d80f24134a0, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b87aeb43-2ad0-43a2-8542-c9cfc3e44743, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b87aeb43-2ad0-43a2-8542-c9cfc3e44743, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14693722807399281869 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1469372280739928186914693722807399281869146937228073992818691469372280739928186914693722807399281869146937228073992818691469372280739928186914693722807399281869146937228073992818691469372280739928186914693722807399281869146937228073992818691469372280739928186914693722807399281869146937228073992818691469372280739928186914693722807399281869146937228073992818691469372280739928186914693722807399281869" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ba04aced-01e3-4816-8753-3eb486a458f2, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 044f5986-7c33-4e31-88cd-e500fbd56982, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 044f5986-7c33-4e31-88cd-e500fbd56982, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17824960724585859423 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1782496072458585942317824960724585859423178249607245858594231782496072458585942317824960724585859423178249607245858594231782496072458585942317824960724585859423178249607245858594231782496072458585942317824960724585859423178249607245858594231782496072458585942317824960724585859423178249607245858594231782496072458585942317824960724585859423178249607245858594231782496072458585942317824960724585859423" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b87aeb43-2ad0-43a2-8542-c9cfc3e44743, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cb1e119b-21b7-4a0b-9f58-f30279a13423, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cb1e119b-21b7-4a0b-9f58-f30279a13423, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11243197556658141827 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1124319755665814182711243197556658141827112431975566581418271124319755665814182711243197556658141827112431975566581418271124319755665814182711243197556658141827112431975566581418271124319755665814182711243197556658141827112431975566581418271124319755665814182711243197556658141827112431975566581418271124319755665814182711243197556658141827112431975566581418271124319755665814182711243197556658141827" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 044f5986-7c33-4e31-88cd-e500fbd56982, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4b3a70fb-cd0b-4dad-91d2-df4de278d0ff, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4b3a70fb-cd0b-4dad-91d2-df4de278d0ff, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3224609215517715989 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32246092155177159893224609215517715989322460921551771598932246092155177159893224609215517715989322460921551771598932246092155177159893224609215517715989322460921551771598932246092155177159893224609215517715989322460921551771598932246092155177159893224609215517715989322460921551771598932246092155177159893224609215517715989322460921551771598932246092155177159893224609215517715989" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cb1e119b-21b7-4a0b-9f58-f30279a13423, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 179b50ef-b022-41f2-85ef-e418170631fb, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 179b50ef-b022-41f2-85ef-e418170631fb, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16658959898007325423 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1665895989800732542316658959898007325423166589598980073254231665895989800732542316658959898007325423166589598980073254231665895989800732542316658959898007325423166589598980073254231665895989800732542316658959898007325423166589598980073254231665895989800732542316658959898007325423166589598980073254231665895989800732542316658959898007325423166589598980073254231665895989800732542316658959898007325423" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 179b50ef-b022-41f2-85ef-e418170631fb, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f84d7963-3bf0-4739-9dea-fd3ef91f5d5a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f84d7963-3bf0-4739-9dea-fd3ef91f5d5a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15968052614214852553 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1596805261421485255315968052614214852553159680526142148525531596805261421485255315968052614214852553159680526142148525531596805261421485255315968052614214852553159680526142148525531596805261421485255315968052614214852553159680526142148525531596805261421485255315968052614214852553159680526142148525531596805261421485255315968052614214852553159680526142148525531596805261421485255315968052614214852553" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4b3a70fb-cd0b-4dad-91d2-df4de278d0ff, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2c25feeb-14b8-4d60-b9fe-f8d3428b7a88, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2c25feeb-14b8-4d60-b9fe-f8d3428b7a88, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2207127779693571969 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22071277796935719692207127779693571969220712777969357196922071277796935719692207127779693571969220712777969357196922071277796935719692207127779693571969220712777969357196922071277796935719692207127779693571969220712777969357196922071277796935719692207127779693571969220712777969357196922071277796935719692207127779693571969220712777969357196922071277796935719692207127779693571969" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f84d7963-3bf0-4739-9dea-fd3ef91f5d5a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2c25feeb-14b8-4d60-b9fe-f8d3428b7a88, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 31ea02d5-fe6c-47c7-9494-a24b7b4dd531, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b690cddf-f856-4403-88bc-1fc8923452ed, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b690cddf-f856-4403-88bc-1fc8923452ed, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13427049143935550977 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1342704914393555097713427049143935550977134270491439355509771342704914393555097713427049143935550977134270491439355509771342704914393555097713427049143935550977134270491439355509771342704914393555097713427049143935550977134270491439355509771342704914393555097713427049143935550977134270491439355509771342704914393555097713427049143935550977134270491439355509771342704914393555097713427049143935550977" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 31ea02d5-fe6c-47c7-9494-a24b7b4dd531, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1849081594049301731 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18490815940493017311849081594049301731184908159404930173118490815940493017311849081594049301731184908159404930173118490815940493017311849081594049301731184908159404930173118490815940493017311849081594049301731184908159404930173118490815940493017311849081594049301731184908159404930173118490815940493017311849081594049301731184908159404930173118490815940493017311849081594049301731" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 31ea02d5-fe6c-47c7-9494-a24b7b4dd531, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e574325a-cfc3-4bf6-935b-32b5b73242b4, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e574325a-cfc3-4bf6-935b-32b5b73242b4, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7569297166226176305 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75692971662261763057569297166226176305756929716622617630575692971662261763057569297166226176305756929716622617630575692971662261763057569297166226176305756929716622617630575692971662261763057569297166226176305756929716622617630575692971662261763057569297166226176305756929716622617630575692971662261763057569297166226176305756929716622617630575692971662261763057569297166226176305" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b690cddf-f856-4403-88bc-1fc8923452ed, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 90d36814-ba1b-4520-a26a-457c13133cb6, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 90d36814-ba1b-4520-a26a-457c13133cb6, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17091302059339277783 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1709130205933927778317091302059339277783170913020593392777831709130205933927778317091302059339277783170913020593392777831709130205933927778317091302059339277783170913020593392777831709130205933927778317091302059339277783170913020593392777831709130205933927778317091302059339277783170913020593392777831709130205933927778317091302059339277783170913020593392777831709130205933927778317091302059339277783" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e574325a-cfc3-4bf6-935b-32b5b73242b4, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6d8778b3-bd66-47c0-a4e0-64ccbe0733d2, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 90d36814-ba1b-4520-a26a-457c13133cb6, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6d8778b3-bd66-47c0-a4e0-64ccbe0733d2, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14866713230946114784 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1486671323094611478414866713230946114784148667132309461147841486671323094611478414866713230946114784148667132309461147841486671323094611478414866713230946114784148667132309461147841486671323094611478414866713230946114784148667132309461147841486671323094611478414866713230946114784148667132309461147841486671323094611478414866713230946114784148667132309461147841486671323094611478414866713230946114784" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 14fa2bcf-820b-4546-95ed-46dfb80531ad, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 14fa2bcf-820b-4546-95ed-46dfb80531ad, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3308779382075840290 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33087793820758402903308779382075840290330877938207584029033087793820758402903308779382075840290330877938207584029033087793820758402903308779382075840290330877938207584029033087793820758402903308779382075840290330877938207584029033087793820758402903308779382075840290330877938207584029033087793820758402903308779382075840290330877938207584029033087793820758402903308779382075840290" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6d8778b3-bd66-47c0-a4e0-64ccbe0733d2, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d4522cc2-88fb-44d7-8393-36dfa58e6e58, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d4522cc2-88fb-44d7-8393-36dfa58e6e58, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9601581587123780299 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96015815871237802999601581587123780299960158158712378029996015815871237802999601581587123780299960158158712378029996015815871237802999601581587123780299960158158712378029996015815871237802999601581587123780299960158158712378029996015815871237802999601581587123780299960158158712378029996015815871237802999601581587123780299960158158712378029996015815871237802999601581587123780299" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 14fa2bcf-820b-4546-95ed-46dfb80531ad, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0537c0f8-e11b-4e07-b4a4-51d8f51bccec, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0537c0f8-e11b-4e07-b4a4-51d8f51bccec, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1539895845166273599 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15398958451662735991539895845166273599153989584516627359915398958451662735991539895845166273599153989584516627359915398958451662735991539895845166273599153989584516627359915398958451662735991539895845166273599153989584516627359915398958451662735991539895845166273599153989584516627359915398958451662735991539895845166273599153989584516627359915398958451662735991539895845166273599" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d4522cc2-88fb-44d7-8393-36dfa58e6e58, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4ed2210a-8894-45a9-b55d-057af91705dd, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4ed2210a-8894-45a9-b55d-057af91705dd, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14686741787387463872 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1468674178738746387214686741787387463872146867417873874638721468674178738746387214686741787387463872146867417873874638721468674178738746387214686741787387463872146867417873874638721468674178738746387214686741787387463872146867417873874638721468674178738746387214686741787387463872146867417873874638721468674178738746387214686741787387463872146867417873874638721468674178738746387214686741787387463872" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0537c0f8-e11b-4e07-b4a4-51d8f51bccec, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4ed2210a-8894-45a9-b55d-057af91705dd, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 71ece135-e77a-4dc1-89be-38de5ac1b329, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 652a3fff-1ea6-443a-9e4e-ba28dbfd7976, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 71ece135-e77a-4dc1-89be-38de5ac1b329, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13901091386839470398 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1390109138683947039813901091386839470398139010913868394703981390109138683947039813901091386839470398139010913868394703981390109138683947039813901091386839470398139010913868394703981390109138683947039813901091386839470398139010913868394703981390109138683947039813901091386839470398139010913868394703981390109138683947039813901091386839470398139010913868394703981390109138683947039813901091386839470398" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 652a3fff-1ea6-443a-9e4e-ba28dbfd7976, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13166869789639892838 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1316686978963989283813166869789639892838131668697896398928381316686978963989283813166869789639892838131668697896398928381316686978963989283813166869789639892838131668697896398928381316686978963989283813166869789639892838131668697896398928381316686978963989283813166869789639892838131668697896398928381316686978963989283813166869789639892838131668697896398928381316686978963989283813166869789639892838" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 71ece135-e77a-4dc1-89be-38de5ac1b329, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1b0748dd-16a7-437e-97d9-2ac5f0e6ff5d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1b0748dd-16a7-437e-97d9-2ac5f0e6ff5d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17883686663329253359 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1788368666332925335917883686663329253359178836866633292533591788368666332925335917883686663329253359178836866633292533591788368666332925335917883686663329253359178836866633292533591788368666332925335917883686663329253359178836866633292533591788368666332925335917883686663329253359178836866633292533591788368666332925335917883686663329253359178836866633292533591788368666332925335917883686663329253359" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 652a3fff-1ea6-443a-9e4e-ba28dbfd7976, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0cb38f3c-049e-4a46-828c-88c089da212a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0cb38f3c-049e-4a46-828c-88c089da212a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 519983341846102539 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "519983341846102539519983341846102539519983341846102539519983341846102539519983341846102539519983341846102539519983341846102539519983341846102539519983341846102539519983341846102539519983341846102539519983341846102539519983341846102539519983341846102539519983341846102539519983341846102539519983341846102539519983341846102539519983341846102539519983341846102539" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1b0748dd-16a7-437e-97d9-2ac5f0e6ff5d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b6e4da17-b5a8-4a60-a66f-7845683632f3, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b6e4da17-b5a8-4a60-a66f-7845683632f3, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1497757379356084125 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14977573793560841251497757379356084125149775737935608412514977573793560841251497757379356084125149775737935608412514977573793560841251497757379356084125149775737935608412514977573793560841251497757379356084125149775737935608412514977573793560841251497757379356084125149775737935608412514977573793560841251497757379356084125149775737935608412514977573793560841251497757379356084125" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0cb38f3c-049e-4a46-828c-88c089da212a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ed5686d1-52d3-4cb6-80be-8eb0e617f793, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ed5686d1-52d3-4cb6-80be-8eb0e617f793, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11176692791591814394 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1117669279159181439411176692791591814394111766927915918143941117669279159181439411176692791591814394111766927915918143941117669279159181439411176692791591814394111766927915918143941117669279159181439411176692791591814394111766927915918143941117669279159181439411176692791591814394111766927915918143941117669279159181439411176692791591814394111766927915918143941117669279159181439411176692791591814394" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b6e4da17-b5a8-4a60-a66f-7845683632f3, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5b7d1593-dfaf-4688-92b4-a275890591b3, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5b7d1593-dfaf-4688-92b4-a275890591b3, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8029543766863966317 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80295437668639663178029543766863966317802954376686396631780295437668639663178029543766863966317802954376686396631780295437668639663178029543766863966317802954376686396631780295437668639663178029543766863966317802954376686396631780295437668639663178029543766863966317802954376686396631780295437668639663178029543766863966317802954376686396631780295437668639663178029543766863966317" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ed5686d1-52d3-4cb6-80be-8eb0e617f793, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6251f24f-54d0-4f43-869f-4f42d5c5796a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6251f24f-54d0-4f43-869f-4f42d5c5796a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13850014681314203253 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1385001468131420325313850014681314203253138500146813142032531385001468131420325313850014681314203253138500146813142032531385001468131420325313850014681314203253138500146813142032531385001468131420325313850014681314203253138500146813142032531385001468131420325313850014681314203253138500146813142032531385001468131420325313850014681314203253138500146813142032531385001468131420325313850014681314203253" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5b7d1593-dfaf-4688-92b4-a275890591b3, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1ed2621d-651c-493b-838b-da2540950aa8, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1ed2621d-651c-493b-838b-da2540950aa8, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5247607350501189949 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52476073505011899495247607350501189949524760735050118994952476073505011899495247607350501189949524760735050118994952476073505011899495247607350501189949524760735050118994952476073505011899495247607350501189949524760735050118994952476073505011899495247607350501189949524760735050118994952476073505011899495247607350501189949524760735050118994952476073505011899495247607350501189949" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6251f24f-54d0-4f43-869f-4f42d5c5796a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4ff5a6fd-1f54-40fb-b6b5-3b5117a4fcd7, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4ff5a6fd-1f54-40fb-b6b5-3b5117a4fcd7, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1218742354955960403 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12187423549559604031218742354955960403121874235495596040312187423549559604031218742354955960403121874235495596040312187423549559604031218742354955960403121874235495596040312187423549559604031218742354955960403121874235495596040312187423549559604031218742354955960403121874235495596040312187423549559604031218742354955960403121874235495596040312187423549559604031218742354955960403" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1ed2621d-651c-493b-838b-da2540950aa8, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5fc22495-3146-4b84-96b4-93a67778ab83, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5fc22495-3146-4b84-96b4-93a67778ab83, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10408895811479415140 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1040889581147941514010408895811479415140104088958114794151401040889581147941514010408895811479415140104088958114794151401040889581147941514010408895811479415140104088958114794151401040889581147941514010408895811479415140104088958114794151401040889581147941514010408895811479415140104088958114794151401040889581147941514010408895811479415140104088958114794151401040889581147941514010408895811479415140" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4ff5a6fd-1f54-40fb-b6b5-3b5117a4fcd7, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, adf6635e-ca26-4836-86ea-9e2964b354cf, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, adf6635e-ca26-4836-86ea-9e2964b354cf, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11573080486171621984 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1157308048617162198411573080486171621984115730804861716219841157308048617162198411573080486171621984115730804861716219841157308048617162198411573080486171621984115730804861716219841157308048617162198411573080486171621984115730804861716219841157308048617162198411573080486171621984115730804861716219841157308048617162198411573080486171621984115730804861716219841157308048617162198411573080486171621984" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5fc22495-3146-4b84-96b4-93a67778ab83, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6faf8d12-402e-4c71-8890-24f595876492, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6faf8d12-402e-4c71-8890-24f595876492, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 836991546560807794 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "836991546560807794836991546560807794836991546560807794836991546560807794836991546560807794836991546560807794836991546560807794836991546560807794836991546560807794836991546560807794836991546560807794836991546560807794836991546560807794836991546560807794836991546560807794836991546560807794836991546560807794836991546560807794836991546560807794836991546560807794" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, adf6635e-ca26-4836-86ea-9e2964b354cf, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 20f063dc-18e5-4580-849d-36300bcddef8, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 20f063dc-18e5-4580-849d-36300bcddef8, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1368325297896529137 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13683252978965291371368325297896529137136832529789652913713683252978965291371368325297896529137136832529789652913713683252978965291371368325297896529137136832529789652913713683252978965291371368325297896529137136832529789652913713683252978965291371368325297896529137136832529789652913713683252978965291371368325297896529137136832529789652913713683252978965291371368325297896529137" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6faf8d12-402e-4c71-8890-24f595876492, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 619f18c8-788b-4526-a2b1-49394dccd146, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 619f18c8-788b-4526-a2b1-49394dccd146, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14306676366207626264 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1430667636620762626414306676366207626264143066763662076262641430667636620762626414306676366207626264143066763662076262641430667636620762626414306676366207626264143066763662076262641430667636620762626414306676366207626264143066763662076262641430667636620762626414306676366207626264143066763662076262641430667636620762626414306676366207626264143066763662076262641430667636620762626414306676366207626264" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 20f063dc-18e5-4580-849d-36300bcddef8, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b1fcf40c-f4d4-4696-bd3a-e88f90f73b8a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b1fcf40c-f4d4-4696-bd3a-e88f90f73b8a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4093254112690468630 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40932541126904686304093254112690468630409325411269046863040932541126904686304093254112690468630409325411269046863040932541126904686304093254112690468630409325411269046863040932541126904686304093254112690468630409325411269046863040932541126904686304093254112690468630409325411269046863040932541126904686304093254112690468630409325411269046863040932541126904686304093254112690468630" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 619f18c8-788b-4526-a2b1-49394dccd146, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b1fcf40c-f4d4-4696-bd3a-e88f90f73b8a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 08804553-c186-4ce1-894a-fe28aaa8a654, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 451fce5e-3363-4acd-a85b-01f2268392f6, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 08804553-c186-4ce1-894a-fe28aaa8a654, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18280242635752637931 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1828024263575263793118280242635752637931182802426357526379311828024263575263793118280242635752637931182802426357526379311828024263575263793118280242635752637931182802426357526379311828024263575263793118280242635752637931182802426357526379311828024263575263793118280242635752637931182802426357526379311828024263575263793118280242635752637931182802426357526379311828024263575263793118280242635752637931" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 451fce5e-3363-4acd-a85b-01f2268392f6, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7382528891243665526 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73825288912436655267382528891243665526738252889124366552673825288912436655267382528891243665526738252889124366552673825288912436655267382528891243665526738252889124366552673825288912436655267382528891243665526738252889124366552673825288912436655267382528891243665526738252889124366552673825288912436655267382528891243665526738252889124366552673825288912436655267382528891243665526" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 08804553-c186-4ce1-894a-fe28aaa8a654, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d95b4874-6f42-46dc-907d-41b34bd4c69d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d95b4874-6f42-46dc-907d-41b34bd4c69d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15882714818715725549 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1588271481871572554915882714818715725549158827148187157255491588271481871572554915882714818715725549158827148187157255491588271481871572554915882714818715725549158827148187157255491588271481871572554915882714818715725549158827148187157255491588271481871572554915882714818715725549158827148187157255491588271481871572554915882714818715725549158827148187157255491588271481871572554915882714818715725549" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 451fce5e-3363-4acd-a85b-01f2268392f6, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 37410cea-cf81-4500-84ee-bfc10ee59d9e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 37410cea-cf81-4500-84ee-bfc10ee59d9e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6385358276442753779 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63853582764427537796385358276442753779638535827644275377963853582764427537796385358276442753779638535827644275377963853582764427537796385358276442753779638535827644275377963853582764427537796385358276442753779638535827644275377963853582764427537796385358276442753779638535827644275377963853582764427537796385358276442753779638535827644275377963853582764427537796385358276442753779" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d95b4874-6f42-46dc-907d-41b34bd4c69d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c078ae69-992f-49f2-ae99-32c7e12e6c54, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c078ae69-992f-49f2-ae99-32c7e12e6c54, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9006642463931128524 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90066424639311285249006642463931128524900664246393112852490066424639311285249006642463931128524900664246393112852490066424639311285249006642463931128524900664246393112852490066424639311285249006642463931128524900664246393112852490066424639311285249006642463931128524900664246393112852490066424639311285249006642463931128524900664246393112852490066424639311285249006642463931128524" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 37410cea-cf81-4500-84ee-bfc10ee59d9e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ed068eb3-2636-4b12-85b8-4be3f7e3615a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ed068eb3-2636-4b12-85b8-4be3f7e3615a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2760064771490194710 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27600647714901947102760064771490194710276006477149019471027600647714901947102760064771490194710276006477149019471027600647714901947102760064771490194710276006477149019471027600647714901947102760064771490194710276006477149019471027600647714901947102760064771490194710276006477149019471027600647714901947102760064771490194710276006477149019471027600647714901947102760064771490194710" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c078ae69-992f-49f2-ae99-32c7e12e6c54, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 47262a54-2515-441e-8454-b006c252d35e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 47262a54-2515-441e-8454-b006c252d35e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2353662688539714804 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23536626885397148042353662688539714804235366268853971480423536626885397148042353662688539714804235366268853971480423536626885397148042353662688539714804235366268853971480423536626885397148042353662688539714804235366268853971480423536626885397148042353662688539714804235366268853971480423536626885397148042353662688539714804235366268853971480423536626885397148042353662688539714804" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ed068eb3-2636-4b12-85b8-4be3f7e3615a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 82ca4f57-077a-4a96-a50a-753330c6211f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 82ca4f57-077a-4a96-a50a-753330c6211f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3048312935735292554 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30483129357352925543048312935735292554304831293573529255430483129357352925543048312935735292554304831293573529255430483129357352925543048312935735292554304831293573529255430483129357352925543048312935735292554304831293573529255430483129357352925543048312935735292554304831293573529255430483129357352925543048312935735292554304831293573529255430483129357352925543048312935735292554" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 47262a54-2515-441e-8454-b006c252d35e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bbae445f-0d22-4d75-aa42-eae0c3da8e6b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bbae445f-0d22-4d75-aa42-eae0c3da8e6b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6424140362506780634 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64241403625067806346424140362506780634642414036250678063464241403625067806346424140362506780634642414036250678063464241403625067806346424140362506780634642414036250678063464241403625067806346424140362506780634642414036250678063464241403625067806346424140362506780634642414036250678063464241403625067806346424140362506780634642414036250678063464241403625067806346424140362506780634" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 82ca4f57-077a-4a96-a50a-753330c6211f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c2509078-07c3-42d3-b5ce-73d209093dc0, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c2509078-07c3-42d3-b5ce-73d209093dc0, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8695492309844609406 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86954923098446094068695492309844609406869549230984460940686954923098446094068695492309844609406869549230984460940686954923098446094068695492309844609406869549230984460940686954923098446094068695492309844609406869549230984460940686954923098446094068695492309844609406869549230984460940686954923098446094068695492309844609406869549230984460940686954923098446094068695492309844609406" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bbae445f-0d22-4d75-aa42-eae0c3da8e6b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c2509078-07c3-42d3-b5ce-73d209093dc0, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 86ae54b7-f243-4eed-b997-a19133510dcc, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 86ae54b7-f243-4eed-b997-a19133510dcc, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1861702395952126178 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18617023959521261781861702395952126178186170239595212617818617023959521261781861702395952126178186170239595212617818617023959521261781861702395952126178186170239595212617818617023959521261781861702395952126178186170239595212617818617023959521261781861702395952126178186170239595212617818617023959521261781861702395952126178186170239595212617818617023959521261781861702395952126178" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 96a8aad6-3970-46ce-8195-89c40b46de2d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 96a8aad6-3970-46ce-8195-89c40b46de2d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15894942999989118768 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1589494299998911876815894942999989118768158949429999891187681589494299998911876815894942999989118768158949429999891187681589494299998911876815894942999989118768158949429999891187681589494299998911876815894942999989118768158949429999891187681589494299998911876815894942999989118768158949429999891187681589494299998911876815894942999989118768158949429999891187681589494299998911876815894942999989118768" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 86ae54b7-f243-4eed-b997-a19133510dcc, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 890a67b8-6bc3-4bc8-89db-6466bb5628fd, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 890a67b8-6bc3-4bc8-89db-6466bb5628fd, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7533905595979364632 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75339055959793646327533905595979364632753390559597936463275339055959793646327533905595979364632753390559597936463275339055959793646327533905595979364632753390559597936463275339055959793646327533905595979364632753390559597936463275339055959793646327533905595979364632753390559597936463275339055959793646327533905595979364632753390559597936463275339055959793646327533905595979364632" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 96a8aad6-3970-46ce-8195-89c40b46de2d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 17da0279-1420-492b-b248-8e3fa7f78cd6, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 17da0279-1420-492b-b248-8e3fa7f78cd6, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6812161892598594876 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68121618925985948766812161892598594876681216189259859487668121618925985948766812161892598594876681216189259859487668121618925985948766812161892598594876681216189259859487668121618925985948766812161892598594876681216189259859487668121618925985948766812161892598594876681216189259859487668121618925985948766812161892598594876681216189259859487668121618925985948766812161892598594876" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 890a67b8-6bc3-4bc8-89db-6466bb5628fd, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 86155a2a-f682-41c8-8f4f-584ec03e627c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 86155a2a-f682-41c8-8f4f-584ec03e627c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2361548365934923328 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23615483659349233282361548365934923328236154836593492332823615483659349233282361548365934923328236154836593492332823615483659349233282361548365934923328236154836593492332823615483659349233282361548365934923328236154836593492332823615483659349233282361548365934923328236154836593492332823615483659349233282361548365934923328236154836593492332823615483659349233282361548365934923328" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 86155a2a-f682-41c8-8f4f-584ec03e627c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4ad59bdb-efa2-467c-999d-dbf6b76638d6, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4ad59bdb-efa2-467c-999d-dbf6b76638d6, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14185020983568877984 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1418502098356887798414185020983568877984141850209835688779841418502098356887798414185020983568877984141850209835688779841418502098356887798414185020983568877984141850209835688779841418502098356887798414185020983568877984141850209835688779841418502098356887798414185020983568877984141850209835688779841418502098356887798414185020983568877984141850209835688779841418502098356887798414185020983568877984" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4ad59bdb-efa2-467c-999d-dbf6b76638d6, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ba0083fc-6a37-49fe-92e0-8431c46bd111, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ba0083fc-6a37-49fe-92e0-8431c46bd111, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1149917240455562035 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11499172404555620351149917240455562035114991724045556203511499172404555620351149917240455562035114991724045556203511499172404555620351149917240455562035114991724045556203511499172404555620351149917240455562035114991724045556203511499172404555620351149917240455562035114991724045556203511499172404555620351149917240455562035114991724045556203511499172404555620351149917240455562035" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ba0083fc-6a37-49fe-92e0-8431c46bd111, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9c00572e-182b-4c60-b00c-5a59f2760624, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9c00572e-182b-4c60-b00c-5a59f2760624, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11870562288886844952 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1187056228888684495211870562288886844952118705622888868449521187056228888684495211870562288886844952118705622888868449521187056228888684495211870562288886844952118705622888868449521187056228888684495211870562288886844952118705622888868449521187056228888684495211870562288886844952118705622888868449521187056228888684495211870562288886844952118705622888868449521187056228888684495211870562288886844952" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 17da0279-1420-492b-b248-8e3fa7f78cd6, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, efbcb42b-c0f2-4a5d-9a62-2c80001135dc, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, efbcb42b-c0f2-4a5d-9a62-2c80001135dc, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6651247034576641947 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66512470345766419476651247034576641947665124703457664194766512470345766419476651247034576641947665124703457664194766512470345766419476651247034576641947665124703457664194766512470345766419476651247034576641947665124703457664194766512470345766419476651247034576641947665124703457664194766512470345766419476651247034576641947665124703457664194766512470345766419476651247034576641947" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9c00572e-182b-4c60-b00c-5a59f2760624, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bbfbc195-aaab-4e49-8172-77454aa0c16d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bbfbc195-aaab-4e49-8172-77454aa0c16d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6060059698664575230 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60600596986645752306060059698664575230606005969866457523060600596986645752306060059698664575230606005969866457523060600596986645752306060059698664575230606005969866457523060600596986645752306060059698664575230606005969866457523060600596986645752306060059698664575230606005969866457523060600596986645752306060059698664575230606005969866457523060600596986645752306060059698664575230" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, efbcb42b-c0f2-4a5d-9a62-2c80001135dc, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 927b7c82-7c68-4cba-9cb4-bda10aa4ab77, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 927b7c82-7c68-4cba-9cb4-bda10aa4ab77, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4631640182612478490 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46316401826124784904631640182612478490463164018261247849046316401826124784904631640182612478490463164018261247849046316401826124784904631640182612478490463164018261247849046316401826124784904631640182612478490463164018261247849046316401826124784904631640182612478490463164018261247849046316401826124784904631640182612478490463164018261247849046316401826124784904631640182612478490" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bbfbc195-aaab-4e49-8172-77454aa0c16d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0e57bc26-4c00-4f82-9ed4-af503aab9f35, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0e57bc26-4c00-4f82-9ed4-af503aab9f35, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14511856125820045446 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1451185612582004544614511856125820045446145118561258200454461451185612582004544614511856125820045446145118561258200454461451185612582004544614511856125820045446145118561258200454461451185612582004544614511856125820045446145118561258200454461451185612582004544614511856125820045446145118561258200454461451185612582004544614511856125820045446145118561258200454461451185612582004544614511856125820045446" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 927b7c82-7c68-4cba-9cb4-bda10aa4ab77, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1dba6373-3bb3-4969-84ff-c02a4b731310, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1dba6373-3bb3-4969-84ff-c02a4b731310, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8243651773608841945 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82436517736088419458243651773608841945824365177360884194582436517736088419458243651773608841945824365177360884194582436517736088419458243651773608841945824365177360884194582436517736088419458243651773608841945824365177360884194582436517736088419458243651773608841945824365177360884194582436517736088419458243651773608841945824365177360884194582436517736088419458243651773608841945" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0e57bc26-4c00-4f82-9ed4-af503aab9f35, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8604fba3-0238-4a7d-acad-0c3aca36f762, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8604fba3-0238-4a7d-acad-0c3aca36f762, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2005252939106956154 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20052529391069561542005252939106956154200525293910695615420052529391069561542005252939106956154200525293910695615420052529391069561542005252939106956154200525293910695615420052529391069561542005252939106956154200525293910695615420052529391069561542005252939106956154200525293910695615420052529391069561542005252939106956154200525293910695615420052529391069561542005252939106956154" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1dba6373-3bb3-4969-84ff-c02a4b731310, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4500fb15-6775-4d49-a10c-ebbf4c393c03, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4500fb15-6775-4d49-a10c-ebbf4c393c03, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13747000433267282129 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1374700043326728212913747000433267282129137470004332672821291374700043326728212913747000433267282129137470004332672821291374700043326728212913747000433267282129137470004332672821291374700043326728212913747000433267282129137470004332672821291374700043326728212913747000433267282129137470004332672821291374700043326728212913747000433267282129137470004332672821291374700043326728212913747000433267282129" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8604fba3-0238-4a7d-acad-0c3aca36f762, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 23b03a5f-e564-4e54-9648-bbcc2602037e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 23b03a5f-e564-4e54-9648-bbcc2602037e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13172023526813385806 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1317202352681338580613172023526813385806131720235268133858061317202352681338580613172023526813385806131720235268133858061317202352681338580613172023526813385806131720235268133858061317202352681338580613172023526813385806131720235268133858061317202352681338580613172023526813385806131720235268133858061317202352681338580613172023526813385806131720235268133858061317202352681338580613172023526813385806" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4500fb15-6775-4d49-a10c-ebbf4c393c03, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 29185eb9-23b0-4ba1-b764-c76ee99df79c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 29185eb9-23b0-4ba1-b764-c76ee99df79c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12596168163814174634 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1259616816381417463412596168163814174634125961681638141746341259616816381417463412596168163814174634125961681638141746341259616816381417463412596168163814174634125961681638141746341259616816381417463412596168163814174634125961681638141746341259616816381417463412596168163814174634125961681638141746341259616816381417463412596168163814174634125961681638141746341259616816381417463412596168163814174634" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 23b03a5f-e564-4e54-9648-bbcc2602037e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7b2f1eec-b4bd-4390-88c1-9c9c1b3fecd2, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7b2f1eec-b4bd-4390-88c1-9c9c1b3fecd2, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17714177572185053425 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1771417757218505342517714177572185053425177141775721850534251771417757218505342517714177572185053425177141775721850534251771417757218505342517714177572185053425177141775721850534251771417757218505342517714177572185053425177141775721850534251771417757218505342517714177572185053425177141775721850534251771417757218505342517714177572185053425177141775721850534251771417757218505342517714177572185053425" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 29185eb9-23b0-4ba1-b764-c76ee99df79c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3e8c5b3d-cfac-4711-8ace-6b353e48f89a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3e8c5b3d-cfac-4711-8ace-6b353e48f89a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12884173941860842399 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1288417394186084239912884173941860842399128841739418608423991288417394186084239912884173941860842399128841739418608423991288417394186084239912884173941860842399128841739418608423991288417394186084239912884173941860842399128841739418608423991288417394186084239912884173941860842399128841739418608423991288417394186084239912884173941860842399128841739418608423991288417394186084239912884173941860842399" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7b2f1eec-b4bd-4390-88c1-9c9c1b3fecd2, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3e8c5b3d-cfac-4711-8ace-6b353e48f89a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0c6e05fe-8675-4c0e-a47d-d14f55235f99, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0c6e05fe-8675-4c0e-a47d-d14f55235f99, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4292021190609494958 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42920211906094949584292021190609494958429202119060949495842920211906094949584292021190609494958429202119060949495842920211906094949584292021190609494958429202119060949495842920211906094949584292021190609494958429202119060949495842920211906094949584292021190609494958429202119060949495842920211906094949584292021190609494958429202119060949495842920211906094949584292021190609494958" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8c4b767c-52a2-4af5-9b94-2377b2fa2798, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8c4b767c-52a2-4af5-9b94-2377b2fa2798, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3883939060553687720 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38839390605536877203883939060553687720388393906055368772038839390605536877203883939060553687720388393906055368772038839390605536877203883939060553687720388393906055368772038839390605536877203883939060553687720388393906055368772038839390605536877203883939060553687720388393906055368772038839390605536877203883939060553687720388393906055368772038839390605536877203883939060553687720" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0c6e05fe-8675-4c0e-a47d-d14f55235f99, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8c4b767c-52a2-4af5-9b94-2377b2fa2798, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b7c2d463-56f7-4495-bd6f-ffd3ca4ec393, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b7c2d463-56f7-4495-bd6f-ffd3ca4ec393, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17071275362790679730 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1707127536279067973017071275362790679730170712753627906797301707127536279067973017071275362790679730170712753627906797301707127536279067973017071275362790679730170712753627906797301707127536279067973017071275362790679730170712753627906797301707127536279067973017071275362790679730170712753627906797301707127536279067973017071275362790679730170712753627906797301707127536279067973017071275362790679730" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 559fcdbb-048c-42bc-95cd-807d7564154b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 559fcdbb-048c-42bc-95cd-807d7564154b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10468636151125203645 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1046863615112520364510468636151125203645104686361511252036451046863615112520364510468636151125203645104686361511252036451046863615112520364510468636151125203645104686361511252036451046863615112520364510468636151125203645104686361511252036451046863615112520364510468636151125203645104686361511252036451046863615112520364510468636151125203645104686361511252036451046863615112520364510468636151125203645" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b7c2d463-56f7-4495-bd6f-ffd3ca4ec393, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8ae9489b-2784-48a3-87ce-460a6a773fd0, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8ae9489b-2784-48a3-87ce-460a6a773fd0, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10336888622646230421 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1033688862264623042110336888622646230421103368886226462304211033688862264623042110336888622646230421103368886226462304211033688862264623042110336888622646230421103368886226462304211033688862264623042110336888622646230421103368886226462304211033688862264623042110336888622646230421103368886226462304211033688862264623042110336888622646230421103368886226462304211033688862264623042110336888622646230421" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 559fcdbb-048c-42bc-95cd-807d7564154b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7a5cc6da-c87e-4e28-83c4-6b17d0a8e61d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7a5cc6da-c87e-4e28-83c4-6b17d0a8e61d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1649795064061942290 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16497950640619422901649795064061942290164979506406194229016497950640619422901649795064061942290164979506406194229016497950640619422901649795064061942290164979506406194229016497950640619422901649795064061942290164979506406194229016497950640619422901649795064061942290164979506406194229016497950640619422901649795064061942290164979506406194229016497950640619422901649795064061942290" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8ae9489b-2784-48a3-87ce-460a6a773fd0, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 13a07ca0-203a-4cab-a8bf-fd88389b9b49, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 13a07ca0-203a-4cab-a8bf-fd88389b9b49, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17376236547328131196 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1737623654732813119617376236547328131196173762365473281311961737623654732813119617376236547328131196173762365473281311961737623654732813119617376236547328131196173762365473281311961737623654732813119617376236547328131196173762365473281311961737623654732813119617376236547328131196173762365473281311961737623654732813119617376236547328131196173762365473281311961737623654732813119617376236547328131196" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7a5cc6da-c87e-4e28-83c4-6b17d0a8e61d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 13a07ca0-203a-4cab-a8bf-fd88389b9b49, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e5923283-ce50-4c16-ab61-6b24be903977, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e5923283-ce50-4c16-ab61-6b24be903977, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16871184125398437752 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1687118412539843775216871184125398437752168711841253984377521687118412539843775216871184125398437752168711841253984377521687118412539843775216871184125398437752168711841253984377521687118412539843775216871184125398437752168711841253984377521687118412539843775216871184125398437752168711841253984377521687118412539843775216871184125398437752168711841253984377521687118412539843775216871184125398437752" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 88ad73ac-0831-422d-8529-714d9d7974f0, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 88ad73ac-0831-422d-8529-714d9d7974f0, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15755158199155030406 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1575515819915503040615755158199155030406157551581991550304061575515819915503040615755158199155030406157551581991550304061575515819915503040615755158199155030406157551581991550304061575515819915503040615755158199155030406157551581991550304061575515819915503040615755158199155030406157551581991550304061575515819915503040615755158199155030406157551581991550304061575515819915503040615755158199155030406" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e5923283-ce50-4c16-ab61-6b24be903977, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8adf1693-e52c-42da-b312-0d9ca789cdcc, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 88ad73ac-0831-422d-8529-714d9d7974f0, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8adf1693-e52c-42da-b312-0d9ca789cdcc, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6084900866649000233 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60849008666490002336084900866649000233608490086664900023360849008666490002336084900866649000233608490086664900023360849008666490002336084900866649000233608490086664900023360849008666490002336084900866649000233608490086664900023360849008666490002336084900866649000233608490086664900023360849008666490002336084900866649000233608490086664900023360849008666490002336084900866649000233" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 039b7e66-cb55-4f52-8fcc-bacc096c4121, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 039b7e66-cb55-4f52-8fcc-bacc096c4121, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16274668373781789117 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1627466837378178911716274668373781789117162746683737817891171627466837378178911716274668373781789117162746683737817891171627466837378178911716274668373781789117162746683737817891171627466837378178911716274668373781789117162746683737817891171627466837378178911716274668373781789117162746683737817891171627466837378178911716274668373781789117162746683737817891171627466837378178911716274668373781789117" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8adf1693-e52c-42da-b312-0d9ca789cdcc, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b28c29c6-7f1c-48d9-b487-c00de1704999, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b28c29c6-7f1c-48d9-b487-c00de1704999, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7101290633277213880 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71012906332772138807101290633277213880710129063327721388071012906332772138807101290633277213880710129063327721388071012906332772138807101290633277213880710129063327721388071012906332772138807101290633277213880710129063327721388071012906332772138807101290633277213880710129063327721388071012906332772138807101290633277213880710129063327721388071012906332772138807101290633277213880" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 039b7e66-cb55-4f52-8fcc-bacc096c4121, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f4073de6-51e2-4ba7-9175-5d28eafffb5b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f4073de6-51e2-4ba7-9175-5d28eafffb5b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8463252528433615476 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84632525284336154768463252528433615476846325252843361547684632525284336154768463252528433615476846325252843361547684632525284336154768463252528433615476846325252843361547684632525284336154768463252528433615476846325252843361547684632525284336154768463252528433615476846325252843361547684632525284336154768463252528433615476846325252843361547684632525284336154768463252528433615476" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f4073de6-51e2-4ba7-9175-5d28eafffb5b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d4608ae6-6ed1-4f61-ba63-a847f0f99e2a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d4608ae6-6ed1-4f61-ba63-a847f0f99e2a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9834757615492772096 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98347576154927720969834757615492772096983475761549277209698347576154927720969834757615492772096983475761549277209698347576154927720969834757615492772096983475761549277209698347576154927720969834757615492772096983475761549277209698347576154927720969834757615492772096983475761549277209698347576154927720969834757615492772096983475761549277209698347576154927720969834757615492772096" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b28c29c6-7f1c-48d9-b487-c00de1704999, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 95618a2d-3bca-47e5-83bc-95a3788dab6e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 95618a2d-3bca-47e5-83bc-95a3788dab6e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3828087556358333596 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38280875563583335963828087556358333596382808755635833359638280875563583335963828087556358333596382808755635833359638280875563583335963828087556358333596382808755635833359638280875563583335963828087556358333596382808755635833359638280875563583335963828087556358333596382808755635833359638280875563583335963828087556358333596382808755635833359638280875563583335963828087556358333596" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d4608ae6-6ed1-4f61-ba63-a847f0f99e2a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 890151a1-923f-46c9-9cfc-d67e2720955d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 890151a1-923f-46c9-9cfc-d67e2720955d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14309007105652689013 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1430900710565268901314309007105652689013143090071056526890131430900710565268901314309007105652689013143090071056526890131430900710565268901314309007105652689013143090071056526890131430900710565268901314309007105652689013143090071056526890131430900710565268901314309007105652689013143090071056526890131430900710565268901314309007105652689013143090071056526890131430900710565268901314309007105652689013" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 95618a2d-3bca-47e5-83bc-95a3788dab6e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 81c44d92-b532-401f-93ee-83cc1fe34611, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 81c44d92-b532-401f-93ee-83cc1fe34611, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13882950364425024250 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1388295036442502425013882950364425024250138829503644250242501388295036442502425013882950364425024250138829503644250242501388295036442502425013882950364425024250138829503644250242501388295036442502425013882950364425024250138829503644250242501388295036442502425013882950364425024250138829503644250242501388295036442502425013882950364425024250138829503644250242501388295036442502425013882950364425024250" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 890151a1-923f-46c9-9cfc-d67e2720955d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f9baa726-5f8b-475f-b491-aa6ce4d02fc7, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f9baa726-5f8b-475f-b491-aa6ce4d02fc7, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5010379600953560637 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50103796009535606375010379600953560637501037960095356063750103796009535606375010379600953560637501037960095356063750103796009535606375010379600953560637501037960095356063750103796009535606375010379600953560637501037960095356063750103796009535606375010379600953560637501037960095356063750103796009535606375010379600953560637501037960095356063750103796009535606375010379600953560637" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 81c44d92-b532-401f-93ee-83cc1fe34611, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f9baa726-5f8b-475f-b491-aa6ce4d02fc7, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 88d0b652-a29d-40c5-a7b2-fd66755ccc0a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 88d0b652-a29d-40c5-a7b2-fd66755ccc0a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2245648805289620507 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22456488052896205072245648805289620507224564880528962050722456488052896205072245648805289620507224564880528962050722456488052896205072245648805289620507224564880528962050722456488052896205072245648805289620507224564880528962050722456488052896205072245648805289620507224564880528962050722456488052896205072245648805289620507224564880528962050722456488052896205072245648805289620507" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0da9698f-4991-4e2d-92ee-f7057db093ea, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0da9698f-4991-4e2d-92ee-f7057db093ea, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13715138275443920652 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1371513827544392065213715138275443920652137151382754439206521371513827544392065213715138275443920652137151382754439206521371513827544392065213715138275443920652137151382754439206521371513827544392065213715138275443920652137151382754439206521371513827544392065213715138275443920652137151382754439206521371513827544392065213715138275443920652137151382754439206521371513827544392065213715138275443920652" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0da9698f-4991-4e2d-92ee-f7057db093ea, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 49408843-398e-4c41-b484-38b5230444d7, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 49408843-398e-4c41-b484-38b5230444d7, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9784673608666507052 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97846736086665070529784673608666507052978467360866650705297846736086665070529784673608666507052978467360866650705297846736086665070529784673608666507052978467360866650705297846736086665070529784673608666507052978467360866650705297846736086665070529784673608666507052978467360866650705297846736086665070529784673608666507052978467360866650705297846736086665070529784673608666507052" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 88d0b652-a29d-40c5-a7b2-fd66755ccc0a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, aae75ed3-0f20-40a0-b86f-f744e1026bf5, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aae75ed3-0f20-40a0-b86f-f744e1026bf5, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11769958120099770858 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1176995812009977085811769958120099770858117699581200997708581176995812009977085811769958120099770858117699581200997708581176995812009977085811769958120099770858117699581200997708581176995812009977085811769958120099770858117699581200997708581176995812009977085811769958120099770858117699581200997708581176995812009977085811769958120099770858117699581200997708581176995812009977085811769958120099770858" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 49408843-398e-4c41-b484-38b5230444d7, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1611f204-41fd-4805-b3dc-423c30959a53, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1611f204-41fd-4805-b3dc-423c30959a53, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1408882857743101150 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14088828577431011501408882857743101150140888285774310115014088828577431011501408882857743101150140888285774310115014088828577431011501408882857743101150140888285774310115014088828577431011501408882857743101150140888285774310115014088828577431011501408882857743101150140888285774310115014088828577431011501408882857743101150140888285774310115014088828577431011501408882857743101150" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aae75ed3-0f20-40a0-b86f-f744e1026bf5, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b9c53070-17f1-4eeb-97ec-263e44879cb1, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b9c53070-17f1-4eeb-97ec-263e44879cb1, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15051357109943496084 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1505135710994349608415051357109943496084150513571099434960841505135710994349608415051357109943496084150513571099434960841505135710994349608415051357109943496084150513571099434960841505135710994349608415051357109943496084150513571099434960841505135710994349608415051357109943496084150513571099434960841505135710994349608415051357109943496084150513571099434960841505135710994349608415051357109943496084" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1611f204-41fd-4805-b3dc-423c30959a53, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, eaf3ba7e-8a4e-46c8-bfdd-68817f81069c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eaf3ba7e-8a4e-46c8-bfdd-68817f81069c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 226550706061519386 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "226550706061519386226550706061519386226550706061519386226550706061519386226550706061519386226550706061519386226550706061519386226550706061519386226550706061519386226550706061519386226550706061519386226550706061519386226550706061519386226550706061519386226550706061519386226550706061519386226550706061519386226550706061519386226550706061519386226550706061519386" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b9c53070-17f1-4eeb-97ec-263e44879cb1, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ef6d4120-1027-406c-b0f5-f1887d7bdd5f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ef6d4120-1027-406c-b0f5-f1887d7bdd5f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2258888333056501070 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22588883330565010702258888333056501070225888833305650107022588883330565010702258888333056501070225888833305650107022588883330565010702258888333056501070225888833305650107022588883330565010702258888333056501070225888833305650107022588883330565010702258888333056501070225888833305650107022588883330565010702258888333056501070225888833305650107022588883330565010702258888333056501070" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eaf3ba7e-8a4e-46c8-bfdd-68817f81069c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9cf16b90-ccf4-4d87-81e4-10cf5f4a7636, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9cf16b90-ccf4-4d87-81e4-10cf5f4a7636, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11722787832238113950 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1172278783223811395011722787832238113950117227878322381139501172278783223811395011722787832238113950117227878322381139501172278783223811395011722787832238113950117227878322381139501172278783223811395011722787832238113950117227878322381139501172278783223811395011722787832238113950117227878322381139501172278783223811395011722787832238113950117227878322381139501172278783223811395011722787832238113950" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ef6d4120-1027-406c-b0f5-f1887d7bdd5f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0183cdf2-390c-4c3d-a353-c1b6f6d2c16a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0183cdf2-390c-4c3d-a353-c1b6f6d2c16a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9656589903654130708 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96565899036541307089656589903654130708965658990365413070896565899036541307089656589903654130708965658990365413070896565899036541307089656589903654130708965658990365413070896565899036541307089656589903654130708965658990365413070896565899036541307089656589903654130708965658990365413070896565899036541307089656589903654130708965658990365413070896565899036541307089656589903654130708" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9cf16b90-ccf4-4d87-81e4-10cf5f4a7636, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 83f15093-78f4-490c-92d1-9123c745a957, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 83f15093-78f4-490c-92d1-9123c745a957, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16686354442454261306 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1668635444245426130616686354442454261306166863544424542613061668635444245426130616686354442454261306166863544424542613061668635444245426130616686354442454261306166863544424542613061668635444245426130616686354442454261306166863544424542613061668635444245426130616686354442454261306166863544424542613061668635444245426130616686354442454261306166863544424542613061668635444245426130616686354442454261306" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0183cdf2-390c-4c3d-a353-c1b6f6d2c16a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fcaa99c2-38ec-435f-bab5-2ab00c8edd9a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fcaa99c2-38ec-435f-bab5-2ab00c8edd9a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17649032676549395550 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1764903267654939555017649032676549395550176490326765493955501764903267654939555017649032676549395550176490326765493955501764903267654939555017649032676549395550176490326765493955501764903267654939555017649032676549395550176490326765493955501764903267654939555017649032676549395550176490326765493955501764903267654939555017649032676549395550176490326765493955501764903267654939555017649032676549395550" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 83f15093-78f4-490c-92d1-9123c745a957, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ca8e0361-c784-4e02-9450-9e7c56d3c95a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ca8e0361-c784-4e02-9450-9e7c56d3c95a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3899888595456470054 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38998885954564700543899888595456470054389988859545647005438998885954564700543899888595456470054389988859545647005438998885954564700543899888595456470054389988859545647005438998885954564700543899888595456470054389988859545647005438998885954564700543899888595456470054389988859545647005438998885954564700543899888595456470054389988859545647005438998885954564700543899888595456470054" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fcaa99c2-38ec-435f-bab5-2ab00c8edd9a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 12b4c25a-289a-44f7-9888-86b89f5cbcfe, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ca8e0361-c784-4e02-9450-9e7c56d3c95a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 12b4c25a-289a-44f7-9888-86b89f5cbcfe, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11889449151844196676 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1188944915184419667611889449151844196676118894491518441966761188944915184419667611889449151844196676118894491518441966761188944915184419667611889449151844196676118894491518441966761188944915184419667611889449151844196676118894491518441966761188944915184419667611889449151844196676118894491518441966761188944915184419667611889449151844196676118894491518441966761188944915184419667611889449151844196676" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8a002c0b-091c-4cee-a784-f1d3b2e4afe0, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8a002c0b-091c-4cee-a784-f1d3b2e4afe0, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 79745774633786735 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "7974577463378673579745774633786735797457746337867357974577463378673579745774633786735797457746337867357974577463378673579745774633786735797457746337867357974577463378673579745774633786735797457746337867357974577463378673579745774633786735797457746337867357974577463378673579745774633786735797457746337867357974577463378673579745774633786735" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 12b4c25a-289a-44f7-9888-86b89f5cbcfe, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dce930b6-2a17-4d86-ad76-d0fb316d41ee, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dce930b6-2a17-4d86-ad76-d0fb316d41ee, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16416754718695015088 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1641675471869501508816416754718695015088164167547186950150881641675471869501508816416754718695015088164167547186950150881641675471869501508816416754718695015088164167547186950150881641675471869501508816416754718695015088164167547186950150881641675471869501508816416754718695015088164167547186950150881641675471869501508816416754718695015088164167547186950150881641675471869501508816416754718695015088" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8a002c0b-091c-4cee-a784-f1d3b2e4afe0, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3662a06a-3719-4b37-8ec6-38396628698b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3662a06a-3719-4b37-8ec6-38396628698b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9270541894780661432 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92705418947806614329270541894780661432927054189478066143292705418947806614329270541894780661432927054189478066143292705418947806614329270541894780661432927054189478066143292705418947806614329270541894780661432927054189478066143292705418947806614329270541894780661432927054189478066143292705418947806614329270541894780661432927054189478066143292705418947806614329270541894780661432" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dce930b6-2a17-4d86-ad76-d0fb316d41ee, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 99ab2a6b-4b21-4488-bdb8-6d01ec60c965, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 99ab2a6b-4b21-4488-bdb8-6d01ec60c965, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2218543155715102069 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22185431557151020692218543155715102069221854315571510206922185431557151020692218543155715102069221854315571510206922185431557151020692218543155715102069221854315571510206922185431557151020692218543155715102069221854315571510206922185431557151020692218543155715102069221854315571510206922185431557151020692218543155715102069221854315571510206922185431557151020692218543155715102069" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3662a06a-3719-4b37-8ec6-38396628698b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 321fe17c-3350-424c-a072-c9cc79aa0237, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 321fe17c-3350-424c-a072-c9cc79aa0237, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7183161882365309053 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71831618823653090537183161882365309053718316188236530905371831618823653090537183161882365309053718316188236530905371831618823653090537183161882365309053718316188236530905371831618823653090537183161882365309053718316188236530905371831618823653090537183161882365309053718316188236530905371831618823653090537183161882365309053718316188236530905371831618823653090537183161882365309053" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 99ab2a6b-4b21-4488-bdb8-6d01ec60c965, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1ca4ad80-b79b-4b1c-84e3-2f8d11b6fecd, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 321fe17c-3350-424c-a072-c9cc79aa0237, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1ca4ad80-b79b-4b1c-84e3-2f8d11b6fecd, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10587921252778926300 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1058792125277892630010587921252778926300105879212527789263001058792125277892630010587921252778926300105879212527789263001058792125277892630010587921252778926300105879212527789263001058792125277892630010587921252778926300105879212527789263001058792125277892630010587921252778926300105879212527789263001058792125277892630010587921252778926300105879212527789263001058792125277892630010587921252778926300" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c7821c40-e0cf-4392-acb1-60cc65a4bbf7, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c7821c40-e0cf-4392-acb1-60cc65a4bbf7, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11565217696597301259 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1156521769659730125911565217696597301259115652176965973012591156521769659730125911565217696597301259115652176965973012591156521769659730125911565217696597301259115652176965973012591156521769659730125911565217696597301259115652176965973012591156521769659730125911565217696597301259115652176965973012591156521769659730125911565217696597301259115652176965973012591156521769659730125911565217696597301259" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1ca4ad80-b79b-4b1c-84e3-2f8d11b6fecd, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 42763d03-7389-421f-a336-1e70ece23c25, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c7821c40-e0cf-4392-acb1-60cc65a4bbf7, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 97ee6e80-94b2-4f33-98ec-c03e6fd2fad2, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 97ee6e80-94b2-4f33-98ec-c03e6fd2fad2, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13422484302874397182 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1342248430287439718213422484302874397182134224843028743971821342248430287439718213422484302874397182134224843028743971821342248430287439718213422484302874397182134224843028743971821342248430287439718213422484302874397182134224843028743971821342248430287439718213422484302874397182134224843028743971821342248430287439718213422484302874397182134224843028743971821342248430287439718213422484302874397182" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 42763d03-7389-421f-a336-1e70ece23c25, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4727756895662558379 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47277568956625583794727756895662558379472775689566255837947277568956625583794727756895662558379472775689566255837947277568956625583794727756895662558379472775689566255837947277568956625583794727756895662558379472775689566255837947277568956625583794727756895662558379472775689566255837947277568956625583794727756895662558379472775689566255837947277568956625583794727756895662558379" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 97ee6e80-94b2-4f33-98ec-c03e6fd2fad2, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bb37fe91-76ee-48a6-8237-dc65abdb3259, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bb37fe91-76ee-48a6-8237-dc65abdb3259, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17945679710488850494 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1794567971048885049417945679710488850494179456797104888504941794567971048885049417945679710488850494179456797104888504941794567971048885049417945679710488850494179456797104888504941794567971048885049417945679710488850494179456797104888504941794567971048885049417945679710488850494179456797104888504941794567971048885049417945679710488850494179456797104888504941794567971048885049417945679710488850494" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 42763d03-7389-421f-a336-1e70ece23c25, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7836b4cd-5c8e-462a-8704-c2a31dbffc3a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7836b4cd-5c8e-462a-8704-c2a31dbffc3a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1496183074673835748 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14961830746738357481496183074673835748149618307467383574814961830746738357481496183074673835748149618307467383574814961830746738357481496183074673835748149618307467383574814961830746738357481496183074673835748149618307467383574814961830746738357481496183074673835748149618307467383574814961830746738357481496183074673835748149618307467383574814961830746738357481496183074673835748" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7836b4cd-5c8e-462a-8704-c2a31dbffc3a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bb37fe91-76ee-48a6-8237-dc65abdb3259, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, aebfce7f-72f4-484b-a055-f1452c9fd295, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aebfce7f-72f4-484b-a055-f1452c9fd295, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7603434398363905338 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76034343983639053387603434398363905338760343439836390533876034343983639053387603434398363905338760343439836390533876034343983639053387603434398363905338760343439836390533876034343983639053387603434398363905338760343439836390533876034343983639053387603434398363905338760343439836390533876034343983639053387603434398363905338760343439836390533876034343983639053387603434398363905338" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f9acb64c-bc26-4054-a9c7-f530598f09b3, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f9acb64c-bc26-4054-a9c7-f530598f09b3, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6625530388209286604 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66255303882092866046625530388209286604662553038820928660466255303882092866046625530388209286604662553038820928660466255303882092866046625530388209286604662553038820928660466255303882092866046625530388209286604662553038820928660466255303882092866046625530388209286604662553038820928660466255303882092866046625530388209286604662553038820928660466255303882092866046625530388209286604" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aebfce7f-72f4-484b-a055-f1452c9fd295, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 24609de6-9664-416b-bbb7-3ef54ee29dc2, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 24609de6-9664-416b-bbb7-3ef54ee29dc2, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7687418973524133807 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76874189735241338077687418973524133807768741897352413380776874189735241338077687418973524133807768741897352413380776874189735241338077687418973524133807768741897352413380776874189735241338077687418973524133807768741897352413380776874189735241338077687418973524133807768741897352413380776874189735241338077687418973524133807768741897352413380776874189735241338077687418973524133807" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f9acb64c-bc26-4054-a9c7-f530598f09b3, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d70d8c1d-623d-4c91-90ab-4434af93faff, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d70d8c1d-623d-4c91-90ab-4434af93faff, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11404827397837920199 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1140482739783792019911404827397837920199114048273978379201991140482739783792019911404827397837920199114048273978379201991140482739783792019911404827397837920199114048273978379201991140482739783792019911404827397837920199114048273978379201991140482739783792019911404827397837920199114048273978379201991140482739783792019911404827397837920199114048273978379201991140482739783792019911404827397837920199" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 24609de6-9664-416b-bbb7-3ef54ee29dc2, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7a05fea2-1bdd-4bf6-bc48-a776004e4b61, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7a05fea2-1bdd-4bf6-bc48-a776004e4b61, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5582642270404350649 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55826422704043506495582642270404350649558264227040435064955826422704043506495582642270404350649558264227040435064955826422704043506495582642270404350649558264227040435064955826422704043506495582642270404350649558264227040435064955826422704043506495582642270404350649558264227040435064955826422704043506495582642270404350649558264227040435064955826422704043506495582642270404350649" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d70d8c1d-623d-4c91-90ab-4434af93faff, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7e8562c3-65f8-40e1-90c9-7f8420a1daae, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7e8562c3-65f8-40e1-90c9-7f8420a1daae, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8289388268504848889 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82893882685048488898289388268504848889828938826850484888982893882685048488898289388268504848889828938826850484888982893882685048488898289388268504848889828938826850484888982893882685048488898289388268504848889828938826850484888982893882685048488898289388268504848889828938826850484888982893882685048488898289388268504848889828938826850484888982893882685048488898289388268504848889" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7a05fea2-1bdd-4bf6-bc48-a776004e4b61, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6bd2af61-1a66-41fb-bf38-f46c0bec35e7, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6bd2af61-1a66-41fb-bf38-f46c0bec35e7, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11536939080792735547 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1153693908079273554711536939080792735547115369390807927355471153693908079273554711536939080792735547115369390807927355471153693908079273554711536939080792735547115369390807927355471153693908079273554711536939080792735547115369390807927355471153693908079273554711536939080792735547115369390807927355471153693908079273554711536939080792735547115369390807927355471153693908079273554711536939080792735547" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7e8562c3-65f8-40e1-90c9-7f8420a1daae, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1c9eac5e-0ffb-49b1-89ab-cac35de8aa7e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1c9eac5e-0ffb-49b1-89ab-cac35de8aa7e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17901223250496259633 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1790122325049625963317901223250496259633179012232504962596331790122325049625963317901223250496259633179012232504962596331790122325049625963317901223250496259633179012232504962596331790122325049625963317901223250496259633179012232504962596331790122325049625963317901223250496259633179012232504962596331790122325049625963317901223250496259633179012232504962596331790122325049625963317901223250496259633" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6bd2af61-1a66-41fb-bf38-f46c0bec35e7, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7649fa59-75b0-45f6-825c-121a47840b98, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7649fa59-75b0-45f6-825c-121a47840b98, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2594067035375337891 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25940670353753378912594067035375337891259406703537533789125940670353753378912594067035375337891259406703537533789125940670353753378912594067035375337891259406703537533789125940670353753378912594067035375337891259406703537533789125940670353753378912594067035375337891259406703537533789125940670353753378912594067035375337891259406703537533789125940670353753378912594067035375337891" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1c9eac5e-0ffb-49b1-89ab-cac35de8aa7e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f32b79fd-966c-442c-8ccb-b881b29f6952, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f32b79fd-966c-442c-8ccb-b881b29f6952, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16628506535785782850 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1662850653578578285016628506535785782850166285065357857828501662850653578578285016628506535785782850166285065357857828501662850653578578285016628506535785782850166285065357857828501662850653578578285016628506535785782850166285065357857828501662850653578578285016628506535785782850166285065357857828501662850653578578285016628506535785782850166285065357857828501662850653578578285016628506535785782850" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7649fa59-75b0-45f6-825c-121a47840b98, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1eb97a59-00a6-4157-b8e5-dee3bb2fc334, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f32b79fd-966c-442c-8ccb-b881b29f6952, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1eb97a59-00a6-4157-b8e5-dee3bb2fc334, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6626217583035063946 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66262175830350639466626217583035063946662621758303506394666262175830350639466626217583035063946662621758303506394666262175830350639466626217583035063946662621758303506394666262175830350639466626217583035063946662621758303506394666262175830350639466626217583035063946662621758303506394666262175830350639466626217583035063946662621758303506394666262175830350639466626217583035063946" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d57b811b-717e-415d-afa0-a99972ca9d16, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d57b811b-717e-415d-afa0-a99972ca9d16, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14677924487564958955 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1467792448756495895514677924487564958955146779244875649589551467792448756495895514677924487564958955146779244875649589551467792448756495895514677924487564958955146779244875649589551467792448756495895514677924487564958955146779244875649589551467792448756495895514677924487564958955146779244875649589551467792448756495895514677924487564958955146779244875649589551467792448756495895514677924487564958955" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1eb97a59-00a6-4157-b8e5-dee3bb2fc334, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 32f16359-6c9d-4bbe-bf5a-91436abf51ad, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d57b811b-717e-415d-afa0-a99972ca9d16, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 32f16359-6c9d-4bbe-bf5a-91436abf51ad, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4326618238562293820 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43266182385622938204326618238562293820432661823856229382043266182385622938204326618238562293820432661823856229382043266182385622938204326618238562293820432661823856229382043266182385622938204326618238562293820432661823856229382043266182385622938204326618238562293820432661823856229382043266182385622938204326618238562293820432661823856229382043266182385622938204326618238562293820" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e8c3e170-7304-4ddd-87f1-d785135ff4af, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e8c3e170-7304-4ddd-87f1-d785135ff4af, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17279494145067477149 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1727949414506747714917279494145067477149172794941450674771491727949414506747714917279494145067477149172794941450674771491727949414506747714917279494145067477149172794941450674771491727949414506747714917279494145067477149172794941450674771491727949414506747714917279494145067477149172794941450674771491727949414506747714917279494145067477149172794941450674771491727949414506747714917279494145067477149" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 32f16359-6c9d-4bbe-bf5a-91436abf51ad, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a489f8c0-8ab0-4e96-947a-a134181b3edf, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a489f8c0-8ab0-4e96-947a-a134181b3edf, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17700540661275343762 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1770054066127534376217700540661275343762177005406612753437621770054066127534376217700540661275343762177005406612753437621770054066127534376217700540661275343762177005406612753437621770054066127534376217700540661275343762177005406612753437621770054066127534376217700540661275343762177005406612753437621770054066127534376217700540661275343762177005406612753437621770054066127534376217700540661275343762" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e8c3e170-7304-4ddd-87f1-d785135ff4af, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ac6d8b00-c6b1-4de4-9087-1e4a45043542, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ac6d8b00-c6b1-4de4-9087-1e4a45043542, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4813093466596586088 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48130934665965860884813093466596586088481309346659658608848130934665965860884813093466596586088481309346659658608848130934665965860884813093466596586088481309346659658608848130934665965860884813093466596586088481309346659658608848130934665965860884813093466596586088481309346659658608848130934665965860884813093466596586088481309346659658608848130934665965860884813093466596586088" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ac6d8b00-c6b1-4de4-9087-1e4a45043542, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3018c300-ab06-4e03-95f4-aabb8d190db7, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3018c300-ab06-4e03-95f4-aabb8d190db7, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 527036366152842346 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "527036366152842346527036366152842346527036366152842346527036366152842346527036366152842346527036366152842346527036366152842346527036366152842346527036366152842346527036366152842346527036366152842346527036366152842346527036366152842346527036366152842346527036366152842346527036366152842346527036366152842346527036366152842346527036366152842346527036366152842346" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a489f8c0-8ab0-4e96-947a-a134181b3edf, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0547c74f-ecca-4448-99b7-de042cbf5bf8, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0547c74f-ecca-4448-99b7-de042cbf5bf8, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15904235551851973448 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1590423555185197344815904235551851973448159042355518519734481590423555185197344815904235551851973448159042355518519734481590423555185197344815904235551851973448159042355518519734481590423555185197344815904235551851973448159042355518519734481590423555185197344815904235551851973448159042355518519734481590423555185197344815904235551851973448159042355518519734481590423555185197344815904235551851973448" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3018c300-ab06-4e03-95f4-aabb8d190db7, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9bf9c569-45f8-45f2-8d35-e52c934545ab, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9bf9c569-45f8-45f2-8d35-e52c934545ab, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15045359328860692735 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1504535932886069273515045359328860692735150453593288606927351504535932886069273515045359328860692735150453593288606927351504535932886069273515045359328860692735150453593288606927351504535932886069273515045359328860692735150453593288606927351504535932886069273515045359328860692735150453593288606927351504535932886069273515045359328860692735150453593288606927351504535932886069273515045359328860692735" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0547c74f-ecca-4448-99b7-de042cbf5bf8, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 557e401f-f1d2-4f82-bd70-f765b390371b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 557e401f-f1d2-4f82-bd70-f765b390371b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3908457001535463801 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39084570015354638013908457001535463801390845700153546380139084570015354638013908457001535463801390845700153546380139084570015354638013908457001535463801390845700153546380139084570015354638013908457001535463801390845700153546380139084570015354638013908457001535463801390845700153546380139084570015354638013908457001535463801390845700153546380139084570015354638013908457001535463801" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 557e401f-f1d2-4f82-bd70-f765b390371b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a54e2655-a799-48ed-b478-1326a20aeb1b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a54e2655-a799-48ed-b478-1326a20aeb1b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12321525614512498888 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1232152561451249888812321525614512498888123215256145124988881232152561451249888812321525614512498888123215256145124988881232152561451249888812321525614512498888123215256145124988881232152561451249888812321525614512498888123215256145124988881232152561451249888812321525614512498888123215256145124988881232152561451249888812321525614512498888123215256145124988881232152561451249888812321525614512498888" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9bf9c569-45f8-45f2-8d35-e52c934545ab, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bd4d0a20-ea95-49ca-a848-d4995135992b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bd4d0a20-ea95-49ca-a848-d4995135992b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 825292506172041857 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "825292506172041857825292506172041857825292506172041857825292506172041857825292506172041857825292506172041857825292506172041857825292506172041857825292506172041857825292506172041857825292506172041857825292506172041857825292506172041857825292506172041857825292506172041857825292506172041857825292506172041857825292506172041857825292506172041857825292506172041857" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a54e2655-a799-48ed-b478-1326a20aeb1b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 58d789ff-8e96-4189-9664-e22609ab1ef2, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 58d789ff-8e96-4189-9664-e22609ab1ef2, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14944356668742013975 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1494435666874201397514944356668742013975149443566687420139751494435666874201397514944356668742013975149443566687420139751494435666874201397514944356668742013975149443566687420139751494435666874201397514944356668742013975149443566687420139751494435666874201397514944356668742013975149443566687420139751494435666874201397514944356668742013975149443566687420139751494435666874201397514944356668742013975" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bd4d0a20-ea95-49ca-a848-d4995135992b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 29c4800a-7fea-4d5e-996f-a88488e5f0e2, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 29c4800a-7fea-4d5e-996f-a88488e5f0e2, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3120384693897361457 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31203846938973614573120384693897361457312038469389736145731203846938973614573120384693897361457312038469389736145731203846938973614573120384693897361457312038469389736145731203846938973614573120384693897361457312038469389736145731203846938973614573120384693897361457312038469389736145731203846938973614573120384693897361457312038469389736145731203846938973614573120384693897361457" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 58d789ff-8e96-4189-9664-e22609ab1ef2, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c167f7fb-f1b2-4969-9ded-64cb24de0cfe, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c167f7fb-f1b2-4969-9ded-64cb24de0cfe, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14934068131471157631 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1493406813147115763114934068131471157631149340681314711576311493406813147115763114934068131471157631149340681314711576311493406813147115763114934068131471157631149340681314711576311493406813147115763114934068131471157631149340681314711576311493406813147115763114934068131471157631149340681314711576311493406813147115763114934068131471157631149340681314711576311493406813147115763114934068131471157631" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 29c4800a-7fea-4d5e-996f-a88488e5f0e2, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 82e802f3-7c4b-46e8-9ef0-ab6bb6b8e4aa, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 82e802f3-7c4b-46e8-9ef0-ab6bb6b8e4aa, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13095312847806767467 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1309531284780676746713095312847806767467130953128478067674671309531284780676746713095312847806767467130953128478067674671309531284780676746713095312847806767467130953128478067674671309531284780676746713095312847806767467130953128478067674671309531284780676746713095312847806767467130953128478067674671309531284780676746713095312847806767467130953128478067674671309531284780676746713095312847806767467" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c167f7fb-f1b2-4969-9ded-64cb24de0cfe, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 44cc6a58-1433-4f87-9097-26e57af6f37a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 44cc6a58-1433-4f87-9097-26e57af6f37a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3432296295912508387 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34322962959125083873432296295912508387343229629591250838734322962959125083873432296295912508387343229629591250838734322962959125083873432296295912508387343229629591250838734322962959125083873432296295912508387343229629591250838734322962959125083873432296295912508387343229629591250838734322962959125083873432296295912508387343229629591250838734322962959125083873432296295912508387" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 82e802f3-7c4b-46e8-9ef0-ab6bb6b8e4aa, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4f840fbc-5cd1-4c80-ba24-c91da9a54cf0, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4f840fbc-5cd1-4c80-ba24-c91da9a54cf0, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14243958582724742096 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1424395858272474209614243958582724742096142439585827247420961424395858272474209614243958582724742096142439585827247420961424395858272474209614243958582724742096142439585827247420961424395858272474209614243958582724742096142439585827247420961424395858272474209614243958582724742096142439585827247420961424395858272474209614243958582724742096142439585827247420961424395858272474209614243958582724742096" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 44cc6a58-1433-4f87-9097-26e57af6f37a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3673b937-da85-4a1f-960e-8ed91d61e888, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3673b937-da85-4a1f-960e-8ed91d61e888, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12985035628944111987 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1298503562894411198712985035628944111987129850356289441119871298503562894411198712985035628944111987129850356289441119871298503562894411198712985035628944111987129850356289441119871298503562894411198712985035628944111987129850356289441119871298503562894411198712985035628944111987129850356289441119871298503562894411198712985035628944111987129850356289441119871298503562894411198712985035628944111987" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4f840fbc-5cd1-4c80-ba24-c91da9a54cf0, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 91041948-fa95-4d52-a439-d30ac391358c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 91041948-fa95-4d52-a439-d30ac391358c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7229160979060436022 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72291609790604360227229160979060436022722916097906043602272291609790604360227229160979060436022722916097906043602272291609790604360227229160979060436022722916097906043602272291609790604360227229160979060436022722916097906043602272291609790604360227229160979060436022722916097906043602272291609790604360227229160979060436022722916097906043602272291609790604360227229160979060436022" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3673b937-da85-4a1f-960e-8ed91d61e888, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 278bcd8c-e6f5-4d3a-825b-906157f5c75d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 278bcd8c-e6f5-4d3a-825b-906157f5c75d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 408233868918775001 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "408233868918775001408233868918775001408233868918775001408233868918775001408233868918775001408233868918775001408233868918775001408233868918775001408233868918775001408233868918775001408233868918775001408233868918775001408233868918775001408233868918775001408233868918775001408233868918775001408233868918775001408233868918775001408233868918775001408233868918775001" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 91041948-fa95-4d52-a439-d30ac391358c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7fdb7343-87b0-4c29-89cb-d36f2cb5b2e0, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7fdb7343-87b0-4c29-89cb-d36f2cb5b2e0, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6535291933037410217 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65352919330374102176535291933037410217653529193303741021765352919330374102176535291933037410217653529193303741021765352919330374102176535291933037410217653529193303741021765352919330374102176535291933037410217653529193303741021765352919330374102176535291933037410217653529193303741021765352919330374102176535291933037410217653529193303741021765352919330374102176535291933037410217" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 278bcd8c-e6f5-4d3a-825b-906157f5c75d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 16b5acd4-2f71-47e0-9334-027cc4dda7b9, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 16b5acd4-2f71-47e0-9334-027cc4dda7b9, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11059353326475133723 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1105935332647513372311059353326475133723110593533264751337231105935332647513372311059353326475133723110593533264751337231105935332647513372311059353326475133723110593533264751337231105935332647513372311059353326475133723110593533264751337231105935332647513372311059353326475133723110593533264751337231105935332647513372311059353326475133723110593533264751337231105935332647513372311059353326475133723" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7fdb7343-87b0-4c29-89cb-d36f2cb5b2e0, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 976ecfa1-ad2e-4e9a-a3b4-e643e0564a57, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 976ecfa1-ad2e-4e9a-a3b4-e643e0564a57, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17386669602680678045 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1738666960268067804517386669602680678045173866696026806780451738666960268067804517386669602680678045173866696026806780451738666960268067804517386669602680678045173866696026806780451738666960268067804517386669602680678045173866696026806780451738666960268067804517386669602680678045173866696026806780451738666960268067804517386669602680678045173866696026806780451738666960268067804517386669602680678045" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 16b5acd4-2f71-47e0-9334-027cc4dda7b9, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bdb483e2-263d-4cb0-8e15-df2e190530e0, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bdb483e2-263d-4cb0-8e15-df2e190530e0, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11521083907776406293 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1152108390777640629311521083907776406293115210839077764062931152108390777640629311521083907776406293115210839077764062931152108390777640629311521083907776406293115210839077764062931152108390777640629311521083907776406293115210839077764062931152108390777640629311521083907776406293115210839077764062931152108390777640629311521083907776406293115210839077764062931152108390777640629311521083907776406293" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 976ecfa1-ad2e-4e9a-a3b4-e643e0564a57, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 684270a7-0313-46aa-b5e2-0882f50b038e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 684270a7-0313-46aa-b5e2-0882f50b038e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13205376047605920997 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1320537604760592099713205376047605920997132053760476059209971320537604760592099713205376047605920997132053760476059209971320537604760592099713205376047605920997132053760476059209971320537604760592099713205376047605920997132053760476059209971320537604760592099713205376047605920997132053760476059209971320537604760592099713205376047605920997132053760476059209971320537604760592099713205376047605920997" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bdb483e2-263d-4cb0-8e15-df2e190530e0, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, af6daf0a-132c-4c8c-a347-ebd19d91fa8a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, af6daf0a-132c-4c8c-a347-ebd19d91fa8a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9580769676298556417 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95807696762985564179580769676298556417958076967629855641795807696762985564179580769676298556417958076967629855641795807696762985564179580769676298556417958076967629855641795807696762985564179580769676298556417958076967629855641795807696762985564179580769676298556417958076967629855641795807696762985564179580769676298556417958076967629855641795807696762985564179580769676298556417" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 684270a7-0313-46aa-b5e2-0882f50b038e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 56ad4512-1a61-4f84-bc78-ca3097cff180, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 56ad4512-1a61-4f84-bc78-ca3097cff180, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 233082128453799903 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "233082128453799903233082128453799903233082128453799903233082128453799903233082128453799903233082128453799903233082128453799903233082128453799903233082128453799903233082128453799903233082128453799903233082128453799903233082128453799903233082128453799903233082128453799903233082128453799903233082128453799903233082128453799903233082128453799903233082128453799903" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, af6daf0a-132c-4c8c-a347-ebd19d91fa8a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8501871e-836a-493c-86a2-8c45bb71b4ce, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8501871e-836a-493c-86a2-8c45bb71b4ce, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16825429441051489316 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1682542944105148931616825429441051489316168254294410514893161682542944105148931616825429441051489316168254294410514893161682542944105148931616825429441051489316168254294410514893161682542944105148931616825429441051489316168254294410514893161682542944105148931616825429441051489316168254294410514893161682542944105148931616825429441051489316168254294410514893161682542944105148931616825429441051489316" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8501871e-836a-493c-86a2-8c45bb71b4ce, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cd635b54-659b-4623-a236-328d2bda27ac, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cd635b54-659b-4623-a236-328d2bda27ac, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12280143755122231392 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1228014375512223139212280143755122231392122801437551222313921228014375512223139212280143755122231392122801437551222313921228014375512223139212280143755122231392122801437551222313921228014375512223139212280143755122231392122801437551222313921228014375512223139212280143755122231392122801437551222313921228014375512223139212280143755122231392122801437551222313921228014375512223139212280143755122231392" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 56ad4512-1a61-4f84-bc78-ca3097cff180, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d88935cb-781c-4d47-99a8-bf7bf49d5533, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d88935cb-781c-4d47-99a8-bf7bf49d5533, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11719792283789519586 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1171979228378951958611719792283789519586117197922837895195861171979228378951958611719792283789519586117197922837895195861171979228378951958611719792283789519586117197922837895195861171979228378951958611719792283789519586117197922837895195861171979228378951958611719792283789519586117197922837895195861171979228378951958611719792283789519586117197922837895195861171979228378951958611719792283789519586" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cd635b54-659b-4623-a236-328d2bda27ac, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8d72f6df-c757-46ce-91e9-722ace0050f2, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8d72f6df-c757-46ce-91e9-722ace0050f2, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11226424560766218050 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1122642456076621805011226424560766218050112264245607662180501122642456076621805011226424560766218050112264245607662180501122642456076621805011226424560766218050112264245607662180501122642456076621805011226424560766218050112264245607662180501122642456076621805011226424560766218050112264245607662180501122642456076621805011226424560766218050112264245607662180501122642456076621805011226424560766218050" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d88935cb-781c-4d47-99a8-bf7bf49d5533, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 884b8857-0323-4554-8a9d-3000c1ad86b7, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 884b8857-0323-4554-8a9d-3000c1ad86b7, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2655025493909259677 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26550254939092596772655025493909259677265502549390925967726550254939092596772655025493909259677265502549390925967726550254939092596772655025493909259677265502549390925967726550254939092596772655025493909259677265502549390925967726550254939092596772655025493909259677265502549390925967726550254939092596772655025493909259677265502549390925967726550254939092596772655025493909259677" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8d72f6df-c757-46ce-91e9-722ace0050f2, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f8066a88-b933-4427-90ea-127849251b52, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f8066a88-b933-4427-90ea-127849251b52, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5128610863812023869 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51286108638120238695128610863812023869512861086381202386951286108638120238695128610863812023869512861086381202386951286108638120238695128610863812023869512861086381202386951286108638120238695128610863812023869512861086381202386951286108638120238695128610863812023869512861086381202386951286108638120238695128610863812023869512861086381202386951286108638120238695128610863812023869" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 884b8857-0323-4554-8a9d-3000c1ad86b7, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a46698cf-d4a4-4e87-aa56-29118142c737, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a46698cf-d4a4-4e87-aa56-29118142c737, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6255838619585375891 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62558386195853758916255838619585375891625583861958537589162558386195853758916255838619585375891625583861958537589162558386195853758916255838619585375891625583861958537589162558386195853758916255838619585375891625583861958537589162558386195853758916255838619585375891625583861958537589162558386195853758916255838619585375891625583861958537589162558386195853758916255838619585375891" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f8066a88-b933-4427-90ea-127849251b52, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 30ce64df-fcf5-40b1-b8d9-d667ada463d6, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 30ce64df-fcf5-40b1-b8d9-d667ada463d6, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9829857441647145389 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98298574416471453899829857441647145389982985744164714538998298574416471453899829857441647145389982985744164714538998298574416471453899829857441647145389982985744164714538998298574416471453899829857441647145389982985744164714538998298574416471453899829857441647145389982985744164714538998298574416471453899829857441647145389982985744164714538998298574416471453899829857441647145389" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a46698cf-d4a4-4e87-aa56-29118142c737, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6d537525-5f6d-4e6a-97fb-cd20fe0daf6b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 30ce64df-fcf5-40b1-b8d9-d667ada463d6, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6d537525-5f6d-4e6a-97fb-cd20fe0daf6b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2514829386670175960 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25148293866701759602514829386670175960251482938667017596025148293866701759602514829386670175960251482938667017596025148293866701759602514829386670175960251482938667017596025148293866701759602514829386670175960251482938667017596025148293866701759602514829386670175960251482938667017596025148293866701759602514829386670175960251482938667017596025148293866701759602514829386670175960" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ddf1555e-d120-446e-9cca-6f929bb4e342, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ddf1555e-d120-446e-9cca-6f929bb4e342, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13586757847317151508 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1358675784731715150813586757847317151508135867578473171515081358675784731715150813586757847317151508135867578473171515081358675784731715150813586757847317151508135867578473171515081358675784731715150813586757847317151508135867578473171515081358675784731715150813586757847317151508135867578473171515081358675784731715150813586757847317151508135867578473171515081358675784731715150813586757847317151508" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6d537525-5f6d-4e6a-97fb-cd20fe0daf6b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1a4cdc3e-46b3-437f-bb87-1d24ad73160d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1a4cdc3e-46b3-437f-bb87-1d24ad73160d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 640517002076741493 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "640517002076741493640517002076741493640517002076741493640517002076741493640517002076741493640517002076741493640517002076741493640517002076741493640517002076741493640517002076741493640517002076741493640517002076741493640517002076741493640517002076741493640517002076741493640517002076741493640517002076741493640517002076741493640517002076741493640517002076741493" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1a4cdc3e-46b3-437f-bb87-1d24ad73160d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a9345654-1aef-4ff1-a714-555465fd5ff5, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a9345654-1aef-4ff1-a714-555465fd5ff5, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11169888062988030209 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1116988806298803020911169888062988030209111698880629880302091116988806298803020911169888062988030209111698880629880302091116988806298803020911169888062988030209111698880629880302091116988806298803020911169888062988030209111698880629880302091116988806298803020911169888062988030209111698880629880302091116988806298803020911169888062988030209111698880629880302091116988806298803020911169888062988030209" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a9345654-1aef-4ff1-a714-555465fd5ff5, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3b2d4b25-3368-4e93-8658-e6831ebbb122, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3b2d4b25-3368-4e93-8658-e6831ebbb122, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5906744215211855456 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59067442152118554565906744215211855456590674421521185545659067442152118554565906744215211855456590674421521185545659067442152118554565906744215211855456590674421521185545659067442152118554565906744215211855456590674421521185545659067442152118554565906744215211855456590674421521185545659067442152118554565906744215211855456590674421521185545659067442152118554565906744215211855456" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ddf1555e-d120-446e-9cca-6f929bb4e342, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ad1e6f57-9808-4714-bc56-b28ce3d90bbf, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ad1e6f57-9808-4714-bc56-b28ce3d90bbf, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12538202798499504841 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1253820279849950484112538202798499504841125382027984995048411253820279849950484112538202798499504841125382027984995048411253820279849950484112538202798499504841125382027984995048411253820279849950484112538202798499504841125382027984995048411253820279849950484112538202798499504841125382027984995048411253820279849950484112538202798499504841125382027984995048411253820279849950484112538202798499504841" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3b2d4b25-3368-4e93-8658-e6831ebbb122, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, aa4f7ca3-0f49-4b04-a5be-97ad4f20d4f4, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ad1e6f57-9808-4714-bc56-b28ce3d90bbf, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 299aeb88-b22e-4fb6-9661-f0cf07e8ae3c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 299aeb88-b22e-4fb6-9661-f0cf07e8ae3c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13001667085047319239 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1300166708504731923913001667085047319239130016670850473192391300166708504731923913001667085047319239130016670850473192391300166708504731923913001667085047319239130016670850473192391300166708504731923913001667085047319239130016670850473192391300166708504731923913001667085047319239130016670850473192391300166708504731923913001667085047319239130016670850473192391300166708504731923913001667085047319239" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aa4f7ca3-0f49-4b04-a5be-97ad4f20d4f4, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17706658031001162164 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1770665803100116216417706658031001162164177066580310011621641770665803100116216417706658031001162164177066580310011621641770665803100116216417706658031001162164177066580310011621641770665803100116216417706658031001162164177066580310011621641770665803100116216417706658031001162164177066580310011621641770665803100116216417706658031001162164177066580310011621641770665803100116216417706658031001162164" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 299aeb88-b22e-4fb6-9661-f0cf07e8ae3c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2a612681-068b-4de5-b749-90a3503267f5, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2a612681-068b-4de5-b749-90a3503267f5, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11305267988386792287 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1130526798838679228711305267988386792287113052679883867922871130526798838679228711305267988386792287113052679883867922871130526798838679228711305267988386792287113052679883867922871130526798838679228711305267988386792287113052679883867922871130526798838679228711305267988386792287113052679883867922871130526798838679228711305267988386792287113052679883867922871130526798838679228711305267988386792287" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aa4f7ca3-0f49-4b04-a5be-97ad4f20d4f4, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0890942f-840b-4e2f-81a6-08f1cc73758f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0890942f-840b-4e2f-81a6-08f1cc73758f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1199877946289324888 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11998779462893248881199877946289324888119987794628932488811998779462893248881199877946289324888119987794628932488811998779462893248881199877946289324888119987794628932488811998779462893248881199877946289324888119987794628932488811998779462893248881199877946289324888119987794628932488811998779462893248881199877946289324888119987794628932488811998779462893248881199877946289324888" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2a612681-068b-4de5-b749-90a3503267f5, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b0953709-7d5d-4dfb-af76-57f1c884bef5, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b0953709-7d5d-4dfb-af76-57f1c884bef5, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4596809337969072943 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45968093379690729434596809337969072943459680933796907294345968093379690729434596809337969072943459680933796907294345968093379690729434596809337969072943459680933796907294345968093379690729434596809337969072943459680933796907294345968093379690729434596809337969072943459680933796907294345968093379690729434596809337969072943459680933796907294345968093379690729434596809337969072943" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0890942f-840b-4e2f-81a6-08f1cc73758f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a8889206-0850-4fb4-b440-3b77974afdc1, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a8889206-0850-4fb4-b440-3b77974afdc1, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1735207094512646298 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17352070945126462981735207094512646298173520709451264629817352070945126462981735207094512646298173520709451264629817352070945126462981735207094512646298173520709451264629817352070945126462981735207094512646298173520709451264629817352070945126462981735207094512646298173520709451264629817352070945126462981735207094512646298173520709451264629817352070945126462981735207094512646298" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b0953709-7d5d-4dfb-af76-57f1c884bef5, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 02cfe486-a129-418d-972b-775273d44d7d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 02cfe486-a129-418d-972b-775273d44d7d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4027460793481053662 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40274607934810536624027460793481053662402746079348105366240274607934810536624027460793481053662402746079348105366240274607934810536624027460793481053662402746079348105366240274607934810536624027460793481053662402746079348105366240274607934810536624027460793481053662402746079348105366240274607934810536624027460793481053662402746079348105366240274607934810536624027460793481053662" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a8889206-0850-4fb4-b440-3b77974afdc1, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f7aeb91f-8bda-46a3-af70-ae29ad43aaa2, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f7aeb91f-8bda-46a3-af70-ae29ad43aaa2, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3113190558541274774 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31131905585412747743113190558541274774311319055854127477431131905585412747743113190558541274774311319055854127477431131905585412747743113190558541274774311319055854127477431131905585412747743113190558541274774311319055854127477431131905585412747743113190558541274774311319055854127477431131905585412747743113190558541274774311319055854127477431131905585412747743113190558541274774" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 02cfe486-a129-418d-972b-775273d44d7d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7ae4690a-8a00-4479-b313-7cb8ba7605a9, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7ae4690a-8a00-4479-b313-7cb8ba7605a9, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16776441599070630644 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1677644159907063064416776441599070630644167764415990706306441677644159907063064416776441599070630644167764415990706306441677644159907063064416776441599070630644167764415990706306441677644159907063064416776441599070630644167764415990706306441677644159907063064416776441599070630644167764415990706306441677644159907063064416776441599070630644167764415990706306441677644159907063064416776441599070630644" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f7aeb91f-8bda-46a3-af70-ae29ad43aaa2, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c6de9e6b-0efd-41e4-9679-4452507bf644, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c6de9e6b-0efd-41e4-9679-4452507bf644, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16611278159213564053 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1661127815921356405316611278159213564053166112781592135640531661127815921356405316611278159213564053166112781592135640531661127815921356405316611278159213564053166112781592135640531661127815921356405316611278159213564053166112781592135640531661127815921356405316611278159213564053166112781592135640531661127815921356405316611278159213564053166112781592135640531661127815921356405316611278159213564053" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7ae4690a-8a00-4479-b313-7cb8ba7605a9, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 68379260-5998-444c-95fe-439d002c01f7, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 68379260-5998-444c-95fe-439d002c01f7, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 579398234589902758 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "579398234589902758579398234589902758579398234589902758579398234589902758579398234589902758579398234589902758579398234589902758579398234589902758579398234589902758579398234589902758579398234589902758579398234589902758579398234589902758579398234589902758579398234589902758579398234589902758579398234589902758579398234589902758579398234589902758579398234589902758" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c6de9e6b-0efd-41e4-9679-4452507bf644, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 15f42d1a-382d-441a-a6aa-2916c0f052fd, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 15f42d1a-382d-441a-a6aa-2916c0f052fd, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1668082327031264078 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16680823270312640781668082327031264078166808232703126407816680823270312640781668082327031264078166808232703126407816680823270312640781668082327031264078166808232703126407816680823270312640781668082327031264078166808232703126407816680823270312640781668082327031264078166808232703126407816680823270312640781668082327031264078166808232703126407816680823270312640781668082327031264078" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 68379260-5998-444c-95fe-439d002c01f7, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2b9162f7-ef4b-47c6-aa33-4150530a2d89, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2b9162f7-ef4b-47c6-aa33-4150530a2d89, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11505780368407870961 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1150578036840787096111505780368407870961115057803684078709611150578036840787096111505780368407870961115057803684078709611150578036840787096111505780368407870961115057803684078709611150578036840787096111505780368407870961115057803684078709611150578036840787096111505780368407870961115057803684078709611150578036840787096111505780368407870961115057803684078709611150578036840787096111505780368407870961" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 15f42d1a-382d-441a-a6aa-2916c0f052fd, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6684d648-53ab-4bf2-90eb-85fc4c253b70, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6684d648-53ab-4bf2-90eb-85fc4c253b70, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17500042526853776067 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1750004252685377606717500042526853776067175000425268537760671750004252685377606717500042526853776067175000425268537760671750004252685377606717500042526853776067175000425268537760671750004252685377606717500042526853776067175000425268537760671750004252685377606717500042526853776067175000425268537760671750004252685377606717500042526853776067175000425268537760671750004252685377606717500042526853776067" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2b9162f7-ef4b-47c6-aa33-4150530a2d89, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e9a343f5-84b8-41ab-8e2f-87c2bc0da8ba, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e9a343f5-84b8-41ab-8e2f-87c2bc0da8ba, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3922164758582439723 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39221647585824397233922164758582439723392216475858243972339221647585824397233922164758582439723392216475858243972339221647585824397233922164758582439723392216475858243972339221647585824397233922164758582439723392216475858243972339221647585824397233922164758582439723392216475858243972339221647585824397233922164758582439723392216475858243972339221647585824397233922164758582439723" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6684d648-53ab-4bf2-90eb-85fc4c253b70, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cef872e3-22b1-40d7-978e-8d1868270050, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cef872e3-22b1-40d7-978e-8d1868270050, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18036258349681138203 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1803625834968113820318036258349681138203180362583496811382031803625834968113820318036258349681138203180362583496811382031803625834968113820318036258349681138203180362583496811382031803625834968113820318036258349681138203180362583496811382031803625834968113820318036258349681138203180362583496811382031803625834968113820318036258349681138203180362583496811382031803625834968113820318036258349681138203" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e9a343f5-84b8-41ab-8e2f-87c2bc0da8ba, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2cc2b741-1bf4-46f6-a836-c60c8194445e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cef872e3-22b1-40d7-978e-8d1868270050, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2cc2b741-1bf4-46f6-a836-c60c8194445e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 710066967957784384 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "710066967957784384710066967957784384710066967957784384710066967957784384710066967957784384710066967957784384710066967957784384710066967957784384710066967957784384710066967957784384710066967957784384710066967957784384710066967957784384710066967957784384710066967957784384710066967957784384710066967957784384710066967957784384710066967957784384710066967957784384" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c3924e18-c4e5-4784-a77d-9269e3275cce, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c3924e18-c4e5-4784-a77d-9269e3275cce, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12221268398138247286 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1222126839813824728612221268398138247286122212683981382472861222126839813824728612221268398138247286122212683981382472861222126839813824728612221268398138247286122212683981382472861222126839813824728612221268398138247286122212683981382472861222126839813824728612221268398138247286122212683981382472861222126839813824728612221268398138247286122212683981382472861222126839813824728612221268398138247286" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2cc2b741-1bf4-46f6-a836-c60c8194445e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e20ba1ed-27ad-4bb0-926e-9da7f70203ff, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e20ba1ed-27ad-4bb0-926e-9da7f70203ff, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3430551806825604350 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34305518068256043503430551806825604350343055180682560435034305518068256043503430551806825604350343055180682560435034305518068256043503430551806825604350343055180682560435034305518068256043503430551806825604350343055180682560435034305518068256043503430551806825604350343055180682560435034305518068256043503430551806825604350343055180682560435034305518068256043503430551806825604350" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c3924e18-c4e5-4784-a77d-9269e3275cce, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d397594b-a884-4e60-acf7-f5916b2cc955, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d397594b-a884-4e60-acf7-f5916b2cc955, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7246787828771434799 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72467878287714347997246787828771434799724678782877143479972467878287714347997246787828771434799724678782877143479972467878287714347997246787828771434799724678782877143479972467878287714347997246787828771434799724678782877143479972467878287714347997246787828771434799724678782877143479972467878287714347997246787828771434799724678782877143479972467878287714347997246787828771434799" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e20ba1ed-27ad-4bb0-926e-9da7f70203ff, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dbfa3a3f-f0fd-411d-9a53-f44990a5c41c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dbfa3a3f-f0fd-411d-9a53-f44990a5c41c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1412603109370454408 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14126031093704544081412603109370454408141260310937045440814126031093704544081412603109370454408141260310937045440814126031093704544081412603109370454408141260310937045440814126031093704544081412603109370454408141260310937045440814126031093704544081412603109370454408141260310937045440814126031093704544081412603109370454408141260310937045440814126031093704544081412603109370454408" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d397594b-a884-4e60-acf7-f5916b2cc955, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ea97b2d1-d4f6-441d-846f-e27b834550c1, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ea97b2d1-d4f6-441d-846f-e27b834550c1, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11744765419063565306 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1174476541906356530611744765419063565306117447654190635653061174476541906356530611744765419063565306117447654190635653061174476541906356530611744765419063565306117447654190635653061174476541906356530611744765419063565306117447654190635653061174476541906356530611744765419063565306117447654190635653061174476541906356530611744765419063565306117447654190635653061174476541906356530611744765419063565306" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dbfa3a3f-f0fd-411d-9a53-f44990a5c41c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 98eff098-50bf-4567-b749-62e816587d14, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 98eff098-50bf-4567-b749-62e816587d14, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13273420938917790264 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1327342093891779026413273420938917790264132734209389177902641327342093891779026413273420938917790264132734209389177902641327342093891779026413273420938917790264132734209389177902641327342093891779026413273420938917790264132734209389177902641327342093891779026413273420938917790264132734209389177902641327342093891779026413273420938917790264132734209389177902641327342093891779026413273420938917790264" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ea97b2d1-d4f6-441d-846f-e27b834550c1, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, deef22de-6488-48d1-b321-97dcfc90a37d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, deef22de-6488-48d1-b321-97dcfc90a37d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 957634596912992584 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "957634596912992584957634596912992584957634596912992584957634596912992584957634596912992584957634596912992584957634596912992584957634596912992584957634596912992584957634596912992584957634596912992584957634596912992584957634596912992584957634596912992584957634596912992584957634596912992584957634596912992584957634596912992584957634596912992584957634596912992584" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 98eff098-50bf-4567-b749-62e816587d14, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0103d85c-ee4f-478a-911f-a5844b082267, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0103d85c-ee4f-478a-911f-a5844b082267, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9042676179532505158 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90426761795325051589042676179532505158904267617953250515890426761795325051589042676179532505158904267617953250515890426761795325051589042676179532505158904267617953250515890426761795325051589042676179532505158904267617953250515890426761795325051589042676179532505158904267617953250515890426761795325051589042676179532505158904267617953250515890426761795325051589042676179532505158" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, deef22de-6488-48d1-b321-97dcfc90a37d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a1358d11-522f-4674-b4fc-423e664474de, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a1358d11-522f-4674-b4fc-423e664474de, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15077309588098415662 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1507730958809841566215077309588098415662150773095880984156621507730958809841566215077309588098415662150773095880984156621507730958809841566215077309588098415662150773095880984156621507730958809841566215077309588098415662150773095880984156621507730958809841566215077309588098415662150773095880984156621507730958809841566215077309588098415662150773095880984156621507730958809841566215077309588098415662" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0103d85c-ee4f-478a-911f-a5844b082267, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 46b81e22-7bff-4373-9a91-acf3b2be64ef, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 46b81e22-7bff-4373-9a91-acf3b2be64ef, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17661763417890683369 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1766176341789068336917661763417890683369176617634178906833691766176341789068336917661763417890683369176617634178906833691766176341789068336917661763417890683369176617634178906833691766176341789068336917661763417890683369176617634178906833691766176341789068336917661763417890683369176617634178906833691766176341789068336917661763417890683369176617634178906833691766176341789068336917661763417890683369" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a1358d11-522f-4674-b4fc-423e664474de, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 36c1904a-5f19-4678-801b-d42b603074be, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 36c1904a-5f19-4678-801b-d42b603074be, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4667608281108626845 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46676082811086268454667608281108626845466760828110862684546676082811086268454667608281108626845466760828110862684546676082811086268454667608281108626845466760828110862684546676082811086268454667608281108626845466760828110862684546676082811086268454667608281108626845466760828110862684546676082811086268454667608281108626845466760828110862684546676082811086268454667608281108626845" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 46b81e22-7bff-4373-9a91-acf3b2be64ef, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6696aefc-b18a-48a4-a37b-e9e5a3e83479, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 36c1904a-5f19-4678-801b-d42b603074be, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6696aefc-b18a-48a4-a37b-e9e5a3e83479, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5935309344165678199 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59353093441656781995935309344165678199593530934416567819959353093441656781995935309344165678199593530934416567819959353093441656781995935309344165678199593530934416567819959353093441656781995935309344165678199593530934416567819959353093441656781995935309344165678199593530934416567819959353093441656781995935309344165678199593530934416567819959353093441656781995935309344165678199" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f0ac42d9-4db1-4789-aa18-aa608b5b1b72, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f0ac42d9-4db1-4789-aa18-aa608b5b1b72, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11845506437916591460 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1184550643791659146011845506437916591460118455064379165914601184550643791659146011845506437916591460118455064379165914601184550643791659146011845506437916591460118455064379165914601184550643791659146011845506437916591460118455064379165914601184550643791659146011845506437916591460118455064379165914601184550643791659146011845506437916591460118455064379165914601184550643791659146011845506437916591460" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6696aefc-b18a-48a4-a37b-e9e5a3e83479, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2c7bbfdc-a06e-465c-8f74-fe01b508a92d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2c7bbfdc-a06e-465c-8f74-fe01b508a92d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12579220523337699152 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1257922052333769915212579220523337699152125792205233376991521257922052333769915212579220523337699152125792205233376991521257922052333769915212579220523337699152125792205233376991521257922052333769915212579220523337699152125792205233376991521257922052333769915212579220523337699152125792205233376991521257922052333769915212579220523337699152125792205233376991521257922052333769915212579220523337699152" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f0ac42d9-4db1-4789-aa18-aa608b5b1b72, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 571c6b62-da98-42e3-b74d-a35c5945e059, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 571c6b62-da98-42e3-b74d-a35c5945e059, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3764603344711230329 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37646033447112303293764603344711230329376460334471123032937646033447112303293764603344711230329376460334471123032937646033447112303293764603344711230329376460334471123032937646033447112303293764603344711230329376460334471123032937646033447112303293764603344711230329376460334471123032937646033447112303293764603344711230329376460334471123032937646033447112303293764603344711230329" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2c7bbfdc-a06e-465c-8f74-fe01b508a92d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 387a3720-897f-4b2f-9653-0f5b32d7bc9c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 387a3720-897f-4b2f-9653-0f5b32d7bc9c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17597796789106108816 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1759779678910610881617597796789106108816175977967891061088161759779678910610881617597796789106108816175977967891061088161759779678910610881617597796789106108816175977967891061088161759779678910610881617597796789106108816175977967891061088161759779678910610881617597796789106108816175977967891061088161759779678910610881617597796789106108816175977967891061088161759779678910610881617597796789106108816" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 571c6b62-da98-42e3-b74d-a35c5945e059, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2e643fd0-f9fe-4d22-a5e0-22b262d65d46, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2e643fd0-f9fe-4d22-a5e0-22b262d65d46, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8072706968026764450 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80727069680267644508072706968026764450807270696802676445080727069680267644508072706968026764450807270696802676445080727069680267644508072706968026764450807270696802676445080727069680267644508072706968026764450807270696802676445080727069680267644508072706968026764450807270696802676445080727069680267644508072706968026764450807270696802676445080727069680267644508072706968026764450" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 387a3720-897f-4b2f-9653-0f5b32d7bc9c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ac3e43bc-c2d7-4c7d-8c43-5af8619f609e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2e643fd0-f9fe-4d22-a5e0-22b262d65d46, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 867c783a-bf40-42c3-896e-9f9706b14a5b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 867c783a-bf40-42c3-896e-9f9706b14a5b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2027748709983446027 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20277487099834460272027748709983446027202774870998344602720277487099834460272027748709983446027202774870998344602720277487099834460272027748709983446027202774870998344602720277487099834460272027748709983446027202774870998344602720277487099834460272027748709983446027202774870998344602720277487099834460272027748709983446027202774870998344602720277487099834460272027748709983446027" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ac3e43bc-c2d7-4c7d-8c43-5af8619f609e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6019731567671687734 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60197315676716877346019731567671687734601973156767168773460197315676716877346019731567671687734601973156767168773460197315676716877346019731567671687734601973156767168773460197315676716877346019731567671687734601973156767168773460197315676716877346019731567671687734601973156767168773460197315676716877346019731567671687734601973156767168773460197315676716877346019731567671687734" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ac3e43bc-c2d7-4c7d-8c43-5af8619f609e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f850463b-7044-4213-829d-d40c2d260cc2, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f850463b-7044-4213-829d-d40c2d260cc2, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1983614237238198654 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19836142372381986541983614237238198654198361423723819865419836142372381986541983614237238198654198361423723819865419836142372381986541983614237238198654198361423723819865419836142372381986541983614237238198654198361423723819865419836142372381986541983614237238198654198361423723819865419836142372381986541983614237238198654198361423723819865419836142372381986541983614237238198654" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 867c783a-bf40-42c3-896e-9f9706b14a5b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, abee451b-0ef7-472e-83f2-9d39ee553f93, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, abee451b-0ef7-472e-83f2-9d39ee553f93, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7394801995266834826 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73948019952668348267394801995266834826739480199526683482673948019952668348267394801995266834826739480199526683482673948019952668348267394801995266834826739480199526683482673948019952668348267394801995266834826739480199526683482673948019952668348267394801995266834826739480199526683482673948019952668348267394801995266834826739480199526683482673948019952668348267394801995266834826" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f850463b-7044-4213-829d-d40c2d260cc2, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, aa343822-dee3-44ce-9fa8-acaec06d025e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aa343822-dee3-44ce-9fa8-acaec06d025e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11953162905257037322 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1195316290525703732211953162905257037322119531629052570373221195316290525703732211953162905257037322119531629052570373221195316290525703732211953162905257037322119531629052570373221195316290525703732211953162905257037322119531629052570373221195316290525703732211953162905257037322119531629052570373221195316290525703732211953162905257037322119531629052570373221195316290525703732211953162905257037322" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, abee451b-0ef7-472e-83f2-9d39ee553f93, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, eb1b0626-1eda-4bb1-a02d-6a22a5cfdfa8, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eb1b0626-1eda-4bb1-a02d-6a22a5cfdfa8, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5697047192040505431 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56970471920405054315697047192040505431569704719204050543156970471920405054315697047192040505431569704719204050543156970471920405054315697047192040505431569704719204050543156970471920405054315697047192040505431569704719204050543156970471920405054315697047192040505431569704719204050543156970471920405054315697047192040505431569704719204050543156970471920405054315697047192040505431" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aa343822-dee3-44ce-9fa8-acaec06d025e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 43993677-1713-4beb-b0c8-d6491de366f7, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 43993677-1713-4beb-b0c8-d6491de366f7, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2036892851982656269 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20368928519826562692036892851982656269203689285198265626920368928519826562692036892851982656269203689285198265626920368928519826562692036892851982656269203689285198265626920368928519826562692036892851982656269203689285198265626920368928519826562692036892851982656269203689285198265626920368928519826562692036892851982656269203689285198265626920368928519826562692036892851982656269" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eb1b0626-1eda-4bb1-a02d-6a22a5cfdfa8, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2e0429a5-db7d-4cb1-8909-a27d4e1c741f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2e0429a5-db7d-4cb1-8909-a27d4e1c741f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14877622678266648219 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1487762267826664821914877622678266648219148776226782666482191487762267826664821914877622678266648219148776226782666482191487762267826664821914877622678266648219148776226782666482191487762267826664821914877622678266648219148776226782666482191487762267826664821914877622678266648219148776226782666482191487762267826664821914877622678266648219148776226782666482191487762267826664821914877622678266648219" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 43993677-1713-4beb-b0c8-d6491de366f7, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, faae07bf-e3d9-44e4-8dbc-dc5bafd43d7e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, faae07bf-e3d9-44e4-8dbc-dc5bafd43d7e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15495600206206069452 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1549560020620606945215495600206206069452154956002062060694521549560020620606945215495600206206069452154956002062060694521549560020620606945215495600206206069452154956002062060694521549560020620606945215495600206206069452154956002062060694521549560020620606945215495600206206069452154956002062060694521549560020620606945215495600206206069452154956002062060694521549560020620606945215495600206206069452" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2e0429a5-db7d-4cb1-8909-a27d4e1c741f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bbf3ce20-1d45-4fc5-b1b7-e2860650307b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bbf3ce20-1d45-4fc5-b1b7-e2860650307b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17427915592115680429 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1742791559211568042917427915592115680429174279155921156804291742791559211568042917427915592115680429174279155921156804291742791559211568042917427915592115680429174279155921156804291742791559211568042917427915592115680429174279155921156804291742791559211568042917427915592115680429174279155921156804291742791559211568042917427915592115680429174279155921156804291742791559211568042917427915592115680429" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, faae07bf-e3d9-44e4-8dbc-dc5bafd43d7e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d5c06ce4-b7fd-4f79-adf0-5908ed4df874, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d5c06ce4-b7fd-4f79-adf0-5908ed4df874, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9528713960520224758 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95287139605202247589528713960520224758952871396052022475895287139605202247589528713960520224758952871396052022475895287139605202247589528713960520224758952871396052022475895287139605202247589528713960520224758952871396052022475895287139605202247589528713960520224758952871396052022475895287139605202247589528713960520224758952871396052022475895287139605202247589528713960520224758" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bbf3ce20-1d45-4fc5-b1b7-e2860650307b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9cdf7ea6-0959-44bb-a9de-8e2c0d7854f1, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9cdf7ea6-0959-44bb-a9de-8e2c0d7854f1, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7317004281080630194 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73170042810806301947317004281080630194731700428108063019473170042810806301947317004281080630194731700428108063019473170042810806301947317004281080630194731700428108063019473170042810806301947317004281080630194731700428108063019473170042810806301947317004281080630194731700428108063019473170042810806301947317004281080630194731700428108063019473170042810806301947317004281080630194" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d5c06ce4-b7fd-4f79-adf0-5908ed4df874, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7f2abe2e-528f-4f39-b331-3ae69ec4c728, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7f2abe2e-528f-4f39-b331-3ae69ec4c728, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6892494148558725658 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68924941485587256586892494148558725658689249414855872565868924941485587256586892494148558725658689249414855872565868924941485587256586892494148558725658689249414855872565868924941485587256586892494148558725658689249414855872565868924941485587256586892494148558725658689249414855872565868924941485587256586892494148558725658689249414855872565868924941485587256586892494148558725658" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7f2abe2e-528f-4f39-b331-3ae69ec4c728, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d28339d6-be19-410d-b425-c60aa4980d48, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9cdf7ea6-0959-44bb-a9de-8e2c0d7854f1, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d28339d6-be19-410d-b425-c60aa4980d48, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7518910565132536012 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75189105651325360127518910565132536012751891056513253601275189105651325360127518910565132536012751891056513253601275189105651325360127518910565132536012751891056513253601275189105651325360127518910565132536012751891056513253601275189105651325360127518910565132536012751891056513253601275189105651325360127518910565132536012751891056513253601275189105651325360127518910565132536012" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 93a88770-add4-4319-9f40-c4f3df578d3a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 93a88770-add4-4319-9f40-c4f3df578d3a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17749009051647563046 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1774900905164756304617749009051647563046177490090516475630461774900905164756304617749009051647563046177490090516475630461774900905164756304617749009051647563046177490090516475630461774900905164756304617749009051647563046177490090516475630461774900905164756304617749009051647563046177490090516475630461774900905164756304617749009051647563046177490090516475630461774900905164756304617749009051647563046" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d28339d6-be19-410d-b425-c60aa4980d48, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 93a88770-add4-4319-9f40-c4f3df578d3a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 823c8edf-a6d5-4ad2-8fc1-6d050d66449b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1d85348f-18e4-4f02-83ed-d53266e86b4b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1d85348f-18e4-4f02-83ed-d53266e86b4b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2200348875298294977 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22003488752982949772200348875298294977220034887529829497722003488752982949772200348875298294977220034887529829497722003488752982949772200348875298294977220034887529829497722003488752982949772200348875298294977220034887529829497722003488752982949772200348875298294977220034887529829497722003488752982949772200348875298294977220034887529829497722003488752982949772200348875298294977" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 823c8edf-a6d5-4ad2-8fc1-6d050d66449b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3428864929821132657 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34288649298211326573428864929821132657342886492982113265734288649298211326573428864929821132657342886492982113265734288649298211326573428864929821132657342886492982113265734288649298211326573428864929821132657342886492982113265734288649298211326573428864929821132657342886492982113265734288649298211326573428864929821132657342886492982113265734288649298211326573428864929821132657" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1d85348f-18e4-4f02-83ed-d53266e86b4b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 831b03a7-f58b-45d4-9c2b-f8ca20cc3506, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 831b03a7-f58b-45d4-9c2b-f8ca20cc3506, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14826725937507205634 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1482672593750720563414826725937507205634148267259375072056341482672593750720563414826725937507205634148267259375072056341482672593750720563414826725937507205634148267259375072056341482672593750720563414826725937507205634148267259375072056341482672593750720563414826725937507205634148267259375072056341482672593750720563414826725937507205634148267259375072056341482672593750720563414826725937507205634" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 823c8edf-a6d5-4ad2-8fc1-6d050d66449b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f9502c0b-d5e1-4890-9871-958713981ca6, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f9502c0b-d5e1-4890-9871-958713981ca6, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15246254659508652275 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1524625465950865227515246254659508652275152462546595086522751524625465950865227515246254659508652275152462546595086522751524625465950865227515246254659508652275152462546595086522751524625465950865227515246254659508652275152462546595086522751524625465950865227515246254659508652275152462546595086522751524625465950865227515246254659508652275152462546595086522751524625465950865227515246254659508652275" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 831b03a7-f58b-45d4-9c2b-f8ca20cc3506, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f322e1bb-d27a-4cb0-8841-fe3c42ccbcf9, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f322e1bb-d27a-4cb0-8841-fe3c42ccbcf9, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 324974940750160748 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "324974940750160748324974940750160748324974940750160748324974940750160748324974940750160748324974940750160748324974940750160748324974940750160748324974940750160748324974940750160748324974940750160748324974940750160748324974940750160748324974940750160748324974940750160748324974940750160748324974940750160748324974940750160748324974940750160748324974940750160748" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f9502c0b-d5e1-4890-9871-958713981ca6, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 13a9562d-2ef3-4661-9ab2-bbe445de235f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 13a9562d-2ef3-4661-9ab2-bbe445de235f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12602943634519704460 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1260294363451970446012602943634519704460126029436345197044601260294363451970446012602943634519704460126029436345197044601260294363451970446012602943634519704460126029436345197044601260294363451970446012602943634519704460126029436345197044601260294363451970446012602943634519704460126029436345197044601260294363451970446012602943634519704460126029436345197044601260294363451970446012602943634519704460" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f322e1bb-d27a-4cb0-8841-fe3c42ccbcf9, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3464aed5-08ca-4768-8223-f47ab988768c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3464aed5-08ca-4768-8223-f47ab988768c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12334130204636236673 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1233413020463623667312334130204636236673123341302046362366731233413020463623667312334130204636236673123341302046362366731233413020463623667312334130204636236673123341302046362366731233413020463623667312334130204636236673123341302046362366731233413020463623667312334130204636236673123341302046362366731233413020463623667312334130204636236673123341302046362366731233413020463623667312334130204636236673" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 13a9562d-2ef3-4661-9ab2-bbe445de235f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 42b71d10-aec5-46c3-8281-ebec6f49368b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 42b71d10-aec5-46c3-8281-ebec6f49368b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3683017827865604006 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36830178278656040063683017827865604006368301782786560400636830178278656040063683017827865604006368301782786560400636830178278656040063683017827865604006368301782786560400636830178278656040063683017827865604006368301782786560400636830178278656040063683017827865604006368301782786560400636830178278656040063683017827865604006368301782786560400636830178278656040063683017827865604006" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3464aed5-08ca-4768-8223-f47ab988768c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f7cb418b-4a56-4afe-8f1a-397ac12739c0, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f7cb418b-4a56-4afe-8f1a-397ac12739c0, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14908359794294423387 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1490835979429442338714908359794294423387149083597942944233871490835979429442338714908359794294423387149083597942944233871490835979429442338714908359794294423387149083597942944233871490835979429442338714908359794294423387149083597942944233871490835979429442338714908359794294423387149083597942944233871490835979429442338714908359794294423387149083597942944233871490835979429442338714908359794294423387" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 42b71d10-aec5-46c3-8281-ebec6f49368b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3387777c-54c3-42f9-a74d-d322e4259904, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3387777c-54c3-42f9-a74d-d322e4259904, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15286240222999188444 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1528624022299918844415286240222999188444152862402229991884441528624022299918844415286240222999188444152862402229991884441528624022299918844415286240222999188444152862402229991884441528624022299918844415286240222999188444152862402229991884441528624022299918844415286240222999188444152862402229991884441528624022299918844415286240222999188444152862402229991884441528624022299918844415286240222999188444" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f7cb418b-4a56-4afe-8f1a-397ac12739c0, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 188db4c5-8317-4106-8794-5dd638cf339c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 188db4c5-8317-4106-8794-5dd638cf339c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 339717922809049383 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "339717922809049383339717922809049383339717922809049383339717922809049383339717922809049383339717922809049383339717922809049383339717922809049383339717922809049383339717922809049383339717922809049383339717922809049383339717922809049383339717922809049383339717922809049383339717922809049383339717922809049383339717922809049383339717922809049383339717922809049383" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3387777c-54c3-42f9-a74d-d322e4259904, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bcd99754-9d67-4515-8d05-dfa6b53283a3, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bcd99754-9d67-4515-8d05-dfa6b53283a3, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5969651036614968614 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59696510366149686145969651036614968614596965103661496861459696510366149686145969651036614968614596965103661496861459696510366149686145969651036614968614596965103661496861459696510366149686145969651036614968614596965103661496861459696510366149686145969651036614968614596965103661496861459696510366149686145969651036614968614596965103661496861459696510366149686145969651036614968614" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 188db4c5-8317-4106-8794-5dd638cf339c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7aa64a66-68b6-481d-8d9c-e2b938eb8c79, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7aa64a66-68b6-481d-8d9c-e2b938eb8c79, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12761079504606077682 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1276107950460607768212761079504606077682127610795046060776821276107950460607768212761079504606077682127610795046060776821276107950460607768212761079504606077682127610795046060776821276107950460607768212761079504606077682127610795046060776821276107950460607768212761079504606077682127610795046060776821276107950460607768212761079504606077682127610795046060776821276107950460607768212761079504606077682" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bcd99754-9d67-4515-8d05-dfa6b53283a3, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6d8597f9-525f-47b3-8e1e-33befa1594a9, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6d8597f9-525f-47b3-8e1e-33befa1594a9, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8376388796744599669 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83763887967445996698376388796744599669837638879674459966983763887967445996698376388796744599669837638879674459966983763887967445996698376388796744599669837638879674459966983763887967445996698376388796744599669837638879674459966983763887967445996698376388796744599669837638879674459966983763887967445996698376388796744599669837638879674459966983763887967445996698376388796744599669" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7aa64a66-68b6-481d-8d9c-e2b938eb8c79, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 31d9a660-be3a-48e4-bf84-012d6ba17589, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 31d9a660-be3a-48e4-bf84-012d6ba17589, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4705367113900078166 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47053671139000781664705367113900078166470536711390007816647053671139000781664705367113900078166470536711390007816647053671139000781664705367113900078166470536711390007816647053671139000781664705367113900078166470536711390007816647053671139000781664705367113900078166470536711390007816647053671139000781664705367113900078166470536711390007816647053671139000781664705367113900078166" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6d8597f9-525f-47b3-8e1e-33befa1594a9, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 16c88a47-d4c2-41de-833c-0e61138d2686, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 31d9a660-be3a-48e4-bf84-012d6ba17589, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 16c88a47-d4c2-41de-833c-0e61138d2686, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8512001829612452979 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85120018296124529798512001829612452979851200182961245297985120018296124529798512001829612452979851200182961245297985120018296124529798512001829612452979851200182961245297985120018296124529798512001829612452979851200182961245297985120018296124529798512001829612452979851200182961245297985120018296124529798512001829612452979851200182961245297985120018296124529798512001829612452979" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d55d2615-fe48-49d7-8035-fcbb25f05cd7, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d55d2615-fe48-49d7-8035-fcbb25f05cd7, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2969443451386153416 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29694434513861534162969443451386153416296944345138615341629694434513861534162969443451386153416296944345138615341629694434513861534162969443451386153416296944345138615341629694434513861534162969443451386153416296944345138615341629694434513861534162969443451386153416296944345138615341629694434513861534162969443451386153416296944345138615341629694434513861534162969443451386153416" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 16c88a47-d4c2-41de-833c-0e61138d2686, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d55d2615-fe48-49d7-8035-fcbb25f05cd7, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 34aac3b8-c117-48f3-8244-783800f11e2b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ad622930-1bd5-4daf-b3a9-6b618176510f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 34aac3b8-c117-48f3-8244-783800f11e2b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7326677927278943852 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73266779272789438527326677927278943852732667792727894385273266779272789438527326677927278943852732667792727894385273266779272789438527326677927278943852732667792727894385273266779272789438527326677927278943852732667792727894385273266779272789438527326677927278943852732667792727894385273266779272789438527326677927278943852732667792727894385273266779272789438527326677927278943852" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ad622930-1bd5-4daf-b3a9-6b618176510f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6113386050805744051 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61133860508057440516113386050805744051611338605080574405161133860508057440516113386050805744051611338605080574405161133860508057440516113386050805744051611338605080574405161133860508057440516113386050805744051611338605080574405161133860508057440516113386050805744051611338605080574405161133860508057440516113386050805744051611338605080574405161133860508057440516113386050805744051" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 34aac3b8-c117-48f3-8244-783800f11e2b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 062b8f21-6f53-4408-b5ed-f37098c5a5f8, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ad622930-1bd5-4daf-b3a9-6b618176510f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 062b8f21-6f53-4408-b5ed-f37098c5a5f8, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9496703185111041950 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94967031851110419509496703185111041950949670318511104195094967031851110419509496703185111041950949670318511104195094967031851110419509496703185111041950949670318511104195094967031851110419509496703185111041950949670318511104195094967031851110419509496703185111041950949670318511104195094967031851110419509496703185111041950949670318511104195094967031851110419509496703185111041950" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9542f7f0-9944-4d98-9df0-abd67de93c14, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9542f7f0-9944-4d98-9df0-abd67de93c14, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 818174004922773738 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "818174004922773738818174004922773738818174004922773738818174004922773738818174004922773738818174004922773738818174004922773738818174004922773738818174004922773738818174004922773738818174004922773738818174004922773738818174004922773738818174004922773738818174004922773738818174004922773738818174004922773738818174004922773738818174004922773738818174004922773738" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 062b8f21-6f53-4408-b5ed-f37098c5a5f8, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cf0b0d90-207c-4139-a0db-3e8f99950f97, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cf0b0d90-207c-4139-a0db-3e8f99950f97, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13021822258048014055 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1302182225804801405513021822258048014055130218222580480140551302182225804801405513021822258048014055130218222580480140551302182225804801405513021822258048014055130218222580480140551302182225804801405513021822258048014055130218222580480140551302182225804801405513021822258048014055130218222580480140551302182225804801405513021822258048014055130218222580480140551302182225804801405513021822258048014055" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9542f7f0-9944-4d98-9df0-abd67de93c14, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7acbef48-2d86-429a-a462-8604edb00046, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7acbef48-2d86-429a-a462-8604edb00046, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16936398319777800469 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1693639831977780046916936398319777800469169363983197778004691693639831977780046916936398319777800469169363983197778004691693639831977780046916936398319777800469169363983197778004691693639831977780046916936398319777800469169363983197778004691693639831977780046916936398319777800469169363983197778004691693639831977780046916936398319777800469169363983197778004691693639831977780046916936398319777800469" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7acbef48-2d86-429a-a462-8604edb00046, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cf0b0d90-207c-4139-a0db-3e8f99950f97, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5da1a459-db40-488b-8916-eb939ba42816, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4c673368-1d3d-4b1f-b8e6-7036f21f1c28, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4c673368-1d3d-4b1f-b8e6-7036f21f1c28, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11209188784439709524 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1120918878443970952411209188784439709524112091887844397095241120918878443970952411209188784439709524112091887844397095241120918878443970952411209188784439709524112091887844397095241120918878443970952411209188784439709524112091887844397095241120918878443970952411209188784439709524112091887844397095241120918878443970952411209188784439709524112091887844397095241120918878443970952411209188784439709524" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5da1a459-db40-488b-8916-eb939ba42816, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16265225012458366569 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1626522501245836656916265225012458366569162652250124583665691626522501245836656916265225012458366569162652250124583665691626522501245836656916265225012458366569162652250124583665691626522501245836656916265225012458366569162652250124583665691626522501245836656916265225012458366569162652250124583665691626522501245836656916265225012458366569162652250124583665691626522501245836656916265225012458366569" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4c673368-1d3d-4b1f-b8e6-7036f21f1c28, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5da1a459-db40-488b-8916-eb939ba42816, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b7de0924-614b-48fe-8e9b-02d401dbac8f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b7de0924-614b-48fe-8e9b-02d401dbac8f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15497879702576698180 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1549787970257669818015497879702576698180154978797025766981801549787970257669818015497879702576698180154978797025766981801549787970257669818015497879702576698180154978797025766981801549787970257669818015497879702576698180154978797025766981801549787970257669818015497879702576698180154978797025766981801549787970257669818015497879702576698180154978797025766981801549787970257669818015497879702576698180" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, af7f4d9d-e6e8-4a6f-91fe-0c0665fbafa2, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, af7f4d9d-e6e8-4a6f-91fe-0c0665fbafa2, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5670060408886301101 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56700604088863011015670060408886301101567006040888630110156700604088863011015670060408886301101567006040888630110156700604088863011015670060408886301101567006040888630110156700604088863011015670060408886301101567006040888630110156700604088863011015670060408886301101567006040888630110156700604088863011015670060408886301101567006040888630110156700604088863011015670060408886301101" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b7de0924-614b-48fe-8e9b-02d401dbac8f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c7627475-8861-475f-b581-8fc6e4984337, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c7627475-8861-475f-b581-8fc6e4984337, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2916142759881252873 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29161427598812528732916142759881252873291614275988125287329161427598812528732916142759881252873291614275988125287329161427598812528732916142759881252873291614275988125287329161427598812528732916142759881252873291614275988125287329161427598812528732916142759881252873291614275988125287329161427598812528732916142759881252873291614275988125287329161427598812528732916142759881252873" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c7627475-8861-475f-b581-8fc6e4984337, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 258051ef-3798-469b-ace0-300ba8028f33, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 258051ef-3798-469b-ace0-300ba8028f33, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15949305875995507610 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1594930587599550761015949305875995507610159493058759955076101594930587599550761015949305875995507610159493058759955076101594930587599550761015949305875995507610159493058759955076101594930587599550761015949305875995507610159493058759955076101594930587599550761015949305875995507610159493058759955076101594930587599550761015949305875995507610159493058759955076101594930587599550761015949305875995507610" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 258051ef-3798-469b-ace0-300ba8028f33, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3dd92f5a-de16-4d3f-8b6e-41aa6fa64345, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3dd92f5a-de16-4d3f-8b6e-41aa6fa64345, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10496531942322567515 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1049653194232256751510496531942322567515104965319423225675151049653194232256751510496531942322567515104965319423225675151049653194232256751510496531942322567515104965319423225675151049653194232256751510496531942322567515104965319423225675151049653194232256751510496531942322567515104965319423225675151049653194232256751510496531942322567515104965319423225675151049653194232256751510496531942322567515" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, af7f4d9d-e6e8-4a6f-91fe-0c0665fbafa2, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 86d8d605-bd65-47e1-b737-3d5e5f322b80, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 86d8d605-bd65-47e1-b737-3d5e5f322b80, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17109682599207967047 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1710968259920796704717109682599207967047171096825992079670471710968259920796704717109682599207967047171096825992079670471710968259920796704717109682599207967047171096825992079670471710968259920796704717109682599207967047171096825992079670471710968259920796704717109682599207967047171096825992079670471710968259920796704717109682599207967047171096825992079670471710968259920796704717109682599207967047" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3dd92f5a-de16-4d3f-8b6e-41aa6fa64345, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 73a0537b-523b-4610-b601-1e428536f2ab, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 73a0537b-523b-4610-b601-1e428536f2ab, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8682084069449042441 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86820840694490424418682084069449042441868208406944904244186820840694490424418682084069449042441868208406944904244186820840694490424418682084069449042441868208406944904244186820840694490424418682084069449042441868208406944904244186820840694490424418682084069449042441868208406944904244186820840694490424418682084069449042441868208406944904244186820840694490424418682084069449042441" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 86d8d605-bd65-47e1-b737-3d5e5f322b80, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ebcef83a-c9c5-4ffd-b02d-5a91f7d2a214, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ebcef83a-c9c5-4ffd-b02d-5a91f7d2a214, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2576837129387744689 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25768371293877446892576837129387744689257683712938774468925768371293877446892576837129387744689257683712938774468925768371293877446892576837129387744689257683712938774468925768371293877446892576837129387744689257683712938774468925768371293877446892576837129387744689257683712938774468925768371293877446892576837129387744689257683712938774468925768371293877446892576837129387744689" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 73a0537b-523b-4610-b601-1e428536f2ab, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 58498bcb-1633-4ccf-ab8f-c45075ec6c3b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 58498bcb-1633-4ccf-ab8f-c45075ec6c3b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2079928833634255486 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20799288336342554862079928833634255486207992883363425548620799288336342554862079928833634255486207992883363425548620799288336342554862079928833634255486207992883363425548620799288336342554862079928833634255486207992883363425548620799288336342554862079928833634255486207992883363425548620799288336342554862079928833634255486207992883363425548620799288336342554862079928833634255486" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ebcef83a-c9c5-4ffd-b02d-5a91f7d2a214, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, eb50882a-bcbe-4270-9fb3-144a819a17e8, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eb50882a-bcbe-4270-9fb3-144a819a17e8, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4995650908469659570 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49956509084696595704995650908469659570499565090846965957049956509084696595704995650908469659570499565090846965957049956509084696595704995650908469659570499565090846965957049956509084696595704995650908469659570499565090846965957049956509084696595704995650908469659570499565090846965957049956509084696595704995650908469659570499565090846965957049956509084696595704995650908469659570" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 58498bcb-1633-4ccf-ab8f-c45075ec6c3b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6307ed11-8eb2-463f-887e-5df15c3a69d2, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6307ed11-8eb2-463f-887e-5df15c3a69d2, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4907903052163807945 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49079030521638079454907903052163807945490790305216380794549079030521638079454907903052163807945490790305216380794549079030521638079454907903052163807945490790305216380794549079030521638079454907903052163807945490790305216380794549079030521638079454907903052163807945490790305216380794549079030521638079454907903052163807945490790305216380794549079030521638079454907903052163807945" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eb50882a-bcbe-4270-9fb3-144a819a17e8, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b776ff18-1da3-46eb-a0f3-86dfc3ba3a9c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b776ff18-1da3-46eb-a0f3-86dfc3ba3a9c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8317828078551561699 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83178280785515616998317828078551561699831782807855156169983178280785515616998317828078551561699831782807855156169983178280785515616998317828078551561699831782807855156169983178280785515616998317828078551561699831782807855156169983178280785515616998317828078551561699831782807855156169983178280785515616998317828078551561699831782807855156169983178280785515616998317828078551561699" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6307ed11-8eb2-463f-887e-5df15c3a69d2, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3c17d470-8946-48f8-a7d5-734424a2da6d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3c17d470-8946-48f8-a7d5-734424a2da6d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16458882130683077599 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1645888213068307759916458882130683077599164588821306830775991645888213068307759916458882130683077599164588821306830775991645888213068307759916458882130683077599164588821306830775991645888213068307759916458882130683077599164588821306830775991645888213068307759916458882130683077599164588821306830775991645888213068307759916458882130683077599164588821306830775991645888213068307759916458882130683077599" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b776ff18-1da3-46eb-a0f3-86dfc3ba3a9c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, aaa83446-2075-4f4d-985f-6bd0f1717bc8, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aaa83446-2075-4f4d-985f-6bd0f1717bc8, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17554241406543845517 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1755424140654384551717554241406543845517175542414065438455171755424140654384551717554241406543845517175542414065438455171755424140654384551717554241406543845517175542414065438455171755424140654384551717554241406543845517175542414065438455171755424140654384551717554241406543845517175542414065438455171755424140654384551717554241406543845517175542414065438455171755424140654384551717554241406543845517" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3c17d470-8946-48f8-a7d5-734424a2da6d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e2aed713-619a-48ea-9692-ece91179fde7, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e2aed713-619a-48ea-9692-ece91179fde7, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2701758161366526000 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27017581613665260002701758161366526000270175816136652600027017581613665260002701758161366526000270175816136652600027017581613665260002701758161366526000270175816136652600027017581613665260002701758161366526000270175816136652600027017581613665260002701758161366526000270175816136652600027017581613665260002701758161366526000270175816136652600027017581613665260002701758161366526000" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aaa83446-2075-4f4d-985f-6bd0f1717bc8, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 39bde6ea-e611-49b0-871d-3d98d1bffd86, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 39bde6ea-e611-49b0-871d-3d98d1bffd86, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9920499708002902702 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99204997080029027029920499708002902702992049970800290270299204997080029027029920499708002902702992049970800290270299204997080029027029920499708002902702992049970800290270299204997080029027029920499708002902702992049970800290270299204997080029027029920499708002902702992049970800290270299204997080029027029920499708002902702992049970800290270299204997080029027029920499708002902702" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e2aed713-619a-48ea-9692-ece91179fde7, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a1fb6ebd-9faa-4765-8825-dcb9a5e385f2, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a1fb6ebd-9faa-4765-8825-dcb9a5e385f2, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15096629054289374517 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1509662905428937451715096629054289374517150966290542893745171509662905428937451715096629054289374517150966290542893745171509662905428937451715096629054289374517150966290542893745171509662905428937451715096629054289374517150966290542893745171509662905428937451715096629054289374517150966290542893745171509662905428937451715096629054289374517150966290542893745171509662905428937451715096629054289374517" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 39bde6ea-e611-49b0-871d-3d98d1bffd86, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0b91f14b-0aed-4675-852e-dc5131f9b28c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0b91f14b-0aed-4675-852e-dc5131f9b28c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15240076648008701038 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1524007664800870103815240076648008701038152400766480087010381524007664800870103815240076648008701038152400766480087010381524007664800870103815240076648008701038152400766480087010381524007664800870103815240076648008701038152400766480087010381524007664800870103815240076648008701038152400766480087010381524007664800870103815240076648008701038152400766480087010381524007664800870103815240076648008701038" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a1fb6ebd-9faa-4765-8825-dcb9a5e385f2, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b30cb285-52b3-4a61-ba37-212f1cce8b48, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b30cb285-52b3-4a61-ba37-212f1cce8b48, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7038166907678549764 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70381669076785497647038166907678549764703816690767854976470381669076785497647038166907678549764703816690767854976470381669076785497647038166907678549764703816690767854976470381669076785497647038166907678549764703816690767854976470381669076785497647038166907678549764703816690767854976470381669076785497647038166907678549764703816690767854976470381669076785497647038166907678549764" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0b91f14b-0aed-4675-852e-dc5131f9b28c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b30cb285-52b3-4a61-ba37-212f1cce8b48, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ccbba0fc-f6f3-4ae9-a5ca-4f49b10d6463, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6d965ce5-6696-45b1-97e2-ddef8207185b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6d965ce5-6696-45b1-97e2-ddef8207185b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12694836267947649808 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1269483626794764980812694836267947649808126948362679476498081269483626794764980812694836267947649808126948362679476498081269483626794764980812694836267947649808126948362679476498081269483626794764980812694836267947649808126948362679476498081269483626794764980812694836267947649808126948362679476498081269483626794764980812694836267947649808126948362679476498081269483626794764980812694836267947649808" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ccbba0fc-f6f3-4ae9-a5ca-4f49b10d6463, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16809353846092222938 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1680935384609222293816809353846092222938168093538460922229381680935384609222293816809353846092222938168093538460922229381680935384609222293816809353846092222938168093538460922229381680935384609222293816809353846092222938168093538460922229381680935384609222293816809353846092222938168093538460922229381680935384609222293816809353846092222938168093538460922229381680935384609222293816809353846092222938" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6d965ce5-6696-45b1-97e2-ddef8207185b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ccbba0fc-f6f3-4ae9-a5ca-4f49b10d6463, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 359b285e-050a-418e-b6c3-6bef43b906a9, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 18700ea2-6078-470a-b1d3-1956cdaca835, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 18700ea2-6078-470a-b1d3-1956cdaca835, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3492607618179796807 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34926076181797968073492607618179796807349260761817979680734926076181797968073492607618179796807349260761817979680734926076181797968073492607618179796807349260761817979680734926076181797968073492607618179796807349260761817979680734926076181797968073492607618179796807349260761817979680734926076181797968073492607618179796807349260761817979680734926076181797968073492607618179796807" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 359b285e-050a-418e-b6c3-6bef43b906a9, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18043795192595481874 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1804379519259548187418043795192595481874180437951925954818741804379519259548187418043795192595481874180437951925954818741804379519259548187418043795192595481874180437951925954818741804379519259548187418043795192595481874180437951925954818741804379519259548187418043795192595481874180437951925954818741804379519259548187418043795192595481874180437951925954818741804379519259548187418043795192595481874" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 18700ea2-6078-470a-b1d3-1956cdaca835, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bc05c431-dfb0-41d6-b94d-d6b78fd83cae, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bc05c431-dfb0-41d6-b94d-d6b78fd83cae, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 663851783383103883 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "663851783383103883663851783383103883663851783383103883663851783383103883663851783383103883663851783383103883663851783383103883663851783383103883663851783383103883663851783383103883663851783383103883663851783383103883663851783383103883663851783383103883663851783383103883663851783383103883663851783383103883663851783383103883663851783383103883663851783383103883" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 359b285e-050a-418e-b6c3-6bef43b906a9, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, eb182384-98ff-4e92-805d-dd0e409002a7, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eb182384-98ff-4e92-805d-dd0e409002a7, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17269587572284433336 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1726958757228443333617269587572284433336172695875722844333361726958757228443333617269587572284433336172695875722844333361726958757228443333617269587572284433336172695875722844333361726958757228443333617269587572284433336172695875722844333361726958757228443333617269587572284433336172695875722844333361726958757228443333617269587572284433336172695875722844333361726958757228443333617269587572284433336" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bc05c431-dfb0-41d6-b94d-d6b78fd83cae, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6aaf24f5-4f06-4a1e-87d0-2e5377e3ee2b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6aaf24f5-4f06-4a1e-87d0-2e5377e3ee2b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2338910645216992164 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23389106452169921642338910645216992164233891064521699216423389106452169921642338910645216992164233891064521699216423389106452169921642338910645216992164233891064521699216423389106452169921642338910645216992164233891064521699216423389106452169921642338910645216992164233891064521699216423389106452169921642338910645216992164233891064521699216423389106452169921642338910645216992164" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eb182384-98ff-4e92-805d-dd0e409002a7, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 229832a0-9bbe-4c42-9a7e-353342359647, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 229832a0-9bbe-4c42-9a7e-353342359647, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17912802085093033379 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1791280208509303337917912802085093033379179128020850930333791791280208509303337917912802085093033379179128020850930333791791280208509303337917912802085093033379179128020850930333791791280208509303337917912802085093033379179128020850930333791791280208509303337917912802085093033379179128020850930333791791280208509303337917912802085093033379179128020850930333791791280208509303337917912802085093033379" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6aaf24f5-4f06-4a1e-87d0-2e5377e3ee2b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1b5a6f8c-6f33-4925-a32d-f7869672edae, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1b5a6f8c-6f33-4925-a32d-f7869672edae, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4419085776519621079 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44190857765196210794419085776519621079441908577651962107944190857765196210794419085776519621079441908577651962107944190857765196210794419085776519621079441908577651962107944190857765196210794419085776519621079441908577651962107944190857765196210794419085776519621079441908577651962107944190857765196210794419085776519621079441908577651962107944190857765196210794419085776519621079" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 229832a0-9bbe-4c42-9a7e-353342359647, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 03a3dc04-bde3-4e2d-ae52-055d07a81ad5, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 03a3dc04-bde3-4e2d-ae52-055d07a81ad5, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3400008531188502216 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34000085311885022163400008531188502216340000853118850221634000085311885022163400008531188502216340000853118850221634000085311885022163400008531188502216340000853118850221634000085311885022163400008531188502216340000853118850221634000085311885022163400008531188502216340000853118850221634000085311885022163400008531188502216340000853118850221634000085311885022163400008531188502216" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1b5a6f8c-6f33-4925-a32d-f7869672edae, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ca3cc4e1-700b-4aae-bee8-2b03cdd58fbd, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ca3cc4e1-700b-4aae-bee8-2b03cdd58fbd, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13943673475985585299 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1394367347598558529913943673475985585299139436734759855852991394367347598558529913943673475985585299139436734759855852991394367347598558529913943673475985585299139436734759855852991394367347598558529913943673475985585299139436734759855852991394367347598558529913943673475985585299139436734759855852991394367347598558529913943673475985585299139436734759855852991394367347598558529913943673475985585299" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 03a3dc04-bde3-4e2d-ae52-055d07a81ad5, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cf4fa6f8-cd67-4f46-aa8d-4a7ce3a472f2, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ca3cc4e1-700b-4aae-bee8-2b03cdd58fbd, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 412311c9-418f-40b9-b97b-e8a9b625e5bf, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 412311c9-418f-40b9-b97b-e8a9b625e5bf, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11558092663026125372 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1155809266302612537211558092663026125372115580926630261253721155809266302612537211558092663026125372115580926630261253721155809266302612537211558092663026125372115580926630261253721155809266302612537211558092663026125372115580926630261253721155809266302612537211558092663026125372115580926630261253721155809266302612537211558092663026125372115580926630261253721155809266302612537211558092663026125372" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cf4fa6f8-cd67-4f46-aa8d-4a7ce3a472f2, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1210706339204384449 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12107063392043844491210706339204384449121070633920438444912107063392043844491210706339204384449121070633920438444912107063392043844491210706339204384449121070633920438444912107063392043844491210706339204384449121070633920438444912107063392043844491210706339204384449121070633920438444912107063392043844491210706339204384449121070633920438444912107063392043844491210706339204384449" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 412311c9-418f-40b9-b97b-e8a9b625e5bf, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b12bdc1c-95fb-40ec-9f11-c171cd45d3d3, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cf4fa6f8-cd67-4f46-aa8d-4a7ce3a472f2, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b12bdc1c-95fb-40ec-9f11-c171cd45d3d3, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12000126931288254229 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1200012693128825422912000126931288254229120001269312882542291200012693128825422912000126931288254229120001269312882542291200012693128825422912000126931288254229120001269312882542291200012693128825422912000126931288254229120001269312882542291200012693128825422912000126931288254229120001269312882542291200012693128825422912000126931288254229120001269312882542291200012693128825422912000126931288254229" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 842eaee8-1b83-4b43-a552-3ed9f7251644, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 842eaee8-1b83-4b43-a552-3ed9f7251644, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10099733018043981413 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1009973301804398141310099733018043981413100997330180439814131009973301804398141310099733018043981413100997330180439814131009973301804398141310099733018043981413100997330180439814131009973301804398141310099733018043981413100997330180439814131009973301804398141310099733018043981413100997330180439814131009973301804398141310099733018043981413100997330180439814131009973301804398141310099733018043981413" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b12bdc1c-95fb-40ec-9f11-c171cd45d3d3, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3639e1aa-cb2a-4c65-92b1-72322b1a23aa, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3639e1aa-cb2a-4c65-92b1-72322b1a23aa, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4129074764660149872 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41290747646601498724129074764660149872412907476466014987241290747646601498724129074764660149872412907476466014987241290747646601498724129074764660149872412907476466014987241290747646601498724129074764660149872412907476466014987241290747646601498724129074764660149872412907476466014987241290747646601498724129074764660149872412907476466014987241290747646601498724129074764660149872" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 842eaee8-1b83-4b43-a552-3ed9f7251644, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 91372feb-a3e3-42f4-af4a-a45016c64ce6, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 91372feb-a3e3-42f4-af4a-a45016c64ce6, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8308799826033321477 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83087998260333214778308799826033321477830879982603332147783087998260333214778308799826033321477830879982603332147783087998260333214778308799826033321477830879982603332147783087998260333214778308799826033321477830879982603332147783087998260333214778308799826033321477830879982603332147783087998260333214778308799826033321477830879982603332147783087998260333214778308799826033321477" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3639e1aa-cb2a-4c65-92b1-72322b1a23aa, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 91372feb-a3e3-42f4-af4a-a45016c64ce6, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cab918dd-8fda-4b4d-bc9e-5e7ef957ea57, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cab918dd-8fda-4b4d-bc9e-5e7ef957ea57, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4097928020771175530 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40979280207711755304097928020771175530409792802077117553040979280207711755304097928020771175530409792802077117553040979280207711755304097928020771175530409792802077117553040979280207711755304097928020771175530409792802077117553040979280207711755304097928020771175530409792802077117553040979280207711755304097928020771175530409792802077117553040979280207711755304097928020771175530" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f6adb972-5222-4503-952f-33f7203a5eab, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f6adb972-5222-4503-952f-33f7203a5eab, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3366756945588795734 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33667569455887957343366756945588795734336675694558879573433667569455887957343366756945588795734336675694558879573433667569455887957343366756945588795734336675694558879573433667569455887957343366756945588795734336675694558879573433667569455887957343366756945588795734336675694558879573433667569455887957343366756945588795734336675694558879573433667569455887957343366756945588795734" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cab918dd-8fda-4b4d-bc9e-5e7ef957ea57, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d69a13e8-9022-40bd-915b-03ad34d578d6, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d69a13e8-9022-40bd-915b-03ad34d578d6, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17976500346066689138 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1797650034606668913817976500346066689138179765003460666891381797650034606668913817976500346066689138179765003460666891381797650034606668913817976500346066689138179765003460666891381797650034606668913817976500346066689138179765003460666891381797650034606668913817976500346066689138179765003460666891381797650034606668913817976500346066689138179765003460666891381797650034606668913817976500346066689138" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f6adb972-5222-4503-952f-33f7203a5eab, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ebd6f246-0665-4753-86d2-a93439056f84, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ebd6f246-0665-4753-86d2-a93439056f84, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2515452067051504748 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25154520670515047482515452067051504748251545206705150474825154520670515047482515452067051504748251545206705150474825154520670515047482515452067051504748251545206705150474825154520670515047482515452067051504748251545206705150474825154520670515047482515452067051504748251545206705150474825154520670515047482515452067051504748251545206705150474825154520670515047482515452067051504748" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d69a13e8-9022-40bd-915b-03ad34d578d6, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, eaaa755a-f0d5-4d1d-81bd-e3940c89e1d1, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ebd6f246-0665-4753-86d2-a93439056f84, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 70fda03f-2087-4d1c-b698-fe75afafda1f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 70fda03f-2087-4d1c-b698-fe75afafda1f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13965072201600627014 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1396507220160062701413965072201600627014139650722016006270141396507220160062701413965072201600627014139650722016006270141396507220160062701413965072201600627014139650722016006270141396507220160062701413965072201600627014139650722016006270141396507220160062701413965072201600627014139650722016006270141396507220160062701413965072201600627014139650722016006270141396507220160062701413965072201600627014" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eaaa755a-f0d5-4d1d-81bd-e3940c89e1d1, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12495173089118827324 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1249517308911882732412495173089118827324124951730891188273241249517308911882732412495173089118827324124951730891188273241249517308911882732412495173089118827324124951730891188273241249517308911882732412495173089118827324124951730891188273241249517308911882732412495173089118827324124951730891188273241249517308911882732412495173089118827324124951730891188273241249517308911882732412495173089118827324" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 70fda03f-2087-4d1c-b698-fe75afafda1f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 603a4e1e-d800-4e05-ad07-0b16f45393d1, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eaaa755a-f0d5-4d1d-81bd-e3940c89e1d1, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 603a4e1e-d800-4e05-ad07-0b16f45393d1, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4826226083331223267 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48262260833312232674826226083331223267482622608333122326748262260833312232674826226083331223267482622608333122326748262260833312232674826226083331223267482622608333122326748262260833312232674826226083331223267482622608333122326748262260833312232674826226083331223267482622608333122326748262260833312232674826226083331223267482622608333122326748262260833312232674826226083331223267" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7fb676db-7411-430e-a97a-eadb526c0a00, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7fb676db-7411-430e-a97a-eadb526c0a00, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18379625139788927412 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1837962513978892741218379625139788927412183796251397889274121837962513978892741218379625139788927412183796251397889274121837962513978892741218379625139788927412183796251397889274121837962513978892741218379625139788927412183796251397889274121837962513978892741218379625139788927412183796251397889274121837962513978892741218379625139788927412183796251397889274121837962513978892741218379625139788927412" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 603a4e1e-d800-4e05-ad07-0b16f45393d1, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ff61de0f-3d9d-4ba5-9b64-7f0170f1506c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ff61de0f-3d9d-4ba5-9b64-7f0170f1506c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3280445398862733736 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32804453988627337363280445398862733736328044539886273373632804453988627337363280445398862733736328044539886273373632804453988627337363280445398862733736328044539886273373632804453988627337363280445398862733736328044539886273373632804453988627337363280445398862733736328044539886273373632804453988627337363280445398862733736328044539886273373632804453988627337363280445398862733736" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7fb676db-7411-430e-a97a-eadb526c0a00, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 656d19f1-451b-4f2d-92e6-194b83964548, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 656d19f1-451b-4f2d-92e6-194b83964548, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7653330964132577641 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76533309641325776417653330964132577641765333096413257764176533309641325776417653330964132577641765333096413257764176533309641325776417653330964132577641765333096413257764176533309641325776417653330964132577641765333096413257764176533309641325776417653330964132577641765333096413257764176533309641325776417653330964132577641765333096413257764176533309641325776417653330964132577641" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ff61de0f-3d9d-4ba5-9b64-7f0170f1506c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a0fa9a5f-0909-4e3e-afb6-0d2e71ebbdd0, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a0fa9a5f-0909-4e3e-afb6-0d2e71ebbdd0, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17316268395031830798 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1731626839503183079817316268395031830798173162683950318307981731626839503183079817316268395031830798173162683950318307981731626839503183079817316268395031830798173162683950318307981731626839503183079817316268395031830798173162683950318307981731626839503183079817316268395031830798173162683950318307981731626839503183079817316268395031830798173162683950318307981731626839503183079817316268395031830798" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 656d19f1-451b-4f2d-92e6-194b83964548, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c699aa7c-7aa5-4ff1-85f7-fef990df66b0, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c699aa7c-7aa5-4ff1-85f7-fef990df66b0, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15127005227883556160 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1512700522788355616015127005227883556160151270052278835561601512700522788355616015127005227883556160151270052278835561601512700522788355616015127005227883556160151270052278835561601512700522788355616015127005227883556160151270052278835561601512700522788355616015127005227883556160151270052278835561601512700522788355616015127005227883556160151270052278835561601512700522788355616015127005227883556160" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a0fa9a5f-0909-4e3e-afb6-0d2e71ebbdd0, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f25daf0a-404e-453b-9fd7-97119c36dfda, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c699aa7c-7aa5-4ff1-85f7-fef990df66b0, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 47681c44-2bb2-4c56-b247-7044859728c6, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 47681c44-2bb2-4c56-b247-7044859728c6, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17677188615739867951 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1767718861573986795117677188615739867951176771886157398679511767718861573986795117677188615739867951176771886157398679511767718861573986795117677188615739867951176771886157398679511767718861573986795117677188615739867951176771886157398679511767718861573986795117677188615739867951176771886157398679511767718861573986795117677188615739867951176771886157398679511767718861573986795117677188615739867951" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f25daf0a-404e-453b-9fd7-97119c36dfda, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 731328031975283865 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "731328031975283865731328031975283865731328031975283865731328031975283865731328031975283865731328031975283865731328031975283865731328031975283865731328031975283865731328031975283865731328031975283865731328031975283865731328031975283865731328031975283865731328031975283865731328031975283865731328031975283865731328031975283865731328031975283865731328031975283865" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f25daf0a-404e-453b-9fd7-97119c36dfda, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 12a5fcca-7647-4f4a-96a4-ca176eb72f1b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 12a5fcca-7647-4f4a-96a4-ca176eb72f1b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3471075171068129035 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34710751710681290353471075171068129035347107517106812903534710751710681290353471075171068129035347107517106812903534710751710681290353471075171068129035347107517106812903534710751710681290353471075171068129035347107517106812903534710751710681290353471075171068129035347107517106812903534710751710681290353471075171068129035347107517106812903534710751710681290353471075171068129035" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 47681c44-2bb2-4c56-b247-7044859728c6, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, aa65550b-b1c9-4f8d-bc50-9f755aaadda3, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aa65550b-b1c9-4f8d-bc50-9f755aaadda3, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7157247193937354513 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71572471939373545137157247193937354513715724719393735451371572471939373545137157247193937354513715724719393735451371572471939373545137157247193937354513715724719393735451371572471939373545137157247193937354513715724719393735451371572471939373545137157247193937354513715724719393735451371572471939373545137157247193937354513715724719393735451371572471939373545137157247193937354513" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 12a5fcca-7647-4f4a-96a4-ca176eb72f1b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3d56873b-8679-4105-8473-80c243f29986, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3d56873b-8679-4105-8473-80c243f29986, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16015218211860496623 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1601521821186049662316015218211860496623160152182118604966231601521821186049662316015218211860496623160152182118604966231601521821186049662316015218211860496623160152182118604966231601521821186049662316015218211860496623160152182118604966231601521821186049662316015218211860496623160152182118604966231601521821186049662316015218211860496623160152182118604966231601521821186049662316015218211860496623" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aa65550b-b1c9-4f8d-bc50-9f755aaadda3, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e6e390c4-968d-4065-92c0-3078411db4a4, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e6e390c4-968d-4065-92c0-3078411db4a4, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15056941102567371876 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1505694110256737187615056941102567371876150569411025673718761505694110256737187615056941102567371876150569411025673718761505694110256737187615056941102567371876150569411025673718761505694110256737187615056941102567371876150569411025673718761505694110256737187615056941102567371876150569411025673718761505694110256737187615056941102567371876150569411025673718761505694110256737187615056941102567371876" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3d56873b-8679-4105-8473-80c243f29986, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e6e390c4-968d-4065-92c0-3078411db4a4, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3b142448-bd74-40bb-b8fc-dbde2a9c3d66, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3b142448-bd74-40bb-b8fc-dbde2a9c3d66, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7620665524087950170 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76206655240879501707620665524087950170762066552408795017076206655240879501707620665524087950170762066552408795017076206655240879501707620665524087950170762066552408795017076206655240879501707620665524087950170762066552408795017076206655240879501707620665524087950170762066552408795017076206655240879501707620665524087950170762066552408795017076206655240879501707620665524087950170" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 81c0ccf5-626a-49dc-ac4f-bcb05aef6181, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 81c0ccf5-626a-49dc-ac4f-bcb05aef6181, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13611842430944097553 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1361184243094409755313611842430944097553136118424309440975531361184243094409755313611842430944097553136118424309440975531361184243094409755313611842430944097553136118424309440975531361184243094409755313611842430944097553136118424309440975531361184243094409755313611842430944097553136118424309440975531361184243094409755313611842430944097553136118424309440975531361184243094409755313611842430944097553" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3b142448-bd74-40bb-b8fc-dbde2a9c3d66, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 175624a0-6e07-4e50-8f3b-90b0543e8b91, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 175624a0-6e07-4e50-8f3b-90b0543e8b91, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15633107076401857301 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1563310707640185730115633107076401857301156331070764018573011563310707640185730115633107076401857301156331070764018573011563310707640185730115633107076401857301156331070764018573011563310707640185730115633107076401857301156331070764018573011563310707640185730115633107076401857301156331070764018573011563310707640185730115633107076401857301156331070764018573011563310707640185730115633107076401857301" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 81c0ccf5-626a-49dc-ac4f-bcb05aef6181, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 18c315cd-493f-405b-b5e7-d3e8f812480f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 18c315cd-493f-405b-b5e7-d3e8f812480f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15048751260152591491 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1504875126015259149115048751260152591491150487512601525914911504875126015259149115048751260152591491150487512601525914911504875126015259149115048751260152591491150487512601525914911504875126015259149115048751260152591491150487512601525914911504875126015259149115048751260152591491150487512601525914911504875126015259149115048751260152591491150487512601525914911504875126015259149115048751260152591491" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 175624a0-6e07-4e50-8f3b-90b0543e8b91, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 67da41e6-fe0b-4d6a-ae6c-00b5495cd636, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 18c315cd-493f-405b-b5e7-d3e8f812480f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2771ac01-1701-4be7-b0cd-94b3eea78646, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2771ac01-1701-4be7-b0cd-94b3eea78646, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12161821102789390349 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1216182110278939034912161821102789390349121618211027893903491216182110278939034912161821102789390349121618211027893903491216182110278939034912161821102789390349121618211027893903491216182110278939034912161821102789390349121618211027893903491216182110278939034912161821102789390349121618211027893903491216182110278939034912161821102789390349121618211027893903491216182110278939034912161821102789390349" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 67da41e6-fe0b-4d6a-ae6c-00b5495cd636, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 307320562646744147 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "307320562646744147307320562646744147307320562646744147307320562646744147307320562646744147307320562646744147307320562646744147307320562646744147307320562646744147307320562646744147307320562646744147307320562646744147307320562646744147307320562646744147307320562646744147307320562646744147307320562646744147307320562646744147307320562646744147307320562646744147" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2771ac01-1701-4be7-b0cd-94b3eea78646, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 67da41e6-fe0b-4d6a-ae6c-00b5495cd636, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a6907a9b-98dc-408f-8b54-ebb84fcc8c1b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 71d1a883-459b-4a3a-a090-ee6c3782f978, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 71d1a883-459b-4a3a-a090-ee6c3782f978, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7994307894154818460 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79943078941548184607994307894154818460799430789415481846079943078941548184607994307894154818460799430789415481846079943078941548184607994307894154818460799430789415481846079943078941548184607994307894154818460799430789415481846079943078941548184607994307894154818460799430789415481846079943078941548184607994307894154818460799430789415481846079943078941548184607994307894154818460" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a6907a9b-98dc-408f-8b54-ebb84fcc8c1b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2305473708203901920 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23054737082039019202305473708203901920230547370820390192023054737082039019202305473708203901920230547370820390192023054737082039019202305473708203901920230547370820390192023054737082039019202305473708203901920230547370820390192023054737082039019202305473708203901920230547370820390192023054737082039019202305473708203901920230547370820390192023054737082039019202305473708203901920" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 71d1a883-459b-4a3a-a090-ee6c3782f978, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d94162d6-0706-4085-b684-dea6ffcdd91b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a6907a9b-98dc-408f-8b54-ebb84fcc8c1b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d94162d6-0706-4085-b684-dea6ffcdd91b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18041339833455653340 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1804133983345565334018041339833455653340180413398334556533401804133983345565334018041339833455653340180413398334556533401804133983345565334018041339833455653340180413398334556533401804133983345565334018041339833455653340180413398334556533401804133983345565334018041339833455653340180413398334556533401804133983345565334018041339833455653340180413398334556533401804133983345565334018041339833455653340" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4e6c6845-3af9-4052-91c9-4f3782cef127, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4e6c6845-3af9-4052-91c9-4f3782cef127, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17070957288796611744 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1707095728879661174417070957288796611744170709572887966117441707095728879661174417070957288796611744170709572887966117441707095728879661174417070957288796611744170709572887966117441707095728879661174417070957288796611744170709572887966117441707095728879661174417070957288796611744170709572887966117441707095728879661174417070957288796611744170709572887966117441707095728879661174417070957288796611744" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d94162d6-0706-4085-b684-dea6ffcdd91b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ae6946f8-6b93-4cfa-91ea-c623a9734953, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ae6946f8-6b93-4cfa-91ea-c623a9734953, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8361283879360266330 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83612838793602663308361283879360266330836128387936026633083612838793602663308361283879360266330836128387936026633083612838793602663308361283879360266330836128387936026633083612838793602663308361283879360266330836128387936026633083612838793602663308361283879360266330836128387936026633083612838793602663308361283879360266330836128387936026633083612838793602663308361283879360266330" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4e6c6845-3af9-4052-91c9-4f3782cef127, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a8d8b410-53f4-4cb9-9672-a734d4096564, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a8d8b410-53f4-4cb9-9672-a734d4096564, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16655946730205002420 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1665594673020500242016655946730205002420166559467302050024201665594673020500242016655946730205002420166559467302050024201665594673020500242016655946730205002420166559467302050024201665594673020500242016655946730205002420166559467302050024201665594673020500242016655946730205002420166559467302050024201665594673020500242016655946730205002420166559467302050024201665594673020500242016655946730205002420" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ae6946f8-6b93-4cfa-91ea-c623a9734953, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b7c52d4d-a19c-4638-a5fb-cc4692265608, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b7c52d4d-a19c-4638-a5fb-cc4692265608, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17600858735055731532 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1760085873505573153217600858735055731532176008587350557315321760085873505573153217600858735055731532176008587350557315321760085873505573153217600858735055731532176008587350557315321760085873505573153217600858735055731532176008587350557315321760085873505573153217600858735055731532176008587350557315321760085873505573153217600858735055731532176008587350557315321760085873505573153217600858735055731532" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a8d8b410-53f4-4cb9-9672-a734d4096564, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b7c52d4d-a19c-4638-a5fb-cc4692265608, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4d6dcc74-89d2-44d6-9622-f93d18588938, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4d6dcc74-89d2-44d6-9622-f93d18588938, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10788271228096787823 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1078827122809678782310788271228096787823107882712280967878231078827122809678782310788271228096787823107882712280967878231078827122809678782310788271228096787823107882712280967878231078827122809678782310788271228096787823107882712280967878231078827122809678782310788271228096787823107882712280967878231078827122809678782310788271228096787823107882712280967878231078827122809678782310788271228096787823" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 250fd470-7624-4f05-9730-75a7789148d1, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 250fd470-7624-4f05-9730-75a7789148d1, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15738519805604999726 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1573851980560499972615738519805604999726157385198056049997261573851980560499972615738519805604999726157385198056049997261573851980560499972615738519805604999726157385198056049997261573851980560499972615738519805604999726157385198056049997261573851980560499972615738519805604999726157385198056049997261573851980560499972615738519805604999726157385198056049997261573851980560499972615738519805604999726" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4d6dcc74-89d2-44d6-9622-f93d18588938, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 60a0002c-3c67-48dd-93ef-3c425b260c0c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 60a0002c-3c67-48dd-93ef-3c425b260c0c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8917012988181175820 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89170129881811758208917012988181175820891701298818117582089170129881811758208917012988181175820891701298818117582089170129881811758208917012988181175820891701298818117582089170129881811758208917012988181175820891701298818117582089170129881811758208917012988181175820891701298818117582089170129881811758208917012988181175820891701298818117582089170129881811758208917012988181175820" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 250fd470-7624-4f05-9730-75a7789148d1, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c147f64f-4071-4518-a881-b9cc53ad23eb, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c147f64f-4071-4518-a881-b9cc53ad23eb, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3492515978615242745 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34925159786152427453492515978615242745349251597861524274534925159786152427453492515978615242745349251597861524274534925159786152427453492515978615242745349251597861524274534925159786152427453492515978615242745349251597861524274534925159786152427453492515978615242745349251597861524274534925159786152427453492515978615242745349251597861524274534925159786152427453492515978615242745" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 60a0002c-3c67-48dd-93ef-3c425b260c0c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4ceebc43-2867-492c-947a-6d6a0e319edb, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4ceebc43-2867-492c-947a-6d6a0e319edb, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5582537852204804932 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55825378522048049325582537852204804932558253785220480493255825378522048049325582537852204804932558253785220480493255825378522048049325582537852204804932558253785220480493255825378522048049325582537852204804932558253785220480493255825378522048049325582537852204804932558253785220480493255825378522048049325582537852204804932558253785220480493255825378522048049325582537852204804932" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c147f64f-4071-4518-a881-b9cc53ad23eb, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fedcc7fa-769a-4651-80a9-c5a856c8ba22, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fedcc7fa-769a-4651-80a9-c5a856c8ba22, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8649965759181433850 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86499657591814338508649965759181433850864996575918143385086499657591814338508649965759181433850864996575918143385086499657591814338508649965759181433850864996575918143385086499657591814338508649965759181433850864996575918143385086499657591814338508649965759181433850864996575918143385086499657591814338508649965759181433850864996575918143385086499657591814338508649965759181433850" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4ceebc43-2867-492c-947a-6d6a0e319edb, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 105abfa3-a6d8-4637-9e1d-87a57760ef98, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 105abfa3-a6d8-4637-9e1d-87a57760ef98, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16573021438481774991 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1657302143848177499116573021438481774991165730214384817749911657302143848177499116573021438481774991165730214384817749911657302143848177499116573021438481774991165730214384817749911657302143848177499116573021438481774991165730214384817749911657302143848177499116573021438481774991165730214384817749911657302143848177499116573021438481774991165730214384817749911657302143848177499116573021438481774991" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fedcc7fa-769a-4651-80a9-c5a856c8ba22, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4bfba2c1-656c-4ba9-b4a3-cc3e8071d902, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4bfba2c1-656c-4ba9-b4a3-cc3e8071d902, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4311472089370582723 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43114720893705827234311472089370582723431147208937058272343114720893705827234311472089370582723431147208937058272343114720893705827234311472089370582723431147208937058272343114720893705827234311472089370582723431147208937058272343114720893705827234311472089370582723431147208937058272343114720893705827234311472089370582723431147208937058272343114720893705827234311472089370582723" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 105abfa3-a6d8-4637-9e1d-87a57760ef98, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, db9abdfb-1919-494b-bf02-cad68ec6c47a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, db9abdfb-1919-494b-bf02-cad68ec6c47a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1655732345142241448 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16557323451422414481655732345142241448165573234514224144816557323451422414481655732345142241448165573234514224144816557323451422414481655732345142241448165573234514224144816557323451422414481655732345142241448165573234514224144816557323451422414481655732345142241448165573234514224144816557323451422414481655732345142241448165573234514224144816557323451422414481655732345142241448" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, db9abdfb-1919-494b-bf02-cad68ec6c47a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 161a6324-f23a-4213-ae39-d532c243cd74, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4bfba2c1-656c-4ba9-b4a3-cc3e8071d902, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, df32f2fc-e873-4063-bdc7-2b89f89ddd6e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, df32f2fc-e873-4063-bdc7-2b89f89ddd6e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1535447449411969021 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15354474494119690211535447449411969021153544744941196902115354474494119690211535447449411969021153544744941196902115354474494119690211535447449411969021153544744941196902115354474494119690211535447449411969021153544744941196902115354474494119690211535447449411969021153544744941196902115354474494119690211535447449411969021153544744941196902115354474494119690211535447449411969021" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 161a6324-f23a-4213-ae39-d532c243cd74, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13262681951783629089 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1326268195178362908913262681951783629089132626819517836290891326268195178362908913262681951783629089132626819517836290891326268195178362908913262681951783629089132626819517836290891326268195178362908913262681951783629089132626819517836290891326268195178362908913262681951783629089132626819517836290891326268195178362908913262681951783629089132626819517836290891326268195178362908913262681951783629089" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, df32f2fc-e873-4063-bdc7-2b89f89ddd6e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9d2e26fe-82b2-48aa-a265-7ea085305316, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9d2e26fe-82b2-48aa-a265-7ea085305316, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9791395399330171032 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97913953993301710329791395399330171032979139539933017103297913953993301710329791395399330171032979139539933017103297913953993301710329791395399330171032979139539933017103297913953993301710329791395399330171032979139539933017103297913953993301710329791395399330171032979139539933017103297913953993301710329791395399330171032979139539933017103297913953993301710329791395399330171032" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9d2e26fe-82b2-48aa-a265-7ea085305316, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2382a4be-c71d-4abf-a409-a39cee8aefe7, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2382a4be-c71d-4abf-a409-a39cee8aefe7, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 733057562509773623 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "733057562509773623733057562509773623733057562509773623733057562509773623733057562509773623733057562509773623733057562509773623733057562509773623733057562509773623733057562509773623733057562509773623733057562509773623733057562509773623733057562509773623733057562509773623733057562509773623733057562509773623733057562509773623733057562509773623733057562509773623" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 161a6324-f23a-4213-ae39-d532c243cd74, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2865307f-dc27-461b-a001-05866b1b9fdc, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2865307f-dc27-461b-a001-05866b1b9fdc, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15439586984784857173 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1543958698478485717315439586984784857173154395869847848571731543958698478485717315439586984784857173154395869847848571731543958698478485717315439586984784857173154395869847848571731543958698478485717315439586984784857173154395869847848571731543958698478485717315439586984784857173154395869847848571731543958698478485717315439586984784857173154395869847848571731543958698478485717315439586984784857173" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2382a4be-c71d-4abf-a409-a39cee8aefe7, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ab7ba377-dccb-4803-90d7-7b15c29a30a1, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ab7ba377-dccb-4803-90d7-7b15c29a30a1, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12083510041878058868 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1208351004187805886812083510041878058868120835100418780588681208351004187805886812083510041878058868120835100418780588681208351004187805886812083510041878058868120835100418780588681208351004187805886812083510041878058868120835100418780588681208351004187805886812083510041878058868120835100418780588681208351004187805886812083510041878058868120835100418780588681208351004187805886812083510041878058868" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2865307f-dc27-461b-a001-05866b1b9fdc, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d6967de4-1a23-4e95-9e15-119e222e34f7, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d6967de4-1a23-4e95-9e15-119e222e34f7, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11242817620083025900 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1124281762008302590011242817620083025900112428176200830259001124281762008302590011242817620083025900112428176200830259001124281762008302590011242817620083025900112428176200830259001124281762008302590011242817620083025900112428176200830259001124281762008302590011242817620083025900112428176200830259001124281762008302590011242817620083025900112428176200830259001124281762008302590011242817620083025900" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ab7ba377-dccb-4803-90d7-7b15c29a30a1, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 662cf476-2444-435d-a2a3-4663f4bd20c3, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 662cf476-2444-435d-a2a3-4663f4bd20c3, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2804017334976901778 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28040173349769017782804017334976901778280401733497690177828040173349769017782804017334976901778280401733497690177828040173349769017782804017334976901778280401733497690177828040173349769017782804017334976901778280401733497690177828040173349769017782804017334976901778280401733497690177828040173349769017782804017334976901778280401733497690177828040173349769017782804017334976901778" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d6967de4-1a23-4e95-9e15-119e222e34f7, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 794bf818-e0b1-4fc6-8cae-63d8dbfdfc09, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 794bf818-e0b1-4fc6-8cae-63d8dbfdfc09, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9755287062948953048 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97552870629489530489755287062948953048975528706294895304897552870629489530489755287062948953048975528706294895304897552870629489530489755287062948953048975528706294895304897552870629489530489755287062948953048975528706294895304897552870629489530489755287062948953048975528706294895304897552870629489530489755287062948953048975528706294895304897552870629489530489755287062948953048" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 662cf476-2444-435d-a2a3-4663f4bd20c3, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6db21b9b-9e10-4e97-aabd-d082009c1207, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6db21b9b-9e10-4e97-aabd-d082009c1207, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10470227849219641422 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1047022784921964142210470227849219641422104702278492196414221047022784921964142210470227849219641422104702278492196414221047022784921964142210470227849219641422104702278492196414221047022784921964142210470227849219641422104702278492196414221047022784921964142210470227849219641422104702278492196414221047022784921964142210470227849219641422104702278492196414221047022784921964142210470227849219641422" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 794bf818-e0b1-4fc6-8cae-63d8dbfdfc09, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 95e51faf-f1b8-4614-9b9a-c0626a60ee89, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 95e51faf-f1b8-4614-9b9a-c0626a60ee89, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14743975438356702476 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1474397543835670247614743975438356702476147439754383567024761474397543835670247614743975438356702476147439754383567024761474397543835670247614743975438356702476147439754383567024761474397543835670247614743975438356702476147439754383567024761474397543835670247614743975438356702476147439754383567024761474397543835670247614743975438356702476147439754383567024761474397543835670247614743975438356702476" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6db21b9b-9e10-4e97-aabd-d082009c1207, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 40867f53-6548-4449-8c7b-f7090a0ebbf1, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 40867f53-6548-4449-8c7b-f7090a0ebbf1, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11035898755025548225 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1103589875502554822511035898755025548225110358987550255482251103589875502554822511035898755025548225110358987550255482251103589875502554822511035898755025548225110358987550255482251103589875502554822511035898755025548225110358987550255482251103589875502554822511035898755025548225110358987550255482251103589875502554822511035898755025548225110358987550255482251103589875502554822511035898755025548225" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 95e51faf-f1b8-4614-9b9a-c0626a60ee89, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b28e7a34-2226-425a-87e5-794644cfb17c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b28e7a34-2226-425a-87e5-794644cfb17c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1073910854176936722 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10739108541769367221073910854176936722107391085417693672210739108541769367221073910854176936722107391085417693672210739108541769367221073910854176936722107391085417693672210739108541769367221073910854176936722107391085417693672210739108541769367221073910854176936722107391085417693672210739108541769367221073910854176936722107391085417693672210739108541769367221073910854176936722" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 40867f53-6548-4449-8c7b-f7090a0ebbf1, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8ff3110b-31f9-4450-9945-dccf27c48280, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8ff3110b-31f9-4450-9945-dccf27c48280, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16178411460829144701 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1617841146082914470116178411460829144701161784114608291447011617841146082914470116178411460829144701161784114608291447011617841146082914470116178411460829144701161784114608291447011617841146082914470116178411460829144701161784114608291447011617841146082914470116178411460829144701161784114608291447011617841146082914470116178411460829144701161784114608291447011617841146082914470116178411460829144701" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b28e7a34-2226-425a-87e5-794644cfb17c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e689b724-e8e8-46b6-9728-201bb823e008, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e689b724-e8e8-46b6-9728-201bb823e008, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10715811306746448028 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1071581130674644802810715811306746448028107158113067464480281071581130674644802810715811306746448028107158113067464480281071581130674644802810715811306746448028107158113067464480281071581130674644802810715811306746448028107158113067464480281071581130674644802810715811306746448028107158113067464480281071581130674644802810715811306746448028107158113067464480281071581130674644802810715811306746448028" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8ff3110b-31f9-4450-9945-dccf27c48280, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2257a30d-6fa5-4ddf-b0ac-1bb617baf32e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2257a30d-6fa5-4ddf-b0ac-1bb617baf32e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8484630533215787134 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84846305332157871348484630533215787134848463053321578713484846305332157871348484630533215787134848463053321578713484846305332157871348484630533215787134848463053321578713484846305332157871348484630533215787134848463053321578713484846305332157871348484630533215787134848463053321578713484846305332157871348484630533215787134848463053321578713484846305332157871348484630533215787134" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e689b724-e8e8-46b6-9728-201bb823e008, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e7fee2c5-d7cf-4969-ba10-798856e5ccac, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e7fee2c5-d7cf-4969-ba10-798856e5ccac, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12966007434384068548 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1296600743438406854812966007434384068548129660074343840685481296600743438406854812966007434384068548129660074343840685481296600743438406854812966007434384068548129660074343840685481296600743438406854812966007434384068548129660074343840685481296600743438406854812966007434384068548129660074343840685481296600743438406854812966007434384068548129660074343840685481296600743438406854812966007434384068548" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2257a30d-6fa5-4ddf-b0ac-1bb617baf32e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c1c9be14-aad3-4cb6-9ccd-dce7476d3371, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c1c9be14-aad3-4cb6-9ccd-dce7476d3371, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8313959449266505550 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83139594492665055508313959449266505550831395944926650555083139594492665055508313959449266505550831395944926650555083139594492665055508313959449266505550831395944926650555083139594492665055508313959449266505550831395944926650555083139594492665055508313959449266505550831395944926650555083139594492665055508313959449266505550831395944926650555083139594492665055508313959449266505550" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e7fee2c5-d7cf-4969-ba10-798856e5ccac, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ca0353a4-9889-4915-bd35-7340ecf30d32, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ca0353a4-9889-4915-bd35-7340ecf30d32, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17088809761265887331 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1708880976126588733117088809761265887331170888097612658873311708880976126588733117088809761265887331170888097612658873311708880976126588733117088809761265887331170888097612658873311708880976126588733117088809761265887331170888097612658873311708880976126588733117088809761265887331170888097612658873311708880976126588733117088809761265887331170888097612658873311708880976126588733117088809761265887331" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c1c9be14-aad3-4cb6-9ccd-dce7476d3371, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 447dc41b-9319-450e-bb87-1f3e19b8277a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 447dc41b-9319-450e-bb87-1f3e19b8277a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9085678861544840145 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90856788615448401459085678861544840145908567886154484014590856788615448401459085678861544840145908567886154484014590856788615448401459085678861544840145908567886154484014590856788615448401459085678861544840145908567886154484014590856788615448401459085678861544840145908567886154484014590856788615448401459085678861544840145908567886154484014590856788615448401459085678861544840145" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ca0353a4-9889-4915-bd35-7340ecf30d32, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 708db457-1b71-4f67-91b6-46b6f241d01c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 708db457-1b71-4f67-91b6-46b6f241d01c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1020546434252110357 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10205464342521103571020546434252110357102054643425211035710205464342521103571020546434252110357102054643425211035710205464342521103571020546434252110357102054643425211035710205464342521103571020546434252110357102054643425211035710205464342521103571020546434252110357102054643425211035710205464342521103571020546434252110357102054643425211035710205464342521103571020546434252110357" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 447dc41b-9319-450e-bb87-1f3e19b8277a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 07028d8d-1e6f-402e-af87-3fe481a213ea, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 07028d8d-1e6f-402e-af87-3fe481a213ea, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9680427505294695990 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96804275052946959909680427505294695990968042750529469599096804275052946959909680427505294695990968042750529469599096804275052946959909680427505294695990968042750529469599096804275052946959909680427505294695990968042750529469599096804275052946959909680427505294695990968042750529469599096804275052946959909680427505294695990968042750529469599096804275052946959909680427505294695990" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 708db457-1b71-4f67-91b6-46b6f241d01c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b126f5af-b79b-49f7-bbb2-1910999ca89d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b126f5af-b79b-49f7-bbb2-1910999ca89d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1997258678776478301 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19972586787764783011997258678776478301199725867877647830119972586787764783011997258678776478301199725867877647830119972586787764783011997258678776478301199725867877647830119972586787764783011997258678776478301199725867877647830119972586787764783011997258678776478301199725867877647830119972586787764783011997258678776478301199725867877647830119972586787764783011997258678776478301" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 07028d8d-1e6f-402e-af87-3fe481a213ea, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bd880fac-d3e8-4573-b683-92671539a351, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bd880fac-d3e8-4573-b683-92671539a351, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1856790449336198504 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18567904493361985041856790449336198504185679044933619850418567904493361985041856790449336198504185679044933619850418567904493361985041856790449336198504185679044933619850418567904493361985041856790449336198504185679044933619850418567904493361985041856790449336198504185679044933619850418567904493361985041856790449336198504185679044933619850418567904493361985041856790449336198504" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b126f5af-b79b-49f7-bbb2-1910999ca89d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 949e2d37-3819-4f45-8e31-06a9777d86f3, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 949e2d37-3819-4f45-8e31-06a9777d86f3, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17970646106510645776 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1797064610651064577617970646106510645776179706461065106457761797064610651064577617970646106510645776179706461065106457761797064610651064577617970646106510645776179706461065106457761797064610651064577617970646106510645776179706461065106457761797064610651064577617970646106510645776179706461065106457761797064610651064577617970646106510645776179706461065106457761797064610651064577617970646106510645776" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bd880fac-d3e8-4573-b683-92671539a351, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 42fbeedd-91a6-4c43-b503-edb3f6d28857, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 42fbeedd-91a6-4c43-b503-edb3f6d28857, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13140195954700104274 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1314019595470010427413140195954700104274131401959547001042741314019595470010427413140195954700104274131401959547001042741314019595470010427413140195954700104274131401959547001042741314019595470010427413140195954700104274131401959547001042741314019595470010427413140195954700104274131401959547001042741314019595470010427413140195954700104274131401959547001042741314019595470010427413140195954700104274" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 949e2d37-3819-4f45-8e31-06a9777d86f3, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 42fbeedd-91a6-4c43-b503-edb3f6d28857, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 00fd899b-f798-4f28-a1bd-87726a84f72c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 00fd899b-f798-4f28-a1bd-87726a84f72c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3751376503116831875 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37513765031168318753751376503116831875375137650311683187537513765031168318753751376503116831875375137650311683187537513765031168318753751376503116831875375137650311683187537513765031168318753751376503116831875375137650311683187537513765031168318753751376503116831875375137650311683187537513765031168318753751376503116831875375137650311683187537513765031168318753751376503116831875" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dad904c9-f705-4c13-a4d7-44d025b4e8ff, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dad904c9-f705-4c13-a4d7-44d025b4e8ff, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12292162348816082987 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1229216234881608298712292162348816082987122921623488160829871229216234881608298712292162348816082987122921623488160829871229216234881608298712292162348816082987122921623488160829871229216234881608298712292162348816082987122921623488160829871229216234881608298712292162348816082987122921623488160829871229216234881608298712292162348816082987122921623488160829871229216234881608298712292162348816082987" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 00fd899b-f798-4f28-a1bd-87726a84f72c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a3e7e1e0-b652-4344-8110-2cfcc27b7a65, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dad904c9-f705-4c13-a4d7-44d025b4e8ff, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a3e7e1e0-b652-4344-8110-2cfcc27b7a65, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4485957509051488896 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44859575090514888964485957509051488896448595750905148889644859575090514888964485957509051488896448595750905148889644859575090514888964485957509051488896448595750905148889644859575090514888964485957509051488896448595750905148889644859575090514888964485957509051488896448595750905148889644859575090514888964485957509051488896448595750905148889644859575090514888964485957509051488896" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4042e848-6618-45c2-8444-bd67a0269e5b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4042e848-6618-45c2-8444-bd67a0269e5b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3918518605889829052 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39185186058898290523918518605889829052391851860588982905239185186058898290523918518605889829052391851860588982905239185186058898290523918518605889829052391851860588982905239185186058898290523918518605889829052391851860588982905239185186058898290523918518605889829052391851860588982905239185186058898290523918518605889829052391851860588982905239185186058898290523918518605889829052" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a3e7e1e0-b652-4344-8110-2cfcc27b7a65, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3d2e482c-b1e3-4d55-9b43-3cb90fa7cc32, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3d2e482c-b1e3-4d55-9b43-3cb90fa7cc32, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13739021164328453670 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1373902116432845367013739021164328453670137390211643284536701373902116432845367013739021164328453670137390211643284536701373902116432845367013739021164328453670137390211643284536701373902116432845367013739021164328453670137390211643284536701373902116432845367013739021164328453670137390211643284536701373902116432845367013739021164328453670137390211643284536701373902116432845367013739021164328453670" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4042e848-6618-45c2-8444-bd67a0269e5b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5f7c2788-3904-4a6c-b19b-7d146f14d85d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5f7c2788-3904-4a6c-b19b-7d146f14d85d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15546792222737934325 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1554679222273793432515546792222737934325155467922227379343251554679222273793432515546792222737934325155467922227379343251554679222273793432515546792222737934325155467922227379343251554679222273793432515546792222737934325155467922227379343251554679222273793432515546792222737934325155467922227379343251554679222273793432515546792222737934325155467922227379343251554679222273793432515546792222737934325" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3d2e482c-b1e3-4d55-9b43-3cb90fa7cc32, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5f7c2788-3904-4a6c-b19b-7d146f14d85d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 59f0239b-e612-4925-bc74-0a6961b75d32, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7a61a95f-0cf2-4e20-8530-830b25cae8d0, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 59f0239b-e612-4925-bc74-0a6961b75d32, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15025730113377735175 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1502573011337773517515025730113377735175150257301133777351751502573011337773517515025730113377735175150257301133777351751502573011337773517515025730113377735175150257301133777351751502573011337773517515025730113377735175150257301133777351751502573011337773517515025730113377735175150257301133777351751502573011337773517515025730113377735175150257301133777351751502573011337773517515025730113377735175" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7a61a95f-0cf2-4e20-8530-830b25cae8d0, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17942457215298818000 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1794245721529881800017942457215298818000179424572152988180001794245721529881800017942457215298818000179424572152988180001794245721529881800017942457215298818000179424572152988180001794245721529881800017942457215298818000179424572152988180001794245721529881800017942457215298818000179424572152988180001794245721529881800017942457215298818000179424572152988180001794245721529881800017942457215298818000" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7a61a95f-0cf2-4e20-8530-830b25cae8d0, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2f7d451a-cf69-4dee-ab5d-5d76ad18e579, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2f7d451a-cf69-4dee-ab5d-5d76ad18e579, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7262014282403781796 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72620142824037817967262014282403781796726201428240378179672620142824037817967262014282403781796726201428240378179672620142824037817967262014282403781796726201428240378179672620142824037817967262014282403781796726201428240378179672620142824037817967262014282403781796726201428240378179672620142824037817967262014282403781796726201428240378179672620142824037817967262014282403781796" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 59f0239b-e612-4925-bc74-0a6961b75d32, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bee3c71c-1a68-405d-8cac-99f3451b7b9e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bee3c71c-1a68-405d-8cac-99f3451b7b9e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16652839866133585835 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1665283986613358583516652839866133585835166528398661335858351665283986613358583516652839866133585835166528398661335858351665283986613358583516652839866133585835166528398661335858351665283986613358583516652839866133585835166528398661335858351665283986613358583516652839866133585835166528398661335858351665283986613358583516652839866133585835166528398661335858351665283986613358583516652839866133585835" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2f7d451a-cf69-4dee-ab5d-5d76ad18e579, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a6f6190c-a53f-403f-8649-f0d4071ed599, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a6f6190c-a53f-403f-8649-f0d4071ed599, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3006658900833028929 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30066589008330289293006658900833028929300665890083302892930066589008330289293006658900833028929300665890083302892930066589008330289293006658900833028929300665890083302892930066589008330289293006658900833028929300665890083302892930066589008330289293006658900833028929300665890083302892930066589008330289293006658900833028929300665890083302892930066589008330289293006658900833028929" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bee3c71c-1a68-405d-8cac-99f3451b7b9e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dfae192b-5229-42a7-a615-c231a3c0bc4c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dfae192b-5229-42a7-a615-c231a3c0bc4c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7074672164751050115 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70746721647510501157074672164751050115707467216475105011570746721647510501157074672164751050115707467216475105011570746721647510501157074672164751050115707467216475105011570746721647510501157074672164751050115707467216475105011570746721647510501157074672164751050115707467216475105011570746721647510501157074672164751050115707467216475105011570746721647510501157074672164751050115" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a6f6190c-a53f-403f-8649-f0d4071ed599, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 78606634-815b-4705-8e87-e420c8358369, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dfae192b-5229-42a7-a615-c231a3c0bc4c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 78606634-815b-4705-8e87-e420c8358369, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4017322388417811567 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40173223884178115674017322388417811567401732238841781156740173223884178115674017322388417811567401732238841781156740173223884178115674017322388417811567401732238841781156740173223884178115674017322388417811567401732238841781156740173223884178115674017322388417811567401732238841781156740173223884178115674017322388417811567401732238841781156740173223884178115674017322388417811567" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3ea18797-7914-4164-b9fd-af4463500c4a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3ea18797-7914-4164-b9fd-af4463500c4a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11311589612869227783 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1131158961286922778311311589612869227783113115896128692277831131158961286922778311311589612869227783113115896128692277831131158961286922778311311589612869227783113115896128692277831131158961286922778311311589612869227783113115896128692277831131158961286922778311311589612869227783113115896128692277831131158961286922778311311589612869227783113115896128692277831131158961286922778311311589612869227783" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 78606634-815b-4705-8e87-e420c8358369, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b8e36354-591a-45e9-82a4-3d058e194e3a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3ea18797-7914-4164-b9fd-af4463500c4a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b8e36354-591a-45e9-82a4-3d058e194e3a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 559471567070287322 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "559471567070287322559471567070287322559471567070287322559471567070287322559471567070287322559471567070287322559471567070287322559471567070287322559471567070287322559471567070287322559471567070287322559471567070287322559471567070287322559471567070287322559471567070287322559471567070287322559471567070287322559471567070287322559471567070287322559471567070287322" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c3bbccad-5150-43f2-ba7e-daa9edd5ca9f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c3bbccad-5150-43f2-ba7e-daa9edd5ca9f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14299666623999596540 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1429966662399959654014299666623999596540142996666239995965401429966662399959654014299666623999596540142996666239995965401429966662399959654014299666623999596540142996666239995965401429966662399959654014299666623999596540142996666239995965401429966662399959654014299666623999596540142996666239995965401429966662399959654014299666623999596540142996666239995965401429966662399959654014299666623999596540" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b8e36354-591a-45e9-82a4-3d058e194e3a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 58143eaa-9a4c-4e06-b2e8-a874eb2ef7e6, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 58143eaa-9a4c-4e06-b2e8-a874eb2ef7e6, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12727643553203570236 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1272764355320357023612727643553203570236127276435532035702361272764355320357023612727643553203570236127276435532035702361272764355320357023612727643553203570236127276435532035702361272764355320357023612727643553203570236127276435532035702361272764355320357023612727643553203570236127276435532035702361272764355320357023612727643553203570236127276435532035702361272764355320357023612727643553203570236" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c3bbccad-5150-43f2-ba7e-daa9edd5ca9f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c19a222d-7e00-405e-a485-e0cc313a6cca, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c19a222d-7e00-405e-a485-e0cc313a6cca, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 188424876103431645 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "188424876103431645188424876103431645188424876103431645188424876103431645188424876103431645188424876103431645188424876103431645188424876103431645188424876103431645188424876103431645188424876103431645188424876103431645188424876103431645188424876103431645188424876103431645188424876103431645188424876103431645188424876103431645188424876103431645188424876103431645" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 58143eaa-9a4c-4e06-b2e8-a874eb2ef7e6, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2a625cca-7010-4015-a49b-437c78a88566, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2a625cca-7010-4015-a49b-437c78a88566, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3916137364243728855 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39161373642437288553916137364243728855391613736424372885539161373642437288553916137364243728855391613736424372885539161373642437288553916137364243728855391613736424372885539161373642437288553916137364243728855391613736424372885539161373642437288553916137364243728855391613736424372885539161373642437288553916137364243728855391613736424372885539161373642437288553916137364243728855" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c19a222d-7e00-405e-a485-e0cc313a6cca, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d7af56e2-dd9e-4327-aeb8-f960e6cd98b3, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d7af56e2-dd9e-4327-aeb8-f960e6cd98b3, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14796964103854280134 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1479696410385428013414796964103854280134147969641038542801341479696410385428013414796964103854280134147969641038542801341479696410385428013414796964103854280134147969641038542801341479696410385428013414796964103854280134147969641038542801341479696410385428013414796964103854280134147969641038542801341479696410385428013414796964103854280134147969641038542801341479696410385428013414796964103854280134" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2a625cca-7010-4015-a49b-437c78a88566, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 03e2749e-db89-42f8-8855-ce318ce5e036, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 03e2749e-db89-42f8-8855-ce318ce5e036, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14622753738350364408 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1462275373835036440814622753738350364408146227537383503644081462275373835036440814622753738350364408146227537383503644081462275373835036440814622753738350364408146227537383503644081462275373835036440814622753738350364408146227537383503644081462275373835036440814622753738350364408146227537383503644081462275373835036440814622753738350364408146227537383503644081462275373835036440814622753738350364408" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d7af56e2-dd9e-4327-aeb8-f960e6cd98b3, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 09dc4ac5-07e1-4854-bba7-0d7d6c87db2e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 09dc4ac5-07e1-4854-bba7-0d7d6c87db2e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16450414865174296492 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1645041486517429649216450414865174296492164504148651742964921645041486517429649216450414865174296492164504148651742964921645041486517429649216450414865174296492164504148651742964921645041486517429649216450414865174296492164504148651742964921645041486517429649216450414865174296492164504148651742964921645041486517429649216450414865174296492164504148651742964921645041486517429649216450414865174296492" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 03e2749e-db89-42f8-8855-ce318ce5e036, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a3ea007e-d600-4dbb-8840-dda6f4ec1a63, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a3ea007e-d600-4dbb-8840-dda6f4ec1a63, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17555013089214945834 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1755501308921494583417555013089214945834175550130892149458341755501308921494583417555013089214945834175550130892149458341755501308921494583417555013089214945834175550130892149458341755501308921494583417555013089214945834175550130892149458341755501308921494583417555013089214945834175550130892149458341755501308921494583417555013089214945834175550130892149458341755501308921494583417555013089214945834" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 09dc4ac5-07e1-4854-bba7-0d7d6c87db2e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 05bddb49-622e-4392-aa7e-a1ec684ec6f9, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 05bddb49-622e-4392-aa7e-a1ec684ec6f9, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16993565010171749744 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1699356501017174974416993565010171749744169935650101717497441699356501017174974416993565010171749744169935650101717497441699356501017174974416993565010171749744169935650101717497441699356501017174974416993565010171749744169935650101717497441699356501017174974416993565010171749744169935650101717497441699356501017174974416993565010171749744169935650101717497441699356501017174974416993565010171749744" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a3ea007e-d600-4dbb-8840-dda6f4ec1a63, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e451a6bb-7e4c-4147-bcca-93697b3f5e71, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e451a6bb-7e4c-4147-bcca-93697b3f5e71, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1636395625375065414 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16363956253750654141636395625375065414163639562537506541416363956253750654141636395625375065414163639562537506541416363956253750654141636395625375065414163639562537506541416363956253750654141636395625375065414163639562537506541416363956253750654141636395625375065414163639562537506541416363956253750654141636395625375065414163639562537506541416363956253750654141636395625375065414" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 05bddb49-622e-4392-aa7e-a1ec684ec6f9, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b4461e6f-d263-401e-a36c-e70c7f3fe1bd, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b4461e6f-d263-401e-a36c-e70c7f3fe1bd, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1044299747006975912 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10442997470069759121044299747006975912104429974700697591210442997470069759121044299747006975912104429974700697591210442997470069759121044299747006975912104429974700697591210442997470069759121044299747006975912104429974700697591210442997470069759121044299747006975912104429974700697591210442997470069759121044299747006975912104429974700697591210442997470069759121044299747006975912" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e451a6bb-7e4c-4147-bcca-93697b3f5e71, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a321d32c-65bd-4ab8-befc-60d20e6e68a1, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a321d32c-65bd-4ab8-befc-60d20e6e68a1, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6300131085712095377 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63001310857120953776300131085712095377630013108571209537763001310857120953776300131085712095377630013108571209537763001310857120953776300131085712095377630013108571209537763001310857120953776300131085712095377630013108571209537763001310857120953776300131085712095377630013108571209537763001310857120953776300131085712095377630013108571209537763001310857120953776300131085712095377" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b4461e6f-d263-401e-a36c-e70c7f3fe1bd, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ed783521-31a5-43ac-8283-b64707a7493a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ed783521-31a5-43ac-8283-b64707a7493a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1227092105442518291 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12270921054425182911227092105442518291122709210544251829112270921054425182911227092105442518291122709210544251829112270921054425182911227092105442518291122709210544251829112270921054425182911227092105442518291122709210544251829112270921054425182911227092105442518291122709210544251829112270921054425182911227092105442518291122709210544251829112270921054425182911227092105442518291" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a321d32c-65bd-4ab8-befc-60d20e6e68a1, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 95f1f382-082d-4825-9e0f-1b30a9ee03ea, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 95f1f382-082d-4825-9e0f-1b30a9ee03ea, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2714870737810129397 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27148707378101293972714870737810129397271487073781012939727148707378101293972714870737810129397271487073781012939727148707378101293972714870737810129397271487073781012939727148707378101293972714870737810129397271487073781012939727148707378101293972714870737810129397271487073781012939727148707378101293972714870737810129397271487073781012939727148707378101293972714870737810129397" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ed783521-31a5-43ac-8283-b64707a7493a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3ed9366e-bd0e-4c34-ac7c-2bb0ac9aeef3, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3ed9366e-bd0e-4c34-ac7c-2bb0ac9aeef3, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14841026000277531223 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1484102600027753122314841026000277531223148410260002775312231484102600027753122314841026000277531223148410260002775312231484102600027753122314841026000277531223148410260002775312231484102600027753122314841026000277531223148410260002775312231484102600027753122314841026000277531223148410260002775312231484102600027753122314841026000277531223148410260002775312231484102600027753122314841026000277531223" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 95f1f382-082d-4825-9e0f-1b30a9ee03ea, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ab8d68cf-7a3d-4772-a9b5-88d25e6ab21d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ab8d68cf-7a3d-4772-a9b5-88d25e6ab21d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17355452053128051826 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1735545205312805182617355452053128051826173554520531280518261735545205312805182617355452053128051826173554520531280518261735545205312805182617355452053128051826173554520531280518261735545205312805182617355452053128051826173554520531280518261735545205312805182617355452053128051826173554520531280518261735545205312805182617355452053128051826173554520531280518261735545205312805182617355452053128051826" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3ed9366e-bd0e-4c34-ac7c-2bb0ac9aeef3, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ab1dadca-b6b2-4ca1-b822-36ce6aa9583b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ab1dadca-b6b2-4ca1-b822-36ce6aa9583b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2798471767734219359 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27984717677342193592798471767734219359279847176773421935927984717677342193592798471767734219359279847176773421935927984717677342193592798471767734219359279847176773421935927984717677342193592798471767734219359279847176773421935927984717677342193592798471767734219359279847176773421935927984717677342193592798471767734219359279847176773421935927984717677342193592798471767734219359" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ab8d68cf-7a3d-4772-a9b5-88d25e6ab21d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f03ec984-cabb-421b-b883-0c9d74c3aef0, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f03ec984-cabb-421b-b883-0c9d74c3aef0, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5649387402248096228 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56493874022480962285649387402248096228564938740224809622856493874022480962285649387402248096228564938740224809622856493874022480962285649387402248096228564938740224809622856493874022480962285649387402248096228564938740224809622856493874022480962285649387402248096228564938740224809622856493874022480962285649387402248096228564938740224809622856493874022480962285649387402248096228" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ab1dadca-b6b2-4ca1-b822-36ce6aa9583b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 98dc3d41-30d0-48ea-8cab-e80fbe491f72, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 98dc3d41-30d0-48ea-8cab-e80fbe491f72, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9761590824311097784 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97615908243110977849761590824311097784976159082431109778497615908243110977849761590824311097784976159082431109778497615908243110977849761590824311097784976159082431109778497615908243110977849761590824311097784976159082431109778497615908243110977849761590824311097784976159082431109778497615908243110977849761590824311097784976159082431109778497615908243110977849761590824311097784" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f03ec984-cabb-421b-b883-0c9d74c3aef0, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 76759d34-a0fa-4da3-b918-737c65da02fc, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 76759d34-a0fa-4da3-b918-737c65da02fc, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7819901064793560001 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78199010647935600017819901064793560001781990106479356000178199010647935600017819901064793560001781990106479356000178199010647935600017819901064793560001781990106479356000178199010647935600017819901064793560001781990106479356000178199010647935600017819901064793560001781990106479356000178199010647935600017819901064793560001781990106479356000178199010647935600017819901064793560001" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 98dc3d41-30d0-48ea-8cab-e80fbe491f72, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c7183645-71ac-4646-a6db-eeb362afd4bf, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c7183645-71ac-4646-a6db-eeb362afd4bf, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5909367607223681939 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59093676072236819395909367607223681939590936760722368193959093676072236819395909367607223681939590936760722368193959093676072236819395909367607223681939590936760722368193959093676072236819395909367607223681939590936760722368193959093676072236819395909367607223681939590936760722368193959093676072236819395909367607223681939590936760722368193959093676072236819395909367607223681939" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 76759d34-a0fa-4da3-b918-737c65da02fc, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c9edb0e6-a7c2-4bc8-a34e-cf29fdf89f8e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c9edb0e6-a7c2-4bc8-a34e-cf29fdf89f8e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1730593710001409828 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17305937100014098281730593710001409828173059371000140982817305937100014098281730593710001409828173059371000140982817305937100014098281730593710001409828173059371000140982817305937100014098281730593710001409828173059371000140982817305937100014098281730593710001409828173059371000140982817305937100014098281730593710001409828173059371000140982817305937100014098281730593710001409828" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c7183645-71ac-4646-a6db-eeb362afd4bf, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e0d4ef12-59e6-42b0-8c74-f5d4796518e2, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e0d4ef12-59e6-42b0-8c74-f5d4796518e2, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1046438650041913128 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10464386500419131281046438650041913128104643865004191312810464386500419131281046438650041913128104643865004191312810464386500419131281046438650041913128104643865004191312810464386500419131281046438650041913128104643865004191312810464386500419131281046438650041913128104643865004191312810464386500419131281046438650041913128104643865004191312810464386500419131281046438650041913128" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c9edb0e6-a7c2-4bc8-a34e-cf29fdf89f8e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f70e0561-5bf5-4619-97e2-66b305090b58, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f70e0561-5bf5-4619-97e2-66b305090b58, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17408951982754236064 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1740895198275423606417408951982754236064174089519827542360641740895198275423606417408951982754236064174089519827542360641740895198275423606417408951982754236064174089519827542360641740895198275423606417408951982754236064174089519827542360641740895198275423606417408951982754236064174089519827542360641740895198275423606417408951982754236064174089519827542360641740895198275423606417408951982754236064" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e0d4ef12-59e6-42b0-8c74-f5d4796518e2, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f32f20f8-1260-477c-bb7c-e9b180c4712a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f32f20f8-1260-477c-bb7c-e9b180c4712a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18105695822424991008 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1810569582242499100818105695822424991008181056958224249910081810569582242499100818105695822424991008181056958224249910081810569582242499100818105695822424991008181056958224249910081810569582242499100818105695822424991008181056958224249910081810569582242499100818105695822424991008181056958224249910081810569582242499100818105695822424991008181056958224249910081810569582242499100818105695822424991008" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f70e0561-5bf5-4619-97e2-66b305090b58, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9a022569-8b71-40d7-b515-2998a38c1557, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9a022569-8b71-40d7-b515-2998a38c1557, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3052066475572912594 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30520664755729125943052066475572912594305206647557291259430520664755729125943052066475572912594305206647557291259430520664755729125943052066475572912594305206647557291259430520664755729125943052066475572912594305206647557291259430520664755729125943052066475572912594305206647557291259430520664755729125943052066475572912594305206647557291259430520664755729125943052066475572912594" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f32f20f8-1260-477c-bb7c-e9b180c4712a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9e561223-7296-419e-bea4-1ecee081289b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9e561223-7296-419e-bea4-1ecee081289b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1304352049743532139 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13043520497435321391304352049743532139130435204974353213913043520497435321391304352049743532139130435204974353213913043520497435321391304352049743532139130435204974353213913043520497435321391304352049743532139130435204974353213913043520497435321391304352049743532139130435204974353213913043520497435321391304352049743532139130435204974353213913043520497435321391304352049743532139" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9a022569-8b71-40d7-b515-2998a38c1557, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ac3a610f-beb9-4523-8759-d22b5d004636, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ac3a610f-beb9-4523-8759-d22b5d004636, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9349168250029434634 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93491682500294346349349168250029434634934916825002943463493491682500294346349349168250029434634934916825002943463493491682500294346349349168250029434634934916825002943463493491682500294346349349168250029434634934916825002943463493491682500294346349349168250029434634934916825002943463493491682500294346349349168250029434634934916825002943463493491682500294346349349168250029434634" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9e561223-7296-419e-bea4-1ecee081289b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6af1377a-85bc-438d-b671-36fba1510898, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6af1377a-85bc-438d-b671-36fba1510898, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9703845837122893010 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97038458371228930109703845837122893010970384583712289301097038458371228930109703845837122893010970384583712289301097038458371228930109703845837122893010970384583712289301097038458371228930109703845837122893010970384583712289301097038458371228930109703845837122893010970384583712289301097038458371228930109703845837122893010970384583712289301097038458371228930109703845837122893010" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6af1377a-85bc-438d-b671-36fba1510898, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d52fe56a-75fa-4ff1-b85a-d4bada1724c1, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d52fe56a-75fa-4ff1-b85a-d4bada1724c1, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11349730416031607011 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1134973041603160701111349730416031607011113497304160316070111134973041603160701111349730416031607011113497304160316070111134973041603160701111349730416031607011113497304160316070111134973041603160701111349730416031607011113497304160316070111134973041603160701111349730416031607011113497304160316070111134973041603160701111349730416031607011113497304160316070111134973041603160701111349730416031607011" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ac3a610f-beb9-4523-8759-d22b5d004636, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1d966f84-a162-4fda-81f7-d15fb89640be, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1d966f84-a162-4fda-81f7-d15fb89640be, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11626039043548070131 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1162603904354807013111626039043548070131116260390435480701311162603904354807013111626039043548070131116260390435480701311162603904354807013111626039043548070131116260390435480701311162603904354807013111626039043548070131116260390435480701311162603904354807013111626039043548070131116260390435480701311162603904354807013111626039043548070131116260390435480701311162603904354807013111626039043548070131" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d52fe56a-75fa-4ff1-b85a-d4bada1724c1, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 598fd5ff-29f3-471c-9394-5206f5956352, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 598fd5ff-29f3-471c-9394-5206f5956352, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14174540233168009623 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1417454023316800962314174540233168009623141745402331680096231417454023316800962314174540233168009623141745402331680096231417454023316800962314174540233168009623141745402331680096231417454023316800962314174540233168009623141745402331680096231417454023316800962314174540233168009623141745402331680096231417454023316800962314174540233168009623141745402331680096231417454023316800962314174540233168009623" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1d966f84-a162-4fda-81f7-d15fb89640be, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 514b7ce0-e270-4b38-9d97-68a716bab85e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 514b7ce0-e270-4b38-9d97-68a716bab85e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4104330795592377096 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41043307955923770964104330795592377096410433079559237709641043307955923770964104330795592377096410433079559237709641043307955923770964104330795592377096410433079559237709641043307955923770964104330795592377096410433079559237709641043307955923770964104330795592377096410433079559237709641043307955923770964104330795592377096410433079559237709641043307955923770964104330795592377096" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 598fd5ff-29f3-471c-9394-5206f5956352, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 48d49298-a3ee-4fde-a0e0-5885a32bf3bc, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 48d49298-a3ee-4fde-a0e0-5885a32bf3bc, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9170986164436751653 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91709861644367516539170986164436751653917098616443675165391709861644367516539170986164436751653917098616443675165391709861644367516539170986164436751653917098616443675165391709861644367516539170986164436751653917098616443675165391709861644367516539170986164436751653917098616443675165391709861644367516539170986164436751653917098616443675165391709861644367516539170986164436751653" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 514b7ce0-e270-4b38-9d97-68a716bab85e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2329d5cd-df0d-4210-8a04-39154cf0f7be, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2329d5cd-df0d-4210-8a04-39154cf0f7be, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7168649011739358653 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71686490117393586537168649011739358653716864901173935865371686490117393586537168649011739358653716864901173935865371686490117393586537168649011739358653716864901173935865371686490117393586537168649011739358653716864901173935865371686490117393586537168649011739358653716864901173935865371686490117393586537168649011739358653716864901173935865371686490117393586537168649011739358653" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 48d49298-a3ee-4fde-a0e0-5885a32bf3bc, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 36f7a73e-ddd8-420a-a2bd-9ce5c7212bef, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 36f7a73e-ddd8-420a-a2bd-9ce5c7212bef, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12590993502055824330 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1259099350205582433012590993502055824330125909935020558243301259099350205582433012590993502055824330125909935020558243301259099350205582433012590993502055824330125909935020558243301259099350205582433012590993502055824330125909935020558243301259099350205582433012590993502055824330125909935020558243301259099350205582433012590993502055824330125909935020558243301259099350205582433012590993502055824330" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2329d5cd-df0d-4210-8a04-39154cf0f7be, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6aab0228-6aba-402c-b9d3-59f4821c1e1b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6aab0228-6aba-402c-b9d3-59f4821c1e1b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11183891342623922158 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1118389134262392215811183891342623922158111838913426239221581118389134262392215811183891342623922158111838913426239221581118389134262392215811183891342623922158111838913426239221581118389134262392215811183891342623922158111838913426239221581118389134262392215811183891342623922158111838913426239221581118389134262392215811183891342623922158111838913426239221581118389134262392215811183891342623922158" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 36f7a73e-ddd8-420a-a2bd-9ce5c7212bef, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 60c91a0f-c2a8-4e88-aec5-4fc498ec2180, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 60c91a0f-c2a8-4e88-aec5-4fc498ec2180, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8760190121659517665 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87601901216595176658760190121659517665876019012165951766587601901216595176658760190121659517665876019012165951766587601901216595176658760190121659517665876019012165951766587601901216595176658760190121659517665876019012165951766587601901216595176658760190121659517665876019012165951766587601901216595176658760190121659517665876019012165951766587601901216595176658760190121659517665" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6aab0228-6aba-402c-b9d3-59f4821c1e1b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 87a965e0-d62f-4aa3-99f7-c47f37dccb20, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 87a965e0-d62f-4aa3-99f7-c47f37dccb20, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17105127284070837221 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1710512728407083722117105127284070837221171051272840708372211710512728407083722117105127284070837221171051272840708372211710512728407083722117105127284070837221171051272840708372211710512728407083722117105127284070837221171051272840708372211710512728407083722117105127284070837221171051272840708372211710512728407083722117105127284070837221171051272840708372211710512728407083722117105127284070837221" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 60c91a0f-c2a8-4e88-aec5-4fc498ec2180, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 26d5c77e-738c-451f-8110-f8127bbffcca, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 26d5c77e-738c-451f-8110-f8127bbffcca, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2804039297310465496 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28040392973104654962804039297310465496280403929731046549628040392973104654962804039297310465496280403929731046549628040392973104654962804039297310465496280403929731046549628040392973104654962804039297310465496280403929731046549628040392973104654962804039297310465496280403929731046549628040392973104654962804039297310465496280403929731046549628040392973104654962804039297310465496" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 87a965e0-d62f-4aa3-99f7-c47f37dccb20, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e910b8df-a8d2-4d76-9806-54858029d574, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e910b8df-a8d2-4d76-9806-54858029d574, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6176102619411109460 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61761026194111094606176102619411109460617610261941110946061761026194111094606176102619411109460617610261941110946061761026194111094606176102619411109460617610261941110946061761026194111094606176102619411109460617610261941110946061761026194111094606176102619411109460617610261941110946061761026194111094606176102619411109460617610261941110946061761026194111094606176102619411109460" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 26d5c77e-738c-451f-8110-f8127bbffcca, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7bc22d02-1258-4c2e-85b9-0aaf99430577, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7bc22d02-1258-4c2e-85b9-0aaf99430577, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13243597847272906172 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1324359784727290617213243597847272906172132435978472729061721324359784727290617213243597847272906172132435978472729061721324359784727290617213243597847272906172132435978472729061721324359784727290617213243597847272906172132435978472729061721324359784727290617213243597847272906172132435978472729061721324359784727290617213243597847272906172132435978472729061721324359784727290617213243597847272906172" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e910b8df-a8d2-4d76-9806-54858029d574, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7ed4c819-de30-4733-b725-0f7d668af4f3, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7ed4c819-de30-4733-b725-0f7d668af4f3, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17463797299530429131 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1746379729953042913117463797299530429131174637972995304291311746379729953042913117463797299530429131174637972995304291311746379729953042913117463797299530429131174637972995304291311746379729953042913117463797299530429131174637972995304291311746379729953042913117463797299530429131174637972995304291311746379729953042913117463797299530429131174637972995304291311746379729953042913117463797299530429131" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7bc22d02-1258-4c2e-85b9-0aaf99430577, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4d5eb7ba-c13c-4035-9542-77dd163c407a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4d5eb7ba-c13c-4035-9542-77dd163c407a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13699811662721664911 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1369981166272166491113699811662721664911136998116627216649111369981166272166491113699811662721664911136998116627216649111369981166272166491113699811662721664911136998116627216649111369981166272166491113699811662721664911136998116627216649111369981166272166491113699811662721664911136998116627216649111369981166272166491113699811662721664911136998116627216649111369981166272166491113699811662721664911" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4d5eb7ba-c13c-4035-9542-77dd163c407a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 25409c69-7130-4c38-83a0-19b56c83d807, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7ed4c819-de30-4733-b725-0f7d668af4f3, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 25409c69-7130-4c38-83a0-19b56c83d807, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5852183441411123601 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58521834414111236015852183441411123601585218344141112360158521834414111236015852183441411123601585218344141112360158521834414111236015852183441411123601585218344141112360158521834414111236015852183441411123601585218344141112360158521834414111236015852183441411123601585218344141112360158521834414111236015852183441411123601585218344141112360158521834414111236015852183441411123601" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 72cf37cf-148a-4c82-9db2-3ac9df311203, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 72cf37cf-148a-4c82-9db2-3ac9df311203, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17667022366865377939 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1766702236686537793917667022366865377939176670223668653779391766702236686537793917667022366865377939176670223668653779391766702236686537793917667022366865377939176670223668653779391766702236686537793917667022366865377939176670223668653779391766702236686537793917667022366865377939176670223668653779391766702236686537793917667022366865377939176670223668653779391766702236686537793917667022366865377939" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 25409c69-7130-4c38-83a0-19b56c83d807, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 58a83ac4-5422-4693-a58d-95847e818af3, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 58a83ac4-5422-4693-a58d-95847e818af3, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1850259290127884450 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18502592901278844501850259290127884450185025929012788445018502592901278844501850259290127884450185025929012788445018502592901278844501850259290127884450185025929012788445018502592901278844501850259290127884450185025929012788445018502592901278844501850259290127884450185025929012788445018502592901278844501850259290127884450185025929012788445018502592901278844501850259290127884450" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 72cf37cf-148a-4c82-9db2-3ac9df311203, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2bc9981b-9db6-4834-9f5c-ea03b9a33273, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2bc9981b-9db6-4834-9f5c-ea03b9a33273, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1311763446690238701 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13117634466902387011311763446690238701131176344669023870113117634466902387011311763446690238701131176344669023870113117634466902387011311763446690238701131176344669023870113117634466902387011311763446690238701131176344669023870113117634466902387011311763446690238701131176344669023870113117634466902387011311763446690238701131176344669023870113117634466902387011311763446690238701" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 58a83ac4-5422-4693-a58d-95847e818af3, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 662bb8ca-3d5a-456b-920e-44cf9d68691f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2bc9981b-9db6-4834-9f5c-ea03b9a33273, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 662bb8ca-3d5a-456b-920e-44cf9d68691f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12376346576177980908 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1237634657617798090812376346576177980908123763465761779809081237634657617798090812376346576177980908123763465761779809081237634657617798090812376346576177980908123763465761779809081237634657617798090812376346576177980908123763465761779809081237634657617798090812376346576177980908123763465761779809081237634657617798090812376346576177980908123763465761779809081237634657617798090812376346576177980908" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c53a1751-df67-476e-a394-ce0ef3fe73d4, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c53a1751-df67-476e-a394-ce0ef3fe73d4, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3616767382220655075 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36167673822206550753616767382220655075361676738222065507536167673822206550753616767382220655075361676738222065507536167673822206550753616767382220655075361676738222065507536167673822206550753616767382220655075361676738222065507536167673822206550753616767382220655075361676738222065507536167673822206550753616767382220655075361676738222065507536167673822206550753616767382220655075" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 662bb8ca-3d5a-456b-920e-44cf9d68691f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b5dccbe7-d126-442c-b5f7-3ddde844cdc1, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b5dccbe7-d126-442c-b5f7-3ddde844cdc1, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3244419791507398476 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32444197915073984763244419791507398476324441979150739847632444197915073984763244419791507398476324441979150739847632444197915073984763244419791507398476324441979150739847632444197915073984763244419791507398476324441979150739847632444197915073984763244419791507398476324441979150739847632444197915073984763244419791507398476324441979150739847632444197915073984763244419791507398476" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c53a1751-df67-476e-a394-ce0ef3fe73d4, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6bb53e60-86df-46cc-971c-5acf208d54a1, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6bb53e60-86df-46cc-971c-5acf208d54a1, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10423180891501106310 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1042318089150110631010423180891501106310104231808915011063101042318089150110631010423180891501106310104231808915011063101042318089150110631010423180891501106310104231808915011063101042318089150110631010423180891501106310104231808915011063101042318089150110631010423180891501106310104231808915011063101042318089150110631010423180891501106310104231808915011063101042318089150110631010423180891501106310" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b5dccbe7-d126-442c-b5f7-3ddde844cdc1, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 986215f3-e42c-4587-af7c-00bde33ce053, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 986215f3-e42c-4587-af7c-00bde33ce053, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4062913633050001230 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40629136330500012304062913633050001230406291363305000123040629136330500012304062913633050001230406291363305000123040629136330500012304062913633050001230406291363305000123040629136330500012304062913633050001230406291363305000123040629136330500012304062913633050001230406291363305000123040629136330500012304062913633050001230406291363305000123040629136330500012304062913633050001230" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6bb53e60-86df-46cc-971c-5acf208d54a1, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2860750a-9100-4210-a27b-0645d5644e8d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2860750a-9100-4210-a27b-0645d5644e8d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9675869547800588161 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96758695478005881619675869547800588161967586954780058816196758695478005881619675869547800588161967586954780058816196758695478005881619675869547800588161967586954780058816196758695478005881619675869547800588161967586954780058816196758695478005881619675869547800588161967586954780058816196758695478005881619675869547800588161967586954780058816196758695478005881619675869547800588161" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 986215f3-e42c-4587-af7c-00bde33ce053, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 323cb21f-84a1-4e43-88e4-eebdbff1de5a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 323cb21f-84a1-4e43-88e4-eebdbff1de5a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17280450561000664013 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1728045056100066401317280450561000664013172804505610006640131728045056100066401317280450561000664013172804505610006640131728045056100066401317280450561000664013172804505610006640131728045056100066401317280450561000664013172804505610006640131728045056100066401317280450561000664013172804505610006640131728045056100066401317280450561000664013172804505610006640131728045056100066401317280450561000664013" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2860750a-9100-4210-a27b-0645d5644e8d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, df3e4640-9ab6-47e0-bb68-224abde37394, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, df3e4640-9ab6-47e0-bb68-224abde37394, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5909426219975267572 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59094262199752675725909426219975267572590942621997526757259094262199752675725909426219975267572590942621997526757259094262199752675725909426219975267572590942621997526757259094262199752675725909426219975267572590942621997526757259094262199752675725909426219975267572590942621997526757259094262199752675725909426219975267572590942621997526757259094262199752675725909426219975267572" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 323cb21f-84a1-4e43-88e4-eebdbff1de5a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 57a669c4-f684-47eb-a425-f6d41c9d7539, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 57a669c4-f684-47eb-a425-f6d41c9d7539, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10536056932471619807 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1053605693247161980710536056932471619807105360569324716198071053605693247161980710536056932471619807105360569324716198071053605693247161980710536056932471619807105360569324716198071053605693247161980710536056932471619807105360569324716198071053605693247161980710536056932471619807105360569324716198071053605693247161980710536056932471619807105360569324716198071053605693247161980710536056932471619807" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, df3e4640-9ab6-47e0-bb68-224abde37394, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 57a669c4-f684-47eb-a425-f6d41c9d7539, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4596f786-5dfd-4196-b36c-47cf57802dbb, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4596f786-5dfd-4196-b36c-47cf57802dbb, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7577794264944198880 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75777942649441988807577794264944198880757779426494419888075777942649441988807577794264944198880757779426494419888075777942649441988807577794264944198880757779426494419888075777942649441988807577794264944198880757779426494419888075777942649441988807577794264944198880757779426494419888075777942649441988807577794264944198880757779426494419888075777942649441988807577794264944198880" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a210519e-a451-4d57-8c42-05c7a18d6215, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a210519e-a451-4d57-8c42-05c7a18d6215, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2372799625886821996 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23727996258868219962372799625886821996237279962588682199623727996258868219962372799625886821996237279962588682199623727996258868219962372799625886821996237279962588682199623727996258868219962372799625886821996237279962588682199623727996258868219962372799625886821996237279962588682199623727996258868219962372799625886821996237279962588682199623727996258868219962372799625886821996" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4596f786-5dfd-4196-b36c-47cf57802dbb, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b3f0f077-11b3-4fd4-96d9-8c477d9a0c09, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b3f0f077-11b3-4fd4-96d9-8c477d9a0c09, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10705800152563049136 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1070580015256304913610705800152563049136107058001525630491361070580015256304913610705800152563049136107058001525630491361070580015256304913610705800152563049136107058001525630491361070580015256304913610705800152563049136107058001525630491361070580015256304913610705800152563049136107058001525630491361070580015256304913610705800152563049136107058001525630491361070580015256304913610705800152563049136" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a210519e-a451-4d57-8c42-05c7a18d6215, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 75ca2ac1-2331-4f92-a1c1-eead2d244e64, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 75ca2ac1-2331-4f92-a1c1-eead2d244e64, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5335702966114181513 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53357029661141815135335702966114181513533570296611418151353357029661141815135335702966114181513533570296611418151353357029661141815135335702966114181513533570296611418151353357029661141815135335702966114181513533570296611418151353357029661141815135335702966114181513533570296611418151353357029661141815135335702966114181513533570296611418151353357029661141815135335702966114181513" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b3f0f077-11b3-4fd4-96d9-8c477d9a0c09, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c7a91396-8854-4560-b283-7c7f20f5f057, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c7a91396-8854-4560-b283-7c7f20f5f057, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2084043103701195921 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20840431037011959212084043103701195921208404310370119592120840431037011959212084043103701195921208404310370119592120840431037011959212084043103701195921208404310370119592120840431037011959212084043103701195921208404310370119592120840431037011959212084043103701195921208404310370119592120840431037011959212084043103701195921208404310370119592120840431037011959212084043103701195921" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 75ca2ac1-2331-4f92-a1c1-eead2d244e64, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 97fc3f44-8932-4f3d-986e-a9f226eff51e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 97fc3f44-8932-4f3d-986e-a9f226eff51e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13757721720032671302 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1375772172003267130213757721720032671302137577217200326713021375772172003267130213757721720032671302137577217200326713021375772172003267130213757721720032671302137577217200326713021375772172003267130213757721720032671302137577217200326713021375772172003267130213757721720032671302137577217200326713021375772172003267130213757721720032671302137577217200326713021375772172003267130213757721720032671302" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c7a91396-8854-4560-b283-7c7f20f5f057, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, abd874c5-746b-4fa2-a120-d98d1f1a0520, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, abd874c5-746b-4fa2-a120-d98d1f1a0520, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1393440095870560945 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13934400958705609451393440095870560945139344009587056094513934400958705609451393440095870560945139344009587056094513934400958705609451393440095870560945139344009587056094513934400958705609451393440095870560945139344009587056094513934400958705609451393440095870560945139344009587056094513934400958705609451393440095870560945139344009587056094513934400958705609451393440095870560945" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 97fc3f44-8932-4f3d-986e-a9f226eff51e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3b45ed35-423f-4501-915b-4365143a6b28, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3b45ed35-423f-4501-915b-4365143a6b28, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18276482310348169953 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1827648231034816995318276482310348169953182764823103481699531827648231034816995318276482310348169953182764823103481699531827648231034816995318276482310348169953182764823103481699531827648231034816995318276482310348169953182764823103481699531827648231034816995318276482310348169953182764823103481699531827648231034816995318276482310348169953182764823103481699531827648231034816995318276482310348169953" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, abd874c5-746b-4fa2-a120-d98d1f1a0520, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6491c359-8db0-48b6-bb9c-038400269ba0, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6491c359-8db0-48b6-bb9c-038400269ba0, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18420677803853464742 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1842067780385346474218420677803853464742184206778038534647421842067780385346474218420677803853464742184206778038534647421842067780385346474218420677803853464742184206778038534647421842067780385346474218420677803853464742184206778038534647421842067780385346474218420677803853464742184206778038534647421842067780385346474218420677803853464742184206778038534647421842067780385346474218420677803853464742" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3b45ed35-423f-4501-915b-4365143a6b28, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0116a4f4-5a78-428f-ac08-bc04d34e82e6, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0116a4f4-5a78-428f-ac08-bc04d34e82e6, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15566335810069479899 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1556633581006947989915566335810069479899155663358100694798991556633581006947989915566335810069479899155663358100694798991556633581006947989915566335810069479899155663358100694798991556633581006947989915566335810069479899155663358100694798991556633581006947989915566335810069479899155663358100694798991556633581006947989915566335810069479899155663358100694798991556633581006947989915566335810069479899" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6491c359-8db0-48b6-bb9c-038400269ba0, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6794a35a-9b9d-4f58-a12f-b4af9887dd04, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6794a35a-9b9d-4f58-a12f-b4af9887dd04, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16941900505199445973 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1694190050519944597316941900505199445973169419005051994459731694190050519944597316941900505199445973169419005051994459731694190050519944597316941900505199445973169419005051994459731694190050519944597316941900505199445973169419005051994459731694190050519944597316941900505199445973169419005051994459731694190050519944597316941900505199445973169419005051994459731694190050519944597316941900505199445973" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0116a4f4-5a78-428f-ac08-bc04d34e82e6, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0d5739be-718b-4720-9dcb-be8dbc569cd6, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0d5739be-718b-4720-9dcb-be8dbc569cd6, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16289034874609809660 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1628903487460980966016289034874609809660162890348746098096601628903487460980966016289034874609809660162890348746098096601628903487460980966016289034874609809660162890348746098096601628903487460980966016289034874609809660162890348746098096601628903487460980966016289034874609809660162890348746098096601628903487460980966016289034874609809660162890348746098096601628903487460980966016289034874609809660" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6794a35a-9b9d-4f58-a12f-b4af9887dd04, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 851216df-066a-4e0c-bfff-fa24ccece49c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 851216df-066a-4e0c-bfff-fa24ccece49c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13059140787421649963 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1305914078742164996313059140787421649963130591407874216499631305914078742164996313059140787421649963130591407874216499631305914078742164996313059140787421649963130591407874216499631305914078742164996313059140787421649963130591407874216499631305914078742164996313059140787421649963130591407874216499631305914078742164996313059140787421649963130591407874216499631305914078742164996313059140787421649963" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0d5739be-718b-4720-9dcb-be8dbc569cd6, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 61eb6d43-615e-4bdb-b48b-9ca7de3a2190, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 851216df-066a-4e0c-bfff-fa24ccece49c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 61eb6d43-615e-4bdb-b48b-9ca7de3a2190, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8438015153531142833 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84380151535311428338438015153531142833843801515353114283384380151535311428338438015153531142833843801515353114283384380151535311428338438015153531142833843801515353114283384380151535311428338438015153531142833843801515353114283384380151535311428338438015153531142833843801515353114283384380151535311428338438015153531142833843801515353114283384380151535311428338438015153531142833" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bf49127c-87f8-4461-a6b2-e5441da67b0c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bf49127c-87f8-4461-a6b2-e5441da67b0c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12623735314491197532 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1262373531449119753212623735314491197532126237353144911975321262373531449119753212623735314491197532126237353144911975321262373531449119753212623735314491197532126237353144911975321262373531449119753212623735314491197532126237353144911975321262373531449119753212623735314491197532126237353144911975321262373531449119753212623735314491197532126237353144911975321262373531449119753212623735314491197532" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 61eb6d43-615e-4bdb-b48b-9ca7de3a2190, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4b4f0fd2-a34d-4e1d-a11a-9b20214ead4f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4b4f0fd2-a34d-4e1d-a11a-9b20214ead4f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 508060110344909558 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "508060110344909558508060110344909558508060110344909558508060110344909558508060110344909558508060110344909558508060110344909558508060110344909558508060110344909558508060110344909558508060110344909558508060110344909558508060110344909558508060110344909558508060110344909558508060110344909558508060110344909558508060110344909558508060110344909558508060110344909558" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bf49127c-87f8-4461-a6b2-e5441da67b0c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2fb1b397-3a47-4017-81c7-ae4cc655c3f8, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2fb1b397-3a47-4017-81c7-ae4cc655c3f8, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11184596576338604285 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1118459657633860428511184596576338604285111845965763386042851118459657633860428511184596576338604285111845965763386042851118459657633860428511184596576338604285111845965763386042851118459657633860428511184596576338604285111845965763386042851118459657633860428511184596576338604285111845965763386042851118459657633860428511184596576338604285111845965763386042851118459657633860428511184596576338604285" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4b4f0fd2-a34d-4e1d-a11a-9b20214ead4f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 46f531d2-968b-4c36-a97a-05c3ce979944, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 46f531d2-968b-4c36-a97a-05c3ce979944, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14974745439184358213 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1497474543918435821314974745439184358213149747454391843582131497474543918435821314974745439184358213149747454391843582131497474543918435821314974745439184358213149747454391843582131497474543918435821314974745439184358213149747454391843582131497474543918435821314974745439184358213149747454391843582131497474543918435821314974745439184358213149747454391843582131497474543918435821314974745439184358213" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2fb1b397-3a47-4017-81c7-ae4cc655c3f8, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2672061e-a2a1-4c13-bd81-d58f76ec907b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2672061e-a2a1-4c13-bd81-d58f76ec907b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10680647623855347193 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1068064762385534719310680647623855347193106806476238553471931068064762385534719310680647623855347193106806476238553471931068064762385534719310680647623855347193106806476238553471931068064762385534719310680647623855347193106806476238553471931068064762385534719310680647623855347193106806476238553471931068064762385534719310680647623855347193106806476238553471931068064762385534719310680647623855347193" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 46f531d2-968b-4c36-a97a-05c3ce979944, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4af9f654-0c22-4208-9432-3102a64853ae, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4af9f654-0c22-4208-9432-3102a64853ae, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1281204924003302256 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12812049240033022561281204924003302256128120492400330225612812049240033022561281204924003302256128120492400330225612812049240033022561281204924003302256128120492400330225612812049240033022561281204924003302256128120492400330225612812049240033022561281204924003302256128120492400330225612812049240033022561281204924003302256128120492400330225612812049240033022561281204924003302256" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2672061e-a2a1-4c13-bd81-d58f76ec907b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5d73000d-2cb8-4f49-b3f1-b75ed5aee46e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5d73000d-2cb8-4f49-b3f1-b75ed5aee46e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17834196610732428328 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1783419661073242832817834196610732428328178341966107324283281783419661073242832817834196610732428328178341966107324283281783419661073242832817834196610732428328178341966107324283281783419661073242832817834196610732428328178341966107324283281783419661073242832817834196610732428328178341966107324283281783419661073242832817834196610732428328178341966107324283281783419661073242832817834196610732428328" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4af9f654-0c22-4208-9432-3102a64853ae, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c3f43a10-b364-441e-8d17-995d8843bc04, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c3f43a10-b364-441e-8d17-995d8843bc04, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11574213970428335361 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1157421397042833536111574213970428335361115742139704283353611157421397042833536111574213970428335361115742139704283353611157421397042833536111574213970428335361115742139704283353611157421397042833536111574213970428335361115742139704283353611157421397042833536111574213970428335361115742139704283353611157421397042833536111574213970428335361115742139704283353611157421397042833536111574213970428335361" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5d73000d-2cb8-4f49-b3f1-b75ed5aee46e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 21657730-73ec-4016-b333-7d50e16f0fdd, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 21657730-73ec-4016-b333-7d50e16f0fdd, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11068153660870333607 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1106815366087033360711068153660870333607110681536608703336071106815366087033360711068153660870333607110681536608703336071106815366087033360711068153660870333607110681536608703336071106815366087033360711068153660870333607110681536608703336071106815366087033360711068153660870333607110681536608703336071106815366087033360711068153660870333607110681536608703336071106815366087033360711068153660870333607" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c3f43a10-b364-441e-8d17-995d8843bc04, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e2760f65-3610-4c47-8bc1-b50c8756c29c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e2760f65-3610-4c47-8bc1-b50c8756c29c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1803050020695925914 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18030500206959259141803050020695925914180305002069592591418030500206959259141803050020695925914180305002069592591418030500206959259141803050020695925914180305002069592591418030500206959259141803050020695925914180305002069592591418030500206959259141803050020695925914180305002069592591418030500206959259141803050020695925914180305002069592591418030500206959259141803050020695925914" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 21657730-73ec-4016-b333-7d50e16f0fdd, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c55b6f8d-644f-43ac-aed3-b570efcfeb01, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c55b6f8d-644f-43ac-aed3-b570efcfeb01, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3189957873719307924 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31899578737193079243189957873719307924318995787371930792431899578737193079243189957873719307924318995787371930792431899578737193079243189957873719307924318995787371930792431899578737193079243189957873719307924318995787371930792431899578737193079243189957873719307924318995787371930792431899578737193079243189957873719307924318995787371930792431899578737193079243189957873719307924" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e2760f65-3610-4c47-8bc1-b50c8756c29c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3d7fd566-2c61-492c-9dc6-4aa3a456a914, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3d7fd566-2c61-492c-9dc6-4aa3a456a914, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17748767575918028503 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1774876757591802850317748767575918028503177487675759180285031774876757591802850317748767575918028503177487675759180285031774876757591802850317748767575918028503177487675759180285031774876757591802850317748767575918028503177487675759180285031774876757591802850317748767575918028503177487675759180285031774876757591802850317748767575918028503177487675759180285031774876757591802850317748767575918028503" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c55b6f8d-644f-43ac-aed3-b570efcfeb01, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, da9ebc02-02e6-49c2-98d5-60539e8d7064, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, da9ebc02-02e6-49c2-98d5-60539e8d7064, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4744047609646952868 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47440476096469528684744047609646952868474404760964695286847440476096469528684744047609646952868474404760964695286847440476096469528684744047609646952868474404760964695286847440476096469528684744047609646952868474404760964695286847440476096469528684744047609646952868474404760964695286847440476096469528684744047609646952868474404760964695286847440476096469528684744047609646952868" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3d7fd566-2c61-492c-9dc6-4aa3a456a914, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2ddb812f-60df-4b12-9c63-d1642b357770, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2ddb812f-60df-4b12-9c63-d1642b357770, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8404737669394092929 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84047376693940929298404737669394092929840473766939409292984047376693940929298404737669394092929840473766939409292984047376693940929298404737669394092929840473766939409292984047376693940929298404737669394092929840473766939409292984047376693940929298404737669394092929840473766939409292984047376693940929298404737669394092929840473766939409292984047376693940929298404737669394092929" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, da9ebc02-02e6-49c2-98d5-60539e8d7064, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a5ad3e65-71fe-43bb-8632-c449301a1346, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a5ad3e65-71fe-43bb-8632-c449301a1346, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17413686229744212575 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1741368622974421257517413686229744212575174136862297442125751741368622974421257517413686229744212575174136862297442125751741368622974421257517413686229744212575174136862297442125751741368622974421257517413686229744212575174136862297442125751741368622974421257517413686229744212575174136862297442125751741368622974421257517413686229744212575174136862297442125751741368622974421257517413686229744212575" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2ddb812f-60df-4b12-9c63-d1642b357770, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d331053f-7462-4f62-869d-26d056ea081c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d331053f-7462-4f62-869d-26d056ea081c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12157363732999002294 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1215736373299900229412157363732999002294121573637329990022941215736373299900229412157363732999002294121573637329990022941215736373299900229412157363732999002294121573637329990022941215736373299900229412157363732999002294121573637329990022941215736373299900229412157363732999002294121573637329990022941215736373299900229412157363732999002294121573637329990022941215736373299900229412157363732999002294" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a5ad3e65-71fe-43bb-8632-c449301a1346, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e8f3af6e-283f-4bbe-bcf8-f1791617d052, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e8f3af6e-283f-4bbe-bcf8-f1791617d052, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9941945259161328698 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99419452591613286989941945259161328698994194525916132869899419452591613286989941945259161328698994194525916132869899419452591613286989941945259161328698994194525916132869899419452591613286989941945259161328698994194525916132869899419452591613286989941945259161328698994194525916132869899419452591613286989941945259161328698994194525916132869899419452591613286989941945259161328698" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d331053f-7462-4f62-869d-26d056ea081c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3db45388-4b46-40c8-a55d-fa771b77fb3e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3db45388-4b46-40c8-a55d-fa771b77fb3e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8323361277646468878 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83233612776464688788323361277646468878832336127764646887883233612776464688788323361277646468878832336127764646887883233612776464688788323361277646468878832336127764646887883233612776464688788323361277646468878832336127764646887883233612776464688788323361277646468878832336127764646887883233612776464688788323361277646468878832336127764646887883233612776464688788323361277646468878" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e8f3af6e-283f-4bbe-bcf8-f1791617d052, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e038bb1f-a87f-416c-8904-aa245157010d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e038bb1f-a87f-416c-8904-aa245157010d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1635354040754747125 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16353540407547471251635354040754747125163535404075474712516353540407547471251635354040754747125163535404075474712516353540407547471251635354040754747125163535404075474712516353540407547471251635354040754747125163535404075474712516353540407547471251635354040754747125163535404075474712516353540407547471251635354040754747125163535404075474712516353540407547471251635354040754747125" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3db45388-4b46-40c8-a55d-fa771b77fb3e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7f4d2dd5-7391-4577-912a-d805ddbd9d82, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7f4d2dd5-7391-4577-912a-d805ddbd9d82, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9017842655670609512 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90178426556706095129017842655670609512901784265567060951290178426556706095129017842655670609512901784265567060951290178426556706095129017842655670609512901784265567060951290178426556706095129017842655670609512901784265567060951290178426556706095129017842655670609512901784265567060951290178426556706095129017842655670609512901784265567060951290178426556706095129017842655670609512" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e038bb1f-a87f-416c-8904-aa245157010d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fb7d5dec-5eb6-4875-9787-e1203f87a54b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fb7d5dec-5eb6-4875-9787-e1203f87a54b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4072088347803634864 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40720883478036348644072088347803634864407208834780363486440720883478036348644072088347803634864407208834780363486440720883478036348644072088347803634864407208834780363486440720883478036348644072088347803634864407208834780363486440720883478036348644072088347803634864407208834780363486440720883478036348644072088347803634864407208834780363486440720883478036348644072088347803634864" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7f4d2dd5-7391-4577-912a-d805ddbd9d82, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2dd0c65a-3e29-49df-b8c7-ba6245f31323, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2dd0c65a-3e29-49df-b8c7-ba6245f31323, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2433162286161654917 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24331622861616549172433162286161654917243316228616165491724331622861616549172433162286161654917243316228616165491724331622861616549172433162286161654917243316228616165491724331622861616549172433162286161654917243316228616165491724331622861616549172433162286161654917243316228616165491724331622861616549172433162286161654917243316228616165491724331622861616549172433162286161654917" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fb7d5dec-5eb6-4875-9787-e1203f87a54b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f4993ab5-da9a-4adc-88ca-e7363c9a3069, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f4993ab5-da9a-4adc-88ca-e7363c9a3069, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12233038553986705943 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1223303855398670594312233038553986705943122330385539867059431223303855398670594312233038553986705943122330385539867059431223303855398670594312233038553986705943122330385539867059431223303855398670594312233038553986705943122330385539867059431223303855398670594312233038553986705943122330385539867059431223303855398670594312233038553986705943122330385539867059431223303855398670594312233038553986705943" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2dd0c65a-3e29-49df-b8c7-ba6245f31323, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ccb1f88f-dea2-4bce-8466-20bf5188b21e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ccb1f88f-dea2-4bce-8466-20bf5188b21e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12026416538660228369 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1202641653866022836912026416538660228369120264165386602283691202641653866022836912026416538660228369120264165386602283691202641653866022836912026416538660228369120264165386602283691202641653866022836912026416538660228369120264165386602283691202641653866022836912026416538660228369120264165386602283691202641653866022836912026416538660228369120264165386602283691202641653866022836912026416538660228369" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f4993ab5-da9a-4adc-88ca-e7363c9a3069, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fd25c5d4-0a16-4f38-b867-ec20b1a22f55, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fd25c5d4-0a16-4f38-b867-ec20b1a22f55, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10026497717299123318 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1002649771729912331810026497717299123318100264977172991233181002649771729912331810026497717299123318100264977172991233181002649771729912331810026497717299123318100264977172991233181002649771729912331810026497717299123318100264977172991233181002649771729912331810026497717299123318100264977172991233181002649771729912331810026497717299123318100264977172991233181002649771729912331810026497717299123318" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ccb1f88f-dea2-4bce-8466-20bf5188b21e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 848a37da-600a-483f-9f0e-692c4f7038f2, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 848a37da-600a-483f-9f0e-692c4f7038f2, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11707400674098683443 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1170740067409868344311707400674098683443117074006740986834431170740067409868344311707400674098683443117074006740986834431170740067409868344311707400674098683443117074006740986834431170740067409868344311707400674098683443117074006740986834431170740067409868344311707400674098683443117074006740986834431170740067409868344311707400674098683443117074006740986834431170740067409868344311707400674098683443" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fd25c5d4-0a16-4f38-b867-ec20b1a22f55, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 02d2feb5-96f0-4fab-a317-721c0c7d1ad1, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 848a37da-600a-483f-9f0e-692c4f7038f2, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d2909477-da07-4ef2-8373-b2d0fa6438b9, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 02d2feb5-96f0-4fab-a317-721c0c7d1ad1, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9340438350274988310 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93404383502749883109340438350274988310934043835027498831093404383502749883109340438350274988310934043835027498831093404383502749883109340438350274988310934043835027498831093404383502749883109340438350274988310934043835027498831093404383502749883109340438350274988310934043835027498831093404383502749883109340438350274988310934043835027498831093404383502749883109340438350274988310" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d2909477-da07-4ef2-8373-b2d0fa6438b9, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16586695573164066930 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1658669557316406693016586695573164066930165866955731640669301658669557316406693016586695573164066930165866955731640669301658669557316406693016586695573164066930165866955731640669301658669557316406693016586695573164066930165866955731640669301658669557316406693016586695573164066930165866955731640669301658669557316406693016586695573164066930165866955731640669301658669557316406693016586695573164066930" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 02d2feb5-96f0-4fab-a317-721c0c7d1ad1, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f453e8c4-40af-4cff-b655-45471de0eea7, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d2909477-da07-4ef2-8373-b2d0fa6438b9, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cb5966c9-0388-436e-adc6-34bb7e0a79e8, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cb5966c9-0388-436e-adc6-34bb7e0a79e8, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9952531953717411754 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99525319537174117549952531953717411754995253195371741175499525319537174117549952531953717411754995253195371741175499525319537174117549952531953717411754995253195371741175499525319537174117549952531953717411754995253195371741175499525319537174117549952531953717411754995253195371741175499525319537174117549952531953717411754995253195371741175499525319537174117549952531953717411754" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f453e8c4-40af-4cff-b655-45471de0eea7, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 484883488570347946 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "484883488570347946484883488570347946484883488570347946484883488570347946484883488570347946484883488570347946484883488570347946484883488570347946484883488570347946484883488570347946484883488570347946484883488570347946484883488570347946484883488570347946484883488570347946484883488570347946484883488570347946484883488570347946484883488570347946484883488570347946" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cb5966c9-0388-436e-adc6-34bb7e0a79e8, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fe5d211e-8089-4343-837e-cc0f20cd6f0d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fe5d211e-8089-4343-837e-cc0f20cd6f0d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7144819200490293625 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71448192004902936257144819200490293625714481920049029362571448192004902936257144819200490293625714481920049029362571448192004902936257144819200490293625714481920049029362571448192004902936257144819200490293625714481920049029362571448192004902936257144819200490293625714481920049029362571448192004902936257144819200490293625714481920049029362571448192004902936257144819200490293625" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f453e8c4-40af-4cff-b655-45471de0eea7, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9ac12ada-76ac-4279-84f1-4020fb71ec6a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9ac12ada-76ac-4279-84f1-4020fb71ec6a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16658877888447770459 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1665887788844777045916658877888447770459166588778884477704591665887788844777045916658877888447770459166588778884477704591665887788844777045916658877888447770459166588778884477704591665887788844777045916658877888447770459166588778884477704591665887788844777045916658877888447770459166588778884477704591665887788844777045916658877888447770459166588778884477704591665887788844777045916658877888447770459" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fe5d211e-8089-4343-837e-cc0f20cd6f0d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 022389ff-6e84-4040-898f-1fefc138357c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9ac12ada-76ac-4279-84f1-4020fb71ec6a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 022389ff-6e84-4040-898f-1fefc138357c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 664727099959465307 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "664727099959465307664727099959465307664727099959465307664727099959465307664727099959465307664727099959465307664727099959465307664727099959465307664727099959465307664727099959465307664727099959465307664727099959465307664727099959465307664727099959465307664727099959465307664727099959465307664727099959465307664727099959465307664727099959465307664727099959465307" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cb3a34dd-1531-4c6f-af22-007cf981dc34, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cb3a34dd-1531-4c6f-af22-007cf981dc34, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11852796830767232414 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1185279683076723241411852796830767232414118527968307672324141185279683076723241411852796830767232414118527968307672324141185279683076723241411852796830767232414118527968307672324141185279683076723241411852796830767232414118527968307672324141185279683076723241411852796830767232414118527968307672324141185279683076723241411852796830767232414118527968307672324141185279683076723241411852796830767232414" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 022389ff-6e84-4040-898f-1fefc138357c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 26080d1b-3e0d-40dc-9d26-ff445e5f139c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 26080d1b-3e0d-40dc-9d26-ff445e5f139c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13487573066542520935 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1348757306654252093513487573066542520935134875730665425209351348757306654252093513487573066542520935134875730665425209351348757306654252093513487573066542520935134875730665425209351348757306654252093513487573066542520935134875730665425209351348757306654252093513487573066542520935134875730665425209351348757306654252093513487573066542520935134875730665425209351348757306654252093513487573066542520935" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cb3a34dd-1531-4c6f-af22-007cf981dc34, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9d3897b7-0661-4264-bd6f-70765cb961f8, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9d3897b7-0661-4264-bd6f-70765cb961f8, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4951481708076255013 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49514817080762550134951481708076255013495148170807625501349514817080762550134951481708076255013495148170807625501349514817080762550134951481708076255013495148170807625501349514817080762550134951481708076255013495148170807625501349514817080762550134951481708076255013495148170807625501349514817080762550134951481708076255013495148170807625501349514817080762550134951481708076255013" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 26080d1b-3e0d-40dc-9d26-ff445e5f139c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9d3897b7-0661-4264-bd6f-70765cb961f8, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0b9d27d8-6e7d-426a-96e7-a3573d5409e1, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2c73040c-80de-4547-ade6-86939fb3c647, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0b9d27d8-6e7d-426a-96e7-a3573d5409e1, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5322930825464150539 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53229308254641505395322930825464150539532293082546415053953229308254641505395322930825464150539532293082546415053953229308254641505395322930825464150539532293082546415053953229308254641505395322930825464150539532293082546415053953229308254641505395322930825464150539532293082546415053953229308254641505395322930825464150539532293082546415053953229308254641505395322930825464150539" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2c73040c-80de-4547-ade6-86939fb3c647, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12322197246729563943 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1232219724672956394312322197246729563943123221972467295639431232219724672956394312322197246729563943123221972467295639431232219724672956394312322197246729563943123221972467295639431232219724672956394312322197246729563943123221972467295639431232219724672956394312322197246729563943123221972467295639431232219724672956394312322197246729563943123221972467295639431232219724672956394312322197246729563943" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0b9d27d8-6e7d-426a-96e7-a3573d5409e1, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2c73040c-80de-4547-ade6-86939fb3c647, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8bcca5fe-6b86-43f8-a47a-e850e5d94984, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8bcca5fe-6b86-43f8-a47a-e850e5d94984, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17146520062433874131 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1714652006243387413117146520062433874131171465200624338741311714652006243387413117146520062433874131171465200624338741311714652006243387413117146520062433874131171465200624338741311714652006243387413117146520062433874131171465200624338741311714652006243387413117146520062433874131171465200624338741311714652006243387413117146520062433874131171465200624338741311714652006243387413117146520062433874131" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3bc09055-6c38-46a1-bbdd-71ff6714c3a2, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3bc09055-6c38-46a1-bbdd-71ff6714c3a2, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5287363718135901743 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52873637181359017435287363718135901743528736371813590174352873637181359017435287363718135901743528736371813590174352873637181359017435287363718135901743528736371813590174352873637181359017435287363718135901743528736371813590174352873637181359017435287363718135901743528736371813590174352873637181359017435287363718135901743528736371813590174352873637181359017435287363718135901743" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8bcca5fe-6b86-43f8-a47a-e850e5d94984, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7e7e0447-c9e8-4ad0-a312-1b447e083c58, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7e7e0447-c9e8-4ad0-a312-1b447e083c58, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8971303528343109037 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89713035283431090378971303528343109037897130352834310903789713035283431090378971303528343109037897130352834310903789713035283431090378971303528343109037897130352834310903789713035283431090378971303528343109037897130352834310903789713035283431090378971303528343109037897130352834310903789713035283431090378971303528343109037897130352834310903789713035283431090378971303528343109037" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3bc09055-6c38-46a1-bbdd-71ff6714c3a2, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 82ffdc90-0436-4810-986e-193500afc07f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 82ffdc90-0436-4810-986e-193500afc07f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10037366899862999917 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1003736689986299991710037366899862999917100373668998629999171003736689986299991710037366899862999917100373668998629999171003736689986299991710037366899862999917100373668998629999171003736689986299991710037366899862999917100373668998629999171003736689986299991710037366899862999917100373668998629999171003736689986299991710037366899862999917100373668998629999171003736689986299991710037366899862999917" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7e7e0447-c9e8-4ad0-a312-1b447e083c58, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1f926974-435a-492e-9b86-2e6a2dcbe1ff, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1f926974-435a-492e-9b86-2e6a2dcbe1ff, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5775365439323866641 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57753654393238666415775365439323866641577536543932386664157753654393238666415775365439323866641577536543932386664157753654393238666415775365439323866641577536543932386664157753654393238666415775365439323866641577536543932386664157753654393238666415775365439323866641577536543932386664157753654393238666415775365439323866641577536543932386664157753654393238666415775365439323866641" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 82ffdc90-0436-4810-986e-193500afc07f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 05ea097b-8bcd-45fd-b3eb-ff0f0c223698, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 05ea097b-8bcd-45fd-b3eb-ff0f0c223698, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4093534060080422593 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40935340600804225934093534060080422593409353406008042259340935340600804225934093534060080422593409353406008042259340935340600804225934093534060080422593409353406008042259340935340600804225934093534060080422593409353406008042259340935340600804225934093534060080422593409353406008042259340935340600804225934093534060080422593409353406008042259340935340600804225934093534060080422593" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1f926974-435a-492e-9b86-2e6a2dcbe1ff, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 05ea097b-8bcd-45fd-b3eb-ff0f0c223698, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f04f0a2f-0516-4592-872c-d1393526acd7, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f04f0a2f-0516-4592-872c-d1393526acd7, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15990751415384592506 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1599075141538459250615990751415384592506159907514153845925061599075141538459250615990751415384592506159907514153845925061599075141538459250615990751415384592506159907514153845925061599075141538459250615990751415384592506159907514153845925061599075141538459250615990751415384592506159907514153845925061599075141538459250615990751415384592506159907514153845925061599075141538459250615990751415384592506" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7eded2e8-65b4-479d-ab0d-79f9b0ab8ac8, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7eded2e8-65b4-479d-ab0d-79f9b0ab8ac8, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16528153091421012438 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1652815309142101243816528153091421012438165281530914210124381652815309142101243816528153091421012438165281530914210124381652815309142101243816528153091421012438165281530914210124381652815309142101243816528153091421012438165281530914210124381652815309142101243816528153091421012438165281530914210124381652815309142101243816528153091421012438165281530914210124381652815309142101243816528153091421012438" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f04f0a2f-0516-4592-872c-d1393526acd7, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0fa0c3d5-cc56-478b-b4b3-b9cf0f2e934d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7eded2e8-65b4-479d-ab0d-79f9b0ab8ac8, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0fa0c3d5-cc56-478b-b4b3-b9cf0f2e934d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13518962072088304452 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1351896207208830445213518962072088304452135189620720883044521351896207208830445213518962072088304452135189620720883044521351896207208830445213518962072088304452135189620720883044521351896207208830445213518962072088304452135189620720883044521351896207208830445213518962072088304452135189620720883044521351896207208830445213518962072088304452135189620720883044521351896207208830445213518962072088304452" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1f3f57b5-a6de-417a-88e7-574a6d1f34bf, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1f3f57b5-a6de-417a-88e7-574a6d1f34bf, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15069434562967373460 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1506943456296737346015069434562967373460150694345629673734601506943456296737346015069434562967373460150694345629673734601506943456296737346015069434562967373460150694345629673734601506943456296737346015069434562967373460150694345629673734601506943456296737346015069434562967373460150694345629673734601506943456296737346015069434562967373460150694345629673734601506943456296737346015069434562967373460" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1f3f57b5-a6de-417a-88e7-574a6d1f34bf, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a825fccc-b091-4c37-bb46-a824ee4e7677, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a825fccc-b091-4c37-bb46-a824ee4e7677, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14000648358319699855 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1400064835831969985514000648358319699855140006483583196998551400064835831969985514000648358319699855140006483583196998551400064835831969985514000648358319699855140006483583196998551400064835831969985514000648358319699855140006483583196998551400064835831969985514000648358319699855140006483583196998551400064835831969985514000648358319699855140006483583196998551400064835831969985514000648358319699855" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0fa0c3d5-cc56-478b-b4b3-b9cf0f2e934d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0774d393-2284-4805-8fc5-6c5f69eb2865, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0774d393-2284-4805-8fc5-6c5f69eb2865, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4700338748073382435 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47003387480733824354700338748073382435470033874807338243547003387480733824354700338748073382435470033874807338243547003387480733824354700338748073382435470033874807338243547003387480733824354700338748073382435470033874807338243547003387480733824354700338748073382435470033874807338243547003387480733824354700338748073382435470033874807338243547003387480733824354700338748073382435" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a825fccc-b091-4c37-bb46-a824ee4e7677, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dd3b170b-8b6d-4900-b98b-4ac4b0effc17, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dd3b170b-8b6d-4900-b98b-4ac4b0effc17, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15144100650631487262 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1514410065063148726215144100650631487262151441006506314872621514410065063148726215144100650631487262151441006506314872621514410065063148726215144100650631487262151441006506314872621514410065063148726215144100650631487262151441006506314872621514410065063148726215144100650631487262151441006506314872621514410065063148726215144100650631487262151441006506314872621514410065063148726215144100650631487262" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0774d393-2284-4805-8fc5-6c5f69eb2865, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1edf9c35-4046-417e-8649-33863934cb53, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dd3b170b-8b6d-4900-b98b-4ac4b0effc17, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1edf9c35-4046-417e-8649-33863934cb53, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11674199820242085779 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1167419982024208577911674199820242085779116741998202420857791167419982024208577911674199820242085779116741998202420857791167419982024208577911674199820242085779116741998202420857791167419982024208577911674199820242085779116741998202420857791167419982024208577911674199820242085779116741998202420857791167419982024208577911674199820242085779116741998202420857791167419982024208577911674199820242085779" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f158b894-2fa8-4ba8-86ac-40c30dad5cdb, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f158b894-2fa8-4ba8-86ac-40c30dad5cdb, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17828293316856928970 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1782829331685692897017828293316856928970178282933168569289701782829331685692897017828293316856928970178282933168569289701782829331685692897017828293316856928970178282933168569289701782829331685692897017828293316856928970178282933168569289701782829331685692897017828293316856928970178282933168569289701782829331685692897017828293316856928970178282933168569289701782829331685692897017828293316856928970" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1edf9c35-4046-417e-8649-33863934cb53, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 91485150-e224-49e2-8282-77f821a95a83, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 91485150-e224-49e2-8282-77f821a95a83, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15511132171713840166 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1551113217171384016615511132171713840166155111321717138401661551113217171384016615511132171713840166155111321717138401661551113217171384016615511132171713840166155111321717138401661551113217171384016615511132171713840166155111321717138401661551113217171384016615511132171713840166155111321717138401661551113217171384016615511132171713840166155111321717138401661551113217171384016615511132171713840166" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f158b894-2fa8-4ba8-86ac-40c30dad5cdb, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a85b6e12-d3ec-4dea-82f8-7a1ab84ef5f5, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a85b6e12-d3ec-4dea-82f8-7a1ab84ef5f5, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15071355771422961883 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1507135577142296188315071355771422961883150713557714229618831507135577142296188315071355771422961883150713557714229618831507135577142296188315071355771422961883150713557714229618831507135577142296188315071355771422961883150713557714229618831507135577142296188315071355771422961883150713557714229618831507135577142296188315071355771422961883150713557714229618831507135577142296188315071355771422961883" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 91485150-e224-49e2-8282-77f821a95a83, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 738ee9d4-6735-4843-9123-22e9301cc253, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 738ee9d4-6735-4843-9123-22e9301cc253, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1684369435330188628 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16843694353301886281684369435330188628168436943533018862816843694353301886281684369435330188628168436943533018862816843694353301886281684369435330188628168436943533018862816843694353301886281684369435330188628168436943533018862816843694353301886281684369435330188628168436943533018862816843694353301886281684369435330188628168436943533018862816843694353301886281684369435330188628" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a85b6e12-d3ec-4dea-82f8-7a1ab84ef5f5, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9bfc0445-de1a-4ca9-b8a4-983cce3ea5a9, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9bfc0445-de1a-4ca9-b8a4-983cce3ea5a9, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10302433572705568088 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1030243357270556808810302433572705568088103024335727055680881030243357270556808810302433572705568088103024335727055680881030243357270556808810302433572705568088103024335727055680881030243357270556808810302433572705568088103024335727055680881030243357270556808810302433572705568088103024335727055680881030243357270556808810302433572705568088103024335727055680881030243357270556808810302433572705568088" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 738ee9d4-6735-4843-9123-22e9301cc253, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 20df56aa-2a67-40d7-af52-1ec8283124d5, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 20df56aa-2a67-40d7-af52-1ec8283124d5, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7824984154260240414 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78249841542602404147824984154260240414782498415426024041478249841542602404147824984154260240414782498415426024041478249841542602404147824984154260240414782498415426024041478249841542602404147824984154260240414782498415426024041478249841542602404147824984154260240414782498415426024041478249841542602404147824984154260240414782498415426024041478249841542602404147824984154260240414" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9bfc0445-de1a-4ca9-b8a4-983cce3ea5a9, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5a61d2f0-6f3e-41f7-afda-a12d1ce966f4, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5a61d2f0-6f3e-41f7-afda-a12d1ce966f4, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12647998113287018392 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1264799811328701839212647998113287018392126479981132870183921264799811328701839212647998113287018392126479981132870183921264799811328701839212647998113287018392126479981132870183921264799811328701839212647998113287018392126479981132870183921264799811328701839212647998113287018392126479981132870183921264799811328701839212647998113287018392126479981132870183921264799811328701839212647998113287018392" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 20df56aa-2a67-40d7-af52-1ec8283124d5, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2545615a-0cd9-4587-91fd-34acef215e7f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2545615a-0cd9-4587-91fd-34acef215e7f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11095982644447401581 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1109598264444740158111095982644447401581110959826444474015811109598264444740158111095982644447401581110959826444474015811109598264444740158111095982644447401581110959826444474015811109598264444740158111095982644447401581110959826444474015811109598264444740158111095982644447401581110959826444474015811109598264444740158111095982644447401581110959826444474015811109598264444740158111095982644447401581" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5a61d2f0-6f3e-41f7-afda-a12d1ce966f4, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c3cd883f-ceff-4ce4-8971-9b4d72dc4443, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c3cd883f-ceff-4ce4-8971-9b4d72dc4443, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4403192439193581341 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44031924391935813414403192439193581341440319243919358134144031924391935813414403192439193581341440319243919358134144031924391935813414403192439193581341440319243919358134144031924391935813414403192439193581341440319243919358134144031924391935813414403192439193581341440319243919358134144031924391935813414403192439193581341440319243919358134144031924391935813414403192439193581341" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2545615a-0cd9-4587-91fd-34acef215e7f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a26faa4f-06ca-4a17-b528-cbcc062137e2, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a26faa4f-06ca-4a17-b528-cbcc062137e2, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17455158474456581468 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1745515847445658146817455158474456581468174551584744565814681745515847445658146817455158474456581468174551584744565814681745515847445658146817455158474456581468174551584744565814681745515847445658146817455158474456581468174551584744565814681745515847445658146817455158474456581468174551584744565814681745515847445658146817455158474456581468174551584744565814681745515847445658146817455158474456581468" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c3cd883f-ceff-4ce4-8971-9b4d72dc4443, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3839e9a4-d8d1-4d85-9c0d-aa304fee0e97, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3839e9a4-d8d1-4d85-9c0d-aa304fee0e97, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12971962619878832164 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1297196261987883216412971962619878832164129719626198788321641297196261987883216412971962619878832164129719626198788321641297196261987883216412971962619878832164129719626198788321641297196261987883216412971962619878832164129719626198788321641297196261987883216412971962619878832164129719626198788321641297196261987883216412971962619878832164129719626198788321641297196261987883216412971962619878832164" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a26faa4f-06ca-4a17-b528-cbcc062137e2, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5215e7e6-c50e-4aba-bf20-6972fe7c28b0, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5215e7e6-c50e-4aba-bf20-6972fe7c28b0, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4386043284174111095 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43860432841741110954386043284174111095438604328417411109543860432841741110954386043284174111095438604328417411109543860432841741110954386043284174111095438604328417411109543860432841741110954386043284174111095438604328417411109543860432841741110954386043284174111095438604328417411109543860432841741110954386043284174111095438604328417411109543860432841741110954386043284174111095" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3839e9a4-d8d1-4d85-9c0d-aa304fee0e97, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 18ce880e-37b8-4918-bb31-b666271e6208, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 18ce880e-37b8-4918-bb31-b666271e6208, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6021957766345522627 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60219577663455226276021957766345522627602195776634552262760219577663455226276021957766345522627602195776634552262760219577663455226276021957766345522627602195776634552262760219577663455226276021957766345522627602195776634552262760219577663455226276021957766345522627602195776634552262760219577663455226276021957766345522627602195776634552262760219577663455226276021957766345522627" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 18ce880e-37b8-4918-bb31-b666271e6208, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9d15751e-7f77-4fba-ba2c-5bf523170566, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9d15751e-7f77-4fba-ba2c-5bf523170566, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12091600012618101468 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1209160001261810146812091600012618101468120916000126181014681209160001261810146812091600012618101468120916000126181014681209160001261810146812091600012618101468120916000126181014681209160001261810146812091600012618101468120916000126181014681209160001261810146812091600012618101468120916000126181014681209160001261810146812091600012618101468120916000126181014681209160001261810146812091600012618101468" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5215e7e6-c50e-4aba-bf20-6972fe7c28b0, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 064eb574-593d-44eb-9030-b3905031eba4, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 064eb574-593d-44eb-9030-b3905031eba4, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7177697945280305010 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71776979452803050107177697945280305010717769794528030501071776979452803050107177697945280305010717769794528030501071776979452803050107177697945280305010717769794528030501071776979452803050107177697945280305010717769794528030501071776979452803050107177697945280305010717769794528030501071776979452803050107177697945280305010717769794528030501071776979452803050107177697945280305010" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9d15751e-7f77-4fba-ba2c-5bf523170566, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1f54700b-f400-43c0-9784-d2692b080924, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1f54700b-f400-43c0-9784-d2692b080924, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12002606466838418344 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1200260646683841834412002606466838418344120026064668384183441200260646683841834412002606466838418344120026064668384183441200260646683841834412002606466838418344120026064668384183441200260646683841834412002606466838418344120026064668384183441200260646683841834412002606466838418344120026064668384183441200260646683841834412002606466838418344120026064668384183441200260646683841834412002606466838418344" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 064eb574-593d-44eb-9030-b3905031eba4, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 13fe6b32-2280-445a-8b74-1f5c4ef23396, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 13fe6b32-2280-445a-8b74-1f5c4ef23396, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8676027379197033614 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86760273791970336148676027379197033614867602737919703361486760273791970336148676027379197033614867602737919703361486760273791970336148676027379197033614867602737919703361486760273791970336148676027379197033614867602737919703361486760273791970336148676027379197033614867602737919703361486760273791970336148676027379197033614867602737919703361486760273791970336148676027379197033614" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1f54700b-f400-43c0-9784-d2692b080924, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8ee819de-2b23-4adf-bddb-0f8b46c86659, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8ee819de-2b23-4adf-bddb-0f8b46c86659, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11591716615956809718 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1159171661595680971811591716615956809718115917166159568097181159171661595680971811591716615956809718115917166159568097181159171661595680971811591716615956809718115917166159568097181159171661595680971811591716615956809718115917166159568097181159171661595680971811591716615956809718115917166159568097181159171661595680971811591716615956809718115917166159568097181159171661595680971811591716615956809718" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 13fe6b32-2280-445a-8b74-1f5c4ef23396, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 03145610-e2d6-4283-bff5-125739cdb310, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 03145610-e2d6-4283-bff5-125739cdb310, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6529712263272491432 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65297122632724914326529712263272491432652971226327249143265297122632724914326529712263272491432652971226327249143265297122632724914326529712263272491432652971226327249143265297122632724914326529712263272491432652971226327249143265297122632724914326529712263272491432652971226327249143265297122632724914326529712263272491432652971226327249143265297122632724914326529712263272491432" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8ee819de-2b23-4adf-bddb-0f8b46c86659, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 79d221e9-ce6c-4715-a8c2-87cb8ac8cbc5, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 79d221e9-ce6c-4715-a8c2-87cb8ac8cbc5, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13894382961298595487 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1389438296129859548713894382961298595487138943829612985954871389438296129859548713894382961298595487138943829612985954871389438296129859548713894382961298595487138943829612985954871389438296129859548713894382961298595487138943829612985954871389438296129859548713894382961298595487138943829612985954871389438296129859548713894382961298595487138943829612985954871389438296129859548713894382961298595487" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 03145610-e2d6-4283-bff5-125739cdb310, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ef720e2a-e959-4f3c-aaae-676262295b54, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ef720e2a-e959-4f3c-aaae-676262295b54, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1277036303009989519 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12770363030099895191277036303009989519127703630300998951912770363030099895191277036303009989519127703630300998951912770363030099895191277036303009989519127703630300998951912770363030099895191277036303009989519127703630300998951912770363030099895191277036303009989519127703630300998951912770363030099895191277036303009989519127703630300998951912770363030099895191277036303009989519" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ef720e2a-e959-4f3c-aaae-676262295b54, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3e862715-b19a-44cd-b19e-4028006ca8da, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3e862715-b19a-44cd-b19e-4028006ca8da, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14477732909767786980 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1447773290976778698014477732909767786980144777329097677869801447773290976778698014477732909767786980144777329097677869801447773290976778698014477732909767786980144777329097677869801447773290976778698014477732909767786980144777329097677869801447773290976778698014477732909767786980144777329097677869801447773290976778698014477732909767786980144777329097677869801447773290976778698014477732909767786980" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 79d221e9-ce6c-4715-a8c2-87cb8ac8cbc5, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5ff12d64-0d3e-44ab-ae39-26e232338b49, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5ff12d64-0d3e-44ab-ae39-26e232338b49, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5971384481117585084 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59713844811175850845971384481117585084597138448111758508459713844811175850845971384481117585084597138448111758508459713844811175850845971384481117585084597138448111758508459713844811175850845971384481117585084597138448111758508459713844811175850845971384481117585084597138448111758508459713844811175850845971384481117585084597138448111758508459713844811175850845971384481117585084" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3e862715-b19a-44cd-b19e-4028006ca8da, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a51c72e0-9311-43f3-a905-af69d2da3b19, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a51c72e0-9311-43f3-a905-af69d2da3b19, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5727552446582008080 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57275524465820080805727552446582008080572755244658200808057275524465820080805727552446582008080572755244658200808057275524465820080805727552446582008080572755244658200808057275524465820080805727552446582008080572755244658200808057275524465820080805727552446582008080572755244658200808057275524465820080805727552446582008080572755244658200808057275524465820080805727552446582008080" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5ff12d64-0d3e-44ab-ae39-26e232338b49, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 597e9430-d854-44d0-8f55-c5c68f470efd, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 597e9430-d854-44d0-8f55-c5c68f470efd, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8397428264457312931 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83974282644573129318397428264457312931839742826445731293183974282644573129318397428264457312931839742826445731293183974282644573129318397428264457312931839742826445731293183974282644573129318397428264457312931839742826445731293183974282644573129318397428264457312931839742826445731293183974282644573129318397428264457312931839742826445731293183974282644573129318397428264457312931" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a51c72e0-9311-43f3-a905-af69d2da3b19, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 597e9430-d854-44d0-8f55-c5c68f470efd, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 30efe6dd-e667-4f09-b947-8f123129a606, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 30efe6dd-e667-4f09-b947-8f123129a606, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15757569322120989950 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1575756932212098995015757569322120989950157575693221209899501575756932212098995015757569322120989950157575693221209899501575756932212098995015757569322120989950157575693221209899501575756932212098995015757569322120989950157575693221209899501575756932212098995015757569322120989950157575693221209899501575756932212098995015757569322120989950157575693221209899501575756932212098995015757569322120989950" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 946d949d-b3fe-4154-8bbe-df599cadbcf8, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 946d949d-b3fe-4154-8bbe-df599cadbcf8, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12246531169834997742 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1224653116983499774212246531169834997742122465311698349977421224653116983499774212246531169834997742122465311698349977421224653116983499774212246531169834997742122465311698349977421224653116983499774212246531169834997742122465311698349977421224653116983499774212246531169834997742122465311698349977421224653116983499774212246531169834997742122465311698349977421224653116983499774212246531169834997742" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 946d949d-b3fe-4154-8bbe-df599cadbcf8, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1e4f3ed6-f9a6-474f-90af-9162581cd377, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1e4f3ed6-f9a6-474f-90af-9162581cd377, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10198294227445335512 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1019829422744533551210198294227445335512101982942274453355121019829422744533551210198294227445335512101982942274453355121019829422744533551210198294227445335512101982942274453355121019829422744533551210198294227445335512101982942274453355121019829422744533551210198294227445335512101982942274453355121019829422744533551210198294227445335512101982942274453355121019829422744533551210198294227445335512" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 30efe6dd-e667-4f09-b947-8f123129a606, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 99cab750-ab4d-4b91-b99b-7b2741ab55c7, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 99cab750-ab4d-4b91-b99b-7b2741ab55c7, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17106955524970527760 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1710695552497052776017106955524970527760171069555249705277601710695552497052776017106955524970527760171069555249705277601710695552497052776017106955524970527760171069555249705277601710695552497052776017106955524970527760171069555249705277601710695552497052776017106955524970527760171069555249705277601710695552497052776017106955524970527760171069555249705277601710695552497052776017106955524970527760" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 99cab750-ab4d-4b91-b99b-7b2741ab55c7, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1e4f3ed6-f9a6-474f-90af-9162581cd377, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3c93617a-8310-4bd5-a87e-db965b7b33f2, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3c93617a-8310-4bd5-a87e-db965b7b33f2, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5299631503380640110 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52996315033806401105299631503380640110529963150338064011052996315033806401105299631503380640110529963150338064011052996315033806401105299631503380640110529963150338064011052996315033806401105299631503380640110529963150338064011052996315033806401105299631503380640110529963150338064011052996315033806401105299631503380640110529963150338064011052996315033806401105299631503380640110" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c7de8bc7-c6b1-493c-b980-6b78ee6e7ff6, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c7de8bc7-c6b1-493c-b980-6b78ee6e7ff6, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15826974494178490975 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1582697449417849097515826974494178490975158269744941784909751582697449417849097515826974494178490975158269744941784909751582697449417849097515826974494178490975158269744941784909751582697449417849097515826974494178490975158269744941784909751582697449417849097515826974494178490975158269744941784909751582697449417849097515826974494178490975158269744941784909751582697449417849097515826974494178490975" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3c93617a-8310-4bd5-a87e-db965b7b33f2, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, eb5bd040-61d5-4e31-a877-ed187623a402, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eb5bd040-61d5-4e31-a877-ed187623a402, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13005729537167045701 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1300572953716704570113005729537167045701130057295371670457011300572953716704570113005729537167045701130057295371670457011300572953716704570113005729537167045701130057295371670457011300572953716704570113005729537167045701130057295371670457011300572953716704570113005729537167045701130057295371670457011300572953716704570113005729537167045701130057295371670457011300572953716704570113005729537167045701" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c7de8bc7-c6b1-493c-b980-6b78ee6e7ff6, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, de40022e-f17b-4942-991c-c7352a4bf351, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, de40022e-f17b-4942-991c-c7352a4bf351, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9324689352422360910 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93246893524223609109324689352422360910932468935242236091093246893524223609109324689352422360910932468935242236091093246893524223609109324689352422360910932468935242236091093246893524223609109324689352422360910932468935242236091093246893524223609109324689352422360910932468935242236091093246893524223609109324689352422360910932468935242236091093246893524223609109324689352422360910" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eb5bd040-61d5-4e31-a877-ed187623a402, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3385fdf2-b422-4493-821a-73b3fe51cf48, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3385fdf2-b422-4493-821a-73b3fe51cf48, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2928889052092306861 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29288890520923068612928889052092306861292888905209230686129288890520923068612928889052092306861292888905209230686129288890520923068612928889052092306861292888905209230686129288890520923068612928889052092306861292888905209230686129288890520923068612928889052092306861292888905209230686129288890520923068612928889052092306861292888905209230686129288890520923068612928889052092306861" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, de40022e-f17b-4942-991c-c7352a4bf351, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 97c024f5-d499-480b-99c5-19c650583536, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 97c024f5-d499-480b-99c5-19c650583536, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17867739950198963198 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1786773995019896319817867739950198963198178677399501989631981786773995019896319817867739950198963198178677399501989631981786773995019896319817867739950198963198178677399501989631981786773995019896319817867739950198963198178677399501989631981786773995019896319817867739950198963198178677399501989631981786773995019896319817867739950198963198178677399501989631981786773995019896319817867739950198963198" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3385fdf2-b422-4493-821a-73b3fe51cf48, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0e37b5ad-802e-4d85-a98b-509e4eb86ebd, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0e37b5ad-802e-4d85-a98b-509e4eb86ebd, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15747785175977039852 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1574778517597703985215747785175977039852157477851759770398521574778517597703985215747785175977039852157477851759770398521574778517597703985215747785175977039852157477851759770398521574778517597703985215747785175977039852157477851759770398521574778517597703985215747785175977039852157477851759770398521574778517597703985215747785175977039852157477851759770398521574778517597703985215747785175977039852" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 97c024f5-d499-480b-99c5-19c650583536, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9e994ba4-b9e0-4f31-a5b6-d39fb8e04f04, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9e994ba4-b9e0-4f31-a5b6-d39fb8e04f04, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15580015409246287909 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1558001540924628790915580015409246287909155800154092462879091558001540924628790915580015409246287909155800154092462879091558001540924628790915580015409246287909155800154092462879091558001540924628790915580015409246287909155800154092462879091558001540924628790915580015409246287909155800154092462879091558001540924628790915580015409246287909155800154092462879091558001540924628790915580015409246287909" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0e37b5ad-802e-4d85-a98b-509e4eb86ebd, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9e994ba4-b9e0-4f31-a5b6-d39fb8e04f04, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6be42a7c-0199-4ab5-9b0d-fe9385b38881, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 06a76a0a-f58b-43d7-9536-b054afdf6a8a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6be42a7c-0199-4ab5-9b0d-fe9385b38881, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17370036390291387554 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1737003639029138755417370036390291387554173700363902913875541737003639029138755417370036390291387554173700363902913875541737003639029138755417370036390291387554173700363902913875541737003639029138755417370036390291387554173700363902913875541737003639029138755417370036390291387554173700363902913875541737003639029138755417370036390291387554173700363902913875541737003639029138755417370036390291387554" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 06a76a0a-f58b-43d7-9536-b054afdf6a8a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5382414996339982703 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53824149963399827035382414996339982703538241499633998270353824149963399827035382414996339982703538241499633998270353824149963399827035382414996339982703538241499633998270353824149963399827035382414996339982703538241499633998270353824149963399827035382414996339982703538241499633998270353824149963399827035382414996339982703538241499633998270353824149963399827035382414996339982703" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 06a76a0a-f58b-43d7-9536-b054afdf6a8a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, da439bb0-f8a8-45fe-9af5-4ed6da680b4b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, da439bb0-f8a8-45fe-9af5-4ed6da680b4b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7398981279793124850 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73989812797931248507398981279793124850739898127979312485073989812797931248507398981279793124850739898127979312485073989812797931248507398981279793124850739898127979312485073989812797931248507398981279793124850739898127979312485073989812797931248507398981279793124850739898127979312485073989812797931248507398981279793124850739898127979312485073989812797931248507398981279793124850" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6be42a7c-0199-4ab5-9b0d-fe9385b38881, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 48c877b4-510b-4a29-8ffa-b5d04aeefbdd, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 48c877b4-510b-4a29-8ffa-b5d04aeefbdd, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15746265774519669188 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1574626577451966918815746265774519669188157462657745196691881574626577451966918815746265774519669188157462657745196691881574626577451966918815746265774519669188157462657745196691881574626577451966918815746265774519669188157462657745196691881574626577451966918815746265774519669188157462657745196691881574626577451966918815746265774519669188157462657745196691881574626577451966918815746265774519669188" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, da439bb0-f8a8-45fe-9af5-4ed6da680b4b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b65e2942-64b9-4003-ac6a-cc119865e2da, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b65e2942-64b9-4003-ac6a-cc119865e2da, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10212332906417865305 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1021233290641786530510212332906417865305102123329064178653051021233290641786530510212332906417865305102123329064178653051021233290641786530510212332906417865305102123329064178653051021233290641786530510212332906417865305102123329064178653051021233290641786530510212332906417865305102123329064178653051021233290641786530510212332906417865305102123329064178653051021233290641786530510212332906417865305" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 48c877b4-510b-4a29-8ffa-b5d04aeefbdd, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bdb0fd61-70b7-4c05-939b-4bfc6e50bf37, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bdb0fd61-70b7-4c05-939b-4bfc6e50bf37, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4036674812207349398 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40366748122073493984036674812207349398403667481220734939840366748122073493984036674812207349398403667481220734939840366748122073493984036674812207349398403667481220734939840366748122073493984036674812207349398403667481220734939840366748122073493984036674812207349398403667481220734939840366748122073493984036674812207349398403667481220734939840366748122073493984036674812207349398" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b65e2942-64b9-4003-ac6a-cc119865e2da, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2377fa9d-a4b5-4459-b602-5a9e68075953, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2377fa9d-a4b5-4459-b602-5a9e68075953, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13705396969624401145 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1370539696962440114513705396969624401145137053969696244011451370539696962440114513705396969624401145137053969696244011451370539696962440114513705396969624401145137053969696244011451370539696962440114513705396969624401145137053969696244011451370539696962440114513705396969624401145137053969696244011451370539696962440114513705396969624401145137053969696244011451370539696962440114513705396969624401145" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bdb0fd61-70b7-4c05-939b-4bfc6e50bf37, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a3596944-af02-4d19-8743-e2b575b6414b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a3596944-af02-4d19-8743-e2b575b6414b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18005154740375850088 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1800515474037585008818005154740375850088180051547403758500881800515474037585008818005154740375850088180051547403758500881800515474037585008818005154740375850088180051547403758500881800515474037585008818005154740375850088180051547403758500881800515474037585008818005154740375850088180051547403758500881800515474037585008818005154740375850088180051547403758500881800515474037585008818005154740375850088" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2377fa9d-a4b5-4459-b602-5a9e68075953, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0f7e4e80-e291-4ecb-b41f-5d513cdbcf99, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0f7e4e80-e291-4ecb-b41f-5d513cdbcf99, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 407662835827540985 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "407662835827540985407662835827540985407662835827540985407662835827540985407662835827540985407662835827540985407662835827540985407662835827540985407662835827540985407662835827540985407662835827540985407662835827540985407662835827540985407662835827540985407662835827540985407662835827540985407662835827540985407662835827540985407662835827540985407662835827540985" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a3596944-af02-4d19-8743-e2b575b6414b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 78ddd35f-2722-4ec7-8f1b-60093cdac286, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 78ddd35f-2722-4ec7-8f1b-60093cdac286, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14302762242078166078 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1430276224207816607814302762242078166078143027622420781660781430276224207816607814302762242078166078143027622420781660781430276224207816607814302762242078166078143027622420781660781430276224207816607814302762242078166078143027622420781660781430276224207816607814302762242078166078143027622420781660781430276224207816607814302762242078166078143027622420781660781430276224207816607814302762242078166078" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0f7e4e80-e291-4ecb-b41f-5d513cdbcf99, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3d3906e1-61bb-4230-8e73-b3eb1ed8f4cc, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3d3906e1-61bb-4230-8e73-b3eb1ed8f4cc, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11412136065281688318 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1141213606528168831811412136065281688318114121360652816883181141213606528168831811412136065281688318114121360652816883181141213606528168831811412136065281688318114121360652816883181141213606528168831811412136065281688318114121360652816883181141213606528168831811412136065281688318114121360652816883181141213606528168831811412136065281688318114121360652816883181141213606528168831811412136065281688318" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 78ddd35f-2722-4ec7-8f1b-60093cdac286, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bc1f06b0-20b2-4a4e-96fc-042717c2d93e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bc1f06b0-20b2-4a4e-96fc-042717c2d93e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13627642371824065025 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1362764237182406502513627642371824065025136276423718240650251362764237182406502513627642371824065025136276423718240650251362764237182406502513627642371824065025136276423718240650251362764237182406502513627642371824065025136276423718240650251362764237182406502513627642371824065025136276423718240650251362764237182406502513627642371824065025136276423718240650251362764237182406502513627642371824065025" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3d3906e1-61bb-4230-8e73-b3eb1ed8f4cc, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5780832b-685e-44aa-acda-286dc05f3fb3, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5780832b-685e-44aa-acda-286dc05f3fb3, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2484881484416838302 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24848814844168383022484881484416838302248488148441683830224848814844168383022484881484416838302248488148441683830224848814844168383022484881484416838302248488148441683830224848814844168383022484881484416838302248488148441683830224848814844168383022484881484416838302248488148441683830224848814844168383022484881484416838302248488148441683830224848814844168383022484881484416838302" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bc1f06b0-20b2-4a4e-96fc-042717c2d93e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 264cc12f-d898-4f1c-85e9-9368f3fe57cb, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 264cc12f-d898-4f1c-85e9-9368f3fe57cb, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6135998151275693694 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61359981512756936946135998151275693694613599815127569369461359981512756936946135998151275693694613599815127569369461359981512756936946135998151275693694613599815127569369461359981512756936946135998151275693694613599815127569369461359981512756936946135998151275693694613599815127569369461359981512756936946135998151275693694613599815127569369461359981512756936946135998151275693694" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5780832b-685e-44aa-acda-286dc05f3fb3, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d3a59df8-3b6e-47c0-b16c-41caedc91dc4, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d3a59df8-3b6e-47c0-b16c-41caedc91dc4, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 577120241676782745 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "577120241676782745577120241676782745577120241676782745577120241676782745577120241676782745577120241676782745577120241676782745577120241676782745577120241676782745577120241676782745577120241676782745577120241676782745577120241676782745577120241676782745577120241676782745577120241676782745577120241676782745577120241676782745577120241676782745577120241676782745" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 264cc12f-d898-4f1c-85e9-9368f3fe57cb, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4f2514ef-7a9d-4636-b69e-97d2adeb374c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4f2514ef-7a9d-4636-b69e-97d2adeb374c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15084534021273664398 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1508453402127366439815084534021273664398150845340212736643981508453402127366439815084534021273664398150845340212736643981508453402127366439815084534021273664398150845340212736643981508453402127366439815084534021273664398150845340212736643981508453402127366439815084534021273664398150845340212736643981508453402127366439815084534021273664398150845340212736643981508453402127366439815084534021273664398" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d3a59df8-3b6e-47c0-b16c-41caedc91dc4, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 30a757ac-d321-4ede-a7f6-857685af3efc, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 30a757ac-d321-4ede-a7f6-857685af3efc, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16114735480136625395 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1611473548013662539516114735480136625395161147354801366253951611473548013662539516114735480136625395161147354801366253951611473548013662539516114735480136625395161147354801366253951611473548013662539516114735480136625395161147354801366253951611473548013662539516114735480136625395161147354801366253951611473548013662539516114735480136625395161147354801366253951611473548013662539516114735480136625395" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4f2514ef-7a9d-4636-b69e-97d2adeb374c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 97fdb50e-f169-43eb-8830-522a36cc3914, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 97fdb50e-f169-43eb-8830-522a36cc3914, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10808448409872289142 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1080844840987228914210808448409872289142108084484098722891421080844840987228914210808448409872289142108084484098722891421080844840987228914210808448409872289142108084484098722891421080844840987228914210808448409872289142108084484098722891421080844840987228914210808448409872289142108084484098722891421080844840987228914210808448409872289142108084484098722891421080844840987228914210808448409872289142" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 30a757ac-d321-4ede-a7f6-857685af3efc, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c39ba154-29cb-4528-9f48-7227c29fa19e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c39ba154-29cb-4528-9f48-7227c29fa19e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3627137554984641949 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36271375549846419493627137554984641949362713755498464194936271375549846419493627137554984641949362713755498464194936271375549846419493627137554984641949362713755498464194936271375549846419493627137554984641949362713755498464194936271375549846419493627137554984641949362713755498464194936271375549846419493627137554984641949362713755498464194936271375549846419493627137554984641949" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 97fdb50e-f169-43eb-8830-522a36cc3914, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 52235563-a53e-4c98-a8c6-a76db5a5d359, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 52235563-a53e-4c98-a8c6-a76db5a5d359, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9022828529666821489 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90228285296668214899022828529666821489902282852966682148990228285296668214899022828529666821489902282852966682148990228285296668214899022828529666821489902282852966682148990228285296668214899022828529666821489902282852966682148990228285296668214899022828529666821489902282852966682148990228285296668214899022828529666821489902282852966682148990228285296668214899022828529666821489" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c39ba154-29cb-4528-9f48-7227c29fa19e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 84321045-bb82-42ec-8cfa-3820003c5e15, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 84321045-bb82-42ec-8cfa-3820003c5e15, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4913141449644795574 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49131414496447955744913141449644795574491314144964479557449131414496447955744913141449644795574491314144964479557449131414496447955744913141449644795574491314144964479557449131414496447955744913141449644795574491314144964479557449131414496447955744913141449644795574491314144964479557449131414496447955744913141449644795574491314144964479557449131414496447955744913141449644795574" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 52235563-a53e-4c98-a8c6-a76db5a5d359, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8cef93ed-7be3-4c66-b533-9a9615ecaf30, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8cef93ed-7be3-4c66-b533-9a9615ecaf30, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16039612278775395995 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1603961227877539599516039612278775395995160396122787753959951603961227877539599516039612278775395995160396122787753959951603961227877539599516039612278775395995160396122787753959951603961227877539599516039612278775395995160396122787753959951603961227877539599516039612278775395995160396122787753959951603961227877539599516039612278775395995160396122787753959951603961227877539599516039612278775395995" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 84321045-bb82-42ec-8cfa-3820003c5e15, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 043c17d5-97a4-49f0-899d-3aae13fa2b6a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 043c17d5-97a4-49f0-899d-3aae13fa2b6a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7208963424041776221 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72089634240417762217208963424041776221720896342404177622172089634240417762217208963424041776221720896342404177622172089634240417762217208963424041776221720896342404177622172089634240417762217208963424041776221720896342404177622172089634240417762217208963424041776221720896342404177622172089634240417762217208963424041776221720896342404177622172089634240417762217208963424041776221" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8cef93ed-7be3-4c66-b533-9a9615ecaf30, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 192e2d29-5804-414d-9b5c-91f41e5419b9, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 192e2d29-5804-414d-9b5c-91f41e5419b9, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9977175467820150459 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99771754678201504599977175467820150459997717546782015045999771754678201504599977175467820150459997717546782015045999771754678201504599977175467820150459997717546782015045999771754678201504599977175467820150459997717546782015045999771754678201504599977175467820150459997717546782015045999771754678201504599977175467820150459997717546782015045999771754678201504599977175467820150459" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 043c17d5-97a4-49f0-899d-3aae13fa2b6a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 97d6cfbc-fbec-4996-a079-757eaa62edc3, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 97d6cfbc-fbec-4996-a079-757eaa62edc3, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 669093258379996957 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "669093258379996957669093258379996957669093258379996957669093258379996957669093258379996957669093258379996957669093258379996957669093258379996957669093258379996957669093258379996957669093258379996957669093258379996957669093258379996957669093258379996957669093258379996957669093258379996957669093258379996957669093258379996957669093258379996957669093258379996957" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 192e2d29-5804-414d-9b5c-91f41e5419b9, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 44092615-31d3-4fa0-a81a-4f0c746e1ead, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 44092615-31d3-4fa0-a81a-4f0c746e1ead, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14041882947740052531 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1404188294774005253114041882947740052531140418829477400525311404188294774005253114041882947740052531140418829477400525311404188294774005253114041882947740052531140418829477400525311404188294774005253114041882947740052531140418829477400525311404188294774005253114041882947740052531140418829477400525311404188294774005253114041882947740052531140418829477400525311404188294774005253114041882947740052531" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 97d6cfbc-fbec-4996-a079-757eaa62edc3, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f341773f-f7dd-4ab4-b1e5-5e19570c4ccc, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f341773f-f7dd-4ab4-b1e5-5e19570c4ccc, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9366983233047787999 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93669832330477879999366983233047787999936698323304778799993669832330477879999366983233047787999936698323304778799993669832330477879999366983233047787999936698323304778799993669832330477879999366983233047787999936698323304778799993669832330477879999366983233047787999936698323304778799993669832330477879999366983233047787999936698323304778799993669832330477879999366983233047787999" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 44092615-31d3-4fa0-a81a-4f0c746e1ead, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a24ef123-6d17-4d0a-a28b-c96b19cec1b0, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a24ef123-6d17-4d0a-a28b-c96b19cec1b0, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16811291529838496047 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1681129152983849604716811291529838496047168112915298384960471681129152983849604716811291529838496047168112915298384960471681129152983849604716811291529838496047168112915298384960471681129152983849604716811291529838496047168112915298384960471681129152983849604716811291529838496047168112915298384960471681129152983849604716811291529838496047168112915298384960471681129152983849604716811291529838496047" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f341773f-f7dd-4ab4-b1e5-5e19570c4ccc, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0388d791-cafd-44f0-bade-db096aedd261, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0388d791-cafd-44f0-bade-db096aedd261, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5274041587511659692 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52740415875116596925274041587511659692527404158751165969252740415875116596925274041587511659692527404158751165969252740415875116596925274041587511659692527404158751165969252740415875116596925274041587511659692527404158751165969252740415875116596925274041587511659692527404158751165969252740415875116596925274041587511659692527404158751165969252740415875116596925274041587511659692" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a24ef123-6d17-4d0a-a28b-c96b19cec1b0, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 96df3a98-d99a-4023-8894-c45c3392ff73, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 96df3a98-d99a-4023-8894-c45c3392ff73, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6804627336057962149 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68046273360579621496804627336057962149680462733605796214968046273360579621496804627336057962149680462733605796214968046273360579621496804627336057962149680462733605796214968046273360579621496804627336057962149680462733605796214968046273360579621496804627336057962149680462733605796214968046273360579621496804627336057962149680462733605796214968046273360579621496804627336057962149" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0388d791-cafd-44f0-bade-db096aedd261, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 107f37be-7f16-441e-a608-3666bc409428, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 107f37be-7f16-441e-a608-3666bc409428, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5443036372045328058 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54430363720453280585443036372045328058544303637204532805854430363720453280585443036372045328058544303637204532805854430363720453280585443036372045328058544303637204532805854430363720453280585443036372045328058544303637204532805854430363720453280585443036372045328058544303637204532805854430363720453280585443036372045328058544303637204532805854430363720453280585443036372045328058" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 96df3a98-d99a-4023-8894-c45c3392ff73, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2af65279-1415-4483-bd44-9d1bb85ffa58, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2af65279-1415-4483-bd44-9d1bb85ffa58, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1610425760965424527 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16104257609654245271610425760965424527161042576096542452716104257609654245271610425760965424527161042576096542452716104257609654245271610425760965424527161042576096542452716104257609654245271610425760965424527161042576096542452716104257609654245271610425760965424527161042576096542452716104257609654245271610425760965424527161042576096542452716104257609654245271610425760965424527" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 107f37be-7f16-441e-a608-3666bc409428, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, df261396-f419-440e-9650-4dcbed7845f2, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, df261396-f419-440e-9650-4dcbed7845f2, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9214269182358112272 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92142691823581122729214269182358112272921426918235811227292142691823581122729214269182358112272921426918235811227292142691823581122729214269182358112272921426918235811227292142691823581122729214269182358112272921426918235811227292142691823581122729214269182358112272921426918235811227292142691823581122729214269182358112272921426918235811227292142691823581122729214269182358112272" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2af65279-1415-4483-bd44-9d1bb85ffa58, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1ca329ab-9267-4c3b-8513-b76d5c1c10b0, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, df261396-f419-440e-9650-4dcbed7845f2, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 78026287-458d-40f3-9d30-2d2d00993924, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 78026287-458d-40f3-9d30-2d2d00993924, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12667251636242060 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1266725163624206012667251636242060126672516362420601266725163624206012667251636242060126672516362420601266725163624206012667251636242060126672516362420601266725163624206012667251636242060126672516362420601266725163624206012667251636242060126672516362420601266725163624206012667251636242060126672516362420601266725163624206012667251636242060" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1ca329ab-9267-4c3b-8513-b76d5c1c10b0, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15752295502419183559 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1575229550241918355915752295502419183559157522955024191835591575229550241918355915752295502419183559157522955024191835591575229550241918355915752295502419183559157522955024191835591575229550241918355915752295502419183559157522955024191835591575229550241918355915752295502419183559157522955024191835591575229550241918355915752295502419183559157522955024191835591575229550241918355915752295502419183559" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 78026287-458d-40f3-9d30-2d2d00993924, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 25ca3d85-0935-4675-a158-eda56a39086c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 25ca3d85-0935-4675-a158-eda56a39086c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1480670290515435293 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14806702905154352931480670290515435293148067029051543529314806702905154352931480670290515435293148067029051543529314806702905154352931480670290515435293148067029051543529314806702905154352931480670290515435293148067029051543529314806702905154352931480670290515435293148067029051543529314806702905154352931480670290515435293148067029051543529314806702905154352931480670290515435293" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1ca329ab-9267-4c3b-8513-b76d5c1c10b0, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4fe89949-bbc7-4af2-84fc-a21744e10150, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4fe89949-bbc7-4af2-84fc-a21744e10150, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7179089274975795262 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71790892749757952627179089274975795262717908927497579526271790892749757952627179089274975795262717908927497579526271790892749757952627179089274975795262717908927497579526271790892749757952627179089274975795262717908927497579526271790892749757952627179089274975795262717908927497579526271790892749757952627179089274975795262717908927497579526271790892749757952627179089274975795262" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 25ca3d85-0935-4675-a158-eda56a39086c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5a25607d-17ec-44f0-ab4b-ab2ad4cb10d8, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5a25607d-17ec-44f0-ab4b-ab2ad4cb10d8, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17560183229033411672 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1756018322903341167217560183229033411672175601832290334116721756018322903341167217560183229033411672175601832290334116721756018322903341167217560183229033411672175601832290334116721756018322903341167217560183229033411672175601832290334116721756018322903341167217560183229033411672175601832290334116721756018322903341167217560183229033411672175601832290334116721756018322903341167217560183229033411672" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4fe89949-bbc7-4af2-84fc-a21744e10150, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d25ecaeb-5ed4-47fd-98e6-bef50110f744, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d25ecaeb-5ed4-47fd-98e6-bef50110f744, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3145011786557233600 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31450117865572336003145011786557233600314501178655723360031450117865572336003145011786557233600314501178655723360031450117865572336003145011786557233600314501178655723360031450117865572336003145011786557233600314501178655723360031450117865572336003145011786557233600314501178655723360031450117865572336003145011786557233600314501178655723360031450117865572336003145011786557233600" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5a25607d-17ec-44f0-ab4b-ab2ad4cb10d8, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bfced217-1402-4425-8e34-059ae83fe8c2, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bfced217-1402-4425-8e34-059ae83fe8c2, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7479016856056779002 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74790168560567790027479016856056779002747901685605677900274790168560567790027479016856056779002747901685605677900274790168560567790027479016856056779002747901685605677900274790168560567790027479016856056779002747901685605677900274790168560567790027479016856056779002747901685605677900274790168560567790027479016856056779002747901685605677900274790168560567790027479016856056779002" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bfced217-1402-4425-8e34-059ae83fe8c2, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 31249e71-18d0-4af9-becd-9965e3fddfb5, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 31249e71-18d0-4af9-becd-9965e3fddfb5, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5871432607271052117 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58714326072710521175871432607271052117587143260727105211758714326072710521175871432607271052117587143260727105211758714326072710521175871432607271052117587143260727105211758714326072710521175871432607271052117587143260727105211758714326072710521175871432607271052117587143260727105211758714326072710521175871432607271052117587143260727105211758714326072710521175871432607271052117" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d25ecaeb-5ed4-47fd-98e6-bef50110f744, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e26b9bf7-f5bc-456c-a6c3-5fce90269c3a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e26b9bf7-f5bc-456c-a6c3-5fce90269c3a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9003026359271554352 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90030263592715543529003026359271554352900302635927155435290030263592715543529003026359271554352900302635927155435290030263592715543529003026359271554352900302635927155435290030263592715543529003026359271554352900302635927155435290030263592715543529003026359271554352900302635927155435290030263592715543529003026359271554352900302635927155435290030263592715543529003026359271554352" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 31249e71-18d0-4af9-becd-9965e3fddfb5, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6ed6808d-0766-4e76-a3d8-028e87d1f873, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6ed6808d-0766-4e76-a3d8-028e87d1f873, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3614388216914825241 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36143882169148252413614388216914825241361438821691482524136143882169148252413614388216914825241361438821691482524136143882169148252413614388216914825241361438821691482524136143882169148252413614388216914825241361438821691482524136143882169148252413614388216914825241361438821691482524136143882169148252413614388216914825241361438821691482524136143882169148252413614388216914825241" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e26b9bf7-f5bc-456c-a6c3-5fce90269c3a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 41671742-6c80-4748-ad63-844f69c2a9ce, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 41671742-6c80-4748-ad63-844f69c2a9ce, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14329628869646876620 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1432962886964687662014329628869646876620143296288696468766201432962886964687662014329628869646876620143296288696468766201432962886964687662014329628869646876620143296288696468766201432962886964687662014329628869646876620143296288696468766201432962886964687662014329628869646876620143296288696468766201432962886964687662014329628869646876620143296288696468766201432962886964687662014329628869646876620" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6ed6808d-0766-4e76-a3d8-028e87d1f873, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 48d69a88-d854-4136-8f94-07b7eb031f8d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 48d69a88-d854-4136-8f94-07b7eb031f8d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9687493336149303159 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96874933361493031599687493336149303159968749333614930315996874933361493031599687493336149303159968749333614930315996874933361493031599687493336149303159968749333614930315996874933361493031599687493336149303159968749333614930315996874933361493031599687493336149303159968749333614930315996874933361493031599687493336149303159968749333614930315996874933361493031599687493336149303159" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 41671742-6c80-4748-ad63-844f69c2a9ce, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5b89cac1-4eab-4812-9dbc-4cd8b1552d72, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5b89cac1-4eab-4812-9dbc-4cd8b1552d72, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15735341258449171913 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1573534125844917191315735341258449171913157353412584491719131573534125844917191315735341258449171913157353412584491719131573534125844917191315735341258449171913157353412584491719131573534125844917191315735341258449171913157353412584491719131573534125844917191315735341258449171913157353412584491719131573534125844917191315735341258449171913157353412584491719131573534125844917191315735341258449171913" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 48d69a88-d854-4136-8f94-07b7eb031f8d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 13ed0d2a-4cee-4fa3-b382-58a0df8cecc5, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 13ed0d2a-4cee-4fa3-b382-58a0df8cecc5, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13878055841825025568 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1387805584182502556813878055841825025568138780558418250255681387805584182502556813878055841825025568138780558418250255681387805584182502556813878055841825025568138780558418250255681387805584182502556813878055841825025568138780558418250255681387805584182502556813878055841825025568138780558418250255681387805584182502556813878055841825025568138780558418250255681387805584182502556813878055841825025568" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5b89cac1-4eab-4812-9dbc-4cd8b1552d72, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 226f2165-3482-4444-9e12-f42fec3192b4, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 226f2165-3482-4444-9e12-f42fec3192b4, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9180084169611547195 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91800841696115471959180084169611547195918008416961154719591800841696115471959180084169611547195918008416961154719591800841696115471959180084169611547195918008416961154719591800841696115471959180084169611547195918008416961154719591800841696115471959180084169611547195918008416961154719591800841696115471959180084169611547195918008416961154719591800841696115471959180084169611547195" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 13ed0d2a-4cee-4fa3-b382-58a0df8cecc5, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0aa7017a-8cb7-4cc5-b6c8-cd01c21635a5, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0aa7017a-8cb7-4cc5-b6c8-cd01c21635a5, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13069560665640678073 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1306956066564067807313069560665640678073130695606656406780731306956066564067807313069560665640678073130695606656406780731306956066564067807313069560665640678073130695606656406780731306956066564067807313069560665640678073130695606656406780731306956066564067807313069560665640678073130695606656406780731306956066564067807313069560665640678073130695606656406780731306956066564067807313069560665640678073" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 226f2165-3482-4444-9e12-f42fec3192b4, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1a5bac6d-a706-4291-98fc-55d488911d7c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1a5bac6d-a706-4291-98fc-55d488911d7c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14526936807618278734 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1452693680761827873414526936807618278734145269368076182787341452693680761827873414526936807618278734145269368076182787341452693680761827873414526936807618278734145269368076182787341452693680761827873414526936807618278734145269368076182787341452693680761827873414526936807618278734145269368076182787341452693680761827873414526936807618278734145269368076182787341452693680761827873414526936807618278734" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0aa7017a-8cb7-4cc5-b6c8-cd01c21635a5, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2e70ff50-fd7c-4030-a9ef-ede24fad3bdc, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2e70ff50-fd7c-4030-a9ef-ede24fad3bdc, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12473425943684014587 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1247342594368401458712473425943684014587124734259436840145871247342594368401458712473425943684014587124734259436840145871247342594368401458712473425943684014587124734259436840145871247342594368401458712473425943684014587124734259436840145871247342594368401458712473425943684014587124734259436840145871247342594368401458712473425943684014587124734259436840145871247342594368401458712473425943684014587" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1a5bac6d-a706-4291-98fc-55d488911d7c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9c484abf-0b2c-466e-a845-7024eb481e3a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9c484abf-0b2c-466e-a845-7024eb481e3a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15566651369938216738 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1556665136993821673815566651369938216738155666513699382167381556665136993821673815566651369938216738155666513699382167381556665136993821673815566651369938216738155666513699382167381556665136993821673815566651369938216738155666513699382167381556665136993821673815566651369938216738155666513699382167381556665136993821673815566651369938216738155666513699382167381556665136993821673815566651369938216738" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2e70ff50-fd7c-4030-a9ef-ede24fad3bdc, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a2bce8c2-dfbb-4a22-8549-eaedb17253ba, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a2bce8c2-dfbb-4a22-8549-eaedb17253ba, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2285886506436800029 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22858865064368000292285886506436800029228588650643680002922858865064368000292285886506436800029228588650643680002922858865064368000292285886506436800029228588650643680002922858865064368000292285886506436800029228588650643680002922858865064368000292285886506436800029228588650643680002922858865064368000292285886506436800029228588650643680002922858865064368000292285886506436800029" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9c484abf-0b2c-466e-a845-7024eb481e3a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 10529927-30d3-429f-965c-454538c1bc2d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 10529927-30d3-429f-965c-454538c1bc2d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3104991562967008701 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31049915629670087013104991562967008701310499156296700870131049915629670087013104991562967008701310499156296700870131049915629670087013104991562967008701310499156296700870131049915629670087013104991562967008701310499156296700870131049915629670087013104991562967008701310499156296700870131049915629670087013104991562967008701310499156296700870131049915629670087013104991562967008701" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a2bce8c2-dfbb-4a22-8549-eaedb17253ba, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, df0cc82a-f99c-4752-94b7-87a81cd3bc8a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, df0cc82a-f99c-4752-94b7-87a81cd3bc8a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2213056587667579553 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22130565876675795532213056587667579553221305658766757955322130565876675795532213056587667579553221305658766757955322130565876675795532213056587667579553221305658766757955322130565876675795532213056587667579553221305658766757955322130565876675795532213056587667579553221305658766757955322130565876675795532213056587667579553221305658766757955322130565876675795532213056587667579553" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 10529927-30d3-429f-965c-454538c1bc2d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 98689c9e-ced0-4cd6-88eb-bdecb8e15c88, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 98689c9e-ced0-4cd6-88eb-bdecb8e15c88, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17323143753678331348 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1732314375367833134817323143753678331348173231437536783313481732314375367833134817323143753678331348173231437536783313481732314375367833134817323143753678331348173231437536783313481732314375367833134817323143753678331348173231437536783313481732314375367833134817323143753678331348173231437536783313481732314375367833134817323143753678331348173231437536783313481732314375367833134817323143753678331348" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, df0cc82a-f99c-4752-94b7-87a81cd3bc8a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 144ec919-d959-4d97-8ae7-9043acde71f7, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 144ec919-d959-4d97-8ae7-9043acde71f7, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10503673083686776239 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1050367308368677623910503673083686776239105036730836867762391050367308368677623910503673083686776239105036730836867762391050367308368677623910503673083686776239105036730836867762391050367308368677623910503673083686776239105036730836867762391050367308368677623910503673083686776239105036730836867762391050367308368677623910503673083686776239105036730836867762391050367308368677623910503673083686776239" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 98689c9e-ced0-4cd6-88eb-bdecb8e15c88, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2979a803-7662-4083-a154-d65a89b4bd0f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2979a803-7662-4083-a154-d65a89b4bd0f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9908445354384721852 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99084453543847218529908445354384721852990844535438472185299084453543847218529908445354384721852990844535438472185299084453543847218529908445354384721852990844535438472185299084453543847218529908445354384721852990844535438472185299084453543847218529908445354384721852990844535438472185299084453543847218529908445354384721852990844535438472185299084453543847218529908445354384721852" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 144ec919-d959-4d97-8ae7-9043acde71f7, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ab373ac7-7c53-4954-bc07-2d6272e3850c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ab373ac7-7c53-4954-bc07-2d6272e3850c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14002267198720020482 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1400226719872002048214002267198720020482140022671987200204821400226719872002048214002267198720020482140022671987200204821400226719872002048214002267198720020482140022671987200204821400226719872002048214002267198720020482140022671987200204821400226719872002048214002267198720020482140022671987200204821400226719872002048214002267198720020482140022671987200204821400226719872002048214002267198720020482" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2979a803-7662-4083-a154-d65a89b4bd0f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6b6d4f6a-7e4b-492e-a454-990637a7614b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6b6d4f6a-7e4b-492e-a454-990637a7614b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5625268707770269197 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56252687077702691975625268707770269197562526870777026919756252687077702691975625268707770269197562526870777026919756252687077702691975625268707770269197562526870777026919756252687077702691975625268707770269197562526870777026919756252687077702691975625268707770269197562526870777026919756252687077702691975625268707770269197562526870777026919756252687077702691975625268707770269197" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ab373ac7-7c53-4954-bc07-2d6272e3850c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 365dcccf-84c2-44eb-a567-f86cb0d8d267, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 365dcccf-84c2-44eb-a567-f86cb0d8d267, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4330976492966504695 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43309764929665046954330976492966504695433097649296650469543309764929665046954330976492966504695433097649296650469543309764929665046954330976492966504695433097649296650469543309764929665046954330976492966504695433097649296650469543309764929665046954330976492966504695433097649296650469543309764929665046954330976492966504695433097649296650469543309764929665046954330976492966504695" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6b6d4f6a-7e4b-492e-a454-990637a7614b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 09460f8b-26c8-4771-a50d-4ea2e6932427, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 09460f8b-26c8-4771-a50d-4ea2e6932427, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12041578827479158682 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1204157882747915868212041578827479158682120415788274791586821204157882747915868212041578827479158682120415788274791586821204157882747915868212041578827479158682120415788274791586821204157882747915868212041578827479158682120415788274791586821204157882747915868212041578827479158682120415788274791586821204157882747915868212041578827479158682120415788274791586821204157882747915868212041578827479158682" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 365dcccf-84c2-44eb-a567-f86cb0d8d267, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 09460f8b-26c8-4771-a50d-4ea2e6932427, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1c22fb94-e9a1-4816-abfe-75210d69c805, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1c22fb94-e9a1-4816-abfe-75210d69c805, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2330955757794912395 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23309557577949123952330955757794912395233095575779491239523309557577949123952330955757794912395233095575779491239523309557577949123952330955757794912395233095575779491239523309557577949123952330955757794912395233095575779491239523309557577949123952330955757794912395233095575779491239523309557577949123952330955757794912395233095575779491239523309557577949123952330955757794912395" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c2c4a3db-089f-486f-a21a-849317c8505a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c2c4a3db-089f-486f-a21a-849317c8505a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16947639159834236548 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1694763915983423654816947639159834236548169476391598342365481694763915983423654816947639159834236548169476391598342365481694763915983423654816947639159834236548169476391598342365481694763915983423654816947639159834236548169476391598342365481694763915983423654816947639159834236548169476391598342365481694763915983423654816947639159834236548169476391598342365481694763915983423654816947639159834236548" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1c22fb94-e9a1-4816-abfe-75210d69c805, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c2c4a3db-089f-486f-a21a-849317c8505a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 449e1902-f60a-40f2-88e9-d8286e8ace1e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 449e1902-f60a-40f2-88e9-d8286e8ace1e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6634684244610151354 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66346842446101513546634684244610151354663468424461015135466346842446101513546634684244610151354663468424461015135466346842446101513546634684244610151354663468424461015135466346842446101513546634684244610151354663468424461015135466346842446101513546634684244610151354663468424461015135466346842446101513546634684244610151354663468424461015135466346842446101513546634684244610151354" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a4e9be40-1e54-4449-b11b-245c8ffce23d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a4e9be40-1e54-4449-b11b-245c8ffce23d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12253212437369646535 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1225321243736964653512253212437369646535122532124373696465351225321243736964653512253212437369646535122532124373696465351225321243736964653512253212437369646535122532124373696465351225321243736964653512253212437369646535122532124373696465351225321243736964653512253212437369646535122532124373696465351225321243736964653512253212437369646535122532124373696465351225321243736964653512253212437369646535" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 449e1902-f60a-40f2-88e9-d8286e8ace1e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9dabfd86-535c-40b3-b322-94354968083c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9dabfd86-535c-40b3-b322-94354968083c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17373421148652327449 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1737342114865232744917373421148652327449173734211486523274491737342114865232744917373421148652327449173734211486523274491737342114865232744917373421148652327449173734211486523274491737342114865232744917373421148652327449173734211486523274491737342114865232744917373421148652327449173734211486523274491737342114865232744917373421148652327449173734211486523274491737342114865232744917373421148652327449" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a4e9be40-1e54-4449-b11b-245c8ffce23d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6b5d7376-05d6-4e89-a8a2-c18031f25eaf, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6b5d7376-05d6-4e89-a8a2-c18031f25eaf, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8629119310110227346 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86291193101102273468629119310110227346862911931011022734686291193101102273468629119310110227346862911931011022734686291193101102273468629119310110227346862911931011022734686291193101102273468629119310110227346862911931011022734686291193101102273468629119310110227346862911931011022734686291193101102273468629119310110227346862911931011022734686291193101102273468629119310110227346" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9dabfd86-535c-40b3-b322-94354968083c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6b5d7376-05d6-4e89-a8a2-c18031f25eaf, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 46a64783-b222-4592-82d6-65894b684f6d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 46a64783-b222-4592-82d6-65894b684f6d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7600372749030030319 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76003727490300303197600372749030030319760037274903003031976003727490300303197600372749030030319760037274903003031976003727490300303197600372749030030319760037274903003031976003727490300303197600372749030030319760037274903003031976003727490300303197600372749030030319760037274903003031976003727490300303197600372749030030319760037274903003031976003727490300303197600372749030030319" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 39b4161f-4d5f-42da-95ed-057a9f0941e1, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 39b4161f-4d5f-42da-95ed-057a9f0941e1, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7580114991023479096 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75801149910234790967580114991023479096758011499102347909675801149910234790967580114991023479096758011499102347909675801149910234790967580114991023479096758011499102347909675801149910234790967580114991023479096758011499102347909675801149910234790967580114991023479096758011499102347909675801149910234790967580114991023479096758011499102347909675801149910234790967580114991023479096" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 46a64783-b222-4592-82d6-65894b684f6d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b619043a-699d-4968-b83d-aa68764c9484, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b619043a-699d-4968-b83d-aa68764c9484, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9333332083309655941 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93333320833096559419333332083309655941933333208330965594193333320833096559419333332083309655941933333208330965594193333320833096559419333332083309655941933333208330965594193333320833096559419333332083309655941933333208330965594193333320833096559419333332083309655941933333208330965594193333320833096559419333332083309655941933333208330965594193333320833096559419333332083309655941" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 39b4161f-4d5f-42da-95ed-057a9f0941e1, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3c1db9ca-6d97-4340-9586-d3079b742355, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3c1db9ca-6d97-4340-9586-d3079b742355, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6108405716525375218 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61084057165253752186108405716525375218610840571652537521861084057165253752186108405716525375218610840571652537521861084057165253752186108405716525375218610840571652537521861084057165253752186108405716525375218610840571652537521861084057165253752186108405716525375218610840571652537521861084057165253752186108405716525375218610840571652537521861084057165253752186108405716525375218" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3c1db9ca-6d97-4340-9586-d3079b742355, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2752718a-b220-4813-b7d2-f7e3e5ecf5a3, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2752718a-b220-4813-b7d2-f7e3e5ecf5a3, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15842287767886202826 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1584228776788620282615842287767886202826158422877678862028261584228776788620282615842287767886202826158422877678862028261584228776788620282615842287767886202826158422877678862028261584228776788620282615842287767886202826158422877678862028261584228776788620282615842287767886202826158422877678862028261584228776788620282615842287767886202826158422877678862028261584228776788620282615842287767886202826" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b619043a-699d-4968-b83d-aa68764c9484, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6042cfc4-685b-486f-9dba-fe520577232c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6042cfc4-685b-486f-9dba-fe520577232c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16001419865888498147 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1600141986588849814716001419865888498147160014198658884981471600141986588849814716001419865888498147160014198658884981471600141986588849814716001419865888498147160014198658884981471600141986588849814716001419865888498147160014198658884981471600141986588849814716001419865888498147160014198658884981471600141986588849814716001419865888498147160014198658884981471600141986588849814716001419865888498147" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2752718a-b220-4813-b7d2-f7e3e5ecf5a3, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6042cfc4-685b-486f-9dba-fe520577232c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 24580ead-21c6-4ce3-b7cb-3a098c2c3647, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 24580ead-21c6-4ce3-b7cb-3a098c2c3647, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9435004338303665587 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94350043383036655879435004338303665587943500433830366558794350043383036655879435004338303665587943500433830366558794350043383036655879435004338303665587943500433830366558794350043383036655879435004338303665587943500433830366558794350043383036655879435004338303665587943500433830366558794350043383036655879435004338303665587943500433830366558794350043383036655879435004338303665587" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5e682385-45f6-4423-9e37-fe07700c68a7, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5e682385-45f6-4423-9e37-fe07700c68a7, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15462659750217511175 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1546265975021751117515462659750217511175154626597502175111751546265975021751117515462659750217511175154626597502175111751546265975021751117515462659750217511175154626597502175111751546265975021751117515462659750217511175154626597502175111751546265975021751117515462659750217511175154626597502175111751546265975021751117515462659750217511175154626597502175111751546265975021751117515462659750217511175" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 24580ead-21c6-4ce3-b7cb-3a098c2c3647, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, aae3b6d1-9730-4222-be90-190a53d66fb4, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aae3b6d1-9730-4222-be90-190a53d66fb4, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15084971693294459361 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1508497169329445936115084971693294459361150849716932944593611508497169329445936115084971693294459361150849716932944593611508497169329445936115084971693294459361150849716932944593611508497169329445936115084971693294459361150849716932944593611508497169329445936115084971693294459361150849716932944593611508497169329445936115084971693294459361150849716932944593611508497169329445936115084971693294459361" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5e682385-45f6-4423-9e37-fe07700c68a7, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bf37483b-64b2-44bf-9ed6-af8e44ce0153, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bf37483b-64b2-44bf-9ed6-af8e44ce0153, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12394769157960590841 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1239476915796059084112394769157960590841123947691579605908411239476915796059084112394769157960590841123947691579605908411239476915796059084112394769157960590841123947691579605908411239476915796059084112394769157960590841123947691579605908411239476915796059084112394769157960590841123947691579605908411239476915796059084112394769157960590841123947691579605908411239476915796059084112394769157960590841" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aae3b6d1-9730-4222-be90-190a53d66fb4, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 26e675ec-4fab-4c6a-bc74-90853cdd238d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 26e675ec-4fab-4c6a-bc74-90853cdd238d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9396690686460623207 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93966906864606232079396690686460623207939669068646062320793966906864606232079396690686460623207939669068646062320793966906864606232079396690686460623207939669068646062320793966906864606232079396690686460623207939669068646062320793966906864606232079396690686460623207939669068646062320793966906864606232079396690686460623207939669068646062320793966906864606232079396690686460623207" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bf37483b-64b2-44bf-9ed6-af8e44ce0153, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 69a986a3-c103-4fde-b37c-2992820574c8, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 69a986a3-c103-4fde-b37c-2992820574c8, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7784644549846397259 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77846445498463972597784644549846397259778464454984639725977846445498463972597784644549846397259778464454984639725977846445498463972597784644549846397259778464454984639725977846445498463972597784644549846397259778464454984639725977846445498463972597784644549846397259778464454984639725977846445498463972597784644549846397259778464454984639725977846445498463972597784644549846397259" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 26e675ec-4fab-4c6a-bc74-90853cdd238d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d26e0168-2126-40e8-903b-d3e82765f3b5, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d26e0168-2126-40e8-903b-d3e82765f3b5, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4383612881030194454 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43836128810301944544383612881030194454438361288103019445443836128810301944544383612881030194454438361288103019445443836128810301944544383612881030194454438361288103019445443836128810301944544383612881030194454438361288103019445443836128810301944544383612881030194454438361288103019445443836128810301944544383612881030194454438361288103019445443836128810301944544383612881030194454" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 69a986a3-c103-4fde-b37c-2992820574c8, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, db499ad9-708d-421a-972e-a4284d48da40, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, db499ad9-708d-421a-972e-a4284d48da40, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12124480087719572952 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1212448008771957295212124480087719572952121244800877195729521212448008771957295212124480087719572952121244800877195729521212448008771957295212124480087719572952121244800877195729521212448008771957295212124480087719572952121244800877195729521212448008771957295212124480087719572952121244800877195729521212448008771957295212124480087719572952121244800877195729521212448008771957295212124480087719572952" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d26e0168-2126-40e8-903b-d3e82765f3b5, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d6daf21f-1278-4f97-90ae-17ae65cddbad, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d6daf21f-1278-4f97-90ae-17ae65cddbad, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3705213666738688146 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37052136667386881463705213666738688146370521366673868814637052136667386881463705213666738688146370521366673868814637052136667386881463705213666738688146370521366673868814637052136667386881463705213666738688146370521366673868814637052136667386881463705213666738688146370521366673868814637052136667386881463705213666738688146370521366673868814637052136667386881463705213666738688146" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, db499ad9-708d-421a-972e-a4284d48da40, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a980961e-d37d-45c8-a158-a2696161acea, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a980961e-d37d-45c8-a158-a2696161acea, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12706190278208229800 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1270619027820822980012706190278208229800127061902782082298001270619027820822980012706190278208229800127061902782082298001270619027820822980012706190278208229800127061902782082298001270619027820822980012706190278208229800127061902782082298001270619027820822980012706190278208229800127061902782082298001270619027820822980012706190278208229800127061902782082298001270619027820822980012706190278208229800" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d6daf21f-1278-4f97-90ae-17ae65cddbad, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 97050666-8e16-4787-bc9d-5f338e32c323, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 97050666-8e16-4787-bc9d-5f338e32c323, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6953205618855726129 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69532056188557261296953205618855726129695320561885572612969532056188557261296953205618855726129695320561885572612969532056188557261296953205618855726129695320561885572612969532056188557261296953205618855726129695320561885572612969532056188557261296953205618855726129695320561885572612969532056188557261296953205618855726129695320561885572612969532056188557261296953205618855726129" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a980961e-d37d-45c8-a158-a2696161acea, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7a7bb9e7-0799-4670-a30c-034ecf5e4b2e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7a7bb9e7-0799-4670-a30c-034ecf5e4b2e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15351987476652927233 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1535198747665292723315351987476652927233153519874766529272331535198747665292723315351987476652927233153519874766529272331535198747665292723315351987476652927233153519874766529272331535198747665292723315351987476652927233153519874766529272331535198747665292723315351987476652927233153519874766529272331535198747665292723315351987476652927233153519874766529272331535198747665292723315351987476652927233" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 97050666-8e16-4787-bc9d-5f338e32c323, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 78bed92a-4b9d-4f6d-95cd-e3719fbd39c9, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 78bed92a-4b9d-4f6d-95cd-e3719fbd39c9, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14006869832703647093 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1400686983270364709314006869832703647093140068698327036470931400686983270364709314006869832703647093140068698327036470931400686983270364709314006869832703647093140068698327036470931400686983270364709314006869832703647093140068698327036470931400686983270364709314006869832703647093140068698327036470931400686983270364709314006869832703647093140068698327036470931400686983270364709314006869832703647093" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7a7bb9e7-0799-4670-a30c-034ecf5e4b2e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b811cae5-8640-452b-8cae-d15ca7062585, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b811cae5-8640-452b-8cae-d15ca7062585, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7595089019800196801 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75950890198001968017595089019800196801759508901980019680175950890198001968017595089019800196801759508901980019680175950890198001968017595089019800196801759508901980019680175950890198001968017595089019800196801759508901980019680175950890198001968017595089019800196801759508901980019680175950890198001968017595089019800196801759508901980019680175950890198001968017595089019800196801" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 78bed92a-4b9d-4f6d-95cd-e3719fbd39c9, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 20d01f66-a395-4758-b755-c5393c9d1f6d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 20d01f66-a395-4758-b755-c5393c9d1f6d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11059829010527061661 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1105982901052706166111059829010527061661110598290105270616611105982901052706166111059829010527061661110598290105270616611105982901052706166111059829010527061661110598290105270616611105982901052706166111059829010527061661110598290105270616611105982901052706166111059829010527061661110598290105270616611105982901052706166111059829010527061661110598290105270616611105982901052706166111059829010527061661" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b811cae5-8640-452b-8cae-d15ca7062585, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 27a4e5bb-7bc0-4bd2-8d5c-d2978c490845, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 20d01f66-a395-4758-b755-c5393c9d1f6d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5137f4ee-974e-4cc8-a02b-410fcb875e1a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5137f4ee-974e-4cc8-a02b-410fcb875e1a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9109629527022035522 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91096295270220355229109629527022035522910962952702203552291096295270220355229109629527022035522910962952702203552291096295270220355229109629527022035522910962952702203552291096295270220355229109629527022035522910962952702203552291096295270220355229109629527022035522910962952702203552291096295270220355229109629527022035522910962952702203552291096295270220355229109629527022035522" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 27a4e5bb-7bc0-4bd2-8d5c-d2978c490845, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4020683452886677787 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40206834528866777874020683452886677787402068345288667778740206834528866777874020683452886677787402068345288667778740206834528866777874020683452886677787402068345288667778740206834528866777874020683452886677787402068345288667778740206834528866777874020683452886677787402068345288667778740206834528866777874020683452886677787402068345288667778740206834528866777874020683452886677787" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5137f4ee-974e-4cc8-a02b-410fcb875e1a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4dd652c9-9efa-43e2-9bab-1775fc993535, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4dd652c9-9efa-43e2-9bab-1775fc993535, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3495852176205787919 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34958521762057879193495852176205787919349585217620578791934958521762057879193495852176205787919349585217620578791934958521762057879193495852176205787919349585217620578791934958521762057879193495852176205787919349585217620578791934958521762057879193495852176205787919349585217620578791934958521762057879193495852176205787919349585217620578791934958521762057879193495852176205787919" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 27a4e5bb-7bc0-4bd2-8d5c-d2978c490845, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8940bab4-41e5-4137-8c9b-2f32f3473199, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8940bab4-41e5-4137-8c9b-2f32f3473199, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18282305217681766697 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1828230521768176669718282305217681766697182823052176817666971828230521768176669718282305217681766697182823052176817666971828230521768176669718282305217681766697182823052176817666971828230521768176669718282305217681766697182823052176817666971828230521768176669718282305217681766697182823052176817666971828230521768176669718282305217681766697182823052176817666971828230521768176669718282305217681766697" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4dd652c9-9efa-43e2-9bab-1775fc993535, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7cc01627-e3e1-4808-88f8-167e0b7e073b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7cc01627-e3e1-4808-88f8-167e0b7e073b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4737401522214107009 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47374015222141070094737401522214107009473740152221410700947374015222141070094737401522214107009473740152221410700947374015222141070094737401522214107009473740152221410700947374015222141070094737401522214107009473740152221410700947374015222141070094737401522214107009473740152221410700947374015222141070094737401522214107009473740152221410700947374015222141070094737401522214107009" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8940bab4-41e5-4137-8c9b-2f32f3473199, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ac21ab18-e3c3-4be1-81d1-d5ff19b19714, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ac21ab18-e3c3-4be1-81d1-d5ff19b19714, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4377668551753086019 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43776685517530860194377668551753086019437766855175308601943776685517530860194377668551753086019437766855175308601943776685517530860194377668551753086019437766855175308601943776685517530860194377668551753086019437766855175308601943776685517530860194377668551753086019437766855175308601943776685517530860194377668551753086019437766855175308601943776685517530860194377668551753086019" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7cc01627-e3e1-4808-88f8-167e0b7e073b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b6ee9070-ac4d-4aca-a8a0-8c2c5c20541e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b6ee9070-ac4d-4aca-a8a0-8c2c5c20541e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5832778260379073364 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58327782603790733645832778260379073364583277826037907336458327782603790733645832778260379073364583277826037907336458327782603790733645832778260379073364583277826037907336458327782603790733645832778260379073364583277826037907336458327782603790733645832778260379073364583277826037907336458327782603790733645832778260379073364583277826037907336458327782603790733645832778260379073364" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ac21ab18-e3c3-4be1-81d1-d5ff19b19714, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, edb0246a-cb73-4333-82f3-11a28d8d6978, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, edb0246a-cb73-4333-82f3-11a28d8d6978, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7308064437147528235 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73080644371475282357308064437147528235730806443714752823573080644371475282357308064437147528235730806443714752823573080644371475282357308064437147528235730806443714752823573080644371475282357308064437147528235730806443714752823573080644371475282357308064437147528235730806443714752823573080644371475282357308064437147528235730806443714752823573080644371475282357308064437147528235" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b6ee9070-ac4d-4aca-a8a0-8c2c5c20541e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d1dcf939-9fd0-48d2-9f88-dc48bf60edae, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d1dcf939-9fd0-48d2-9f88-dc48bf60edae, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11012252055872750243 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1101225205587275024311012252055872750243110122520558727502431101225205587275024311012252055872750243110122520558727502431101225205587275024311012252055872750243110122520558727502431101225205587275024311012252055872750243110122520558727502431101225205587275024311012252055872750243110122520558727502431101225205587275024311012252055872750243110122520558727502431101225205587275024311012252055872750243" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, edb0246a-cb73-4333-82f3-11a28d8d6978, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 622480e3-1e1f-4a68-88c1-a98b36a30c55, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 622480e3-1e1f-4a68-88c1-a98b36a30c55, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1110534087348901652 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11105340873489016521110534087348901652111053408734890165211105340873489016521110534087348901652111053408734890165211105340873489016521110534087348901652111053408734890165211105340873489016521110534087348901652111053408734890165211105340873489016521110534087348901652111053408734890165211105340873489016521110534087348901652111053408734890165211105340873489016521110534087348901652" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d1dcf939-9fd0-48d2-9f88-dc48bf60edae, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f210cebf-8c95-4d85-b021-f97cf66dd448, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f210cebf-8c95-4d85-b021-f97cf66dd448, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5414487011672620467 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54144870116726204675414487011672620467541448701167262046754144870116726204675414487011672620467541448701167262046754144870116726204675414487011672620467541448701167262046754144870116726204675414487011672620467541448701167262046754144870116726204675414487011672620467541448701167262046754144870116726204675414487011672620467541448701167262046754144870116726204675414487011672620467" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 622480e3-1e1f-4a68-88c1-a98b36a30c55, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f210cebf-8c95-4d85-b021-f97cf66dd448, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6aaa5d97-bd37-442b-91a1-7c65cd2a6ce3, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6aaa5d97-bd37-442b-91a1-7c65cd2a6ce3, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12983844407111641402 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1298384440711164140212983844407111641402129838444071116414021298384440711164140212983844407111641402129838444071116414021298384440711164140212983844407111641402129838444071116414021298384440711164140212983844407111641402129838444071116414021298384440711164140212983844407111641402129838444071116414021298384440711164140212983844407111641402129838444071116414021298384440711164140212983844407111641402" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e38e126f-e093-45cc-95ed-9a488c21f6d5, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e38e126f-e093-45cc-95ed-9a488c21f6d5, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17751042655054642294 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1775104265505464229417751042655054642294177510426550546422941775104265505464229417751042655054642294177510426550546422941775104265505464229417751042655054642294177510426550546422941775104265505464229417751042655054642294177510426550546422941775104265505464229417751042655054642294177510426550546422941775104265505464229417751042655054642294177510426550546422941775104265505464229417751042655054642294" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6aaa5d97-bd37-442b-91a1-7c65cd2a6ce3, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 98c29e1e-17e1-475f-8424-72f769ea4a33, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 98c29e1e-17e1-475f-8424-72f769ea4a33, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18151963766228691703 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1815196376622869170318151963766228691703181519637662286917031815196376622869170318151963766228691703181519637662286917031815196376622869170318151963766228691703181519637662286917031815196376622869170318151963766228691703181519637662286917031815196376622869170318151963766228691703181519637662286917031815196376622869170318151963766228691703181519637662286917031815196376622869170318151963766228691703" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e38e126f-e093-45cc-95ed-9a488c21f6d5, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f4e5a427-f14a-4310-8d12-8e3aeaddec29, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f4e5a427-f14a-4310-8d12-8e3aeaddec29, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15783995034617534004 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1578399503461753400415783995034617534004157839950346175340041578399503461753400415783995034617534004157839950346175340041578399503461753400415783995034617534004157839950346175340041578399503461753400415783995034617534004157839950346175340041578399503461753400415783995034617534004157839950346175340041578399503461753400415783995034617534004157839950346175340041578399503461753400415783995034617534004" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 98c29e1e-17e1-475f-8424-72f769ea4a33, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9bda3dae-dd57-4538-96fc-57c486237b73, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9bda3dae-dd57-4538-96fc-57c486237b73, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13886261614012681860 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1388626161401268186013886261614012681860138862616140126818601388626161401268186013886261614012681860138862616140126818601388626161401268186013886261614012681860138862616140126818601388626161401268186013886261614012681860138862616140126818601388626161401268186013886261614012681860138862616140126818601388626161401268186013886261614012681860138862616140126818601388626161401268186013886261614012681860" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f4e5a427-f14a-4310-8d12-8e3aeaddec29, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c4c3c9f9-0a77-4142-8b99-2d10a1abf8b3, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c4c3c9f9-0a77-4142-8b99-2d10a1abf8b3, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1661039296136367566 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16610392961363675661661039296136367566166103929613636756616610392961363675661661039296136367566166103929613636756616610392961363675661661039296136367566166103929613636756616610392961363675661661039296136367566166103929613636756616610392961363675661661039296136367566166103929613636756616610392961363675661661039296136367566166103929613636756616610392961363675661661039296136367566" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9bda3dae-dd57-4538-96fc-57c486237b73, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4efdf2a0-e8e3-4644-8ef8-40e36489cc7f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4efdf2a0-e8e3-4644-8ef8-40e36489cc7f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8591766354432450870 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85917663544324508708591766354432450870859176635443245087085917663544324508708591766354432450870859176635443245087085917663544324508708591766354432450870859176635443245087085917663544324508708591766354432450870859176635443245087085917663544324508708591766354432450870859176635443245087085917663544324508708591766354432450870859176635443245087085917663544324508708591766354432450870" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c4c3c9f9-0a77-4142-8b99-2d10a1abf8b3, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2f72e446-b20d-4dd3-9ed8-79e4b350c0ab, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2f72e446-b20d-4dd3-9ed8-79e4b350c0ab, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11935492389498230431 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1193549238949823043111935492389498230431119354923894982304311193549238949823043111935492389498230431119354923894982304311193549238949823043111935492389498230431119354923894982304311193549238949823043111935492389498230431119354923894982304311193549238949823043111935492389498230431119354923894982304311193549238949823043111935492389498230431119354923894982304311193549238949823043111935492389498230431" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4efdf2a0-e8e3-4644-8ef8-40e36489cc7f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 493565b3-6486-4278-a63e-efc13439432a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 493565b3-6486-4278-a63e-efc13439432a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17595210618986467288 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1759521061898646728817595210618986467288175952106189864672881759521061898646728817595210618986467288175952106189864672881759521061898646728817595210618986467288175952106189864672881759521061898646728817595210618986467288175952106189864672881759521061898646728817595210618986467288175952106189864672881759521061898646728817595210618986467288175952106189864672881759521061898646728817595210618986467288" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2f72e446-b20d-4dd3-9ed8-79e4b350c0ab, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 432b761d-3f5f-4d35-8140-90c7331e6974, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 432b761d-3f5f-4d35-8140-90c7331e6974, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8468116606941319762 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84681166069413197628468116606941319762846811660694131976284681166069413197628468116606941319762846811660694131976284681166069413197628468116606941319762846811660694131976284681166069413197628468116606941319762846811660694131976284681166069413197628468116606941319762846811660694131976284681166069413197628468116606941319762846811660694131976284681166069413197628468116606941319762" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 493565b3-6486-4278-a63e-efc13439432a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f80e230a-4b12-4d87-b012-54358bdc5d19, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f80e230a-4b12-4d87-b012-54358bdc5d19, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1531710208761827759 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15317102087618277591531710208761827759153171020876182775915317102087618277591531710208761827759153171020876182775915317102087618277591531710208761827759153171020876182775915317102087618277591531710208761827759153171020876182775915317102087618277591531710208761827759153171020876182775915317102087618277591531710208761827759153171020876182775915317102087618277591531710208761827759" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 432b761d-3f5f-4d35-8140-90c7331e6974, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1a7d0115-97c1-43d1-8b35-2bdf8f2bfc4b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1a7d0115-97c1-43d1-8b35-2bdf8f2bfc4b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10888900848723346527 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1088890084872334652710888900848723346527108889008487233465271088890084872334652710888900848723346527108889008487233465271088890084872334652710888900848723346527108889008487233465271088890084872334652710888900848723346527108889008487233465271088890084872334652710888900848723346527108889008487233465271088890084872334652710888900848723346527108889008487233465271088890084872334652710888900848723346527" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f80e230a-4b12-4d87-b012-54358bdc5d19, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 492ed984-1e51-43b1-b457-0082dc1fec2b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 492ed984-1e51-43b1-b457-0082dc1fec2b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7440471228200032743 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74404712282000327437440471228200032743744047122820003274374404712282000327437440471228200032743744047122820003274374404712282000327437440471228200032743744047122820003274374404712282000327437440471228200032743744047122820003274374404712282000327437440471228200032743744047122820003274374404712282000327437440471228200032743744047122820003274374404712282000327437440471228200032743" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1a7d0115-97c1-43d1-8b35-2bdf8f2bfc4b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2ccdf739-e4b8-4a5c-8eef-b2ac2dba5e1c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2ccdf739-e4b8-4a5c-8eef-b2ac2dba5e1c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10701259947535747087 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1070125994753574708710701259947535747087107012599475357470871070125994753574708710701259947535747087107012599475357470871070125994753574708710701259947535747087107012599475357470871070125994753574708710701259947535747087107012599475357470871070125994753574708710701259947535747087107012599475357470871070125994753574708710701259947535747087107012599475357470871070125994753574708710701259947535747087" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 492ed984-1e51-43b1-b457-0082dc1fec2b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 88e11ac4-7b35-43a0-9f73-4e7a432d921c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2ccdf739-e4b8-4a5c-8eef-b2ac2dba5e1c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 49f6c064-bf14-49fc-b806-2dd94d2cbdeb, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 88e11ac4-7b35-43a0-9f73-4e7a432d921c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8515928447280454303 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85159284472804543038515928447280454303851592844728045430385159284472804543038515928447280454303851592844728045430385159284472804543038515928447280454303851592844728045430385159284472804543038515928447280454303851592844728045430385159284472804543038515928447280454303851592844728045430385159284472804543038515928447280454303851592844728045430385159284472804543038515928447280454303" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 49f6c064-bf14-49fc-b806-2dd94d2cbdeb, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17202166403396726367 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1720216640339672636717202166403396726367172021664033967263671720216640339672636717202166403396726367172021664033967263671720216640339672636717202166403396726367172021664033967263671720216640339672636717202166403396726367172021664033967263671720216640339672636717202166403396726367172021664033967263671720216640339672636717202166403396726367172021664033967263671720216640339672636717202166403396726367" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 88e11ac4-7b35-43a0-9f73-4e7a432d921c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ffbed738-48d7-4453-9661-2511e3c8c7bd, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ffbed738-48d7-4453-9661-2511e3c8c7bd, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16752706852681845236 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1675270685268184523616752706852681845236167527068526818452361675270685268184523616752706852681845236167527068526818452361675270685268184523616752706852681845236167527068526818452361675270685268184523616752706852681845236167527068526818452361675270685268184523616752706852681845236167527068526818452361675270685268184523616752706852681845236167527068526818452361675270685268184523616752706852681845236" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 49f6c064-bf14-49fc-b806-2dd94d2cbdeb, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b88dc5ff-81e0-464e-9e2e-f096503c4704, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b88dc5ff-81e0-464e-9e2e-f096503c4704, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8467253227391042920 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84672532273910429208467253227391042920846725322739104292084672532273910429208467253227391042920846725322739104292084672532273910429208467253227391042920846725322739104292084672532273910429208467253227391042920846725322739104292084672532273910429208467253227391042920846725322739104292084672532273910429208467253227391042920846725322739104292084672532273910429208467253227391042920" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b88dc5ff-81e0-464e-9e2e-f096503c4704, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a5c1b4c0-e544-4fa1-a428-8bb8058a1d85, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a5c1b4c0-e544-4fa1-a428-8bb8058a1d85, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17662038923190611186 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1766203892319061118617662038923190611186176620389231906111861766203892319061118617662038923190611186176620389231906111861766203892319061118617662038923190611186176620389231906111861766203892319061118617662038923190611186176620389231906111861766203892319061118617662038923190611186176620389231906111861766203892319061118617662038923190611186176620389231906111861766203892319061118617662038923190611186" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ffbed738-48d7-4453-9661-2511e3c8c7bd, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7680b88c-a693-4788-8426-9799a106264f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7680b88c-a693-4788-8426-9799a106264f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11864441120948946667 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1186444112094894666711864441120948946667118644411209489466671186444112094894666711864441120948946667118644411209489466671186444112094894666711864441120948946667118644411209489466671186444112094894666711864441120948946667118644411209489466671186444112094894666711864441120948946667118644411209489466671186444112094894666711864441120948946667118644411209489466671186444112094894666711864441120948946667" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a5c1b4c0-e544-4fa1-a428-8bb8058a1d85, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0ed2bb39-e703-4552-9a86-e3bef21de8ac, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0ed2bb39-e703-4552-9a86-e3bef21de8ac, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11893799794900509797 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1189379979490050979711893799794900509797118937997949005097971189379979490050979711893799794900509797118937997949005097971189379979490050979711893799794900509797118937997949005097971189379979490050979711893799794900509797118937997949005097971189379979490050979711893799794900509797118937997949005097971189379979490050979711893799794900509797118937997949005097971189379979490050979711893799794900509797" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7680b88c-a693-4788-8426-9799a106264f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1aa43f88-cb30-4721-a1ae-61b3b2a86027, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1aa43f88-cb30-4721-a1ae-61b3b2a86027, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16117172548877367752 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1611717254887736775216117172548877367752161171725488773677521611717254887736775216117172548877367752161171725488773677521611717254887736775216117172548877367752161171725488773677521611717254887736775216117172548877367752161171725488773677521611717254887736775216117172548877367752161171725488773677521611717254887736775216117172548877367752161171725488773677521611717254887736775216117172548877367752" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0ed2bb39-e703-4552-9a86-e3bef21de8ac, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d0bf94a6-4bec-473b-9c13-12baabdbc4a7, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d0bf94a6-4bec-473b-9c13-12baabdbc4a7, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16855422449143325582 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1685542244914332558216855422449143325582168554224491433255821685542244914332558216855422449143325582168554224491433255821685542244914332558216855422449143325582168554224491433255821685542244914332558216855422449143325582168554224491433255821685542244914332558216855422449143325582168554224491433255821685542244914332558216855422449143325582168554224491433255821685542244914332558216855422449143325582" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1aa43f88-cb30-4721-a1ae-61b3b2a86027, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8597b7a5-8197-4095-8b15-38f8d0793b4a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8597b7a5-8197-4095-8b15-38f8d0793b4a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5372544871549484008 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53725448715494840085372544871549484008537254487154948400853725448715494840085372544871549484008537254487154948400853725448715494840085372544871549484008537254487154948400853725448715494840085372544871549484008537254487154948400853725448715494840085372544871549484008537254487154948400853725448715494840085372544871549484008537254487154948400853725448715494840085372544871549484008" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d0bf94a6-4bec-473b-9c13-12baabdbc4a7, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7a2825ec-141e-40e8-97c8-690bb1dd5849, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7a2825ec-141e-40e8-97c8-690bb1dd5849, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8199220951149248973 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81992209511492489738199220951149248973819922095114924897381992209511492489738199220951149248973819922095114924897381992209511492489738199220951149248973819922095114924897381992209511492489738199220951149248973819922095114924897381992209511492489738199220951149248973819922095114924897381992209511492489738199220951149248973819922095114924897381992209511492489738199220951149248973" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8597b7a5-8197-4095-8b15-38f8d0793b4a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b1e301df-d8c7-4a93-bcb8-6d2d5dcf0138, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b1e301df-d8c7-4a93-bcb8-6d2d5dcf0138, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10556770407903623638 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1055677040790362363810556770407903623638105567704079036236381055677040790362363810556770407903623638105567704079036236381055677040790362363810556770407903623638105567704079036236381055677040790362363810556770407903623638105567704079036236381055677040790362363810556770407903623638105567704079036236381055677040790362363810556770407903623638105567704079036236381055677040790362363810556770407903623638" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7a2825ec-141e-40e8-97c8-690bb1dd5849, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5311b301-34ad-48c3-a274-595f004ba586, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5311b301-34ad-48c3-a274-595f004ba586, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2973530401107418522 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29735304011074185222973530401107418522297353040110741852229735304011074185222973530401107418522297353040110741852229735304011074185222973530401107418522297353040110741852229735304011074185222973530401107418522297353040110741852229735304011074185222973530401107418522297353040110741852229735304011074185222973530401107418522297353040110741852229735304011074185222973530401107418522" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b1e301df-d8c7-4a93-bcb8-6d2d5dcf0138, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b31a7d84-84af-41bc-a530-992bbd059da3, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b31a7d84-84af-41bc-a530-992bbd059da3, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3640357059074189999 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36403570590741899993640357059074189999364035705907418999936403570590741899993640357059074189999364035705907418999936403570590741899993640357059074189999364035705907418999936403570590741899993640357059074189999364035705907418999936403570590741899993640357059074189999364035705907418999936403570590741899993640357059074189999364035705907418999936403570590741899993640357059074189999" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5311b301-34ad-48c3-a274-595f004ba586, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0badb362-be6a-468c-ac6d-4f61571d3cc4, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0badb362-be6a-468c-ac6d-4f61571d3cc4, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5933414411151438629 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59334144111514386295933414411151438629593341441115143862959334144111514386295933414411151438629593341441115143862959334144111514386295933414411151438629593341441115143862959334144111514386295933414411151438629593341441115143862959334144111514386295933414411151438629593341441115143862959334144111514386295933414411151438629593341441115143862959334144111514386295933414411151438629" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b31a7d84-84af-41bc-a530-992bbd059da3, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3ae85b1e-21d7-4dc5-8868-08811595cb63, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3ae85b1e-21d7-4dc5-8868-08811595cb63, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6783629204501939086 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67836292045019390866783629204501939086678362920450193908667836292045019390866783629204501939086678362920450193908667836292045019390866783629204501939086678362920450193908667836292045019390866783629204501939086678362920450193908667836292045019390866783629204501939086678362920450193908667836292045019390866783629204501939086678362920450193908667836292045019390866783629204501939086" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0badb362-be6a-468c-ac6d-4f61571d3cc4, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c370752d-f63f-4adb-ac37-b26a40ab9260, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c370752d-f63f-4adb-ac37-b26a40ab9260, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11204721570680840839 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1120472157068084083911204721570680840839112047215706808408391120472157068084083911204721570680840839112047215706808408391120472157068084083911204721570680840839112047215706808408391120472157068084083911204721570680840839112047215706808408391120472157068084083911204721570680840839112047215706808408391120472157068084083911204721570680840839112047215706808408391120472157068084083911204721570680840839" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3ae85b1e-21d7-4dc5-8868-08811595cb63, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 11eb80d7-41cb-496d-b4ea-238aa5a053d1, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 11eb80d7-41cb-496d-b4ea-238aa5a053d1, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12491568663744395557 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1249156866374439555712491568663744395557124915686637443955571249156866374439555712491568663744395557124915686637443955571249156866374439555712491568663744395557124915686637443955571249156866374439555712491568663744395557124915686637443955571249156866374439555712491568663744395557124915686637443955571249156866374439555712491568663744395557124915686637443955571249156866374439555712491568663744395557" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c370752d-f63f-4adb-ac37-b26a40ab9260, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f11ce465-4329-4737-be87-d4911c81c95e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f11ce465-4329-4737-be87-d4911c81c95e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9759311912677372035 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97593119126773720359759311912677372035975931191267737203597593119126773720359759311912677372035975931191267737203597593119126773720359759311912677372035975931191267737203597593119126773720359759311912677372035975931191267737203597593119126773720359759311912677372035975931191267737203597593119126773720359759311912677372035975931191267737203597593119126773720359759311912677372035" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f11ce465-4329-4737-be87-d4911c81c95e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 405bd651-2f0f-415b-8eda-468043ec94e4, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 405bd651-2f0f-415b-8eda-468043ec94e4, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16982686267218487959 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1698268626721848795916982686267218487959169826862672184879591698268626721848795916982686267218487959169826862672184879591698268626721848795916982686267218487959169826862672184879591698268626721848795916982686267218487959169826862672184879591698268626721848795916982686267218487959169826862672184879591698268626721848795916982686267218487959169826862672184879591698268626721848795916982686267218487959" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 11eb80d7-41cb-496d-b4ea-238aa5a053d1, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, aaf92775-e4c4-499c-8ee5-fd87a45fac8d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aaf92775-e4c4-499c-8ee5-fd87a45fac8d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13260120105434608912 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1326012010543460891213260120105434608912132601201054346089121326012010543460891213260120105434608912132601201054346089121326012010543460891213260120105434608912132601201054346089121326012010543460891213260120105434608912132601201054346089121326012010543460891213260120105434608912132601201054346089121326012010543460891213260120105434608912132601201054346089121326012010543460891213260120105434608912" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 405bd651-2f0f-415b-8eda-468043ec94e4, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ae924ea0-c4d5-4c0e-b3f3-2d79fb1891a6, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ae924ea0-c4d5-4c0e-b3f3-2d79fb1891a6, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10634144511084431088 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1063414451108443108810634144511084431088106341445110844310881063414451108443108810634144511084431088106341445110844310881063414451108443108810634144511084431088106341445110844310881063414451108443108810634144511084431088106341445110844310881063414451108443108810634144511084431088106341445110844310881063414451108443108810634144511084431088106341445110844310881063414451108443108810634144511084431088" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aaf92775-e4c4-499c-8ee5-fd87a45fac8d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4d2f4ac9-3521-4ad1-94ae-f14149cc8bb8, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4d2f4ac9-3521-4ad1-94ae-f14149cc8bb8, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13741625459692601557 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1374162545969260155713741625459692601557137416254596926015571374162545969260155713741625459692601557137416254596926015571374162545969260155713741625459692601557137416254596926015571374162545969260155713741625459692601557137416254596926015571374162545969260155713741625459692601557137416254596926015571374162545969260155713741625459692601557137416254596926015571374162545969260155713741625459692601557" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ae924ea0-c4d5-4c0e-b3f3-2d79fb1891a6, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7476f7ff-11ba-42b0-89a3-057ae0e1cabc, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7476f7ff-11ba-42b0-89a3-057ae0e1cabc, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2519098931125967619 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25190989311259676192519098931125967619251909893112596761925190989311259676192519098931125967619251909893112596761925190989311259676192519098931125967619251909893112596761925190989311259676192519098931125967619251909893112596761925190989311259676192519098931125967619251909893112596761925190989311259676192519098931125967619251909893112596761925190989311259676192519098931125967619" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4d2f4ac9-3521-4ad1-94ae-f14149cc8bb8, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 521162c4-afe5-4cc1-8dfb-67a96e847e35, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 521162c4-afe5-4cc1-8dfb-67a96e847e35, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16314065946746149770 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1631406594674614977016314065946746149770163140659467461497701631406594674614977016314065946746149770163140659467461497701631406594674614977016314065946746149770163140659467461497701631406594674614977016314065946746149770163140659467461497701631406594674614977016314065946746149770163140659467461497701631406594674614977016314065946746149770163140659467461497701631406594674614977016314065946746149770" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7476f7ff-11ba-42b0-89a3-057ae0e1cabc, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7978feca-d33a-4a3a-aa91-4f93c7a263f2, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7978feca-d33a-4a3a-aa91-4f93c7a263f2, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5437843965476631854 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54378439654766318545437843965476631854543784396547663185454378439654766318545437843965476631854543784396547663185454378439654766318545437843965476631854543784396547663185454378439654766318545437843965476631854543784396547663185454378439654766318545437843965476631854543784396547663185454378439654766318545437843965476631854543784396547663185454378439654766318545437843965476631854" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 521162c4-afe5-4cc1-8dfb-67a96e847e35, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 20ee7b75-8a18-4cd6-87a4-3428209933de, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7978feca-d33a-4a3a-aa91-4f93c7a263f2, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 20ee7b75-8a18-4cd6-87a4-3428209933de, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1040633257533240403 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10406332575332404031040633257533240403104063325753324040310406332575332404031040633257533240403104063325753324040310406332575332404031040633257533240403104063325753324040310406332575332404031040633257533240403104063325753324040310406332575332404031040633257533240403104063325753324040310406332575332404031040633257533240403104063325753324040310406332575332404031040633257533240403" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3463beb4-186f-4be7-a6dc-1700a95622fa, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3463beb4-186f-4be7-a6dc-1700a95622fa, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17360840944771294996 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1736084094477129499617360840944771294996173608409447712949961736084094477129499617360840944771294996173608409447712949961736084094477129499617360840944771294996173608409447712949961736084094477129499617360840944771294996173608409447712949961736084094477129499617360840944771294996173608409447712949961736084094477129499617360840944771294996173608409447712949961736084094477129499617360840944771294996" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 20ee7b75-8a18-4cd6-87a4-3428209933de, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 53181b60-4e2a-42a5-b273-cc3e136bf986, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 53181b60-4e2a-42a5-b273-cc3e136bf986, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17516279400122652327 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1751627940012265232717516279400122652327175162794001226523271751627940012265232717516279400122652327175162794001226523271751627940012265232717516279400122652327175162794001226523271751627940012265232717516279400122652327175162794001226523271751627940012265232717516279400122652327175162794001226523271751627940012265232717516279400122652327175162794001226523271751627940012265232717516279400122652327" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3463beb4-186f-4be7-a6dc-1700a95622fa, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 46c819eb-81c7-45f9-8df4-d3ed847416ad, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 46c819eb-81c7-45f9-8df4-d3ed847416ad, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1129868435062730175 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11298684350627301751129868435062730175112986843506273017511298684350627301751129868435062730175112986843506273017511298684350627301751129868435062730175112986843506273017511298684350627301751129868435062730175112986843506273017511298684350627301751129868435062730175112986843506273017511298684350627301751129868435062730175112986843506273017511298684350627301751129868435062730175" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 53181b60-4e2a-42a5-b273-cc3e136bf986, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5c95d57e-e652-444a-b8cf-fe939eb3e228, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5c95d57e-e652-444a-b8cf-fe939eb3e228, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1422916400684660967 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14229164006846609671422916400684660967142291640068466096714229164006846609671422916400684660967142291640068466096714229164006846609671422916400684660967142291640068466096714229164006846609671422916400684660967142291640068466096714229164006846609671422916400684660967142291640068466096714229164006846609671422916400684660967142291640068466096714229164006846609671422916400684660967" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 46c819eb-81c7-45f9-8df4-d3ed847416ad, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8e69a89a-3717-440a-9936-098f23d459bc, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8e69a89a-3717-440a-9936-098f23d459bc, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8705577172152173961 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87055771721521739618705577172152173961870557717215217396187055771721521739618705577172152173961870557717215217396187055771721521739618705577172152173961870557717215217396187055771721521739618705577172152173961870557717215217396187055771721521739618705577172152173961870557717215217396187055771721521739618705577172152173961870557717215217396187055771721521739618705577172152173961" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5c95d57e-e652-444a-b8cf-fe939eb3e228, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7a3a94fc-d0d3-4f7f-b943-2d186b01dcd1, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7a3a94fc-d0d3-4f7f-b943-2d186b01dcd1, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4906258388355734527 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49062583883557345274906258388355734527490625838835573452749062583883557345274906258388355734527490625838835573452749062583883557345274906258388355734527490625838835573452749062583883557345274906258388355734527490625838835573452749062583883557345274906258388355734527490625838835573452749062583883557345274906258388355734527490625838835573452749062583883557345274906258388355734527" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8e69a89a-3717-440a-9936-098f23d459bc, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d5213e25-432b-439f-aae0-8dc9147ee7c2, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d5213e25-432b-439f-aae0-8dc9147ee7c2, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4824829238786975993 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48248292387869759934824829238786975993482482923878697599348248292387869759934824829238786975993482482923878697599348248292387869759934824829238786975993482482923878697599348248292387869759934824829238786975993482482923878697599348248292387869759934824829238786975993482482923878697599348248292387869759934824829238786975993482482923878697599348248292387869759934824829238786975993" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7a3a94fc-d0d3-4f7f-b943-2d186b01dcd1, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 39866d34-7a42-4a8f-bf4b-a7ed8ad6935f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 39866d34-7a42-4a8f-bf4b-a7ed8ad6935f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10731886938871347314 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1073188693887134731410731886938871347314107318869388713473141073188693887134731410731886938871347314107318869388713473141073188693887134731410731886938871347314107318869388713473141073188693887134731410731886938871347314107318869388713473141073188693887134731410731886938871347314107318869388713473141073188693887134731410731886938871347314107318869388713473141073188693887134731410731886938871347314" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d5213e25-432b-439f-aae0-8dc9147ee7c2, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6536621d-b22d-44b6-8f9f-d97c5c7059e1, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6536621d-b22d-44b6-8f9f-d97c5c7059e1, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18188344792519322101 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1818834479251932210118188344792519322101181883447925193221011818834479251932210118188344792519322101181883447925193221011818834479251932210118188344792519322101181883447925193221011818834479251932210118188344792519322101181883447925193221011818834479251932210118188344792519322101181883447925193221011818834479251932210118188344792519322101181883447925193221011818834479251932210118188344792519322101" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 39866d34-7a42-4a8f-bf4b-a7ed8ad6935f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 89facae5-23c1-494c-9daa-5a73b8ed0060, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 89facae5-23c1-494c-9daa-5a73b8ed0060, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1554756364093065963 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15547563640930659631554756364093065963155475636409306596315547563640930659631554756364093065963155475636409306596315547563640930659631554756364093065963155475636409306596315547563640930659631554756364093065963155475636409306596315547563640930659631554756364093065963155475636409306596315547563640930659631554756364093065963155475636409306596315547563640930659631554756364093065963" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6536621d-b22d-44b6-8f9f-d97c5c7059e1, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 14d700e5-7ac3-4a58-98d1-a6f6e9c0bf18, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 14d700e5-7ac3-4a58-98d1-a6f6e9c0bf18, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7870337443086426961 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78703374430864269617870337443086426961787033744308642696178703374430864269617870337443086426961787033744308642696178703374430864269617870337443086426961787033744308642696178703374430864269617870337443086426961787033744308642696178703374430864269617870337443086426961787033744308642696178703374430864269617870337443086426961787033744308642696178703374430864269617870337443086426961" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 89facae5-23c1-494c-9daa-5a73b8ed0060, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 42484c85-4224-44df-b620-d4d4a2390bda, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 42484c85-4224-44df-b620-d4d4a2390bda, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2099937767954868492 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20999377679548684922099937767954868492209993776795486849220999377679548684922099937767954868492209993776795486849220999377679548684922099937767954868492209993776795486849220999377679548684922099937767954868492209993776795486849220999377679548684922099937767954868492209993776795486849220999377679548684922099937767954868492209993776795486849220999377679548684922099937767954868492" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 14d700e5-7ac3-4a58-98d1-a6f6e9c0bf18, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 148cc813-e53f-4da1-a8af-bb2a1350450a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 148cc813-e53f-4da1-a8af-bb2a1350450a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12371472248439056102 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1237147224843905610212371472248439056102123714722484390561021237147224843905610212371472248439056102123714722484390561021237147224843905610212371472248439056102123714722484390561021237147224843905610212371472248439056102123714722484390561021237147224843905610212371472248439056102123714722484390561021237147224843905610212371472248439056102123714722484390561021237147224843905610212371472248439056102" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 42484c85-4224-44df-b620-d4d4a2390bda, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d2104c02-6bf6-455e-b0b2-2f28123cbe98, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d2104c02-6bf6-455e-b0b2-2f28123cbe98, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 863361053100633514 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "863361053100633514863361053100633514863361053100633514863361053100633514863361053100633514863361053100633514863361053100633514863361053100633514863361053100633514863361053100633514863361053100633514863361053100633514863361053100633514863361053100633514863361053100633514863361053100633514863361053100633514863361053100633514863361053100633514863361053100633514" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 148cc813-e53f-4da1-a8af-bb2a1350450a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0735cc40-50bc-4b7d-b2c7-096f940b50d8, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0735cc40-50bc-4b7d-b2c7-096f940b50d8, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 603142161929846128 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "603142161929846128603142161929846128603142161929846128603142161929846128603142161929846128603142161929846128603142161929846128603142161929846128603142161929846128603142161929846128603142161929846128603142161929846128603142161929846128603142161929846128603142161929846128603142161929846128603142161929846128603142161929846128603142161929846128603142161929846128" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d2104c02-6bf6-455e-b0b2-2f28123cbe98, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2530b2ed-1653-418d-8c44-4da6118412e2, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2530b2ed-1653-418d-8c44-4da6118412e2, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10920096176444425808 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1092009617644442580810920096176444425808109200961764444258081092009617644442580810920096176444425808109200961764444258081092009617644442580810920096176444425808109200961764444258081092009617644442580810920096176444425808109200961764444258081092009617644442580810920096176444425808109200961764444258081092009617644442580810920096176444425808109200961764444258081092009617644442580810920096176444425808" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0735cc40-50bc-4b7d-b2c7-096f940b50d8, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 87d6a884-ce18-45b3-8dbd-180b40071797, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 87d6a884-ce18-45b3-8dbd-180b40071797, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5541872131482511422 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55418721314825114225541872131482511422554187213148251142255418721314825114225541872131482511422554187213148251142255418721314825114225541872131482511422554187213148251142255418721314825114225541872131482511422554187213148251142255418721314825114225541872131482511422554187213148251142255418721314825114225541872131482511422554187213148251142255418721314825114225541872131482511422" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2530b2ed-1653-418d-8c44-4da6118412e2, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5662067e-a008-439d-8572-38e9f21d11aa, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5662067e-a008-439d-8572-38e9f21d11aa, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11778291466748452011 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1177829146674845201111778291466748452011117782914667484520111177829146674845201111778291466748452011117782914667484520111177829146674845201111778291466748452011117782914667484520111177829146674845201111778291466748452011117782914667484520111177829146674845201111778291466748452011117782914667484520111177829146674845201111778291466748452011117782914667484520111177829146674845201111778291466748452011" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 87d6a884-ce18-45b3-8dbd-180b40071797, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 303990c7-71af-41ac-8469-5c864bda08f1, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 303990c7-71af-41ac-8469-5c864bda08f1, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7135988410215617329 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71359884102156173297135988410215617329713598841021561732971359884102156173297135988410215617329713598841021561732971359884102156173297135988410215617329713598841021561732971359884102156173297135988410215617329713598841021561732971359884102156173297135988410215617329713598841021561732971359884102156173297135988410215617329713598841021561732971359884102156173297135988410215617329" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5662067e-a008-439d-8572-38e9f21d11aa, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9b5b7332-3c86-49fb-85db-09ae71de19b6, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9b5b7332-3c86-49fb-85db-09ae71de19b6, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8607665278389066931 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86076652783890669318607665278389066931860766527838906693186076652783890669318607665278389066931860766527838906693186076652783890669318607665278389066931860766527838906693186076652783890669318607665278389066931860766527838906693186076652783890669318607665278389066931860766527838906693186076652783890669318607665278389066931860766527838906693186076652783890669318607665278389066931" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 303990c7-71af-41ac-8469-5c864bda08f1, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, db1d9cb2-e5f8-4871-aefc-683fbb1fbc02, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, db1d9cb2-e5f8-4871-aefc-683fbb1fbc02, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12199669492189564871 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1219966949218956487112199669492189564871121996694921895648711219966949218956487112199669492189564871121996694921895648711219966949218956487112199669492189564871121996694921895648711219966949218956487112199669492189564871121996694921895648711219966949218956487112199669492189564871121996694921895648711219966949218956487112199669492189564871121996694921895648711219966949218956487112199669492189564871" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9b5b7332-3c86-49fb-85db-09ae71de19b6, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bd03c257-cf6f-4a8d-8cb5-8a6240dc3238, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bd03c257-cf6f-4a8d-8cb5-8a6240dc3238, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18109677013217930537 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1810967701321793053718109677013217930537181096770132179305371810967701321793053718109677013217930537181096770132179305371810967701321793053718109677013217930537181096770132179305371810967701321793053718109677013217930537181096770132179305371810967701321793053718109677013217930537181096770132179305371810967701321793053718109677013217930537181096770132179305371810967701321793053718109677013217930537" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, db1d9cb2-e5f8-4871-aefc-683fbb1fbc02, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7f60c611-035e-424e-bede-ab83aa67bfc9, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7f60c611-035e-424e-bede-ab83aa67bfc9, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17411033080109656940 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1741103308010965694017411033080109656940174110330801096569401741103308010965694017411033080109656940174110330801096569401741103308010965694017411033080109656940174110330801096569401741103308010965694017411033080109656940174110330801096569401741103308010965694017411033080109656940174110330801096569401741103308010965694017411033080109656940174110330801096569401741103308010965694017411033080109656940" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bd03c257-cf6f-4a8d-8cb5-8a6240dc3238, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8284a0b0-f18b-4a1f-ab07-bb78fe001bc7, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8284a0b0-f18b-4a1f-ab07-bb78fe001bc7, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4841814062585822328 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48418140625858223284841814062585822328484181406258582232848418140625858223284841814062585822328484181406258582232848418140625858223284841814062585822328484181406258582232848418140625858223284841814062585822328484181406258582232848418140625858223284841814062585822328484181406258582232848418140625858223284841814062585822328484181406258582232848418140625858223284841814062585822328" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8284a0b0-f18b-4a1f-ab07-bb78fe001bc7, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5c170d98-e1fa-438f-a3cb-4bcd33101d2b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5c170d98-e1fa-438f-a3cb-4bcd33101d2b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7699345248279275696 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76993452482792756967699345248279275696769934524827927569676993452482792756967699345248279275696769934524827927569676993452482792756967699345248279275696769934524827927569676993452482792756967699345248279275696769934524827927569676993452482792756967699345248279275696769934524827927569676993452482792756967699345248279275696769934524827927569676993452482792756967699345248279275696" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7f60c611-035e-424e-bede-ab83aa67bfc9, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b1c8664e-9943-4bf6-a1e9-221a21018fa6, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b1c8664e-9943-4bf6-a1e9-221a21018fa6, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8008483993524379822 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80084839935243798228008483993524379822800848399352437982280084839935243798228008483993524379822800848399352437982280084839935243798228008483993524379822800848399352437982280084839935243798228008483993524379822800848399352437982280084839935243798228008483993524379822800848399352437982280084839935243798228008483993524379822800848399352437982280084839935243798228008483993524379822" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5c170d98-e1fa-438f-a3cb-4bcd33101d2b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 812c6d9d-ead0-490b-85be-483cb776351f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 812c6d9d-ead0-490b-85be-483cb776351f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11203547153128498355 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1120354715312849835511203547153128498355112035471531284983551120354715312849835511203547153128498355112035471531284983551120354715312849835511203547153128498355112035471531284983551120354715312849835511203547153128498355112035471531284983551120354715312849835511203547153128498355112035471531284983551120354715312849835511203547153128498355112035471531284983551120354715312849835511203547153128498355" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b1c8664e-9943-4bf6-a1e9-221a21018fa6, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 43a732f8-4e0f-43d2-a60b-8373046e353d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 43a732f8-4e0f-43d2-a60b-8373046e353d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1521862393782502354 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15218623937825023541521862393782502354152186239378250235415218623937825023541521862393782502354152186239378250235415218623937825023541521862393782502354152186239378250235415218623937825023541521862393782502354152186239378250235415218623937825023541521862393782502354152186239378250235415218623937825023541521862393782502354152186239378250235415218623937825023541521862393782502354" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 812c6d9d-ead0-490b-85be-483cb776351f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dd9cedf0-ff59-40d7-87c1-3d8d7938e227, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 43a732f8-4e0f-43d2-a60b-8373046e353d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 217bfcd6-a6d7-48e6-9d81-dae03980af20, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dd9cedf0-ff59-40d7-87c1-3d8d7938e227, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9265910228313058569 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92659102283130585699265910228313058569926591022831305856992659102283130585699265910228313058569926591022831305856992659102283130585699265910228313058569926591022831305856992659102283130585699265910228313058569926591022831305856992659102283130585699265910228313058569926591022831305856992659102283130585699265910228313058569926591022831305856992659102283130585699265910228313058569" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 217bfcd6-a6d7-48e6-9d81-dae03980af20, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1254354843719434922 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12543548437194349221254354843719434922125435484371943492212543548437194349221254354843719434922125435484371943492212543548437194349221254354843719434922125435484371943492212543548437194349221254354843719434922125435484371943492212543548437194349221254354843719434922125435484371943492212543548437194349221254354843719434922125435484371943492212543548437194349221254354843719434922" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dd9cedf0-ff59-40d7-87c1-3d8d7938e227, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ec48a844-78a6-4d34-be58-162e521065f2, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ec48a844-78a6-4d34-be58-162e521065f2, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15875877165007988153 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1587587716500798815315875877165007988153158758771650079881531587587716500798815315875877165007988153158758771650079881531587587716500798815315875877165007988153158758771650079881531587587716500798815315875877165007988153158758771650079881531587587716500798815315875877165007988153158758771650079881531587587716500798815315875877165007988153158758771650079881531587587716500798815315875877165007988153" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 217bfcd6-a6d7-48e6-9d81-dae03980af20, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cd913959-975d-42ce-b5cc-06fc3294a883, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cd913959-975d-42ce-b5cc-06fc3294a883, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5045439398260287012 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50454393982602870125045439398260287012504543939826028701250454393982602870125045439398260287012504543939826028701250454393982602870125045439398260287012504543939826028701250454393982602870125045439398260287012504543939826028701250454393982602870125045439398260287012504543939826028701250454393982602870125045439398260287012504543939826028701250454393982602870125045439398260287012" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ec48a844-78a6-4d34-be58-162e521065f2, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2f06fc88-6734-4f46-acb6-59a5dfddf32a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2f06fc88-6734-4f46-acb6-59a5dfddf32a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1625653027809888835 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16256530278098888351625653027809888835162565302780988883516256530278098888351625653027809888835162565302780988883516256530278098888351625653027809888835162565302780988883516256530278098888351625653027809888835162565302780988883516256530278098888351625653027809888835162565302780988883516256530278098888351625653027809888835162565302780988883516256530278098888351625653027809888835" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cd913959-975d-42ce-b5cc-06fc3294a883, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 67775543-d1ec-4ffb-b72f-3f5a97baa92d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 67775543-d1ec-4ffb-b72f-3f5a97baa92d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9645438608663517449 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96454386086635174499645438608663517449964543860866351744996454386086635174499645438608663517449964543860866351744996454386086635174499645438608663517449964543860866351744996454386086635174499645438608663517449964543860866351744996454386086635174499645438608663517449964543860866351744996454386086635174499645438608663517449964543860866351744996454386086635174499645438608663517449" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2f06fc88-6734-4f46-acb6-59a5dfddf32a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, da095cbe-0ab4-420a-8454-5f657f3d2403, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, da095cbe-0ab4-420a-8454-5f657f3d2403, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3874916017747806406 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38749160177478064063874916017747806406387491601774780640638749160177478064063874916017747806406387491601774780640638749160177478064063874916017747806406387491601774780640638749160177478064063874916017747806406387491601774780640638749160177478064063874916017747806406387491601774780640638749160177478064063874916017747806406387491601774780640638749160177478064063874916017747806406" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 67775543-d1ec-4ffb-b72f-3f5a97baa92d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7e72ea8b-0533-4c46-9f5a-dfca55fd187c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7e72ea8b-0533-4c46-9f5a-dfca55fd187c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6526488127262083229 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65264881272620832296526488127262083229652648812726208322965264881272620832296526488127262083229652648812726208322965264881272620832296526488127262083229652648812726208322965264881272620832296526488127262083229652648812726208322965264881272620832296526488127262083229652648812726208322965264881272620832296526488127262083229652648812726208322965264881272620832296526488127262083229" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, da095cbe-0ab4-420a-8454-5f657f3d2403, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b99d7cdc-77f7-431f-8ae5-8592c244c3d9, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b99d7cdc-77f7-431f-8ae5-8592c244c3d9, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12961527135646101040 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1296152713564610104012961527135646101040129615271356461010401296152713564610104012961527135646101040129615271356461010401296152713564610104012961527135646101040129615271356461010401296152713564610104012961527135646101040129615271356461010401296152713564610104012961527135646101040129615271356461010401296152713564610104012961527135646101040129615271356461010401296152713564610104012961527135646101040" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7e72ea8b-0533-4c46-9f5a-dfca55fd187c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9edcd9dc-2384-440c-9a5a-f50b71c03642, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9edcd9dc-2384-440c-9a5a-f50b71c03642, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16543383740548603425 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1654338374054860342516543383740548603425165433837405486034251654338374054860342516543383740548603425165433837405486034251654338374054860342516543383740548603425165433837405486034251654338374054860342516543383740548603425165433837405486034251654338374054860342516543383740548603425165433837405486034251654338374054860342516543383740548603425165433837405486034251654338374054860342516543383740548603425" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b99d7cdc-77f7-431f-8ae5-8592c244c3d9, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cf15ff5d-5108-40f7-bea2-7343c6a15c5b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cf15ff5d-5108-40f7-bea2-7343c6a15c5b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6621584062967017199 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66215840629670171996621584062967017199662158406296701719966215840629670171996621584062967017199662158406296701719966215840629670171996621584062967017199662158406296701719966215840629670171996621584062967017199662158406296701719966215840629670171996621584062967017199662158406296701719966215840629670171996621584062967017199662158406296701719966215840629670171996621584062967017199" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9edcd9dc-2384-440c-9a5a-f50b71c03642, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 70b0a693-352c-4ca8-8cba-2c8dd6d322df, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 70b0a693-352c-4ca8-8cba-2c8dd6d322df, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 190472376244531976 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "190472376244531976190472376244531976190472376244531976190472376244531976190472376244531976190472376244531976190472376244531976190472376244531976190472376244531976190472376244531976190472376244531976190472376244531976190472376244531976190472376244531976190472376244531976190472376244531976190472376244531976190472376244531976190472376244531976190472376244531976" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cf15ff5d-5108-40f7-bea2-7343c6a15c5b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f93d1a9c-f9de-4ff8-8417-ef897fb7091d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f93d1a9c-f9de-4ff8-8417-ef897fb7091d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10465000488876301939 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1046500048887630193910465000488876301939104650004888763019391046500048887630193910465000488876301939104650004888763019391046500048887630193910465000488876301939104650004888763019391046500048887630193910465000488876301939104650004888763019391046500048887630193910465000488876301939104650004888763019391046500048887630193910465000488876301939104650004888763019391046500048887630193910465000488876301939" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 70b0a693-352c-4ca8-8cba-2c8dd6d322df, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f93d1a9c-f9de-4ff8-8417-ef897fb7091d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 43d95fc8-b944-4ab0-8851-fa2f3f1ec7bb, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 573f4513-cd33-4b1a-89f8-cccbb8637819, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 43d95fc8-b944-4ab0-8851-fa2f3f1ec7bb, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14325327931777452496 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1432532793177745249614325327931777452496143253279317774524961432532793177745249614325327931777452496143253279317774524961432532793177745249614325327931777452496143253279317774524961432532793177745249614325327931777452496143253279317774524961432532793177745249614325327931777452496143253279317774524961432532793177745249614325327931777452496143253279317774524961432532793177745249614325327931777452496" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 573f4513-cd33-4b1a-89f8-cccbb8637819, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 66665444608059064 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "6666544460805906466665444608059064666654446080590646666544460805906466665444608059064666654446080590646666544460805906466665444608059064666654446080590646666544460805906466665444608059064666654446080590646666544460805906466665444608059064666654446080590646666544460805906466665444608059064666654446080590646666544460805906466665444608059064" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 43d95fc8-b944-4ab0-8851-fa2f3f1ec7bb, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 573f4513-cd33-4b1a-89f8-cccbb8637819, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 798097f0-9259-4e06-ae7b-e801db796b09, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d4ff88f3-5ce9-4e6e-9bb7-b0c8292dffd5, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 798097f0-9259-4e06-ae7b-e801db796b09, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13831884039622500318 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1383188403962250031813831884039622500318138318840396225003181383188403962250031813831884039622500318138318840396225003181383188403962250031813831884039622500318138318840396225003181383188403962250031813831884039622500318138318840396225003181383188403962250031813831884039622500318138318840396225003181383188403962250031813831884039622500318138318840396225003181383188403962250031813831884039622500318" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d4ff88f3-5ce9-4e6e-9bb7-b0c8292dffd5, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7903775879251195807 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79037758792511958077903775879251195807790377587925119580779037758792511958077903775879251195807790377587925119580779037758792511958077903775879251195807790377587925119580779037758792511958077903775879251195807790377587925119580779037758792511958077903775879251195807790377587925119580779037758792511958077903775879251195807790377587925119580779037758792511958077903775879251195807" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 798097f0-9259-4e06-ae7b-e801db796b09, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f71a6991-d322-4982-bb69-c93d1e78b300, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f71a6991-d322-4982-bb69-c93d1e78b300, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10950797336649120306 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1095079733664912030610950797336649120306109507973366491203061095079733664912030610950797336649120306109507973366491203061095079733664912030610950797336649120306109507973366491203061095079733664912030610950797336649120306109507973366491203061095079733664912030610950797336649120306109507973366491203061095079733664912030610950797336649120306109507973366491203061095079733664912030610950797336649120306" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d4ff88f3-5ce9-4e6e-9bb7-b0c8292dffd5, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 97d4f00d-3303-4547-9ba8-083deaba846c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 97d4f00d-3303-4547-9ba8-083deaba846c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9300228662473503722 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93002286624735037229300228662473503722930022866247350372293002286624735037229300228662473503722930022866247350372293002286624735037229300228662473503722930022866247350372293002286624735037229300228662473503722930022866247350372293002286624735037229300228662473503722930022866247350372293002286624735037229300228662473503722930022866247350372293002286624735037229300228662473503722" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 97d4f00d-3303-4547-9ba8-083deaba846c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3895878b-d5b7-422c-87ef-bb2f28bd546c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3895878b-d5b7-422c-87ef-bb2f28bd546c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10531351695730050368 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1053135169573005036810531351695730050368105313516957300503681053135169573005036810531351695730050368105313516957300503681053135169573005036810531351695730050368105313516957300503681053135169573005036810531351695730050368105313516957300503681053135169573005036810531351695730050368105313516957300503681053135169573005036810531351695730050368105313516957300503681053135169573005036810531351695730050368" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f71a6991-d322-4982-bb69-c93d1e78b300, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 016ba35b-fb9e-4665-a43d-062505bdc425, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 016ba35b-fb9e-4665-a43d-062505bdc425, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7572275925467239239 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75722759254672392397572275925467239239757227592546723923975722759254672392397572275925467239239757227592546723923975722759254672392397572275925467239239757227592546723923975722759254672392397572275925467239239757227592546723923975722759254672392397572275925467239239757227592546723923975722759254672392397572275925467239239757227592546723923975722759254672392397572275925467239239" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3895878b-d5b7-422c-87ef-bb2f28bd546c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 016ba35b-fb9e-4665-a43d-062505bdc425, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 45681117-bec7-4952-a5a2-2f6e9ed20278, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6e63aed7-20d2-4edc-88fb-c3fd09e5d4b3, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6e63aed7-20d2-4edc-88fb-c3fd09e5d4b3, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17436902199099338238 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1743690219909933823817436902199099338238174369021990993382381743690219909933823817436902199099338238174369021990993382381743690219909933823817436902199099338238174369021990993382381743690219909933823817436902199099338238174369021990993382381743690219909933823817436902199099338238174369021990993382381743690219909933823817436902199099338238174369021990993382381743690219909933823817436902199099338238" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 45681117-bec7-4952-a5a2-2f6e9ed20278, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9889952588178104838 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98899525881781048389889952588178104838988995258817810483898899525881781048389889952588178104838988995258817810483898899525881781048389889952588178104838988995258817810483898899525881781048389889952588178104838988995258817810483898899525881781048389889952588178104838988995258817810483898899525881781048389889952588178104838988995258817810483898899525881781048389889952588178104838" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6e63aed7-20d2-4edc-88fb-c3fd09e5d4b3, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1f47f105-df50-48f8-b050-781728beec2f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1f47f105-df50-48f8-b050-781728beec2f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13107071997105845700 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1310707199710584570013107071997105845700131070719971058457001310707199710584570013107071997105845700131070719971058457001310707199710584570013107071997105845700131070719971058457001310707199710584570013107071997105845700131070719971058457001310707199710584570013107071997105845700131070719971058457001310707199710584570013107071997105845700131070719971058457001310707199710584570013107071997105845700" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 45681117-bec7-4952-a5a2-2f6e9ed20278, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8b71d02e-64c1-4c0c-9f45-c209aa31579c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8b71d02e-64c1-4c0c-9f45-c209aa31579c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10788939883930618400 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1078893988393061840010788939883930618400107889398839306184001078893988393061840010788939883930618400107889398839306184001078893988393061840010788939883930618400107889398839306184001078893988393061840010788939883930618400107889398839306184001078893988393061840010788939883930618400107889398839306184001078893988393061840010788939883930618400107889398839306184001078893988393061840010788939883930618400" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1f47f105-df50-48f8-b050-781728beec2f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8b71d02e-64c1-4c0c-9f45-c209aa31579c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ff797eac-2dd1-4e67-acc5-c0bf3039441d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ff797eac-2dd1-4e67-acc5-c0bf3039441d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11808133859837364240 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1180813385983736424011808133859837364240118081338598373642401180813385983736424011808133859837364240118081338598373642401180813385983736424011808133859837364240118081338598373642401180813385983736424011808133859837364240118081338598373642401180813385983736424011808133859837364240118081338598373642401180813385983736424011808133859837364240118081338598373642401180813385983736424011808133859837364240" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 20b23f6a-64e9-4007-b2a5-ce88fc84d18d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 20b23f6a-64e9-4007-b2a5-ce88fc84d18d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16881734086401751389 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1688173408640175138916881734086401751389168817340864017513891688173408640175138916881734086401751389168817340864017513891688173408640175138916881734086401751389168817340864017513891688173408640175138916881734086401751389168817340864017513891688173408640175138916881734086401751389168817340864017513891688173408640175138916881734086401751389168817340864017513891688173408640175138916881734086401751389" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ff797eac-2dd1-4e67-acc5-c0bf3039441d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3b411d56-ebfa-409e-b408-4814bbe795b2, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3b411d56-ebfa-409e-b408-4814bbe795b2, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9834322148798602772 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98343221487986027729834322148798602772983432214879860277298343221487986027729834322148798602772983432214879860277298343221487986027729834322148798602772983432214879860277298343221487986027729834322148798602772983432214879860277298343221487986027729834322148798602772983432214879860277298343221487986027729834322148798602772983432214879860277298343221487986027729834322148798602772" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 20b23f6a-64e9-4007-b2a5-ce88fc84d18d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 493b1bc5-cd34-49da-9d1c-f296c54d5503, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 493b1bc5-cd34-49da-9d1c-f296c54d5503, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13992030738666842180 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1399203073866684218013992030738666842180139920307386668421801399203073866684218013992030738666842180139920307386668421801399203073866684218013992030738666842180139920307386668421801399203073866684218013992030738666842180139920307386668421801399203073866684218013992030738666842180139920307386668421801399203073866684218013992030738666842180139920307386668421801399203073866684218013992030738666842180" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3b411d56-ebfa-409e-b408-4814bbe795b2, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a2eca32e-7413-43f1-b81f-4fc5ec9f9924, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a2eca32e-7413-43f1-b81f-4fc5ec9f9924, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8422198975464599934 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84221989754645999348422198975464599934842219897546459993484221989754645999348422198975464599934842219897546459993484221989754645999348422198975464599934842219897546459993484221989754645999348422198975464599934842219897546459993484221989754645999348422198975464599934842219897546459993484221989754645999348422198975464599934842219897546459993484221989754645999348422198975464599934" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 493b1bc5-cd34-49da-9d1c-f296c54d5503, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7e8023a4-213b-4ce1-85cb-25925c76c569, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7e8023a4-213b-4ce1-85cb-25925c76c569, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 870289207665862952 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "870289207665862952870289207665862952870289207665862952870289207665862952870289207665862952870289207665862952870289207665862952870289207665862952870289207665862952870289207665862952870289207665862952870289207665862952870289207665862952870289207665862952870289207665862952870289207665862952870289207665862952870289207665862952870289207665862952870289207665862952" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a2eca32e-7413-43f1-b81f-4fc5ec9f9924, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 31a347bf-a933-4def-81dc-84a772cce8e4, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 31a347bf-a933-4def-81dc-84a772cce8e4, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4066988966049983366 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40669889660499833664066988966049983366406698896604998336640669889660499833664066988966049983366406698896604998336640669889660499833664066988966049983366406698896604998336640669889660499833664066988966049983366406698896604998336640669889660499833664066988966049983366406698896604998336640669889660499833664066988966049983366406698896604998336640669889660499833664066988966049983366" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7e8023a4-213b-4ce1-85cb-25925c76c569, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fddaffbf-cfde-4464-a01a-5d9a3775d161, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fddaffbf-cfde-4464-a01a-5d9a3775d161, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11319939249271280727 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1131993924927128072711319939249271280727113199392492712807271131993924927128072711319939249271280727113199392492712807271131993924927128072711319939249271280727113199392492712807271131993924927128072711319939249271280727113199392492712807271131993924927128072711319939249271280727113199392492712807271131993924927128072711319939249271280727113199392492712807271131993924927128072711319939249271280727" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 31a347bf-a933-4def-81dc-84a772cce8e4, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9769020c-b145-4749-8051-f4a726a44e93, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9769020c-b145-4749-8051-f4a726a44e93, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15659672846598098834 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1565967284659809883415659672846598098834156596728465980988341565967284659809883415659672846598098834156596728465980988341565967284659809883415659672846598098834156596728465980988341565967284659809883415659672846598098834156596728465980988341565967284659809883415659672846598098834156596728465980988341565967284659809883415659672846598098834156596728465980988341565967284659809883415659672846598098834" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fddaffbf-cfde-4464-a01a-5d9a3775d161, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c519f6d3-e367-4bdb-abd2-67908b3e0bc1, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c519f6d3-e367-4bdb-abd2-67908b3e0bc1, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8080967484405210508 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80809674844052105088080967484405210508808096748440521050880809674844052105088080967484405210508808096748440521050880809674844052105088080967484405210508808096748440521050880809674844052105088080967484405210508808096748440521050880809674844052105088080967484405210508808096748440521050880809674844052105088080967484405210508808096748440521050880809674844052105088080967484405210508" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9769020c-b145-4749-8051-f4a726a44e93, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 00ad491f-c6cb-420f-a21e-79a187ea4943, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 00ad491f-c6cb-420f-a21e-79a187ea4943, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10294984984147311726 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1029498498414731172610294984984147311726102949849841473117261029498498414731172610294984984147311726102949849841473117261029498498414731172610294984984147311726102949849841473117261029498498414731172610294984984147311726102949849841473117261029498498414731172610294984984147311726102949849841473117261029498498414731172610294984984147311726102949849841473117261029498498414731172610294984984147311726" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 00ad491f-c6cb-420f-a21e-79a187ea4943, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6ba6678a-0a74-468a-83ab-b09438fdc40a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6ba6678a-0a74-468a-83ab-b09438fdc40a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3735219746391433844 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37352197463914338443735219746391433844373521974639143384437352197463914338443735219746391433844373521974639143384437352197463914338443735219746391433844373521974639143384437352197463914338443735219746391433844373521974639143384437352197463914338443735219746391433844373521974639143384437352197463914338443735219746391433844373521974639143384437352197463914338443735219746391433844" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6ba6678a-0a74-468a-83ab-b09438fdc40a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 14c8a467-473d-4a1f-9678-bea91e27d8ba, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 14c8a467-473d-4a1f-9678-bea91e27d8ba, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6785504184548949132 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67855041845489491326785504184548949132678550418454894913267855041845489491326785504184548949132678550418454894913267855041845489491326785504184548949132678550418454894913267855041845489491326785504184548949132678550418454894913267855041845489491326785504184548949132678550418454894913267855041845489491326785504184548949132678550418454894913267855041845489491326785504184548949132" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c519f6d3-e367-4bdb-abd2-67908b3e0bc1, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ba4e3088-c2e2-4d6a-a05e-dc97f467e6d3, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ba4e3088-c2e2-4d6a-a05e-dc97f467e6d3, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8600362777627681620 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86003627776276816208600362777627681620860036277762768162086003627776276816208600362777627681620860036277762768162086003627776276816208600362777627681620860036277762768162086003627776276816208600362777627681620860036277762768162086003627776276816208600362777627681620860036277762768162086003627776276816208600362777627681620860036277762768162086003627776276816208600362777627681620" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 14c8a467-473d-4a1f-9678-bea91e27d8ba, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5f139bde-2b85-4acf-ba7b-e810c27b28cd, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5f139bde-2b85-4acf-ba7b-e810c27b28cd, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14203883297135053404 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1420388329713505340414203883297135053404142038832971350534041420388329713505340414203883297135053404142038832971350534041420388329713505340414203883297135053404142038832971350534041420388329713505340414203883297135053404142038832971350534041420388329713505340414203883297135053404142038832971350534041420388329713505340414203883297135053404142038832971350534041420388329713505340414203883297135053404" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ba4e3088-c2e2-4d6a-a05e-dc97f467e6d3, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d5f3db85-7567-4397-b52e-1f5f5f791466, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d5f3db85-7567-4397-b52e-1f5f5f791466, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9222317603895159642 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92223176038951596429222317603895159642922231760389515964292223176038951596429222317603895159642922231760389515964292223176038951596429222317603895159642922231760389515964292223176038951596429222317603895159642922231760389515964292223176038951596429222317603895159642922231760389515964292223176038951596429222317603895159642922231760389515964292223176038951596429222317603895159642" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5f139bde-2b85-4acf-ba7b-e810c27b28cd, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bbdece9a-2778-42f8-9386-3efaa3b17bce, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bbdece9a-2778-42f8-9386-3efaa3b17bce, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 502353965327975035 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "502353965327975035502353965327975035502353965327975035502353965327975035502353965327975035502353965327975035502353965327975035502353965327975035502353965327975035502353965327975035502353965327975035502353965327975035502353965327975035502353965327975035502353965327975035502353965327975035502353965327975035502353965327975035502353965327975035502353965327975035" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d5f3db85-7567-4397-b52e-1f5f5f791466, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e2bd5b29-4615-4c73-8fe4-58e837fa92dd, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e2bd5b29-4615-4c73-8fe4-58e837fa92dd, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1627964095600652 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16279640956006521627964095600652162796409560065216279640956006521627964095600652162796409560065216279640956006521627964095600652162796409560065216279640956006521627964095600652162796409560065216279640956006521627964095600652162796409560065216279640956006521627964095600652162796409560065216279640956006521627964095600652" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bbdece9a-2778-42f8-9386-3efaa3b17bce, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e2bd5b29-4615-4c73-8fe4-58e837fa92dd, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1ac29f9c-2982-4bf4-9ef4-74c3ee813574, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1ac29f9c-2982-4bf4-9ef4-74c3ee813574, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7947469080683783548 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79474690806837835487947469080683783548794746908068378354879474690806837835487947469080683783548794746908068378354879474690806837835487947469080683783548794746908068378354879474690806837835487947469080683783548794746908068378354879474690806837835487947469080683783548794746908068378354879474690806837835487947469080683783548794746908068378354879474690806837835487947469080683783548" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 69a42b02-3de7-4cf9-8085-717df489f4f5, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 69a42b02-3de7-4cf9-8085-717df489f4f5, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15917122199657527332 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1591712219965752733215917122199657527332159171221996575273321591712219965752733215917122199657527332159171221996575273321591712219965752733215917122199657527332159171221996575273321591712219965752733215917122199657527332159171221996575273321591712219965752733215917122199657527332159171221996575273321591712219965752733215917122199657527332159171221996575273321591712219965752733215917122199657527332" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1ac29f9c-2982-4bf4-9ef4-74c3ee813574, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 267f079c-9def-420c-a3ac-66a00319ad88, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 267f079c-9def-420c-a3ac-66a00319ad88, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1351411532638802397 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13514115326388023971351411532638802397135141153263880239713514115326388023971351411532638802397135141153263880239713514115326388023971351411532638802397135141153263880239713514115326388023971351411532638802397135141153263880239713514115326388023971351411532638802397135141153263880239713514115326388023971351411532638802397135141153263880239713514115326388023971351411532638802397" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 69a42b02-3de7-4cf9-8085-717df489f4f5, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d42214c9-2750-4d6c-a419-c062f8febbd6, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d42214c9-2750-4d6c-a419-c062f8febbd6, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12514144729654371824 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1251414472965437182412514144729654371824125141447296543718241251414472965437182412514144729654371824125141447296543718241251414472965437182412514144729654371824125141447296543718241251414472965437182412514144729654371824125141447296543718241251414472965437182412514144729654371824125141447296543718241251414472965437182412514144729654371824125141447296543718241251414472965437182412514144729654371824" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 267f079c-9def-420c-a3ac-66a00319ad88, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d2468d85-82c8-4999-9b8c-bf34d1969eca, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d2468d85-82c8-4999-9b8c-bf34d1969eca, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2623422879980878497 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26234228799808784972623422879980878497262342287998087849726234228799808784972623422879980878497262342287998087849726234228799808784972623422879980878497262342287998087849726234228799808784972623422879980878497262342287998087849726234228799808784972623422879980878497262342287998087849726234228799808784972623422879980878497262342287998087849726234228799808784972623422879980878497" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d42214c9-2750-4d6c-a419-c062f8febbd6, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 735ff6c1-4ca7-434e-af08-3d0b5e8c0b4b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 735ff6c1-4ca7-434e-af08-3d0b5e8c0b4b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13296092412460490159 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1329609241246049015913296092412460490159132960924124604901591329609241246049015913296092412460490159132960924124604901591329609241246049015913296092412460490159132960924124604901591329609241246049015913296092412460490159132960924124604901591329609241246049015913296092412460490159132960924124604901591329609241246049015913296092412460490159132960924124604901591329609241246049015913296092412460490159" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 735ff6c1-4ca7-434e-af08-3d0b5e8c0b4b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d2468d85-82c8-4999-9b8c-bf34d1969eca, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 71a07171-9184-45e1-b07d-ee2ea02ce512, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 71a07171-9184-45e1-b07d-ee2ea02ce512, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2609955595255480745 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26099555952554807452609955595255480745260995559525548074526099555952554807452609955595255480745260995559525548074526099555952554807452609955595255480745260995559525548074526099555952554807452609955595255480745260995559525548074526099555952554807452609955595255480745260995559525548074526099555952554807452609955595255480745260995559525548074526099555952554807452609955595255480745" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 95d4f6f4-6304-4e8c-a720-94429406cc8c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 95d4f6f4-6304-4e8c-a720-94429406cc8c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13987506639204148897 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1398750663920414889713987506639204148897139875066392041488971398750663920414889713987506639204148897139875066392041488971398750663920414889713987506639204148897139875066392041488971398750663920414889713987506639204148897139875066392041488971398750663920414889713987506639204148897139875066392041488971398750663920414889713987506639204148897139875066392041488971398750663920414889713987506639204148897" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 71a07171-9184-45e1-b07d-ee2ea02ce512, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7590c60a-9ef5-476b-8ad8-7d85d10cf15c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7590c60a-9ef5-476b-8ad8-7d85d10cf15c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12434983436900812523 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1243498343690081252312434983436900812523124349834369008125231243498343690081252312434983436900812523124349834369008125231243498343690081252312434983436900812523124349834369008125231243498343690081252312434983436900812523124349834369008125231243498343690081252312434983436900812523124349834369008125231243498343690081252312434983436900812523124349834369008125231243498343690081252312434983436900812523" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 95d4f6f4-6304-4e8c-a720-94429406cc8c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 120a873f-707a-40c9-97d0-ebcd76eb3980, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 120a873f-707a-40c9-97d0-ebcd76eb3980, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3094134791573264293 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30941347915732642933094134791573264293309413479157326429330941347915732642933094134791573264293309413479157326429330941347915732642933094134791573264293309413479157326429330941347915732642933094134791573264293309413479157326429330941347915732642933094134791573264293309413479157326429330941347915732642933094134791573264293309413479157326429330941347915732642933094134791573264293" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7590c60a-9ef5-476b-8ad8-7d85d10cf15c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 412bbabe-219d-491b-8f9e-3545ad4e1868, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 412bbabe-219d-491b-8f9e-3545ad4e1868, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15835818993042445520 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1583581899304244552015835818993042445520158358189930424455201583581899304244552015835818993042445520158358189930424455201583581899304244552015835818993042445520158358189930424455201583581899304244552015835818993042445520158358189930424455201583581899304244552015835818993042445520158358189930424455201583581899304244552015835818993042445520158358189930424455201583581899304244552015835818993042445520" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 120a873f-707a-40c9-97d0-ebcd76eb3980, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 47419d72-d285-4c20-8c45-cabdddac4d50, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 47419d72-d285-4c20-8c45-cabdddac4d50, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14932584601152505185 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1493258460115250518514932584601152505185149325846011525051851493258460115250518514932584601152505185149325846011525051851493258460115250518514932584601152505185149325846011525051851493258460115250518514932584601152505185149325846011525051851493258460115250518514932584601152505185149325846011525051851493258460115250518514932584601152505185149325846011525051851493258460115250518514932584601152505185" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 412bbabe-219d-491b-8f9e-3545ad4e1868, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8d0d0762-a849-4026-ab67-e358c102a63b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8d0d0762-a849-4026-ab67-e358c102a63b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12482089889156445734 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1248208988915644573412482089889156445734124820898891564457341248208988915644573412482089889156445734124820898891564457341248208988915644573412482089889156445734124820898891564457341248208988915644573412482089889156445734124820898891564457341248208988915644573412482089889156445734124820898891564457341248208988915644573412482089889156445734124820898891564457341248208988915644573412482089889156445734" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 47419d72-d285-4c20-8c45-cabdddac4d50, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e2b50b38-6f30-4f3b-bbe7-af1cad8f48d0, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e2b50b38-6f30-4f3b-bbe7-af1cad8f48d0, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9828647667120631502 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98286476671206315029828647667120631502982864766712063150298286476671206315029828647667120631502982864766712063150298286476671206315029828647667120631502982864766712063150298286476671206315029828647667120631502982864766712063150298286476671206315029828647667120631502982864766712063150298286476671206315029828647667120631502982864766712063150298286476671206315029828647667120631502" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8d0d0762-a849-4026-ab67-e358c102a63b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 795dc695-5aa3-4260-aa65-e97a5a3d77d0, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 795dc695-5aa3-4260-aa65-e97a5a3d77d0, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14339771395466213809 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1433977139546621380914339771395466213809143397713954662138091433977139546621380914339771395466213809143397713954662138091433977139546621380914339771395466213809143397713954662138091433977139546621380914339771395466213809143397713954662138091433977139546621380914339771395466213809143397713954662138091433977139546621380914339771395466213809143397713954662138091433977139546621380914339771395466213809" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e2b50b38-6f30-4f3b-bbe7-af1cad8f48d0, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 40e7ef4f-8ba3-489e-9eda-13110bdd2ed7, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 40e7ef4f-8ba3-489e-9eda-13110bdd2ed7, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6415900099869994829 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64159000998699948296415900099869994829641590009986999482964159000998699948296415900099869994829641590009986999482964159000998699948296415900099869994829641590009986999482964159000998699948296415900099869994829641590009986999482964159000998699948296415900099869994829641590009986999482964159000998699948296415900099869994829641590009986999482964159000998699948296415900099869994829" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 795dc695-5aa3-4260-aa65-e97a5a3d77d0, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2e2589a1-1337-43b5-97b3-d8fd4700404d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2e2589a1-1337-43b5-97b3-d8fd4700404d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10932041902293064907 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1093204190229306490710932041902293064907109320419022930649071093204190229306490710932041902293064907109320419022930649071093204190229306490710932041902293064907109320419022930649071093204190229306490710932041902293064907109320419022930649071093204190229306490710932041902293064907109320419022930649071093204190229306490710932041902293064907109320419022930649071093204190229306490710932041902293064907" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 40e7ef4f-8ba3-489e-9eda-13110bdd2ed7, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2e2589a1-1337-43b5-97b3-d8fd4700404d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 62d1876b-d192-4847-a37e-bfe81a6dc9a3, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 62d1876b-d192-4847-a37e-bfe81a6dc9a3, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11232437035476406510 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1123243703547640651011232437035476406510112324370354764065101123243703547640651011232437035476406510112324370354764065101123243703547640651011232437035476406510112324370354764065101123243703547640651011232437035476406510112324370354764065101123243703547640651011232437035476406510112324370354764065101123243703547640651011232437035476406510112324370354764065101123243703547640651011232437035476406510" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9e1d9d6d-34a8-45ae-a711-c9c8b7387af2, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9e1d9d6d-34a8-45ae-a711-c9c8b7387af2, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11711219914982303615 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1171121991498230361511711219914982303615117112199149823036151171121991498230361511711219914982303615117112199149823036151171121991498230361511711219914982303615117112199149823036151171121991498230361511711219914982303615117112199149823036151171121991498230361511711219914982303615117112199149823036151171121991498230361511711219914982303615117112199149823036151171121991498230361511711219914982303615" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 62d1876b-d192-4847-a37e-bfe81a6dc9a3, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2d4748b3-b07e-4540-9896-4c8d72dbbd59, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9e1d9d6d-34a8-45ae-a711-c9c8b7387af2, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2d4748b3-b07e-4540-9896-4c8d72dbbd59, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4570313036970746015 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45703130369707460154570313036970746015457031303697074601545703130369707460154570313036970746015457031303697074601545703130369707460154570313036970746015457031303697074601545703130369707460154570313036970746015457031303697074601545703130369707460154570313036970746015457031303697074601545703130369707460154570313036970746015457031303697074601545703130369707460154570313036970746015" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0f25be86-6a1f-4229-93f5-381546784f64, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0f25be86-6a1f-4229-93f5-381546784f64, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12651136198488523766 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1265113619848852376612651136198488523766126511361984885237661265113619848852376612651136198488523766126511361984885237661265113619848852376612651136198488523766126511361984885237661265113619848852376612651136198488523766126511361984885237661265113619848852376612651136198488523766126511361984885237661265113619848852376612651136198488523766126511361984885237661265113619848852376612651136198488523766" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2d4748b3-b07e-4540-9896-4c8d72dbbd59, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 978bf088-da04-42be-9dee-57d245b9b13f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 978bf088-da04-42be-9dee-57d245b9b13f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8841615403715906259 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88416154037159062598841615403715906259884161540371590625988416154037159062598841615403715906259884161540371590625988416154037159062598841615403715906259884161540371590625988416154037159062598841615403715906259884161540371590625988416154037159062598841615403715906259884161540371590625988416154037159062598841615403715906259884161540371590625988416154037159062598841615403715906259" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 978bf088-da04-42be-9dee-57d245b9b13f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 80950270-ad3b-4ca3-8a39-06073901b27d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 80950270-ad3b-4ca3-8a39-06073901b27d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3835292419449138272 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38352924194491382723835292419449138272383529241944913827238352924194491382723835292419449138272383529241944913827238352924194491382723835292419449138272383529241944913827238352924194491382723835292419449138272383529241944913827238352924194491382723835292419449138272383529241944913827238352924194491382723835292419449138272383529241944913827238352924194491382723835292419449138272" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0f25be86-6a1f-4229-93f5-381546784f64, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7233296c-0643-4643-bac0-f11c5b45cbb7, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7233296c-0643-4643-bac0-f11c5b45cbb7, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3926072811987184563 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39260728119871845633926072811987184563392607281198718456339260728119871845633926072811987184563392607281198718456339260728119871845633926072811987184563392607281198718456339260728119871845633926072811987184563392607281198718456339260728119871845633926072811987184563392607281198718456339260728119871845633926072811987184563392607281198718456339260728119871845633926072811987184563" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 80950270-ad3b-4ca3-8a39-06073901b27d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a0bbad71-e50f-4432-9b5f-965163c8fedf, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a0bbad71-e50f-4432-9b5f-965163c8fedf, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3106258385506958863 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31062583855069588633106258385506958863310625838550695886331062583855069588633106258385506958863310625838550695886331062583855069588633106258385506958863310625838550695886331062583855069588633106258385506958863310625838550695886331062583855069588633106258385506958863310625838550695886331062583855069588633106258385506958863310625838550695886331062583855069588633106258385506958863" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7233296c-0643-4643-bac0-f11c5b45cbb7, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 95414068-6c13-45de-b328-a36c067dcbcb, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 95414068-6c13-45de-b328-a36c067dcbcb, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15645340746128297932 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1564534074612829793215645340746128297932156453407461282979321564534074612829793215645340746128297932156453407461282979321564534074612829793215645340746128297932156453407461282979321564534074612829793215645340746128297932156453407461282979321564534074612829793215645340746128297932156453407461282979321564534074612829793215645340746128297932156453407461282979321564534074612829793215645340746128297932" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a0bbad71-e50f-4432-9b5f-965163c8fedf, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 47edc30e-291b-4c82-9d4e-fc4c686d9570, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 47edc30e-291b-4c82-9d4e-fc4c686d9570, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15233673889550697672 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1523367388955069767215233673889550697672152336738895506976721523367388955069767215233673889550697672152336738895506976721523367388955069767215233673889550697672152336738895506976721523367388955069767215233673889550697672152336738895506976721523367388955069767215233673889550697672152336738895506976721523367388955069767215233673889550697672152336738895506976721523367388955069767215233673889550697672" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 95414068-6c13-45de-b328-a36c067dcbcb, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 54758a3f-6d01-45eb-ba54-44ad4947db48, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 54758a3f-6d01-45eb-ba54-44ad4947db48, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11019310641496537028 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1101931064149653702811019310641496537028110193106414965370281101931064149653702811019310641496537028110193106414965370281101931064149653702811019310641496537028110193106414965370281101931064149653702811019310641496537028110193106414965370281101931064149653702811019310641496537028110193106414965370281101931064149653702811019310641496537028110193106414965370281101931064149653702811019310641496537028" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 47edc30e-291b-4c82-9d4e-fc4c686d9570, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bbae72c3-3b58-45f8-aaa2-0a7329e339df, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bbae72c3-3b58-45f8-aaa2-0a7329e339df, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4164689023007133432 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41646890230071334324164689023007133432416468902300713343241646890230071334324164689023007133432416468902300713343241646890230071334324164689023007133432416468902300713343241646890230071334324164689023007133432416468902300713343241646890230071334324164689023007133432416468902300713343241646890230071334324164689023007133432416468902300713343241646890230071334324164689023007133432" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 54758a3f-6d01-45eb-ba54-44ad4947db48, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 538c3a67-1db6-41b5-bba4-f9454c78e2b7, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 538c3a67-1db6-41b5-bba4-f9454c78e2b7, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11015154910803855855 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1101515491080385585511015154910803855855110151549108038558551101515491080385585511015154910803855855110151549108038558551101515491080385585511015154910803855855110151549108038558551101515491080385585511015154910803855855110151549108038558551101515491080385585511015154910803855855110151549108038558551101515491080385585511015154910803855855110151549108038558551101515491080385585511015154910803855855" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bbae72c3-3b58-45f8-aaa2-0a7329e339df, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2e35b535-33e7-44b9-b698-1611f58d0dd5, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2e35b535-33e7-44b9-b698-1611f58d0dd5, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10497912342478202879 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1049791234247820287910497912342478202879104979123424782028791049791234247820287910497912342478202879104979123424782028791049791234247820287910497912342478202879104979123424782028791049791234247820287910497912342478202879104979123424782028791049791234247820287910497912342478202879104979123424782028791049791234247820287910497912342478202879104979123424782028791049791234247820287910497912342478202879" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 538c3a67-1db6-41b5-bba4-f9454c78e2b7, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 49c8b451-ebb2-444c-9d3a-6c0331b1ff7a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 49c8b451-ebb2-444c-9d3a-6c0331b1ff7a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7628164559178492626 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76281645591784926267628164559178492626762816455917849262676281645591784926267628164559178492626762816455917849262676281645591784926267628164559178492626762816455917849262676281645591784926267628164559178492626762816455917849262676281645591784926267628164559178492626762816455917849262676281645591784926267628164559178492626762816455917849262676281645591784926267628164559178492626" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2e35b535-33e7-44b9-b698-1611f58d0dd5, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 63bf5672-c8b3-489a-a528-c3981f857880, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 49c8b451-ebb2-444c-9d3a-6c0331b1ff7a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 714855db-7b9c-4c81-89ff-4d9ab404ee53, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 63bf5672-c8b3-489a-a528-c3981f857880, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 791019772219399483 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "791019772219399483791019772219399483791019772219399483791019772219399483791019772219399483791019772219399483791019772219399483791019772219399483791019772219399483791019772219399483791019772219399483791019772219399483791019772219399483791019772219399483791019772219399483791019772219399483791019772219399483791019772219399483791019772219399483791019772219399483" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 714855db-7b9c-4c81-89ff-4d9ab404ee53, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10660157194878459939 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1066015719487845993910660157194878459939106601571948784599391066015719487845993910660157194878459939106601571948784599391066015719487845993910660157194878459939106601571948784599391066015719487845993910660157194878459939106601571948784599391066015719487845993910660157194878459939106601571948784599391066015719487845993910660157194878459939106601571948784599391066015719487845993910660157194878459939" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 63bf5672-c8b3-489a-a528-c3981f857880, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fb941810-9ea5-41da-9175-5d8effa18340, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fb941810-9ea5-41da-9175-5d8effa18340, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 379959604572240671 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "379959604572240671379959604572240671379959604572240671379959604572240671379959604572240671379959604572240671379959604572240671379959604572240671379959604572240671379959604572240671379959604572240671379959604572240671379959604572240671379959604572240671379959604572240671379959604572240671379959604572240671379959604572240671379959604572240671379959604572240671" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 714855db-7b9c-4c81-89ff-4d9ab404ee53, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 51f6b4e4-35ee-4191-b5c7-9316f1ec7cc1, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 51f6b4e4-35ee-4191-b5c7-9316f1ec7cc1, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9142597538415635087 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91425975384156350879142597538415635087914259753841563508791425975384156350879142597538415635087914259753841563508791425975384156350879142597538415635087914259753841563508791425975384156350879142597538415635087914259753841563508791425975384156350879142597538415635087914259753841563508791425975384156350879142597538415635087914259753841563508791425975384156350879142597538415635087" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fb941810-9ea5-41da-9175-5d8effa18340, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1262636c-c846-4593-9c1f-cca025d78de6, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1262636c-c846-4593-9c1f-cca025d78de6, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9512212932845533018 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95122129328455330189512212932845533018951221293284553301895122129328455330189512212932845533018951221293284553301895122129328455330189512212932845533018951221293284553301895122129328455330189512212932845533018951221293284553301895122129328455330189512212932845533018951221293284553301895122129328455330189512212932845533018951221293284553301895122129328455330189512212932845533018" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 51f6b4e4-35ee-4191-b5c7-9316f1ec7cc1, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 42c5471d-95f7-4657-9742-bc12334af0fb, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 42c5471d-95f7-4657-9742-bc12334af0fb, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14618296264025877798 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1461829626402587779814618296264025877798146182962640258777981461829626402587779814618296264025877798146182962640258777981461829626402587779814618296264025877798146182962640258777981461829626402587779814618296264025877798146182962640258777981461829626402587779814618296264025877798146182962640258777981461829626402587779814618296264025877798146182962640258777981461829626402587779814618296264025877798" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1262636c-c846-4593-9c1f-cca025d78de6, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d98c6f27-1a22-4950-a6e3-2fdb52629744, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d98c6f27-1a22-4950-a6e3-2fdb52629744, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16238831178054723768 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1623883117805472376816238831178054723768162388311780547237681623883117805472376816238831178054723768162388311780547237681623883117805472376816238831178054723768162388311780547237681623883117805472376816238831178054723768162388311780547237681623883117805472376816238831178054723768162388311780547237681623883117805472376816238831178054723768162388311780547237681623883117805472376816238831178054723768" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 42c5471d-95f7-4657-9742-bc12334af0fb, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 54b6c563-8406-4df3-ab72-cf5a5811ed24, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 54b6c563-8406-4df3-ab72-cf5a5811ed24, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12598366174419908938 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1259836617441990893812598366174419908938125983661744199089381259836617441990893812598366174419908938125983661744199089381259836617441990893812598366174419908938125983661744199089381259836617441990893812598366174419908938125983661744199089381259836617441990893812598366174419908938125983661744199089381259836617441990893812598366174419908938125983661744199089381259836617441990893812598366174419908938" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d98c6f27-1a22-4950-a6e3-2fdb52629744, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c3a1a364-b90f-405b-bd7c-77307500af60, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 54b6c563-8406-4df3-ab72-cf5a5811ed24, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 42f6fcd9-17e3-410c-9d8c-50604ad35afd, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 42f6fcd9-17e3-410c-9d8c-50604ad35afd, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9245195275410080564 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92451952754100805649245195275410080564924519527541008056492451952754100805649245195275410080564924519527541008056492451952754100805649245195275410080564924519527541008056492451952754100805649245195275410080564924519527541008056492451952754100805649245195275410080564924519527541008056492451952754100805649245195275410080564924519527541008056492451952754100805649245195275410080564" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c3a1a364-b90f-405b-bd7c-77307500af60, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17485870214334714718 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1748587021433471471817485870214334714718174858702143347147181748587021433471471817485870214334714718174858702143347147181748587021433471471817485870214334714718174858702143347147181748587021433471471817485870214334714718174858702143347147181748587021433471471817485870214334714718174858702143347147181748587021433471471817485870214334714718174858702143347147181748587021433471471817485870214334714718" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 42f6fcd9-17e3-410c-9d8c-50604ad35afd, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0deb2c8e-a9d9-4158-a820-108dd0ab315a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c3a1a364-b90f-405b-bd7c-77307500af60, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fd308043-e130-401e-a1e8-fe4a9adba7fd, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fd308043-e130-401e-a1e8-fe4a9adba7fd, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18172515977726031024 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1817251597772603102418172515977726031024181725159777260310241817251597772603102418172515977726031024181725159777260310241817251597772603102418172515977726031024181725159777260310241817251597772603102418172515977726031024181725159777260310241817251597772603102418172515977726031024181725159777260310241817251597772603102418172515977726031024181725159777260310241817251597772603102418172515977726031024" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0deb2c8e-a9d9-4158-a820-108dd0ab315a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13028195894801512548 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1302819589480151254813028195894801512548130281958948015125481302819589480151254813028195894801512548130281958948015125481302819589480151254813028195894801512548130281958948015125481302819589480151254813028195894801512548130281958948015125481302819589480151254813028195894801512548130281958948015125481302819589480151254813028195894801512548130281958948015125481302819589480151254813028195894801512548" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fd308043-e130-401e-a1e8-fe4a9adba7fd, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0deb2c8e-a9d9-4158-a820-108dd0ab315a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e51957b0-4cde-4b14-bed9-38e49d56b3fa, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 66fe3fe4-ccfc-4472-8266-dffc1b13f5d0, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 66fe3fe4-ccfc-4472-8266-dffc1b13f5d0, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3432939656567021069 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34329396565670210693432939656567021069343293965656702106934329396565670210693432939656567021069343293965656702106934329396565670210693432939656567021069343293965656702106934329396565670210693432939656567021069343293965656702106934329396565670210693432939656567021069343293965656702106934329396565670210693432939656567021069343293965656702106934329396565670210693432939656567021069" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e51957b0-4cde-4b14-bed9-38e49d56b3fa, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14307928693669198822 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1430792869366919882214307928693669198822143079286936691988221430792869366919882214307928693669198822143079286936691988221430792869366919882214307928693669198822143079286936691988221430792869366919882214307928693669198822143079286936691988221430792869366919882214307928693669198822143079286936691988221430792869366919882214307928693669198822143079286936691988221430792869366919882214307928693669198822" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 66fe3fe4-ccfc-4472-8266-dffc1b13f5d0, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7a677743-af4a-475f-bd6e-83e96ec20a5d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7a677743-af4a-475f-bd6e-83e96ec20a5d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16961645961300983228 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1696164596130098322816961645961300983228169616459613009832281696164596130098322816961645961300983228169616459613009832281696164596130098322816961645961300983228169616459613009832281696164596130098322816961645961300983228169616459613009832281696164596130098322816961645961300983228169616459613009832281696164596130098322816961645961300983228169616459613009832281696164596130098322816961645961300983228" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e51957b0-4cde-4b14-bed9-38e49d56b3fa, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5d495336-fb42-4b7d-a7ea-f0723e02b2d0, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5d495336-fb42-4b7d-a7ea-f0723e02b2d0, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7648547446144368589 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76485474461443685897648547446144368589764854744614436858976485474461443685897648547446144368589764854744614436858976485474461443685897648547446144368589764854744614436858976485474461443685897648547446144368589764854744614436858976485474461443685897648547446144368589764854744614436858976485474461443685897648547446144368589764854744614436858976485474461443685897648547446144368589" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7a677743-af4a-475f-bd6e-83e96ec20a5d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 19294a8d-079b-4e1f-996f-273ca1e562fc, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 19294a8d-079b-4e1f-996f-273ca1e562fc, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12906421169570592671 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1290642116957059267112906421169570592671129064211695705926711290642116957059267112906421169570592671129064211695705926711290642116957059267112906421169570592671129064211695705926711290642116957059267112906421169570592671129064211695705926711290642116957059267112906421169570592671129064211695705926711290642116957059267112906421169570592671129064211695705926711290642116957059267112906421169570592671" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5d495336-fb42-4b7d-a7ea-f0723e02b2d0, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b8ea6fce-8b36-410f-87f3-a2abdd9e7444, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b8ea6fce-8b36-410f-87f3-a2abdd9e7444, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7605361377032452155 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76053613770324521557605361377032452155760536137703245215576053613770324521557605361377032452155760536137703245215576053613770324521557605361377032452155760536137703245215576053613770324521557605361377032452155760536137703245215576053613770324521557605361377032452155760536137703245215576053613770324521557605361377032452155760536137703245215576053613770324521557605361377032452155" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 19294a8d-079b-4e1f-996f-273ca1e562fc, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dd09f714-e9fd-4cad-be8f-acc281d596c2, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dd09f714-e9fd-4cad-be8f-acc281d596c2, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14586951711660562358 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1458695171166056235814586951711660562358145869517116605623581458695171166056235814586951711660562358145869517116605623581458695171166056235814586951711660562358145869517116605623581458695171166056235814586951711660562358145869517116605623581458695171166056235814586951711660562358145869517116605623581458695171166056235814586951711660562358145869517116605623581458695171166056235814586951711660562358" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b8ea6fce-8b36-410f-87f3-a2abdd9e7444, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 28f5214e-0c51-41b5-b121-fedd4aacaf29, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 28f5214e-0c51-41b5-b121-fedd4aacaf29, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17038463555802860582 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1703846355580286058217038463555802860582170384635558028605821703846355580286058217038463555802860582170384635558028605821703846355580286058217038463555802860582170384635558028605821703846355580286058217038463555802860582170384635558028605821703846355580286058217038463555802860582170384635558028605821703846355580286058217038463555802860582170384635558028605821703846355580286058217038463555802860582" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dd09f714-e9fd-4cad-be8f-acc281d596c2, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8386b7f2-fd41-4b43-a20a-145b2e149f9e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8386b7f2-fd41-4b43-a20a-145b2e149f9e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12990838930473027515 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1299083893047302751512990838930473027515129908389304730275151299083893047302751512990838930473027515129908389304730275151299083893047302751512990838930473027515129908389304730275151299083893047302751512990838930473027515129908389304730275151299083893047302751512990838930473027515129908389304730275151299083893047302751512990838930473027515129908389304730275151299083893047302751512990838930473027515" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 28f5214e-0c51-41b5-b121-fedd4aacaf29, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6daa72fe-0c39-45d4-a3c2-437465f0512a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6daa72fe-0c39-45d4-a3c2-437465f0512a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1823214345441049789 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18232143454410497891823214345441049789182321434544104978918232143454410497891823214345441049789182321434544104978918232143454410497891823214345441049789182321434544104978918232143454410497891823214345441049789182321434544104978918232143454410497891823214345441049789182321434544104978918232143454410497891823214345441049789182321434544104978918232143454410497891823214345441049789" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8386b7f2-fd41-4b43-a20a-145b2e149f9e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 742ef702-2074-4c58-bf56-3a52e373dc4f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 742ef702-2074-4c58-bf56-3a52e373dc4f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 357193189566149237 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "357193189566149237357193189566149237357193189566149237357193189566149237357193189566149237357193189566149237357193189566149237357193189566149237357193189566149237357193189566149237357193189566149237357193189566149237357193189566149237357193189566149237357193189566149237357193189566149237357193189566149237357193189566149237357193189566149237357193189566149237" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6daa72fe-0c39-45d4-a3c2-437465f0512a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d27a859f-6c6f-402c-9401-74cbaccf3873, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d27a859f-6c6f-402c-9401-74cbaccf3873, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17529535534599275866 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1752953553459927586617529535534599275866175295355345992758661752953553459927586617529535534599275866175295355345992758661752953553459927586617529535534599275866175295355345992758661752953553459927586617529535534599275866175295355345992758661752953553459927586617529535534599275866175295355345992758661752953553459927586617529535534599275866175295355345992758661752953553459927586617529535534599275866" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 742ef702-2074-4c58-bf56-3a52e373dc4f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2790ee91-413c-43a6-b323-ff5b7d9d619a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2790ee91-413c-43a6-b323-ff5b7d9d619a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5101952684889700607 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51019526848897006075101952684889700607510195268488970060751019526848897006075101952684889700607510195268488970060751019526848897006075101952684889700607510195268488970060751019526848897006075101952684889700607510195268488970060751019526848897006075101952684889700607510195268488970060751019526848897006075101952684889700607510195268488970060751019526848897006075101952684889700607" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d27a859f-6c6f-402c-9401-74cbaccf3873, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c83748ad-f16b-44af-beb7-ea1173833b67, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c83748ad-f16b-44af-beb7-ea1173833b67, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3954797993726543205 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39547979937265432053954797993726543205395479799372654320539547979937265432053954797993726543205395479799372654320539547979937265432053954797993726543205395479799372654320539547979937265432053954797993726543205395479799372654320539547979937265432053954797993726543205395479799372654320539547979937265432053954797993726543205395479799372654320539547979937265432053954797993726543205" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2790ee91-413c-43a6-b323-ff5b7d9d619a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 82596c17-697a-44b9-9a6f-519b5e06bdd9, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 82596c17-697a-44b9-9a6f-519b5e06bdd9, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12261395176723864381 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1226139517672386438112261395176723864381122613951767238643811226139517672386438112261395176723864381122613951767238643811226139517672386438112261395176723864381122613951767238643811226139517672386438112261395176723864381122613951767238643811226139517672386438112261395176723864381122613951767238643811226139517672386438112261395176723864381122613951767238643811226139517672386438112261395176723864381" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c83748ad-f16b-44af-beb7-ea1173833b67, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3831b905-ec9b-4390-b7d5-05790a206d67, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3831b905-ec9b-4390-b7d5-05790a206d67, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13196371457541636990 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1319637145754163699013196371457541636990131963714575416369901319637145754163699013196371457541636990131963714575416369901319637145754163699013196371457541636990131963714575416369901319637145754163699013196371457541636990131963714575416369901319637145754163699013196371457541636990131963714575416369901319637145754163699013196371457541636990131963714575416369901319637145754163699013196371457541636990" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 82596c17-697a-44b9-9a6f-519b5e06bdd9, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 54279d6c-26ea-453d-8da3-18bad1350e82, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 54279d6c-26ea-453d-8da3-18bad1350e82, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18369551095389895551 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1836955109538989555118369551095389895551183695510953898955511836955109538989555118369551095389895551183695510953898955511836955109538989555118369551095389895551183695510953898955511836955109538989555118369551095389895551183695510953898955511836955109538989555118369551095389895551183695510953898955511836955109538989555118369551095389895551183695510953898955511836955109538989555118369551095389895551" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3831b905-ec9b-4390-b7d5-05790a206d67, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bdff56c4-ae76-4087-84cb-3a42001aafc5, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bdff56c4-ae76-4087-84cb-3a42001aafc5, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10877780007988522756 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1087778000798852275610877780007988522756108777800079885227561087778000798852275610877780007988522756108777800079885227561087778000798852275610877780007988522756108777800079885227561087778000798852275610877780007988522756108777800079885227561087778000798852275610877780007988522756108777800079885227561087778000798852275610877780007988522756108777800079885227561087778000798852275610877780007988522756" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 54279d6c-26ea-453d-8da3-18bad1350e82, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 45a96d24-1ac8-4bae-9b28-a88f1c8cd214, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bdff56c4-ae76-4087-84cb-3a42001aafc5, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c4a5e782-9367-4851-8c42-a2b829e3b1e2, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c4a5e782-9367-4851-8c42-a2b829e3b1e2, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 146113110991271834 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "146113110991271834146113110991271834146113110991271834146113110991271834146113110991271834146113110991271834146113110991271834146113110991271834146113110991271834146113110991271834146113110991271834146113110991271834146113110991271834146113110991271834146113110991271834146113110991271834146113110991271834146113110991271834146113110991271834146113110991271834" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 45a96d24-1ac8-4bae-9b28-a88f1c8cd214, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10346307815899371582 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1034630781589937158210346307815899371582103463078158993715821034630781589937158210346307815899371582103463078158993715821034630781589937158210346307815899371582103463078158993715821034630781589937158210346307815899371582103463078158993715821034630781589937158210346307815899371582103463078158993715821034630781589937158210346307815899371582103463078158993715821034630781589937158210346307815899371582" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c4a5e782-9367-4851-8c42-a2b829e3b1e2, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 45a96d24-1ac8-4bae-9b28-a88f1c8cd214, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 874faf31-d0ae-46aa-b00b-586683d0d8fa, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, eef31e2b-113e-4e41-bc67-390342c62883, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eef31e2b-113e-4e41-bc67-390342c62883, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14273082587395621364 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1427308258739562136414273082587395621364142730825873956213641427308258739562136414273082587395621364142730825873956213641427308258739562136414273082587395621364142730825873956213641427308258739562136414273082587395621364142730825873956213641427308258739562136414273082587395621364142730825873956213641427308258739562136414273082587395621364142730825873956213641427308258739562136414273082587395621364" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 874faf31-d0ae-46aa-b00b-586683d0d8fa, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1826194196645970830 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18261941966459708301826194196645970830182619419664597083018261941966459708301826194196645970830182619419664597083018261941966459708301826194196645970830182619419664597083018261941966459708301826194196645970830182619419664597083018261941966459708301826194196645970830182619419664597083018261941966459708301826194196645970830182619419664597083018261941966459708301826194196645970830" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eef31e2b-113e-4e41-bc67-390342c62883, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a5b3051e-0c32-4b4d-a640-65829e18b620, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a5b3051e-0c32-4b4d-a640-65829e18b620, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3715157166907582230 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37151571669075822303715157166907582230371515716690758223037151571669075822303715157166907582230371515716690758223037151571669075822303715157166907582230371515716690758223037151571669075822303715157166907582230371515716690758223037151571669075822303715157166907582230371515716690758223037151571669075822303715157166907582230371515716690758223037151571669075822303715157166907582230" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a5b3051e-0c32-4b4d-a640-65829e18b620, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6fc48b0b-3f37-4f16-b9c6-0f631af2f13c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6fc48b0b-3f37-4f16-b9c6-0f631af2f13c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11346740937262000498 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1134674093726200049811346740937262000498113467409372620004981134674093726200049811346740937262000498113467409372620004981134674093726200049811346740937262000498113467409372620004981134674093726200049811346740937262000498113467409372620004981134674093726200049811346740937262000498113467409372620004981134674093726200049811346740937262000498113467409372620004981134674093726200049811346740937262000498" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6fc48b0b-3f37-4f16-b9c6-0f631af2f13c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e6d36a3a-ba36-4e2d-920e-7d85a340e83c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e6d36a3a-ba36-4e2d-920e-7d85a340e83c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9868171642475037868 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98681716424750378689868171642475037868986817164247503786898681716424750378689868171642475037868986817164247503786898681716424750378689868171642475037868986817164247503786898681716424750378689868171642475037868986817164247503786898681716424750378689868171642475037868986817164247503786898681716424750378689868171642475037868986817164247503786898681716424750378689868171642475037868" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 874faf31-d0ae-46aa-b00b-586683d0d8fa, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e137c314-0a02-409f-bfff-7c9ce493378c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e137c314-0a02-409f-bfff-7c9ce493378c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11936168866789672385 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1193616886678967238511936168866789672385119361688667896723851193616886678967238511936168866789672385119361688667896723851193616886678967238511936168866789672385119361688667896723851193616886678967238511936168866789672385119361688667896723851193616886678967238511936168866789672385119361688667896723851193616886678967238511936168866789672385119361688667896723851193616886678967238511936168866789672385" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e6d36a3a-ba36-4e2d-920e-7d85a340e83c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b5effeca-a708-42fe-8cb6-4bcaa2de5b0b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b5effeca-a708-42fe-8cb6-4bcaa2de5b0b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8157118809773629164 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81571188097736291648157118809773629164815711880977362916481571188097736291648157118809773629164815711880977362916481571188097736291648157118809773629164815711880977362916481571188097736291648157118809773629164815711880977362916481571188097736291648157118809773629164815711880977362916481571188097736291648157118809773629164815711880977362916481571188097736291648157118809773629164" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e137c314-0a02-409f-bfff-7c9ce493378c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b5effeca-a708-42fe-8cb6-4bcaa2de5b0b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 291a242d-dff2-4df2-a900-c92e6e70fcfb, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 291a242d-dff2-4df2-a900-c92e6e70fcfb, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11341906033201603736 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1134190603320160373611341906033201603736113419060332016037361134190603320160373611341906033201603736113419060332016037361134190603320160373611341906033201603736113419060332016037361134190603320160373611341906033201603736113419060332016037361134190603320160373611341906033201603736113419060332016037361134190603320160373611341906033201603736113419060332016037361134190603320160373611341906033201603736" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 354a0453-db34-437e-b770-c8c953455fe4, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 354a0453-db34-437e-b770-c8c953455fe4, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 619234261278079516 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "619234261278079516619234261278079516619234261278079516619234261278079516619234261278079516619234261278079516619234261278079516619234261278079516619234261278079516619234261278079516619234261278079516619234261278079516619234261278079516619234261278079516619234261278079516619234261278079516619234261278079516619234261278079516619234261278079516619234261278079516" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 291a242d-dff2-4df2-a900-c92e6e70fcfb, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 92888fb6-9e91-4a4c-9371-fda4560e37e2, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 92888fb6-9e91-4a4c-9371-fda4560e37e2, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10485184142876247982 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1048518414287624798210485184142876247982104851841428762479821048518414287624798210485184142876247982104851841428762479821048518414287624798210485184142876247982104851841428762479821048518414287624798210485184142876247982104851841428762479821048518414287624798210485184142876247982104851841428762479821048518414287624798210485184142876247982104851841428762479821048518414287624798210485184142876247982" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 354a0453-db34-437e-b770-c8c953455fe4, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0ab1bbb5-b935-4f6c-898e-69885198053f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0ab1bbb5-b935-4f6c-898e-69885198053f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3619995641588853611 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36199956415888536113619995641588853611361999564158885361136199956415888536113619995641588853611361999564158885361136199956415888536113619995641588853611361999564158885361136199956415888536113619995641588853611361999564158885361136199956415888536113619995641588853611361999564158885361136199956415888536113619995641588853611361999564158885361136199956415888536113619995641588853611" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 92888fb6-9e91-4a4c-9371-fda4560e37e2, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fd5f6132-8dbc-41ad-8ec1-8e9a53ac01f8, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fd5f6132-8dbc-41ad-8ec1-8e9a53ac01f8, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7293394828683772507 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72933948286837725077293394828683772507729339482868377250772933948286837725077293394828683772507729339482868377250772933948286837725077293394828683772507729339482868377250772933948286837725077293394828683772507729339482868377250772933948286837725077293394828683772507729339482868377250772933948286837725077293394828683772507729339482868377250772933948286837725077293394828683772507" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0ab1bbb5-b935-4f6c-898e-69885198053f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b7e594d7-0087-4d5f-9d7a-9eb2682fd957, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b7e594d7-0087-4d5f-9d7a-9eb2682fd957, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13467499265515397921 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1346749926551539792113467499265515397921134674992655153979211346749926551539792113467499265515397921134674992655153979211346749926551539792113467499265515397921134674992655153979211346749926551539792113467499265515397921134674992655153979211346749926551539792113467499265515397921134674992655153979211346749926551539792113467499265515397921134674992655153979211346749926551539792113467499265515397921" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fd5f6132-8dbc-41ad-8ec1-8e9a53ac01f8, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, aeac9557-0162-4b4a-930a-7af1aafdb74c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aeac9557-0162-4b4a-930a-7af1aafdb74c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15746174510169659352 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1574617451016965935215746174510169659352157461745101696593521574617451016965935215746174510169659352157461745101696593521574617451016965935215746174510169659352157461745101696593521574617451016965935215746174510169659352157461745101696593521574617451016965935215746174510169659352157461745101696593521574617451016965935215746174510169659352157461745101696593521574617451016965935215746174510169659352" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b7e594d7-0087-4d5f-9d7a-9eb2682fd957, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9dc2e706-8c8a-4f04-bb03-69082ba49520, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9dc2e706-8c8a-4f04-bb03-69082ba49520, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9526967500700255988 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95269675007002559889526967500700255988952696750070025598895269675007002559889526967500700255988952696750070025598895269675007002559889526967500700255988952696750070025598895269675007002559889526967500700255988952696750070025598895269675007002559889526967500700255988952696750070025598895269675007002559889526967500700255988952696750070025598895269675007002559889526967500700255988" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aeac9557-0162-4b4a-930a-7af1aafdb74c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 17cac77f-638c-475b-a0d6-befa9d1db206, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 17cac77f-638c-475b-a0d6-befa9d1db206, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12370649622065232576 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1237064962206523257612370649622065232576123706496220652325761237064962206523257612370649622065232576123706496220652325761237064962206523257612370649622065232576123706496220652325761237064962206523257612370649622065232576123706496220652325761237064962206523257612370649622065232576123706496220652325761237064962206523257612370649622065232576123706496220652325761237064962206523257612370649622065232576" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9dc2e706-8c8a-4f04-bb03-69082ba49520, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2e0401b6-18b7-4ed5-89bb-a7bcea7def33, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2e0401b6-18b7-4ed5-89bb-a7bcea7def33, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 628296814426151252 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "628296814426151252628296814426151252628296814426151252628296814426151252628296814426151252628296814426151252628296814426151252628296814426151252628296814426151252628296814426151252628296814426151252628296814426151252628296814426151252628296814426151252628296814426151252628296814426151252628296814426151252628296814426151252628296814426151252628296814426151252" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 17cac77f-638c-475b-a0d6-befa9d1db206, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5e5dd30c-73af-4c8c-a162-1e4688ca12dc, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5e5dd30c-73af-4c8c-a162-1e4688ca12dc, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 551423124067301561 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "551423124067301561551423124067301561551423124067301561551423124067301561551423124067301561551423124067301561551423124067301561551423124067301561551423124067301561551423124067301561551423124067301561551423124067301561551423124067301561551423124067301561551423124067301561551423124067301561551423124067301561551423124067301561551423124067301561551423124067301561" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2e0401b6-18b7-4ed5-89bb-a7bcea7def33, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 27214687-9ea2-417c-ac78-2cf581e6845f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 27214687-9ea2-417c-ac78-2cf581e6845f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10201653084723487823 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1020165308472348782310201653084723487823102016530847234878231020165308472348782310201653084723487823102016530847234878231020165308472348782310201653084723487823102016530847234878231020165308472348782310201653084723487823102016530847234878231020165308472348782310201653084723487823102016530847234878231020165308472348782310201653084723487823102016530847234878231020165308472348782310201653084723487823" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5e5dd30c-73af-4c8c-a162-1e4688ca12dc, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, db10b411-e4b4-4e18-8ad0-c50f1ad54aea, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, db10b411-e4b4-4e18-8ad0-c50f1ad54aea, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4334147934678778278 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43341479346787782784334147934678778278433414793467877827843341479346787782784334147934678778278433414793467877827843341479346787782784334147934678778278433414793467877827843341479346787782784334147934678778278433414793467877827843341479346787782784334147934678778278433414793467877827843341479346787782784334147934678778278433414793467877827843341479346787782784334147934678778278" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 27214687-9ea2-417c-ac78-2cf581e6845f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a6958d26-77d8-484c-b32a-c12e821e3ced, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a6958d26-77d8-484c-b32a-c12e821e3ced, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 110101638763927636 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "110101638763927636110101638763927636110101638763927636110101638763927636110101638763927636110101638763927636110101638763927636110101638763927636110101638763927636110101638763927636110101638763927636110101638763927636110101638763927636110101638763927636110101638763927636110101638763927636110101638763927636110101638763927636110101638763927636110101638763927636" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, db10b411-e4b4-4e18-8ad0-c50f1ad54aea, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 27ece5ed-3f3f-4f14-9e89-912b17cb4a00, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 27ece5ed-3f3f-4f14-9e89-912b17cb4a00, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2438540300482497310 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24385403004824973102438540300482497310243854030048249731024385403004824973102438540300482497310243854030048249731024385403004824973102438540300482497310243854030048249731024385403004824973102438540300482497310243854030048249731024385403004824973102438540300482497310243854030048249731024385403004824973102438540300482497310243854030048249731024385403004824973102438540300482497310" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a6958d26-77d8-484c-b32a-c12e821e3ced, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8534b2cd-83cc-4028-b792-52d0807f6786, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8534b2cd-83cc-4028-b792-52d0807f6786, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10015510014566655168 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1001551001456665516810015510014566655168100155100145666551681001551001456665516810015510014566655168100155100145666551681001551001456665516810015510014566655168100155100145666551681001551001456665516810015510014566655168100155100145666551681001551001456665516810015510014566655168100155100145666551681001551001456665516810015510014566655168100155100145666551681001551001456665516810015510014566655168" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 27ece5ed-3f3f-4f14-9e89-912b17cb4a00, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 93f1e62f-b880-4cdd-bf58-c9128b658be8, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 93f1e62f-b880-4cdd-bf58-c9128b658be8, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3947453992802529120 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39474539928025291203947453992802529120394745399280252912039474539928025291203947453992802529120394745399280252912039474539928025291203947453992802529120394745399280252912039474539928025291203947453992802529120394745399280252912039474539928025291203947453992802529120394745399280252912039474539928025291203947453992802529120394745399280252912039474539928025291203947453992802529120" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8534b2cd-83cc-4028-b792-52d0807f6786, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6b37add8-d3f1-4f2f-9f91-f40444320d40, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6b37add8-d3f1-4f2f-9f91-f40444320d40, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14005109835736948880 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1400510983573694888014005109835736948880140051098357369488801400510983573694888014005109835736948880140051098357369488801400510983573694888014005109835736948880140051098357369488801400510983573694888014005109835736948880140051098357369488801400510983573694888014005109835736948880140051098357369488801400510983573694888014005109835736948880140051098357369488801400510983573694888014005109835736948880" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 93f1e62f-b880-4cdd-bf58-c9128b658be8, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f0c3bdb2-476c-43eb-ae62-36fe4533e86f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f0c3bdb2-476c-43eb-ae62-36fe4533e86f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11176560225418529719 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1117656022541852971911176560225418529719111765602254185297191117656022541852971911176560225418529719111765602254185297191117656022541852971911176560225418529719111765602254185297191117656022541852971911176560225418529719111765602254185297191117656022541852971911176560225418529719111765602254185297191117656022541852971911176560225418529719111765602254185297191117656022541852971911176560225418529719" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6b37add8-d3f1-4f2f-9f91-f40444320d40, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 125c34cc-4da2-4f41-9eb9-60784bda858d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 125c34cc-4da2-4f41-9eb9-60784bda858d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3159007629234003357 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31590076292340033573159007629234003357315900762923400335731590076292340033573159007629234003357315900762923400335731590076292340033573159007629234003357315900762923400335731590076292340033573159007629234003357315900762923400335731590076292340033573159007629234003357315900762923400335731590076292340033573159007629234003357315900762923400335731590076292340033573159007629234003357" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f0c3bdb2-476c-43eb-ae62-36fe4533e86f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b862f482-1720-4ddc-9216-56e081795b68, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b862f482-1720-4ddc-9216-56e081795b68, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5888218867261088812 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58882188672610888125888218867261088812588821886726108881258882188672610888125888218867261088812588821886726108881258882188672610888125888218867261088812588821886726108881258882188672610888125888218867261088812588821886726108881258882188672610888125888218867261088812588821886726108881258882188672610888125888218867261088812588821886726108881258882188672610888125888218867261088812" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 125c34cc-4da2-4f41-9eb9-60784bda858d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 630a65d8-59a7-4d73-90af-d54381de8575, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 630a65d8-59a7-4d73-90af-d54381de8575, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1211017367180332741 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12110173671803327411211017367180332741121101736718033274112110173671803327411211017367180332741121101736718033274112110173671803327411211017367180332741121101736718033274112110173671803327411211017367180332741121101736718033274112110173671803327411211017367180332741121101736718033274112110173671803327411211017367180332741121101736718033274112110173671803327411211017367180332741" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b862f482-1720-4ddc-9216-56e081795b68, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0c1dabec-e32d-41e4-83e1-82f6893b69c8, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0c1dabec-e32d-41e4-83e1-82f6893b69c8, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2732939313884515335 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27329393138845153352732939313884515335273293931388451533527329393138845153352732939313884515335273293931388451533527329393138845153352732939313884515335273293931388451533527329393138845153352732939313884515335273293931388451533527329393138845153352732939313884515335273293931388451533527329393138845153352732939313884515335273293931388451533527329393138845153352732939313884515335" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 630a65d8-59a7-4d73-90af-d54381de8575, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1f6d4fd2-3b50-4a65-b40e-afd92ba36672, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1f6d4fd2-3b50-4a65-b40e-afd92ba36672, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16795826450737270255 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1679582645073727025516795826450737270255167958264507372702551679582645073727025516795826450737270255167958264507372702551679582645073727025516795826450737270255167958264507372702551679582645073727025516795826450737270255167958264507372702551679582645073727025516795826450737270255167958264507372702551679582645073727025516795826450737270255167958264507372702551679582645073727025516795826450737270255" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0c1dabec-e32d-41e4-83e1-82f6893b69c8, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6040bbeb-efe2-405c-99f9-1d5ae01f7268, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1f6d4fd2-3b50-4a65-b40e-afd92ba36672, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6040bbeb-efe2-405c-99f9-1d5ae01f7268, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1290813235150953403 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12908132351509534031290813235150953403129081323515095340312908132351509534031290813235150953403129081323515095340312908132351509534031290813235150953403129081323515095340312908132351509534031290813235150953403129081323515095340312908132351509534031290813235150953403129081323515095340312908132351509534031290813235150953403129081323515095340312908132351509534031290813235150953403" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 45c67975-0ca1-4e7b-9e75-0f4de15ab159, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 45c67975-0ca1-4e7b-9e75-0f4de15ab159, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9239683013958533275 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92396830139585332759239683013958533275923968301395853327592396830139585332759239683013958533275923968301395853327592396830139585332759239683013958533275923968301395853327592396830139585332759239683013958533275923968301395853327592396830139585332759239683013958533275923968301395853327592396830139585332759239683013958533275923968301395853327592396830139585332759239683013958533275" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6040bbeb-efe2-405c-99f9-1d5ae01f7268, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7bd8a541-1019-48cc-a1f0-f125c718b197, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7bd8a541-1019-48cc-a1f0-f125c718b197, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17591715890121872043 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1759171589012187204317591715890121872043175917158901218720431759171589012187204317591715890121872043175917158901218720431759171589012187204317591715890121872043175917158901218720431759171589012187204317591715890121872043175917158901218720431759171589012187204317591715890121872043175917158901218720431759171589012187204317591715890121872043175917158901218720431759171589012187204317591715890121872043" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 45c67975-0ca1-4e7b-9e75-0f4de15ab159, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 34b90a99-5530-49fc-9898-6b3f97a64a23, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7bd8a541-1019-48cc-a1f0-f125c718b197, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d327483c-b69d-4c41-8817-642a8ded685b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d327483c-b69d-4c41-8817-642a8ded685b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7253144490378479717 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72531444903784797177253144490378479717725314449037847971772531444903784797177253144490378479717725314449037847971772531444903784797177253144490378479717725314449037847971772531444903784797177253144490378479717725314449037847971772531444903784797177253144490378479717725314449037847971772531444903784797177253144490378479717725314449037847971772531444903784797177253144490378479717" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 34b90a99-5530-49fc-9898-6b3f97a64a23, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7347613774863129400 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73476137748631294007347613774863129400734761377486312940073476137748631294007347613774863129400734761377486312940073476137748631294007347613774863129400734761377486312940073476137748631294007347613774863129400734761377486312940073476137748631294007347613774863129400734761377486312940073476137748631294007347613774863129400734761377486312940073476137748631294007347613774863129400" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 34b90a99-5530-49fc-9898-6b3f97a64a23, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1382bb8b-b7d5-4396-bd00-5085ec3e71ba, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1382bb8b-b7d5-4396-bd00-5085ec3e71ba, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3317304604413692913 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33173046044136929133317304604413692913331730460441369291333173046044136929133317304604413692913331730460441369291333173046044136929133317304604413692913331730460441369291333173046044136929133317304604413692913331730460441369291333173046044136929133317304604413692913331730460441369291333173046044136929133317304604413692913331730460441369291333173046044136929133317304604413692913" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d327483c-b69d-4c41-8817-642a8ded685b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, da96e499-7dd2-45a7-af79-5f97ae6064c9, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, da96e499-7dd2-45a7-af79-5f97ae6064c9, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10462285937638592491 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1046228593763859249110462285937638592491104622859376385924911046228593763859249110462285937638592491104622859376385924911046228593763859249110462285937638592491104622859376385924911046228593763859249110462285937638592491104622859376385924911046228593763859249110462285937638592491104622859376385924911046228593763859249110462285937638592491104622859376385924911046228593763859249110462285937638592491" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1382bb8b-b7d5-4396-bd00-5085ec3e71ba, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 58d1307a-6276-43c8-a2f4-f85c1aabff32, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 58d1307a-6276-43c8-a2f4-f85c1aabff32, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6595552737691468869 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65955527376914688696595552737691468869659555273769146886965955527376914688696595552737691468869659555273769146886965955527376914688696595552737691468869659555273769146886965955527376914688696595552737691468869659555273769146886965955527376914688696595552737691468869659555273769146886965955527376914688696595552737691468869659555273769146886965955527376914688696595552737691468869" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, da96e499-7dd2-45a7-af79-5f97ae6064c9, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3fb25994-0b53-462b-9d26-617486501768, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3fb25994-0b53-462b-9d26-617486501768, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7646885665630384219 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76468856656303842197646885665630384219764688566563038421976468856656303842197646885665630384219764688566563038421976468856656303842197646885665630384219764688566563038421976468856656303842197646885665630384219764688566563038421976468856656303842197646885665630384219764688566563038421976468856656303842197646885665630384219764688566563038421976468856656303842197646885665630384219" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 58d1307a-6276-43c8-a2f4-f85c1aabff32, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 80f29206-7211-44ac-a23d-abed6413b86b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 80f29206-7211-44ac-a23d-abed6413b86b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1043120570883338774 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10431205708833387741043120570883338774104312057088333877410431205708833387741043120570883338774104312057088333877410431205708833387741043120570883338774104312057088333877410431205708833387741043120570883338774104312057088333877410431205708833387741043120570883338774104312057088333877410431205708833387741043120570883338774104312057088333877410431205708833387741043120570883338774" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3fb25994-0b53-462b-9d26-617486501768, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7ca5855e-9864-495c-83e6-02ce02535778, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7ca5855e-9864-495c-83e6-02ce02535778, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14634893930379294983 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1463489393037929498314634893930379294983146348939303792949831463489393037929498314634893930379294983146348939303792949831463489393037929498314634893930379294983146348939303792949831463489393037929498314634893930379294983146348939303792949831463489393037929498314634893930379294983146348939303792949831463489393037929498314634893930379294983146348939303792949831463489393037929498314634893930379294983" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 80f29206-7211-44ac-a23d-abed6413b86b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 549248c3-2484-4a6f-95a0-dd158adbfef6, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 549248c3-2484-4a6f-95a0-dd158adbfef6, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12238036231765216165 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1223803623176521616512238036231765216165122380362317652161651223803623176521616512238036231765216165122380362317652161651223803623176521616512238036231765216165122380362317652161651223803623176521616512238036231765216165122380362317652161651223803623176521616512238036231765216165122380362317652161651223803623176521616512238036231765216165122380362317652161651223803623176521616512238036231765216165" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7ca5855e-9864-495c-83e6-02ce02535778, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8bd4bc8a-ed08-4696-b261-776106f46bf1, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8bd4bc8a-ed08-4696-b261-776106f46bf1, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10918066146382505742 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1091806614638250574210918066146382505742109180661463825057421091806614638250574210918066146382505742109180661463825057421091806614638250574210918066146382505742109180661463825057421091806614638250574210918066146382505742109180661463825057421091806614638250574210918066146382505742109180661463825057421091806614638250574210918066146382505742109180661463825057421091806614638250574210918066146382505742" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 549248c3-2484-4a6f-95a0-dd158adbfef6, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4bcb5775-f5de-4ab5-ba1e-2e211337e02b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4bcb5775-f5de-4ab5-ba1e-2e211337e02b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16469868574602738468 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1646986857460273846816469868574602738468164698685746027384681646986857460273846816469868574602738468164698685746027384681646986857460273846816469868574602738468164698685746027384681646986857460273846816469868574602738468164698685746027384681646986857460273846816469868574602738468164698685746027384681646986857460273846816469868574602738468164698685746027384681646986857460273846816469868574602738468" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8bd4bc8a-ed08-4696-b261-776106f46bf1, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 33a0ee0b-18e2-4745-8da8-a5471736e181, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4bcb5775-f5de-4ab5-ba1e-2e211337e02b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 34b53ae3-3227-4727-866c-d4d2b7940311, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 33a0ee0b-18e2-4745-8da8-a5471736e181, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16768670562159750769 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1676867056215975076916768670562159750769167686705621597507691676867056215975076916768670562159750769167686705621597507691676867056215975076916768670562159750769167686705621597507691676867056215975076916768670562159750769167686705621597507691676867056215975076916768670562159750769167686705621597507691676867056215975076916768670562159750769167686705621597507691676867056215975076916768670562159750769" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 34b53ae3-3227-4727-866c-d4d2b7940311, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13282859003616603522 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1328285900361660352213282859003616603522132828590036166035221328285900361660352213282859003616603522132828590036166035221328285900361660352213282859003616603522132828590036166035221328285900361660352213282859003616603522132828590036166035221328285900361660352213282859003616603522132828590036166035221328285900361660352213282859003616603522132828590036166035221328285900361660352213282859003616603522" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 33a0ee0b-18e2-4745-8da8-a5471736e181, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2b0a35d8-215a-49d3-bf7b-5755f08d8096, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2b0a35d8-215a-49d3-bf7b-5755f08d8096, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17780996025562819976 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1778099602556281997617780996025562819976177809960255628199761778099602556281997617780996025562819976177809960255628199761778099602556281997617780996025562819976177809960255628199761778099602556281997617780996025562819976177809960255628199761778099602556281997617780996025562819976177809960255628199761778099602556281997617780996025562819976177809960255628199761778099602556281997617780996025562819976" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 34b53ae3-3227-4727-866c-d4d2b7940311, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d348a446-6818-40ca-8b77-5cc1ea429e52, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d348a446-6818-40ca-8b77-5cc1ea429e52, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5615217987262914412 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56152179872629144125615217987262914412561521798726291441256152179872629144125615217987262914412561521798726291441256152179872629144125615217987262914412561521798726291441256152179872629144125615217987262914412561521798726291441256152179872629144125615217987262914412561521798726291441256152179872629144125615217987262914412561521798726291441256152179872629144125615217987262914412" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2b0a35d8-215a-49d3-bf7b-5755f08d8096, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 61bf9879-e357-4843-9521-ce9adbca7f4b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 61bf9879-e357-4843-9521-ce9adbca7f4b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13426877918429418128 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1342687791842941812813426877918429418128134268779184294181281342687791842941812813426877918429418128134268779184294181281342687791842941812813426877918429418128134268779184294181281342687791842941812813426877918429418128134268779184294181281342687791842941812813426877918429418128134268779184294181281342687791842941812813426877918429418128134268779184294181281342687791842941812813426877918429418128" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d348a446-6818-40ca-8b77-5cc1ea429e52, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d009b297-bc59-4f8b-8eac-0287eb1a4fc5, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d009b297-bc59-4f8b-8eac-0287eb1a4fc5, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17142880818144032913 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1714288081814403291317142880818144032913171428808181440329131714288081814403291317142880818144032913171428808181440329131714288081814403291317142880818144032913171428808181440329131714288081814403291317142880818144032913171428808181440329131714288081814403291317142880818144032913171428808181440329131714288081814403291317142880818144032913171428808181440329131714288081814403291317142880818144032913" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 61bf9879-e357-4843-9521-ce9adbca7f4b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, aa5ffd35-9b8e-45d7-b25d-c25f762e1952, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aa5ffd35-9b8e-45d7-b25d-c25f762e1952, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16094008696293893701 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1609400869629389370116094008696293893701160940086962938937011609400869629389370116094008696293893701160940086962938937011609400869629389370116094008696293893701160940086962938937011609400869629389370116094008696293893701160940086962938937011609400869629389370116094008696293893701160940086962938937011609400869629389370116094008696293893701160940086962938937011609400869629389370116094008696293893701" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d009b297-bc59-4f8b-8eac-0287eb1a4fc5, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7894c564-c223-47d1-b6df-f31ae3717d20, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7894c564-c223-47d1-b6df-f31ae3717d20, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11544365995259100792 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1154436599525910079211544365995259100792115443659952591007921154436599525910079211544365995259100792115443659952591007921154436599525910079211544365995259100792115443659952591007921154436599525910079211544365995259100792115443659952591007921154436599525910079211544365995259100792115443659952591007921154436599525910079211544365995259100792115443659952591007921154436599525910079211544365995259100792" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aa5ffd35-9b8e-45d7-b25d-c25f762e1952, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8732b9bf-38ff-43a7-8b0d-df4bb30a571e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8732b9bf-38ff-43a7-8b0d-df4bb30a571e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7255401351625578550 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72554013516255785507255401351625578550725540135162557855072554013516255785507255401351625578550725540135162557855072554013516255785507255401351625578550725540135162557855072554013516255785507255401351625578550725540135162557855072554013516255785507255401351625578550725540135162557855072554013516255785507255401351625578550725540135162557855072554013516255785507255401351625578550" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7894c564-c223-47d1-b6df-f31ae3717d20, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 979316be-a236-4d08-a0d3-c6f2b2f3c501, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 979316be-a236-4d08-a0d3-c6f2b2f3c501, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2622158587179083537 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26221585871790835372622158587179083537262215858717908353726221585871790835372622158587179083537262215858717908353726221585871790835372622158587179083537262215858717908353726221585871790835372622158587179083537262215858717908353726221585871790835372622158587179083537262215858717908353726221585871790835372622158587179083537262215858717908353726221585871790835372622158587179083537" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8732b9bf-38ff-43a7-8b0d-df4bb30a571e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3779bcd2-c535-43e4-807f-b16507c74d6a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3779bcd2-c535-43e4-807f-b16507c74d6a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11277791693080825557 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1127779169308082555711277791693080825557112777916930808255571127779169308082555711277791693080825557112777916930808255571127779169308082555711277791693080825557112777916930808255571127779169308082555711277791693080825557112777916930808255571127779169308082555711277791693080825557112777916930808255571127779169308082555711277791693080825557112777916930808255571127779169308082555711277791693080825557" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 979316be-a236-4d08-a0d3-c6f2b2f3c501, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8ccc39bb-b359-49ea-b0e8-859fe5f8d756, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8ccc39bb-b359-49ea-b0e8-859fe5f8d756, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4282686483471041573 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42826864834710415734282686483471041573428268648347104157342826864834710415734282686483471041573428268648347104157342826864834710415734282686483471041573428268648347104157342826864834710415734282686483471041573428268648347104157342826864834710415734282686483471041573428268648347104157342826864834710415734282686483471041573428268648347104157342826864834710415734282686483471041573" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3779bcd2-c535-43e4-807f-b16507c74d6a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 078255b0-a6a5-4639-8b3f-74b85654306c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 078255b0-a6a5-4639-8b3f-74b85654306c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10600988831297216037 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1060098883129721603710600988831297216037106009888312972160371060098883129721603710600988831297216037106009888312972160371060098883129721603710600988831297216037106009888312972160371060098883129721603710600988831297216037106009888312972160371060098883129721603710600988831297216037106009888312972160371060098883129721603710600988831297216037106009888312972160371060098883129721603710600988831297216037" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8ccc39bb-b359-49ea-b0e8-859fe5f8d756, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fa5c9f89-01f3-462c-834a-b2d70146ea69, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fa5c9f89-01f3-462c-834a-b2d70146ea69, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12981038904245168731 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1298103890424516873112981038904245168731129810389042451687311298103890424516873112981038904245168731129810389042451687311298103890424516873112981038904245168731129810389042451687311298103890424516873112981038904245168731129810389042451687311298103890424516873112981038904245168731129810389042451687311298103890424516873112981038904245168731129810389042451687311298103890424516873112981038904245168731" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 078255b0-a6a5-4639-8b3f-74b85654306c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2f0f5bbe-76a0-47c6-8b06-11f4e0284226, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2f0f5bbe-76a0-47c6-8b06-11f4e0284226, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9607652615123014323 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96076526151230143239607652615123014323960765261512301432396076526151230143239607652615123014323960765261512301432396076526151230143239607652615123014323960765261512301432396076526151230143239607652615123014323960765261512301432396076526151230143239607652615123014323960765261512301432396076526151230143239607652615123014323960765261512301432396076526151230143239607652615123014323" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fa5c9f89-01f3-462c-834a-b2d70146ea69, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6c0b56e5-0608-4340-b70d-a499772d8e1b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6c0b56e5-0608-4340-b70d-a499772d8e1b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17671862542984114896 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1767186254298411489617671862542984114896176718625429841148961767186254298411489617671862542984114896176718625429841148961767186254298411489617671862542984114896176718625429841148961767186254298411489617671862542984114896176718625429841148961767186254298411489617671862542984114896176718625429841148961767186254298411489617671862542984114896176718625429841148961767186254298411489617671862542984114896" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2f0f5bbe-76a0-47c6-8b06-11f4e0284226, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a52b10a3-2490-4229-bb2f-ce4b7bd5e4ef, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a52b10a3-2490-4229-bb2f-ce4b7bd5e4ef, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15033196478198799782 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1503319647819879978215033196478198799782150331964781987997821503319647819879978215033196478198799782150331964781987997821503319647819879978215033196478198799782150331964781987997821503319647819879978215033196478198799782150331964781987997821503319647819879978215033196478198799782150331964781987997821503319647819879978215033196478198799782150331964781987997821503319647819879978215033196478198799782" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6c0b56e5-0608-4340-b70d-a499772d8e1b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 14d7a4e3-2060-4c5a-9543-16fa0f329233, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a52b10a3-2490-4229-bb2f-ce4b7bd5e4ef, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 46ee04df-bcd3-4258-8f63-43bd9faedf43, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 14d7a4e3-2060-4c5a-9543-16fa0f329233, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15206075944866880633 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1520607594486688063315206075944866880633152060759448668806331520607594486688063315206075944866880633152060759448668806331520607594486688063315206075944866880633152060759448668806331520607594486688063315206075944866880633152060759448668806331520607594486688063315206075944866880633152060759448668806331520607594486688063315206075944866880633152060759448668806331520607594486688063315206075944866880633" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 46ee04df-bcd3-4258-8f63-43bd9faedf43, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9029743263490915786 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90297432634909157869029743263490915786902974326349091578690297432634909157869029743263490915786902974326349091578690297432634909157869029743263490915786902974326349091578690297432634909157869029743263490915786902974326349091578690297432634909157869029743263490915786902974326349091578690297432634909157869029743263490915786902974326349091578690297432634909157869029743263490915786" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 14d7a4e3-2060-4c5a-9543-16fa0f329233, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cccd5627-8210-4a0a-aba5-77cf99861eb9, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cccd5627-8210-4a0a-aba5-77cf99861eb9, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17846473621409984084 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1784647362140998408417846473621409984084178464736214099840841784647362140998408417846473621409984084178464736214099840841784647362140998408417846473621409984084178464736214099840841784647362140998408417846473621409984084178464736214099840841784647362140998408417846473621409984084178464736214099840841784647362140998408417846473621409984084178464736214099840841784647362140998408417846473621409984084" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 46ee04df-bcd3-4258-8f63-43bd9faedf43, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 72f6455f-3e01-40a5-9258-97b7cef543b6, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 72f6455f-3e01-40a5-9258-97b7cef543b6, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14240190209842200380 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1424019020984220038014240190209842200380142401902098422003801424019020984220038014240190209842200380142401902098422003801424019020984220038014240190209842200380142401902098422003801424019020984220038014240190209842200380142401902098422003801424019020984220038014240190209842200380142401902098422003801424019020984220038014240190209842200380142401902098422003801424019020984220038014240190209842200380" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cccd5627-8210-4a0a-aba5-77cf99861eb9, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e5069066-d6ce-40ea-8884-760408759139, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e5069066-d6ce-40ea-8884-760408759139, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5406197270933696992 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54061972709336969925406197270933696992540619727093369699254061972709336969925406197270933696992540619727093369699254061972709336969925406197270933696992540619727093369699254061972709336969925406197270933696992540619727093369699254061972709336969925406197270933696992540619727093369699254061972709336969925406197270933696992540619727093369699254061972709336969925406197270933696992" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 72f6455f-3e01-40a5-9258-97b7cef543b6, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c97cb702-ed33-4849-9566-eed2a9501215, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c97cb702-ed33-4849-9566-eed2a9501215, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16348723947174243979 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1634872394717424397916348723947174243979163487239471742439791634872394717424397916348723947174243979163487239471742439791634872394717424397916348723947174243979163487239471742439791634872394717424397916348723947174243979163487239471742439791634872394717424397916348723947174243979163487239471742439791634872394717424397916348723947174243979163487239471742439791634872394717424397916348723947174243979" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e5069066-d6ce-40ea-8884-760408759139, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 86586dc1-f877-42a9-9aeb-874c19b0ffef, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 86586dc1-f877-42a9-9aeb-874c19b0ffef, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15796244841753788142 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1579624484175378814215796244841753788142157962448417537881421579624484175378814215796244841753788142157962448417537881421579624484175378814215796244841753788142157962448417537881421579624484175378814215796244841753788142157962448417537881421579624484175378814215796244841753788142157962448417537881421579624484175378814215796244841753788142157962448417537881421579624484175378814215796244841753788142" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c97cb702-ed33-4849-9566-eed2a9501215, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f6237201-a937-4911-a3a0-b4970ab5d8c1, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f6237201-a937-4911-a3a0-b4970ab5d8c1, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 384900577990252893 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "384900577990252893384900577990252893384900577990252893384900577990252893384900577990252893384900577990252893384900577990252893384900577990252893384900577990252893384900577990252893384900577990252893384900577990252893384900577990252893384900577990252893384900577990252893384900577990252893384900577990252893384900577990252893384900577990252893384900577990252893" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 86586dc1-f877-42a9-9aeb-874c19b0ffef, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f6237201-a937-4911-a3a0-b4970ab5d8c1, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 431a0864-c52b-4501-95df-e53adedfdf8a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0a947244-0ce8-429d-8451-7c65a6ef6512, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0a947244-0ce8-429d-8451-7c65a6ef6512, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8309559430529395151 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83095594305293951518309559430529395151830955943052939515183095594305293951518309559430529395151830955943052939515183095594305293951518309559430529395151830955943052939515183095594305293951518309559430529395151830955943052939515183095594305293951518309559430529395151830955943052939515183095594305293951518309559430529395151830955943052939515183095594305293951518309559430529395151" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 431a0864-c52b-4501-95df-e53adedfdf8a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3686913758221544531 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36869137582215445313686913758221544531368691375822154453136869137582215445313686913758221544531368691375822154453136869137582215445313686913758221544531368691375822154453136869137582215445313686913758221544531368691375822154453136869137582215445313686913758221544531368691375822154453136869137582215445313686913758221544531368691375822154453136869137582215445313686913758221544531" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0a947244-0ce8-429d-8451-7c65a6ef6512, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f3ba7182-170f-47ca-b0a6-92d5ed616870, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f3ba7182-170f-47ca-b0a6-92d5ed616870, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16288289266950481951 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1628828926695048195116288289266950481951162882892669504819511628828926695048195116288289266950481951162882892669504819511628828926695048195116288289266950481951162882892669504819511628828926695048195116288289266950481951162882892669504819511628828926695048195116288289266950481951162882892669504819511628828926695048195116288289266950481951162882892669504819511628828926695048195116288289266950481951" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 431a0864-c52b-4501-95df-e53adedfdf8a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6b72cc7c-ff87-41bf-9c47-8fe8e400d2af, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6b72cc7c-ff87-41bf-9c47-8fe8e400d2af, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14000209109630097732 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1400020910963009773214000209109630097732140002091096300977321400020910963009773214000209109630097732140002091096300977321400020910963009773214000209109630097732140002091096300977321400020910963009773214000209109630097732140002091096300977321400020910963009773214000209109630097732140002091096300977321400020910963009773214000209109630097732140002091096300977321400020910963009773214000209109630097732" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f3ba7182-170f-47ca-b0a6-92d5ed616870, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 196d6a17-b700-49f7-8587-151beab34153, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 196d6a17-b700-49f7-8587-151beab34153, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5481511239209426025 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54815112392094260255481511239209426025548151123920942602554815112392094260255481511239209426025548151123920942602554815112392094260255481511239209426025548151123920942602554815112392094260255481511239209426025548151123920942602554815112392094260255481511239209426025548151123920942602554815112392094260255481511239209426025548151123920942602554815112392094260255481511239209426025" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6b72cc7c-ff87-41bf-9c47-8fe8e400d2af, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 513c897c-2c95-49e9-aafb-9d7e0e8cc72e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 513c897c-2c95-49e9-aafb-9d7e0e8cc72e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5181399552017616540 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51813995520176165405181399552017616540518139955201761654051813995520176165405181399552017616540518139955201761654051813995520176165405181399552017616540518139955201761654051813995520176165405181399552017616540518139955201761654051813995520176165405181399552017616540518139955201761654051813995520176165405181399552017616540518139955201761654051813995520176165405181399552017616540" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 196d6a17-b700-49f7-8587-151beab34153, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 61faba58-40f0-4a9a-a2a2-d67266fdd418, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 61faba58-40f0-4a9a-a2a2-d67266fdd418, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15101727684370075126 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1510172768437007512615101727684370075126151017276843700751261510172768437007512615101727684370075126151017276843700751261510172768437007512615101727684370075126151017276843700751261510172768437007512615101727684370075126151017276843700751261510172768437007512615101727684370075126151017276843700751261510172768437007512615101727684370075126151017276843700751261510172768437007512615101727684370075126" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 513c897c-2c95-49e9-aafb-9d7e0e8cc72e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 631eb2a4-9914-4f8a-be49-f668330e1ffe, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 631eb2a4-9914-4f8a-be49-f668330e1ffe, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14067253910231424610 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1406725391023142461014067253910231424610140672539102314246101406725391023142461014067253910231424610140672539102314246101406725391023142461014067253910231424610140672539102314246101406725391023142461014067253910231424610140672539102314246101406725391023142461014067253910231424610140672539102314246101406725391023142461014067253910231424610140672539102314246101406725391023142461014067253910231424610" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 61faba58-40f0-4a9a-a2a2-d67266fdd418, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1b6c4f2d-52c9-4b6e-a7e9-fa6e5db725dd, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 631eb2a4-9914-4f8a-be49-f668330e1ffe, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1b6c4f2d-52c9-4b6e-a7e9-fa6e5db725dd, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7684349776667828358 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76843497766678283587684349776667828358768434977666782835876843497766678283587684349776667828358768434977666782835876843497766678283587684349776667828358768434977666782835876843497766678283587684349776667828358768434977666782835876843497766678283587684349776667828358768434977666782835876843497766678283587684349776667828358768434977666782835876843497766678283587684349776667828358" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5f809cfe-befa-4bf5-9194-96d7ab66ac0b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5f809cfe-befa-4bf5-9194-96d7ab66ac0b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7517506663032980786 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75175066630329807867517506663032980786751750666303298078675175066630329807867517506663032980786751750666303298078675175066630329807867517506663032980786751750666303298078675175066630329807867517506663032980786751750666303298078675175066630329807867517506663032980786751750666303298078675175066630329807867517506663032980786751750666303298078675175066630329807867517506663032980786" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1b6c4f2d-52c9-4b6e-a7e9-fa6e5db725dd, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 02025bbc-1ba7-467b-aee6-9aeabc37dfc5, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 02025bbc-1ba7-467b-aee6-9aeabc37dfc5, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13614015791830178246 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1361401579183017824613614015791830178246136140157918301782461361401579183017824613614015791830178246136140157918301782461361401579183017824613614015791830178246136140157918301782461361401579183017824613614015791830178246136140157918301782461361401579183017824613614015791830178246136140157918301782461361401579183017824613614015791830178246136140157918301782461361401579183017824613614015791830178246" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 02025bbc-1ba7-467b-aee6-9aeabc37dfc5, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e4b1b416-c305-40b8-a7c0-02d3c6a26790, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e4b1b416-c305-40b8-a7c0-02d3c6a26790, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 318469879100907348 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "318469879100907348318469879100907348318469879100907348318469879100907348318469879100907348318469879100907348318469879100907348318469879100907348318469879100907348318469879100907348318469879100907348318469879100907348318469879100907348318469879100907348318469879100907348318469879100907348318469879100907348318469879100907348318469879100907348318469879100907348" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5f809cfe-befa-4bf5-9194-96d7ab66ac0b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7c81d408-3db5-4ebc-95e0-d731b7a3e1d8, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7c81d408-3db5-4ebc-95e0-d731b7a3e1d8, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4425817146778096599 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44258171467780965994425817146778096599442581714677809659944258171467780965994425817146778096599442581714677809659944258171467780965994425817146778096599442581714677809659944258171467780965994425817146778096599442581714677809659944258171467780965994425817146778096599442581714677809659944258171467780965994425817146778096599442581714677809659944258171467780965994425817146778096599" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e4b1b416-c305-40b8-a7c0-02d3c6a26790, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 40bab391-7ea8-4a34-9d85-9a41f7298d23, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 40bab391-7ea8-4a34-9d85-9a41f7298d23, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9390650059174966410 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93906500591749664109390650059174966410939065005917496641093906500591749664109390650059174966410939065005917496641093906500591749664109390650059174966410939065005917496641093906500591749664109390650059174966410939065005917496641093906500591749664109390650059174966410939065005917496641093906500591749664109390650059174966410939065005917496641093906500591749664109390650059174966410" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7c81d408-3db5-4ebc-95e0-d731b7a3e1d8, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 96e63b45-4186-49a8-95cd-7f720c969e2f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 96e63b45-4186-49a8-95cd-7f720c969e2f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 651934903471331097 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "651934903471331097651934903471331097651934903471331097651934903471331097651934903471331097651934903471331097651934903471331097651934903471331097651934903471331097651934903471331097651934903471331097651934903471331097651934903471331097651934903471331097651934903471331097651934903471331097651934903471331097651934903471331097651934903471331097651934903471331097" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 40bab391-7ea8-4a34-9d85-9a41f7298d23, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4b0d30d9-de61-46ef-be1f-b09b863e3010, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4b0d30d9-de61-46ef-be1f-b09b863e3010, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1192718111636328963 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11927181116363289631192718111636328963119271811163632896311927181116363289631192718111636328963119271811163632896311927181116363289631192718111636328963119271811163632896311927181116363289631192718111636328963119271811163632896311927181116363289631192718111636328963119271811163632896311927181116363289631192718111636328963119271811163632896311927181116363289631192718111636328963" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 96e63b45-4186-49a8-95cd-7f720c969e2f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 08ea0721-2c76-4f7f-bb92-0ead7224b0f5, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 08ea0721-2c76-4f7f-bb92-0ead7224b0f5, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17677488769732722667 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1767748876973272266717677488769732722667176774887697327226671767748876973272266717677488769732722667176774887697327226671767748876973272266717677488769732722667176774887697327226671767748876973272266717677488769732722667176774887697327226671767748876973272266717677488769732722667176774887697327226671767748876973272266717677488769732722667176774887697327226671767748876973272266717677488769732722667" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4b0d30d9-de61-46ef-be1f-b09b863e3010, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 17ce7dbf-1e19-4f18-b5fa-69202b09c4f3, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 17ce7dbf-1e19-4f18-b5fa-69202b09c4f3, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13367724146540578684 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1336772414654057868413367724146540578684133677241465405786841336772414654057868413367724146540578684133677241465405786841336772414654057868413367724146540578684133677241465405786841336772414654057868413367724146540578684133677241465405786841336772414654057868413367724146540578684133677241465405786841336772414654057868413367724146540578684133677241465405786841336772414654057868413367724146540578684" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 08ea0721-2c76-4f7f-bb92-0ead7224b0f5, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ab5174ce-92b9-4cb2-8bef-f80638e6b620, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ab5174ce-92b9-4cb2-8bef-f80638e6b620, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5003445105022020992 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50034451050220209925003445105022020992500344510502202099250034451050220209925003445105022020992500344510502202099250034451050220209925003445105022020992500344510502202099250034451050220209925003445105022020992500344510502202099250034451050220209925003445105022020992500344510502202099250034451050220209925003445105022020992500344510502202099250034451050220209925003445105022020992" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 17ce7dbf-1e19-4f18-b5fa-69202b09c4f3, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d194a646-cf22-4d62-8ba5-78747e53d238, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d194a646-cf22-4d62-8ba5-78747e53d238, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3526415200120738368 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35264152001207383683526415200120738368352641520012073836835264152001207383683526415200120738368352641520012073836835264152001207383683526415200120738368352641520012073836835264152001207383683526415200120738368352641520012073836835264152001207383683526415200120738368352641520012073836835264152001207383683526415200120738368352641520012073836835264152001207383683526415200120738368" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ab5174ce-92b9-4cb2-8bef-f80638e6b620, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5beb8e5c-fb71-417d-96cf-ac4a7ac182e9, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5beb8e5c-fb71-417d-96cf-ac4a7ac182e9, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17416649051450646788 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1741664905145064678817416649051450646788174166490514506467881741664905145064678817416649051450646788174166490514506467881741664905145064678817416649051450646788174166490514506467881741664905145064678817416649051450646788174166490514506467881741664905145064678817416649051450646788174166490514506467881741664905145064678817416649051450646788174166490514506467881741664905145064678817416649051450646788" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d194a646-cf22-4d62-8ba5-78747e53d238, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 45ea6b65-9ec1-4b0a-a1d7-c17f5f166ef4, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 45ea6b65-9ec1-4b0a-a1d7-c17f5f166ef4, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3524892312185192749 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35248923121851927493524892312185192749352489231218519274935248923121851927493524892312185192749352489231218519274935248923121851927493524892312185192749352489231218519274935248923121851927493524892312185192749352489231218519274935248923121851927493524892312185192749352489231218519274935248923121851927493524892312185192749352489231218519274935248923121851927493524892312185192749" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5beb8e5c-fb71-417d-96cf-ac4a7ac182e9, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dcf5cbf4-f24b-4cd8-bed0-d23c9a39d3ad, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dcf5cbf4-f24b-4cd8-bed0-d23c9a39d3ad, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1642104813108289912 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16421048131082899121642104813108289912164210481310828991216421048131082899121642104813108289912164210481310828991216421048131082899121642104813108289912164210481310828991216421048131082899121642104813108289912164210481310828991216421048131082899121642104813108289912164210481310828991216421048131082899121642104813108289912164210481310828991216421048131082899121642104813108289912" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 45ea6b65-9ec1-4b0a-a1d7-c17f5f166ef4, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9a1140a8-4d13-48be-97eb-a5ed4dec366d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9a1140a8-4d13-48be-97eb-a5ed4dec366d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10084991833172979449 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1008499183317297944910084991833172979449100849918331729794491008499183317297944910084991833172979449100849918331729794491008499183317297944910084991833172979449100849918331729794491008499183317297944910084991833172979449100849918331729794491008499183317297944910084991833172979449100849918331729794491008499183317297944910084991833172979449100849918331729794491008499183317297944910084991833172979449" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dcf5cbf4-f24b-4cd8-bed0-d23c9a39d3ad, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 668dea44-5d87-40c5-95f6-2b3277ff11d7, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 668dea44-5d87-40c5-95f6-2b3277ff11d7, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1468609867468357801 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14686098674683578011468609867468357801146860986746835780114686098674683578011468609867468357801146860986746835780114686098674683578011468609867468357801146860986746835780114686098674683578011468609867468357801146860986746835780114686098674683578011468609867468357801146860986746835780114686098674683578011468609867468357801146860986746835780114686098674683578011468609867468357801" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9a1140a8-4d13-48be-97eb-a5ed4dec366d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 86de145c-9412-40aa-b4a4-aca79dbe474e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 86de145c-9412-40aa-b4a4-aca79dbe474e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7589895711964463208 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75898957119644632087589895711964463208758989571196446320875898957119644632087589895711964463208758989571196446320875898957119644632087589895711964463208758989571196446320875898957119644632087589895711964463208758989571196446320875898957119644632087589895711964463208758989571196446320875898957119644632087589895711964463208758989571196446320875898957119644632087589895711964463208" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 668dea44-5d87-40c5-95f6-2b3277ff11d7, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 41aecfc8-7b5b-4dc8-9e55-2c345e334296, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 41aecfc8-7b5b-4dc8-9e55-2c345e334296, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18208846741050460714 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1820884674105046071418208846741050460714182088467410504607141820884674105046071418208846741050460714182088467410504607141820884674105046071418208846741050460714182088467410504607141820884674105046071418208846741050460714182088467410504607141820884674105046071418208846741050460714182088467410504607141820884674105046071418208846741050460714182088467410504607141820884674105046071418208846741050460714" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 86de145c-9412-40aa-b4a4-aca79dbe474e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 821ab723-4d42-407d-9bbb-8e840a67df86, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 821ab723-4d42-407d-9bbb-8e840a67df86, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17154466844184751517 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1715446684418475151717154466844184751517171544668441847515171715446684418475151717154466844184751517171544668441847515171715446684418475151717154466844184751517171544668441847515171715446684418475151717154466844184751517171544668441847515171715446684418475151717154466844184751517171544668441847515171715446684418475151717154466844184751517171544668441847515171715446684418475151717154466844184751517" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 41aecfc8-7b5b-4dc8-9e55-2c345e334296, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 37a12594-c2a0-435e-b436-a923e5a9ae60, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 37a12594-c2a0-435e-b436-a923e5a9ae60, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1441150753102482455 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14411507531024824551441150753102482455144115075310248245514411507531024824551441150753102482455144115075310248245514411507531024824551441150753102482455144115075310248245514411507531024824551441150753102482455144115075310248245514411507531024824551441150753102482455144115075310248245514411507531024824551441150753102482455144115075310248245514411507531024824551441150753102482455" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 821ab723-4d42-407d-9bbb-8e840a67df86, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6df7b8b8-7e06-461a-afeb-956be27919cb, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6df7b8b8-7e06-461a-afeb-956be27919cb, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9557623493899133423 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95576234938991334239557623493899133423955762349389913342395576234938991334239557623493899133423955762349389913342395576234938991334239557623493899133423955762349389913342395576234938991334239557623493899133423955762349389913342395576234938991334239557623493899133423955762349389913342395576234938991334239557623493899133423955762349389913342395576234938991334239557623493899133423" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 37a12594-c2a0-435e-b436-a923e5a9ae60, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 16f6e8b5-685f-4810-8625-8f6e054a95bb, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 16f6e8b5-685f-4810-8625-8f6e054a95bb, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14332491974940371876 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1433249197494037187614332491974940371876143324919749403718761433249197494037187614332491974940371876143324919749403718761433249197494037187614332491974940371876143324919749403718761433249197494037187614332491974940371876143324919749403718761433249197494037187614332491974940371876143324919749403718761433249197494037187614332491974940371876143324919749403718761433249197494037187614332491974940371876" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6df7b8b8-7e06-461a-afeb-956be27919cb, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4402c0ad-518c-48ae-854a-dae5b0f8f4c2, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4402c0ad-518c-48ae-854a-dae5b0f8f4c2, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16796008531245391520 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1679600853124539152016796008531245391520167960085312453915201679600853124539152016796008531245391520167960085312453915201679600853124539152016796008531245391520167960085312453915201679600853124539152016796008531245391520167960085312453915201679600853124539152016796008531245391520167960085312453915201679600853124539152016796008531245391520167960085312453915201679600853124539152016796008531245391520" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 16f6e8b5-685f-4810-8625-8f6e054a95bb, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 721fae3c-13fb-4bb7-b9f1-6edc00f889ad, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 721fae3c-13fb-4bb7-b9f1-6edc00f889ad, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11180779943411866833 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1118077994341186683311180779943411866833111807799434118668331118077994341186683311180779943411866833111807799434118668331118077994341186683311180779943411866833111807799434118668331118077994341186683311180779943411866833111807799434118668331118077994341186683311180779943411866833111807799434118668331118077994341186683311180779943411866833111807799434118668331118077994341186683311180779943411866833" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4402c0ad-518c-48ae-854a-dae5b0f8f4c2, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d6bb0bad-9c56-4185-badd-d6d83a428491, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d6bb0bad-9c56-4185-badd-d6d83a428491, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9382703409928896011 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93827034099288960119382703409928896011938270340992889601193827034099288960119382703409928896011938270340992889601193827034099288960119382703409928896011938270340992889601193827034099288960119382703409928896011938270340992889601193827034099288960119382703409928896011938270340992889601193827034099288960119382703409928896011938270340992889601193827034099288960119382703409928896011" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 721fae3c-13fb-4bb7-b9f1-6edc00f889ad, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ff764b6d-0db5-4c98-a1ff-048878c097ce, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ff764b6d-0db5-4c98-a1ff-048878c097ce, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9147487579535546319 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91474875795355463199147487579535546319914748757953554631991474875795355463199147487579535546319914748757953554631991474875795355463199147487579535546319914748757953554631991474875795355463199147487579535546319914748757953554631991474875795355463199147487579535546319914748757953554631991474875795355463199147487579535546319914748757953554631991474875795355463199147487579535546319" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d6bb0bad-9c56-4185-badd-d6d83a428491, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 506d4cf8-e49c-4321-9de2-a1f28a8320e9, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 506d4cf8-e49c-4321-9de2-a1f28a8320e9, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14254334585431971363 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1425433458543197136314254334585431971363142543345854319713631425433458543197136314254334585431971363142543345854319713631425433458543197136314254334585431971363142543345854319713631425433458543197136314254334585431971363142543345854319713631425433458543197136314254334585431971363142543345854319713631425433458543197136314254334585431971363142543345854319713631425433458543197136314254334585431971363" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ff764b6d-0db5-4c98-a1ff-048878c097ce, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bdf6ef4b-b0fb-4f3f-b2e5-5f4d105b3397, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bdf6ef4b-b0fb-4f3f-b2e5-5f4d105b3397, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5490665868005548303 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54906658680055483035490665868005548303549066586800554830354906658680055483035490665868005548303549066586800554830354906658680055483035490665868005548303549066586800554830354906658680055483035490665868005548303549066586800554830354906658680055483035490665868005548303549066586800554830354906658680055483035490665868005548303549066586800554830354906658680055483035490665868005548303" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 506d4cf8-e49c-4321-9de2-a1f28a8320e9, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2e459005-6035-4ed8-9ed0-5202269f96a9, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2e459005-6035-4ed8-9ed0-5202269f96a9, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6483009405728139268 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64830094057281392686483009405728139268648300940572813926864830094057281392686483009405728139268648300940572813926864830094057281392686483009405728139268648300940572813926864830094057281392686483009405728139268648300940572813926864830094057281392686483009405728139268648300940572813926864830094057281392686483009405728139268648300940572813926864830094057281392686483009405728139268" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bdf6ef4b-b0fb-4f3f-b2e5-5f4d105b3397, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 82660709-53bb-4656-b155-bd0d8eb74c0f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 82660709-53bb-4656-b155-bd0d8eb74c0f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18376089485322396224 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1837608948532239622418376089485322396224183760894853223962241837608948532239622418376089485322396224183760894853223962241837608948532239622418376089485322396224183760894853223962241837608948532239622418376089485322396224183760894853223962241837608948532239622418376089485322396224183760894853223962241837608948532239622418376089485322396224183760894853223962241837608948532239622418376089485322396224" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2e459005-6035-4ed8-9ed0-5202269f96a9, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a6544f84-a602-47f2-a19c-2bb7f6ed6104, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a6544f84-a602-47f2-a19c-2bb7f6ed6104, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13957487686733164686 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1395748768673316468613957487686733164686139574876867331646861395748768673316468613957487686733164686139574876867331646861395748768673316468613957487686733164686139574876867331646861395748768673316468613957487686733164686139574876867331646861395748768673316468613957487686733164686139574876867331646861395748768673316468613957487686733164686139574876867331646861395748768673316468613957487686733164686" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 82660709-53bb-4656-b155-bd0d8eb74c0f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 24f8b904-d3d2-486b-bcf3-c552d7ce61e5, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 24f8b904-d3d2-486b-bcf3-c552d7ce61e5, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2506368038068464186 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25063680380684641862506368038068464186250636803806846418625063680380684641862506368038068464186250636803806846418625063680380684641862506368038068464186250636803806846418625063680380684641862506368038068464186250636803806846418625063680380684641862506368038068464186250636803806846418625063680380684641862506368038068464186250636803806846418625063680380684641862506368038068464186" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a6544f84-a602-47f2-a19c-2bb7f6ed6104, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 68744960-0a7c-4ce9-bfaf-1f0937822761, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 68744960-0a7c-4ce9-bfaf-1f0937822761, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15625184414042380137 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1562518441404238013715625184414042380137156251844140423801371562518441404238013715625184414042380137156251844140423801371562518441404238013715625184414042380137156251844140423801371562518441404238013715625184414042380137156251844140423801371562518441404238013715625184414042380137156251844140423801371562518441404238013715625184414042380137156251844140423801371562518441404238013715625184414042380137" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 24f8b904-d3d2-486b-bcf3-c552d7ce61e5, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 020d9bd0-97e6-468b-82a4-e57f1b8da8a9, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 020d9bd0-97e6-468b-82a4-e57f1b8da8a9, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 862192573862324133 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "862192573862324133862192573862324133862192573862324133862192573862324133862192573862324133862192573862324133862192573862324133862192573862324133862192573862324133862192573862324133862192573862324133862192573862324133862192573862324133862192573862324133862192573862324133862192573862324133862192573862324133862192573862324133862192573862324133862192573862324133" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 68744960-0a7c-4ce9-bfaf-1f0937822761, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d7517970-657a-456f-b47f-58ee17cc1613, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d7517970-657a-456f-b47f-58ee17cc1613, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6041300250484600010 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60413002504846000106041300250484600010604130025048460001060413002504846000106041300250484600010604130025048460001060413002504846000106041300250484600010604130025048460001060413002504846000106041300250484600010604130025048460001060413002504846000106041300250484600010604130025048460001060413002504846000106041300250484600010604130025048460001060413002504846000106041300250484600010" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 020d9bd0-97e6-468b-82a4-e57f1b8da8a9, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 88623a22-211e-4f4f-8345-68d39fe7775b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 88623a22-211e-4f4f-8345-68d39fe7775b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16982277311982411571 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1698227731198241157116982277311982411571169822773119824115711698227731198241157116982277311982411571169822773119824115711698227731198241157116982277311982411571169822773119824115711698227731198241157116982277311982411571169822773119824115711698227731198241157116982277311982411571169822773119824115711698227731198241157116982277311982411571169822773119824115711698227731198241157116982277311982411571" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d7517970-657a-456f-b47f-58ee17cc1613, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c72e436c-f0ff-4f67-9bf7-1a1ef930d939, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c72e436c-f0ff-4f67-9bf7-1a1ef930d939, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7555720151860944129 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75557201518609441297555720151860944129755572015186094412975557201518609441297555720151860944129755572015186094412975557201518609441297555720151860944129755572015186094412975557201518609441297555720151860944129755572015186094412975557201518609441297555720151860944129755572015186094412975557201518609441297555720151860944129755572015186094412975557201518609441297555720151860944129" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 88623a22-211e-4f4f-8345-68d39fe7775b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a81956f3-f218-48e9-8898-9f7d99d044aa, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a81956f3-f218-48e9-8898-9f7d99d044aa, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13876020803266657302 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1387602080326665730213876020803266657302138760208032666573021387602080326665730213876020803266657302138760208032666573021387602080326665730213876020803266657302138760208032666573021387602080326665730213876020803266657302138760208032666573021387602080326665730213876020803266657302138760208032666573021387602080326665730213876020803266657302138760208032666573021387602080326665730213876020803266657302" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c72e436c-f0ff-4f67-9bf7-1a1ef930d939, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7b29f759-8aa9-4038-a793-ebeeb61430ef, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7b29f759-8aa9-4038-a793-ebeeb61430ef, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10356395594017244545 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1035639559401724454510356395594017244545103563955940172445451035639559401724454510356395594017244545103563955940172445451035639559401724454510356395594017244545103563955940172445451035639559401724454510356395594017244545103563955940172445451035639559401724454510356395594017244545103563955940172445451035639559401724454510356395594017244545103563955940172445451035639559401724454510356395594017244545" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a81956f3-f218-48e9-8898-9f7d99d044aa, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2b67bff8-8fb9-41e2-954a-c52687a36d42, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2b67bff8-8fb9-41e2-954a-c52687a36d42, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15274418456592321803 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1527441845659232180315274418456592321803152744184565923218031527441845659232180315274418456592321803152744184565923218031527441845659232180315274418456592321803152744184565923218031527441845659232180315274418456592321803152744184565923218031527441845659232180315274418456592321803152744184565923218031527441845659232180315274418456592321803152744184565923218031527441845659232180315274418456592321803" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7b29f759-8aa9-4038-a793-ebeeb61430ef, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fa466034-3480-40bc-8065-97569390fecb, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fa466034-3480-40bc-8065-97569390fecb, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17421446700563541169 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1742144670056354116917421446700563541169174214467005635411691742144670056354116917421446700563541169174214467005635411691742144670056354116917421446700563541169174214467005635411691742144670056354116917421446700563541169174214467005635411691742144670056354116917421446700563541169174214467005635411691742144670056354116917421446700563541169174214467005635411691742144670056354116917421446700563541169" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2b67bff8-8fb9-41e2-954a-c52687a36d42, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e9a81079-f5e0-4efd-bce2-def17c8ca838, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e9a81079-f5e0-4efd-bce2-def17c8ca838, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15622040130318268936 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1562204013031826893615622040130318268936156220401303182689361562204013031826893615622040130318268936156220401303182689361562204013031826893615622040130318268936156220401303182689361562204013031826893615622040130318268936156220401303182689361562204013031826893615622040130318268936156220401303182689361562204013031826893615622040130318268936156220401303182689361562204013031826893615622040130318268936" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fa466034-3480-40bc-8065-97569390fecb, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a16ac1fb-228d-45fb-b433-1da19bdd5530, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a16ac1fb-228d-45fb-b433-1da19bdd5530, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9750499317140566335 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97504993171405663359750499317140566335975049931714056633597504993171405663359750499317140566335975049931714056633597504993171405663359750499317140566335975049931714056633597504993171405663359750499317140566335975049931714056633597504993171405663359750499317140566335975049931714056633597504993171405663359750499317140566335975049931714056633597504993171405663359750499317140566335" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e9a81079-f5e0-4efd-bce2-def17c8ca838, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a16ac1fb-228d-45fb-b433-1da19bdd5530, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4ff7a5d0-59cc-46e4-852e-b1e6650ea7ce, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4ff7a5d0-59cc-46e4-852e-b1e6650ea7ce, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11070970685615705927 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1107097068561570592711070970685615705927110709706856157059271107097068561570592711070970685615705927110709706856157059271107097068561570592711070970685615705927110709706856157059271107097068561570592711070970685615705927110709706856157059271107097068561570592711070970685615705927110709706856157059271107097068561570592711070970685615705927110709706856157059271107097068561570592711070970685615705927" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b8a82cf1-7f7e-477d-a323-009a456834e1, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b8a82cf1-7f7e-477d-a323-009a456834e1, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17832174024717036391 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1783217402471703639117832174024717036391178321740247170363911783217402471703639117832174024717036391178321740247170363911783217402471703639117832174024717036391178321740247170363911783217402471703639117832174024717036391178321740247170363911783217402471703639117832174024717036391178321740247170363911783217402471703639117832174024717036391178321740247170363911783217402471703639117832174024717036391" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4ff7a5d0-59cc-46e4-852e-b1e6650ea7ce, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e7ad06f2-1c72-4601-b201-e9a70a507fc1, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e7ad06f2-1c72-4601-b201-e9a70a507fc1, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9918969441989808357 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99189694419898083579918969441989808357991896944198980835799189694419898083579918969441989808357991896944198980835799189694419898083579918969441989808357991896944198980835799189694419898083579918969441989808357991896944198980835799189694419898083579918969441989808357991896944198980835799189694419898083579918969441989808357991896944198980835799189694419898083579918969441989808357" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b8a82cf1-7f7e-477d-a323-009a456834e1, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 121c16f0-090c-48c5-8cf4-8fd5b6f3d37d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 121c16f0-090c-48c5-8cf4-8fd5b6f3d37d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10014203135884291105 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1001420313588429110510014203135884291105100142031358842911051001420313588429110510014203135884291105100142031358842911051001420313588429110510014203135884291105100142031358842911051001420313588429110510014203135884291105100142031358842911051001420313588429110510014203135884291105100142031358842911051001420313588429110510014203135884291105100142031358842911051001420313588429110510014203135884291105" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e7ad06f2-1c72-4601-b201-e9a70a507fc1, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 70be44b2-82d4-417e-8b2e-533e29a56560, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 121c16f0-090c-48c5-8cf4-8fd5b6f3d37d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 70be44b2-82d4-417e-8b2e-533e29a56560, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17664249399876333498 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1766424939987633349817664249399876333498176642493998763334981766424939987633349817664249399876333498176642493998763334981766424939987633349817664249399876333498176642493998763334981766424939987633349817664249399876333498176642493998763334981766424939987633349817664249399876333498176642493998763334981766424939987633349817664249399876333498176642493998763334981766424939987633349817664249399876333498" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1729775d-80fa-45c2-ac3e-c64b614ae411, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1729775d-80fa-45c2-ac3e-c64b614ae411, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2351029629627135374 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23510296296271353742351029629627135374235102962962713537423510296296271353742351029629627135374235102962962713537423510296296271353742351029629627135374235102962962713537423510296296271353742351029629627135374235102962962713537423510296296271353742351029629627135374235102962962713537423510296296271353742351029629627135374235102962962713537423510296296271353742351029629627135374" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 70be44b2-82d4-417e-8b2e-533e29a56560, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f01d38c7-9079-4eca-8970-d1e6e4cdc9a6, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f01d38c7-9079-4eca-8970-d1e6e4cdc9a6, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6109138726502123281 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61091387265021232816109138726502123281610913872650212328161091387265021232816109138726502123281610913872650212328161091387265021232816109138726502123281610913872650212328161091387265021232816109138726502123281610913872650212328161091387265021232816109138726502123281610913872650212328161091387265021232816109138726502123281610913872650212328161091387265021232816109138726502123281" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1729775d-80fa-45c2-ac3e-c64b614ae411, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 066ffbc0-572f-4696-b542-7b09c7ddd60c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 066ffbc0-572f-4696-b542-7b09c7ddd60c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4293346975472419159 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42933469754724191594293346975472419159429334697547241915942933469754724191594293346975472419159429334697547241915942933469754724191594293346975472419159429334697547241915942933469754724191594293346975472419159429334697547241915942933469754724191594293346975472419159429334697547241915942933469754724191594293346975472419159429334697547241915942933469754724191594293346975472419159" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f01d38c7-9079-4eca-8970-d1e6e4cdc9a6, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bab69ebf-11ab-4fdd-84d7-054d9b140d46, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bab69ebf-11ab-4fdd-84d7-054d9b140d46, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7283946856797816071 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72839468567978160717283946856797816071728394685679781607172839468567978160717283946856797816071728394685679781607172839468567978160717283946856797816071728394685679781607172839468567978160717283946856797816071728394685679781607172839468567978160717283946856797816071728394685679781607172839468567978160717283946856797816071728394685679781607172839468567978160717283946856797816071" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 066ffbc0-572f-4696-b542-7b09c7ddd60c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d45275ac-69b7-4568-96e7-c3a8f4b7e35e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d45275ac-69b7-4568-96e7-c3a8f4b7e35e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4594705746070098184 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45947057460700981844594705746070098184459470574607009818445947057460700981844594705746070098184459470574607009818445947057460700981844594705746070098184459470574607009818445947057460700981844594705746070098184459470574607009818445947057460700981844594705746070098184459470574607009818445947057460700981844594705746070098184459470574607009818445947057460700981844594705746070098184" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bab69ebf-11ab-4fdd-84d7-054d9b140d46, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c965ea90-642b-495b-9823-068435d25a47, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c965ea90-642b-495b-9823-068435d25a47, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6641797414165961496 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66417974141659614966641797414165961496664179741416596149666417974141659614966641797414165961496664179741416596149666417974141659614966641797414165961496664179741416596149666417974141659614966641797414165961496664179741416596149666417974141659614966641797414165961496664179741416596149666417974141659614966641797414165961496664179741416596149666417974141659614966641797414165961496" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d45275ac-69b7-4568-96e7-c3a8f4b7e35e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5fc7b4d9-a49f-4cbe-ad14-84237fb97bd7, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5fc7b4d9-a49f-4cbe-ad14-84237fb97bd7, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17414373419011592158 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1741437341901159215817414373419011592158174143734190115921581741437341901159215817414373419011592158174143734190115921581741437341901159215817414373419011592158174143734190115921581741437341901159215817414373419011592158174143734190115921581741437341901159215817414373419011592158174143734190115921581741437341901159215817414373419011592158174143734190115921581741437341901159215817414373419011592158" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c965ea90-642b-495b-9823-068435d25a47, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bf5e5267-a53e-4f27-b2b3-3d4a3ce0c5f8, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bf5e5267-a53e-4f27-b2b3-3d4a3ce0c5f8, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16371023398213158615 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1637102339821315861516371023398213158615163710233982131586151637102339821315861516371023398213158615163710233982131586151637102339821315861516371023398213158615163710233982131586151637102339821315861516371023398213158615163710233982131586151637102339821315861516371023398213158615163710233982131586151637102339821315861516371023398213158615163710233982131586151637102339821315861516371023398213158615" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5fc7b4d9-a49f-4cbe-ad14-84237fb97bd7, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2df3e9c9-f776-47f0-ba0a-d03388afde81, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2df3e9c9-f776-47f0-ba0a-d03388afde81, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6074147776906377342 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60741477769063773426074147776906377342607414777690637734260741477769063773426074147776906377342607414777690637734260741477769063773426074147776906377342607414777690637734260741477769063773426074147776906377342607414777690637734260741477769063773426074147776906377342607414777690637734260741477769063773426074147776906377342607414777690637734260741477769063773426074147776906377342" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bf5e5267-a53e-4f27-b2b3-3d4a3ce0c5f8, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9b186987-5990-45b5-8f0a-85529f73208d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9b186987-5990-45b5-8f0a-85529f73208d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3696263410586315150 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36962634105863151503696263410586315150369626341058631515036962634105863151503696263410586315150369626341058631515036962634105863151503696263410586315150369626341058631515036962634105863151503696263410586315150369626341058631515036962634105863151503696263410586315150369626341058631515036962634105863151503696263410586315150369626341058631515036962634105863151503696263410586315150" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2df3e9c9-f776-47f0-ba0a-d03388afde81, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 21b7f109-a97b-4cd7-9029-70b55e11780f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 21b7f109-a97b-4cd7-9029-70b55e11780f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6331619015382755389 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63316190153827553896331619015382755389633161901538275538963316190153827553896331619015382755389633161901538275538963316190153827553896331619015382755389633161901538275538963316190153827553896331619015382755389633161901538275538963316190153827553896331619015382755389633161901538275538963316190153827553896331619015382755389633161901538275538963316190153827553896331619015382755389" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9b186987-5990-45b5-8f0a-85529f73208d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4413fd4c-00b1-458b-a147-e7a9434258cc, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4413fd4c-00b1-458b-a147-e7a9434258cc, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13744079210316949615 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1374407921031694961513744079210316949615137440792103169496151374407921031694961513744079210316949615137440792103169496151374407921031694961513744079210316949615137440792103169496151374407921031694961513744079210316949615137440792103169496151374407921031694961513744079210316949615137440792103169496151374407921031694961513744079210316949615137440792103169496151374407921031694961513744079210316949615" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 21b7f109-a97b-4cd7-9029-70b55e11780f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bb7a1443-60f1-4a01-9f56-507183b392e0, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bb7a1443-60f1-4a01-9f56-507183b392e0, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6192359248233456760 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61923592482334567606192359248233456760619235924823345676061923592482334567606192359248233456760619235924823345676061923592482334567606192359248233456760619235924823345676061923592482334567606192359248233456760619235924823345676061923592482334567606192359248233456760619235924823345676061923592482334567606192359248233456760619235924823345676061923592482334567606192359248233456760" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4413fd4c-00b1-458b-a147-e7a9434258cc, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, afc6d8c4-4566-4066-9c52-8def24b889b1, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, afc6d8c4-4566-4066-9c52-8def24b889b1, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2006010586675986589 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20060105866759865892006010586675986589200601058667598658920060105866759865892006010586675986589200601058667598658920060105866759865892006010586675986589200601058667598658920060105866759865892006010586675986589200601058667598658920060105866759865892006010586675986589200601058667598658920060105866759865892006010586675986589200601058667598658920060105866759865892006010586675986589" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bb7a1443-60f1-4a01-9f56-507183b392e0, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 64d79a82-3c58-4320-bb06-5250cb7ea251, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 64d79a82-3c58-4320-bb06-5250cb7ea251, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6891005635974318994 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68910056359743189946891005635974318994689100563597431899468910056359743189946891005635974318994689100563597431899468910056359743189946891005635974318994689100563597431899468910056359743189946891005635974318994689100563597431899468910056359743189946891005635974318994689100563597431899468910056359743189946891005635974318994689100563597431899468910056359743189946891005635974318994" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, afc6d8c4-4566-4066-9c52-8def24b889b1, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a0d94926-214b-429b-9df2-ed7dd2f212f5, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a0d94926-214b-429b-9df2-ed7dd2f212f5, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15354664321903211862 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1535466432190321186215354664321903211862153546643219032118621535466432190321186215354664321903211862153546643219032118621535466432190321186215354664321903211862153546643219032118621535466432190321186215354664321903211862153546643219032118621535466432190321186215354664321903211862153546643219032118621535466432190321186215354664321903211862153546643219032118621535466432190321186215354664321903211862" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 64d79a82-3c58-4320-bb06-5250cb7ea251, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, eb0a1a00-3cec-4aa7-b9b5-8e659c077694, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eb0a1a00-3cec-4aa7-b9b5-8e659c077694, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2505221613513826536 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25052216135138265362505221613513826536250522161351382653625052216135138265362505221613513826536250522161351382653625052216135138265362505221613513826536250522161351382653625052216135138265362505221613513826536250522161351382653625052216135138265362505221613513826536250522161351382653625052216135138265362505221613513826536250522161351382653625052216135138265362505221613513826536" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a0d94926-214b-429b-9df2-ed7dd2f212f5, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f6abf133-1505-4924-acb4-f1b5cb75ee0a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f6abf133-1505-4924-acb4-f1b5cb75ee0a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10102968659109335605 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1010296865910933560510102968659109335605101029686591093356051010296865910933560510102968659109335605101029686591093356051010296865910933560510102968659109335605101029686591093356051010296865910933560510102968659109335605101029686591093356051010296865910933560510102968659109335605101029686591093356051010296865910933560510102968659109335605101029686591093356051010296865910933560510102968659109335605" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eb0a1a00-3cec-4aa7-b9b5-8e659c077694, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 28c29408-b568-44d7-9c34-c1ec3bfdb6e1, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 28c29408-b568-44d7-9c34-c1ec3bfdb6e1, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14021106917535010417 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1402110691753501041714021106917535010417140211069175350104171402110691753501041714021106917535010417140211069175350104171402110691753501041714021106917535010417140211069175350104171402110691753501041714021106917535010417140211069175350104171402110691753501041714021106917535010417140211069175350104171402110691753501041714021106917535010417140211069175350104171402110691753501041714021106917535010417" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f6abf133-1505-4924-acb4-f1b5cb75ee0a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 598e4173-d2e0-417d-9caa-056a079151c2, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 598e4173-d2e0-417d-9caa-056a079151c2, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16378050069044301078 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1637805006904430107816378050069044301078163780500690443010781637805006904430107816378050069044301078163780500690443010781637805006904430107816378050069044301078163780500690443010781637805006904430107816378050069044301078163780500690443010781637805006904430107816378050069044301078163780500690443010781637805006904430107816378050069044301078163780500690443010781637805006904430107816378050069044301078" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 28c29408-b568-44d7-9c34-c1ec3bfdb6e1, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6cb6bf52-cdd8-4274-85eb-a4fe1b800bf5, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6cb6bf52-cdd8-4274-85eb-a4fe1b800bf5, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8734103818352175824 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87341038183521758248734103818352175824873410381835217582487341038183521758248734103818352175824873410381835217582487341038183521758248734103818352175824873410381835217582487341038183521758248734103818352175824873410381835217582487341038183521758248734103818352175824873410381835217582487341038183521758248734103818352175824873410381835217582487341038183521758248734103818352175824" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 598e4173-d2e0-417d-9caa-056a079151c2, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 180c638f-d460-4759-aecf-486d59ac5b90, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 180c638f-d460-4759-aecf-486d59ac5b90, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4119397069465992584 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41193970694659925844119397069465992584411939706946599258441193970694659925844119397069465992584411939706946599258441193970694659925844119397069465992584411939706946599258441193970694659925844119397069465992584411939706946599258441193970694659925844119397069465992584411939706946599258441193970694659925844119397069465992584411939706946599258441193970694659925844119397069465992584" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6cb6bf52-cdd8-4274-85eb-a4fe1b800bf5, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 78bceff4-d5bb-45ec-ae6c-c1d7d9de7a9f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 78bceff4-d5bb-45ec-ae6c-c1d7d9de7a9f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14398231931906201232 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1439823193190620123214398231931906201232143982319319062012321439823193190620123214398231931906201232143982319319062012321439823193190620123214398231931906201232143982319319062012321439823193190620123214398231931906201232143982319319062012321439823193190620123214398231931906201232143982319319062012321439823193190620123214398231931906201232143982319319062012321439823193190620123214398231931906201232" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 180c638f-d460-4759-aecf-486d59ac5b90, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0cc09042-c7d6-4021-af72-7a40539c8fac, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0cc09042-c7d6-4021-af72-7a40539c8fac, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17047183709622511927 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1704718370962251192717047183709622511927170471837096225119271704718370962251192717047183709622511927170471837096225119271704718370962251192717047183709622511927170471837096225119271704718370962251192717047183709622511927170471837096225119271704718370962251192717047183709622511927170471837096225119271704718370962251192717047183709622511927170471837096225119271704718370962251192717047183709622511927" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 78bceff4-d5bb-45ec-ae6c-c1d7d9de7a9f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ce3a3d40-bec1-4007-8c9c-8e8fac3869c4, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ce3a3d40-bec1-4007-8c9c-8e8fac3869c4, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13719187437267875404 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1371918743726787540413719187437267875404137191874372678754041371918743726787540413719187437267875404137191874372678754041371918743726787540413719187437267875404137191874372678754041371918743726787540413719187437267875404137191874372678754041371918743726787540413719187437267875404137191874372678754041371918743726787540413719187437267875404137191874372678754041371918743726787540413719187437267875404" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0cc09042-c7d6-4021-af72-7a40539c8fac, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4acdb7b0-ab36-487b-9f9d-2f24c8e11849, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4acdb7b0-ab36-487b-9f9d-2f24c8e11849, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1097556257619011751 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10975562576190117511097556257619011751109755625761901175110975562576190117511097556257619011751109755625761901175110975562576190117511097556257619011751109755625761901175110975562576190117511097556257619011751109755625761901175110975562576190117511097556257619011751109755625761901175110975562576190117511097556257619011751109755625761901175110975562576190117511097556257619011751" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ce3a3d40-bec1-4007-8c9c-8e8fac3869c4, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ef611d64-5212-4d29-b638-ad5fafa301b3, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ef611d64-5212-4d29-b638-ad5fafa301b3, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2142927764692172335 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21429277646921723352142927764692172335214292776469217233521429277646921723352142927764692172335214292776469217233521429277646921723352142927764692172335214292776469217233521429277646921723352142927764692172335214292776469217233521429277646921723352142927764692172335214292776469217233521429277646921723352142927764692172335214292776469217233521429277646921723352142927764692172335" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4acdb7b0-ab36-487b-9f9d-2f24c8e11849, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4f38bb36-7a84-4a05-af65-898c03fe2284, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ef611d64-5212-4d29-b638-ad5fafa301b3, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4f38bb36-7a84-4a05-af65-898c03fe2284, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5084883851228136655 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50848838512281366555084883851228136655508488385122813665550848838512281366555084883851228136655508488385122813665550848838512281366555084883851228136655508488385122813665550848838512281366555084883851228136655508488385122813665550848838512281366555084883851228136655508488385122813665550848838512281366555084883851228136655508488385122813665550848838512281366555084883851228136655" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 15d17f2f-3178-4c97-bef7-0ea6e7d7fe6a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 15d17f2f-3178-4c97-bef7-0ea6e7d7fe6a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6116273639339726086 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61162736393397260866116273639339726086611627363933972608661162736393397260866116273639339726086611627363933972608661162736393397260866116273639339726086611627363933972608661162736393397260866116273639339726086611627363933972608661162736393397260866116273639339726086611627363933972608661162736393397260866116273639339726086611627363933972608661162736393397260866116273639339726086" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4f38bb36-7a84-4a05-af65-898c03fe2284, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3ff8eb42-9e46-4a77-82c6-bb8cba046fe5, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 15d17f2f-3178-4c97-bef7-0ea6e7d7fe6a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f48df9dd-18b2-4313-857c-d33407a82ce7, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f48df9dd-18b2-4313-857c-d33407a82ce7, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9588756833724808379 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95887568337248083799588756833724808379958875683372480837995887568337248083799588756833724808379958875683372480837995887568337248083799588756833724808379958875683372480837995887568337248083799588756833724808379958875683372480837995887568337248083799588756833724808379958875683372480837995887568337248083799588756833724808379958875683372480837995887568337248083799588756833724808379" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3ff8eb42-9e46-4a77-82c6-bb8cba046fe5, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2034526952049232213 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20345269520492322132034526952049232213203452695204923221320345269520492322132034526952049232213203452695204923221320345269520492322132034526952049232213203452695204923221320345269520492322132034526952049232213203452695204923221320345269520492322132034526952049232213203452695204923221320345269520492322132034526952049232213203452695204923221320345269520492322132034526952049232213" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f48df9dd-18b2-4313-857c-d33407a82ce7, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b53016bd-78cd-4a26-9ca6-79ea868d3a01, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b53016bd-78cd-4a26-9ca6-79ea868d3a01, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3126498509775637046 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31264985097756370463126498509775637046312649850977563704631264985097756370463126498509775637046312649850977563704631264985097756370463126498509775637046312649850977563704631264985097756370463126498509775637046312649850977563704631264985097756370463126498509775637046312649850977563704631264985097756370463126498509775637046312649850977563704631264985097756370463126498509775637046" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3ff8eb42-9e46-4a77-82c6-bb8cba046fe5, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 12d9677f-e695-4549-b4c0-f6a1e40474d5, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 12d9677f-e695-4549-b4c0-f6a1e40474d5, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2679747371053191216 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26797473710531912162679747371053191216267974737105319121626797473710531912162679747371053191216267974737105319121626797473710531912162679747371053191216267974737105319121626797473710531912162679747371053191216267974737105319121626797473710531912162679747371053191216267974737105319121626797473710531912162679747371053191216267974737105319121626797473710531912162679747371053191216" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b53016bd-78cd-4a26-9ca6-79ea868d3a01, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 55074358-cc4b-413f-a79e-fd0a9871ffd7, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 55074358-cc4b-413f-a79e-fd0a9871ffd7, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8453846780582771905 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84538467805827719058453846780582771905845384678058277190584538467805827719058453846780582771905845384678058277190584538467805827719058453846780582771905845384678058277190584538467805827719058453846780582771905845384678058277190584538467805827719058453846780582771905845384678058277190584538467805827719058453846780582771905845384678058277190584538467805827719058453846780582771905" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 12d9677f-e695-4549-b4c0-f6a1e40474d5, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, df961871-8655-41f0-9690-d7aca72332b5, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, df961871-8655-41f0-9690-d7aca72332b5, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17251423622319799145 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1725142362231979914517251423622319799145172514236223197991451725142362231979914517251423622319799145172514236223197991451725142362231979914517251423622319799145172514236223197991451725142362231979914517251423622319799145172514236223197991451725142362231979914517251423622319799145172514236223197991451725142362231979914517251423622319799145172514236223197991451725142362231979914517251423622319799145" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 55074358-cc4b-413f-a79e-fd0a9871ffd7, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c5d5d0ae-ce44-4e10-9331-ee7f20931964, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c5d5d0ae-ce44-4e10-9331-ee7f20931964, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6862467042328927771 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68624670423289277716862467042328927771686246704232892777168624670423289277716862467042328927771686246704232892777168624670423289277716862467042328927771686246704232892777168624670423289277716862467042328927771686246704232892777168624670423289277716862467042328927771686246704232892777168624670423289277716862467042328927771686246704232892777168624670423289277716862467042328927771" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, df961871-8655-41f0-9690-d7aca72332b5, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cc6e1765-a0a9-44e9-9bf6-cc59f4d7ee46, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cc6e1765-a0a9-44e9-9bf6-cc59f4d7ee46, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8462985495833448911 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84629854958334489118462985495833448911846298549583344891184629854958334489118462985495833448911846298549583344891184629854958334489118462985495833448911846298549583344891184629854958334489118462985495833448911846298549583344891184629854958334489118462985495833448911846298549583344891184629854958334489118462985495833448911846298549583344891184629854958334489118462985495833448911" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c5d5d0ae-ce44-4e10-9331-ee7f20931964, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5a3cf128-72c7-4b02-b965-e13996245d22, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5a3cf128-72c7-4b02-b965-e13996245d22, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17142919820133802912 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1714291982013380291217142919820133802912171429198201338029121714291982013380291217142919820133802912171429198201338029121714291982013380291217142919820133802912171429198201338029121714291982013380291217142919820133802912171429198201338029121714291982013380291217142919820133802912171429198201338029121714291982013380291217142919820133802912171429198201338029121714291982013380291217142919820133802912" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cc6e1765-a0a9-44e9-9bf6-cc59f4d7ee46, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c2668d6d-afbf-4c42-b348-f2348b88f902, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c2668d6d-afbf-4c42-b348-f2348b88f902, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6508741929447750827 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65087419294477508276508741929447750827650874192944775082765087419294477508276508741929447750827650874192944775082765087419294477508276508741929447750827650874192944775082765087419294477508276508741929447750827650874192944775082765087419294477508276508741929447750827650874192944775082765087419294477508276508741929447750827650874192944775082765087419294477508276508741929447750827" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5a3cf128-72c7-4b02-b965-e13996245d22, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 23a776f6-7d38-4114-b4de-e21e2a1982b9, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 23a776f6-7d38-4114-b4de-e21e2a1982b9, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12717939691386806621 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1271793969138680662112717939691386806621127179396913868066211271793969138680662112717939691386806621127179396913868066211271793969138680662112717939691386806621127179396913868066211271793969138680662112717939691386806621127179396913868066211271793969138680662112717939691386806621127179396913868066211271793969138680662112717939691386806621127179396913868066211271793969138680662112717939691386806621" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c2668d6d-afbf-4c42-b348-f2348b88f902, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 99490b4e-dc14-44cf-9e2a-ae6fd1f2fe72, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 99490b4e-dc14-44cf-9e2a-ae6fd1f2fe72, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13828527211841116071 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1382852721184111607113828527211841116071138285272118411160711382852721184111607113828527211841116071138285272118411160711382852721184111607113828527211841116071138285272118411160711382852721184111607113828527211841116071138285272118411160711382852721184111607113828527211841116071138285272118411160711382852721184111607113828527211841116071138285272118411160711382852721184111607113828527211841116071" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 23a776f6-7d38-4114-b4de-e21e2a1982b9, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3f12f42b-d6a6-4f38-822c-0e748bc1ef70, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3f12f42b-d6a6-4f38-822c-0e748bc1ef70, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1232032769103386971 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12320327691033869711232032769103386971123203276910338697112320327691033869711232032769103386971123203276910338697112320327691033869711232032769103386971123203276910338697112320327691033869711232032769103386971123203276910338697112320327691033869711232032769103386971123203276910338697112320327691033869711232032769103386971123203276910338697112320327691033869711232032769103386971" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 99490b4e-dc14-44cf-9e2a-ae6fd1f2fe72, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 85b49428-3386-4e84-9ae9-062c2f70c741, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 85b49428-3386-4e84-9ae9-062c2f70c741, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2839369915492839925 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28393699154928399252839369915492839925283936991549283992528393699154928399252839369915492839925283936991549283992528393699154928399252839369915492839925283936991549283992528393699154928399252839369915492839925283936991549283992528393699154928399252839369915492839925283936991549283992528393699154928399252839369915492839925283936991549283992528393699154928399252839369915492839925" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3f12f42b-d6a6-4f38-822c-0e748bc1ef70, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0dfc48f6-bab4-425c-b9f7-fcc0c90c9728, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0dfc48f6-bab4-425c-b9f7-fcc0c90c9728, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12892478025020445045 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1289247802502044504512892478025020445045128924780250204450451289247802502044504512892478025020445045128924780250204450451289247802502044504512892478025020445045128924780250204450451289247802502044504512892478025020445045128924780250204450451289247802502044504512892478025020445045128924780250204450451289247802502044504512892478025020445045128924780250204450451289247802502044504512892478025020445045" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 85b49428-3386-4e84-9ae9-062c2f70c741, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b7dd2d59-b428-4df0-ba2b-fa8a4246d669, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b7dd2d59-b428-4df0-ba2b-fa8a4246d669, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4876770121840191491 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48767701218401914914876770121840191491487677012184019149148767701218401914914876770121840191491487677012184019149148767701218401914914876770121840191491487677012184019149148767701218401914914876770121840191491487677012184019149148767701218401914914876770121840191491487677012184019149148767701218401914914876770121840191491487677012184019149148767701218401914914876770121840191491" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0dfc48f6-bab4-425c-b9f7-fcc0c90c9728, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c9b9795b-b2a3-462d-bd12-16d76882d916, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c9b9795b-b2a3-462d-bd12-16d76882d916, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 592831898529758151 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "592831898529758151592831898529758151592831898529758151592831898529758151592831898529758151592831898529758151592831898529758151592831898529758151592831898529758151592831898529758151592831898529758151592831898529758151592831898529758151592831898529758151592831898529758151592831898529758151592831898529758151592831898529758151592831898529758151592831898529758151" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b7dd2d59-b428-4df0-ba2b-fa8a4246d669, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fa4ea3b7-fbac-4b13-bc38-ed44cf3a8fd4, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fa4ea3b7-fbac-4b13-bc38-ed44cf3a8fd4, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12095026847189194095 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1209502684718919409512095026847189194095120950268471891940951209502684718919409512095026847189194095120950268471891940951209502684718919409512095026847189194095120950268471891940951209502684718919409512095026847189194095120950268471891940951209502684718919409512095026847189194095120950268471891940951209502684718919409512095026847189194095120950268471891940951209502684718919409512095026847189194095" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c9b9795b-b2a3-462d-bd12-16d76882d916, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 559c63d6-bf21-456f-86fe-3c4ab24db088, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 559c63d6-bf21-456f-86fe-3c4ab24db088, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3823697807753131971 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38236978077531319713823697807753131971382369780775313197138236978077531319713823697807753131971382369780775313197138236978077531319713823697807753131971382369780775313197138236978077531319713823697807753131971382369780775313197138236978077531319713823697807753131971382369780775313197138236978077531319713823697807753131971382369780775313197138236978077531319713823697807753131971" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fa4ea3b7-fbac-4b13-bc38-ed44cf3a8fd4, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d0c3ec8b-c392-4390-bc93-d81be127fdb1, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d0c3ec8b-c392-4390-bc93-d81be127fdb1, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11827179667785727894 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1182717966778572789411827179667785727894118271796677857278941182717966778572789411827179667785727894118271796677857278941182717966778572789411827179667785727894118271796677857278941182717966778572789411827179667785727894118271796677857278941182717966778572789411827179667785727894118271796677857278941182717966778572789411827179667785727894118271796677857278941182717966778572789411827179667785727894" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 559c63d6-bf21-456f-86fe-3c4ab24db088, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f5008545-c718-4026-a774-d3f030d2aef1, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f5008545-c718-4026-a774-d3f030d2aef1, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13564565551628340935 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1356456555162834093513564565551628340935135645655516283409351356456555162834093513564565551628340935135645655516283409351356456555162834093513564565551628340935135645655516283409351356456555162834093513564565551628340935135645655516283409351356456555162834093513564565551628340935135645655516283409351356456555162834093513564565551628340935135645655516283409351356456555162834093513564565551628340935" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d0c3ec8b-c392-4390-bc93-d81be127fdb1, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 88036eaf-c88a-4a58-bf68-123871269e21, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 88036eaf-c88a-4a58-bf68-123871269e21, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4593075941217006441 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45930759412170064414593075941217006441459307594121700644145930759412170064414593075941217006441459307594121700644145930759412170064414593075941217006441459307594121700644145930759412170064414593075941217006441459307594121700644145930759412170064414593075941217006441459307594121700644145930759412170064414593075941217006441459307594121700644145930759412170064414593075941217006441" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f5008545-c718-4026-a774-d3f030d2aef1, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 88036eaf-c88a-4a58-bf68-123871269e21, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 43a7a5c3-c971-448f-aa5c-cb4967db1019, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ca6b78c5-6fa8-4b67-8999-20d64ca1ee71, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ca6b78c5-6fa8-4b67-8999-20d64ca1ee71, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18029081662186137656 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1802908166218613765618029081662186137656180290816621861376561802908166218613765618029081662186137656180290816621861376561802908166218613765618029081662186137656180290816621861376561802908166218613765618029081662186137656180290816621861376561802908166218613765618029081662186137656180290816621861376561802908166218613765618029081662186137656180290816621861376561802908166218613765618029081662186137656" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 43a7a5c3-c971-448f-aa5c-cb4967db1019, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6267852892710757604 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62678528927107576046267852892710757604626785289271075760462678528927107576046267852892710757604626785289271075760462678528927107576046267852892710757604626785289271075760462678528927107576046267852892710757604626785289271075760462678528927107576046267852892710757604626785289271075760462678528927107576046267852892710757604626785289271075760462678528927107576046267852892710757604" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ca6b78c5-6fa8-4b67-8999-20d64ca1ee71, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7f503c4b-e62b-47b9-8b72-64b96f589c50, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7f503c4b-e62b-47b9-8b72-64b96f589c50, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8168259143093656034 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81682591430936560348168259143093656034816825914309365603481682591430936560348168259143093656034816825914309365603481682591430936560348168259143093656034816825914309365603481682591430936560348168259143093656034816825914309365603481682591430936560348168259143093656034816825914309365603481682591430936560348168259143093656034816825914309365603481682591430936560348168259143093656034" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 43a7a5c3-c971-448f-aa5c-cb4967db1019, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cf0718e4-6643-40f6-8b85-8ab331e0a6fe, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cf0718e4-6643-40f6-8b85-8ab331e0a6fe, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12616920766733971621 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1261692076673397162112616920766733971621126169207667339716211261692076673397162112616920766733971621126169207667339716211261692076673397162112616920766733971621126169207667339716211261692076673397162112616920766733971621126169207667339716211261692076673397162112616920766733971621126169207667339716211261692076673397162112616920766733971621126169207667339716211261692076673397162112616920766733971621" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7f503c4b-e62b-47b9-8b72-64b96f589c50, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0c3919e9-f70f-46fb-8092-fec3dd8001e8, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0c3919e9-f70f-46fb-8092-fec3dd8001e8, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16711402455966745775 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1671140245596674577516711402455966745775167114024559667457751671140245596674577516711402455966745775167114024559667457751671140245596674577516711402455966745775167114024559667457751671140245596674577516711402455966745775167114024559667457751671140245596674577516711402455966745775167114024559667457751671140245596674577516711402455966745775167114024559667457751671140245596674577516711402455966745775" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cf0718e4-6643-40f6-8b85-8ab331e0a6fe, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e4592e2a-2ffa-4f47-ac45-d829273e829c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e4592e2a-2ffa-4f47-ac45-d829273e829c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8012144855418690264 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80121448554186902648012144855418690264801214485541869026480121448554186902648012144855418690264801214485541869026480121448554186902648012144855418690264801214485541869026480121448554186902648012144855418690264801214485541869026480121448554186902648012144855418690264801214485541869026480121448554186902648012144855418690264801214485541869026480121448554186902648012144855418690264" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e4592e2a-2ffa-4f47-ac45-d829273e829c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2afd2995-991c-4aa9-a503-3ae9bbd3ecc4, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2afd2995-991c-4aa9-a503-3ae9bbd3ecc4, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17835108094393643336 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1783510809439364333617835108094393643336178351080943936433361783510809439364333617835108094393643336178351080943936433361783510809439364333617835108094393643336178351080943936433361783510809439364333617835108094393643336178351080943936433361783510809439364333617835108094393643336178351080943936433361783510809439364333617835108094393643336178351080943936433361783510809439364333617835108094393643336" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2afd2995-991c-4aa9-a503-3ae9bbd3ecc4, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ff7b6e62-b95c-40e1-bd6a-ba209f92b61e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ff7b6e62-b95c-40e1-bd6a-ba209f92b61e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3621385711148432231 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36213857111484322313621385711148432231362138571114843223136213857111484322313621385711148432231362138571114843223136213857111484322313621385711148432231362138571114843223136213857111484322313621385711148432231362138571114843223136213857111484322313621385711148432231362138571114843223136213857111484322313621385711148432231362138571114843223136213857111484322313621385711148432231" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ff7b6e62-b95c-40e1-bd6a-ba209f92b61e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8458ae02-a4ed-44ee-815d-c624086d719d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8458ae02-a4ed-44ee-815d-c624086d719d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13398587274147907174 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1339858727414790717413398587274147907174133985872741479071741339858727414790717413398587274147907174133985872741479071741339858727414790717413398587274147907174133985872741479071741339858727414790717413398587274147907174133985872741479071741339858727414790717413398587274147907174133985872741479071741339858727414790717413398587274147907174133985872741479071741339858727414790717413398587274147907174" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0c3919e9-f70f-46fb-8092-fec3dd8001e8, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 75b4fb0d-ad80-477e-be5a-508469952019, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 75b4fb0d-ad80-477e-be5a-508469952019, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11501495624919925559 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1150149562491992555911501495624919925559115014956249199255591150149562491992555911501495624919925559115014956249199255591150149562491992555911501495624919925559115014956249199255591150149562491992555911501495624919925559115014956249199255591150149562491992555911501495624919925559115014956249199255591150149562491992555911501495624919925559115014956249199255591150149562491992555911501495624919925559" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8458ae02-a4ed-44ee-815d-c624086d719d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 88f24689-7f35-4e3a-a4a0-61cb810f21de, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 88f24689-7f35-4e3a-a4a0-61cb810f21de, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6997801455237065039 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69978014552370650396997801455237065039699780145523706503969978014552370650396997801455237065039699780145523706503969978014552370650396997801455237065039699780145523706503969978014552370650396997801455237065039699780145523706503969978014552370650396997801455237065039699780145523706503969978014552370650396997801455237065039699780145523706503969978014552370650396997801455237065039" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 88f24689-7f35-4e3a-a4a0-61cb810f21de, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 80b327f7-2834-4db5-8dcd-76ac533def62, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 80b327f7-2834-4db5-8dcd-76ac533def62, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4524788617526293790 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45247886175262937904524788617526293790452478861752629379045247886175262937904524788617526293790452478861752629379045247886175262937904524788617526293790452478861752629379045247886175262937904524788617526293790452478861752629379045247886175262937904524788617526293790452478861752629379045247886175262937904524788617526293790452478861752629379045247886175262937904524788617526293790" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 75b4fb0d-ad80-477e-be5a-508469952019, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 13c532e2-eaeb-47c1-b6a9-f8bb4dc0f990, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 13c532e2-eaeb-47c1-b6a9-f8bb4dc0f990, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14820477501595081368 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1482047750159508136814820477501595081368148204775015950813681482047750159508136814820477501595081368148204775015950813681482047750159508136814820477501595081368148204775015950813681482047750159508136814820477501595081368148204775015950813681482047750159508136814820477501595081368148204775015950813681482047750159508136814820477501595081368148204775015950813681482047750159508136814820477501595081368" } } } 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:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 80b327f7-2834-4db5-8dcd-76ac533def62, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1599d808-7490-4336-9687-fcdd7635c661, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1599d808-7490-4336-9687-fcdd7635c661, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13651279002474565592 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1365127900247456559213651279002474565592136512790024745655921365127900247456559213651279002474565592136512790024745655921365127900247456559213651279002474565592136512790024745655921365127900247456559213651279002474565592136512790024745655921365127900247456559213651279002474565592136512790024745655921365127900247456559213651279002474565592136512790024745655921365127900247456559213651279002474565592" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 13c532e2-eaeb-47c1-b6a9-f8bb4dc0f990, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 34fbfbfb-3fcc-47a6-a393-7349f0a35ade, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 34fbfbfb-3fcc-47a6-a393-7349f0a35ade, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 167520776710252339 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "167520776710252339167520776710252339167520776710252339167520776710252339167520776710252339167520776710252339167520776710252339167520776710252339167520776710252339167520776710252339167520776710252339167520776710252339167520776710252339167520776710252339167520776710252339167520776710252339167520776710252339167520776710252339167520776710252339167520776710252339" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1599d808-7490-4336-9687-fcdd7635c661, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, daad3b02-ce9e-4b24-8424-0e6b28f42543, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, daad3b02-ce9e-4b24-8424-0e6b28f42543, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17971734102850508555 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1797173410285050855517971734102850508555179717341028505085551797173410285050855517971734102850508555179717341028505085551797173410285050855517971734102850508555179717341028505085551797173410285050855517971734102850508555179717341028505085551797173410285050855517971734102850508555179717341028505085551797173410285050855517971734102850508555179717341028505085551797173410285050855517971734102850508555" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 34fbfbfb-3fcc-47a6-a393-7349f0a35ade, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7324cfab-1736-4156-ac40-94105c735f81, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7324cfab-1736-4156-ac40-94105c735f81, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15564151251340897259 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1556415125134089725915564151251340897259155641512513408972591556415125134089725915564151251340897259155641512513408972591556415125134089725915564151251340897259155641512513408972591556415125134089725915564151251340897259155641512513408972591556415125134089725915564151251340897259155641512513408972591556415125134089725915564151251340897259155641512513408972591556415125134089725915564151251340897259" } } } 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:421 RpcState(ListEndpoints, 254e42b3-2989-4632-a5c3-b28d417c4158, localhost:1800): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 254e42b3-2989-4632-a5c3-b28d417c4158, localhost:1800): request = { database: "/Root/test_simple_encryption_0" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 254e42b3-2989-4632-a5c3-b28d417c4158, localhost:1800): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-l3j5z36jj4.auto.internal" port: 11501 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-l3j5z36jj4.auto.internal" port: 21593 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-l3j5z36jj4.auto.internal:11501, location , ssl: False>, <Endpoint ghrun-l3j5z36jj4.auto.internal:21593, location , ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:1800
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, daad3b02-ce9e-4b24-8424-0e6b28f42543, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a655108e-28da-44a2-ac57-fcfa7e9f3378, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a655108e-28da-44a2-ac57-fcfa7e9f3378, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14066350021070191420 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1406635002107019142014066350021070191420140663500210701914201406635002107019142014066350021070191420140663500210701914201406635002107019142014066350021070191420140663500210701914201406635002107019142014066350021070191420140663500210701914201406635002107019142014066350021070191420140663500210701914201406635002107019142014066350021070191420140663500210701914201406635002107019142014066350021070191420" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7324cfab-1736-4156-ac40-94105c735f81, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7e109d1d-2d3c-4247-8696-17e9dc50abaf, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7e109d1d-2d3c-4247-8696-17e9dc50abaf, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4614373575332704700 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46143735753327047004614373575332704700461437357533270470046143735753327047004614373575332704700461437357533270470046143735753327047004614373575332704700461437357533270470046143735753327047004614373575332704700461437357533270470046143735753327047004614373575332704700461437357533270470046143735753327047004614373575332704700461437357533270470046143735753327047004614373575332704700" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a655108e-28da-44a2-ac57-fcfa7e9f3378, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, da5d63d5-e147-419f-983a-4eaf3ee02df0, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, da5d63d5-e147-419f-983a-4eaf3ee02df0, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 794217020101752790 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "794217020101752790794217020101752790794217020101752790794217020101752790794217020101752790794217020101752790794217020101752790794217020101752790794217020101752790794217020101752790794217020101752790794217020101752790794217020101752790794217020101752790794217020101752790794217020101752790794217020101752790794217020101752790794217020101752790794217020101752790" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7e109d1d-2d3c-4247-8696-17e9dc50abaf, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e94afc23-f383-462b-829b-ca36bcab29ac, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e94afc23-f383-462b-829b-ca36bcab29ac, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14754707087667936250 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1475470708766793625014754707087667936250147547070876679362501475470708766793625014754707087667936250147547070876679362501475470708766793625014754707087667936250147547070876679362501475470708766793625014754707087667936250147547070876679362501475470708766793625014754707087667936250147547070876679362501475470708766793625014754707087667936250147547070876679362501475470708766793625014754707087667936250" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, da5d63d5-e147-419f-983a-4eaf3ee02df0, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 101b8ff8-e164-4915-9c67-915b15a2f130, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 101b8ff8-e164-4915-9c67-915b15a2f130, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12029601641320164690 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1202960164132016469012029601641320164690120296016413201646901202960164132016469012029601641320164690120296016413201646901202960164132016469012029601641320164690120296016413201646901202960164132016469012029601641320164690120296016413201646901202960164132016469012029601641320164690120296016413201646901202960164132016469012029601641320164690120296016413201646901202960164132016469012029601641320164690" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e94afc23-f383-462b-829b-ca36bcab29ac, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9a72776f-0a30-4283-a89e-d25482d60081, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9a72776f-0a30-4283-a89e-d25482d60081, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10421123060767114752 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1042112306076711475210421123060767114752104211230607671147521042112306076711475210421123060767114752104211230607671147521042112306076711475210421123060767114752104211230607671147521042112306076711475210421123060767114752104211230607671147521042112306076711475210421123060767114752104211230607671147521042112306076711475210421123060767114752104211230607671147521042112306076711475210421123060767114752" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 101b8ff8-e164-4915-9c67-915b15a2f130, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ecce8331-cdcf-47c2-ad79-46dff22d3ef2, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ecce8331-cdcf-47c2-ad79-46dff22d3ef2, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1180984874552953962 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11809848745529539621180984874552953962118098487455295396211809848745529539621180984874552953962118098487455295396211809848745529539621180984874552953962118098487455295396211809848745529539621180984874552953962118098487455295396211809848745529539621180984874552953962118098487455295396211809848745529539621180984874552953962118098487455295396211809848745529539621180984874552953962" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9a72776f-0a30-4283-a89e-d25482d60081, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c635922d-b5e1-4913-80b2-3bc3fc7669a3, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c635922d-b5e1-4913-80b2-3bc3fc7669a3, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6457338649333831254 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64573386493338312546457338649333831254645733864933383125464573386493338312546457338649333831254645733864933383125464573386493338312546457338649333831254645733864933383125464573386493338312546457338649333831254645733864933383125464573386493338312546457338649333831254645733864933383125464573386493338312546457338649333831254645733864933383125464573386493338312546457338649333831254" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ecce8331-cdcf-47c2-ad79-46dff22d3ef2, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4bfcb2f1-8a59-4ed9-9a37-31020b0b9dba, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4bfcb2f1-8a59-4ed9-9a37-31020b0b9dba, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7177390071824107759 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71773900718241077597177390071824107759717739007182410775971773900718241077597177390071824107759717739007182410775971773900718241077597177390071824107759717739007182410775971773900718241077597177390071824107759717739007182410775971773900718241077597177390071824107759717739007182410775971773900718241077597177390071824107759717739007182410775971773900718241077597177390071824107759" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c635922d-b5e1-4913-80b2-3bc3fc7669a3, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ed230f53-e6e1-498e-b84e-23b678542c12, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ed230f53-e6e1-498e-b84e-23b678542c12, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13417960585148346368 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1341796058514834636813417960585148346368134179605851483463681341796058514834636813417960585148346368134179605851483463681341796058514834636813417960585148346368134179605851483463681341796058514834636813417960585148346368134179605851483463681341796058514834636813417960585148346368134179605851483463681341796058514834636813417960585148346368134179605851483463681341796058514834636813417960585148346368" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4bfcb2f1-8a59-4ed9-9a37-31020b0b9dba, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3cf98174-358a-46da-825e-95ac876049cc, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3cf98174-358a-46da-825e-95ac876049cc, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6965123217733523001 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69651232177335230016965123217733523001696512321773352300169651232177335230016965123217733523001696512321773352300169651232177335230016965123217733523001696512321773352300169651232177335230016965123217733523001696512321773352300169651232177335230016965123217733523001696512321773352300169651232177335230016965123217733523001696512321773352300169651232177335230016965123217733523001" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ed230f53-e6e1-498e-b84e-23b678542c12, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f84c7e39-4392-41a7-adc1-44e175d642ce, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f84c7e39-4392-41a7-adc1-44e175d642ce, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 340543574883319905 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "340543574883319905340543574883319905340543574883319905340543574883319905340543574883319905340543574883319905340543574883319905340543574883319905340543574883319905340543574883319905340543574883319905340543574883319905340543574883319905340543574883319905340543574883319905340543574883319905340543574883319905340543574883319905340543574883319905340543574883319905" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3cf98174-358a-46da-825e-95ac876049cc, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e5f04e46-90ef-4b79-b1b6-7c8701a67b4b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e5f04e46-90ef-4b79-b1b6-7c8701a67b4b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13469464634354267302 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1346946463435426730213469464634354267302134694646343542673021346946463435426730213469464634354267302134694646343542673021346946463435426730213469464634354267302134694646343542673021346946463435426730213469464634354267302134694646343542673021346946463435426730213469464634354267302134694646343542673021346946463435426730213469464634354267302134694646343542673021346946463435426730213469464634354267302" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f84c7e39-4392-41a7-adc1-44e175d642ce, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f3e5b4e6-d544-433e-b950-20720bd56223, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f3e5b4e6-d544-433e-b950-20720bd56223, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12172771892765162228 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1217277189276516222812172771892765162228121727718927651622281217277189276516222812172771892765162228121727718927651622281217277189276516222812172771892765162228121727718927651622281217277189276516222812172771892765162228121727718927651622281217277189276516222812172771892765162228121727718927651622281217277189276516222812172771892765162228121727718927651622281217277189276516222812172771892765162228" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e5f04e46-90ef-4b79-b1b6-7c8701a67b4b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2e4c7716-35a9-4848-8ba7-1d3f63557fde, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2e4c7716-35a9-4848-8ba7-1d3f63557fde, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8918649704530730249 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89186497045307302498918649704530730249891864970453073024989186497045307302498918649704530730249891864970453073024989186497045307302498918649704530730249891864970453073024989186497045307302498918649704530730249891864970453073024989186497045307302498918649704530730249891864970453073024989186497045307302498918649704530730249891864970453073024989186497045307302498918649704530730249" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f3e5b4e6-d544-433e-b950-20720bd56223, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 303ba855-6527-43ac-9aa9-42cc573a4e1c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 303ba855-6527-43ac-9aa9-42cc573a4e1c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1683957910012113232 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16839579100121132321683957910012113232168395791001211323216839579100121132321683957910012113232168395791001211323216839579100121132321683957910012113232168395791001211323216839579100121132321683957910012113232168395791001211323216839579100121132321683957910012113232168395791001211323216839579100121132321683957910012113232168395791001211323216839579100121132321683957910012113232" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2e4c7716-35a9-4848-8ba7-1d3f63557fde, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b69fad73-86df-494c-be21-b284283e8a09, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b69fad73-86df-494c-be21-b284283e8a09, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16581494359818418634 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1658149435981841863416581494359818418634165814943598184186341658149435981841863416581494359818418634165814943598184186341658149435981841863416581494359818418634165814943598184186341658149435981841863416581494359818418634165814943598184186341658149435981841863416581494359818418634165814943598184186341658149435981841863416581494359818418634165814943598184186341658149435981841863416581494359818418634" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 303ba855-6527-43ac-9aa9-42cc573a4e1c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d9328484-808c-43f8-8976-102e1a44a0e1, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d9328484-808c-43f8-8976-102e1a44a0e1, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14466466256862809961 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1446646625686280996114466466256862809961144664662568628099611446646625686280996114466466256862809961144664662568628099611446646625686280996114466466256862809961144664662568628099611446646625686280996114466466256862809961144664662568628099611446646625686280996114466466256862809961144664662568628099611446646625686280996114466466256862809961144664662568628099611446646625686280996114466466256862809961" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b69fad73-86df-494c-be21-b284283e8a09, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e8234b36-5168-46f9-8dfc-4f9b9e3bc11c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d9328484-808c-43f8-8976-102e1a44a0e1, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3293fde9-5394-4bcc-b618-7fe8803338e2, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3293fde9-5394-4bcc-b618-7fe8803338e2, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1202058202594355088 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12020582025943550881202058202594355088120205820259435508812020582025943550881202058202594355088120205820259435508812020582025943550881202058202594355088120205820259435508812020582025943550881202058202594355088120205820259435508812020582025943550881202058202594355088120205820259435508812020582025943550881202058202594355088120205820259435508812020582025943550881202058202594355088" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e8234b36-5168-46f9-8dfc-4f9b9e3bc11c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13643052521754582397 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1364305252175458239713643052521754582397136430525217545823971364305252175458239713643052521754582397136430525217545823971364305252175458239713643052521754582397136430525217545823971364305252175458239713643052521754582397136430525217545823971364305252175458239713643052521754582397136430525217545823971364305252175458239713643052521754582397136430525217545823971364305252175458239713643052521754582397" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3293fde9-5394-4bcc-b618-7fe8803338e2, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 367c9e33-f1a6-4980-8012-e39c910add68, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 367c9e33-f1a6-4980-8012-e39c910add68, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1260611998008718687 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12606119980087186871260611998008718687126061199800871868712606119980087186871260611998008718687126061199800871868712606119980087186871260611998008718687126061199800871868712606119980087186871260611998008718687126061199800871868712606119980087186871260611998008718687126061199800871868712606119980087186871260611998008718687126061199800871868712606119980087186871260611998008718687" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e8234b36-5168-46f9-8dfc-4f9b9e3bc11c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8b70fe94-9cf8-45b6-9e62-ce52a24b308d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8b70fe94-9cf8-45b6-9e62-ce52a24b308d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3151911393069132880 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31519113930691328803151911393069132880315191139306913288031519113930691328803151911393069132880315191139306913288031519113930691328803151911393069132880315191139306913288031519113930691328803151911393069132880315191139306913288031519113930691328803151911393069132880315191139306913288031519113930691328803151911393069132880315191139306913288031519113930691328803151911393069132880" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 367c9e33-f1a6-4980-8012-e39c910add68, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3e49db75-efff-4090-a263-3272ea8ea3d5, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8b70fe94-9cf8-45b6-9e62-ce52a24b308d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3e49db75-efff-4090-a263-3272ea8ea3d5, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7306799357964821763 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73067993579648217637306799357964821763730679935796482176373067993579648217637306799357964821763730679935796482176373067993579648217637306799357964821763730679935796482176373067993579648217637306799357964821763730679935796482176373067993579648217637306799357964821763730679935796482176373067993579648217637306799357964821763730679935796482176373067993579648217637306799357964821763" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7b652f3d-61bf-4c04-85d8-92067d3db895, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7b652f3d-61bf-4c04-85d8-92067d3db895, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1350473752130899486 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13504737521308994861350473752130899486135047375213089948613504737521308994861350473752130899486135047375213089948613504737521308994861350473752130899486135047375213089948613504737521308994861350473752130899486135047375213089948613504737521308994861350473752130899486135047375213089948613504737521308994861350473752130899486135047375213089948613504737521308994861350473752130899486" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3e49db75-efff-4090-a263-3272ea8ea3d5, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0b5a90e9-e008-41db-bf0d-d007f27ab092, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0b5a90e9-e008-41db-bf0d-d007f27ab092, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2912047239694312427 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29120472396943124272912047239694312427291204723969431242729120472396943124272912047239694312427291204723969431242729120472396943124272912047239694312427291204723969431242729120472396943124272912047239694312427291204723969431242729120472396943124272912047239694312427291204723969431242729120472396943124272912047239694312427291204723969431242729120472396943124272912047239694312427" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7b652f3d-61bf-4c04-85d8-92067d3db895, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0f7ae819-9f30-4f5c-a6c6-3120f2516d56, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0f7ae819-9f30-4f5c-a6c6-3120f2516d56, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11130857892791680027 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1113085789279168002711130857892791680027111308578927916800271113085789279168002711130857892791680027111308578927916800271113085789279168002711130857892791680027111308578927916800271113085789279168002711130857892791680027111308578927916800271113085789279168002711130857892791680027111308578927916800271113085789279168002711130857892791680027111308578927916800271113085789279168002711130857892791680027" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0b5a90e9-e008-41db-bf0d-d007f27ab092, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 32adb788-0303-4d6f-bc33-63ba7c60c0a0, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 32adb788-0303-4d6f-bc33-63ba7c60c0a0, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3607112929935571773 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36071129299355717733607112929935571773360711292993557177336071129299355717733607112929935571773360711292993557177336071129299355717733607112929935571773360711292993557177336071129299355717733607112929935571773360711292993557177336071129299355717733607112929935571773360711292993557177336071129299355717733607112929935571773360711292993557177336071129299355717733607112929935571773" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0f7ae819-9f30-4f5c-a6c6-3120f2516d56, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8f2bace6-21db-43b2-a397-3ed2de68b2e8, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8f2bace6-21db-43b2-a397-3ed2de68b2e8, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5238041137690159233 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52380411376901592335238041137690159233523804113769015923352380411376901592335238041137690159233523804113769015923352380411376901592335238041137690159233523804113769015923352380411376901592335238041137690159233523804113769015923352380411376901592335238041137690159233523804113769015923352380411376901592335238041137690159233523804113769015923352380411376901592335238041137690159233" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 32adb788-0303-4d6f-bc33-63ba7c60c0a0, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a3ec963f-cdeb-497e-a7b2-402446c79fb8, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a3ec963f-cdeb-497e-a7b2-402446c79fb8, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7084228560563360255 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70842285605633602557084228560563360255708422856056336025570842285605633602557084228560563360255708422856056336025570842285605633602557084228560563360255708422856056336025570842285605633602557084228560563360255708422856056336025570842285605633602557084228560563360255708422856056336025570842285605633602557084228560563360255708422856056336025570842285605633602557084228560563360255" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8f2bace6-21db-43b2-a397-3ed2de68b2e8, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8008caf0-90b7-4d44-99b0-dcd84fbde4ca, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8008caf0-90b7-4d44-99b0-dcd84fbde4ca, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3609950810400085594 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36099508104000855943609950810400085594360995081040008559436099508104000855943609950810400085594360995081040008559436099508104000855943609950810400085594360995081040008559436099508104000855943609950810400085594360995081040008559436099508104000855943609950810400085594360995081040008559436099508104000855943609950810400085594360995081040008559436099508104000855943609950810400085594" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a3ec963f-cdeb-497e-a7b2-402446c79fb8, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9793465e-ac04-42f0-8ecd-7db4500e6fc4, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9793465e-ac04-42f0-8ecd-7db4500e6fc4, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8834975651028315361 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88349756510283153618834975651028315361883497565102831536188349756510283153618834975651028315361883497565102831536188349756510283153618834975651028315361883497565102831536188349756510283153618834975651028315361883497565102831536188349756510283153618834975651028315361883497565102831536188349756510283153618834975651028315361883497565102831536188349756510283153618834975651028315361" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8008caf0-90b7-4d44-99b0-dcd84fbde4ca, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ba260d54-c093-4a9d-999b-ca86d9aec00b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ba260d54-c093-4a9d-999b-ca86d9aec00b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17841292529646270180 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1784129252964627018017841292529646270180178412925296462701801784129252964627018017841292529646270180178412925296462701801784129252964627018017841292529646270180178412925296462701801784129252964627018017841292529646270180178412925296462701801784129252964627018017841292529646270180178412925296462701801784129252964627018017841292529646270180178412925296462701801784129252964627018017841292529646270180" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9793465e-ac04-42f0-8ecd-7db4500e6fc4, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 80c65920-07c3-4fc3-a01c-612808372d7e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 80c65920-07c3-4fc3-a01c-612808372d7e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17282104644487319390 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1728210464448731939017282104644487319390172821046444873193901728210464448731939017282104644487319390172821046444873193901728210464448731939017282104644487319390172821046444873193901728210464448731939017282104644487319390172821046444873193901728210464448731939017282104644487319390172821046444873193901728210464448731939017282104644487319390172821046444873193901728210464448731939017282104644487319390" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ba260d54-c093-4a9d-999b-ca86d9aec00b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1ebcdcd2-92f9-465a-aea4-516fc37d44b2, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1ebcdcd2-92f9-465a-aea4-516fc37d44b2, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6717218169040196833 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67172181690401968336717218169040196833671721816904019683367172181690401968336717218169040196833671721816904019683367172181690401968336717218169040196833671721816904019683367172181690401968336717218169040196833671721816904019683367172181690401968336717218169040196833671721816904019683367172181690401968336717218169040196833671721816904019683367172181690401968336717218169040196833" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 80c65920-07c3-4fc3-a01c-612808372d7e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 215ce7c4-9565-491c-af98-147df9a3fd6d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 215ce7c4-9565-491c-af98-147df9a3fd6d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15145338525197560384 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1514533852519756038415145338525197560384151453385251975603841514533852519756038415145338525197560384151453385251975603841514533852519756038415145338525197560384151453385251975603841514533852519756038415145338525197560384151453385251975603841514533852519756038415145338525197560384151453385251975603841514533852519756038415145338525197560384151453385251975603841514533852519756038415145338525197560384" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1ebcdcd2-92f9-465a-aea4-516fc37d44b2, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8e5402bd-3889-4de7-8629-4d7dbbce9cdd, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8e5402bd-3889-4de7-8629-4d7dbbce9cdd, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6170462916742959311 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61704629167429593116170462916742959311617046291674295931161704629167429593116170462916742959311617046291674295931161704629167429593116170462916742959311617046291674295931161704629167429593116170462916742959311617046291674295931161704629167429593116170462916742959311617046291674295931161704629167429593116170462916742959311617046291674295931161704629167429593116170462916742959311" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 215ce7c4-9565-491c-af98-147df9a3fd6d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8e5402bd-3889-4de7-8629-4d7dbbce9cdd, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a7d1bcb4-eeca-4da0-beff-e2430959d5de, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a7d1bcb4-eeca-4da0-beff-e2430959d5de, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16061046230572596861 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1606104623057259686116061046230572596861160610462305725968611606104623057259686116061046230572596861160610462305725968611606104623057259686116061046230572596861160610462305725968611606104623057259686116061046230572596861160610462305725968611606104623057259686116061046230572596861160610462305725968611606104623057259686116061046230572596861160610462305725968611606104623057259686116061046230572596861" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 80c10d05-e337-402d-92a9-c4b5ab033b3b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 80c10d05-e337-402d-92a9-c4b5ab033b3b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11915231815719861065 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1191523181571986106511915231815719861065119152318157198610651191523181571986106511915231815719861065119152318157198610651191523181571986106511915231815719861065119152318157198610651191523181571986106511915231815719861065119152318157198610651191523181571986106511915231815719861065119152318157198610651191523181571986106511915231815719861065119152318157198610651191523181571986106511915231815719861065" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a7d1bcb4-eeca-4da0-beff-e2430959d5de, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 04a97095-1fd6-4e24-a328-78411ef63b13, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 80c10d05-e337-402d-92a9-c4b5ab033b3b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 23e94c65-0608-4670-a365-55d4a0e52b0d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 23e94c65-0608-4670-a365-55d4a0e52b0d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13353388350651044989 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1335338835065104498913353388350651044989133533883506510449891335338835065104498913353388350651044989133533883506510449891335338835065104498913353388350651044989133533883506510449891335338835065104498913353388350651044989133533883506510449891335338835065104498913353388350651044989133533883506510449891335338835065104498913353388350651044989133533883506510449891335338835065104498913353388350651044989" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 04a97095-1fd6-4e24-a328-78411ef63b13, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5641019011134370340 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56410190111343703405641019011134370340564101901113437034056410190111343703405641019011134370340564101901113437034056410190111343703405641019011134370340564101901113437034056410190111343703405641019011134370340564101901113437034056410190111343703405641019011134370340564101901113437034056410190111343703405641019011134370340564101901113437034056410190111343703405641019011134370340" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 23e94c65-0608-4670-a365-55d4a0e52b0d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 04a97095-1fd6-4e24-a328-78411ef63b13, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d3826af0-1b28-4e99-863c-00981799093a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d3826af0-1b28-4e99-863c-00981799093a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16373569761246966888 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1637356976124696688816373569761246966888163735697612469668881637356976124696688816373569761246966888163735697612469668881637356976124696688816373569761246966888163735697612469668881637356976124696688816373569761246966888163735697612469668881637356976124696688816373569761246966888163735697612469668881637356976124696688816373569761246966888163735697612469668881637356976124696688816373569761246966888" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ba743d6d-815c-400e-8652-add5fcfe51a6, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ba743d6d-815c-400e-8652-add5fcfe51a6, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2491184382904331610 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24911843829043316102491184382904331610249118438290433161024911843829043316102491184382904331610249118438290433161024911843829043316102491184382904331610249118438290433161024911843829043316102491184382904331610249118438290433161024911843829043316102491184382904331610249118438290433161024911843829043316102491184382904331610249118438290433161024911843829043316102491184382904331610" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ba743d6d-815c-400e-8652-add5fcfe51a6, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d3826af0-1b28-4e99-863c-00981799093a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, aa406ec7-dc0d-4f9f-ae40-112369574829, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aa406ec7-dc0d-4f9f-ae40-112369574829, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16637217309690425276 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1663721730969042527616637217309690425276166372173096904252761663721730969042527616637217309690425276166372173096904252761663721730969042527616637217309690425276166372173096904252761663721730969042527616637217309690425276166372173096904252761663721730969042527616637217309690425276166372173096904252761663721730969042527616637217309690425276166372173096904252761663721730969042527616637217309690425276" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f1171330-db99-4da9-9ff6-c33b946323d4, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f1171330-db99-4da9-9ff6-c33b946323d4, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1144906977512498907 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11449069775124989071144906977512498907114490697751249890711449069775124989071144906977512498907114490697751249890711449069775124989071144906977512498907114490697751249890711449069775124989071144906977512498907114490697751249890711449069775124989071144906977512498907114490697751249890711449069775124989071144906977512498907114490697751249890711449069775124989071144906977512498907" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aa406ec7-dc0d-4f9f-ae40-112369574829, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0bb65b3e-4680-4657-a9b2-90e7acc2b55f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0bb65b3e-4680-4657-a9b2-90e7acc2b55f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 495825667441635662 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "495825667441635662495825667441635662495825667441635662495825667441635662495825667441635662495825667441635662495825667441635662495825667441635662495825667441635662495825667441635662495825667441635662495825667441635662495825667441635662495825667441635662495825667441635662495825667441635662495825667441635662495825667441635662495825667441635662495825667441635662" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f1171330-db99-4da9-9ff6-c33b946323d4, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d5ca77c9-39ba-4f91-a6b4-e7c2449b4b33, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d5ca77c9-39ba-4f91-a6b4-e7c2449b4b33, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7341080843863121737 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73410808438631217377341080843863121737734108084386312173773410808438631217377341080843863121737734108084386312173773410808438631217377341080843863121737734108084386312173773410808438631217377341080843863121737734108084386312173773410808438631217377341080843863121737734108084386312173773410808438631217377341080843863121737734108084386312173773410808438631217377341080843863121737" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0bb65b3e-4680-4657-a9b2-90e7acc2b55f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b8b1d637-102e-48c4-93b6-28d05f5b56c6, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b8b1d637-102e-48c4-93b6-28d05f5b56c6, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16244929618828155796 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1624492961882815579616244929618828155796162449296188281557961624492961882815579616244929618828155796162449296188281557961624492961882815579616244929618828155796162449296188281557961624492961882815579616244929618828155796162449296188281557961624492961882815579616244929618828155796162449296188281557961624492961882815579616244929618828155796162449296188281557961624492961882815579616244929618828155796" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d5ca77c9-39ba-4f91-a6b4-e7c2449b4b33, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1cf0da11-487f-4541-b2e2-170de4c655cc, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1cf0da11-487f-4541-b2e2-170de4c655cc, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18308626236656174448 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1830862623665617444818308626236656174448183086262366561744481830862623665617444818308626236656174448183086262366561744481830862623665617444818308626236656174448183086262366561744481830862623665617444818308626236656174448183086262366561744481830862623665617444818308626236656174448183086262366561744481830862623665617444818308626236656174448183086262366561744481830862623665617444818308626236656174448" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b8b1d637-102e-48c4-93b6-28d05f5b56c6, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4446ab8e-d2d8-456c-8f5f-f0161b617d49, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4446ab8e-d2d8-456c-8f5f-f0161b617d49, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10467956107762544186 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1046795610776254418610467956107762544186104679561077625441861046795610776254418610467956107762544186104679561077625441861046795610776254418610467956107762544186104679561077625441861046795610776254418610467956107762544186104679561077625441861046795610776254418610467956107762544186104679561077625441861046795610776254418610467956107762544186104679561077625441861046795610776254418610467956107762544186" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1cf0da11-487f-4541-b2e2-170de4c655cc, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0901875e-0bb4-46c5-b917-725d46e509a3, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0901875e-0bb4-46c5-b917-725d46e509a3, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15326455355687304666 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1532645535568730466615326455355687304666153264553556873046661532645535568730466615326455355687304666153264553556873046661532645535568730466615326455355687304666153264553556873046661532645535568730466615326455355687304666153264553556873046661532645535568730466615326455355687304666153264553556873046661532645535568730466615326455355687304666153264553556873046661532645535568730466615326455355687304666" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4446ab8e-d2d8-456c-8f5f-f0161b617d49, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f363c3be-c2d1-42f3-9594-258c355933ce, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f363c3be-c2d1-42f3-9594-258c355933ce, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2661555181788549067 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26615551817885490672661555181788549067266155518178854906726615551817885490672661555181788549067266155518178854906726615551817885490672661555181788549067266155518178854906726615551817885490672661555181788549067266155518178854906726615551817885490672661555181788549067266155518178854906726615551817885490672661555181788549067266155518178854906726615551817885490672661555181788549067" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0901875e-0bb4-46c5-b917-725d46e509a3, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b67d197b-8d3b-4f40-b242-24f44572d00d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b67d197b-8d3b-4f40-b242-24f44572d00d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8016946131994917634 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80169461319949176348016946131994917634801694613199491763480169461319949176348016946131994917634801694613199491763480169461319949176348016946131994917634801694613199491763480169461319949176348016946131994917634801694613199491763480169461319949176348016946131994917634801694613199491763480169461319949176348016946131994917634801694613199491763480169461319949176348016946131994917634" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f363c3be-c2d1-42f3-9594-258c355933ce, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d627e7aa-598d-4ac8-9b7e-6b02bf2557a0, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d627e7aa-598d-4ac8-9b7e-6b02bf2557a0, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17451189799880513190 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1745118979988051319017451189799880513190174511897998805131901745118979988051319017451189799880513190174511897998805131901745118979988051319017451189799880513190174511897998805131901745118979988051319017451189799880513190174511897998805131901745118979988051319017451189799880513190174511897998805131901745118979988051319017451189799880513190174511897998805131901745118979988051319017451189799880513190" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b67d197b-8d3b-4f40-b242-24f44572d00d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 17bbfe14-76f5-40db-a8bf-979a1e469d21, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 17bbfe14-76f5-40db-a8bf-979a1e469d21, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9596473255089795327 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95964732550897953279596473255089795327959647325508979532795964732550897953279596473255089795327959647325508979532795964732550897953279596473255089795327959647325508979532795964732550897953279596473255089795327959647325508979532795964732550897953279596473255089795327959647325508979532795964732550897953279596473255089795327959647325508979532795964732550897953279596473255089795327" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d627e7aa-598d-4ac8-9b7e-6b02bf2557a0, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e0e9a8b4-c657-4587-b1d3-5c4652e52519, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e0e9a8b4-c657-4587-b1d3-5c4652e52519, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17781883402818046351 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1778188340281804635117781883402818046351177818834028180463511778188340281804635117781883402818046351177818834028180463511778188340281804635117781883402818046351177818834028180463511778188340281804635117781883402818046351177818834028180463511778188340281804635117781883402818046351177818834028180463511778188340281804635117781883402818046351177818834028180463511778188340281804635117781883402818046351" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 17bbfe14-76f5-40db-a8bf-979a1e469d21, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3be52049-3c3a-4e16-bc25-30bb5286979b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3be52049-3c3a-4e16-bc25-30bb5286979b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7647327499756873540 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76473274997568735407647327499756873540764732749975687354076473274997568735407647327499756873540764732749975687354076473274997568735407647327499756873540764732749975687354076473274997568735407647327499756873540764732749975687354076473274997568735407647327499756873540764732749975687354076473274997568735407647327499756873540764732749975687354076473274997568735407647327499756873540" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e0e9a8b4-c657-4587-b1d3-5c4652e52519, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a9f7d43d-5831-44fc-afc7-556a1957d28c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a9f7d43d-5831-44fc-afc7-556a1957d28c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11409382484260755048 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1140938248426075504811409382484260755048114093824842607550481140938248426075504811409382484260755048114093824842607550481140938248426075504811409382484260755048114093824842607550481140938248426075504811409382484260755048114093824842607550481140938248426075504811409382484260755048114093824842607550481140938248426075504811409382484260755048114093824842607550481140938248426075504811409382484260755048" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3be52049-3c3a-4e16-bc25-30bb5286979b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 632c0da0-4d09-4a89-b660-5c0380b30723, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 632c0da0-4d09-4a89-b660-5c0380b30723, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13569067793941213819 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1356906779394121381913569067793941213819135690677939412138191356906779394121381913569067793941213819135690677939412138191356906779394121381913569067793941213819135690677939412138191356906779394121381913569067793941213819135690677939412138191356906779394121381913569067793941213819135690677939412138191356906779394121381913569067793941213819135690677939412138191356906779394121381913569067793941213819" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a9f7d43d-5831-44fc-afc7-556a1957d28c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9e3206e6-9b24-4f4e-9f26-11342c50c736, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9e3206e6-9b24-4f4e-9f26-11342c50c736, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12202439624159753845 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1220243962415975384512202439624159753845122024396241597538451220243962415975384512202439624159753845122024396241597538451220243962415975384512202439624159753845122024396241597538451220243962415975384512202439624159753845122024396241597538451220243962415975384512202439624159753845122024396241597538451220243962415975384512202439624159753845122024396241597538451220243962415975384512202439624159753845" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 632c0da0-4d09-4a89-b660-5c0380b30723, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 621c90f8-1174-430e-955e-ae6ee21a7047, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 621c90f8-1174-430e-955e-ae6ee21a7047, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5926168715777374821 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59261687157773748215926168715777374821592616871577737482159261687157773748215926168715777374821592616871577737482159261687157773748215926168715777374821592616871577737482159261687157773748215926168715777374821592616871577737482159261687157773748215926168715777374821592616871577737482159261687157773748215926168715777374821592616871577737482159261687157773748215926168715777374821" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9e3206e6-9b24-4f4e-9f26-11342c50c736, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 44d745ae-9043-4c71-82c6-c5dcc7c4b17b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 44d745ae-9043-4c71-82c6-c5dcc7c4b17b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10218637710478601004 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1021863771047860100410218637710478601004102186377104786010041021863771047860100410218637710478601004102186377104786010041021863771047860100410218637710478601004102186377104786010041021863771047860100410218637710478601004102186377104786010041021863771047860100410218637710478601004102186377104786010041021863771047860100410218637710478601004102186377104786010041021863771047860100410218637710478601004" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 621c90f8-1174-430e-955e-ae6ee21a7047, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6234c328-5855-413e-9297-2eb1d65df86f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6234c328-5855-413e-9297-2eb1d65df86f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14827796620888896046 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1482779662088889604614827796620888896046148277966208888960461482779662088889604614827796620888896046148277966208888960461482779662088889604614827796620888896046148277966208888960461482779662088889604614827796620888896046148277966208888960461482779662088889604614827796620888896046148277966208888960461482779662088889604614827796620888896046148277966208888960461482779662088889604614827796620888896046" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 44d745ae-9043-4c71-82c6-c5dcc7c4b17b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 03baf254-c1bc-4eb6-8d8a-dbf0031ad285, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 03baf254-c1bc-4eb6-8d8a-dbf0031ad285, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17811968329933306184 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1781196832993330618417811968329933306184178119683299333061841781196832993330618417811968329933306184178119683299333061841781196832993330618417811968329933306184178119683299333061841781196832993330618417811968329933306184178119683299333061841781196832993330618417811968329933306184178119683299333061841781196832993330618417811968329933306184178119683299333061841781196832993330618417811968329933306184" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 03baf254-c1bc-4eb6-8d8a-dbf0031ad285, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 74dfa818-ca13-4fd9-ba54-cba487de2d00, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 74dfa818-ca13-4fd9-ba54-cba487de2d00, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11504409678000703235 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1150440967800070323511504409678000703235115044096780007032351150440967800070323511504409678000703235115044096780007032351150440967800070323511504409678000703235115044096780007032351150440967800070323511504409678000703235115044096780007032351150440967800070323511504409678000703235115044096780007032351150440967800070323511504409678000703235115044096780007032351150440967800070323511504409678000703235" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 74dfa818-ca13-4fd9-ba54-cba487de2d00, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 32c1feed-36c9-437f-886e-2865bd182213, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 32c1feed-36c9-437f-886e-2865bd182213, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6544158839120741879 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65441588391207418796544158839120741879654415883912074187965441588391207418796544158839120741879654415883912074187965441588391207418796544158839120741879654415883912074187965441588391207418796544158839120741879654415883912074187965441588391207418796544158839120741879654415883912074187965441588391207418796544158839120741879654415883912074187965441588391207418796544158839120741879" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6234c328-5855-413e-9297-2eb1d65df86f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fb484c29-e7db-4f42-9dc4-bc03e2bf276e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fb484c29-e7db-4f42-9dc4-bc03e2bf276e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4066806481523829206 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40668064815238292064066806481523829206406680648152382920640668064815238292064066806481523829206406680648152382920640668064815238292064066806481523829206406680648152382920640668064815238292064066806481523829206406680648152382920640668064815238292064066806481523829206406680648152382920640668064815238292064066806481523829206406680648152382920640668064815238292064066806481523829206" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 32c1feed-36c9-437f-886e-2865bd182213, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 717e0f13-bbb9-483a-a77f-e141c7905e79, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 717e0f13-bbb9-483a-a77f-e141c7905e79, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13276041301211146054 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1327604130121114605413276041301211146054132760413012111460541327604130121114605413276041301211146054132760413012111460541327604130121114605413276041301211146054132760413012111460541327604130121114605413276041301211146054132760413012111460541327604130121114605413276041301211146054132760413012111460541327604130121114605413276041301211146054132760413012111460541327604130121114605413276041301211146054" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fb484c29-e7db-4f42-9dc4-bc03e2bf276e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1a798d94-84c3-43d7-8b91-45aa36398724, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1a798d94-84c3-43d7-8b91-45aa36398724, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1669916384279298493 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16699163842792984931669916384279298493166991638427929849316699163842792984931669916384279298493166991638427929849316699163842792984931669916384279298493166991638427929849316699163842792984931669916384279298493166991638427929849316699163842792984931669916384279298493166991638427929849316699163842792984931669916384279298493166991638427929849316699163842792984931669916384279298493" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 717e0f13-bbb9-483a-a77f-e141c7905e79, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 61c163f0-dc7b-47c2-ba59-409de226ee97, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 61c163f0-dc7b-47c2-ba59-409de226ee97, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9747419902035849243 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97474199020358492439747419902035849243974741990203584924397474199020358492439747419902035849243974741990203584924397474199020358492439747419902035849243974741990203584924397474199020358492439747419902035849243974741990203584924397474199020358492439747419902035849243974741990203584924397474199020358492439747419902035849243974741990203584924397474199020358492439747419902035849243" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1a798d94-84c3-43d7-8b91-45aa36398724, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9f5c01df-36b0-4d48-8689-9998536fbb19, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9f5c01df-36b0-4d48-8689-9998536fbb19, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18246303400560694975 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1824630340056069497518246303400560694975182463034005606949751824630340056069497518246303400560694975182463034005606949751824630340056069497518246303400560694975182463034005606949751824630340056069497518246303400560694975182463034005606949751824630340056069497518246303400560694975182463034005606949751824630340056069497518246303400560694975182463034005606949751824630340056069497518246303400560694975" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 61c163f0-dc7b-47c2-ba59-409de226ee97, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b403b983-77c6-4df3-8838-24d0bcde7d62, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b403b983-77c6-4df3-8838-24d0bcde7d62, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2590571619294176866 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25905716192941768662590571619294176866259057161929417686625905716192941768662590571619294176866259057161929417686625905716192941768662590571619294176866259057161929417686625905716192941768662590571619294176866259057161929417686625905716192941768662590571619294176866259057161929417686625905716192941768662590571619294176866259057161929417686625905716192941768662590571619294176866" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9f5c01df-36b0-4d48-8689-9998536fbb19, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d3d07969-a4e3-4e17-8ab1-1627bb7ff22d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d3d07969-a4e3-4e17-8ab1-1627bb7ff22d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1765853564831085351 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17658535648310853511765853564831085351176585356483108535117658535648310853511765853564831085351176585356483108535117658535648310853511765853564831085351176585356483108535117658535648310853511765853564831085351176585356483108535117658535648310853511765853564831085351176585356483108535117658535648310853511765853564831085351176585356483108535117658535648310853511765853564831085351" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b403b983-77c6-4df3-8838-24d0bcde7d62, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9b102d95-c727-4c99-96d8-eba0fb4a6eda, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9b102d95-c727-4c99-96d8-eba0fb4a6eda, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16293679065391177637 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1629367906539117763716293679065391177637162936790653911776371629367906539117763716293679065391177637162936790653911776371629367906539117763716293679065391177637162936790653911776371629367906539117763716293679065391177637162936790653911776371629367906539117763716293679065391177637162936790653911776371629367906539117763716293679065391177637162936790653911776371629367906539117763716293679065391177637" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d3d07969-a4e3-4e17-8ab1-1627bb7ff22d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3965fb6e-420a-4ff6-9eb7-3c4191ec5bbe, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3965fb6e-420a-4ff6-9eb7-3c4191ec5bbe, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10689334803115725491 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1068933480311572549110689334803115725491106893348031157254911068933480311572549110689334803115725491106893348031157254911068933480311572549110689334803115725491106893348031157254911068933480311572549110689334803115725491106893348031157254911068933480311572549110689334803115725491106893348031157254911068933480311572549110689334803115725491106893348031157254911068933480311572549110689334803115725491" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3965fb6e-420a-4ff6-9eb7-3c4191ec5bbe, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 43e179eb-0d5b-49ee-bfb3-d64dc4a80078, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 43e179eb-0d5b-49ee-bfb3-d64dc4a80078, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12945113046685316739 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1294511304668531673912945113046685316739129451130466853167391294511304668531673912945113046685316739129451130466853167391294511304668531673912945113046685316739129451130466853167391294511304668531673912945113046685316739129451130466853167391294511304668531673912945113046685316739129451130466853167391294511304668531673912945113046685316739129451130466853167391294511304668531673912945113046685316739" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9b102d95-c727-4c99-96d8-eba0fb4a6eda, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 72d52631-ecb5-42f3-8829-a1059c89576c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 72d52631-ecb5-42f3-8829-a1059c89576c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5442406467157545956 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54424064671575459565442406467157545956544240646715754595654424064671575459565442406467157545956544240646715754595654424064671575459565442406467157545956544240646715754595654424064671575459565442406467157545956544240646715754595654424064671575459565442406467157545956544240646715754595654424064671575459565442406467157545956544240646715754595654424064671575459565442406467157545956" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 43e179eb-0d5b-49ee-bfb3-d64dc4a80078, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4b653e32-52dd-424f-8712-1a674e26d635, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4b653e32-52dd-424f-8712-1a674e26d635, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15204601799946328703 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1520460179994632870315204601799946328703152046017999463287031520460179994632870315204601799946328703152046017999463287031520460179994632870315204601799946328703152046017999463287031520460179994632870315204601799946328703152046017999463287031520460179994632870315204601799946328703152046017999463287031520460179994632870315204601799946328703152046017999463287031520460179994632870315204601799946328703" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 72d52631-ecb5-42f3-8829-a1059c89576c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e10cca04-84de-4d78-ae39-28473a2cbff9, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e10cca04-84de-4d78-ae39-28473a2cbff9, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10294897692978549104 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1029489769297854910410294897692978549104102948976929785491041029489769297854910410294897692978549104102948976929785491041029489769297854910410294897692978549104102948976929785491041029489769297854910410294897692978549104102948976929785491041029489769297854910410294897692978549104102948976929785491041029489769297854910410294897692978549104102948976929785491041029489769297854910410294897692978549104" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4b653e32-52dd-424f-8712-1a674e26d635, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 59a6535b-b223-4e23-8c17-17232d536d5f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 59a6535b-b223-4e23-8c17-17232d536d5f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12575830038485235448 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1257583003848523544812575830038485235448125758300384852354481257583003848523544812575830038485235448125758300384852354481257583003848523544812575830038485235448125758300384852354481257583003848523544812575830038485235448125758300384852354481257583003848523544812575830038485235448125758300384852354481257583003848523544812575830038485235448125758300384852354481257583003848523544812575830038485235448" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e10cca04-84de-4d78-ae39-28473a2cbff9, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 09e9042f-0370-432c-83c5-f16a1a6597c4, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 09e9042f-0370-432c-83c5-f16a1a6597c4, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4177174420670895972 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41771744206708959724177174420670895972417717442067089597241771744206708959724177174420670895972417717442067089597241771744206708959724177174420670895972417717442067089597241771744206708959724177174420670895972417717442067089597241771744206708959724177174420670895972417717442067089597241771744206708959724177174420670895972417717442067089597241771744206708959724177174420670895972" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 59a6535b-b223-4e23-8c17-17232d536d5f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6a53bc16-6dfe-47fa-a32f-5362764475d8, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6a53bc16-6dfe-47fa-a32f-5362764475d8, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1491562168503299948 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14915621685032999481491562168503299948149156216850329994814915621685032999481491562168503299948149156216850329994814915621685032999481491562168503299948149156216850329994814915621685032999481491562168503299948149156216850329994814915621685032999481491562168503299948149156216850329994814915621685032999481491562168503299948149156216850329994814915621685032999481491562168503299948" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 09e9042f-0370-432c-83c5-f16a1a6597c4, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ca10bb14-2c3b-49a3-ad86-3eb3fc2a2a7b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ca10bb14-2c3b-49a3-ad86-3eb3fc2a2a7b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5182034680176646400 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51820346801766464005182034680176646400518203468017664640051820346801766464005182034680176646400518203468017664640051820346801766464005182034680176646400518203468017664640051820346801766464005182034680176646400518203468017664640051820346801766464005182034680176646400518203468017664640051820346801766464005182034680176646400518203468017664640051820346801766464005182034680176646400" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6a53bc16-6dfe-47fa-a32f-5362764475d8, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 885058c7-9ec7-4d6c-95da-e7eddb6e4b1f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 885058c7-9ec7-4d6c-95da-e7eddb6e4b1f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3289783605339458393 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32897836053394583933289783605339458393328978360533945839332897836053394583933289783605339458393328978360533945839332897836053394583933289783605339458393328978360533945839332897836053394583933289783605339458393328978360533945839332897836053394583933289783605339458393328978360533945839332897836053394583933289783605339458393328978360533945839332897836053394583933289783605339458393" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ca10bb14-2c3b-49a3-ad86-3eb3fc2a2a7b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6f3e6e1b-47cf-4861-b45c-081094f9392a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6f3e6e1b-47cf-4861-b45c-081094f9392a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11068642239552303293 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1106864223955230329311068642239552303293110686422395523032931106864223955230329311068642239552303293110686422395523032931106864223955230329311068642239552303293110686422395523032931106864223955230329311068642239552303293110686422395523032931106864223955230329311068642239552303293110686422395523032931106864223955230329311068642239552303293110686422395523032931106864223955230329311068642239552303293" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 885058c7-9ec7-4d6c-95da-e7eddb6e4b1f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9cf53735-5c9c-4c5d-a741-a63f6f1dfa29, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9cf53735-5c9c-4c5d-a741-a63f6f1dfa29, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12796622289651089827 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1279662228965108982712796622289651089827127966222896510898271279662228965108982712796622289651089827127966222896510898271279662228965108982712796622289651089827127966222896510898271279662228965108982712796622289651089827127966222896510898271279662228965108982712796622289651089827127966222896510898271279662228965108982712796622289651089827127966222896510898271279662228965108982712796622289651089827" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6f3e6e1b-47cf-4861-b45c-081094f9392a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 95f92552-e3c8-40dd-8c26-09d7bf1b9d4e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 95f92552-e3c8-40dd-8c26-09d7bf1b9d4e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15001355178051726788 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1500135517805172678815001355178051726788150013551780517267881500135517805172678815001355178051726788150013551780517267881500135517805172678815001355178051726788150013551780517267881500135517805172678815001355178051726788150013551780517267881500135517805172678815001355178051726788150013551780517267881500135517805172678815001355178051726788150013551780517267881500135517805172678815001355178051726788" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9cf53735-5c9c-4c5d-a741-a63f6f1dfa29, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cf50d5f5-5955-4cf8-8eba-3fdedcdad2c7, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cf50d5f5-5955-4cf8-8eba-3fdedcdad2c7, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15599806159794299866 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1559980615979429986615599806159794299866155998061597942998661559980615979429986615599806159794299866155998061597942998661559980615979429986615599806159794299866155998061597942998661559980615979429986615599806159794299866155998061597942998661559980615979429986615599806159794299866155998061597942998661559980615979429986615599806159794299866155998061597942998661559980615979429986615599806159794299866" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 95f92552-e3c8-40dd-8c26-09d7bf1b9d4e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2f868a3d-a755-415b-a39e-10c7f816b479, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2f868a3d-a755-415b-a39e-10c7f816b479, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18053222408330344931 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1805322240833034493118053222408330344931180532224083303449311805322240833034493118053222408330344931180532224083303449311805322240833034493118053222408330344931180532224083303449311805322240833034493118053222408330344931180532224083303449311805322240833034493118053222408330344931180532224083303449311805322240833034493118053222408330344931180532224083303449311805322240833034493118053222408330344931" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2f868a3d-a755-415b-a39e-10c7f816b479, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1a776dce-ac44-4ae4-aa06-e6b2633f6642, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1a776dce-ac44-4ae4-aa06-e6b2633f6642, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5267351360951493054 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52673513609514930545267351360951493054526735136095149305452673513609514930545267351360951493054526735136095149305452673513609514930545267351360951493054526735136095149305452673513609514930545267351360951493054526735136095149305452673513609514930545267351360951493054526735136095149305452673513609514930545267351360951493054526735136095149305452673513609514930545267351360951493054" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cf50d5f5-5955-4cf8-8eba-3fdedcdad2c7, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b71ede71-b28e-4ab4-95f8-5dd1fefc958e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b71ede71-b28e-4ab4-95f8-5dd1fefc958e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13621217892310069782 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1362121789231006978213621217892310069782136212178923100697821362121789231006978213621217892310069782136212178923100697821362121789231006978213621217892310069782136212178923100697821362121789231006978213621217892310069782136212178923100697821362121789231006978213621217892310069782136212178923100697821362121789231006978213621217892310069782136212178923100697821362121789231006978213621217892310069782" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1a776dce-ac44-4ae4-aa06-e6b2633f6642, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d38c33a9-2bbb-4c38-9673-1cf2f24741ba, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d38c33a9-2bbb-4c38-9673-1cf2f24741ba, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5161852681603938155 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51618526816039381555161852681603938155516185268160393815551618526816039381555161852681603938155516185268160393815551618526816039381555161852681603938155516185268160393815551618526816039381555161852681603938155516185268160393815551618526816039381555161852681603938155516185268160393815551618526816039381555161852681603938155516185268160393815551618526816039381555161852681603938155" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b71ede71-b28e-4ab4-95f8-5dd1fefc958e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a5c4df93-bbac-4b08-95eb-791784f84d02, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a5c4df93-bbac-4b08-95eb-791784f84d02, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12187626175935665810 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1218762617593566581012187626175935665810121876261759356658101218762617593566581012187626175935665810121876261759356658101218762617593566581012187626175935665810121876261759356658101218762617593566581012187626175935665810121876261759356658101218762617593566581012187626175935665810121876261759356658101218762617593566581012187626175935665810121876261759356658101218762617593566581012187626175935665810" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d38c33a9-2bbb-4c38-9673-1cf2f24741ba, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 87ffafef-7b60-424a-926a-bbc668766440, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 87ffafef-7b60-424a-926a-bbc668766440, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16403602273128645262 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1640360227312864526216403602273128645262164036022731286452621640360227312864526216403602273128645262164036022731286452621640360227312864526216403602273128645262164036022731286452621640360227312864526216403602273128645262164036022731286452621640360227312864526216403602273128645262164036022731286452621640360227312864526216403602273128645262164036022731286452621640360227312864526216403602273128645262" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a5c4df93-bbac-4b08-95eb-791784f84d02, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bdbf24f5-7669-4041-997c-58700a32baeb, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bdbf24f5-7669-4041-997c-58700a32baeb, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8826262335069872907 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88262623350698729078826262335069872907882626233506987290788262623350698729078826262335069872907882626233506987290788262623350698729078826262335069872907882626233506987290788262623350698729078826262335069872907882626233506987290788262623350698729078826262335069872907882626233506987290788262623350698729078826262335069872907882626233506987290788262623350698729078826262335069872907" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 87ffafef-7b60-424a-926a-bbc668766440, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f189b36a-b483-41a6-b71d-bebeb8c3d000, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f189b36a-b483-41a6-b71d-bebeb8c3d000, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15109351875611294070 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1510935187561129407015109351875611294070151093518756112940701510935187561129407015109351875611294070151093518756112940701510935187561129407015109351875611294070151093518756112940701510935187561129407015109351875611294070151093518756112940701510935187561129407015109351875611294070151093518756112940701510935187561129407015109351875611294070151093518756112940701510935187561129407015109351875611294070" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bdbf24f5-7669-4041-997c-58700a32baeb, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 271823b9-fb5b-4159-8e8f-87f446f0e846, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 271823b9-fb5b-4159-8e8f-87f446f0e846, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12097046433147196955 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1209704643314719695512097046433147196955120970464331471969551209704643314719695512097046433147196955120970464331471969551209704643314719695512097046433147196955120970464331471969551209704643314719695512097046433147196955120970464331471969551209704643314719695512097046433147196955120970464331471969551209704643314719695512097046433147196955120970464331471969551209704643314719695512097046433147196955" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 271823b9-fb5b-4159-8e8f-87f446f0e846, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 75204846-adf0-41f5-b220-d17154c6fb55, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 75204846-adf0-41f5-b220-d17154c6fb55, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10945502410595806148 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1094550241059580614810945502410595806148109455024105958061481094550241059580614810945502410595806148109455024105958061481094550241059580614810945502410595806148109455024105958061481094550241059580614810945502410595806148109455024105958061481094550241059580614810945502410595806148109455024105958061481094550241059580614810945502410595806148109455024105958061481094550241059580614810945502410595806148" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f189b36a-b483-41a6-b71d-bebeb8c3d000, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 48f03ff7-1720-442e-9653-07ca94af7069, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 48f03ff7-1720-442e-9653-07ca94af7069, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7362292845084679087 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73622928450846790877362292845084679087736229284508467908773622928450846790877362292845084679087736229284508467908773622928450846790877362292845084679087736229284508467908773622928450846790877362292845084679087736229284508467908773622928450846790877362292845084679087736229284508467908773622928450846790877362292845084679087736229284508467908773622928450846790877362292845084679087" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 75204846-adf0-41f5-b220-d17154c6fb55, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b3b4712c-8e36-4e8f-95cc-38891a7e8011, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b3b4712c-8e36-4e8f-95cc-38891a7e8011, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10238588424970669618 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1023858842497066961810238588424970669618102385884249706696181023858842497066961810238588424970669618102385884249706696181023858842497066961810238588424970669618102385884249706696181023858842497066961810238588424970669618102385884249706696181023858842497066961810238588424970669618102385884249706696181023858842497066961810238588424970669618102385884249706696181023858842497066961810238588424970669618" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 48f03ff7-1720-442e-9653-07ca94af7069, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4d7ef4be-b6b0-43ab-82d2-349455d81500, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4d7ef4be-b6b0-43ab-82d2-349455d81500, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2086293396612390300 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20862933966123903002086293396612390300208629339661239030020862933966123903002086293396612390300208629339661239030020862933966123903002086293396612390300208629339661239030020862933966123903002086293396612390300208629339661239030020862933966123903002086293396612390300208629339661239030020862933966123903002086293396612390300208629339661239030020862933966123903002086293396612390300" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b3b4712c-8e36-4e8f-95cc-38891a7e8011, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, db3c64bd-fd78-4c51-9dea-f3d6f22035f8, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, db3c64bd-fd78-4c51-9dea-f3d6f22035f8, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 665980779827011230 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "665980779827011230665980779827011230665980779827011230665980779827011230665980779827011230665980779827011230665980779827011230665980779827011230665980779827011230665980779827011230665980779827011230665980779827011230665980779827011230665980779827011230665980779827011230665980779827011230665980779827011230665980779827011230665980779827011230665980779827011230" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4d7ef4be-b6b0-43ab-82d2-349455d81500, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b3cc91bb-b14a-44b5-8d92-eccdbcf70eb6, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b3cc91bb-b14a-44b5-8d92-eccdbcf70eb6, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3063985942392954 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30639859423929543063985942392954306398594239295430639859423929543063985942392954306398594239295430639859423929543063985942392954306398594239295430639859423929543063985942392954306398594239295430639859423929543063985942392954306398594239295430639859423929543063985942392954306398594239295430639859423929543063985942392954" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, db3c64bd-fd78-4c51-9dea-f3d6f22035f8, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 64d0ae42-8449-4007-9375-8ca42068a6b5, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 64d0ae42-8449-4007-9375-8ca42068a6b5, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6805126167024231276 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68051261670242312766805126167024231276680512616702423127668051261670242312766805126167024231276680512616702423127668051261670242312766805126167024231276680512616702423127668051261670242312766805126167024231276680512616702423127668051261670242312766805126167024231276680512616702423127668051261670242312766805126167024231276680512616702423127668051261670242312766805126167024231276" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b3cc91bb-b14a-44b5-8d92-eccdbcf70eb6, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0b526d4a-ee6a-4a77-9e6b-79548572ae0b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0b526d4a-ee6a-4a77-9e6b-79548572ae0b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15488780374914466079 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1548878037491446607915488780374914466079154887803749144660791548878037491446607915488780374914466079154887803749144660791548878037491446607915488780374914466079154887803749144660791548878037491446607915488780374914466079154887803749144660791548878037491446607915488780374914466079154887803749144660791548878037491446607915488780374914466079154887803749144660791548878037491446607915488780374914466079" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 64d0ae42-8449-4007-9375-8ca42068a6b5, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 13e92eaf-13fb-4413-90ae-837c682898ab, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 13e92eaf-13fb-4413-90ae-837c682898ab, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9250411437304275069 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92504114373042750699250411437304275069925041143730427506992504114373042750699250411437304275069925041143730427506992504114373042750699250411437304275069925041143730427506992504114373042750699250411437304275069925041143730427506992504114373042750699250411437304275069925041143730427506992504114373042750699250411437304275069925041143730427506992504114373042750699250411437304275069" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0b526d4a-ee6a-4a77-9e6b-79548572ae0b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 10d9635d-477f-4e8d-a51b-31f2b13fbd8d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 10d9635d-477f-4e8d-a51b-31f2b13fbd8d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4247021000306955786 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42470210003069557864247021000306955786424702100030695578642470210003069557864247021000306955786424702100030695578642470210003069557864247021000306955786424702100030695578642470210003069557864247021000306955786424702100030695578642470210003069557864247021000306955786424702100030695578642470210003069557864247021000306955786424702100030695578642470210003069557864247021000306955786" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 13e92eaf-13fb-4413-90ae-837c682898ab, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, adf588b3-fc4c-4175-b920-e64bf278542a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, adf588b3-fc4c-4175-b920-e64bf278542a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6200408540254714044 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62004085402547140446200408540254714044620040854025471404462004085402547140446200408540254714044620040854025471404462004085402547140446200408540254714044620040854025471404462004085402547140446200408540254714044620040854025471404462004085402547140446200408540254714044620040854025471404462004085402547140446200408540254714044620040854025471404462004085402547140446200408540254714044" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 10d9635d-477f-4e8d-a51b-31f2b13fbd8d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2732a760-7e8c-4f6f-add7-4a5918ac04be, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2732a760-7e8c-4f6f-add7-4a5918ac04be, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4849107297089389316 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48491072970893893164849107297089389316484910729708938931648491072970893893164849107297089389316484910729708938931648491072970893893164849107297089389316484910729708938931648491072970893893164849107297089389316484910729708938931648491072970893893164849107297089389316484910729708938931648491072970893893164849107297089389316484910729708938931648491072970893893164849107297089389316" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, adf588b3-fc4c-4175-b920-e64bf278542a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b5ab2258-b226-415c-89a5-b571acae3805, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b5ab2258-b226-415c-89a5-b571acae3805, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8742897627626359111 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87428976276263591118742897627626359111874289762762635911187428976276263591118742897627626359111874289762762635911187428976276263591118742897627626359111874289762762635911187428976276263591118742897627626359111874289762762635911187428976276263591118742897627626359111874289762762635911187428976276263591118742897627626359111874289762762635911187428976276263591118742897627626359111" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2732a760-7e8c-4f6f-add7-4a5918ac04be, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c327f224-d2f3-495b-af54-bf2c17ff137a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c327f224-d2f3-495b-af54-bf2c17ff137a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9684365597807008053 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96843655978070080539684365597807008053968436559780700805396843655978070080539684365597807008053968436559780700805396843655978070080539684365597807008053968436559780700805396843655978070080539684365597807008053968436559780700805396843655978070080539684365597807008053968436559780700805396843655978070080539684365597807008053968436559780700805396843655978070080539684365597807008053" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b5ab2258-b226-415c-89a5-b571acae3805, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9ef623b4-da00-4485-8746-ccc1548d4c63, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9ef623b4-da00-4485-8746-ccc1548d4c63, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14001125205407670117 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1400112520540767011714001125205407670117140011252054076701171400112520540767011714001125205407670117140011252054076701171400112520540767011714001125205407670117140011252054076701171400112520540767011714001125205407670117140011252054076701171400112520540767011714001125205407670117140011252054076701171400112520540767011714001125205407670117140011252054076701171400112520540767011714001125205407670117" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c327f224-d2f3-495b-af54-bf2c17ff137a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f24f4773-cd25-400b-a06c-d134e4710ba2, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f24f4773-cd25-400b-a06c-d134e4710ba2, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9647578143696724326 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96475781436967243269647578143696724326964757814369672432696475781436967243269647578143696724326964757814369672432696475781436967243269647578143696724326964757814369672432696475781436967243269647578143696724326964757814369672432696475781436967243269647578143696724326964757814369672432696475781436967243269647578143696724326964757814369672432696475781436967243269647578143696724326" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9ef623b4-da00-4485-8746-ccc1548d4c63, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 93625099-deb1-407d-843c-39885f355092, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 93625099-deb1-407d-843c-39885f355092, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 959867621883652726 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "959867621883652726959867621883652726959867621883652726959867621883652726959867621883652726959867621883652726959867621883652726959867621883652726959867621883652726959867621883652726959867621883652726959867621883652726959867621883652726959867621883652726959867621883652726959867621883652726959867621883652726959867621883652726959867621883652726959867621883652726" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f24f4773-cd25-400b-a06c-d134e4710ba2, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8f2d42db-ed9b-4109-bc91-251587e9608c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8f2d42db-ed9b-4109-bc91-251587e9608c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13886435440202240355 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1388643544020224035513886435440202240355138864354402022403551388643544020224035513886435440202240355138864354402022403551388643544020224035513886435440202240355138864354402022403551388643544020224035513886435440202240355138864354402022403551388643544020224035513886435440202240355138864354402022403551388643544020224035513886435440202240355138864354402022403551388643544020224035513886435440202240355" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 93625099-deb1-407d-843c-39885f355092, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 21247a1e-bdb4-4102-9446-2856bdd55257, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 21247a1e-bdb4-4102-9446-2856bdd55257, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3157514848815159132 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31575148488151591323157514848815159132315751484881515913231575148488151591323157514848815159132315751484881515913231575148488151591323157514848815159132315751484881515913231575148488151591323157514848815159132315751484881515913231575148488151591323157514848815159132315751484881515913231575148488151591323157514848815159132315751484881515913231575148488151591323157514848815159132" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8f2d42db-ed9b-4109-bc91-251587e9608c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3a8d2694-2406-4487-bb78-a712560c2cd0, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3a8d2694-2406-4487-bb78-a712560c2cd0, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8755979687474427465 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87559796874744274658755979687474427465875597968747442746587559796874744274658755979687474427465875597968747442746587559796874744274658755979687474427465875597968747442746587559796874744274658755979687474427465875597968747442746587559796874744274658755979687474427465875597968747442746587559796874744274658755979687474427465875597968747442746587559796874744274658755979687474427465" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 21247a1e-bdb4-4102-9446-2856bdd55257, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3cd6c629-ad32-4e61-bad6-681e1885aa79, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3cd6c629-ad32-4e61-bad6-681e1885aa79, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2293152914155539602 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22931529141555396022293152914155539602229315291415553960222931529141555396022293152914155539602229315291415553960222931529141555396022293152914155539602229315291415553960222931529141555396022293152914155539602229315291415553960222931529141555396022293152914155539602229315291415553960222931529141555396022293152914155539602229315291415553960222931529141555396022293152914155539602" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3cd6c629-ad32-4e61-bad6-681e1885aa79, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 882b9eac-1144-4c85-99c7-b409dc9b1cef, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 882b9eac-1144-4c85-99c7-b409dc9b1cef, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 984575336047462302 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "984575336047462302984575336047462302984575336047462302984575336047462302984575336047462302984575336047462302984575336047462302984575336047462302984575336047462302984575336047462302984575336047462302984575336047462302984575336047462302984575336047462302984575336047462302984575336047462302984575336047462302984575336047462302984575336047462302984575336047462302" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3a8d2694-2406-4487-bb78-a712560c2cd0, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8f9de8ab-af79-4767-85c7-09d52a086f20, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8f9de8ab-af79-4767-85c7-09d52a086f20, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13762384067566882935 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1376238406756688293513762384067566882935137623840675668829351376238406756688293513762384067566882935137623840675668829351376238406756688293513762384067566882935137623840675668829351376238406756688293513762384067566882935137623840675668829351376238406756688293513762384067566882935137623840675668829351376238406756688293513762384067566882935137623840675668829351376238406756688293513762384067566882935" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 882b9eac-1144-4c85-99c7-b409dc9b1cef, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8caec4a9-071d-4e5b-83c5-781b0a72897d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8caec4a9-071d-4e5b-83c5-781b0a72897d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1914531299230323776 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19145312992303237761914531299230323776191453129923032377619145312992303237761914531299230323776191453129923032377619145312992303237761914531299230323776191453129923032377619145312992303237761914531299230323776191453129923032377619145312992303237761914531299230323776191453129923032377619145312992303237761914531299230323776191453129923032377619145312992303237761914531299230323776" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8f9de8ab-af79-4767-85c7-09d52a086f20, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9b1df127-6410-4d57-872f-9133977ffb80, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9b1df127-6410-4d57-872f-9133977ffb80, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12461887869737614430 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1246188786973761443012461887869737614430124618878697376144301246188786973761443012461887869737614430124618878697376144301246188786973761443012461887869737614430124618878697376144301246188786973761443012461887869737614430124618878697376144301246188786973761443012461887869737614430124618878697376144301246188786973761443012461887869737614430124618878697376144301246188786973761443012461887869737614430" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9b1df127-6410-4d57-872f-9133977ffb80, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b76c4aff-3e9e-46c2-9811-9b4a099793e1, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b76c4aff-3e9e-46c2-9811-9b4a099793e1, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10801883103653938373 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1080188310365393837310801883103653938373108018831036539383731080188310365393837310801883103653938373108018831036539383731080188310365393837310801883103653938373108018831036539383731080188310365393837310801883103653938373108018831036539383731080188310365393837310801883103653938373108018831036539383731080188310365393837310801883103653938373108018831036539383731080188310365393837310801883103653938373" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8caec4a9-071d-4e5b-83c5-781b0a72897d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ebde27be-3813-4b90-868d-8329a56d2b4c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ebde27be-3813-4b90-868d-8329a56d2b4c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18208156019091259710 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1820815601909125971018208156019091259710182081560190912597101820815601909125971018208156019091259710182081560190912597101820815601909125971018208156019091259710182081560190912597101820815601909125971018208156019091259710182081560190912597101820815601909125971018208156019091259710182081560190912597101820815601909125971018208156019091259710182081560190912597101820815601909125971018208156019091259710" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b76c4aff-3e9e-46c2-9811-9b4a099793e1, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 47e0663b-05e0-4677-8a94-dc9a04e35ed1, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 47e0663b-05e0-4677-8a94-dc9a04e35ed1, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1341553351797040292 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13415533517970402921341553351797040292134155335179704029213415533517970402921341553351797040292134155335179704029213415533517970402921341553351797040292134155335179704029213415533517970402921341553351797040292134155335179704029213415533517970402921341553351797040292134155335179704029213415533517970402921341553351797040292134155335179704029213415533517970402921341553351797040292" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ebde27be-3813-4b90-868d-8329a56d2b4c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8986e442-a813-4c2f-b5c6-ad7662321999, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8986e442-a813-4c2f-b5c6-ad7662321999, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2348102284838742276 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23481022848387422762348102284838742276234810228483874227623481022848387422762348102284838742276234810228483874227623481022848387422762348102284838742276234810228483874227623481022848387422762348102284838742276234810228483874227623481022848387422762348102284838742276234810228483874227623481022848387422762348102284838742276234810228483874227623481022848387422762348102284838742276" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 47e0663b-05e0-4677-8a94-dc9a04e35ed1, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, eb64ccae-4972-4311-bf9b-eba2b53dbd03, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eb64ccae-4972-4311-bf9b-eba2b53dbd03, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16159738503732218899 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1615973850373221889916159738503732218899161597385037322188991615973850373221889916159738503732218899161597385037322188991615973850373221889916159738503732218899161597385037322188991615973850373221889916159738503732218899161597385037322188991615973850373221889916159738503732218899161597385037322188991615973850373221889916159738503732218899161597385037322188991615973850373221889916159738503732218899" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8986e442-a813-4c2f-b5c6-ad7662321999, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dbd759c7-8471-4e97-9af6-ad1dd1ba01c8, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dbd759c7-8471-4e97-9af6-ad1dd1ba01c8, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11230470394788807036 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1123047039478880703611230470394788807036112304703947888070361123047039478880703611230470394788807036112304703947888070361123047039478880703611230470394788807036112304703947888070361123047039478880703611230470394788807036112304703947888070361123047039478880703611230470394788807036112304703947888070361123047039478880703611230470394788807036112304703947888070361123047039478880703611230470394788807036" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eb64ccae-4972-4311-bf9b-eba2b53dbd03, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0e4c58ea-28ec-4a7a-bb76-fd58e15d3e11, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0e4c58ea-28ec-4a7a-bb76-fd58e15d3e11, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 870833315763079280 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "870833315763079280870833315763079280870833315763079280870833315763079280870833315763079280870833315763079280870833315763079280870833315763079280870833315763079280870833315763079280870833315763079280870833315763079280870833315763079280870833315763079280870833315763079280870833315763079280870833315763079280870833315763079280870833315763079280870833315763079280" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dbd759c7-8471-4e97-9af6-ad1dd1ba01c8, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ff20d00e-9d36-4de1-a1c2-9414f76fe939, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ff20d00e-9d36-4de1-a1c2-9414f76fe939, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14725391639061582286 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1472539163906158228614725391639061582286147253916390615822861472539163906158228614725391639061582286147253916390615822861472539163906158228614725391639061582286147253916390615822861472539163906158228614725391639061582286147253916390615822861472539163906158228614725391639061582286147253916390615822861472539163906158228614725391639061582286147253916390615822861472539163906158228614725391639061582286" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0e4c58ea-28ec-4a7a-bb76-fd58e15d3e11, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a2cb1e2a-74a0-490f-80b2-e1fb16a2c610, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a2cb1e2a-74a0-490f-80b2-e1fb16a2c610, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15008104487288561414 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1500810448728856141415008104487288561414150081044872885614141500810448728856141415008104487288561414150081044872885614141500810448728856141415008104487288561414150081044872885614141500810448728856141415008104487288561414150081044872885614141500810448728856141415008104487288561414150081044872885614141500810448728856141415008104487288561414150081044872885614141500810448728856141415008104487288561414" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ff20d00e-9d36-4de1-a1c2-9414f76fe939, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f613a32a-e7ae-4f4d-8237-711ec226f267, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f613a32a-e7ae-4f4d-8237-711ec226f267, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 961584198286728257 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "961584198286728257961584198286728257961584198286728257961584198286728257961584198286728257961584198286728257961584198286728257961584198286728257961584198286728257961584198286728257961584198286728257961584198286728257961584198286728257961584198286728257961584198286728257961584198286728257961584198286728257961584198286728257961584198286728257961584198286728257" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a2cb1e2a-74a0-490f-80b2-e1fb16a2c610, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6d6fb529-394e-4d0e-9195-eff11b879ee3, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6d6fb529-394e-4d0e-9195-eff11b879ee3, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11489186155454193046 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1148918615545419304611489186155454193046114891861554541930461148918615545419304611489186155454193046114891861554541930461148918615545419304611489186155454193046114891861554541930461148918615545419304611489186155454193046114891861554541930461148918615545419304611489186155454193046114891861554541930461148918615545419304611489186155454193046114891861554541930461148918615545419304611489186155454193046" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f613a32a-e7ae-4f4d-8237-711ec226f267, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f573fc29-88ec-4449-9d03-165c996cd861, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f573fc29-88ec-4449-9d03-165c996cd861, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5232212133263941958 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52322121332639419585232212133263941958523221213326394195852322121332639419585232212133263941958523221213326394195852322121332639419585232212133263941958523221213326394195852322121332639419585232212133263941958523221213326394195852322121332639419585232212133263941958523221213326394195852322121332639419585232212133263941958523221213326394195852322121332639419585232212133263941958" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6d6fb529-394e-4d0e-9195-eff11b879ee3, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0243b0e5-db0f-470e-8688-6d9ee1327328, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0243b0e5-db0f-470e-8688-6d9ee1327328, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18200180506252437791 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1820018050625243779118200180506252437791182001805062524377911820018050625243779118200180506252437791182001805062524377911820018050625243779118200180506252437791182001805062524377911820018050625243779118200180506252437791182001805062524377911820018050625243779118200180506252437791182001805062524377911820018050625243779118200180506252437791182001805062524377911820018050625243779118200180506252437791" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f573fc29-88ec-4449-9d03-165c996cd861, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 65f58f1f-6648-4228-a977-11f77e4224f9, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 65f58f1f-6648-4228-a977-11f77e4224f9, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13197853624944718507 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1319785362494471850713197853624944718507131978536249447185071319785362494471850713197853624944718507131978536249447185071319785362494471850713197853624944718507131978536249447185071319785362494471850713197853624944718507131978536249447185071319785362494471850713197853624944718507131978536249447185071319785362494471850713197853624944718507131978536249447185071319785362494471850713197853624944718507" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0243b0e5-db0f-470e-8688-6d9ee1327328, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 65f58f1f-6648-4228-a977-11f77e4224f9, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d0c6e862-3821-4d27-b2f2-95fabab699a4, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d0c6e862-3821-4d27-b2f2-95fabab699a4, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2743958994620325678 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27439589946203256782743958994620325678274395899462032567827439589946203256782743958994620325678274395899462032567827439589946203256782743958994620325678274395899462032567827439589946203256782743958994620325678274395899462032567827439589946203256782743958994620325678274395899462032567827439589946203256782743958994620325678274395899462032567827439589946203256782743958994620325678" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0f5dfb40-a787-4b94-a9c1-7cc0cf3ea555, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0f5dfb40-a787-4b94-a9c1-7cc0cf3ea555, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2041558932529157397 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20415589325291573972041558932529157397204155893252915739720415589325291573972041558932529157397204155893252915739720415589325291573972041558932529157397204155893252915739720415589325291573972041558932529157397204155893252915739720415589325291573972041558932529157397204155893252915739720415589325291573972041558932529157397204155893252915739720415589325291573972041558932529157397" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0f5dfb40-a787-4b94-a9c1-7cc0cf3ea555, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9b77018a-b0a3-4f95-981e-9b46e7d4bbf2, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9b77018a-b0a3-4f95-981e-9b46e7d4bbf2, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11485768617268846298 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1148576861726884629811485768617268846298114857686172688462981148576861726884629811485768617268846298114857686172688462981148576861726884629811485768617268846298114857686172688462981148576861726884629811485768617268846298114857686172688462981148576861726884629811485768617268846298114857686172688462981148576861726884629811485768617268846298114857686172688462981148576861726884629811485768617268846298" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d0c6e862-3821-4d27-b2f2-95fabab699a4, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 83cb27e6-f353-4821-b7aa-9a1a5fc30252, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 83cb27e6-f353-4821-b7aa-9a1a5fc30252, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7223617531477220318 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72236175314772203187223617531477220318722361753147722031872236175314772203187223617531477220318722361753147722031872236175314772203187223617531477220318722361753147722031872236175314772203187223617531477220318722361753147722031872236175314772203187223617531477220318722361753147722031872236175314772203187223617531477220318722361753147722031872236175314772203187223617531477220318" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9b77018a-b0a3-4f95-981e-9b46e7d4bbf2, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 64276166-1b70-4338-b2f6-a266cb4fd5f6, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 64276166-1b70-4338-b2f6-a266cb4fd5f6, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11099324258500549920 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1109932425850054992011099324258500549920110993242585005499201109932425850054992011099324258500549920110993242585005499201109932425850054992011099324258500549920110993242585005499201109932425850054992011099324258500549920110993242585005499201109932425850054992011099324258500549920110993242585005499201109932425850054992011099324258500549920110993242585005499201109932425850054992011099324258500549920" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 64276166-1b70-4338-b2f6-a266cb4fd5f6, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1e6f87d9-0d2f-4689-921c-d5ee3eaf0c5f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1e6f87d9-0d2f-4689-921c-d5ee3eaf0c5f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4667151754348127735 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46671517543481277354667151754348127735466715175434812773546671517543481277354667151754348127735466715175434812773546671517543481277354667151754348127735466715175434812773546671517543481277354667151754348127735466715175434812773546671517543481277354667151754348127735466715175434812773546671517543481277354667151754348127735466715175434812773546671517543481277354667151754348127735" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 83cb27e6-f353-4821-b7aa-9a1a5fc30252, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a2ca0801-9810-4fd8-b913-1be98ca266be, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a2ca0801-9810-4fd8-b913-1be98ca266be, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 242716656266917309 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "242716656266917309242716656266917309242716656266917309242716656266917309242716656266917309242716656266917309242716656266917309242716656266917309242716656266917309242716656266917309242716656266917309242716656266917309242716656266917309242716656266917309242716656266917309242716656266917309242716656266917309242716656266917309242716656266917309242716656266917309" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1e6f87d9-0d2f-4689-921c-d5ee3eaf0c5f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 04b0fe7d-e447-4819-8e7f-b75c4f0f2c4c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 04b0fe7d-e447-4819-8e7f-b75c4f0f2c4c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6742999901733218279 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67429999017332182796742999901733218279674299990173321827967429999017332182796742999901733218279674299990173321827967429999017332182796742999901733218279674299990173321827967429999017332182796742999901733218279674299990173321827967429999017332182796742999901733218279674299990173321827967429999017332182796742999901733218279674299990173321827967429999017332182796742999901733218279" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a2ca0801-9810-4fd8-b913-1be98ca266be, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1bcb527a-5f48-4595-8bfb-56a8a0ca0290, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1bcb527a-5f48-4595-8bfb-56a8a0ca0290, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10367582314523476256 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1036758231452347625610367582314523476256103675823145234762561036758231452347625610367582314523476256103675823145234762561036758231452347625610367582314523476256103675823145234762561036758231452347625610367582314523476256103675823145234762561036758231452347625610367582314523476256103675823145234762561036758231452347625610367582314523476256103675823145234762561036758231452347625610367582314523476256" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 04b0fe7d-e447-4819-8e7f-b75c4f0f2c4c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0ed36c37-8908-4674-b7dd-d53f661394b0, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0ed36c37-8908-4674-b7dd-d53f661394b0, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6149367771844666991 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61493677718446669916149367771844666991614936777184466699161493677718446669916149367771844666991614936777184466699161493677718446669916149367771844666991614936777184466699161493677718446669916149367771844666991614936777184466699161493677718446669916149367771844666991614936777184466699161493677718446669916149367771844666991614936777184466699161493677718446669916149367771844666991" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1bcb527a-5f48-4595-8bfb-56a8a0ca0290, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a4f07ecd-ec57-451e-a3fe-1b5f05d2ce04, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a4f07ecd-ec57-451e-a3fe-1b5f05d2ce04, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10922447236116688060 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1092244723611668806010922447236116688060109224472361166880601092244723611668806010922447236116688060109224472361166880601092244723611668806010922447236116688060109224472361166880601092244723611668806010922447236116688060109224472361166880601092244723611668806010922447236116688060109224472361166880601092244723611668806010922447236116688060109224472361166880601092244723611668806010922447236116688060" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0ed36c37-8908-4674-b7dd-d53f661394b0, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8bc95f75-0c07-4f7d-b4b5-836c1f9f287e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8bc95f75-0c07-4f7d-b4b5-836c1f9f287e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15432835952007161178 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1543283595200716117815432835952007161178154328359520071611781543283595200716117815432835952007161178154328359520071611781543283595200716117815432835952007161178154328359520071611781543283595200716117815432835952007161178154328359520071611781543283595200716117815432835952007161178154328359520071611781543283595200716117815432835952007161178154328359520071611781543283595200716117815432835952007161178" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a4f07ecd-ec57-451e-a3fe-1b5f05d2ce04, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 55562529-279c-4fd5-96ee-3d55ba51d7cd, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 55562529-279c-4fd5-96ee-3d55ba51d7cd, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15263480073670261076 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1526348007367026107615263480073670261076152634800736702610761526348007367026107615263480073670261076152634800736702610761526348007367026107615263480073670261076152634800736702610761526348007367026107615263480073670261076152634800736702610761526348007367026107615263480073670261076152634800736702610761526348007367026107615263480073670261076152634800736702610761526348007367026107615263480073670261076" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8bc95f75-0c07-4f7d-b4b5-836c1f9f287e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b8481499-546e-4f6b-965f-a3c894d07feb, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b8481499-546e-4f6b-965f-a3c894d07feb, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14884104333818705652 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1488410433381870565214884104333818705652148841043338187056521488410433381870565214884104333818705652148841043338187056521488410433381870565214884104333818705652148841043338187056521488410433381870565214884104333818705652148841043338187056521488410433381870565214884104333818705652148841043338187056521488410433381870565214884104333818705652148841043338187056521488410433381870565214884104333818705652" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 55562529-279c-4fd5-96ee-3d55ba51d7cd, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e64168d4-02af-4b5c-84d5-29e956d55ac9, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e64168d4-02af-4b5c-84d5-29e956d55ac9, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13004242858079699980 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1300424285807969998013004242858079699980130042428580796999801300424285807969998013004242858079699980130042428580796999801300424285807969998013004242858079699980130042428580796999801300424285807969998013004242858079699980130042428580796999801300424285807969998013004242858079699980130042428580796999801300424285807969998013004242858079699980130042428580796999801300424285807969998013004242858079699980" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b8481499-546e-4f6b-965f-a3c894d07feb, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 17f105a9-5723-41d1-aa56-67699946cf34, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 17f105a9-5723-41d1-aa56-67699946cf34, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16846759865091612681 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1684675986509161268116846759865091612681168467598650916126811684675986509161268116846759865091612681168467598650916126811684675986509161268116846759865091612681168467598650916126811684675986509161268116846759865091612681168467598650916126811684675986509161268116846759865091612681168467598650916126811684675986509161268116846759865091612681168467598650916126811684675986509161268116846759865091612681" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e64168d4-02af-4b5c-84d5-29e956d55ac9, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8e7b3eba-e6ad-409a-8ebe-48a62ccfac5c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8e7b3eba-e6ad-409a-8ebe-48a62ccfac5c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5538183288676985320 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55381832886769853205538183288676985320553818328867698532055381832886769853205538183288676985320553818328867698532055381832886769853205538183288676985320553818328867698532055381832886769853205538183288676985320553818328867698532055381832886769853205538183288676985320553818328867698532055381832886769853205538183288676985320553818328867698532055381832886769853205538183288676985320" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 17f105a9-5723-41d1-aa56-67699946cf34, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7a8c94d7-9455-4e14-8142-815399842066, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7a8c94d7-9455-4e14-8142-815399842066, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14439850804751782447 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1443985080475178244714439850804751782447144398508047517824471443985080475178244714439850804751782447144398508047517824471443985080475178244714439850804751782447144398508047517824471443985080475178244714439850804751782447144398508047517824471443985080475178244714439850804751782447144398508047517824471443985080475178244714439850804751782447144398508047517824471443985080475178244714439850804751782447" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8e7b3eba-e6ad-409a-8ebe-48a62ccfac5c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 51ad3f71-b57f-44f2-bb5c-26ba50f20214, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 51ad3f71-b57f-44f2-bb5c-26ba50f20214, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7974212793129457075 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79742127931294570757974212793129457075797421279312945707579742127931294570757974212793129457075797421279312945707579742127931294570757974212793129457075797421279312945707579742127931294570757974212793129457075797421279312945707579742127931294570757974212793129457075797421279312945707579742127931294570757974212793129457075797421279312945707579742127931294570757974212793129457075" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7a8c94d7-9455-4e14-8142-815399842066, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1ed6d7cb-1a23-4911-a621-aa255b90bd5a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1ed6d7cb-1a23-4911-a621-aa255b90bd5a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14110259861561123309 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1411025986156112330914110259861561123309141102598615611233091411025986156112330914110259861561123309141102598615611233091411025986156112330914110259861561123309141102598615611233091411025986156112330914110259861561123309141102598615611233091411025986156112330914110259861561123309141102598615611233091411025986156112330914110259861561123309141102598615611233091411025986156112330914110259861561123309" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 51ad3f71-b57f-44f2-bb5c-26ba50f20214, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d373d914-ce4d-487d-8adc-3d63362a8a08, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d373d914-ce4d-487d-8adc-3d63362a8a08, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10303614861922883527 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1030361486192288352710303614861922883527103036148619228835271030361486192288352710303614861922883527103036148619228835271030361486192288352710303614861922883527103036148619228835271030361486192288352710303614861922883527103036148619228835271030361486192288352710303614861922883527103036148619228835271030361486192288352710303614861922883527103036148619228835271030361486192288352710303614861922883527" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1ed6d7cb-1a23-4911-a621-aa255b90bd5a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ea29367c-acba-4163-863f-effd9fcd0948, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ea29367c-acba-4163-863f-effd9fcd0948, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 937992322568172428 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "937992322568172428937992322568172428937992322568172428937992322568172428937992322568172428937992322568172428937992322568172428937992322568172428937992322568172428937992322568172428937992322568172428937992322568172428937992322568172428937992322568172428937992322568172428937992322568172428937992322568172428937992322568172428937992322568172428937992322568172428" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d373d914-ce4d-487d-8adc-3d63362a8a08, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7bc05d2a-46d2-41c3-a870-7b9cd0c57e06, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7bc05d2a-46d2-41c3-a870-7b9cd0c57e06, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1550493810297172093 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15504938102971720931550493810297172093155049381029717209315504938102971720931550493810297172093155049381029717209315504938102971720931550493810297172093155049381029717209315504938102971720931550493810297172093155049381029717209315504938102971720931550493810297172093155049381029717209315504938102971720931550493810297172093155049381029717209315504938102971720931550493810297172093" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7bc05d2a-46d2-41c3-a870-7b9cd0c57e06, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f9cf6caf-4ba2-4fba-b502-bbe59de6ba8c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f9cf6caf-4ba2-4fba-b502-bbe59de6ba8c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11005138964648108974 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1100513896464810897411005138964648108974110051389646481089741100513896464810897411005138964648108974110051389646481089741100513896464810897411005138964648108974110051389646481089741100513896464810897411005138964648108974110051389646481089741100513896464810897411005138964648108974110051389646481089741100513896464810897411005138964648108974110051389646481089741100513896464810897411005138964648108974" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ea29367c-acba-4163-863f-effd9fcd0948, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 11f311e0-299a-4df5-b7c2-e02d67b31aeb, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 11f311e0-299a-4df5-b7c2-e02d67b31aeb, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1188661238493228440 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11886612384932284401188661238493228440118866123849322844011886612384932284401188661238493228440118866123849322844011886612384932284401188661238493228440118866123849322844011886612384932284401188661238493228440118866123849322844011886612384932284401188661238493228440118866123849322844011886612384932284401188661238493228440118866123849322844011886612384932284401188661238493228440" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f9cf6caf-4ba2-4fba-b502-bbe59de6ba8c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b46049f5-ecf9-426e-b4b8-9147462756f1, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b46049f5-ecf9-426e-b4b8-9147462756f1, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9146487173690249255 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91464871736902492559146487173690249255914648717369024925591464871736902492559146487173690249255914648717369024925591464871736902492559146487173690249255914648717369024925591464871736902492559146487173690249255914648717369024925591464871736902492559146487173690249255914648717369024925591464871736902492559146487173690249255914648717369024925591464871736902492559146487173690249255" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 11f311e0-299a-4df5-b7c2-e02d67b31aeb, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d921bce2-f2bb-49b1-b756-6420ae034dc5, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d921bce2-f2bb-49b1-b756-6420ae034dc5, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2677966931311016309 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26779669313110163092677966931311016309267796693131101630926779669313110163092677966931311016309267796693131101630926779669313110163092677966931311016309267796693131101630926779669313110163092677966931311016309267796693131101630926779669313110163092677966931311016309267796693131101630926779669313110163092677966931311016309267796693131101630926779669313110163092677966931311016309" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b46049f5-ecf9-426e-b4b8-9147462756f1, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 205149d4-5bb5-4ae5-876f-02973da1b0e9, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 205149d4-5bb5-4ae5-876f-02973da1b0e9, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13416558613247152794 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1341655861324715279413416558613247152794134165586132471527941341655861324715279413416558613247152794134165586132471527941341655861324715279413416558613247152794134165586132471527941341655861324715279413416558613247152794134165586132471527941341655861324715279413416558613247152794134165586132471527941341655861324715279413416558613247152794134165586132471527941341655861324715279413416558613247152794" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d921bce2-f2bb-49b1-b756-6420ae034dc5, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9da1783e-2f24-4175-bfcb-a027c9cfa373, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9da1783e-2f24-4175-bfcb-a027c9cfa373, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9665378235799091956 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96653782357990919569665378235799091956966537823579909195696653782357990919569665378235799091956966537823579909195696653782357990919569665378235799091956966537823579909195696653782357990919569665378235799091956966537823579909195696653782357990919569665378235799091956966537823579909195696653782357990919569665378235799091956966537823579909195696653782357990919569665378235799091956" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 205149d4-5bb5-4ae5-876f-02973da1b0e9, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e90bdadf-d9c7-43d4-8131-169742ef5a19, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e90bdadf-d9c7-43d4-8131-169742ef5a19, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5862970584470032505 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58629705844700325055862970584470032505586297058447003250558629705844700325055862970584470032505586297058447003250558629705844700325055862970584470032505586297058447003250558629705844700325055862970584470032505586297058447003250558629705844700325055862970584470032505586297058447003250558629705844700325055862970584470032505586297058447003250558629705844700325055862970584470032505" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9da1783e-2f24-4175-bfcb-a027c9cfa373, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 744a8d1e-d8e5-4b34-a2f2-9d16eee176d8, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 744a8d1e-d8e5-4b34-a2f2-9d16eee176d8, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15907473369263080020 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1590747336926308002015907473369263080020159074733692630800201590747336926308002015907473369263080020159074733692630800201590747336926308002015907473369263080020159074733692630800201590747336926308002015907473369263080020159074733692630800201590747336926308002015907473369263080020159074733692630800201590747336926308002015907473369263080020159074733692630800201590747336926308002015907473369263080020" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e90bdadf-d9c7-43d4-8131-169742ef5a19, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 77f0d83c-246a-4257-9c19-83944a754673, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 77f0d83c-246a-4257-9c19-83944a754673, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12951180898846817662 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1295118089884681766212951180898846817662129511808988468176621295118089884681766212951180898846817662129511808988468176621295118089884681766212951180898846817662129511808988468176621295118089884681766212951180898846817662129511808988468176621295118089884681766212951180898846817662129511808988468176621295118089884681766212951180898846817662129511808988468176621295118089884681766212951180898846817662" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 77f0d83c-246a-4257-9c19-83944a754673, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5126e098-0780-47cf-ac46-657f33813c3a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5126e098-0780-47cf-ac46-657f33813c3a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17560483001661306383 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1756048300166130638317560483001661306383175604830016613063831756048300166130638317560483001661306383175604830016613063831756048300166130638317560483001661306383175604830016613063831756048300166130638317560483001661306383175604830016613063831756048300166130638317560483001661306383175604830016613063831756048300166130638317560483001661306383175604830016613063831756048300166130638317560483001661306383" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 744a8d1e-d8e5-4b34-a2f2-9d16eee176d8, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3552f8ff-1d75-4be4-a222-c04d9c0ed448, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3552f8ff-1d75-4be4-a222-c04d9c0ed448, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17704283502210487140 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1770428350221048714017704283502210487140177042835022104871401770428350221048714017704283502210487140177042835022104871401770428350221048714017704283502210487140177042835022104871401770428350221048714017704283502210487140177042835022104871401770428350221048714017704283502210487140177042835022104871401770428350221048714017704283502210487140177042835022104871401770428350221048714017704283502210487140" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5126e098-0780-47cf-ac46-657f33813c3a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 04709586-1b50-4bd9-9e88-0f341e1c9135, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 04709586-1b50-4bd9-9e88-0f341e1c9135, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14323399370993730983 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1432339937099373098314323399370993730983143233993709937309831432339937099373098314323399370993730983143233993709937309831432339937099373098314323399370993730983143233993709937309831432339937099373098314323399370993730983143233993709937309831432339937099373098314323399370993730983143233993709937309831432339937099373098314323399370993730983143233993709937309831432339937099373098314323399370993730983" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3552f8ff-1d75-4be4-a222-c04d9c0ed448, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 898deed3-bfee-4165-a174-1dbbfc462b64, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 898deed3-bfee-4165-a174-1dbbfc462b64, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12091927110978623810 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1209192711097862381012091927110978623810120919271109786238101209192711097862381012091927110978623810120919271109786238101209192711097862381012091927110978623810120919271109786238101209192711097862381012091927110978623810120919271109786238101209192711097862381012091927110978623810120919271109786238101209192711097862381012091927110978623810120919271109786238101209192711097862381012091927110978623810" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 04709586-1b50-4bd9-9e88-0f341e1c9135, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 391c8d02-8004-4f20-b74b-a3996315cb75, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 391c8d02-8004-4f20-b74b-a3996315cb75, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10147829464808309292 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1014782946480830929210147829464808309292101478294648083092921014782946480830929210147829464808309292101478294648083092921014782946480830929210147829464808309292101478294648083092921014782946480830929210147829464808309292101478294648083092921014782946480830929210147829464808309292101478294648083092921014782946480830929210147829464808309292101478294648083092921014782946480830929210147829464808309292" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 898deed3-bfee-4165-a174-1dbbfc462b64, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5cbd2c35-ad22-468a-9ffe-d237086cce8c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5cbd2c35-ad22-468a-9ffe-d237086cce8c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 612386802726584295 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "612386802726584295612386802726584295612386802726584295612386802726584295612386802726584295612386802726584295612386802726584295612386802726584295612386802726584295612386802726584295612386802726584295612386802726584295612386802726584295612386802726584295612386802726584295612386802726584295612386802726584295612386802726584295612386802726584295612386802726584295" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 391c8d02-8004-4f20-b74b-a3996315cb75, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3f8adfdc-6df6-4b55-a4fe-47894bb5a1e0, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5cbd2c35-ad22-468a-9ffe-d237086cce8c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3f8adfdc-6df6-4b55-a4fe-47894bb5a1e0, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17854279109018202909 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1785427910901820290917854279109018202909178542791090182029091785427910901820290917854279109018202909178542791090182029091785427910901820290917854279109018202909178542791090182029091785427910901820290917854279109018202909178542791090182029091785427910901820290917854279109018202909178542791090182029091785427910901820290917854279109018202909178542791090182029091785427910901820290917854279109018202909" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 995ec010-5618-490c-bc23-c12a848ff68b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 995ec010-5618-490c-bc23-c12a848ff68b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6756273553421618337 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67562735534216183376756273553421618337675627355342161833767562735534216183376756273553421618337675627355342161833767562735534216183376756273553421618337675627355342161833767562735534216183376756273553421618337675627355342161833767562735534216183376756273553421618337675627355342161833767562735534216183376756273553421618337675627355342161833767562735534216183376756273553421618337" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3f8adfdc-6df6-4b55-a4fe-47894bb5a1e0, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0fb42df4-ec36-4cf2-a63d-359e4a6bd13b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0fb42df4-ec36-4cf2-a63d-359e4a6bd13b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14259934556276113563 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1425993455627611356314259934556276113563142599345562761135631425993455627611356314259934556276113563142599345562761135631425993455627611356314259934556276113563142599345562761135631425993455627611356314259934556276113563142599345562761135631425993455627611356314259934556276113563142599345562761135631425993455627611356314259934556276113563142599345562761135631425993455627611356314259934556276113563" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 995ec010-5618-490c-bc23-c12a848ff68b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f68ba6e2-06f0-416a-b214-764cbcf5ee37, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f68ba6e2-06f0-416a-b214-764cbcf5ee37, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15009372274108728895 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1500937227410872889515009372274108728895150093722741087288951500937227410872889515009372274108728895150093722741087288951500937227410872889515009372274108728895150093722741087288951500937227410872889515009372274108728895150093722741087288951500937227410872889515009372274108728895150093722741087288951500937227410872889515009372274108728895150093722741087288951500937227410872889515009372274108728895" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0fb42df4-ec36-4cf2-a63d-359e4a6bd13b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a90eb5cc-0cef-4b6c-8819-5ff3db865738, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a90eb5cc-0cef-4b6c-8819-5ff3db865738, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11551520928062545261 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1155152092806254526111551520928062545261115515209280625452611155152092806254526111551520928062545261115515209280625452611155152092806254526111551520928062545261115515209280625452611155152092806254526111551520928062545261115515209280625452611155152092806254526111551520928062545261115515209280625452611155152092806254526111551520928062545261115515209280625452611155152092806254526111551520928062545261" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f68ba6e2-06f0-416a-b214-764cbcf5ee37, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3941e451-37e8-4e2d-a1c7-57c5673b1275, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3941e451-37e8-4e2d-a1c7-57c5673b1275, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2727041199509345039 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27270411995093450392727041199509345039272704119950934503927270411995093450392727041199509345039272704119950934503927270411995093450392727041199509345039272704119950934503927270411995093450392727041199509345039272704119950934503927270411995093450392727041199509345039272704119950934503927270411995093450392727041199509345039272704119950934503927270411995093450392727041199509345039" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a90eb5cc-0cef-4b6c-8819-5ff3db865738, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0b7aef25-ba34-4285-8f70-025ad1c0042b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0b7aef25-ba34-4285-8f70-025ad1c0042b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6893429093537441759 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68934290935374417596893429093537441759689342909353744175968934290935374417596893429093537441759689342909353744175968934290935374417596893429093537441759689342909353744175968934290935374417596893429093537441759689342909353744175968934290935374417596893429093537441759689342909353744175968934290935374417596893429093537441759689342909353744175968934290935374417596893429093537441759" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3941e451-37e8-4e2d-a1c7-57c5673b1275, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 33426a23-07f5-4abb-b21b-cf1e235d4c6d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 33426a23-07f5-4abb-b21b-cf1e235d4c6d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7620807553177897507 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76208075531778975077620807553177897507762080755317789750776208075531778975077620807553177897507762080755317789750776208075531778975077620807553177897507762080755317789750776208075531778975077620807553177897507762080755317789750776208075531778975077620807553177897507762080755317789750776208075531778975077620807553177897507762080755317789750776208075531778975077620807553177897507" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0b7aef25-ba34-4285-8f70-025ad1c0042b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 98dbd73b-e604-4061-9f99-6cfe3ab66762, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 98dbd73b-e604-4061-9f99-6cfe3ab66762, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16074701704037775410 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1607470170403777541016074701704037775410160747017040377754101607470170403777541016074701704037775410160747017040377754101607470170403777541016074701704037775410160747017040377754101607470170403777541016074701704037775410160747017040377754101607470170403777541016074701704037775410160747017040377754101607470170403777541016074701704037775410160747017040377754101607470170403777541016074701704037775410" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 33426a23-07f5-4abb-b21b-cf1e235d4c6d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9d07e78c-579d-4285-a0de-7bbab2245b95, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9d07e78c-579d-4285-a0de-7bbab2245b95, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12157030832727018967 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1215703083272701896712157030832727018967121570308327270189671215703083272701896712157030832727018967121570308327270189671215703083272701896712157030832727018967121570308327270189671215703083272701896712157030832727018967121570308327270189671215703083272701896712157030832727018967121570308327270189671215703083272701896712157030832727018967121570308327270189671215703083272701896712157030832727018967" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 98dbd73b-e604-4061-9f99-6cfe3ab66762, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, acf26731-b2a2-49cd-93bc-e6386d9e596a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, acf26731-b2a2-49cd-93bc-e6386d9e596a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5416319308723888490 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54163193087238884905416319308723888490541631930872388849054163193087238884905416319308723888490541631930872388849054163193087238884905416319308723888490541631930872388849054163193087238884905416319308723888490541631930872388849054163193087238884905416319308723888490541631930872388849054163193087238884905416319308723888490541631930872388849054163193087238884905416319308723888490" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9d07e78c-579d-4285-a0de-7bbab2245b95, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b670576e-6ebd-417b-9508-17b2667fca91, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b670576e-6ebd-417b-9508-17b2667fca91, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18312247139369700258 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1831224713936970025818312247139369700258183122471393697002581831224713936970025818312247139369700258183122471393697002581831224713936970025818312247139369700258183122471393697002581831224713936970025818312247139369700258183122471393697002581831224713936970025818312247139369700258183122471393697002581831224713936970025818312247139369700258183122471393697002581831224713936970025818312247139369700258" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, acf26731-b2a2-49cd-93bc-e6386d9e596a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c39b67ba-e989-4996-859c-56d0c0659787, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c39b67ba-e989-4996-859c-56d0c0659787, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18173835809902002977 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1817383580990200297718173835809902002977181738358099020029771817383580990200297718173835809902002977181738358099020029771817383580990200297718173835809902002977181738358099020029771817383580990200297718173835809902002977181738358099020029771817383580990200297718173835809902002977181738358099020029771817383580990200297718173835809902002977181738358099020029771817383580990200297718173835809902002977" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b670576e-6ebd-417b-9508-17b2667fca91, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 45da0583-890a-4483-bba7-df8628cbe6d0, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 45da0583-890a-4483-bba7-df8628cbe6d0, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2910947361749751683 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29109473617497516832910947361749751683291094736174975168329109473617497516832910947361749751683291094736174975168329109473617497516832910947361749751683291094736174975168329109473617497516832910947361749751683291094736174975168329109473617497516832910947361749751683291094736174975168329109473617497516832910947361749751683291094736174975168329109473617497516832910947361749751683" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c39b67ba-e989-4996-859c-56d0c0659787, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 28a85d3c-2c56-444c-b0da-a0de24c65eb7, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 28a85d3c-2c56-444c-b0da-a0de24c65eb7, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4537855537436497197 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45378555374364971974537855537436497197453785553743649719745378555374364971974537855537436497197453785553743649719745378555374364971974537855537436497197453785553743649719745378555374364971974537855537436497197453785553743649719745378555374364971974537855537436497197453785553743649719745378555374364971974537855537436497197453785553743649719745378555374364971974537855537436497197" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 45da0583-890a-4483-bba7-df8628cbe6d0, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, eb6feb81-b964-439e-9ba8-7a1ff970dda3, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eb6feb81-b964-439e-9ba8-7a1ff970dda3, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8032006548506847013 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80320065485068470138032006548506847013803200654850684701380320065485068470138032006548506847013803200654850684701380320065485068470138032006548506847013803200654850684701380320065485068470138032006548506847013803200654850684701380320065485068470138032006548506847013803200654850684701380320065485068470138032006548506847013803200654850684701380320065485068470138032006548506847013" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 28a85d3c-2c56-444c-b0da-a0de24c65eb7, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6980b9d0-2a7b-4de6-9363-744868662775, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6980b9d0-2a7b-4de6-9363-744868662775, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16560321538900471436 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1656032153890047143616560321538900471436165603215389004714361656032153890047143616560321538900471436165603215389004714361656032153890047143616560321538900471436165603215389004714361656032153890047143616560321538900471436165603215389004714361656032153890047143616560321538900471436165603215389004714361656032153890047143616560321538900471436165603215389004714361656032153890047143616560321538900471436" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eb6feb81-b964-439e-9ba8-7a1ff970dda3, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c793e84f-8684-479b-a6b2-d8076d06c27c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c793e84f-8684-479b-a6b2-d8076d06c27c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8125115231270136632 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81251152312701366328125115231270136632812511523127013663281251152312701366328125115231270136632812511523127013663281251152312701366328125115231270136632812511523127013663281251152312701366328125115231270136632812511523127013663281251152312701366328125115231270136632812511523127013663281251152312701366328125115231270136632812511523127013663281251152312701366328125115231270136632" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6980b9d0-2a7b-4de6-9363-744868662775, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 24b3cf09-298b-4915-81b7-faa4d9d0a9e0, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 24b3cf09-298b-4915-81b7-faa4d9d0a9e0, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6696226715091272926 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66962267150912729266696226715091272926669622671509127292666962267150912729266696226715091272926669622671509127292666962267150912729266696226715091272926669622671509127292666962267150912729266696226715091272926669622671509127292666962267150912729266696226715091272926669622671509127292666962267150912729266696226715091272926669622671509127292666962267150912729266696226715091272926" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c793e84f-8684-479b-a6b2-d8076d06c27c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0ea69f4b-cdc4-43c1-96df-051e95fcef6a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0ea69f4b-cdc4-43c1-96df-051e95fcef6a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13209516505662005644 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1320951650566200564413209516505662005644132095165056620056441320951650566200564413209516505662005644132095165056620056441320951650566200564413209516505662005644132095165056620056441320951650566200564413209516505662005644132095165056620056441320951650566200564413209516505662005644132095165056620056441320951650566200564413209516505662005644132095165056620056441320951650566200564413209516505662005644" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 24b3cf09-298b-4915-81b7-faa4d9d0a9e0, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2cd59c7d-7c0f-40b0-9193-c4c6faa6b630, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2cd59c7d-7c0f-40b0-9193-c4c6faa6b630, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5450997390304036608 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54509973903040366085450997390304036608545099739030403660854509973903040366085450997390304036608545099739030403660854509973903040366085450997390304036608545099739030403660854509973903040366085450997390304036608545099739030403660854509973903040366085450997390304036608545099739030403660854509973903040366085450997390304036608545099739030403660854509973903040366085450997390304036608" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0ea69f4b-cdc4-43c1-96df-051e95fcef6a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6b0fa8ff-1a04-4f5c-8d08-d8aa59c48afe, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6b0fa8ff-1a04-4f5c-8d08-d8aa59c48afe, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18238056305620249910 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1823805630562024991018238056305620249910182380563056202499101823805630562024991018238056305620249910182380563056202499101823805630562024991018238056305620249910182380563056202499101823805630562024991018238056305620249910182380563056202499101823805630562024991018238056305620249910182380563056202499101823805630562024991018238056305620249910182380563056202499101823805630562024991018238056305620249910" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2cd59c7d-7c0f-40b0-9193-c4c6faa6b630, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5bf34fad-1a40-4583-bb21-b88cec8505c9, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5bf34fad-1a40-4583-bb21-b88cec8505c9, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16174101986892242258 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1617410198689224225816174101986892242258161741019868922422581617410198689224225816174101986892242258161741019868922422581617410198689224225816174101986892242258161741019868922422581617410198689224225816174101986892242258161741019868922422581617410198689224225816174101986892242258161741019868922422581617410198689224225816174101986892242258161741019868922422581617410198689224225816174101986892242258" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6b0fa8ff-1a04-4f5c-8d08-d8aa59c48afe, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6123b831-9626-4ea0-bea2-669ba97d1886, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6123b831-9626-4ea0-bea2-669ba97d1886, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12964356637043047460 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1296435663704304746012964356637043047460129643566370430474601296435663704304746012964356637043047460129643566370430474601296435663704304746012964356637043047460129643566370430474601296435663704304746012964356637043047460129643566370430474601296435663704304746012964356637043047460129643566370430474601296435663704304746012964356637043047460129643566370430474601296435663704304746012964356637043047460" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5bf34fad-1a40-4583-bb21-b88cec8505c9, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 710b67a9-0e02-4ebc-b337-afbd2e799109, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 710b67a9-0e02-4ebc-b337-afbd2e799109, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8587677267972329293 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85876772679723292938587677267972329293858767726797232929385876772679723292938587677267972329293858767726797232929385876772679723292938587677267972329293858767726797232929385876772679723292938587677267972329293858767726797232929385876772679723292938587677267972329293858767726797232929385876772679723292938587677267972329293858767726797232929385876772679723292938587677267972329293" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6123b831-9626-4ea0-bea2-669ba97d1886, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 78d9b506-cc14-47ce-982a-b4d62a44c82b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 78d9b506-cc14-47ce-982a-b4d62a44c82b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16225625043794840833 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1622562504379484083316225625043794840833162256250437948408331622562504379484083316225625043794840833162256250437948408331622562504379484083316225625043794840833162256250437948408331622562504379484083316225625043794840833162256250437948408331622562504379484083316225625043794840833162256250437948408331622562504379484083316225625043794840833162256250437948408331622562504379484083316225625043794840833" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 710b67a9-0e02-4ebc-b337-afbd2e799109, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 73e1d1e4-160c-4bed-b3f5-a92a7a3f23f4, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 73e1d1e4-160c-4bed-b3f5-a92a7a3f23f4, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2634209754006594799 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26342097540065947992634209754006594799263420975400659479926342097540065947992634209754006594799263420975400659479926342097540065947992634209754006594799263420975400659479926342097540065947992634209754006594799263420975400659479926342097540065947992634209754006594799263420975400659479926342097540065947992634209754006594799263420975400659479926342097540065947992634209754006594799" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 78d9b506-cc14-47ce-982a-b4d62a44c82b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 77db52a4-b824-4eed-9af4-6c7b5afd9164, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 77db52a4-b824-4eed-9af4-6c7b5afd9164, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1115870926777310578 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11158709267773105781115870926777310578111587092677731057811158709267773105781115870926777310578111587092677731057811158709267773105781115870926777310578111587092677731057811158709267773105781115870926777310578111587092677731057811158709267773105781115870926777310578111587092677731057811158709267773105781115870926777310578111587092677731057811158709267773105781115870926777310578" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 73e1d1e4-160c-4bed-b3f5-a92a7a3f23f4, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4c28e8a9-c4c5-4e08-9941-941040d9671a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4c28e8a9-c4c5-4e08-9941-941040d9671a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14493728463821941286 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1449372846382194128614493728463821941286144937284638219412861449372846382194128614493728463821941286144937284638219412861449372846382194128614493728463821941286144937284638219412861449372846382194128614493728463821941286144937284638219412861449372846382194128614493728463821941286144937284638219412861449372846382194128614493728463821941286144937284638219412861449372846382194128614493728463821941286" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 77db52a4-b824-4eed-9af4-6c7b5afd9164, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1d050bb7-97e8-40db-8f60-fee8d1794a7c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1d050bb7-97e8-40db-8f60-fee8d1794a7c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13360902866423283048 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1336090286642328304813360902866423283048133609028664232830481336090286642328304813360902866423283048133609028664232830481336090286642328304813360902866423283048133609028664232830481336090286642328304813360902866423283048133609028664232830481336090286642328304813360902866423283048133609028664232830481336090286642328304813360902866423283048133609028664232830481336090286642328304813360902866423283048" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4c28e8a9-c4c5-4e08-9941-941040d9671a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5ba89b2f-0364-414e-891b-5b748fe33dd5, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5ba89b2f-0364-414e-891b-5b748fe33dd5, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16595268109896690451 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1659526810989669045116595268109896690451165952681098966904511659526810989669045116595268109896690451165952681098966904511659526810989669045116595268109896690451165952681098966904511659526810989669045116595268109896690451165952681098966904511659526810989669045116595268109896690451165952681098966904511659526810989669045116595268109896690451165952681098966904511659526810989669045116595268109896690451" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5ba89b2f-0364-414e-891b-5b748fe33dd5, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4526947e-82d1-414c-abe7-77dfe879e594, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4526947e-82d1-414c-abe7-77dfe879e594, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14046128146291993067 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1404612814629199306714046128146291993067140461281462919930671404612814629199306714046128146291993067140461281462919930671404612814629199306714046128146291993067140461281462919930671404612814629199306714046128146291993067140461281462919930671404612814629199306714046128146291993067140461281462919930671404612814629199306714046128146291993067140461281462919930671404612814629199306714046128146291993067" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1d050bb7-97e8-40db-8f60-fee8d1794a7c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 57986eb6-b084-4fae-a12f-5b0e4714cefd, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 57986eb6-b084-4fae-a12f-5b0e4714cefd, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5845062100599581109 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58450621005995811095845062100599581109584506210059958110958450621005995811095845062100599581109584506210059958110958450621005995811095845062100599581109584506210059958110958450621005995811095845062100599581109584506210059958110958450621005995811095845062100599581109584506210059958110958450621005995811095845062100599581109584506210059958110958450621005995811095845062100599581109" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4526947e-82d1-414c-abe7-77dfe879e594, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1898fa0d-20a2-4a16-a3ce-bb442b1823f0, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1898fa0d-20a2-4a16-a3ce-bb442b1823f0, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6155867152344171574 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61558671523441715746155867152344171574615586715234417157461558671523441715746155867152344171574615586715234417157461558671523441715746155867152344171574615586715234417157461558671523441715746155867152344171574615586715234417157461558671523441715746155867152344171574615586715234417157461558671523441715746155867152344171574615586715234417157461558671523441715746155867152344171574" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 57986eb6-b084-4fae-a12f-5b0e4714cefd, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7b7b5c1f-510f-45b5-b7f8-a45f1be975c7, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7b7b5c1f-510f-45b5-b7f8-a45f1be975c7, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14717875084407667758 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1471787508440766775814717875084407667758147178750844076677581471787508440766775814717875084407667758147178750844076677581471787508440766775814717875084407667758147178750844076677581471787508440766775814717875084407667758147178750844076677581471787508440766775814717875084407667758147178750844076677581471787508440766775814717875084407667758147178750844076677581471787508440766775814717875084407667758" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1898fa0d-20a2-4a16-a3ce-bb442b1823f0, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7b7b5c1f-510f-45b5-b7f8-a45f1be975c7, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7138c33c-44c0-436b-917b-88e08bcadff9, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7138c33c-44c0-436b-917b-88e08bcadff9, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9948400622108417895 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99484006221084178959948400622108417895994840062210841789599484006221084178959948400622108417895994840062210841789599484006221084178959948400622108417895994840062210841789599484006221084178959948400622108417895994840062210841789599484006221084178959948400622108417895994840062210841789599484006221084178959948400622108417895994840062210841789599484006221084178959948400622108417895" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 068b35af-1a1b-4514-8b3d-855fe2d69b98, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 068b35af-1a1b-4514-8b3d-855fe2d69b98, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4531676595155233349 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45316765951552333494531676595155233349453167659515523334945316765951552333494531676595155233349453167659515523334945316765951552333494531676595155233349453167659515523334945316765951552333494531676595155233349453167659515523334945316765951552333494531676595155233349453167659515523334945316765951552333494531676595155233349453167659515523334945316765951552333494531676595155233349" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7138c33c-44c0-436b-917b-88e08bcadff9, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 89b4f9b5-e084-4cfa-8ee0-4b90ced92ac9, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 89b4f9b5-e084-4cfa-8ee0-4b90ced92ac9, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14804910792806657672 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1480491079280665767214804910792806657672148049107928066576721480491079280665767214804910792806657672148049107928066576721480491079280665767214804910792806657672148049107928066576721480491079280665767214804910792806657672148049107928066576721480491079280665767214804910792806657672148049107928066576721480491079280665767214804910792806657672148049107928066576721480491079280665767214804910792806657672" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 068b35af-1a1b-4514-8b3d-855fe2d69b98, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d2dc6480-a65f-4d19-b5a7-24244c42db57, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d2dc6480-a65f-4d19-b5a7-24244c42db57, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6277428699520923975 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62774286995209239756277428699520923975627742869952092397562774286995209239756277428699520923975627742869952092397562774286995209239756277428699520923975627742869952092397562774286995209239756277428699520923975627742869952092397562774286995209239756277428699520923975627742869952092397562774286995209239756277428699520923975627742869952092397562774286995209239756277428699520923975" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 89b4f9b5-e084-4cfa-8ee0-4b90ced92ac9, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d8f342ff-5cd8-4523-8874-990c1697973c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d8f342ff-5cd8-4523-8874-990c1697973c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13023687271949600439 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1302368727194960043913023687271949600439130236872719496004391302368727194960043913023687271949600439130236872719496004391302368727194960043913023687271949600439130236872719496004391302368727194960043913023687271949600439130236872719496004391302368727194960043913023687271949600439130236872719496004391302368727194960043913023687271949600439130236872719496004391302368727194960043913023687271949600439" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d2dc6480-a65f-4d19-b5a7-24244c42db57, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 45fa9b81-4a8a-47e5-be49-c608f7ef7849, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 45fa9b81-4a8a-47e5-be49-c608f7ef7849, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11789157038906293381 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1178915703890629338111789157038906293381117891570389062933811178915703890629338111789157038906293381117891570389062933811178915703890629338111789157038906293381117891570389062933811178915703890629338111789157038906293381117891570389062933811178915703890629338111789157038906293381117891570389062933811178915703890629338111789157038906293381117891570389062933811178915703890629338111789157038906293381" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d8f342ff-5cd8-4523-8874-990c1697973c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ecc7f759-98b9-4492-97d4-affb8e35ba07, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ecc7f759-98b9-4492-97d4-affb8e35ba07, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17503658726811918257 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1750365872681191825717503658726811918257175036587268119182571750365872681191825717503658726811918257175036587268119182571750365872681191825717503658726811918257175036587268119182571750365872681191825717503658726811918257175036587268119182571750365872681191825717503658726811918257175036587268119182571750365872681191825717503658726811918257175036587268119182571750365872681191825717503658726811918257" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 45fa9b81-4a8a-47e5-be49-c608f7ef7849, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1089d2af-3385-4d64-9a73-8b4d3beb846f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1089d2af-3385-4d64-9a73-8b4d3beb846f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4604952862833328694 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46049528628333286944604952862833328694460495286283332869446049528628333286944604952862833328694460495286283332869446049528628333286944604952862833328694460495286283332869446049528628333286944604952862833328694460495286283332869446049528628333286944604952862833328694460495286283332869446049528628333286944604952862833328694460495286283332869446049528628333286944604952862833328694" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ecc7f759-98b9-4492-97d4-affb8e35ba07, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4038772c-60f9-492c-8f19-ef6bf2e1bc76, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4038772c-60f9-492c-8f19-ef6bf2e1bc76, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10726972866361607682 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1072697286636160768210726972866361607682107269728663616076821072697286636160768210726972866361607682107269728663616076821072697286636160768210726972866361607682107269728663616076821072697286636160768210726972866361607682107269728663616076821072697286636160768210726972866361607682107269728663616076821072697286636160768210726972866361607682107269728663616076821072697286636160768210726972866361607682" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4038772c-60f9-492c-8f19-ef6bf2e1bc76, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4a109e33-37e1-40a4-88a5-1ee5966fda95, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4a109e33-37e1-40a4-88a5-1ee5966fda95, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17504702283775360044 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1750470228377536004417504702283775360044175047022837753600441750470228377536004417504702283775360044175047022837753600441750470228377536004417504702283775360044175047022837753600441750470228377536004417504702283775360044175047022837753600441750470228377536004417504702283775360044175047022837753600441750470228377536004417504702283775360044175047022837753600441750470228377536004417504702283775360044" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1089d2af-3385-4d64-9a73-8b4d3beb846f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0da3b0e3-bb93-4f29-a447-addda501f27b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0da3b0e3-bb93-4f29-a447-addda501f27b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6296056972247089233 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62960569722470892336296056972247089233629605697224708923362960569722470892336296056972247089233629605697224708923362960569722470892336296056972247089233629605697224708923362960569722470892336296056972247089233629605697224708923362960569722470892336296056972247089233629605697224708923362960569722470892336296056972247089233629605697224708923362960569722470892336296056972247089233" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4a109e33-37e1-40a4-88a5-1ee5966fda95, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fdb76c4c-18f7-4239-9c59-b2c2c72551b0, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fdb76c4c-18f7-4239-9c59-b2c2c72551b0, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15185148940770812847 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1518514894077081284715185148940770812847151851489407708128471518514894077081284715185148940770812847151851489407708128471518514894077081284715185148940770812847151851489407708128471518514894077081284715185148940770812847151851489407708128471518514894077081284715185148940770812847151851489407708128471518514894077081284715185148940770812847151851489407708128471518514894077081284715185148940770812847" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0da3b0e3-bb93-4f29-a447-addda501f27b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d18bdaef-ccd8-4a3f-b95d-2275be04d171, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d18bdaef-ccd8-4a3f-b95d-2275be04d171, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7074101224077245931 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70741012240772459317074101224077245931707410122407724593170741012240772459317074101224077245931707410122407724593170741012240772459317074101224077245931707410122407724593170741012240772459317074101224077245931707410122407724593170741012240772459317074101224077245931707410122407724593170741012240772459317074101224077245931707410122407724593170741012240772459317074101224077245931" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fdb76c4c-18f7-4239-9c59-b2c2c72551b0, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 380843f3-e9f0-40b0-954b-a5f1f0e1e742, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 380843f3-e9f0-40b0-954b-a5f1f0e1e742, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10533443384439405688 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1053344338443940568810533443384439405688105334433844394056881053344338443940568810533443384439405688105334433844394056881053344338443940568810533443384439405688105334433844394056881053344338443940568810533443384439405688105334433844394056881053344338443940568810533443384439405688105334433844394056881053344338443940568810533443384439405688105334433844394056881053344338443940568810533443384439405688" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d18bdaef-ccd8-4a3f-b95d-2275be04d171, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ea138053-2c8c-4a0d-922a-7c043eba6f4a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ea138053-2c8c-4a0d-922a-7c043eba6f4a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11007525770080126116 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1100752577008012611611007525770080126116110075257700801261161100752577008012611611007525770080126116110075257700801261161100752577008012611611007525770080126116110075257700801261161100752577008012611611007525770080126116110075257700801261161100752577008012611611007525770080126116110075257700801261161100752577008012611611007525770080126116110075257700801261161100752577008012611611007525770080126116" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 380843f3-e9f0-40b0-954b-a5f1f0e1e742, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ce34835c-0216-4351-9287-83c762bc21a5, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ce34835c-0216-4351-9287-83c762bc21a5, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8976705461817525100 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89767054618175251008976705461817525100897670546181752510089767054618175251008976705461817525100897670546181752510089767054618175251008976705461817525100897670546181752510089767054618175251008976705461817525100897670546181752510089767054618175251008976705461817525100897670546181752510089767054618175251008976705461817525100897670546181752510089767054618175251008976705461817525100" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ea138053-2c8c-4a0d-922a-7c043eba6f4a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ce34835c-0216-4351-9287-83c762bc21a5, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 331c33f9-491b-48f2-8f25-7bf894c92623, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 15b3ef65-2c4d-492a-9ed0-07ff6608d1a1, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 331c33f9-491b-48f2-8f25-7bf894c92623, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11350675747887417367 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1135067574788741736711350675747887417367113506757478874173671135067574788741736711350675747887417367113506757478874173671135067574788741736711350675747887417367113506757478874173671135067574788741736711350675747887417367113506757478874173671135067574788741736711350675747887417367113506757478874173671135067574788741736711350675747887417367113506757478874173671135067574788741736711350675747887417367" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 15b3ef65-2c4d-492a-9ed0-07ff6608d1a1, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4857714844052595727 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48577148440525957274857714844052595727485771484405259572748577148440525957274857714844052595727485771484405259572748577148440525957274857714844052595727485771484405259572748577148440525957274857714844052595727485771484405259572748577148440525957274857714844052595727485771484405259572748577148440525957274857714844052595727485771484405259572748577148440525957274857714844052595727" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 15b3ef65-2c4d-492a-9ed0-07ff6608d1a1, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 001534ea-acad-4bff-96ad-8eec5477c5d8, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 001534ea-acad-4bff-96ad-8eec5477c5d8, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12442509007714479209 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1244250900771447920912442509007714479209124425090077144792091244250900771447920912442509007714479209124425090077144792091244250900771447920912442509007714479209124425090077144792091244250900771447920912442509007714479209124425090077144792091244250900771447920912442509007714479209124425090077144792091244250900771447920912442509007714479209124425090077144792091244250900771447920912442509007714479209" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 331c33f9-491b-48f2-8f25-7bf894c92623, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9ec62d85-1c4f-4f7a-abaf-66fa90a08f44, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 001534ea-acad-4bff-96ad-8eec5477c5d8, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 639af07b-fda3-4c1c-83f3-56ec41138f85, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 639af07b-fda3-4c1c-83f3-56ec41138f85, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15292360795946487319 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1529236079594648731915292360795946487319152923607959464873191529236079594648731915292360795946487319152923607959464873191529236079594648731915292360795946487319152923607959464873191529236079594648731915292360795946487319152923607959464873191529236079594648731915292360795946487319152923607959464873191529236079594648731915292360795946487319152923607959464873191529236079594648731915292360795946487319" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9ec62d85-1c4f-4f7a-abaf-66fa90a08f44, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18336383679709281079 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1833638367970928107918336383679709281079183363836797092810791833638367970928107918336383679709281079183363836797092810791833638367970928107918336383679709281079183363836797092810791833638367970928107918336383679709281079183363836797092810791833638367970928107918336383679709281079183363836797092810791833638367970928107918336383679709281079183363836797092810791833638367970928107918336383679709281079" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9ec62d85-1c4f-4f7a-abaf-66fa90a08f44, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 77903ea6-7b2f-430e-9955-f275df93d44c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 77903ea6-7b2f-430e-9955-f275df93d44c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12867105229629990169 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1286710522962999016912867105229629990169128671052296299901691286710522962999016912867105229629990169128671052296299901691286710522962999016912867105229629990169128671052296299901691286710522962999016912867105229629990169128671052296299901691286710522962999016912867105229629990169128671052296299901691286710522962999016912867105229629990169128671052296299901691286710522962999016912867105229629990169" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 639af07b-fda3-4c1c-83f3-56ec41138f85, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c4792f4e-875f-4d51-973b-aeefdc8c12d1, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c4792f4e-875f-4d51-973b-aeefdc8c12d1, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14097685176211617062 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1409768517621161706214097685176211617062140976851762116170621409768517621161706214097685176211617062140976851762116170621409768517621161706214097685176211617062140976851762116170621409768517621161706214097685176211617062140976851762116170621409768517621161706214097685176211617062140976851762116170621409768517621161706214097685176211617062140976851762116170621409768517621161706214097685176211617062" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 77903ea6-7b2f-430e-9955-f275df93d44c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, efe8eb1b-91ed-4250-a87c-2b5ea27bd0c1, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, efe8eb1b-91ed-4250-a87c-2b5ea27bd0c1, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15398017862314177867 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1539801786231417786715398017862314177867153980178623141778671539801786231417786715398017862314177867153980178623141778671539801786231417786715398017862314177867153980178623141778671539801786231417786715398017862314177867153980178623141778671539801786231417786715398017862314177867153980178623141778671539801786231417786715398017862314177867153980178623141778671539801786231417786715398017862314177867" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c4792f4e-875f-4d51-973b-aeefdc8c12d1, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 141c5266-9a16-47bc-b2a6-5e15f8a6fe3b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 141c5266-9a16-47bc-b2a6-5e15f8a6fe3b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18170795053058360948 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1817079505305836094818170795053058360948181707950530583609481817079505305836094818170795053058360948181707950530583609481817079505305836094818170795053058360948181707950530583609481817079505305836094818170795053058360948181707950530583609481817079505305836094818170795053058360948181707950530583609481817079505305836094818170795053058360948181707950530583609481817079505305836094818170795053058360948" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, efe8eb1b-91ed-4250-a87c-2b5ea27bd0c1, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f95e60c6-d3a3-4239-a164-610020ed0b5e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f95e60c6-d3a3-4239-a164-610020ed0b5e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10859546765185000273 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1085954676518500027310859546765185000273108595467651850002731085954676518500027310859546765185000273108595467651850002731085954676518500027310859546765185000273108595467651850002731085954676518500027310859546765185000273108595467651850002731085954676518500027310859546765185000273108595467651850002731085954676518500027310859546765185000273108595467651850002731085954676518500027310859546765185000273" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f95e60c6-d3a3-4239-a164-610020ed0b5e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8bff4540-f8d3-40cf-b0f6-ca40ae13e145, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8bff4540-f8d3-40cf-b0f6-ca40ae13e145, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11954007492277276151 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1195400749227727615111954007492277276151119540074922772761511195400749227727615111954007492277276151119540074922772761511195400749227727615111954007492277276151119540074922772761511195400749227727615111954007492277276151119540074922772761511195400749227727615111954007492277276151119540074922772761511195400749227727615111954007492277276151119540074922772761511195400749227727615111954007492277276151" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 141c5266-9a16-47bc-b2a6-5e15f8a6fe3b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ff82603b-b1ea-48b9-b789-3ea998113590, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ff82603b-b1ea-48b9-b789-3ea998113590, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18140713991593036484 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1814071399159303648418140713991593036484181407139915930364841814071399159303648418140713991593036484181407139915930364841814071399159303648418140713991593036484181407139915930364841814071399159303648418140713991593036484181407139915930364841814071399159303648418140713991593036484181407139915930364841814071399159303648418140713991593036484181407139915930364841814071399159303648418140713991593036484" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8bff4540-f8d3-40cf-b0f6-ca40ae13e145, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f3439e9c-c11f-4e28-96a8-b788c2a8b738, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f3439e9c-c11f-4e28-96a8-b788c2a8b738, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5334350930387163435 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53343509303871634355334350930387163435533435093038716343553343509303871634355334350930387163435533435093038716343553343509303871634355334350930387163435533435093038716343553343509303871634355334350930387163435533435093038716343553343509303871634355334350930387163435533435093038716343553343509303871634355334350930387163435533435093038716343553343509303871634355334350930387163435" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ff82603b-b1ea-48b9-b789-3ea998113590, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d40f66d5-6f0f-4bd0-8880-0825f6d4526d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d40f66d5-6f0f-4bd0-8880-0825f6d4526d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10467744949099258060 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1046774494909925806010467744949099258060104677449490992580601046774494909925806010467744949099258060104677449490992580601046774494909925806010467744949099258060104677449490992580601046774494909925806010467744949099258060104677449490992580601046774494909925806010467744949099258060104677449490992580601046774494909925806010467744949099258060104677449490992580601046774494909925806010467744949099258060" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f3439e9c-c11f-4e28-96a8-b788c2a8b738, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9bc0f56f-caca-4538-a432-b091a1ea42a4, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9bc0f56f-caca-4538-a432-b091a1ea42a4, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5167585218829746213 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51675852188297462135167585218829746213516758521882974621351675852188297462135167585218829746213516758521882974621351675852188297462135167585218829746213516758521882974621351675852188297462135167585218829746213516758521882974621351675852188297462135167585218829746213516758521882974621351675852188297462135167585218829746213516758521882974621351675852188297462135167585218829746213" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d40f66d5-6f0f-4bd0-8880-0825f6d4526d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 21618c98-44cd-44cd-a9e3-7ced32c5d822, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 21618c98-44cd-44cd-a9e3-7ced32c5d822, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13781367155069041480 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1378136715506904148013781367155069041480137813671550690414801378136715506904148013781367155069041480137813671550690414801378136715506904148013781367155069041480137813671550690414801378136715506904148013781367155069041480137813671550690414801378136715506904148013781367155069041480137813671550690414801378136715506904148013781367155069041480137813671550690414801378136715506904148013781367155069041480" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9bc0f56f-caca-4538-a432-b091a1ea42a4, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, be546c52-b7d6-482e-bea1-0dcdb8c86353, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, be546c52-b7d6-482e-bea1-0dcdb8c86353, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11610589118828596143 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1161058911882859614311610589118828596143116105891188285961431161058911882859614311610589118828596143116105891188285961431161058911882859614311610589118828596143116105891188285961431161058911882859614311610589118828596143116105891188285961431161058911882859614311610589118828596143116105891188285961431161058911882859614311610589118828596143116105891188285961431161058911882859614311610589118828596143" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 21618c98-44cd-44cd-a9e3-7ced32c5d822, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 60689421-052d-4310-8e22-9b510d42dc09, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 60689421-052d-4310-8e22-9b510d42dc09, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11617244974775186483 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1161724497477518648311617244974775186483116172449747751864831161724497477518648311617244974775186483116172449747751864831161724497477518648311617244974775186483116172449747751864831161724497477518648311617244974775186483116172449747751864831161724497477518648311617244974775186483116172449747751864831161724497477518648311617244974775186483116172449747751864831161724497477518648311617244974775186483" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, be546c52-b7d6-482e-bea1-0dcdb8c86353, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 68c6ca1b-55fc-4a5b-b09e-7fcf3e449d32, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 68c6ca1b-55fc-4a5b-b09e-7fcf3e449d32, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12062962680504307499 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1206296268050430749912062962680504307499120629626805043074991206296268050430749912062962680504307499120629626805043074991206296268050430749912062962680504307499120629626805043074991206296268050430749912062962680504307499120629626805043074991206296268050430749912062962680504307499120629626805043074991206296268050430749912062962680504307499120629626805043074991206296268050430749912062962680504307499" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 60689421-052d-4310-8e22-9b510d42dc09, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d535bac0-80b3-4bad-b722-f5a4c785917e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d535bac0-80b3-4bad-b722-f5a4c785917e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10158142600274299167 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1015814260027429916710158142600274299167101581426002742991671015814260027429916710158142600274299167101581426002742991671015814260027429916710158142600274299167101581426002742991671015814260027429916710158142600274299167101581426002742991671015814260027429916710158142600274299167101581426002742991671015814260027429916710158142600274299167101581426002742991671015814260027429916710158142600274299167" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 68c6ca1b-55fc-4a5b-b09e-7fcf3e449d32, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 025523a2-51d2-4ba9-92c3-3a5efcce38f8, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 025523a2-51d2-4ba9-92c3-3a5efcce38f8, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16470463374568393047 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1647046337456839304716470463374568393047164704633745683930471647046337456839304716470463374568393047164704633745683930471647046337456839304716470463374568393047164704633745683930471647046337456839304716470463374568393047164704633745683930471647046337456839304716470463374568393047164704633745683930471647046337456839304716470463374568393047164704633745683930471647046337456839304716470463374568393047" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d535bac0-80b3-4bad-b722-f5a4c785917e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d072a432-8578-455a-b7e7-fb10fa712383, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d072a432-8578-455a-b7e7-fb10fa712383, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4799267459038817004 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47992674590388170044799267459038817004479926745903881700447992674590388170044799267459038817004479926745903881700447992674590388170044799267459038817004479926745903881700447992674590388170044799267459038817004479926745903881700447992674590388170044799267459038817004479926745903881700447992674590388170044799267459038817004479926745903881700447992674590388170044799267459038817004" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d072a432-8578-455a-b7e7-fb10fa712383, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 380fcf2e-f036-4599-86d5-07ffdb61656e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 380fcf2e-f036-4599-86d5-07ffdb61656e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18272157547024803953 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1827215754702480395318272157547024803953182721575470248039531827215754702480395318272157547024803953182721575470248039531827215754702480395318272157547024803953182721575470248039531827215754702480395318272157547024803953182721575470248039531827215754702480395318272157547024803953182721575470248039531827215754702480395318272157547024803953182721575470248039531827215754702480395318272157547024803953" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 380fcf2e-f036-4599-86d5-07ffdb61656e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2a9ad678-f59e-4fc1-8c2f-49a63403eaa0, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2a9ad678-f59e-4fc1-8c2f-49a63403eaa0, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17720331670883372795 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1772033167088337279517720331670883372795177203316708833727951772033167088337279517720331670883372795177203316708833727951772033167088337279517720331670883372795177203316708833727951772033167088337279517720331670883372795177203316708833727951772033167088337279517720331670883372795177203316708833727951772033167088337279517720331670883372795177203316708833727951772033167088337279517720331670883372795" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2a9ad678-f59e-4fc1-8c2f-49a63403eaa0, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4ec3d42c-22d5-4715-8ebe-2268eaabfc86, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4ec3d42c-22d5-4715-8ebe-2268eaabfc86, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15144867362883434681 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1514486736288343468115144867362883434681151448673628834346811514486736288343468115144867362883434681151448673628834346811514486736288343468115144867362883434681151448673628834346811514486736288343468115144867362883434681151448673628834346811514486736288343468115144867362883434681151448673628834346811514486736288343468115144867362883434681151448673628834346811514486736288343468115144867362883434681" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 025523a2-51d2-4ba9-92c3-3a5efcce38f8, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f0232bd2-23e6-4165-9c54-b52aa9708331, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f0232bd2-23e6-4165-9c54-b52aa9708331, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16580378892635707334 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1658037889263570733416580378892635707334165803788926357073341658037889263570733416580378892635707334165803788926357073341658037889263570733416580378892635707334165803788926357073341658037889263570733416580378892635707334165803788926357073341658037889263570733416580378892635707334165803788926357073341658037889263570733416580378892635707334165803788926357073341658037889263570733416580378892635707334" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4ec3d42c-22d5-4715-8ebe-2268eaabfc86, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c7c8de52-fb77-416d-9493-511bf76b5706, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c7c8de52-fb77-416d-9493-511bf76b5706, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9324351672544147538 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93243516725441475389324351672544147538932435167254414753893243516725441475389324351672544147538932435167254414753893243516725441475389324351672544147538932435167254414753893243516725441475389324351672544147538932435167254414753893243516725441475389324351672544147538932435167254414753893243516725441475389324351672544147538932435167254414753893243516725441475389324351672544147538" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f0232bd2-23e6-4165-9c54-b52aa9708331, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2b5b2c02-1be3-43bc-b718-58eaef8b45d2, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2b5b2c02-1be3-43bc-b718-58eaef8b45d2, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10106786987852727872 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1010678698785272787210106786987852727872101067869878527278721010678698785272787210106786987852727872101067869878527278721010678698785272787210106786987852727872101067869878527278721010678698785272787210106786987852727872101067869878527278721010678698785272787210106786987852727872101067869878527278721010678698785272787210106786987852727872101067869878527278721010678698785272787210106786987852727872" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c7c8de52-fb77-416d-9493-511bf76b5706, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bf551c09-7e6a-43d8-8518-14af67fa739c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bf551c09-7e6a-43d8-8518-14af67fa739c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15779727316005638803 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1577972731600563880315779727316005638803157797273160056388031577972731600563880315779727316005638803157797273160056388031577972731600563880315779727316005638803157797273160056388031577972731600563880315779727316005638803157797273160056388031577972731600563880315779727316005638803157797273160056388031577972731600563880315779727316005638803157797273160056388031577972731600563880315779727316005638803" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2b5b2c02-1be3-43bc-b718-58eaef8b45d2, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4317ba1b-252e-457f-95df-d59dcff5f254, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4317ba1b-252e-457f-95df-d59dcff5f254, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5219501080120979584 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52195010801209795845219501080120979584521950108012097958452195010801209795845219501080120979584521950108012097958452195010801209795845219501080120979584521950108012097958452195010801209795845219501080120979584521950108012097958452195010801209795845219501080120979584521950108012097958452195010801209795845219501080120979584521950108012097958452195010801209795845219501080120979584" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bf551c09-7e6a-43d8-8518-14af67fa739c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cee60488-33ad-4543-a32d-b6a4ee99e307, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cee60488-33ad-4543-a32d-b6a4ee99e307, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7394161941927931906 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73941619419279319067394161941927931906739416194192793190673941619419279319067394161941927931906739416194192793190673941619419279319067394161941927931906739416194192793190673941619419279319067394161941927931906739416194192793190673941619419279319067394161941927931906739416194192793190673941619419279319067394161941927931906739416194192793190673941619419279319067394161941927931906" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4317ba1b-252e-457f-95df-d59dcff5f254, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 296c1de6-854d-4717-88f1-d885c40c412d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 296c1de6-854d-4717-88f1-d885c40c412d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2375106282100105684 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23751062821001056842375106282100105684237510628210010568423751062821001056842375106282100105684237510628210010568423751062821001056842375106282100105684237510628210010568423751062821001056842375106282100105684237510628210010568423751062821001056842375106282100105684237510628210010568423751062821001056842375106282100105684237510628210010568423751062821001056842375106282100105684" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cee60488-33ad-4543-a32d-b6a4ee99e307, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 89f7001b-b86e-4748-ac5f-4a43a6fd834e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 89f7001b-b86e-4748-ac5f-4a43a6fd834e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14831654973300189781 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1483165497330018978114831654973300189781148316549733001897811483165497330018978114831654973300189781148316549733001897811483165497330018978114831654973300189781148316549733001897811483165497330018978114831654973300189781148316549733001897811483165497330018978114831654973300189781148316549733001897811483165497330018978114831654973300189781148316549733001897811483165497330018978114831654973300189781" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 296c1de6-854d-4717-88f1-d885c40c412d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4181bfae-b8eb-44e7-85c2-5eac72d23218, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4181bfae-b8eb-44e7-85c2-5eac72d23218, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17268191211734731664 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1726819121173473166417268191211734731664172681912117347316641726819121173473166417268191211734731664172681912117347316641726819121173473166417268191211734731664172681912117347316641726819121173473166417268191211734731664172681912117347316641726819121173473166417268191211734731664172681912117347316641726819121173473166417268191211734731664172681912117347316641726819121173473166417268191211734731664" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 89f7001b-b86e-4748-ac5f-4a43a6fd834e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4ad9e291-4be3-497a-9755-c4bdc8ec7271, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4ad9e291-4be3-497a-9755-c4bdc8ec7271, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3571681978178487579 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35716819781784875793571681978178487579357168197817848757935716819781784875793571681978178487579357168197817848757935716819781784875793571681978178487579357168197817848757935716819781784875793571681978178487579357168197817848757935716819781784875793571681978178487579357168197817848757935716819781784875793571681978178487579357168197817848757935716819781784875793571681978178487579" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4181bfae-b8eb-44e7-85c2-5eac72d23218, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 12f782fe-288e-4d85-a7cb-9e00389cd9f3, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 12f782fe-288e-4d85-a7cb-9e00389cd9f3, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11474811458712896558 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1147481145871289655811474811458712896558114748114587128965581147481145871289655811474811458712896558114748114587128965581147481145871289655811474811458712896558114748114587128965581147481145871289655811474811458712896558114748114587128965581147481145871289655811474811458712896558114748114587128965581147481145871289655811474811458712896558114748114587128965581147481145871289655811474811458712896558" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4ad9e291-4be3-497a-9755-c4bdc8ec7271, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5e928033-cdfd-4bfe-b826-48e20a4537b2, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5e928033-cdfd-4bfe-b826-48e20a4537b2, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7722699382521533321 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77226993825215333217722699382521533321772269938252153332177226993825215333217722699382521533321772269938252153332177226993825215333217722699382521533321772269938252153332177226993825215333217722699382521533321772269938252153332177226993825215333217722699382521533321772269938252153332177226993825215333217722699382521533321772269938252153332177226993825215333217722699382521533321" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 12f782fe-288e-4d85-a7cb-9e00389cd9f3, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 96b05114-0962-4901-aa48-b99ae17f326b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 96b05114-0962-4901-aa48-b99ae17f326b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13358827030468693328 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1335882703046869332813358827030468693328133588270304686933281335882703046869332813358827030468693328133588270304686933281335882703046869332813358827030468693328133588270304686933281335882703046869332813358827030468693328133588270304686933281335882703046869332813358827030468693328133588270304686933281335882703046869332813358827030468693328133588270304686933281335882703046869332813358827030468693328" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5e928033-cdfd-4bfe-b826-48e20a4537b2, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8ce2d241-18a2-47d4-a4e7-25967393460c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8ce2d241-18a2-47d4-a4e7-25967393460c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 36208203051468745 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "3620820305146874536208203051468745362082030514687453620820305146874536208203051468745362082030514687453620820305146874536208203051468745362082030514687453620820305146874536208203051468745362082030514687453620820305146874536208203051468745362082030514687453620820305146874536208203051468745362082030514687453620820305146874536208203051468745" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 96b05114-0962-4901-aa48-b99ae17f326b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1bb61264-31bf-48ad-b5bf-102184cee206, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1bb61264-31bf-48ad-b5bf-102184cee206, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4617805131055046744 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46178051310550467444617805131055046744461780513105504674446178051310550467444617805131055046744461780513105504674446178051310550467444617805131055046744461780513105504674446178051310550467444617805131055046744461780513105504674446178051310550467444617805131055046744461780513105504674446178051310550467444617805131055046744461780513105504674446178051310550467444617805131055046744" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8ce2d241-18a2-47d4-a4e7-25967393460c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 477c8dd9-f6cc-42ab-a774-21da04dc924b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 477c8dd9-f6cc-42ab-a774-21da04dc924b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1741032700967818231 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17410327009678182311741032700967818231174103270096781823117410327009678182311741032700967818231174103270096781823117410327009678182311741032700967818231174103270096781823117410327009678182311741032700967818231174103270096781823117410327009678182311741032700967818231174103270096781823117410327009678182311741032700967818231174103270096781823117410327009678182311741032700967818231" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1bb61264-31bf-48ad-b5bf-102184cee206, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0da5ba5c-a87f-42bb-9a5f-c58d15cba29e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0da5ba5c-a87f-42bb-9a5f-c58d15cba29e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 886177166202549434 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "886177166202549434886177166202549434886177166202549434886177166202549434886177166202549434886177166202549434886177166202549434886177166202549434886177166202549434886177166202549434886177166202549434886177166202549434886177166202549434886177166202549434886177166202549434886177166202549434886177166202549434886177166202549434886177166202549434886177166202549434" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 477c8dd9-f6cc-42ab-a774-21da04dc924b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 277afa04-60fd-4ec7-9504-a54a8b2834d9, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 277afa04-60fd-4ec7-9504-a54a8b2834d9, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17515064070282087052 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1751506407028208705217515064070282087052175150640702820870521751506407028208705217515064070282087052175150640702820870521751506407028208705217515064070282087052175150640702820870521751506407028208705217515064070282087052175150640702820870521751506407028208705217515064070282087052175150640702820870521751506407028208705217515064070282087052175150640702820870521751506407028208705217515064070282087052" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0da5ba5c-a87f-42bb-9a5f-c58d15cba29e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ce0b6b6d-052e-48e5-823f-e38b48d5f171, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ce0b6b6d-052e-48e5-823f-e38b48d5f171, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13286283631559633093 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1328628363155963309313286283631559633093132862836315596330931328628363155963309313286283631559633093132862836315596330931328628363155963309313286283631559633093132862836315596330931328628363155963309313286283631559633093132862836315596330931328628363155963309313286283631559633093132862836315596330931328628363155963309313286283631559633093132862836315596330931328628363155963309313286283631559633093" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 277afa04-60fd-4ec7-9504-a54a8b2834d9, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6987c0ac-82f6-43a7-b95f-b8081c016206, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6987c0ac-82f6-43a7-b95f-b8081c016206, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8720830502124971267 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87208305021249712678720830502124971267872083050212497126787208305021249712678720830502124971267872083050212497126787208305021249712678720830502124971267872083050212497126787208305021249712678720830502124971267872083050212497126787208305021249712678720830502124971267872083050212497126787208305021249712678720830502124971267872083050212497126787208305021249712678720830502124971267" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ce0b6b6d-052e-48e5-823f-e38b48d5f171, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 950c9c17-6cb8-49a8-adb8-ae9f1ee532a7, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6987c0ac-82f6-43a7-b95f-b8081c016206, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 950c9c17-6cb8-49a8-adb8-ae9f1ee532a7, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7679236931616823687 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76792369316168236877679236931616823687767923693161682368776792369316168236877679236931616823687767923693161682368776792369316168236877679236931616823687767923693161682368776792369316168236877679236931616823687767923693161682368776792369316168236877679236931616823687767923693161682368776792369316168236877679236931616823687767923693161682368776792369316168236877679236931616823687" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0d3d6e9a-0ee4-4cd1-ba2e-bf0fad2939ac, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0d3d6e9a-0ee4-4cd1-ba2e-bf0fad2939ac, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 233892094226831726 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "233892094226831726233892094226831726233892094226831726233892094226831726233892094226831726233892094226831726233892094226831726233892094226831726233892094226831726233892094226831726233892094226831726233892094226831726233892094226831726233892094226831726233892094226831726233892094226831726233892094226831726233892094226831726233892094226831726233892094226831726" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 950c9c17-6cb8-49a8-adb8-ae9f1ee532a7, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4317737b-9b4a-4326-b212-09b93b6dcb1c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4317737b-9b4a-4326-b212-09b93b6dcb1c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11845549966967168573 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1184554996696716857311845549966967168573118455499669671685731184554996696716857311845549966967168573118455499669671685731184554996696716857311845549966967168573118455499669671685731184554996696716857311845549966967168573118455499669671685731184554996696716857311845549966967168573118455499669671685731184554996696716857311845549966967168573118455499669671685731184554996696716857311845549966967168573" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0d3d6e9a-0ee4-4cd1-ba2e-bf0fad2939ac, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 95e67dba-cbac-475a-9038-a5dd8f5fe1ea, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 95e67dba-cbac-475a-9038-a5dd8f5fe1ea, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6942287087659965551 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69422870876599655516942287087659965551694228708765996555169422870876599655516942287087659965551694228708765996555169422870876599655516942287087659965551694228708765996555169422870876599655516942287087659965551694228708765996555169422870876599655516942287087659965551694228708765996555169422870876599655516942287087659965551694228708765996555169422870876599655516942287087659965551" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4317737b-9b4a-4326-b212-09b93b6dcb1c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 54f8d295-cba5-404c-bcac-12cc1015307a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 54f8d295-cba5-404c-bcac-12cc1015307a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 43861916948793717 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "4386191694879371743861916948793717438619169487937174386191694879371743861916948793717438619169487937174386191694879371743861916948793717438619169487937174386191694879371743861916948793717438619169487937174386191694879371743861916948793717438619169487937174386191694879371743861916948793717438619169487937174386191694879371743861916948793717" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 95e67dba-cbac-475a-9038-a5dd8f5fe1ea, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8304d98f-831f-4c57-b6e7-da6b96b8be4e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8304d98f-831f-4c57-b6e7-da6b96b8be4e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3387939513823328645 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33879395138233286453387939513823328645338793951382332864533879395138233286453387939513823328645338793951382332864533879395138233286453387939513823328645338793951382332864533879395138233286453387939513823328645338793951382332864533879395138233286453387939513823328645338793951382332864533879395138233286453387939513823328645338793951382332864533879395138233286453387939513823328645" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 54f8d295-cba5-404c-bcac-12cc1015307a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b29a2489-7f03-48cf-8dee-51ad70f6eb5c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b29a2489-7f03-48cf-8dee-51ad70f6eb5c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1003190140533402513 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10031901405334025131003190140533402513100319014053340251310031901405334025131003190140533402513100319014053340251310031901405334025131003190140533402513100319014053340251310031901405334025131003190140533402513100319014053340251310031901405334025131003190140533402513100319014053340251310031901405334025131003190140533402513100319014053340251310031901405334025131003190140533402513" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8304d98f-831f-4c57-b6e7-da6b96b8be4e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0f4e66d4-3210-4b9a-b018-e164cc2a729b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0f4e66d4-3210-4b9a-b018-e164cc2a729b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11976822267255087441 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1197682226725508744111976822267255087441119768222672550874411197682226725508744111976822267255087441119768222672550874411197682226725508744111976822267255087441119768222672550874411197682226725508744111976822267255087441119768222672550874411197682226725508744111976822267255087441119768222672550874411197682226725508744111976822267255087441119768222672550874411197682226725508744111976822267255087441" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b29a2489-7f03-48cf-8dee-51ad70f6eb5c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a120e746-61f7-4aee-99ad-bb3de8821f08, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a120e746-61f7-4aee-99ad-bb3de8821f08, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14239599586668135520 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1423959958666813552014239599586668135520142395995866681355201423959958666813552014239599586668135520142395995866681355201423959958666813552014239599586668135520142395995866681355201423959958666813552014239599586668135520142395995866681355201423959958666813552014239599586668135520142395995866681355201423959958666813552014239599586668135520142395995866681355201423959958666813552014239599586668135520" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0f4e66d4-3210-4b9a-b018-e164cc2a729b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8d30ee08-3988-4106-89c2-b83709fcbb1d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a120e746-61f7-4aee-99ad-bb3de8821f08, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8d30ee08-3988-4106-89c2-b83709fcbb1d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13092886249784763132 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1309288624978476313213092886249784763132130928862497847631321309288624978476313213092886249784763132130928862497847631321309288624978476313213092886249784763132130928862497847631321309288624978476313213092886249784763132130928862497847631321309288624978476313213092886249784763132130928862497847631321309288624978476313213092886249784763132130928862497847631321309288624978476313213092886249784763132" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3c5560e5-c5db-4b51-b5b6-e5dfd98605b7, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3c5560e5-c5db-4b51-b5b6-e5dfd98605b7, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17400974359709948892 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1740097435970994889217400974359709948892174009743597099488921740097435970994889217400974359709948892174009743597099488921740097435970994889217400974359709948892174009743597099488921740097435970994889217400974359709948892174009743597099488921740097435970994889217400974359709948892174009743597099488921740097435970994889217400974359709948892174009743597099488921740097435970994889217400974359709948892" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8d30ee08-3988-4106-89c2-b83709fcbb1d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 14738ed8-8643-43e8-adb4-7360f46a88d7, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 14738ed8-8643-43e8-adb4-7360f46a88d7, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 52754440664902541 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "5275444066490254152754440664902541527544406649025415275444066490254152754440664902541527544406649025415275444066490254152754440664902541527544406649025415275444066490254152754440664902541527544406649025415275444066490254152754440664902541527544406649025415275444066490254152754440664902541527544406649025415275444066490254152754440664902541" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3c5560e5-c5db-4b51-b5b6-e5dfd98605b7, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3b1f074f-aa2e-4c50-95bb-700f883f37c3, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3b1f074f-aa2e-4c50-95bb-700f883f37c3, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1729779784319725816 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17297797843197258161729779784319725816172977978431972581617297797843197258161729779784319725816172977978431972581617297797843197258161729779784319725816172977978431972581617297797843197258161729779784319725816172977978431972581617297797843197258161729779784319725816172977978431972581617297797843197258161729779784319725816172977978431972581617297797843197258161729779784319725816" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 14738ed8-8643-43e8-adb4-7360f46a88d7, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e07917a7-d291-49c4-85bc-9b0eb3a645dd, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e07917a7-d291-49c4-85bc-9b0eb3a645dd, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7583700013051234996 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75837000130512349967583700013051234996758370001305123499675837000130512349967583700013051234996758370001305123499675837000130512349967583700013051234996758370001305123499675837000130512349967583700013051234996758370001305123499675837000130512349967583700013051234996758370001305123499675837000130512349967583700013051234996758370001305123499675837000130512349967583700013051234996" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3b1f074f-aa2e-4c50-95bb-700f883f37c3, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3dc832d1-14f1-4c21-98cb-ea4a50cc2931, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3dc832d1-14f1-4c21-98cb-ea4a50cc2931, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4510615921926460909 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45106159219264609094510615921926460909451061592192646090945106159219264609094510615921926460909451061592192646090945106159219264609094510615921926460909451061592192646090945106159219264609094510615921926460909451061592192646090945106159219264609094510615921926460909451061592192646090945106159219264609094510615921926460909451061592192646090945106159219264609094510615921926460909" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e07917a7-d291-49c4-85bc-9b0eb3a645dd, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 137e3a44-6ff5-4fd2-8013-4f6def9578fe, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 137e3a44-6ff5-4fd2-8013-4f6def9578fe, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5702771661628490856 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57027716616284908565702771661628490856570277166162849085657027716616284908565702771661628490856570277166162849085657027716616284908565702771661628490856570277166162849085657027716616284908565702771661628490856570277166162849085657027716616284908565702771661628490856570277166162849085657027716616284908565702771661628490856570277166162849085657027716616284908565702771661628490856" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3dc832d1-14f1-4c21-98cb-ea4a50cc2931, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7170f8e3-cdf2-4672-a618-6afc61de946b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7170f8e3-cdf2-4672-a618-6afc61de946b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5100504285376487105 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51005042853764871055100504285376487105510050428537648710551005042853764871055100504285376487105510050428537648710551005042853764871055100504285376487105510050428537648710551005042853764871055100504285376487105510050428537648710551005042853764871055100504285376487105510050428537648710551005042853764871055100504285376487105510050428537648710551005042853764871055100504285376487105" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 137e3a44-6ff5-4fd2-8013-4f6def9578fe, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5d8b1958-8114-4b89-a411-3a046660fc08, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5d8b1958-8114-4b89-a411-3a046660fc08, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9663637986696746495 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96636379866967464959663637986696746495966363798669674649596636379866967464959663637986696746495966363798669674649596636379866967464959663637986696746495966363798669674649596636379866967464959663637986696746495966363798669674649596636379866967464959663637986696746495966363798669674649596636379866967464959663637986696746495966363798669674649596636379866967464959663637986696746495" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7170f8e3-cdf2-4672-a618-6afc61de946b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6f493811-086f-4595-96b7-2f3115638b09, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6f493811-086f-4595-96b7-2f3115638b09, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8303774633938223938 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83037746339382239388303774633938223938830377463393822393883037746339382239388303774633938223938830377463393822393883037746339382239388303774633938223938830377463393822393883037746339382239388303774633938223938830377463393822393883037746339382239388303774633938223938830377463393822393883037746339382239388303774633938223938830377463393822393883037746339382239388303774633938223938" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5d8b1958-8114-4b89-a411-3a046660fc08, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 44c9e418-f9e2-451e-b42a-716a0dde14d7, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 44c9e418-f9e2-451e-b42a-716a0dde14d7, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3135946173384432151 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31359461733844321513135946173384432151313594617338443215131359461733844321513135946173384432151313594617338443215131359461733844321513135946173384432151313594617338443215131359461733844321513135946173384432151313594617338443215131359461733844321513135946173384432151313594617338443215131359461733844321513135946173384432151313594617338443215131359461733844321513135946173384432151" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6f493811-086f-4595-96b7-2f3115638b09, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6fbd939c-d095-4bdb-a3fa-13971d01e0d9, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6fbd939c-d095-4bdb-a3fa-13971d01e0d9, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15229405069973294499 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1522940506997329449915229405069973294499152294050699732944991522940506997329449915229405069973294499152294050699732944991522940506997329449915229405069973294499152294050699732944991522940506997329449915229405069973294499152294050699732944991522940506997329449915229405069973294499152294050699732944991522940506997329449915229405069973294499152294050699732944991522940506997329449915229405069973294499" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 44c9e418-f9e2-451e-b42a-716a0dde14d7, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 218a4234-14cd-41fe-ab5b-b10c08282e5e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 218a4234-14cd-41fe-ab5b-b10c08282e5e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4130747776964368446 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41307477769643684464130747776964368446413074777696436844641307477769643684464130747776964368446413074777696436844641307477769643684464130747776964368446413074777696436844641307477769643684464130747776964368446413074777696436844641307477769643684464130747776964368446413074777696436844641307477769643684464130747776964368446413074777696436844641307477769643684464130747776964368446" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6fbd939c-d095-4bdb-a3fa-13971d01e0d9, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e2a94d71-ef38-4513-aa41-30380f526dd5, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e2a94d71-ef38-4513-aa41-30380f526dd5, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17908544737422304430 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1790854473742230443017908544737422304430179085447374223044301790854473742230443017908544737422304430179085447374223044301790854473742230443017908544737422304430179085447374223044301790854473742230443017908544737422304430179085447374223044301790854473742230443017908544737422304430179085447374223044301790854473742230443017908544737422304430179085447374223044301790854473742230443017908544737422304430" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 218a4234-14cd-41fe-ab5b-b10c08282e5e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3cefb549-8836-4afc-9521-a17ca04f1c90, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3cefb549-8836-4afc-9521-a17ca04f1c90, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2241864406151893072 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22418644061518930722241864406151893072224186440615189307222418644061518930722241864406151893072224186440615189307222418644061518930722241864406151893072224186440615189307222418644061518930722241864406151893072224186440615189307222418644061518930722241864406151893072224186440615189307222418644061518930722241864406151893072224186440615189307222418644061518930722241864406151893072" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e2a94d71-ef38-4513-aa41-30380f526dd5, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a4c71ad0-3e2f-473a-9e25-c809c28ee635, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a4c71ad0-3e2f-473a-9e25-c809c28ee635, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14089977535954904103 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1408997753595490410314089977535954904103140899775359549041031408997753595490410314089977535954904103140899775359549041031408997753595490410314089977535954904103140899775359549041031408997753595490410314089977535954904103140899775359549041031408997753595490410314089977535954904103140899775359549041031408997753595490410314089977535954904103140899775359549041031408997753595490410314089977535954904103" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3cefb549-8836-4afc-9521-a17ca04f1c90, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e3d1b928-0fb6-460e-af1e-624c71037558, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e3d1b928-0fb6-460e-af1e-624c71037558, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7555092389539851420 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75550923895398514207555092389539851420755509238953985142075550923895398514207555092389539851420755509238953985142075550923895398514207555092389539851420755509238953985142075550923895398514207555092389539851420755509238953985142075550923895398514207555092389539851420755509238953985142075550923895398514207555092389539851420755509238953985142075550923895398514207555092389539851420" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e3d1b928-0fb6-460e-af1e-624c71037558, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1f12af03-960d-459b-8cd9-6a90400fbd1c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1f12af03-960d-459b-8cd9-6a90400fbd1c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12184349699969587861 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1218434969996958786112184349699969587861121843496999695878611218434969996958786112184349699969587861121843496999695878611218434969996958786112184349699969587861121843496999695878611218434969996958786112184349699969587861121843496999695878611218434969996958786112184349699969587861121843496999695878611218434969996958786112184349699969587861121843496999695878611218434969996958786112184349699969587861" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a4c71ad0-3e2f-473a-9e25-c809c28ee635, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, be679e67-ef81-4dff-9c92-21a0a1166a16, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, be679e67-ef81-4dff-9c92-21a0a1166a16, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10456173723735547725 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1045617372373554772510456173723735547725104561737237355477251045617372373554772510456173723735547725104561737237355477251045617372373554772510456173723735547725104561737237355477251045617372373554772510456173723735547725104561737237355477251045617372373554772510456173723735547725104561737237355477251045617372373554772510456173723735547725104561737237355477251045617372373554772510456173723735547725" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, be679e67-ef81-4dff-9c92-21a0a1166a16, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d709ba27-dc65-40e7-a39c-449f68875134, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d709ba27-dc65-40e7-a39c-449f68875134, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2191426041204833562 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21914260412048335622191426041204833562219142604120483356221914260412048335622191426041204833562219142604120483356221914260412048335622191426041204833562219142604120483356221914260412048335622191426041204833562219142604120483356221914260412048335622191426041204833562219142604120483356221914260412048335622191426041204833562219142604120483356221914260412048335622191426041204833562" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1f12af03-960d-459b-8cd9-6a90400fbd1c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b8477fb5-2ba0-4af8-b091-710c26bddb2e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b8477fb5-2ba0-4af8-b091-710c26bddb2e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9342607670669842213 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93426076706698422139342607670669842213934260767066984221393426076706698422139342607670669842213934260767066984221393426076706698422139342607670669842213934260767066984221393426076706698422139342607670669842213934260767066984221393426076706698422139342607670669842213934260767066984221393426076706698422139342607670669842213934260767066984221393426076706698422139342607670669842213" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d709ba27-dc65-40e7-a39c-449f68875134, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3f378e2f-51e7-4641-a339-da7103045412, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3f378e2f-51e7-4641-a339-da7103045412, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14115602328336278916 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1411560232833627891614115602328336278916141156023283362789161411560232833627891614115602328336278916141156023283362789161411560232833627891614115602328336278916141156023283362789161411560232833627891614115602328336278916141156023283362789161411560232833627891614115602328336278916141156023283362789161411560232833627891614115602328336278916141156023283362789161411560232833627891614115602328336278916" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b8477fb5-2ba0-4af8-b091-710c26bddb2e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 75ee734e-f76e-4f00-ad37-1921b9bb9055, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 75ee734e-f76e-4f00-ad37-1921b9bb9055, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14112019053422729931 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1411201905342272993114112019053422729931141120190534227299311411201905342272993114112019053422729931141120190534227299311411201905342272993114112019053422729931141120190534227299311411201905342272993114112019053422729931141120190534227299311411201905342272993114112019053422729931141120190534227299311411201905342272993114112019053422729931141120190534227299311411201905342272993114112019053422729931" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3f378e2f-51e7-4641-a339-da7103045412, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 745e0654-edf6-47ff-bf68-e40abc0d5047, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 745e0654-edf6-47ff-bf68-e40abc0d5047, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4658192167888083202 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46581921678880832024658192167888083202465819216788808320246581921678880832024658192167888083202465819216788808320246581921678880832024658192167888083202465819216788808320246581921678880832024658192167888083202465819216788808320246581921678880832024658192167888083202465819216788808320246581921678880832024658192167888083202465819216788808320246581921678880832024658192167888083202" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 75ee734e-f76e-4f00-ad37-1921b9bb9055, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9e45ce5a-2a01-4fae-8d02-8f36c0243e1d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9e45ce5a-2a01-4fae-8d02-8f36c0243e1d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13084968392004787222 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1308496839200478722213084968392004787222130849683920047872221308496839200478722213084968392004787222130849683920047872221308496839200478722213084968392004787222130849683920047872221308496839200478722213084968392004787222130849683920047872221308496839200478722213084968392004787222130849683920047872221308496839200478722213084968392004787222130849683920047872221308496839200478722213084968392004787222" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 745e0654-edf6-47ff-bf68-e40abc0d5047, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 405be951-90f7-4d9a-a5bc-fc185ef24fd9, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 405be951-90f7-4d9a-a5bc-fc185ef24fd9, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1160028486444765911 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11600284864447659111160028486444765911116002848644476591111600284864447659111160028486444765911116002848644476591111600284864447659111160028486444765911116002848644476591111600284864447659111160028486444765911116002848644476591111600284864447659111160028486444765911116002848644476591111600284864447659111160028486444765911116002848644476591111600284864447659111160028486444765911" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9e45ce5a-2a01-4fae-8d02-8f36c0243e1d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 02a351d4-91b1-41b5-80ad-6b4f0d9a38c9, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 02a351d4-91b1-41b5-80ad-6b4f0d9a38c9, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7791473643743960825 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77914736437439608257791473643743960825779147364374396082577914736437439608257791473643743960825779147364374396082577914736437439608257791473643743960825779147364374396082577914736437439608257791473643743960825779147364374396082577914736437439608257791473643743960825779147364374396082577914736437439608257791473643743960825779147364374396082577914736437439608257791473643743960825" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 405be951-90f7-4d9a-a5bc-fc185ef24fd9, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5c722ae6-ba59-45de-8cc1-526619df1b44, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5c722ae6-ba59-45de-8cc1-526619df1b44, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6690682587865107539 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66906825878651075396690682587865107539669068258786510753966906825878651075396690682587865107539669068258786510753966906825878651075396690682587865107539669068258786510753966906825878651075396690682587865107539669068258786510753966906825878651075396690682587865107539669068258786510753966906825878651075396690682587865107539669068258786510753966906825878651075396690682587865107539" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 02a351d4-91b1-41b5-80ad-6b4f0d9a38c9, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6e668935-231f-4dfe-baa9-439e481d58b6, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6e668935-231f-4dfe-baa9-439e481d58b6, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3014056664531429297 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30140566645314292973014056664531429297301405666453142929730140566645314292973014056664531429297301405666453142929730140566645314292973014056664531429297301405666453142929730140566645314292973014056664531429297301405666453142929730140566645314292973014056664531429297301405666453142929730140566645314292973014056664531429297301405666453142929730140566645314292973014056664531429297" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5c722ae6-ba59-45de-8cc1-526619df1b44, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6c254222-c5bf-4559-b116-037b2d6fd8f3, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6c254222-c5bf-4559-b116-037b2d6fd8f3, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10379862037969615352 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1037986203796961535210379862037969615352103798620379696153521037986203796961535210379862037969615352103798620379696153521037986203796961535210379862037969615352103798620379696153521037986203796961535210379862037969615352103798620379696153521037986203796961535210379862037969615352103798620379696153521037986203796961535210379862037969615352103798620379696153521037986203796961535210379862037969615352" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6e668935-231f-4dfe-baa9-439e481d58b6, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 57f7734f-f826-4596-ae16-c8f76ff84c8d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 57f7734f-f826-4596-ae16-c8f76ff84c8d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6369451424153094682 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63694514241530946826369451424153094682636945142415309468263694514241530946826369451424153094682636945142415309468263694514241530946826369451424153094682636945142415309468263694514241530946826369451424153094682636945142415309468263694514241530946826369451424153094682636945142415309468263694514241530946826369451424153094682636945142415309468263694514241530946826369451424153094682" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6c254222-c5bf-4559-b116-037b2d6fd8f3, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 051cdec9-6600-469e-8eb4-438b6dea9440, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 051cdec9-6600-469e-8eb4-438b6dea9440, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10284977251563783424 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1028497725156378342410284977251563783424102849772515637834241028497725156378342410284977251563783424102849772515637834241028497725156378342410284977251563783424102849772515637834241028497725156378342410284977251563783424102849772515637834241028497725156378342410284977251563783424102849772515637834241028497725156378342410284977251563783424102849772515637834241028497725156378342410284977251563783424" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 57f7734f-f826-4596-ae16-c8f76ff84c8d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0d4d52a8-1c59-47a3-82e0-f3cbf54b575e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0d4d52a8-1c59-47a3-82e0-f3cbf54b575e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11353509458623580131 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1135350945862358013111353509458623580131113535094586235801311135350945862358013111353509458623580131113535094586235801311135350945862358013111353509458623580131113535094586235801311135350945862358013111353509458623580131113535094586235801311135350945862358013111353509458623580131113535094586235801311135350945862358013111353509458623580131113535094586235801311135350945862358013111353509458623580131" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 051cdec9-6600-469e-8eb4-438b6dea9440, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 75be3908-b260-4ad8-9938-ee5e41b3032a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 75be3908-b260-4ad8-9938-ee5e41b3032a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10716791013919981152 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1071679101391998115210716791013919981152107167910139199811521071679101391998115210716791013919981152107167910139199811521071679101391998115210716791013919981152107167910139199811521071679101391998115210716791013919981152107167910139199811521071679101391998115210716791013919981152107167910139199811521071679101391998115210716791013919981152107167910139199811521071679101391998115210716791013919981152" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0d4d52a8-1c59-47a3-82e0-f3cbf54b575e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f3750752-729d-4d70-a09e-fc9dddd625b6, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f3750752-729d-4d70-a09e-fc9dddd625b6, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16983104222789812652 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1698310422278981265216983104222789812652169831042227898126521698310422278981265216983104222789812652169831042227898126521698310422278981265216983104222789812652169831042227898126521698310422278981265216983104222789812652169831042227898126521698310422278981265216983104222789812652169831042227898126521698310422278981265216983104222789812652169831042227898126521698310422278981265216983104222789812652" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 75be3908-b260-4ad8-9938-ee5e41b3032a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d4750387-39a9-424a-9987-9608304d2123, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d4750387-39a9-424a-9987-9608304d2123, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9963601274757384804 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99636012747573848049963601274757384804996360127475738480499636012747573848049963601274757384804996360127475738480499636012747573848049963601274757384804996360127475738480499636012747573848049963601274757384804996360127475738480499636012747573848049963601274757384804996360127475738480499636012747573848049963601274757384804996360127475738480499636012747573848049963601274757384804" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f3750752-729d-4d70-a09e-fc9dddd625b6, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f363a24e-13ad-418d-8f29-c9537df90128, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f363a24e-13ad-418d-8f29-c9537df90128, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14642083237639970335 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1464208323763997033514642083237639970335146420832376399703351464208323763997033514642083237639970335146420832376399703351464208323763997033514642083237639970335146420832376399703351464208323763997033514642083237639970335146420832376399703351464208323763997033514642083237639970335146420832376399703351464208323763997033514642083237639970335146420832376399703351464208323763997033514642083237639970335" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d4750387-39a9-424a-9987-9608304d2123, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b642da4f-49a0-4251-bd2e-be5007cfbb66, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b642da4f-49a0-4251-bd2e-be5007cfbb66, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3190186937270322615 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31901869372703226153190186937270322615319018693727032261531901869372703226153190186937270322615319018693727032261531901869372703226153190186937270322615319018693727032261531901869372703226153190186937270322615319018693727032261531901869372703226153190186937270322615319018693727032261531901869372703226153190186937270322615319018693727032261531901869372703226153190186937270322615" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f363a24e-13ad-418d-8f29-c9537df90128, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6127545a-33e5-4a6b-b078-f15894e3d698, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6127545a-33e5-4a6b-b078-f15894e3d698, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8595549991137760841 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85955499911377608418595549991137760841859554999113776084185955499911377608418595549991137760841859554999113776084185955499911377608418595549991137760841859554999113776084185955499911377608418595549991137760841859554999113776084185955499911377608418595549991137760841859554999113776084185955499911377608418595549991137760841859554999113776084185955499911377608418595549991137760841" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b642da4f-49a0-4251-bd2e-be5007cfbb66, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bb9f7921-aef5-4bf7-8d6b-6be653f0b339, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bb9f7921-aef5-4bf7-8d6b-6be653f0b339, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13520694695025439366 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1352069469502543936613520694695025439366135206946950254393661352069469502543936613520694695025439366135206946950254393661352069469502543936613520694695025439366135206946950254393661352069469502543936613520694695025439366135206946950254393661352069469502543936613520694695025439366135206946950254393661352069469502543936613520694695025439366135206946950254393661352069469502543936613520694695025439366" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6127545a-33e5-4a6b-b078-f15894e3d698, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 25158abb-be6d-4604-b562-5920b9f9bb30, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 25158abb-be6d-4604-b562-5920b9f9bb30, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8190638014143770107 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81906380141437701078190638014143770107819063801414377010781906380141437701078190638014143770107819063801414377010781906380141437701078190638014143770107819063801414377010781906380141437701078190638014143770107819063801414377010781906380141437701078190638014143770107819063801414377010781906380141437701078190638014143770107819063801414377010781906380141437701078190638014143770107" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 25158abb-be6d-4604-b562-5920b9f9bb30, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 90940b75-c849-4ea8-8795-aec9893e9991, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 90940b75-c849-4ea8-8795-aec9893e9991, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16619147123968376049 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1661914712396837604916619147123968376049166191471239683760491661914712396837604916619147123968376049166191471239683760491661914712396837604916619147123968376049166191471239683760491661914712396837604916619147123968376049166191471239683760491661914712396837604916619147123968376049166191471239683760491661914712396837604916619147123968376049166191471239683760491661914712396837604916619147123968376049" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 90940b75-c849-4ea8-8795-aec9893e9991, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7f202733-4bb5-44bf-952a-b8863012568e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7f202733-4bb5-44bf-952a-b8863012568e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16101656549709975165 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1610165654970997516516101656549709975165161016565497099751651610165654970997516516101656549709975165161016565497099751651610165654970997516516101656549709975165161016565497099751651610165654970997516516101656549709975165161016565497099751651610165654970997516516101656549709975165161016565497099751651610165654970997516516101656549709975165161016565497099751651610165654970997516516101656549709975165" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7f202733-4bb5-44bf-952a-b8863012568e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4e5fe866-4a83-43cc-a0f5-52af8f2e9c5e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4e5fe866-4a83-43cc-a0f5-52af8f2e9c5e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2681422743889028084 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26814227438890280842681422743889028084268142274388902808426814227438890280842681422743889028084268142274388902808426814227438890280842681422743889028084268142274388902808426814227438890280842681422743889028084268142274388902808426814227438890280842681422743889028084268142274388902808426814227438890280842681422743889028084268142274388902808426814227438890280842681422743889028084" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4e5fe866-4a83-43cc-a0f5-52af8f2e9c5e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f86151b6-eec2-48aa-b414-da5e7fdc2d87, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f86151b6-eec2-48aa-b414-da5e7fdc2d87, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2942160553117236340 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29421605531172363402942160553117236340294216055311723634029421605531172363402942160553117236340294216055311723634029421605531172363402942160553117236340294216055311723634029421605531172363402942160553117236340294216055311723634029421605531172363402942160553117236340294216055311723634029421605531172363402942160553117236340294216055311723634029421605531172363402942160553117236340" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f86151b6-eec2-48aa-b414-da5e7fdc2d87, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f42a299f-ab4f-4114-85a4-79b81368084f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f42a299f-ab4f-4114-85a4-79b81368084f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9452790763731030532 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94527907637310305329452790763731030532945279076373103053294527907637310305329452790763731030532945279076373103053294527907637310305329452790763731030532945279076373103053294527907637310305329452790763731030532945279076373103053294527907637310305329452790763731030532945279076373103053294527907637310305329452790763731030532945279076373103053294527907637310305329452790763731030532" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bb9f7921-aef5-4bf7-8d6b-6be653f0b339, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7acc209b-9c2d-4dee-980d-be8791a3130f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f42a299f-ab4f-4114-85a4-79b81368084f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c25ad16c-e2cf-4652-a4bd-a925545e0263, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c25ad16c-e2cf-4652-a4bd-a925545e0263, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8628476519692533165 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86284765196925331658628476519692533165862847651969253316586284765196925331658628476519692533165862847651969253316586284765196925331658628476519692533165862847651969253316586284765196925331658628476519692533165862847651969253316586284765196925331658628476519692533165862847651969253316586284765196925331658628476519692533165862847651969253316586284765196925331658628476519692533165" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7acc209b-9c2d-4dee-980d-be8791a3130f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11277167427087483157 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1127716742708748315711277167427087483157112771674270874831571127716742708748315711277167427087483157112771674270874831571127716742708748315711277167427087483157112771674270874831571127716742708748315711277167427087483157112771674270874831571127716742708748315711277167427087483157112771674270874831571127716742708748315711277167427087483157112771674270874831571127716742708748315711277167427087483157" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c25ad16c-e2cf-4652-a4bd-a925545e0263, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5bafdb71-748f-41b2-b9db-1fc8e8275a50, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5bafdb71-748f-41b2-b9db-1fc8e8275a50, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17499769476911507853 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1749976947691150785317499769476911507853174997694769115078531749976947691150785317499769476911507853174997694769115078531749976947691150785317499769476911507853174997694769115078531749976947691150785317499769476911507853174997694769115078531749976947691150785317499769476911507853174997694769115078531749976947691150785317499769476911507853174997694769115078531749976947691150785317499769476911507853" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7acc209b-9c2d-4dee-980d-be8791a3130f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 431016cc-999a-455a-8128-3a6239ba2d33, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 431016cc-999a-455a-8128-3a6239ba2d33, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8255861668416119424 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82558616684161194248255861668416119424825586166841611942482558616684161194248255861668416119424825586166841611942482558616684161194248255861668416119424825586166841611942482558616684161194248255861668416119424825586166841611942482558616684161194248255861668416119424825586166841611942482558616684161194248255861668416119424825586166841611942482558616684161194248255861668416119424" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5bafdb71-748f-41b2-b9db-1fc8e8275a50, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d3e114fd-ee37-4792-8213-3569b9c33531, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d3e114fd-ee37-4792-8213-3569b9c33531, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14540081172277730294 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1454008117227773029414540081172277730294145400811722777302941454008117227773029414540081172277730294145400811722777302941454008117227773029414540081172277730294145400811722777302941454008117227773029414540081172277730294145400811722777302941454008117227773029414540081172277730294145400811722777302941454008117227773029414540081172277730294145400811722777302941454008117227773029414540081172277730294" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 431016cc-999a-455a-8128-3a6239ba2d33, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7bd0a80e-5bf4-496b-8e1e-f478e131d1fa, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7bd0a80e-5bf4-496b-8e1e-f478e131d1fa, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17935586015732443735 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1793558601573244373517935586015732443735179355860157324437351793558601573244373517935586015732443735179355860157324437351793558601573244373517935586015732443735179355860157324437351793558601573244373517935586015732443735179355860157324437351793558601573244373517935586015732443735179355860157324437351793558601573244373517935586015732443735179355860157324437351793558601573244373517935586015732443735" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d3e114fd-ee37-4792-8213-3569b9c33531, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 82bc4de1-fad9-46f0-9059-d92408e87db1, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 82bc4de1-fad9-46f0-9059-d92408e87db1, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14950119474027062846 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1495011947402706284614950119474027062846149501194740270628461495011947402706284614950119474027062846149501194740270628461495011947402706284614950119474027062846149501194740270628461495011947402706284614950119474027062846149501194740270628461495011947402706284614950119474027062846149501194740270628461495011947402706284614950119474027062846149501194740270628461495011947402706284614950119474027062846" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7bd0a80e-5bf4-496b-8e1e-f478e131d1fa, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 52805eb5-4b86-4a23-b4de-267401dae810, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 52805eb5-4b86-4a23-b4de-267401dae810, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6113703189141344618 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61137031891413446186113703189141344618611370318914134461861137031891413446186113703189141344618611370318914134461861137031891413446186113703189141344618611370318914134461861137031891413446186113703189141344618611370318914134461861137031891413446186113703189141344618611370318914134461861137031891413446186113703189141344618611370318914134461861137031891413446186113703189141344618" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 82bc4de1-fad9-46f0-9059-d92408e87db1, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 944f8780-5904-4aa2-a07a-a65c960deaa6, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 944f8780-5904-4aa2-a07a-a65c960deaa6, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16320372672568626766 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1632037267256862676616320372672568626766163203726725686267661632037267256862676616320372672568626766163203726725686267661632037267256862676616320372672568626766163203726725686267661632037267256862676616320372672568626766163203726725686267661632037267256862676616320372672568626766163203726725686267661632037267256862676616320372672568626766163203726725686267661632037267256862676616320372672568626766" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 52805eb5-4b86-4a23-b4de-267401dae810, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0f5a303d-bf0e-4d0e-86cc-61a2d8dddeb5, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0f5a303d-bf0e-4d0e-86cc-61a2d8dddeb5, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17805550146462914950 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1780555014646291495017805550146462914950178055501464629149501780555014646291495017805550146462914950178055501464629149501780555014646291495017805550146462914950178055501464629149501780555014646291495017805550146462914950178055501464629149501780555014646291495017805550146462914950178055501464629149501780555014646291495017805550146462914950178055501464629149501780555014646291495017805550146462914950" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 944f8780-5904-4aa2-a07a-a65c960deaa6, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5ff0d5f5-cbeb-4b8d-8818-92d4a6c4abc7, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5ff0d5f5-cbeb-4b8d-8818-92d4a6c4abc7, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4892542284610900411 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48925422846109004114892542284610900411489254228461090041148925422846109004114892542284610900411489254228461090041148925422846109004114892542284610900411489254228461090041148925422846109004114892542284610900411489254228461090041148925422846109004114892542284610900411489254228461090041148925422846109004114892542284610900411489254228461090041148925422846109004114892542284610900411" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0f5a303d-bf0e-4d0e-86cc-61a2d8dddeb5, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0928525f-5225-4892-8bb3-3df2debef402, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0928525f-5225-4892-8bb3-3df2debef402, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9852153650810644968 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98521536508106449689852153650810644968985215365081064496898521536508106449689852153650810644968985215365081064496898521536508106449689852153650810644968985215365081064496898521536508106449689852153650810644968985215365081064496898521536508106449689852153650810644968985215365081064496898521536508106449689852153650810644968985215365081064496898521536508106449689852153650810644968" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5ff0d5f5-cbeb-4b8d-8818-92d4a6c4abc7, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 00bf08ba-228a-44ac-962a-947f2754c495, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 00bf08ba-228a-44ac-962a-947f2754c495, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13472098575418195303 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1347209857541819530313472098575418195303134720985754181953031347209857541819530313472098575418195303134720985754181953031347209857541819530313472098575418195303134720985754181953031347209857541819530313472098575418195303134720985754181953031347209857541819530313472098575418195303134720985754181953031347209857541819530313472098575418195303134720985754181953031347209857541819530313472098575418195303" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0928525f-5225-4892-8bb3-3df2debef402, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 75705f3a-fe96-44ec-ac27-423213d07ddd, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 75705f3a-fe96-44ec-ac27-423213d07ddd, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16598408172863960262 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1659840817286396026216598408172863960262165984081728639602621659840817286396026216598408172863960262165984081728639602621659840817286396026216598408172863960262165984081728639602621659840817286396026216598408172863960262165984081728639602621659840817286396026216598408172863960262165984081728639602621659840817286396026216598408172863960262165984081728639602621659840817286396026216598408172863960262" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 00bf08ba-228a-44ac-962a-947f2754c495, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 21493663-e1d4-494e-838d-e2c39be66b65, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 21493663-e1d4-494e-838d-e2c39be66b65, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18316072893431462 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1831607289343146218316072893431462183160728934314621831607289343146218316072893431462183160728934314621831607289343146218316072893431462183160728934314621831607289343146218316072893431462183160728934314621831607289343146218316072893431462183160728934314621831607289343146218316072893431462183160728934314621831607289343146218316072893431462" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 75705f3a-fe96-44ec-ac27-423213d07ddd, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e43fe826-0f15-472f-a361-928210a32a29, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e43fe826-0f15-472f-a361-928210a32a29, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10387745013464558952 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1038774501346455895210387745013464558952103877450134645589521038774501346455895210387745013464558952103877450134645589521038774501346455895210387745013464558952103877450134645589521038774501346455895210387745013464558952103877450134645589521038774501346455895210387745013464558952103877450134645589521038774501346455895210387745013464558952103877450134645589521038774501346455895210387745013464558952" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 21493663-e1d4-494e-838d-e2c39be66b65, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b3104e33-9299-4742-b123-7c759f2f6c52, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b3104e33-9299-4742-b123-7c759f2f6c52, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5709800605692492096 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57098006056924920965709800605692492096570980060569249209657098006056924920965709800605692492096570980060569249209657098006056924920965709800605692492096570980060569249209657098006056924920965709800605692492096570980060569249209657098006056924920965709800605692492096570980060569249209657098006056924920965709800605692492096570980060569249209657098006056924920965709800605692492096" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e43fe826-0f15-472f-a361-928210a32a29, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b094b59b-029d-4f83-a738-2c0c910f8725, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b094b59b-029d-4f83-a738-2c0c910f8725, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 126442605771253400 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "126442605771253400126442605771253400126442605771253400126442605771253400126442605771253400126442605771253400126442605771253400126442605771253400126442605771253400126442605771253400126442605771253400126442605771253400126442605771253400126442605771253400126442605771253400126442605771253400126442605771253400126442605771253400126442605771253400126442605771253400" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b3104e33-9299-4742-b123-7c759f2f6c52, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6258174c-13b2-457c-bd3e-a94605fd2880, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6258174c-13b2-457c-bd3e-a94605fd2880, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17281575525078921266 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1728157552507892126617281575525078921266172815755250789212661728157552507892126617281575525078921266172815755250789212661728157552507892126617281575525078921266172815755250789212661728157552507892126617281575525078921266172815755250789212661728157552507892126617281575525078921266172815755250789212661728157552507892126617281575525078921266172815755250789212661728157552507892126617281575525078921266" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b094b59b-029d-4f83-a738-2c0c910f8725, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ab875772-ddc1-4b32-9323-bac0207ab014, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ab875772-ddc1-4b32-9323-bac0207ab014, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17177710134107738209 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1717771013410773820917177710134107738209171777101341077382091717771013410773820917177710134107738209171777101341077382091717771013410773820917177710134107738209171777101341077382091717771013410773820917177710134107738209171777101341077382091717771013410773820917177710134107738209171777101341077382091717771013410773820917177710134107738209171777101341077382091717771013410773820917177710134107738209" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6258174c-13b2-457c-bd3e-a94605fd2880, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cb8612cd-c3db-4443-937e-2991e7929568, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cb8612cd-c3db-4443-937e-2991e7929568, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11252119001825403308 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1125211900182540330811252119001825403308112521190018254033081125211900182540330811252119001825403308112521190018254033081125211900182540330811252119001825403308112521190018254033081125211900182540330811252119001825403308112521190018254033081125211900182540330811252119001825403308112521190018254033081125211900182540330811252119001825403308112521190018254033081125211900182540330811252119001825403308" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ab875772-ddc1-4b32-9323-bac0207ab014, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c2f8ef7e-db9a-45c0-98cd-850bfa3b533d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c2f8ef7e-db9a-45c0-98cd-850bfa3b533d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15711830636846031909 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1571183063684603190915711830636846031909157118306368460319091571183063684603190915711830636846031909157118306368460319091571183063684603190915711830636846031909157118306368460319091571183063684603190915711830636846031909157118306368460319091571183063684603190915711830636846031909157118306368460319091571183063684603190915711830636846031909157118306368460319091571183063684603190915711830636846031909" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cb8612cd-c3db-4443-937e-2991e7929568, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1cb1c1d7-f4fc-4a59-ac17-65fa61a21aa3, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1cb1c1d7-f4fc-4a59-ac17-65fa61a21aa3, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13936307646199551998 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1393630764619955199813936307646199551998139363076461995519981393630764619955199813936307646199551998139363076461995519981393630764619955199813936307646199551998139363076461995519981393630764619955199813936307646199551998139363076461995519981393630764619955199813936307646199551998139363076461995519981393630764619955199813936307646199551998139363076461995519981393630764619955199813936307646199551998" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c2f8ef7e-db9a-45c0-98cd-850bfa3b533d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 48a3a0aa-5e2b-4287-be4b-ee0c75b983e5, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 48a3a0aa-5e2b-4287-be4b-ee0c75b983e5, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10065876538074390624 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1006587653807439062410065876538074390624100658765380743906241006587653807439062410065876538074390624100658765380743906241006587653807439062410065876538074390624100658765380743906241006587653807439062410065876538074390624100658765380743906241006587653807439062410065876538074390624100658765380743906241006587653807439062410065876538074390624100658765380743906241006587653807439062410065876538074390624" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 48a3a0aa-5e2b-4287-be4b-ee0c75b983e5, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4a9500da-c9a9-416c-8d05-7ef44cf5e488, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4a9500da-c9a9-416c-8d05-7ef44cf5e488, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14395698467669489451 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1439569846766948945114395698467669489451143956984676694894511439569846766948945114395698467669489451143956984676694894511439569846766948945114395698467669489451143956984676694894511439569846766948945114395698467669489451143956984676694894511439569846766948945114395698467669489451143956984676694894511439569846766948945114395698467669489451143956984676694894511439569846766948945114395698467669489451" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4a9500da-c9a9-416c-8d05-7ef44cf5e488, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 10e30b87-57f7-40b0-b7ef-58b64b3e3855, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 10e30b87-57f7-40b0-b7ef-58b64b3e3855, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6558708916959365597 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65587089169593655976558708916959365597655870891695936559765587089169593655976558708916959365597655870891695936559765587089169593655976558708916959365597655870891695936559765587089169593655976558708916959365597655870891695936559765587089169593655976558708916959365597655870891695936559765587089169593655976558708916959365597655870891695936559765587089169593655976558708916959365597" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1cb1c1d7-f4fc-4a59-ac17-65fa61a21aa3, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 39014e8d-96c4-4bab-b6f6-4eafbf5f0fc8, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 39014e8d-96c4-4bab-b6f6-4eafbf5f0fc8, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18355044655506809356 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1835504465550680935618355044655506809356183550446555068093561835504465550680935618355044655506809356183550446555068093561835504465550680935618355044655506809356183550446555068093561835504465550680935618355044655506809356183550446555068093561835504465550680935618355044655506809356183550446555068093561835504465550680935618355044655506809356183550446555068093561835504465550680935618355044655506809356" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 10e30b87-57f7-40b0-b7ef-58b64b3e3855, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a29ca496-3324-46ea-b218-5c991b6af5eb, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a29ca496-3324-46ea-b218-5c991b6af5eb, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4265238278088076266 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42652382780880762664265238278088076266426523827808807626642652382780880762664265238278088076266426523827808807626642652382780880762664265238278088076266426523827808807626642652382780880762664265238278088076266426523827808807626642652382780880762664265238278088076266426523827808807626642652382780880762664265238278088076266426523827808807626642652382780880762664265238278088076266" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 39014e8d-96c4-4bab-b6f6-4eafbf5f0fc8, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6ad0ce90-dd67-4865-ac8d-42cf73f439b3, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a29ca496-3324-46ea-b218-5c991b6af5eb, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6ad0ce90-dd67-4865-ac8d-42cf73f439b3, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10247151333785930920 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1024715133378593092010247151333785930920102471513337859309201024715133378593092010247151333785930920102471513337859309201024715133378593092010247151333785930920102471513337859309201024715133378593092010247151333785930920102471513337859309201024715133378593092010247151333785930920102471513337859309201024715133378593092010247151333785930920102471513337859309201024715133378593092010247151333785930920" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0942228c-e635-478a-bbab-cb7ee438189a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0942228c-e635-478a-bbab-cb7ee438189a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5466708549237927661 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54667085492379276615466708549237927661546670854923792766154667085492379276615466708549237927661546670854923792766154667085492379276615466708549237927661546670854923792766154667085492379276615466708549237927661546670854923792766154667085492379276615466708549237927661546670854923792766154667085492379276615466708549237927661546670854923792766154667085492379276615466708549237927661" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6ad0ce90-dd67-4865-ac8d-42cf73f439b3, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0942228c-e635-478a-bbab-cb7ee438189a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2e3f9e5c-6f3c-4764-81b1-4f6d27895077, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2e3f9e5c-6f3c-4764-81b1-4f6d27895077, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14201083573514717766 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1420108357351471776614201083573514717766142010835735147177661420108357351471776614201083573514717766142010835735147177661420108357351471776614201083573514717766142010835735147177661420108357351471776614201083573514717766142010835735147177661420108357351471776614201083573514717766142010835735147177661420108357351471776614201083573514717766142010835735147177661420108357351471776614201083573514717766" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a82309d4-4bcf-4f76-b61e-ac2a1d714fd2, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a82309d4-4bcf-4f76-b61e-ac2a1d714fd2, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8885133341317625298 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88851333413176252988885133341317625298888513334131762529888851333413176252988885133341317625298888513334131762529888851333413176252988885133341317625298888513334131762529888851333413176252988885133341317625298888513334131762529888851333413176252988885133341317625298888513334131762529888851333413176252988885133341317625298888513334131762529888851333413176252988885133341317625298" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2e3f9e5c-6f3c-4764-81b1-4f6d27895077, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5de668ba-458f-4973-b8aa-791caf1ffe2f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5de668ba-458f-4973-b8aa-791caf1ffe2f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1616302082521643273 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16163020825216432731616302082521643273161630208252164327316163020825216432731616302082521643273161630208252164327316163020825216432731616302082521643273161630208252164327316163020825216432731616302082521643273161630208252164327316163020825216432731616302082521643273161630208252164327316163020825216432731616302082521643273161630208252164327316163020825216432731616302082521643273" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a82309d4-4bcf-4f76-b61e-ac2a1d714fd2, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7946b8c5-f18d-4874-9127-25c32ead5101, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7946b8c5-f18d-4874-9127-25c32ead5101, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13664762460231815870 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1366476246023181587013664762460231815870136647624602318158701366476246023181587013664762460231815870136647624602318158701366476246023181587013664762460231815870136647624602318158701366476246023181587013664762460231815870136647624602318158701366476246023181587013664762460231815870136647624602318158701366476246023181587013664762460231815870136647624602318158701366476246023181587013664762460231815870" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5de668ba-458f-4973-b8aa-791caf1ffe2f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ae04752b-b1bc-4a33-acc9-95b13a6b20d4, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ae04752b-b1bc-4a33-acc9-95b13a6b20d4, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6224283332320201632 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62242833323202016326224283332320201632622428333232020163262242833323202016326224283332320201632622428333232020163262242833323202016326224283332320201632622428333232020163262242833323202016326224283332320201632622428333232020163262242833323202016326224283332320201632622428333232020163262242833323202016326224283332320201632622428333232020163262242833323202016326224283332320201632" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7946b8c5-f18d-4874-9127-25c32ead5101, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 22e2fb80-41ae-4912-a85d-34f81df99279, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 22e2fb80-41ae-4912-a85d-34f81df99279, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1207546928070461169 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12075469280704611691207546928070461169120754692807046116912075469280704611691207546928070461169120754692807046116912075469280704611691207546928070461169120754692807046116912075469280704611691207546928070461169120754692807046116912075469280704611691207546928070461169120754692807046116912075469280704611691207546928070461169120754692807046116912075469280704611691207546928070461169" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ae04752b-b1bc-4a33-acc9-95b13a6b20d4, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 040b9af7-f11f-4cc5-b5fc-d7de715ca9e7, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 040b9af7-f11f-4cc5-b5fc-d7de715ca9e7, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 999075992646378302 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "999075992646378302999075992646378302999075992646378302999075992646378302999075992646378302999075992646378302999075992646378302999075992646378302999075992646378302999075992646378302999075992646378302999075992646378302999075992646378302999075992646378302999075992646378302999075992646378302999075992646378302999075992646378302999075992646378302999075992646378302" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 22e2fb80-41ae-4912-a85d-34f81df99279, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 26285703-fd93-42b0-acef-37405032421d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 26285703-fd93-42b0-acef-37405032421d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6623940814279043269 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66239408142790432696623940814279043269662394081427904326966239408142790432696623940814279043269662394081427904326966239408142790432696623940814279043269662394081427904326966239408142790432696623940814279043269662394081427904326966239408142790432696623940814279043269662394081427904326966239408142790432696623940814279043269662394081427904326966239408142790432696623940814279043269" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 040b9af7-f11f-4cc5-b5fc-d7de715ca9e7, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 055a68fd-72be-4e2f-b660-8fa259c4075a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 055a68fd-72be-4e2f-b660-8fa259c4075a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3731028619812986086 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37310286198129860863731028619812986086373102861981298608637310286198129860863731028619812986086373102861981298608637310286198129860863731028619812986086373102861981298608637310286198129860863731028619812986086373102861981298608637310286198129860863731028619812986086373102861981298608637310286198129860863731028619812986086373102861981298608637310286198129860863731028619812986086" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 26285703-fd93-42b0-acef-37405032421d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 67c0d52d-98d0-463d-8c5b-ead001fd4508, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 67c0d52d-98d0-463d-8c5b-ead001fd4508, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1283146702637141539 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12831467026371415391283146702637141539128314670263714153912831467026371415391283146702637141539128314670263714153912831467026371415391283146702637141539128314670263714153912831467026371415391283146702637141539128314670263714153912831467026371415391283146702637141539128314670263714153912831467026371415391283146702637141539128314670263714153912831467026371415391283146702637141539" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 055a68fd-72be-4e2f-b660-8fa259c4075a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, aec090ac-8a0e-4a16-9a80-4b4d2423312e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aec090ac-8a0e-4a16-9a80-4b4d2423312e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3572294236518141703 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35722942365181417033572294236518141703357229423651814170335722942365181417033572294236518141703357229423651814170335722942365181417033572294236518141703357229423651814170335722942365181417033572294236518141703357229423651814170335722942365181417033572294236518141703357229423651814170335722942365181417033572294236518141703357229423651814170335722942365181417033572294236518141703" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 67c0d52d-98d0-463d-8c5b-ead001fd4508, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ec21d08f-6436-4c66-a0c2-c91f9b75b82d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aec090ac-8a0e-4a16-9a80-4b4d2423312e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1242e637-60bf-4cfe-b080-645229e2564b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1242e637-60bf-4cfe-b080-645229e2564b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15576022819504495515 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1557602281950449551515576022819504495515155760228195044955151557602281950449551515576022819504495515155760228195044955151557602281950449551515576022819504495515155760228195044955151557602281950449551515576022819504495515155760228195044955151557602281950449551515576022819504495515155760228195044955151557602281950449551515576022819504495515155760228195044955151557602281950449551515576022819504495515" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ec21d08f-6436-4c66-a0c2-c91f9b75b82d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13281187161635618249 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1328118716163561824913281187161635618249132811871616356182491328118716163561824913281187161635618249132811871616356182491328118716163561824913281187161635618249132811871616356182491328118716163561824913281187161635618249132811871616356182491328118716163561824913281187161635618249132811871616356182491328118716163561824913281187161635618249132811871616356182491328118716163561824913281187161635618249" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1242e637-60bf-4cfe-b080-645229e2564b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a896a8f5-2ee3-448d-92af-0e8e625167d9, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a896a8f5-2ee3-448d-92af-0e8e625167d9, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10907910705360666856 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1090791070536066685610907910705360666856109079107053606668561090791070536066685610907910705360666856109079107053606668561090791070536066685610907910705360666856109079107053606668561090791070536066685610907910705360666856109079107053606668561090791070536066685610907910705360666856109079107053606668561090791070536066685610907910705360666856109079107053606668561090791070536066685610907910705360666856" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ec21d08f-6436-4c66-a0c2-c91f9b75b82d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 44fddb3b-6ec0-48c9-9cdf-c38038194f64, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 44fddb3b-6ec0-48c9-9cdf-c38038194f64, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7702581043132818091 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77025810431328180917702581043132818091770258104313281809177025810431328180917702581043132818091770258104313281809177025810431328180917702581043132818091770258104313281809177025810431328180917702581043132818091770258104313281809177025810431328180917702581043132818091770258104313281809177025810431328180917702581043132818091770258104313281809177025810431328180917702581043132818091" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 44fddb3b-6ec0-48c9-9cdf-c38038194f64, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 43fac734-fe91-45e9-8a49-d86d50df373e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a896a8f5-2ee3-448d-92af-0e8e625167d9, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8ef22e70-9be8-4863-a83b-c12709d024cc, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8ef22e70-9be8-4863-a83b-c12709d024cc, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4915545117227079484 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49155451172270794844915545117227079484491554511722707948449155451172270794844915545117227079484491554511722707948449155451172270794844915545117227079484491554511722707948449155451172270794844915545117227079484491554511722707948449155451172270794844915545117227079484491554511722707948449155451172270794844915545117227079484491554511722707948449155451172270794844915545117227079484" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 43fac734-fe91-45e9-8a49-d86d50df373e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17557529393443214701 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1755752939344321470117557529393443214701175575293934432147011755752939344321470117557529393443214701175575293934432147011755752939344321470117557529393443214701175575293934432147011755752939344321470117557529393443214701175575293934432147011755752939344321470117557529393443214701175575293934432147011755752939344321470117557529393443214701175575293934432147011755752939344321470117557529393443214701" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8ef22e70-9be8-4863-a83b-c12709d024cc, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0af6cc4b-b1b2-493d-b5fb-4d9481e26f6b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0af6cc4b-b1b2-493d-b5fb-4d9481e26f6b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2756948681050113762 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27569486810501137622756948681050113762275694868105011376227569486810501137622756948681050113762275694868105011376227569486810501137622756948681050113762275694868105011376227569486810501137622756948681050113762275694868105011376227569486810501137622756948681050113762275694868105011376227569486810501137622756948681050113762275694868105011376227569486810501137622756948681050113762" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 43fac734-fe91-45e9-8a49-d86d50df373e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 622a1320-0ab0-4f17-bdef-6893f15b9974, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 622a1320-0ab0-4f17-bdef-6893f15b9974, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8062005074504833435 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80620050745048334358062005074504833435806200507450483343580620050745048334358062005074504833435806200507450483343580620050745048334358062005074504833435806200507450483343580620050745048334358062005074504833435806200507450483343580620050745048334358062005074504833435806200507450483343580620050745048334358062005074504833435806200507450483343580620050745048334358062005074504833435" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0af6cc4b-b1b2-493d-b5fb-4d9481e26f6b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a3c227de-7820-425d-b36d-6e0250ed7f5c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a3c227de-7820-425d-b36d-6e0250ed7f5c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10969009525070221973 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1096900952507022197310969009525070221973109690095250702219731096900952507022197310969009525070221973109690095250702219731096900952507022197310969009525070221973109690095250702219731096900952507022197310969009525070221973109690095250702219731096900952507022197310969009525070221973109690095250702219731096900952507022197310969009525070221973109690095250702219731096900952507022197310969009525070221973" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 622a1320-0ab0-4f17-bdef-6893f15b9974, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d09d958f-ac1c-41a0-8d96-25788df186f1, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d09d958f-ac1c-41a0-8d96-25788df186f1, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13033834538821520179 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1303383453882152017913033834538821520179130338345388215201791303383453882152017913033834538821520179130338345388215201791303383453882152017913033834538821520179130338345388215201791303383453882152017913033834538821520179130338345388215201791303383453882152017913033834538821520179130338345388215201791303383453882152017913033834538821520179130338345388215201791303383453882152017913033834538821520179" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d09d958f-ac1c-41a0-8d96-25788df186f1, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c7e1611b-1ae1-46fc-99fd-365bcde38afc, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c7e1611b-1ae1-46fc-99fd-365bcde38afc, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14667222587187737233 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1466722258718773723314667222587187737233146672225871877372331466722258718773723314667222587187737233146672225871877372331466722258718773723314667222587187737233146672225871877372331466722258718773723314667222587187737233146672225871877372331466722258718773723314667222587187737233146672225871877372331466722258718773723314667222587187737233146672225871877372331466722258718773723314667222587187737233" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a3c227de-7820-425d-b36d-6e0250ed7f5c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b229aebf-4e8c-430c-a098-5b9c30318204, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b229aebf-4e8c-430c-a098-5b9c30318204, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12005465543799437191 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1200546554379943719112005465543799437191120054655437994371911200546554379943719112005465543799437191120054655437994371911200546554379943719112005465543799437191120054655437994371911200546554379943719112005465543799437191120054655437994371911200546554379943719112005465543799437191120054655437994371911200546554379943719112005465543799437191120054655437994371911200546554379943719112005465543799437191" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c7e1611b-1ae1-46fc-99fd-365bcde38afc, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a9991324-b214-4642-a045-4f3fb8597b9e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a9991324-b214-4642-a045-4f3fb8597b9e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2526190370380657870 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25261903703806578702526190370380657870252619037038065787025261903703806578702526190370380657870252619037038065787025261903703806578702526190370380657870252619037038065787025261903703806578702526190370380657870252619037038065787025261903703806578702526190370380657870252619037038065787025261903703806578702526190370380657870252619037038065787025261903703806578702526190370380657870" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b229aebf-4e8c-430c-a098-5b9c30318204, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1084085f-6f46-4796-8c37-ee44fe8f8a13, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1084085f-6f46-4796-8c37-ee44fe8f8a13, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5952323568187594900 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59523235681875949005952323568187594900595232356818759490059523235681875949005952323568187594900595232356818759490059523235681875949005952323568187594900595232356818759490059523235681875949005952323568187594900595232356818759490059523235681875949005952323568187594900595232356818759490059523235681875949005952323568187594900595232356818759490059523235681875949005952323568187594900" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a9991324-b214-4642-a045-4f3fb8597b9e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 167f08a7-d344-4f02-9a2a-d057608b4944, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 167f08a7-d344-4f02-9a2a-d057608b4944, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17220438492433084355 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1722043849243308435517220438492433084355172204384924330843551722043849243308435517220438492433084355172204384924330843551722043849243308435517220438492433084355172204384924330843551722043849243308435517220438492433084355172204384924330843551722043849243308435517220438492433084355172204384924330843551722043849243308435517220438492433084355172204384924330843551722043849243308435517220438492433084355" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1084085f-6f46-4796-8c37-ee44fe8f8a13, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 84222125-cd32-4a46-be05-52168cfa2250, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 84222125-cd32-4a46-be05-52168cfa2250, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8037815674473189721 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80378156744731897218037815674473189721803781567447318972180378156744731897218037815674473189721803781567447318972180378156744731897218037815674473189721803781567447318972180378156744731897218037815674473189721803781567447318972180378156744731897218037815674473189721803781567447318972180378156744731897218037815674473189721803781567447318972180378156744731897218037815674473189721" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 167f08a7-d344-4f02-9a2a-d057608b4944, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b635e55c-f0c6-4b6c-ac90-db87e2f59fca, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b635e55c-f0c6-4b6c-ac90-db87e2f59fca, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8675366186682022631 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86753661866820226318675366186682022631867536618668202263186753661866820226318675366186682022631867536618668202263186753661866820226318675366186682022631867536618668202263186753661866820226318675366186682022631867536618668202263186753661866820226318675366186682022631867536618668202263186753661866820226318675366186682022631867536618668202263186753661866820226318675366186682022631" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 84222125-cd32-4a46-be05-52168cfa2250, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 47b8a0de-4137-4837-88be-9513975b10dd, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 47b8a0de-4137-4837-88be-9513975b10dd, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9015681391109231742 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90156813911092317429015681391109231742901568139110923174290156813911092317429015681391109231742901568139110923174290156813911092317429015681391109231742901568139110923174290156813911092317429015681391109231742901568139110923174290156813911092317429015681391109231742901568139110923174290156813911092317429015681391109231742901568139110923174290156813911092317429015681391109231742" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b635e55c-f0c6-4b6c-ac90-db87e2f59fca, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, afa4a241-b676-4dd6-a054-fa782eee6e8c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, afa4a241-b676-4dd6-a054-fa782eee6e8c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9973201888576490505 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99732018885764905059973201888576490505997320188857649050599732018885764905059973201888576490505997320188857649050599732018885764905059973201888576490505997320188857649050599732018885764905059973201888576490505997320188857649050599732018885764905059973201888576490505997320188857649050599732018885764905059973201888576490505997320188857649050599732018885764905059973201888576490505" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 47b8a0de-4137-4837-88be-9513975b10dd, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b1c358b3-0e40-4caf-9b21-b582284ae4cc, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b1c358b3-0e40-4caf-9b21-b582284ae4cc, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6297250312494852188 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62972503124948521886297250312494852188629725031249485218862972503124948521886297250312494852188629725031249485218862972503124948521886297250312494852188629725031249485218862972503124948521886297250312494852188629725031249485218862972503124948521886297250312494852188629725031249485218862972503124948521886297250312494852188629725031249485218862972503124948521886297250312494852188" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, afa4a241-b676-4dd6-a054-fa782eee6e8c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 96012809-a844-4301-8490-5b8592470eb4, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 96012809-a844-4301-8490-5b8592470eb4, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10612135422729405295 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1061213542272940529510612135422729405295106121354227294052951061213542272940529510612135422729405295106121354227294052951061213542272940529510612135422729405295106121354227294052951061213542272940529510612135422729405295106121354227294052951061213542272940529510612135422729405295106121354227294052951061213542272940529510612135422729405295106121354227294052951061213542272940529510612135422729405295" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b1c358b3-0e40-4caf-9b21-b582284ae4cc, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dec43d21-d97b-4691-a700-0c0126b99fa5, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dec43d21-d97b-4691-a700-0c0126b99fa5, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1930043962085973537 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19300439620859735371930043962085973537193004396208597353719300439620859735371930043962085973537193004396208597353719300439620859735371930043962085973537193004396208597353719300439620859735371930043962085973537193004396208597353719300439620859735371930043962085973537193004396208597353719300439620859735371930043962085973537193004396208597353719300439620859735371930043962085973537" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 96012809-a844-4301-8490-5b8592470eb4, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 74ad36d9-b9d2-490d-9dde-a0be79d133dc, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 74ad36d9-b9d2-490d-9dde-a0be79d133dc, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1967852621253479397 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19678526212534793971967852621253479397196785262125347939719678526212534793971967852621253479397196785262125347939719678526212534793971967852621253479397196785262125347939719678526212534793971967852621253479397196785262125347939719678526212534793971967852621253479397196785262125347939719678526212534793971967852621253479397196785262125347939719678526212534793971967852621253479397" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dec43d21-d97b-4691-a700-0c0126b99fa5, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cdb8bb0b-87a8-401f-ac90-bdcddccc367e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cdb8bb0b-87a8-401f-ac90-bdcddccc367e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7484498563677035374 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74844985636770353747484498563677035374748449856367703537474844985636770353747484498563677035374748449856367703537474844985636770353747484498563677035374748449856367703537474844985636770353747484498563677035374748449856367703537474844985636770353747484498563677035374748449856367703537474844985636770353747484498563677035374748449856367703537474844985636770353747484498563677035374" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 74ad36d9-b9d2-490d-9dde-a0be79d133dc, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a3b35d53-773a-46de-8f38-1615da18337f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a3b35d53-773a-46de-8f38-1615da18337f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16358208470778398232 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1635820847077839823216358208470778398232163582084707783982321635820847077839823216358208470778398232163582084707783982321635820847077839823216358208470778398232163582084707783982321635820847077839823216358208470778398232163582084707783982321635820847077839823216358208470778398232163582084707783982321635820847077839823216358208470778398232163582084707783982321635820847077839823216358208470778398232" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cdb8bb0b-87a8-401f-ac90-bdcddccc367e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bd838cf4-5aa6-4816-a9b0-a717c84dfe50, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bd838cf4-5aa6-4816-a9b0-a717c84dfe50, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11741511601702314455 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1174151160170231445511741511601702314455117415116017023144551174151160170231445511741511601702314455117415116017023144551174151160170231445511741511601702314455117415116017023144551174151160170231445511741511601702314455117415116017023144551174151160170231445511741511601702314455117415116017023144551174151160170231445511741511601702314455117415116017023144551174151160170231445511741511601702314455" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a3b35d53-773a-46de-8f38-1615da18337f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 248b51a4-43c4-4e4d-874d-15a55703ba61, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 248b51a4-43c4-4e4d-874d-15a55703ba61, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11660015759369429465 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1166001575936942946511660015759369429465116600157593694294651166001575936942946511660015759369429465116600157593694294651166001575936942946511660015759369429465116600157593694294651166001575936942946511660015759369429465116600157593694294651166001575936942946511660015759369429465116600157593694294651166001575936942946511660015759369429465116600157593694294651166001575936942946511660015759369429465" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bd838cf4-5aa6-4816-a9b0-a717c84dfe50, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 69207f25-70cd-4a9e-b982-7684892dbd46, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 69207f25-70cd-4a9e-b982-7684892dbd46, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1150575988672367703 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11505759886723677031150575988672367703115057598867236770311505759886723677031150575988672367703115057598867236770311505759886723677031150575988672367703115057598867236770311505759886723677031150575988672367703115057598867236770311505759886723677031150575988672367703115057598867236770311505759886723677031150575988672367703115057598867236770311505759886723677031150575988672367703" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 248b51a4-43c4-4e4d-874d-15a55703ba61, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 32ec93d8-b44c-4a49-83c9-bf11e040e72c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 32ec93d8-b44c-4a49-83c9-bf11e040e72c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9176713595153827145 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91767135951538271459176713595153827145917671359515382714591767135951538271459176713595153827145917671359515382714591767135951538271459176713595153827145917671359515382714591767135951538271459176713595153827145917671359515382714591767135951538271459176713595153827145917671359515382714591767135951538271459176713595153827145917671359515382714591767135951538271459176713595153827145" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 69207f25-70cd-4a9e-b982-7684892dbd46, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5e15a9de-2318-48a7-9658-d6ddc5756ce2, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5e15a9de-2318-48a7-9658-d6ddc5756ce2, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6876041986008013505 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68760419860080135056876041986008013505687604198600801350568760419860080135056876041986008013505687604198600801350568760419860080135056876041986008013505687604198600801350568760419860080135056876041986008013505687604198600801350568760419860080135056876041986008013505687604198600801350568760419860080135056876041986008013505687604198600801350568760419860080135056876041986008013505" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 32ec93d8-b44c-4a49-83c9-bf11e040e72c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6b2f1ba8-d74b-4c04-9b46-806fa1fdb5dc, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6b2f1ba8-d74b-4c04-9b46-806fa1fdb5dc, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4883299283025952579 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48832992830259525794883299283025952579488329928302595257948832992830259525794883299283025952579488329928302595257948832992830259525794883299283025952579488329928302595257948832992830259525794883299283025952579488329928302595257948832992830259525794883299283025952579488329928302595257948832992830259525794883299283025952579488329928302595257948832992830259525794883299283025952579" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6b2f1ba8-d74b-4c04-9b46-806fa1fdb5dc, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c4247b12-1461-4460-bcef-69481c38468e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c4247b12-1461-4460-bcef-69481c38468e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8323337337758434955 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83233373377584349558323337337758434955832333733775843495583233373377584349558323337337758434955832333733775843495583233373377584349558323337337758434955832333733775843495583233373377584349558323337337758434955832333733775843495583233373377584349558323337337758434955832333733775843495583233373377584349558323337337758434955832333733775843495583233373377584349558323337337758434955" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5e15a9de-2318-48a7-9658-d6ddc5756ce2, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2563255c-65f0-4d65-91ea-2243dfd6e996, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2563255c-65f0-4d65-91ea-2243dfd6e996, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3211182731442107536 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32111827314421075363211182731442107536321118273144210753632111827314421075363211182731442107536321118273144210753632111827314421075363211182731442107536321118273144210753632111827314421075363211182731442107536321118273144210753632111827314421075363211182731442107536321118273144210753632111827314421075363211182731442107536321118273144210753632111827314421075363211182731442107536" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c4247b12-1461-4460-bcef-69481c38468e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1313ccdd-1c3e-4126-8080-dd014c30241c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1313ccdd-1c3e-4126-8080-dd014c30241c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11471598841369110747 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1147159884136911074711471598841369110747114715988413691107471147159884136911074711471598841369110747114715988413691107471147159884136911074711471598841369110747114715988413691107471147159884136911074711471598841369110747114715988413691107471147159884136911074711471598841369110747114715988413691107471147159884136911074711471598841369110747114715988413691107471147159884136911074711471598841369110747" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2563255c-65f0-4d65-91ea-2243dfd6e996, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 74523f0a-543c-4b4b-a356-c6cc887e9b6f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 74523f0a-543c-4b4b-a356-c6cc887e9b6f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5643162345420516518 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56431623454205165185643162345420516518564316234542051651856431623454205165185643162345420516518564316234542051651856431623454205165185643162345420516518564316234542051651856431623454205165185643162345420516518564316234542051651856431623454205165185643162345420516518564316234542051651856431623454205165185643162345420516518564316234542051651856431623454205165185643162345420516518" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1313ccdd-1c3e-4126-8080-dd014c30241c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, adaad051-a12c-4e44-922a-465b2289e403, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, adaad051-a12c-4e44-922a-465b2289e403, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17560923201504100137 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1756092320150410013717560923201504100137175609232015041001371756092320150410013717560923201504100137175609232015041001371756092320150410013717560923201504100137175609232015041001371756092320150410013717560923201504100137175609232015041001371756092320150410013717560923201504100137175609232015041001371756092320150410013717560923201504100137175609232015041001371756092320150410013717560923201504100137" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, adaad051-a12c-4e44-922a-465b2289e403, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a28294e4-641e-4cba-93f4-8b0ae6702f15, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a28294e4-641e-4cba-93f4-8b0ae6702f15, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8931365453275789383 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89313654532757893838931365453275789383893136545327578938389313654532757893838931365453275789383893136545327578938389313654532757893838931365453275789383893136545327578938389313654532757893838931365453275789383893136545327578938389313654532757893838931365453275789383893136545327578938389313654532757893838931365453275789383893136545327578938389313654532757893838931365453275789383" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 74523f0a-543c-4b4b-a356-c6cc887e9b6f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 70922e4e-94fa-47b5-99b8-804d5db46dbc, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 70922e4e-94fa-47b5-99b8-804d5db46dbc, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 161732306847329954 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "161732306847329954161732306847329954161732306847329954161732306847329954161732306847329954161732306847329954161732306847329954161732306847329954161732306847329954161732306847329954161732306847329954161732306847329954161732306847329954161732306847329954161732306847329954161732306847329954161732306847329954161732306847329954161732306847329954161732306847329954" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a28294e4-641e-4cba-93f4-8b0ae6702f15, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8b109ab3-0299-49f5-991b-87d1811e621e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8b109ab3-0299-49f5-991b-87d1811e621e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2678123159050915930 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26781231590509159302678123159050915930267812315905091593026781231590509159302678123159050915930267812315905091593026781231590509159302678123159050915930267812315905091593026781231590509159302678123159050915930267812315905091593026781231590509159302678123159050915930267812315905091593026781231590509159302678123159050915930267812315905091593026781231590509159302678123159050915930" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 70922e4e-94fa-47b5-99b8-804d5db46dbc, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2cb2844e-fafa-4d92-b2b7-6179fdc0cbf8, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2cb2844e-fafa-4d92-b2b7-6179fdc0cbf8, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3832451162521071366 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38324511625210713663832451162521071366383245116252107136638324511625210713663832451162521071366383245116252107136638324511625210713663832451162521071366383245116252107136638324511625210713663832451162521071366383245116252107136638324511625210713663832451162521071366383245116252107136638324511625210713663832451162521071366383245116252107136638324511625210713663832451162521071366" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8b109ab3-0299-49f5-991b-87d1811e621e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 03518edd-d301-4f2c-92dc-280c5acf6735, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 03518edd-d301-4f2c-92dc-280c5acf6735, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7185905709563013198 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71859057095630131987185905709563013198718590570956301319871859057095630131987185905709563013198718590570956301319871859057095630131987185905709563013198718590570956301319871859057095630131987185905709563013198718590570956301319871859057095630131987185905709563013198718590570956301319871859057095630131987185905709563013198718590570956301319871859057095630131987185905709563013198" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2cb2844e-fafa-4d92-b2b7-6179fdc0cbf8, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 642c6d9e-5870-4e70-9d8b-18a3b2c9b4a6, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 642c6d9e-5870-4e70-9d8b-18a3b2c9b4a6, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11339199515716856421 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1133919951571685642111339199515716856421113391995157168564211133919951571685642111339199515716856421113391995157168564211133919951571685642111339199515716856421113391995157168564211133919951571685642111339199515716856421113391995157168564211133919951571685642111339199515716856421113391995157168564211133919951571685642111339199515716856421113391995157168564211133919951571685642111339199515716856421" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 03518edd-d301-4f2c-92dc-280c5acf6735, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 083e1ba2-6bc9-459c-a60f-51ffd603b919, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 083e1ba2-6bc9-459c-a60f-51ffd603b919, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12786235691672952623 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1278623569167295262312786235691672952623127862356916729526231278623569167295262312786235691672952623127862356916729526231278623569167295262312786235691672952623127862356916729526231278623569167295262312786235691672952623127862356916729526231278623569167295262312786235691672952623127862356916729526231278623569167295262312786235691672952623127862356916729526231278623569167295262312786235691672952623" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 642c6d9e-5870-4e70-9d8b-18a3b2c9b4a6, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fc462794-b2f3-4e1b-94a7-206af1df406a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fc462794-b2f3-4e1b-94a7-206af1df406a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15433341310988722784 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1543334131098872278415433341310988722784154333413109887227841543334131098872278415433341310988722784154333413109887227841543334131098872278415433341310988722784154333413109887227841543334131098872278415433341310988722784154333413109887227841543334131098872278415433341310988722784154333413109887227841543334131098872278415433341310988722784154333413109887227841543334131098872278415433341310988722784" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 083e1ba2-6bc9-459c-a60f-51ffd603b919, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f31a04c7-a6ad-498b-b5c9-fb34411facf0, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f31a04c7-a6ad-498b-b5c9-fb34411facf0, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3765972793508545161 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37659727935085451613765972793508545161376597279350854516137659727935085451613765972793508545161376597279350854516137659727935085451613765972793508545161376597279350854516137659727935085451613765972793508545161376597279350854516137659727935085451613765972793508545161376597279350854516137659727935085451613765972793508545161376597279350854516137659727935085451613765972793508545161" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fc462794-b2f3-4e1b-94a7-206af1df406a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bfedd03b-49fc-4177-8032-db08024938d2, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bfedd03b-49fc-4177-8032-db08024938d2, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12843062292657083894 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1284306229265708389412843062292657083894128430622926570838941284306229265708389412843062292657083894128430622926570838941284306229265708389412843062292657083894128430622926570838941284306229265708389412843062292657083894128430622926570838941284306229265708389412843062292657083894128430622926570838941284306229265708389412843062292657083894128430622926570838941284306229265708389412843062292657083894" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f31a04c7-a6ad-498b-b5c9-fb34411facf0, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e9692525-d74a-46cf-af82-f3b4569b24ea, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e9692525-d74a-46cf-af82-f3b4569b24ea, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 977445513061514895 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "977445513061514895977445513061514895977445513061514895977445513061514895977445513061514895977445513061514895977445513061514895977445513061514895977445513061514895977445513061514895977445513061514895977445513061514895977445513061514895977445513061514895977445513061514895977445513061514895977445513061514895977445513061514895977445513061514895977445513061514895" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bfedd03b-49fc-4177-8032-db08024938d2, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ca2c61a3-4895-421c-9de8-e1228696f9da, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ca2c61a3-4895-421c-9de8-e1228696f9da, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9365156759829688359 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93651567598296883599365156759829688359936515675982968835993651567598296883599365156759829688359936515675982968835993651567598296883599365156759829688359936515675982968835993651567598296883599365156759829688359936515675982968835993651567598296883599365156759829688359936515675982968835993651567598296883599365156759829688359936515675982968835993651567598296883599365156759829688359" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e9692525-d74a-46cf-af82-f3b4569b24ea, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 80a8f4a6-d3b8-4226-8ea2-cf420aac6cc2, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 80a8f4a6-d3b8-4226-8ea2-cf420aac6cc2, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6632662041358656568 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66326620413586565686632662041358656568663266204135865656866326620413586565686632662041358656568663266204135865656866326620413586565686632662041358656568663266204135865656866326620413586565686632662041358656568663266204135865656866326620413586565686632662041358656568663266204135865656866326620413586565686632662041358656568663266204135865656866326620413586565686632662041358656568" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ca2c61a3-4895-421c-9de8-e1228696f9da, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 24790466-8f79-475d-8438-9ba78a87f76b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 24790466-8f79-475d-8438-9ba78a87f76b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3547004584246981334 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35470045842469813343547004584246981334354700458424698133435470045842469813343547004584246981334354700458424698133435470045842469813343547004584246981334354700458424698133435470045842469813343547004584246981334354700458424698133435470045842469813343547004584246981334354700458424698133435470045842469813343547004584246981334354700458424698133435470045842469813343547004584246981334" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 80a8f4a6-d3b8-4226-8ea2-cf420aac6cc2, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dedcb018-e962-48fa-a02a-efca06cb5549, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dedcb018-e962-48fa-a02a-efca06cb5549, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4533764049032182701 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45337640490321827014533764049032182701453376404903218270145337640490321827014533764049032182701453376404903218270145337640490321827014533764049032182701453376404903218270145337640490321827014533764049032182701453376404903218270145337640490321827014533764049032182701453376404903218270145337640490321827014533764049032182701453376404903218270145337640490321827014533764049032182701" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 24790466-8f79-475d-8438-9ba78a87f76b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5424fe51-84d5-45b3-bbca-b72cca2ed934, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5424fe51-84d5-45b3-bbca-b72cca2ed934, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4812390897684061843 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48123908976840618434812390897684061843481239089768406184348123908976840618434812390897684061843481239089768406184348123908976840618434812390897684061843481239089768406184348123908976840618434812390897684061843481239089768406184348123908976840618434812390897684061843481239089768406184348123908976840618434812390897684061843481239089768406184348123908976840618434812390897684061843" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dedcb018-e962-48fa-a02a-efca06cb5549, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a6cab848-c67e-483e-81ce-2d2be71ab13a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a6cab848-c67e-483e-81ce-2d2be71ab13a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14894167379160035798 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1489416737916003579814894167379160035798148941673791600357981489416737916003579814894167379160035798148941673791600357981489416737916003579814894167379160035798148941673791600357981489416737916003579814894167379160035798148941673791600357981489416737916003579814894167379160035798148941673791600357981489416737916003579814894167379160035798148941673791600357981489416737916003579814894167379160035798" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5424fe51-84d5-45b3-bbca-b72cca2ed934, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 28505a15-d09a-4cc6-b97f-6b230ee89029, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 28505a15-d09a-4cc6-b97f-6b230ee89029, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17986426773824162749 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1798642677382416274917986426773824162749179864267738241627491798642677382416274917986426773824162749179864267738241627491798642677382416274917986426773824162749179864267738241627491798642677382416274917986426773824162749179864267738241627491798642677382416274917986426773824162749179864267738241627491798642677382416274917986426773824162749179864267738241627491798642677382416274917986426773824162749" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a6cab848-c67e-483e-81ce-2d2be71ab13a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5c5863dd-afd2-43fc-b15e-9a366510e508, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 28505a15-d09a-4cc6-b97f-6b230ee89029, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 47d3bd28-f4fb-4452-a01d-ce81b6d3fe50, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5c5863dd-afd2-43fc-b15e-9a366510e508, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12822780344009638783 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1282278034400963878312822780344009638783128227803440096387831282278034400963878312822780344009638783128227803440096387831282278034400963878312822780344009638783128227803440096387831282278034400963878312822780344009638783128227803440096387831282278034400963878312822780344009638783128227803440096387831282278034400963878312822780344009638783128227803440096387831282278034400963878312822780344009638783" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 47d3bd28-f4fb-4452-a01d-ce81b6d3fe50, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6328836334172562063 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63288363341725620636328836334172562063632883633417256206363288363341725620636328836334172562063632883633417256206363288363341725620636328836334172562063632883633417256206363288363341725620636328836334172562063632883633417256206363288363341725620636328836334172562063632883633417256206363288363341725620636328836334172562063632883633417256206363288363341725620636328836334172562063" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 47d3bd28-f4fb-4452-a01d-ce81b6d3fe50, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d00c9325-c2c4-492b-9e02-bddc92a85b84, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d00c9325-c2c4-492b-9e02-bddc92a85b84, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16936161395331604301 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1693616139533160430116936161395331604301169361613953316043011693616139533160430116936161395331604301169361613953316043011693616139533160430116936161395331604301169361613953316043011693616139533160430116936161395331604301169361613953316043011693616139533160430116936161395331604301169361613953316043011693616139533160430116936161395331604301169361613953316043011693616139533160430116936161395331604301" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5c5863dd-afd2-43fc-b15e-9a366510e508, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5ae5fc37-98e0-4d33-987f-c1aa73ea1a73, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5ae5fc37-98e0-4d33-987f-c1aa73ea1a73, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1933827416295945175 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19338274162959451751933827416295945175193382741629594517519338274162959451751933827416295945175193382741629594517519338274162959451751933827416295945175193382741629594517519338274162959451751933827416295945175193382741629594517519338274162959451751933827416295945175193382741629594517519338274162959451751933827416295945175193382741629594517519338274162959451751933827416295945175" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d00c9325-c2c4-492b-9e02-bddc92a85b84, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e57328f4-6e85-4bf9-8dfc-d623c1baaf5e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e57328f4-6e85-4bf9-8dfc-d623c1baaf5e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13016467072250524343 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1301646707225052434313016467072250524343130164670722505243431301646707225052434313016467072250524343130164670722505243431301646707225052434313016467072250524343130164670722505243431301646707225052434313016467072250524343130164670722505243431301646707225052434313016467072250524343130164670722505243431301646707225052434313016467072250524343130164670722505243431301646707225052434313016467072250524343" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5ae5fc37-98e0-4d33-987f-c1aa73ea1a73, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 98128d36-d835-4604-be90-87688d3f1beb, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 98128d36-d835-4604-be90-87688d3f1beb, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4304988176896183940 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43049881768961839404304988176896183940430498817689618394043049881768961839404304988176896183940430498817689618394043049881768961839404304988176896183940430498817689618394043049881768961839404304988176896183940430498817689618394043049881768961839404304988176896183940430498817689618394043049881768961839404304988176896183940430498817689618394043049881768961839404304988176896183940" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 98128d36-d835-4604-be90-87688d3f1beb, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2613d2c5-3f88-4570-a55b-71f00746191a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2613d2c5-3f88-4570-a55b-71f00746191a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2701414582115584362 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27014145821155843622701414582115584362270141458211558436227014145821155843622701414582115584362270141458211558436227014145821155843622701414582115584362270141458211558436227014145821155843622701414582115584362270141458211558436227014145821155843622701414582115584362270141458211558436227014145821155843622701414582115584362270141458211558436227014145821155843622701414582115584362" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e57328f4-6e85-4bf9-8dfc-d623c1baaf5e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 80753dd7-705a-4bb4-b719-6c0cdd9e71a1, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 80753dd7-705a-4bb4-b719-6c0cdd9e71a1, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5688328025451405786 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56883280254514057865688328025451405786568832802545140578656883280254514057865688328025451405786568832802545140578656883280254514057865688328025451405786568832802545140578656883280254514057865688328025451405786568832802545140578656883280254514057865688328025451405786568832802545140578656883280254514057865688328025451405786568832802545140578656883280254514057865688328025451405786" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2613d2c5-3f88-4570-a55b-71f00746191a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 162ed8d1-3cf0-465f-9a44-808b920099d2, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 162ed8d1-3cf0-465f-9a44-808b920099d2, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6713807656057767090 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67138076560577670906713807656057767090671380765605776709067138076560577670906713807656057767090671380765605776709067138076560577670906713807656057767090671380765605776709067138076560577670906713807656057767090671380765605776709067138076560577670906713807656057767090671380765605776709067138076560577670906713807656057767090671380765605776709067138076560577670906713807656057767090" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 80753dd7-705a-4bb4-b719-6c0cdd9e71a1, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 781545bb-23d6-4ae2-92f3-7870c14f65a1, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 781545bb-23d6-4ae2-92f3-7870c14f65a1, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12828940443229915669 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1282894044322991566912828940443229915669128289404432299156691282894044322991566912828940443229915669128289404432299156691282894044322991566912828940443229915669128289404432299156691282894044322991566912828940443229915669128289404432299156691282894044322991566912828940443229915669128289404432299156691282894044322991566912828940443229915669128289404432299156691282894044322991566912828940443229915669" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 162ed8d1-3cf0-465f-9a44-808b920099d2, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 48d7c276-7370-4294-aa5e-18f918079d77, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 48d7c276-7370-4294-aa5e-18f918079d77, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13115421790031773845 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1311542179003177384513115421790031773845131154217900317738451311542179003177384513115421790031773845131154217900317738451311542179003177384513115421790031773845131154217900317738451311542179003177384513115421790031773845131154217900317738451311542179003177384513115421790031773845131154217900317738451311542179003177384513115421790031773845131154217900317738451311542179003177384513115421790031773845" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 781545bb-23d6-4ae2-92f3-7870c14f65a1, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e0991678-81ef-4a11-aff4-002e6528e970, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e0991678-81ef-4a11-aff4-002e6528e970, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12874041915105293812 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1287404191510529381212874041915105293812128740419151052938121287404191510529381212874041915105293812128740419151052938121287404191510529381212874041915105293812128740419151052938121287404191510529381212874041915105293812128740419151052938121287404191510529381212874041915105293812128740419151052938121287404191510529381212874041915105293812128740419151052938121287404191510529381212874041915105293812" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 48d7c276-7370-4294-aa5e-18f918079d77, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c27c2c7f-cdea-40f1-b74b-bf38f17fc767, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c27c2c7f-cdea-40f1-b74b-bf38f17fc767, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 450726456156343893 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "450726456156343893450726456156343893450726456156343893450726456156343893450726456156343893450726456156343893450726456156343893450726456156343893450726456156343893450726456156343893450726456156343893450726456156343893450726456156343893450726456156343893450726456156343893450726456156343893450726456156343893450726456156343893450726456156343893450726456156343893" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e0991678-81ef-4a11-aff4-002e6528e970, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5bb8a27a-b261-4f5b-8a2f-11e96d3dae68, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5bb8a27a-b261-4f5b-8a2f-11e96d3dae68, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15138902682295230358 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1513890268229523035815138902682295230358151389026822952303581513890268229523035815138902682295230358151389026822952303581513890268229523035815138902682295230358151389026822952303581513890268229523035815138902682295230358151389026822952303581513890268229523035815138902682295230358151389026822952303581513890268229523035815138902682295230358151389026822952303581513890268229523035815138902682295230358" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c27c2c7f-cdea-40f1-b74b-bf38f17fc767, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6b398c53-1c09-49cd-9ef9-1d142dec9a02, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6b398c53-1c09-49cd-9ef9-1d142dec9a02, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15229955028372091155 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1522995502837209115515229955028372091155152299550283720911551522995502837209115515229955028372091155152299550283720911551522995502837209115515229955028372091155152299550283720911551522995502837209115515229955028372091155152299550283720911551522995502837209115515229955028372091155152299550283720911551522995502837209115515229955028372091155152299550283720911551522995502837209115515229955028372091155" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5bb8a27a-b261-4f5b-8a2f-11e96d3dae68, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bf98139b-d826-4d2a-889c-9ad94cfb7de1, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bf98139b-d826-4d2a-889c-9ad94cfb7de1, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1299931404300258210 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12999314043002582101299931404300258210129993140430025821012999314043002582101299931404300258210129993140430025821012999314043002582101299931404300258210129993140430025821012999314043002582101299931404300258210129993140430025821012999314043002582101299931404300258210129993140430025821012999314043002582101299931404300258210129993140430025821012999314043002582101299931404300258210" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6b398c53-1c09-49cd-9ef9-1d142dec9a02, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f76f2a86-a540-4c85-b01a-6e663bc3be30, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f76f2a86-a540-4c85-b01a-6e663bc3be30, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16027288925975522461 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1602728892597552246116027288925975522461160272889259755224611602728892597552246116027288925975522461160272889259755224611602728892597552246116027288925975522461160272889259755224611602728892597552246116027288925975522461160272889259755224611602728892597552246116027288925975522461160272889259755224611602728892597552246116027288925975522461160272889259755224611602728892597552246116027288925975522461" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bf98139b-d826-4d2a-889c-9ad94cfb7de1, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 397da1f9-00c1-47de-9a17-96c0736723a2, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 397da1f9-00c1-47de-9a17-96c0736723a2, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16711114127253165627 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1671111412725316562716711114127253165627167111141272531656271671111412725316562716711114127253165627167111141272531656271671111412725316562716711114127253165627167111141272531656271671111412725316562716711114127253165627167111141272531656271671111412725316562716711114127253165627167111141272531656271671111412725316562716711114127253165627167111141272531656271671111412725316562716711114127253165627" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f76f2a86-a540-4c85-b01a-6e663bc3be30, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 207a944f-cea4-4898-bf65-a0e778f2b01d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 207a944f-cea4-4898-bf65-a0e778f2b01d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17678361745104024351 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1767836174510402435117678361745104024351176783617451040243511767836174510402435117678361745104024351176783617451040243511767836174510402435117678361745104024351176783617451040243511767836174510402435117678361745104024351176783617451040243511767836174510402435117678361745104024351176783617451040243511767836174510402435117678361745104024351176783617451040243511767836174510402435117678361745104024351" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 397da1f9-00c1-47de-9a17-96c0736723a2, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c95f5840-9822-4355-95b5-5360ff6b2301, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c95f5840-9822-4355-95b5-5360ff6b2301, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8622153283023885196 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86221532830238851968622153283023885196862215328302388519686221532830238851968622153283023885196862215328302388519686221532830238851968622153283023885196862215328302388519686221532830238851968622153283023885196862215328302388519686221532830238851968622153283023885196862215328302388519686221532830238851968622153283023885196862215328302388519686221532830238851968622153283023885196" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 207a944f-cea4-4898-bf65-a0e778f2b01d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4cabac9e-8551-46ce-b2ad-ec52ca6e779c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4cabac9e-8551-46ce-b2ad-ec52ca6e779c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8118242856864879082 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81182428568648790828118242856864879082811824285686487908281182428568648790828118242856864879082811824285686487908281182428568648790828118242856864879082811824285686487908281182428568648790828118242856864879082811824285686487908281182428568648790828118242856864879082811824285686487908281182428568648790828118242856864879082811824285686487908281182428568648790828118242856864879082" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c95f5840-9822-4355-95b5-5360ff6b2301, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 838dca77-d783-422a-87f7-eb7c986a6404, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 838dca77-d783-422a-87f7-eb7c986a6404, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15497142637618053737 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1549714263761805373715497142637618053737154971426376180537371549714263761805373715497142637618053737154971426376180537371549714263761805373715497142637618053737154971426376180537371549714263761805373715497142637618053737154971426376180537371549714263761805373715497142637618053737154971426376180537371549714263761805373715497142637618053737154971426376180537371549714263761805373715497142637618053737" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4cabac9e-8551-46ce-b2ad-ec52ca6e779c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 38b71721-24da-4eb9-b212-b5dab9c2180a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 38b71721-24da-4eb9-b212-b5dab9c2180a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2791352217774299952 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27913522177742999522791352217774299952279135221777429995227913522177742999522791352217774299952279135221777429995227913522177742999522791352217774299952279135221777429995227913522177742999522791352217774299952279135221777429995227913522177742999522791352217774299952279135221777429995227913522177742999522791352217774299952279135221777429995227913522177742999522791352217774299952" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 838dca77-d783-422a-87f7-eb7c986a6404, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7f19c0a5-0446-4f06-b350-e69fc3a719d7, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7f19c0a5-0446-4f06-b350-e69fc3a719d7, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9277602083172612843 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92776020831726128439277602083172612843927760208317261284392776020831726128439277602083172612843927760208317261284392776020831726128439277602083172612843927760208317261284392776020831726128439277602083172612843927760208317261284392776020831726128439277602083172612843927760208317261284392776020831726128439277602083172612843927760208317261284392776020831726128439277602083172612843" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 38b71721-24da-4eb9-b212-b5dab9c2180a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d1eec525-a9e2-41c2-a917-76947de36efa, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d1eec525-a9e2-41c2-a917-76947de36efa, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2690453894698379928 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26904538946983799282690453894698379928269045389469837992826904538946983799282690453894698379928269045389469837992826904538946983799282690453894698379928269045389469837992826904538946983799282690453894698379928269045389469837992826904538946983799282690453894698379928269045389469837992826904538946983799282690453894698379928269045389469837992826904538946983799282690453894698379928" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7f19c0a5-0446-4f06-b350-e69fc3a719d7, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 58841394-6e5d-46c5-b63e-5e42078bd0d8, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 58841394-6e5d-46c5-b63e-5e42078bd0d8, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17456512916681945170 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1745651291668194517017456512916681945170174565129166819451701745651291668194517017456512916681945170174565129166819451701745651291668194517017456512916681945170174565129166819451701745651291668194517017456512916681945170174565129166819451701745651291668194517017456512916681945170174565129166819451701745651291668194517017456512916681945170174565129166819451701745651291668194517017456512916681945170" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d1eec525-a9e2-41c2-a917-76947de36efa, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 322ce89e-a5a7-4f3d-a9d3-48b4f0e80679, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 322ce89e-a5a7-4f3d-a9d3-48b4f0e80679, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5672717306235315034 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56727173062353150345672717306235315034567271730623531503456727173062353150345672717306235315034567271730623531503456727173062353150345672717306235315034567271730623531503456727173062353150345672717306235315034567271730623531503456727173062353150345672717306235315034567271730623531503456727173062353150345672717306235315034567271730623531503456727173062353150345672717306235315034" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 58841394-6e5d-46c5-b63e-5e42078bd0d8, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2d830706-f724-4bd0-8e52-89c835852e3e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2d830706-f724-4bd0-8e52-89c835852e3e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10885590458758787468 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1088559045875878746810885590458758787468108855904587587874681088559045875878746810885590458758787468108855904587587874681088559045875878746810885590458758787468108855904587587874681088559045875878746810885590458758787468108855904587587874681088559045875878746810885590458758787468108855904587587874681088559045875878746810885590458758787468108855904587587874681088559045875878746810885590458758787468" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 322ce89e-a5a7-4f3d-a9d3-48b4f0e80679, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 610dc50a-b4c9-4170-80f6-002ce97f52ba, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 610dc50a-b4c9-4170-80f6-002ce97f52ba, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4542822209709609715 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45428222097096097154542822209709609715454282220970960971545428222097096097154542822209709609715454282220970960971545428222097096097154542822209709609715454282220970960971545428222097096097154542822209709609715454282220970960971545428222097096097154542822209709609715454282220970960971545428222097096097154542822209709609715454282220970960971545428222097096097154542822209709609715" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 610dc50a-b4c9-4170-80f6-002ce97f52ba, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 09e4c9e1-8b90-4500-ac4a-3a9f404cae04, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 09e4c9e1-8b90-4500-ac4a-3a9f404cae04, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11848086693896634379 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1184808669389663437911848086693896634379118480866938966343791184808669389663437911848086693896634379118480866938966343791184808669389663437911848086693896634379118480866938966343791184808669389663437911848086693896634379118480866938966343791184808669389663437911848086693896634379118480866938966343791184808669389663437911848086693896634379118480866938966343791184808669389663437911848086693896634379" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2d830706-f724-4bd0-8e52-89c835852e3e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 16dda355-22f4-45bc-8dcf-152918dace9d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 16dda355-22f4-45bc-8dcf-152918dace9d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13339900108696372932 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1333990010869637293213339900108696372932133399001086963729321333990010869637293213339900108696372932133399001086963729321333990010869637293213339900108696372932133399001086963729321333990010869637293213339900108696372932133399001086963729321333990010869637293213339900108696372932133399001086963729321333990010869637293213339900108696372932133399001086963729321333990010869637293213339900108696372932" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 09e4c9e1-8b90-4500-ac4a-3a9f404cae04, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 18b992b2-5258-41cd-b852-8ef0c0947ebf, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 18b992b2-5258-41cd-b852-8ef0c0947ebf, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4568804927483797276 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45688049274837972764568804927483797276456880492748379727645688049274837972764568804927483797276456880492748379727645688049274837972764568804927483797276456880492748379727645688049274837972764568804927483797276456880492748379727645688049274837972764568804927483797276456880492748379727645688049274837972764568804927483797276456880492748379727645688049274837972764568804927483797276" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 18b992b2-5258-41cd-b852-8ef0c0947ebf, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9303b0a7-82f0-4d05-bcf7-d5f4c9d54add, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9303b0a7-82f0-4d05-bcf7-d5f4c9d54add, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9073108753707571816 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90731087537075718169073108753707571816907310875370757181690731087537075718169073108753707571816907310875370757181690731087537075718169073108753707571816907310875370757181690731087537075718169073108753707571816907310875370757181690731087537075718169073108753707571816907310875370757181690731087537075718169073108753707571816907310875370757181690731087537075718169073108753707571816" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 16dda355-22f4-45bc-8dcf-152918dace9d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 366fa5c5-285c-4f7b-99fb-093480f61260, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 366fa5c5-285c-4f7b-99fb-093480f61260, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5506656245397125107 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55066562453971251075506656245397125107550665624539712510755066562453971251075506656245397125107550665624539712510755066562453971251075506656245397125107550665624539712510755066562453971251075506656245397125107550665624539712510755066562453971251075506656245397125107550665624539712510755066562453971251075506656245397125107550665624539712510755066562453971251075506656245397125107" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9303b0a7-82f0-4d05-bcf7-d5f4c9d54add, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 884c99df-31c5-420b-ba09-0e1586dfd9f7, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 884c99df-31c5-420b-ba09-0e1586dfd9f7, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 347802355526715497 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "347802355526715497347802355526715497347802355526715497347802355526715497347802355526715497347802355526715497347802355526715497347802355526715497347802355526715497347802355526715497347802355526715497347802355526715497347802355526715497347802355526715497347802355526715497347802355526715497347802355526715497347802355526715497347802355526715497347802355526715497" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 366fa5c5-285c-4f7b-99fb-093480f61260, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 14afee27-f29b-4bd8-b7f5-46029f96c966, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 14afee27-f29b-4bd8-b7f5-46029f96c966, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3400386345398406207 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34003863453984062073400386345398406207340038634539840620734003863453984062073400386345398406207340038634539840620734003863453984062073400386345398406207340038634539840620734003863453984062073400386345398406207340038634539840620734003863453984062073400386345398406207340038634539840620734003863453984062073400386345398406207340038634539840620734003863453984062073400386345398406207" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 884c99df-31c5-420b-ba09-0e1586dfd9f7, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2fc91aa8-07c1-437e-b341-20212ee85947, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2fc91aa8-07c1-437e-b341-20212ee85947, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14404184138253524186 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1440418413825352418614404184138253524186144041841382535241861440418413825352418614404184138253524186144041841382535241861440418413825352418614404184138253524186144041841382535241861440418413825352418614404184138253524186144041841382535241861440418413825352418614404184138253524186144041841382535241861440418413825352418614404184138253524186144041841382535241861440418413825352418614404184138253524186" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 14afee27-f29b-4bd8-b7f5-46029f96c966, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bef2e749-c501-4fb4-a51d-bae9b375b8fd, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bef2e749-c501-4fb4-a51d-bae9b375b8fd, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3109605941601633582 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31096059416016335823109605941601633582310960594160163358231096059416016335823109605941601633582310960594160163358231096059416016335823109605941601633582310960594160163358231096059416016335823109605941601633582310960594160163358231096059416016335823109605941601633582310960594160163358231096059416016335823109605941601633582310960594160163358231096059416016335823109605941601633582" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2fc91aa8-07c1-437e-b341-20212ee85947, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7c6c1bf6-3620-4a60-aa48-e437f0446f84, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7c6c1bf6-3620-4a60-aa48-e437f0446f84, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8595762633253061866 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85957626332530618668595762633253061866859576263325306186685957626332530618668595762633253061866859576263325306186685957626332530618668595762633253061866859576263325306186685957626332530618668595762633253061866859576263325306186685957626332530618668595762633253061866859576263325306186685957626332530618668595762633253061866859576263325306186685957626332530618668595762633253061866" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bef2e749-c501-4fb4-a51d-bae9b375b8fd, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 984e8f11-fbc3-4d13-8f38-656f34a73768, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 984e8f11-fbc3-4d13-8f38-656f34a73768, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9266121643791664670 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92661216437916646709266121643791664670926612164379166467092661216437916646709266121643791664670926612164379166467092661216437916646709266121643791664670926612164379166467092661216437916646709266121643791664670926612164379166467092661216437916646709266121643791664670926612164379166467092661216437916646709266121643791664670926612164379166467092661216437916646709266121643791664670" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7c6c1bf6-3620-4a60-aa48-e437f0446f84, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 23f1e806-086d-4a31-90a5-2738c63474f9, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 23f1e806-086d-4a31-90a5-2738c63474f9, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10629738103600699629 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1062973810360069962910629738103600699629106297381036006996291062973810360069962910629738103600699629106297381036006996291062973810360069962910629738103600699629106297381036006996291062973810360069962910629738103600699629106297381036006996291062973810360069962910629738103600699629106297381036006996291062973810360069962910629738103600699629106297381036006996291062973810360069962910629738103600699629" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 984e8f11-fbc3-4d13-8f38-656f34a73768, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 20037a23-800c-4366-abe2-aba5bbeae385, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 20037a23-800c-4366-abe2-aba5bbeae385, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16734151714123021943 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1673415171412302194316734151714123021943167341517141230219431673415171412302194316734151714123021943167341517141230219431673415171412302194316734151714123021943167341517141230219431673415171412302194316734151714123021943167341517141230219431673415171412302194316734151714123021943167341517141230219431673415171412302194316734151714123021943167341517141230219431673415171412302194316734151714123021943" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 23f1e806-086d-4a31-90a5-2738c63474f9, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 91132dd3-c709-4954-a059-273760e4833b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 91132dd3-c709-4954-a059-273760e4833b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3005223577351619009 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30052235773516190093005223577351619009300522357735161900930052235773516190093005223577351619009300522357735161900930052235773516190093005223577351619009300522357735161900930052235773516190093005223577351619009300522357735161900930052235773516190093005223577351619009300522357735161900930052235773516190093005223577351619009300522357735161900930052235773516190093005223577351619009" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 20037a23-800c-4366-abe2-aba5bbeae385, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0362da9f-ff9e-43e7-9c22-60bd59614be0, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0362da9f-ff9e-43e7-9c22-60bd59614be0, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1127266097009817149 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11272660970098171491127266097009817149112726609700981714911272660970098171491127266097009817149112726609700981714911272660970098171491127266097009817149112726609700981714911272660970098171491127266097009817149112726609700981714911272660970098171491127266097009817149112726609700981714911272660970098171491127266097009817149112726609700981714911272660970098171491127266097009817149" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 91132dd3-c709-4954-a059-273760e4833b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d0f204bf-b51f-4e26-bfdb-55e77569ce23, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d0f204bf-b51f-4e26-bfdb-55e77569ce23, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14414072039478846513 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1441407203947884651314414072039478846513144140720394788465131441407203947884651314414072039478846513144140720394788465131441407203947884651314414072039478846513144140720394788465131441407203947884651314414072039478846513144140720394788465131441407203947884651314414072039478846513144140720394788465131441407203947884651314414072039478846513144140720394788465131441407203947884651314414072039478846513" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0362da9f-ff9e-43e7-9c22-60bd59614be0, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f8374673-4082-440b-bea8-b6d86b25ce13, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f8374673-4082-440b-bea8-b6d86b25ce13, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15541510502038700875 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1554151050203870087515541510502038700875155415105020387008751554151050203870087515541510502038700875155415105020387008751554151050203870087515541510502038700875155415105020387008751554151050203870087515541510502038700875155415105020387008751554151050203870087515541510502038700875155415105020387008751554151050203870087515541510502038700875155415105020387008751554151050203870087515541510502038700875" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d0f204bf-b51f-4e26-bfdb-55e77569ce23, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8c2cffcf-96ea-473a-aa53-499bea33b29e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8c2cffcf-96ea-473a-aa53-499bea33b29e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4299351349309400547 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42993513493094005474299351349309400547429935134930940054742993513493094005474299351349309400547429935134930940054742993513493094005474299351349309400547429935134930940054742993513493094005474299351349309400547429935134930940054742993513493094005474299351349309400547429935134930940054742993513493094005474299351349309400547429935134930940054742993513493094005474299351349309400547" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8c2cffcf-96ea-473a-aa53-499bea33b29e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f8374673-4082-440b-bea8-b6d86b25ce13, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f53f0d73-49e2-4d81-ac08-2f92e20a7b71, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f53f0d73-49e2-4d81-ac08-2f92e20a7b71, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7873347790789778251 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78733477907897782517873347790789778251787334779078977825178733477907897782517873347790789778251787334779078977825178733477907897782517873347790789778251787334779078977825178733477907897782517873347790789778251787334779078977825178733477907897782517873347790789778251787334779078977825178733477907897782517873347790789778251787334779078977825178733477907897782517873347790789778251" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 79833cb6-f142-498d-9ccc-971cc9ecfbad, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 79833cb6-f142-498d-9ccc-971cc9ecfbad, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1498036981508268007 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14980369815082680071498036981508268007149803698150826800714980369815082680071498036981508268007149803698150826800714980369815082680071498036981508268007149803698150826800714980369815082680071498036981508268007149803698150826800714980369815082680071498036981508268007149803698150826800714980369815082680071498036981508268007149803698150826800714980369815082680071498036981508268007" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f53f0d73-49e2-4d81-ac08-2f92e20a7b71, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cc7b6461-7f56-4ad7-bd40-9f5e0ffec80b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cc7b6461-7f56-4ad7-bd40-9f5e0ffec80b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4143684881709570062 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41436848817095700624143684881709570062414368488170957006241436848817095700624143684881709570062414368488170957006241436848817095700624143684881709570062414368488170957006241436848817095700624143684881709570062414368488170957006241436848817095700624143684881709570062414368488170957006241436848817095700624143684881709570062414368488170957006241436848817095700624143684881709570062" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 79833cb6-f142-498d-9ccc-971cc9ecfbad, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 82a93787-d750-457d-af6d-7e271b02f562, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 82a93787-d750-457d-af6d-7e271b02f562, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5517307844007244880 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55173078440072448805517307844007244880551730784400724488055173078440072448805517307844007244880551730784400724488055173078440072448805517307844007244880551730784400724488055173078440072448805517307844007244880551730784400724488055173078440072448805517307844007244880551730784400724488055173078440072448805517307844007244880551730784400724488055173078440072448805517307844007244880" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cc7b6461-7f56-4ad7-bd40-9f5e0ffec80b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9a9c7853-e001-46df-99a6-f740f3f7c857, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9a9c7853-e001-46df-99a6-f740f3f7c857, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5781753948834934250 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57817539488349342505781753948834934250578175394883493425057817539488349342505781753948834934250578175394883493425057817539488349342505781753948834934250578175394883493425057817539488349342505781753948834934250578175394883493425057817539488349342505781753948834934250578175394883493425057817539488349342505781753948834934250578175394883493425057817539488349342505781753948834934250" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 82a93787-d750-457d-af6d-7e271b02f562, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 18b7395d-9d9c-472d-8e19-62e87e950648, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 18b7395d-9d9c-472d-8e19-62e87e950648, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 538550889281021433 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "538550889281021433538550889281021433538550889281021433538550889281021433538550889281021433538550889281021433538550889281021433538550889281021433538550889281021433538550889281021433538550889281021433538550889281021433538550889281021433538550889281021433538550889281021433538550889281021433538550889281021433538550889281021433538550889281021433538550889281021433" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9a9c7853-e001-46df-99a6-f740f3f7c857, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e7caedd9-50fb-430e-af14-af1155150c7c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e7caedd9-50fb-430e-af14-af1155150c7c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16620731222729817225 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1662073122272981722516620731222729817225166207312227298172251662073122272981722516620731222729817225166207312227298172251662073122272981722516620731222729817225166207312227298172251662073122272981722516620731222729817225166207312227298172251662073122272981722516620731222729817225166207312227298172251662073122272981722516620731222729817225166207312227298172251662073122272981722516620731222729817225" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 18b7395d-9d9c-472d-8e19-62e87e950648, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e968cf2c-bcac-4415-bc86-e0e0733a1e86, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e7caedd9-50fb-430e-af14-af1155150c7c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 725930d8-8b58-4e06-a722-17f4f39eb807, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 725930d8-8b58-4e06-a722-17f4f39eb807, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14538488346193851623 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1453848834619385162314538488346193851623145384883461938516231453848834619385162314538488346193851623145384883461938516231453848834619385162314538488346193851623145384883461938516231453848834619385162314538488346193851623145384883461938516231453848834619385162314538488346193851623145384883461938516231453848834619385162314538488346193851623145384883461938516231453848834619385162314538488346193851623" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e968cf2c-bcac-4415-bc86-e0e0733a1e86, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12340896738143665821 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1234089673814366582112340896738143665821123408967381436658211234089673814366582112340896738143665821123408967381436658211234089673814366582112340896738143665821123408967381436658211234089673814366582112340896738143665821123408967381436658211234089673814366582112340896738143665821123408967381436658211234089673814366582112340896738143665821123408967381436658211234089673814366582112340896738143665821" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e968cf2c-bcac-4415-bc86-e0e0733a1e86, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c30f4efc-6a1b-4606-816e-ee26dba3d97d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c30f4efc-6a1b-4606-816e-ee26dba3d97d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1247348567575494192 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12473485675754941921247348567575494192124734856757549419212473485675754941921247348567575494192124734856757549419212473485675754941921247348567575494192124734856757549419212473485675754941921247348567575494192124734856757549419212473485675754941921247348567575494192124734856757549419212473485675754941921247348567575494192124734856757549419212473485675754941921247348567575494192" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c30f4efc-6a1b-4606-816e-ee26dba3d97d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a03e1761-fb73-4d81-93c9-85e19ba92e2f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a03e1761-fb73-4d81-93c9-85e19ba92e2f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8439994661832869203 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84399946618328692038439994661832869203843999466183286920384399946618328692038439994661832869203843999466183286920384399946618328692038439994661832869203843999466183286920384399946618328692038439994661832869203843999466183286920384399946618328692038439994661832869203843999466183286920384399946618328692038439994661832869203843999466183286920384399946618328692038439994661832869203" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 725930d8-8b58-4e06-a722-17f4f39eb807, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ce8adebc-ee3a-4a1c-9277-168910edf34f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ce8adebc-ee3a-4a1c-9277-168910edf34f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15315367573214374040 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1531536757321437404015315367573214374040153153675732143740401531536757321437404015315367573214374040153153675732143740401531536757321437404015315367573214374040153153675732143740401531536757321437404015315367573214374040153153675732143740401531536757321437404015315367573214374040153153675732143740401531536757321437404015315367573214374040153153675732143740401531536757321437404015315367573214374040" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a03e1761-fb73-4d81-93c9-85e19ba92e2f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 573b3e8f-1044-453b-b1ff-cb0ebf06bd9b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 573b3e8f-1044-453b-b1ff-cb0ebf06bd9b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2129337541094002622 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21293375410940026222129337541094002622212933754109400262221293375410940026222129337541094002622212933754109400262221293375410940026222129337541094002622212933754109400262221293375410940026222129337541094002622212933754109400262221293375410940026222129337541094002622212933754109400262221293375410940026222129337541094002622212933754109400262221293375410940026222129337541094002622" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ce8adebc-ee3a-4a1c-9277-168910edf34f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 09eb38c0-b6c1-4de0-9399-a741502f01e1, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 09eb38c0-b6c1-4de0-9399-a741502f01e1, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3013962720528109094 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30139627205281090943013962720528109094301396272052810909430139627205281090943013962720528109094301396272052810909430139627205281090943013962720528109094301396272052810909430139627205281090943013962720528109094301396272052810909430139627205281090943013962720528109094301396272052810909430139627205281090943013962720528109094301396272052810909430139627205281090943013962720528109094" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 573b3e8f-1044-453b-b1ff-cb0ebf06bd9b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1bd76d48-e369-49d6-b42a-8e9c0bbd816e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1bd76d48-e369-49d6-b42a-8e9c0bbd816e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18244401095372777530 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1824440109537277753018244401095372777530182444010953727775301824440109537277753018244401095372777530182444010953727775301824440109537277753018244401095372777530182444010953727775301824440109537277753018244401095372777530182444010953727775301824440109537277753018244401095372777530182444010953727775301824440109537277753018244401095372777530182444010953727775301824440109537277753018244401095372777530" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 09eb38c0-b6c1-4de0-9399-a741502f01e1, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4c706c0d-7004-44c0-9756-ffed3dc1818c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4c706c0d-7004-44c0-9756-ffed3dc1818c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15723951394575009273 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1572395139457500927315723951394575009273157239513945750092731572395139457500927315723951394575009273157239513945750092731572395139457500927315723951394575009273157239513945750092731572395139457500927315723951394575009273157239513945750092731572395139457500927315723951394575009273157239513945750092731572395139457500927315723951394575009273157239513945750092731572395139457500927315723951394575009273" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1bd76d48-e369-49d6-b42a-8e9c0bbd816e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, aab8d277-4895-4a6b-96f9-af42f65662a6, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aab8d277-4895-4a6b-96f9-af42f65662a6, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4215986003000842092 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42159860030008420924215986003000842092421598600300084209242159860030008420924215986003000842092421598600300084209242159860030008420924215986003000842092421598600300084209242159860030008420924215986003000842092421598600300084209242159860030008420924215986003000842092421598600300084209242159860030008420924215986003000842092421598600300084209242159860030008420924215986003000842092" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4c706c0d-7004-44c0-9756-ffed3dc1818c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dc1a9831-97dc-4d6a-bd45-886f9b874c43, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dc1a9831-97dc-4d6a-bd45-886f9b874c43, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 675589049487885856 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "675589049487885856675589049487885856675589049487885856675589049487885856675589049487885856675589049487885856675589049487885856675589049487885856675589049487885856675589049487885856675589049487885856675589049487885856675589049487885856675589049487885856675589049487885856675589049487885856675589049487885856675589049487885856675589049487885856675589049487885856" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aab8d277-4895-4a6b-96f9-af42f65662a6, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cf7eb36f-b933-4e09-9346-fb4cfd7daa53, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cf7eb36f-b933-4e09-9346-fb4cfd7daa53, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15200675949303340623 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1520067594930334062315200675949303340623152006759493033406231520067594930334062315200675949303340623152006759493033406231520067594930334062315200675949303340623152006759493033406231520067594930334062315200675949303340623152006759493033406231520067594930334062315200675949303340623152006759493033406231520067594930334062315200675949303340623152006759493033406231520067594930334062315200675949303340623" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dc1a9831-97dc-4d6a-bd45-886f9b874c43, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3b2cc7ed-54c7-455f-9797-8958783fdecf, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3b2cc7ed-54c7-455f-9797-8958783fdecf, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14132096600050854179 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1413209660005085417914132096600050854179141320966000508541791413209660005085417914132096600050854179141320966000508541791413209660005085417914132096600050854179141320966000508541791413209660005085417914132096600050854179141320966000508541791413209660005085417914132096600050854179141320966000508541791413209660005085417914132096600050854179141320966000508541791413209660005085417914132096600050854179" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cf7eb36f-b933-4e09-9346-fb4cfd7daa53, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0c5303f6-09e8-4de9-a7a4-f4f6ca428e3c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0c5303f6-09e8-4de9-a7a4-f4f6ca428e3c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2917099474486224407 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29170994744862244072917099474486224407291709947448622440729170994744862244072917099474486224407291709947448622440729170994744862244072917099474486224407291709947448622440729170994744862244072917099474486224407291709947448622440729170994744862244072917099474486224407291709947448622440729170994744862244072917099474486224407291709947448622440729170994744862244072917099474486224407" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3b2cc7ed-54c7-455f-9797-8958783fdecf, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 40f24768-3199-497c-9560-5f10f0b01e61, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 40f24768-3199-497c-9560-5f10f0b01e61, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14839144158833788004 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1483914415883378800414839144158833788004148391441588337880041483914415883378800414839144158833788004148391441588337880041483914415883378800414839144158833788004148391441588337880041483914415883378800414839144158833788004148391441588337880041483914415883378800414839144158833788004148391441588337880041483914415883378800414839144158833788004148391441588337880041483914415883378800414839144158833788004" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0c5303f6-09e8-4de9-a7a4-f4f6ca428e3c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9353e085-5a5b-4cb2-a08d-bfcafeef3fcf, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9353e085-5a5b-4cb2-a08d-bfcafeef3fcf, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9670504814537106526 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96705048145371065269670504814537106526967050481453710652696705048145371065269670504814537106526967050481453710652696705048145371065269670504814537106526967050481453710652696705048145371065269670504814537106526967050481453710652696705048145371065269670504814537106526967050481453710652696705048145371065269670504814537106526967050481453710652696705048145371065269670504814537106526" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 40f24768-3199-497c-9560-5f10f0b01e61, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6f75dc2c-5e9a-40b6-9687-08a2d5285a3c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6f75dc2c-5e9a-40b6-9687-08a2d5285a3c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3815693622262131225 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38156936222621312253815693622262131225381569362226213122538156936222621312253815693622262131225381569362226213122538156936222621312253815693622262131225381569362226213122538156936222621312253815693622262131225381569362226213122538156936222621312253815693622262131225381569362226213122538156936222621312253815693622262131225381569362226213122538156936222621312253815693622262131225" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9353e085-5a5b-4cb2-a08d-bfcafeef3fcf, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e96c960d-48ce-46f0-b0bf-d2f146c5f5d1, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e96c960d-48ce-46f0-b0bf-d2f146c5f5d1, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5340214032805881039 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53402140328058810395340214032805881039534021403280588103953402140328058810395340214032805881039534021403280588103953402140328058810395340214032805881039534021403280588103953402140328058810395340214032805881039534021403280588103953402140328058810395340214032805881039534021403280588103953402140328058810395340214032805881039534021403280588103953402140328058810395340214032805881039" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6f75dc2c-5e9a-40b6-9687-08a2d5285a3c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fa4888b8-64ac-4347-8292-ecdd8345c200, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fa4888b8-64ac-4347-8292-ecdd8345c200, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13007568769290215061 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1300756876929021506113007568769290215061130075687692902150611300756876929021506113007568769290215061130075687692902150611300756876929021506113007568769290215061130075687692902150611300756876929021506113007568769290215061130075687692902150611300756876929021506113007568769290215061130075687692902150611300756876929021506113007568769290215061130075687692902150611300756876929021506113007568769290215061" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e96c960d-48ce-46f0-b0bf-d2f146c5f5d1, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d4724286-364d-48ba-b14f-6a7743de0d62, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d4724286-364d-48ba-b14f-6a7743de0d62, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12689051827718989191 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1268905182771898919112689051827718989191126890518277189891911268905182771898919112689051827718989191126890518277189891911268905182771898919112689051827718989191126890518277189891911268905182771898919112689051827718989191126890518277189891911268905182771898919112689051827718989191126890518277189891911268905182771898919112689051827718989191126890518277189891911268905182771898919112689051827718989191" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fa4888b8-64ac-4347-8292-ecdd8345c200, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6554499e-9722-4920-821f-e69a522cf82b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6554499e-9722-4920-821f-e69a522cf82b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10823164824221526463 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1082316482422152646310823164824221526463108231648242215264631082316482422152646310823164824221526463108231648242215264631082316482422152646310823164824221526463108231648242215264631082316482422152646310823164824221526463108231648242215264631082316482422152646310823164824221526463108231648242215264631082316482422152646310823164824221526463108231648242215264631082316482422152646310823164824221526463" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d4724286-364d-48ba-b14f-6a7743de0d62, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e1c76e1f-32ec-4e75-8b9c-ccffa9aefa99, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e1c76e1f-32ec-4e75-8b9c-ccffa9aefa99, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13907750068427202780 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1390775006842720278013907750068427202780139077500684272027801390775006842720278013907750068427202780139077500684272027801390775006842720278013907750068427202780139077500684272027801390775006842720278013907750068427202780139077500684272027801390775006842720278013907750068427202780139077500684272027801390775006842720278013907750068427202780139077500684272027801390775006842720278013907750068427202780" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6554499e-9722-4920-821f-e69a522cf82b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 79b3496e-535f-41d7-9061-6d10920f0076, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 79b3496e-535f-41d7-9061-6d10920f0076, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7730879394544130028 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77308793945441300287730879394544130028773087939454413002877308793945441300287730879394544130028773087939454413002877308793945441300287730879394544130028773087939454413002877308793945441300287730879394544130028773087939454413002877308793945441300287730879394544130028773087939454413002877308793945441300287730879394544130028773087939454413002877308793945441300287730879394544130028" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e1c76e1f-32ec-4e75-8b9c-ccffa9aefa99, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3dfe502c-49ab-469d-a4ca-3cc16bdbe450, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3dfe502c-49ab-469d-a4ca-3cc16bdbe450, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10861013013558830937 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1086101301355883093710861013013558830937108610130135588309371086101301355883093710861013013558830937108610130135588309371086101301355883093710861013013558830937108610130135588309371086101301355883093710861013013558830937108610130135588309371086101301355883093710861013013558830937108610130135588309371086101301355883093710861013013558830937108610130135588309371086101301355883093710861013013558830937" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3dfe502c-49ab-469d-a4ca-3cc16bdbe450, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, acfce8ec-48f5-4588-bfb2-8637b674c4b3, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, acfce8ec-48f5-4588-bfb2-8637b674c4b3, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6349393244139772519 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63493932441397725196349393244139772519634939324413977251963493932441397725196349393244139772519634939324413977251963493932441397725196349393244139772519634939324413977251963493932441397725196349393244139772519634939324413977251963493932441397725196349393244139772519634939324413977251963493932441397725196349393244139772519634939324413977251963493932441397725196349393244139772519" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 79b3496e-535f-41d7-9061-6d10920f0076, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 96681e3b-9023-40ad-a19d-fc3fdb31634b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 96681e3b-9023-40ad-a19d-fc3fdb31634b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10732630673668974695 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1073263067366897469510732630673668974695107326306736689746951073263067366897469510732630673668974695107326306736689746951073263067366897469510732630673668974695107326306736689746951073263067366897469510732630673668974695107326306736689746951073263067366897469510732630673668974695107326306736689746951073263067366897469510732630673668974695107326306736689746951073263067366897469510732630673668974695" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, acfce8ec-48f5-4588-bfb2-8637b674c4b3, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7d45005c-0544-46e0-a671-24601801c7fa, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 96681e3b-9023-40ad-a19d-fc3fdb31634b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2a63b380-4361-4c53-9c0b-313cb4102433, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7d45005c-0544-46e0-a671-24601801c7fa, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8303233877133214121 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83032338771332141218303233877133214121830323387713321412183032338771332141218303233877133214121830323387713321412183032338771332141218303233877133214121830323387713321412183032338771332141218303233877133214121830323387713321412183032338771332141218303233877133214121830323387713321412183032338771332141218303233877133214121830323387713321412183032338771332141218303233877133214121" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2a63b380-4361-4c53-9c0b-313cb4102433, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15909948062502467748 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1590994806250246774815909948062502467748159099480625024677481590994806250246774815909948062502467748159099480625024677481590994806250246774815909948062502467748159099480625024677481590994806250246774815909948062502467748159099480625024677481590994806250246774815909948062502467748159099480625024677481590994806250246774815909948062502467748159099480625024677481590994806250246774815909948062502467748" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7d45005c-0544-46e0-a671-24601801c7fa, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cf2dae38-3d2c-41d9-90f7-92f171b19930, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cf2dae38-3d2c-41d9-90f7-92f171b19930, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1453164745000110696 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14531647450001106961453164745000110696145316474500011069614531647450001106961453164745000110696145316474500011069614531647450001106961453164745000110696145316474500011069614531647450001106961453164745000110696145316474500011069614531647450001106961453164745000110696145316474500011069614531647450001106961453164745000110696145316474500011069614531647450001106961453164745000110696" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2a63b380-4361-4c53-9c0b-313cb4102433, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c2cd1614-008e-4b2a-8b37-54d982a0421e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c2cd1614-008e-4b2a-8b37-54d982a0421e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4781627053245050999 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47816270532450509994781627053245050999478162705324505099947816270532450509994781627053245050999478162705324505099947816270532450509994781627053245050999478162705324505099947816270532450509994781627053245050999478162705324505099947816270532450509994781627053245050999478162705324505099947816270532450509994781627053245050999478162705324505099947816270532450509994781627053245050999" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cf2dae38-3d2c-41d9-90f7-92f171b19930, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4494e467-082e-4a6a-8964-615d18fe3734, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4494e467-082e-4a6a-8964-615d18fe3734, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7707934556190988282 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77079345561909882827707934556190988282770793455619098828277079345561909882827707934556190988282770793455619098828277079345561909882827707934556190988282770793455619098828277079345561909882827707934556190988282770793455619098828277079345561909882827707934556190988282770793455619098828277079345561909882827707934556190988282770793455619098828277079345561909882827707934556190988282" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c2cd1614-008e-4b2a-8b37-54d982a0421e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5aaaae39-54a2-4b84-860a-3e35c4f4a21f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5aaaae39-54a2-4b84-860a-3e35c4f4a21f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2638644332514278639 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26386443325142786392638644332514278639263864433251427863926386443325142786392638644332514278639263864433251427863926386443325142786392638644332514278639263864433251427863926386443325142786392638644332514278639263864433251427863926386443325142786392638644332514278639263864433251427863926386443325142786392638644332514278639263864433251427863926386443325142786392638644332514278639" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4494e467-082e-4a6a-8964-615d18fe3734, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c0fa7bcd-bdd1-48e7-a759-1faf100f6e84, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c0fa7bcd-bdd1-48e7-a759-1faf100f6e84, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5857011031912783039 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58570110319127830395857011031912783039585701103191278303958570110319127830395857011031912783039585701103191278303958570110319127830395857011031912783039585701103191278303958570110319127830395857011031912783039585701103191278303958570110319127830395857011031912783039585701103191278303958570110319127830395857011031912783039585701103191278303958570110319127830395857011031912783039" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5aaaae39-54a2-4b84-860a-3e35c4f4a21f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bd1d8d9a-c142-4e21-b133-d1ff3b7e53da, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bd1d8d9a-c142-4e21-b133-d1ff3b7e53da, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6018508802709682702 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60185088027096827026018508802709682702601850880270968270260185088027096827026018508802709682702601850880270968270260185088027096827026018508802709682702601850880270968270260185088027096827026018508802709682702601850880270968270260185088027096827026018508802709682702601850880270968270260185088027096827026018508802709682702601850880270968270260185088027096827026018508802709682702" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c0fa7bcd-bdd1-48e7-a759-1faf100f6e84, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5745cc53-5f59-48b9-a1a5-bb4f3f916bb2, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5745cc53-5f59-48b9-a1a5-bb4f3f916bb2, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4722315601448200002 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47223156014482000024722315601448200002472231560144820000247223156014482000024722315601448200002472231560144820000247223156014482000024722315601448200002472231560144820000247223156014482000024722315601448200002472231560144820000247223156014482000024722315601448200002472231560144820000247223156014482000024722315601448200002472231560144820000247223156014482000024722315601448200002" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bd1d8d9a-c142-4e21-b133-d1ff3b7e53da, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 729115bc-c71e-4391-a829-ad206de65fe0, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 729115bc-c71e-4391-a829-ad206de65fe0, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5212789087460734551 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52127890874607345515212789087460734551521278908746073455152127890874607345515212789087460734551521278908746073455152127890874607345515212789087460734551521278908746073455152127890874607345515212789087460734551521278908746073455152127890874607345515212789087460734551521278908746073455152127890874607345515212789087460734551521278908746073455152127890874607345515212789087460734551" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5745cc53-5f59-48b9-a1a5-bb4f3f916bb2, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 37b8a5ec-bdbd-452f-a62c-f32296b6d1dc, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 37b8a5ec-bdbd-452f-a62c-f32296b6d1dc, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6772021277560170821 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67720212775601708216772021277560170821677202127756017082167720212775601708216772021277560170821677202127756017082167720212775601708216772021277560170821677202127756017082167720212775601708216772021277560170821677202127756017082167720212775601708216772021277560170821677202127756017082167720212775601708216772021277560170821677202127756017082167720212775601708216772021277560170821" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 729115bc-c71e-4391-a829-ad206de65fe0, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9b2b31f3-b054-4d10-9a8e-2053ce913f5a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9b2b31f3-b054-4d10-9a8e-2053ce913f5a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13161866329573643261 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1316186632957364326113161866329573643261131618663295736432611316186632957364326113161866329573643261131618663295736432611316186632957364326113161866329573643261131618663295736432611316186632957364326113161866329573643261131618663295736432611316186632957364326113161866329573643261131618663295736432611316186632957364326113161866329573643261131618663295736432611316186632957364326113161866329573643261" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 37b8a5ec-bdbd-452f-a62c-f32296b6d1dc, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1ced1b7f-2b55-4626-94c5-fb9ed57668c5, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1ced1b7f-2b55-4626-94c5-fb9ed57668c5, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2416421907644977374 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24164219076449773742416421907644977374241642190764497737424164219076449773742416421907644977374241642190764497737424164219076449773742416421907644977374241642190764497737424164219076449773742416421907644977374241642190764497737424164219076449773742416421907644977374241642190764497737424164219076449773742416421907644977374241642190764497737424164219076449773742416421907644977374" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9b2b31f3-b054-4d10-9a8e-2053ce913f5a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 454e45d8-122d-4b7e-bfcb-5fe6c0ffd2a4, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 454e45d8-122d-4b7e-bfcb-5fe6c0ffd2a4, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2841592235030747945 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28415922350307479452841592235030747945284159223503074794528415922350307479452841592235030747945284159223503074794528415922350307479452841592235030747945284159223503074794528415922350307479452841592235030747945284159223503074794528415922350307479452841592235030747945284159223503074794528415922350307479452841592235030747945284159223503074794528415922350307479452841592235030747945" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1ced1b7f-2b55-4626-94c5-fb9ed57668c5, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ec5b1fdc-f41c-412f-bacb-2e8fcbf41061, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 454e45d8-122d-4b7e-bfcb-5fe6c0ffd2a4, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ec5b1fdc-f41c-412f-bacb-2e8fcbf41061, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4303466543740341000 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43034665437403410004303466543740341000430346654374034100043034665437403410004303466543740341000430346654374034100043034665437403410004303466543740341000430346654374034100043034665437403410004303466543740341000430346654374034100043034665437403410004303466543740341000430346654374034100043034665437403410004303466543740341000430346654374034100043034665437403410004303466543740341000" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 669b875c-d071-4ab1-9a79-3553a4b36165, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 669b875c-d071-4ab1-9a79-3553a4b36165, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3449986211809198049 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34499862118091980493449986211809198049344998621180919804934499862118091980493449986211809198049344998621180919804934499862118091980493449986211809198049344998621180919804934499862118091980493449986211809198049344998621180919804934499862118091980493449986211809198049344998621180919804934499862118091980493449986211809198049344998621180919804934499862118091980493449986211809198049" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ec5b1fdc-f41c-412f-bacb-2e8fcbf41061, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9a052bf8-68f0-49f8-8c63-09479509bf18, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9a052bf8-68f0-49f8-8c63-09479509bf18, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13938814310811270970 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1393881431081127097013938814310811270970139388143108112709701393881431081127097013938814310811270970139388143108112709701393881431081127097013938814310811270970139388143108112709701393881431081127097013938814310811270970139388143108112709701393881431081127097013938814310811270970139388143108112709701393881431081127097013938814310811270970139388143108112709701393881431081127097013938814310811270970" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 669b875c-d071-4ab1-9a79-3553a4b36165, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 04274447-7115-4178-ad50-fb48da835967, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 04274447-7115-4178-ad50-fb48da835967, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13599260824667959761 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1359926082466795976113599260824667959761135992608246679597611359926082466795976113599260824667959761135992608246679597611359926082466795976113599260824667959761135992608246679597611359926082466795976113599260824667959761135992608246679597611359926082466795976113599260824667959761135992608246679597611359926082466795976113599260824667959761135992608246679597611359926082466795976113599260824667959761" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9a052bf8-68f0-49f8-8c63-09479509bf18, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, da3d88d8-38a5-4efb-b7dc-ce0c0779481c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 04274447-7115-4178-ad50-fb48da835967, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, da3d88d8-38a5-4efb-b7dc-ce0c0779481c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9575766740934215812 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95757667409342158129575766740934215812957576674093421581295757667409342158129575766740934215812957576674093421581295757667409342158129575766740934215812957576674093421581295757667409342158129575766740934215812957576674093421581295757667409342158129575766740934215812957576674093421581295757667409342158129575766740934215812957576674093421581295757667409342158129575766740934215812" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, db162640-ea85-436b-b098-1f6fe8b5f527, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, db162640-ea85-436b-b098-1f6fe8b5f527, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7551525361417014106 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75515253614170141067551525361417014106755152536141701410675515253614170141067551525361417014106755152536141701410675515253614170141067551525361417014106755152536141701410675515253614170141067551525361417014106755152536141701410675515253614170141067551525361417014106755152536141701410675515253614170141067551525361417014106755152536141701410675515253614170141067551525361417014106" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, da3d88d8-38a5-4efb-b7dc-ce0c0779481c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4ce75739-8ec4-4cdc-8b30-11c8774d912c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4ce75739-8ec4-4cdc-8b30-11c8774d912c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12386491688334755615 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1238649168833475561512386491688334755615123864916883347556151238649168833475561512386491688334755615123864916883347556151238649168833475561512386491688334755615123864916883347556151238649168833475561512386491688334755615123864916883347556151238649168833475561512386491688334755615123864916883347556151238649168833475561512386491688334755615123864916883347556151238649168833475561512386491688334755615" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, db162640-ea85-436b-b098-1f6fe8b5f527, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 18b62983-c79b-4cdc-8e29-2d86f02e83fa, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 18b62983-c79b-4cdc-8e29-2d86f02e83fa, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5060691639808969556 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50606916398089695565060691639808969556506069163980896955650606916398089695565060691639808969556506069163980896955650606916398089695565060691639808969556506069163980896955650606916398089695565060691639808969556506069163980896955650606916398089695565060691639808969556506069163980896955650606916398089695565060691639808969556506069163980896955650606916398089695565060691639808969556" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 18b62983-c79b-4cdc-8e29-2d86f02e83fa, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 932faf86-9d06-4817-990e-8d64e33918f3, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 932faf86-9d06-4817-990e-8d64e33918f3, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4230868096898134333 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42308680968981343334230868096898134333423086809689813433342308680968981343334230868096898134333423086809689813433342308680968981343334230868096898134333423086809689813433342308680968981343334230868096898134333423086809689813433342308680968981343334230868096898134333423086809689813433342308680968981343334230868096898134333423086809689813433342308680968981343334230868096898134333" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 932faf86-9d06-4817-990e-8d64e33918f3, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 883a56c3-d8cd-4a2f-b0b1-6192b6a9f779, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 883a56c3-d8cd-4a2f-b0b1-6192b6a9f779, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15223352638010176364 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1522335263801017636415223352638010176364152233526380101763641522335263801017636415223352638010176364152233526380101763641522335263801017636415223352638010176364152233526380101763641522335263801017636415223352638010176364152233526380101763641522335263801017636415223352638010176364152233526380101763641522335263801017636415223352638010176364152233526380101763641522335263801017636415223352638010176364" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4ce75739-8ec4-4cdc-8b30-11c8774d912c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 883a56c3-d8cd-4a2f-b0b1-6192b6a9f779, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 38fca9ac-2080-48f0-abcc-c8da2be3fabe, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8ea89483-1c03-4dd0-946c-a9e675da00e9, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 38fca9ac-2080-48f0-abcc-c8da2be3fabe, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10700145175402122738 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1070014517540212273810700145175402122738107001451754021227381070014517540212273810700145175402122738107001451754021227381070014517540212273810700145175402122738107001451754021227381070014517540212273810700145175402122738107001451754021227381070014517540212273810700145175402122738107001451754021227381070014517540212273810700145175402122738107001451754021227381070014517540212273810700145175402122738" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8ea89483-1c03-4dd0-946c-a9e675da00e9, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7556164759852518863 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75561647598525188637556164759852518863755616475985251886375561647598525188637556164759852518863755616475985251886375561647598525188637556164759852518863755616475985251886375561647598525188637556164759852518863755616475985251886375561647598525188637556164759852518863755616475985251886375561647598525188637556164759852518863755616475985251886375561647598525188637556164759852518863" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 38fca9ac-2080-48f0-abcc-c8da2be3fabe, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8ea89483-1c03-4dd0-946c-a9e675da00e9, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 26032bc3-2cab-4b7e-89bf-e9f8b3d77b3b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 26032bc3-2cab-4b7e-89bf-e9f8b3d77b3b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12707490556645192161 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1270749055664519216112707490556645192161127074905566451921611270749055664519216112707490556645192161127074905566451921611270749055664519216112707490556645192161127074905566451921611270749055664519216112707490556645192161127074905566451921611270749055664519216112707490556645192161127074905566451921611270749055664519216112707490556645192161127074905566451921611270749055664519216112707490556645192161" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c3704409-5915-45c1-8521-da57b7548ee6, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c3704409-5915-45c1-8521-da57b7548ee6, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15373460680376638260 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1537346068037663826015373460680376638260153734606803766382601537346068037663826015373460680376638260153734606803766382601537346068037663826015373460680376638260153734606803766382601537346068037663826015373460680376638260153734606803766382601537346068037663826015373460680376638260153734606803766382601537346068037663826015373460680376638260153734606803766382601537346068037663826015373460680376638260" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 26032bc3-2cab-4b7e-89bf-e9f8b3d77b3b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9443eef5-b644-4532-8d4d-45dd2b516d05, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9443eef5-b644-4532-8d4d-45dd2b516d05, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1029735246292035546 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10297352462920355461029735246292035546102973524629203554610297352462920355461029735246292035546102973524629203554610297352462920355461029735246292035546102973524629203554610297352462920355461029735246292035546102973524629203554610297352462920355461029735246292035546102973524629203554610297352462920355461029735246292035546102973524629203554610297352462920355461029735246292035546" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c3704409-5915-45c1-8521-da57b7548ee6, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 35711df9-bafa-48d6-b09a-a47e25c1b677, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 35711df9-bafa-48d6-b09a-a47e25c1b677, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14296687914401668980 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1429668791440166898014296687914401668980142966879144016689801429668791440166898014296687914401668980142966879144016689801429668791440166898014296687914401668980142966879144016689801429668791440166898014296687914401668980142966879144016689801429668791440166898014296687914401668980142966879144016689801429668791440166898014296687914401668980142966879144016689801429668791440166898014296687914401668980" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9443eef5-b644-4532-8d4d-45dd2b516d05, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 446d2561-f691-411d-b671-553783b7bd4e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 35711df9-bafa-48d6-b09a-a47e25c1b677, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 446d2561-f691-411d-b671-553783b7bd4e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8014872786030850337 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80148727860308503378014872786030850337801487278603085033780148727860308503378014872786030850337801487278603085033780148727860308503378014872786030850337801487278603085033780148727860308503378014872786030850337801487278603085033780148727860308503378014872786030850337801487278603085033780148727860308503378014872786030850337801487278603085033780148727860308503378014872786030850337" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 804faae5-ef7d-4bcc-a45d-5ce5ae0a1712, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 804faae5-ef7d-4bcc-a45d-5ce5ae0a1712, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8984015400360583772 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89840154003605837728984015400360583772898401540036058377289840154003605837728984015400360583772898401540036058377289840154003605837728984015400360583772898401540036058377289840154003605837728984015400360583772898401540036058377289840154003605837728984015400360583772898401540036058377289840154003605837728984015400360583772898401540036058377289840154003605837728984015400360583772" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 446d2561-f691-411d-b671-553783b7bd4e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 012e6e7c-35f2-41ee-be42-b3ac256b9f45, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 012e6e7c-35f2-41ee-be42-b3ac256b9f45, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16465842317252194573 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1646584231725219457316465842317252194573164658423172521945731646584231725219457316465842317252194573164658423172521945731646584231725219457316465842317252194573164658423172521945731646584231725219457316465842317252194573164658423172521945731646584231725219457316465842317252194573164658423172521945731646584231725219457316465842317252194573164658423172521945731646584231725219457316465842317252194573" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 804faae5-ef7d-4bcc-a45d-5ce5ae0a1712, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d0167caf-937d-4beb-ade7-5b6968279d2f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d0167caf-937d-4beb-ade7-5b6968279d2f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4931748374874749865 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49317483748747498654931748374874749865493174837487474986549317483748747498654931748374874749865493174837487474986549317483748747498654931748374874749865493174837487474986549317483748747498654931748374874749865493174837487474986549317483748747498654931748374874749865493174837487474986549317483748747498654931748374874749865493174837487474986549317483748747498654931748374874749865" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 012e6e7c-35f2-41ee-be42-b3ac256b9f45, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5818c4f0-852b-4d4a-ad43-bb9e47890fdd, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5818c4f0-852b-4d4a-ad43-bb9e47890fdd, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7766777317994895169 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77667773179948951697766777317994895169776677731799489516977667773179948951697766777317994895169776677731799489516977667773179948951697766777317994895169776677731799489516977667773179948951697766777317994895169776677731799489516977667773179948951697766777317994895169776677731799489516977667773179948951697766777317994895169776677731799489516977667773179948951697766777317994895169" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d0167caf-937d-4beb-ade7-5b6968279d2f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 50d102e4-0aba-47c9-8dd0-0c7926f8e5f4, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 50d102e4-0aba-47c9-8dd0-0c7926f8e5f4, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13696269452862538014 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1369626945286253801413696269452862538014136962694528625380141369626945286253801413696269452862538014136962694528625380141369626945286253801413696269452862538014136962694528625380141369626945286253801413696269452862538014136962694528625380141369626945286253801413696269452862538014136962694528625380141369626945286253801413696269452862538014136962694528625380141369626945286253801413696269452862538014" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5818c4f0-852b-4d4a-ad43-bb9e47890fdd, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2f6d9d67-a787-460d-9a51-16a3440c26ea, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2f6d9d67-a787-460d-9a51-16a3440c26ea, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8904708838332722359 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89047088383327223598904708838332722359890470883833272235989047088383327223598904708838332722359890470883833272235989047088383327223598904708838332722359890470883833272235989047088383327223598904708838332722359890470883833272235989047088383327223598904708838332722359890470883833272235989047088383327223598904708838332722359890470883833272235989047088383327223598904708838332722359" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 50d102e4-0aba-47c9-8dd0-0c7926f8e5f4, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2c60cbde-a7da-4ac0-84e3-c11f46ccf19f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2c60cbde-a7da-4ac0-84e3-c11f46ccf19f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4772117119286561668 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47721171192865616684772117119286561668477211711928656166847721171192865616684772117119286561668477211711928656166847721171192865616684772117119286561668477211711928656166847721171192865616684772117119286561668477211711928656166847721171192865616684772117119286561668477211711928656166847721171192865616684772117119286561668477211711928656166847721171192865616684772117119286561668" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2f6d9d67-a787-460d-9a51-16a3440c26ea, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e70d1cd5-03a0-4f07-804b-d05e301e339d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e70d1cd5-03a0-4f07-804b-d05e301e339d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15221070668192796111 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1522107066819279611115221070668192796111152210706681927961111522107066819279611115221070668192796111152210706681927961111522107066819279611115221070668192796111152210706681927961111522107066819279611115221070668192796111152210706681927961111522107066819279611115221070668192796111152210706681927961111522107066819279611115221070668192796111152210706681927961111522107066819279611115221070668192796111" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2c60cbde-a7da-4ac0-84e3-c11f46ccf19f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 86c99652-6a2a-4495-81f7-e2e74d98b611, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 86c99652-6a2a-4495-81f7-e2e74d98b611, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17846069338414103653 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1784606933841410365317846069338414103653178460693384141036531784606933841410365317846069338414103653178460693384141036531784606933841410365317846069338414103653178460693384141036531784606933841410365317846069338414103653178460693384141036531784606933841410365317846069338414103653178460693384141036531784606933841410365317846069338414103653178460693384141036531784606933841410365317846069338414103653" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e70d1cd5-03a0-4f07-804b-d05e301e339d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 187acaad-d43b-47d6-b28d-37bba18b59a0, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 187acaad-d43b-47d6-b28d-37bba18b59a0, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6825461901651073204 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68254619016510732046825461901651073204682546190165107320468254619016510732046825461901651073204682546190165107320468254619016510732046825461901651073204682546190165107320468254619016510732046825461901651073204682546190165107320468254619016510732046825461901651073204682546190165107320468254619016510732046825461901651073204682546190165107320468254619016510732046825461901651073204" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 86c99652-6a2a-4495-81f7-e2e74d98b611, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0fc3142d-f474-45b4-8d34-6c7ab6501de0, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0fc3142d-f474-45b4-8d34-6c7ab6501de0, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1182201981614918449 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11822019816149184491182201981614918449118220198161491844911822019816149184491182201981614918449118220198161491844911822019816149184491182201981614918449118220198161491844911822019816149184491182201981614918449118220198161491844911822019816149184491182201981614918449118220198161491844911822019816149184491182201981614918449118220198161491844911822019816149184491182201981614918449" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 187acaad-d43b-47d6-b28d-37bba18b59a0, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b1c2e74d-3d69-44c9-a9c1-e3868497459b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b1c2e74d-3d69-44c9-a9c1-e3868497459b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6155804227737425829 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61558042277374258296155804227737425829615580422773742582961558042277374258296155804227737425829615580422773742582961558042277374258296155804227737425829615580422773742582961558042277374258296155804227737425829615580422773742582961558042277374258296155804227737425829615580422773742582961558042277374258296155804227737425829615580422773742582961558042277374258296155804227737425829" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0fc3142d-f474-45b4-8d34-6c7ab6501de0, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 44db4dec-0609-4c98-9184-d9a8ba5cc45c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 44db4dec-0609-4c98-9184-d9a8ba5cc45c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4897928682603130977 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48979286826031309774897928682603130977489792868260313097748979286826031309774897928682603130977489792868260313097748979286826031309774897928682603130977489792868260313097748979286826031309774897928682603130977489792868260313097748979286826031309774897928682603130977489792868260313097748979286826031309774897928682603130977489792868260313097748979286826031309774897928682603130977" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b1c2e74d-3d69-44c9-a9c1-e3868497459b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 065aa133-0cb5-478e-a497-e9c5665a8270, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 065aa133-0cb5-478e-a497-e9c5665a8270, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5695735778973134031 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56957357789731340315695735778973134031569573577897313403156957357789731340315695735778973134031569573577897313403156957357789731340315695735778973134031569573577897313403156957357789731340315695735778973134031569573577897313403156957357789731340315695735778973134031569573577897313403156957357789731340315695735778973134031569573577897313403156957357789731340315695735778973134031" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 44db4dec-0609-4c98-9184-d9a8ba5cc45c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a17e82b9-f8cc-4b21-9ae7-a0caa22b5566, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a17e82b9-f8cc-4b21-9ae7-a0caa22b5566, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 362658802548198556 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "362658802548198556362658802548198556362658802548198556362658802548198556362658802548198556362658802548198556362658802548198556362658802548198556362658802548198556362658802548198556362658802548198556362658802548198556362658802548198556362658802548198556362658802548198556362658802548198556362658802548198556362658802548198556362658802548198556362658802548198556" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 065aa133-0cb5-478e-a497-e9c5665a8270, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 641b41c8-aee3-4d3d-aa13-a3748d208682, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 641b41c8-aee3-4d3d-aa13-a3748d208682, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13195255095731706566 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1319525509573170656613195255095731706566131952550957317065661319525509573170656613195255095731706566131952550957317065661319525509573170656613195255095731706566131952550957317065661319525509573170656613195255095731706566131952550957317065661319525509573170656613195255095731706566131952550957317065661319525509573170656613195255095731706566131952550957317065661319525509573170656613195255095731706566" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a17e82b9-f8cc-4b21-9ae7-a0caa22b5566, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1ff29671-d39e-425f-aae3-8e1c874830be, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1ff29671-d39e-425f-aae3-8e1c874830be, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3644241757928099040 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36442417579280990403644241757928099040364424175792809904036442417579280990403644241757928099040364424175792809904036442417579280990403644241757928099040364424175792809904036442417579280990403644241757928099040364424175792809904036442417579280990403644241757928099040364424175792809904036442417579280990403644241757928099040364424175792809904036442417579280990403644241757928099040" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 641b41c8-aee3-4d3d-aa13-a3748d208682, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0817d150-56f4-4ce5-a38f-f79c87b9b77b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0817d150-56f4-4ce5-a38f-f79c87b9b77b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11554579334851589911 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1155457933485158991111554579334851589911115545793348515899111155457933485158991111554579334851589911115545793348515899111155457933485158991111554579334851589911115545793348515899111155457933485158991111554579334851589911115545793348515899111155457933485158991111554579334851589911115545793348515899111155457933485158991111554579334851589911115545793348515899111155457933485158991111554579334851589911" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1ff29671-d39e-425f-aae3-8e1c874830be, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, af82bb4c-f61f-4814-8caf-dff0542e7d57, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, af82bb4c-f61f-4814-8caf-dff0542e7d57, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5279108526111532587 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52791085261115325875279108526111532587527910852611153258752791085261115325875279108526111532587527910852611153258752791085261115325875279108526111532587527910852611153258752791085261115325875279108526111532587527910852611153258752791085261115325875279108526111532587527910852611153258752791085261115325875279108526111532587527910852611153258752791085261115325875279108526111532587" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0817d150-56f4-4ce5-a38f-f79c87b9b77b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0df78afe-b567-4a22-897f-51b86ad84b19, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0df78afe-b567-4a22-897f-51b86ad84b19, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8094950492063580443 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80949504920635804438094950492063580443809495049206358044380949504920635804438094950492063580443809495049206358044380949504920635804438094950492063580443809495049206358044380949504920635804438094950492063580443809495049206358044380949504920635804438094950492063580443809495049206358044380949504920635804438094950492063580443809495049206358044380949504920635804438094950492063580443" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, af82bb4c-f61f-4814-8caf-dff0542e7d57, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8b63d080-63ae-4e56-8d4d-162ba61020a0, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8b63d080-63ae-4e56-8d4d-162ba61020a0, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6873450701531239533 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68734507015312395336873450701531239533687345070153123953368734507015312395336873450701531239533687345070153123953368734507015312395336873450701531239533687345070153123953368734507015312395336873450701531239533687345070153123953368734507015312395336873450701531239533687345070153123953368734507015312395336873450701531239533687345070153123953368734507015312395336873450701531239533" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0df78afe-b567-4a22-897f-51b86ad84b19, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c5148d66-24e7-4539-a5ad-70d24db788a7, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8b63d080-63ae-4e56-8d4d-162ba61020a0, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, aa735228-6c38-4d20-8f5a-86a16f38c56f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c5148d66-24e7-4539-a5ad-70d24db788a7, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 956130731973211240 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "956130731973211240956130731973211240956130731973211240956130731973211240956130731973211240956130731973211240956130731973211240956130731973211240956130731973211240956130731973211240956130731973211240956130731973211240956130731973211240956130731973211240956130731973211240956130731973211240956130731973211240956130731973211240956130731973211240956130731973211240" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aa735228-6c38-4d20-8f5a-86a16f38c56f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6915142069369386783 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69151420693693867836915142069369386783691514206936938678369151420693693867836915142069369386783691514206936938678369151420693693867836915142069369386783691514206936938678369151420693693867836915142069369386783691514206936938678369151420693693867836915142069369386783691514206936938678369151420693693867836915142069369386783691514206936938678369151420693693867836915142069369386783" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c5148d66-24e7-4539-a5ad-70d24db788a7, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e05f0643-f3f9-450e-a00a-8e5f18443135, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e05f0643-f3f9-450e-a00a-8e5f18443135, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15569442397073193245 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1556944239707319324515569442397073193245155694423970731932451556944239707319324515569442397073193245155694423970731932451556944239707319324515569442397073193245155694423970731932451556944239707319324515569442397073193245155694423970731932451556944239707319324515569442397073193245155694423970731932451556944239707319324515569442397073193245155694423970731932451556944239707319324515569442397073193245" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aa735228-6c38-4d20-8f5a-86a16f38c56f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ed5113ff-61b8-40d4-8f63-283e4f677160, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ed5113ff-61b8-40d4-8f63-283e4f677160, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4320900853757984324 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43209008537579843244320900853757984324432090085375798432443209008537579843244320900853757984324432090085375798432443209008537579843244320900853757984324432090085375798432443209008537579843244320900853757984324432090085375798432443209008537579843244320900853757984324432090085375798432443209008537579843244320900853757984324432090085375798432443209008537579843244320900853757984324" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e05f0643-f3f9-450e-a00a-8e5f18443135, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 74e4180b-726f-4be3-a797-0c838e2bf461, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 74e4180b-726f-4be3-a797-0c838e2bf461, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3271224390983531816 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32712243909835318163271224390983531816327122439098353181632712243909835318163271224390983531816327122439098353181632712243909835318163271224390983531816327122439098353181632712243909835318163271224390983531816327122439098353181632712243909835318163271224390983531816327122439098353181632712243909835318163271224390983531816327122439098353181632712243909835318163271224390983531816" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ed5113ff-61b8-40d4-8f63-283e4f677160, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 25f1e8a4-c130-463a-a872-8a41fc7ae0c2, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 25f1e8a4-c130-463a-a872-8a41fc7ae0c2, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 180940679242551248 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "180940679242551248180940679242551248180940679242551248180940679242551248180940679242551248180940679242551248180940679242551248180940679242551248180940679242551248180940679242551248180940679242551248180940679242551248180940679242551248180940679242551248180940679242551248180940679242551248180940679242551248180940679242551248180940679242551248180940679242551248" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 74e4180b-726f-4be3-a797-0c838e2bf461, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 181e7659-7fe8-4006-9d91-87213bf57a1d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 181e7659-7fe8-4006-9d91-87213bf57a1d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15709595374145855629 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1570959537414585562915709595374145855629157095953741458556291570959537414585562915709595374145855629157095953741458556291570959537414585562915709595374145855629157095953741458556291570959537414585562915709595374145855629157095953741458556291570959537414585562915709595374145855629157095953741458556291570959537414585562915709595374145855629157095953741458556291570959537414585562915709595374145855629" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 25f1e8a4-c130-463a-a872-8a41fc7ae0c2, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4f800732-1d79-4fbe-a604-4730a47734e4, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4f800732-1d79-4fbe-a604-4730a47734e4, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5009736531189376084 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50097365311893760845009736531189376084500973653118937608450097365311893760845009736531189376084500973653118937608450097365311893760845009736531189376084500973653118937608450097365311893760845009736531189376084500973653118937608450097365311893760845009736531189376084500973653118937608450097365311893760845009736531189376084500973653118937608450097365311893760845009736531189376084" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 181e7659-7fe8-4006-9d91-87213bf57a1d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4d60fd00-ff13-4746-af78-e337cc1ad035, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4d60fd00-ff13-4746-af78-e337cc1ad035, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2232906368904039323 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22329063689040393232232906368904039323223290636890403932322329063689040393232232906368904039323223290636890403932322329063689040393232232906368904039323223290636890403932322329063689040393232232906368904039323223290636890403932322329063689040393232232906368904039323223290636890403932322329063689040393232232906368904039323223290636890403932322329063689040393232232906368904039323" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4f800732-1d79-4fbe-a604-4730a47734e4, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f6e07528-1431-4622-9ec5-4eb55b68671d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f6e07528-1431-4622-9ec5-4eb55b68671d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3852404337421971964 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38524043374219719643852404337421971964385240433742197196438524043374219719643852404337421971964385240433742197196438524043374219719643852404337421971964385240433742197196438524043374219719643852404337421971964385240433742197196438524043374219719643852404337421971964385240433742197196438524043374219719643852404337421971964385240433742197196438524043374219719643852404337421971964" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4d60fd00-ff13-4746-af78-e337cc1ad035, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4e416a35-893d-4d1f-b691-ef84ec73326a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4e416a35-893d-4d1f-b691-ef84ec73326a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18063752252498893182 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1806375225249889318218063752252498893182180637522524988931821806375225249889318218063752252498893182180637522524988931821806375225249889318218063752252498893182180637522524988931821806375225249889318218063752252498893182180637522524988931821806375225249889318218063752252498893182180637522524988931821806375225249889318218063752252498893182180637522524988931821806375225249889318218063752252498893182" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f6e07528-1431-4622-9ec5-4eb55b68671d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 62b60780-b06f-423c-9346-39ff1585f53e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 62b60780-b06f-423c-9346-39ff1585f53e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8312409889310468154 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83124098893104681548312409889310468154831240988931046815483124098893104681548312409889310468154831240988931046815483124098893104681548312409889310468154831240988931046815483124098893104681548312409889310468154831240988931046815483124098893104681548312409889310468154831240988931046815483124098893104681548312409889310468154831240988931046815483124098893104681548312409889310468154" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4e416a35-893d-4d1f-b691-ef84ec73326a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7fea8dab-9eee-487e-8b3d-2e9f7fb1281a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7fea8dab-9eee-487e-8b3d-2e9f7fb1281a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8695220459417533877 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86952204594175338778695220459417533877869522045941753387786952204594175338778695220459417533877869522045941753387786952204594175338778695220459417533877869522045941753387786952204594175338778695220459417533877869522045941753387786952204594175338778695220459417533877869522045941753387786952204594175338778695220459417533877869522045941753387786952204594175338778695220459417533877" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 62b60780-b06f-423c-9346-39ff1585f53e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7caaca60-75f6-4637-beb9-198fa9b792bd, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7caaca60-75f6-4637-beb9-198fa9b792bd, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6956133188274947768 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69561331882749477686956133188274947768695613318827494776869561331882749477686956133188274947768695613318827494776869561331882749477686956133188274947768695613318827494776869561331882749477686956133188274947768695613318827494776869561331882749477686956133188274947768695613318827494776869561331882749477686956133188274947768695613318827494776869561331882749477686956133188274947768" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7fea8dab-9eee-487e-8b3d-2e9f7fb1281a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7067cb49-8047-4b84-8302-e7507fb9bccc, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7067cb49-8047-4b84-8302-e7507fb9bccc, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4630704209716632414 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46307042097166324144630704209716632414463070420971663241446307042097166324144630704209716632414463070420971663241446307042097166324144630704209716632414463070420971663241446307042097166324144630704209716632414463070420971663241446307042097166324144630704209716632414463070420971663241446307042097166324144630704209716632414463070420971663241446307042097166324144630704209716632414" } } } 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:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7caaca60-75f6-4637-beb9-198fa9b792bd, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6a071f09-721e-4f2c-92e2-60cff693026a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6a071f09-721e-4f2c-92e2-60cff693026a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7786373770457872691 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77863737704578726917786373770457872691778637377045787269177863737704578726917786373770457872691778637377045787269177863737704578726917786373770457872691778637377045787269177863737704578726917786373770457872691778637377045787269177863737704578726917786373770457872691778637377045787269177863737704578726917786373770457872691778637377045787269177863737704578726917786373770457872691" } } } 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:421 RpcState(ListEndpoints, 5da52cf2-e5a2-4b2b-a927-774d79a55b96, localhost:1800): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 5da52cf2-e5a2-4b2b-a927-774d79a55b96, localhost:1800): request = { database: "/Root/test_simple_encryption_1" }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7067cb49-8047-4b84-8302-e7507fb9bccc, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 58a848a9-6869-45c8-b488-bba7b4a0fcb5, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 58a848a9-6869-45c8-b488-bba7b4a0fcb5, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10339576368611803685 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1033957636861180368510339576368611803685103395763686118036851033957636861180368510339576368611803685103395763686118036851033957636861180368510339576368611803685103395763686118036851033957636861180368510339576368611803685103395763686118036851033957636861180368510339576368611803685103395763686118036851033957636861180368510339576368611803685103395763686118036851033957636861180368510339576368611803685" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6a071f09-721e-4f2c-92e2-60cff693026a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d7bb4bc2-70e8-4723-8df3-755a7f8ef215, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d7bb4bc2-70e8-4723-8df3-755a7f8ef215, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11160727045299665742 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1116072704529966574211160727045299665742111607270452996657421116072704529966574211160727045299665742111607270452996657421116072704529966574211160727045299665742111607270452996657421116072704529966574211160727045299665742111607270452996657421116072704529966574211160727045299665742111607270452996657421116072704529966574211160727045299665742111607270452996657421116072704529966574211160727045299665742" } } } 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, 5da52cf2-e5a2-4b2b-a927-774d79a55b96, localhost:1800): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-l3j5z36jj4.auto.internal" port: 2321 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-l3j5z36jj4.auto.internal:2321, location , ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:1800
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 58a848a9-6869-45c8-b488-bba7b4a0fcb5, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4708a998-d22c-4638-aa44-1e6b795f6b59, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4708a998-d22c-4638-aa44-1e6b795f6b59, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11893803635927164057 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1189380363592716405711893803635927164057118938036359271640571189380363592716405711893803635927164057118938036359271640571189380363592716405711893803635927164057118938036359271640571189380363592716405711893803635927164057118938036359271640571189380363592716405711893803635927164057118938036359271640571189380363592716405711893803635927164057118938036359271640571189380363592716405711893803635927164057" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d7bb4bc2-70e8-4723-8df3-755a7f8ef215, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9be7aa64-3486-4954-b6e8-7dcdd47bed55, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9be7aa64-3486-4954-b6e8-7dcdd47bed55, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9442247242601579687 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94422472426015796879442247242601579687944224724260157968794422472426015796879442247242601579687944224724260157968794422472426015796879442247242601579687944224724260157968794422472426015796879442247242601579687944224724260157968794422472426015796879442247242601579687944224724260157968794422472426015796879442247242601579687944224724260157968794422472426015796879442247242601579687" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4708a998-d22c-4638-aa44-1e6b795f6b59, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9de6e99e-b791-41fe-8951-13ed9455fd89, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9de6e99e-b791-41fe-8951-13ed9455fd89, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2178179324089660560 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21781793240896605602178179324089660560217817932408966056021781793240896605602178179324089660560217817932408966056021781793240896605602178179324089660560217817932408966056021781793240896605602178179324089660560217817932408966056021781793240896605602178179324089660560217817932408966056021781793240896605602178179324089660560217817932408966056021781793240896605602178179324089660560" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9be7aa64-3486-4954-b6e8-7dcdd47bed55, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7a16e6af-2155-48da-ac0b-da3f548e68a6, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7a16e6af-2155-48da-ac0b-da3f548e68a6, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7523070627136545479 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75230706271365454797523070627136545479752307062713654547975230706271365454797523070627136545479752307062713654547975230706271365454797523070627136545479752307062713654547975230706271365454797523070627136545479752307062713654547975230706271365454797523070627136545479752307062713654547975230706271365454797523070627136545479752307062713654547975230706271365454797523070627136545479" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9de6e99e-b791-41fe-8951-13ed9455fd89, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 646bcbf0-aa15-4912-8658-db9e5a9b3c48, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 646bcbf0-aa15-4912-8658-db9e5a9b3c48, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11852016457413096673 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1185201645741309667311852016457413096673118520164574130966731185201645741309667311852016457413096673118520164574130966731185201645741309667311852016457413096673118520164574130966731185201645741309667311852016457413096673118520164574130966731185201645741309667311852016457413096673118520164574130966731185201645741309667311852016457413096673118520164574130966731185201645741309667311852016457413096673" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7a16e6af-2155-48da-ac0b-da3f548e68a6, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f7a4eab1-301c-47f1-b8ff-fda832a54d46, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f7a4eab1-301c-47f1-b8ff-fda832a54d46, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4579592463267439687 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45795924632674396874579592463267439687457959246326743968745795924632674396874579592463267439687457959246326743968745795924632674396874579592463267439687457959246326743968745795924632674396874579592463267439687457959246326743968745795924632674396874579592463267439687457959246326743968745795924632674396874579592463267439687457959246326743968745795924632674396874579592463267439687" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 646bcbf0-aa15-4912-8658-db9e5a9b3c48, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 440d4967-82c4-4bb2-ae4b-484866fba774, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f7a4eab1-301c-47f1-b8ff-fda832a54d46, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 440d4967-82c4-4bb2-ae4b-484866fba774, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7211103041588213302 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72111030415882133027211103041588213302721110304158821330272111030415882133027211103041588213302721110304158821330272111030415882133027211103041588213302721110304158821330272111030415882133027211103041588213302721110304158821330272111030415882133027211103041588213302721110304158821330272111030415882133027211103041588213302721110304158821330272111030415882133027211103041588213302" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3996d93f-8270-47b5-a6c0-e7dd32393773, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3996d93f-8270-47b5-a6c0-e7dd32393773, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9843585041157438475 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98435850411574384759843585041157438475984358504115743847598435850411574384759843585041157438475984358504115743847598435850411574384759843585041157438475984358504115743847598435850411574384759843585041157438475984358504115743847598435850411574384759843585041157438475984358504115743847598435850411574384759843585041157438475984358504115743847598435850411574384759843585041157438475" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 440d4967-82c4-4bb2-ae4b-484866fba774, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4bd6af5f-6a38-45aa-8d47-179fed624c27, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3996d93f-8270-47b5-a6c0-e7dd32393773, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 03b35f20-e85d-451a-9e05-f343625aaf8c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4bd6af5f-6a38-45aa-8d47-179fed624c27, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12517774316052768320 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1251777431605276832012517774316052768320125177743160527683201251777431605276832012517774316052768320125177743160527683201251777431605276832012517774316052768320125177743160527683201251777431605276832012517774316052768320125177743160527683201251777431605276832012517774316052768320125177743160527683201251777431605276832012517774316052768320125177743160527683201251777431605276832012517774316052768320" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 03b35f20-e85d-451a-9e05-f343625aaf8c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17185767416063787804 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1718576741606378780417185767416063787804171857674160637878041718576741606378780417185767416063787804171857674160637878041718576741606378780417185767416063787804171857674160637878041718576741606378780417185767416063787804171857674160637878041718576741606378780417185767416063787804171857674160637878041718576741606378780417185767416063787804171857674160637878041718576741606378780417185767416063787804" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4bd6af5f-6a38-45aa-8d47-179fed624c27, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 26d3eb4c-78d7-4dde-8907-60c1c3465fea, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 26d3eb4c-78d7-4dde-8907-60c1c3465fea, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9925714893237439676 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99257148932374396769925714893237439676992571489323743967699257148932374396769925714893237439676992571489323743967699257148932374396769925714893237439676992571489323743967699257148932374396769925714893237439676992571489323743967699257148932374396769925714893237439676992571489323743967699257148932374396769925714893237439676992571489323743967699257148932374396769925714893237439676" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 03b35f20-e85d-451a-9e05-f343625aaf8c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ef253701-9e4b-4e41-bb63-5ae2328db3a9, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ef253701-9e4b-4e41-bb63-5ae2328db3a9, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 879037391001971914 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "879037391001971914879037391001971914879037391001971914879037391001971914879037391001971914879037391001971914879037391001971914879037391001971914879037391001971914879037391001971914879037391001971914879037391001971914879037391001971914879037391001971914879037391001971914879037391001971914879037391001971914879037391001971914879037391001971914879037391001971914" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 26d3eb4c-78d7-4dde-8907-60c1c3465fea, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 14415866-1156-4e72-bd7c-530433490979, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ef253701-9e4b-4e41-bb63-5ae2328db3a9, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 14415866-1156-4e72-bd7c-530433490979, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8865812215155831328 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88658122151558313288865812215155831328886581221515583132888658122151558313288865812215155831328886581221515583132888658122151558313288865812215155831328886581221515583132888658122151558313288865812215155831328886581221515583132888658122151558313288865812215155831328886581221515583132888658122151558313288865812215155831328886581221515583132888658122151558313288865812215155831328" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d13ac399-17e1-4253-8eea-451da14b7b3d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d13ac399-17e1-4253-8eea-451da14b7b3d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5182207224344588233 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51822072243445882335182207224344588233518220722434458823351822072243445882335182207224344588233518220722434458823351822072243445882335182207224344588233518220722434458823351822072243445882335182207224344588233518220722434458823351822072243445882335182207224344588233518220722434458823351822072243445882335182207224344588233518220722434458823351822072243445882335182207224344588233" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 14415866-1156-4e72-bd7c-530433490979, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d13ac399-17e1-4253-8eea-451da14b7b3d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ede54e7f-a3f9-43f4-9a1e-b704a178042f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, af3d1d5d-92b7-43fc-93eb-d5d217e5e5db, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ede54e7f-a3f9-43f4-9a1e-b704a178042f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4083211081041783732 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40832110810417837324083211081041783732408321108104178373240832110810417837324083211081041783732408321108104178373240832110810417837324083211081041783732408321108104178373240832110810417837324083211081041783732408321108104178373240832110810417837324083211081041783732408321108104178373240832110810417837324083211081041783732408321108104178373240832110810417837324083211081041783732" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, af3d1d5d-92b7-43fc-93eb-d5d217e5e5db, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5110515172441675031 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51105151724416750315110515172441675031511051517244167503151105151724416750315110515172441675031511051517244167503151105151724416750315110515172441675031511051517244167503151105151724416750315110515172441675031511051517244167503151105151724416750315110515172441675031511051517244167503151105151724416750315110515172441675031511051517244167503151105151724416750315110515172441675031" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ede54e7f-a3f9-43f4-9a1e-b704a178042f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, af3d1d5d-92b7-43fc-93eb-d5d217e5e5db, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d6b347c5-c032-48a3-9953-ac23904364e0, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6fae3e43-46b8-44df-895e-02e6537caa5a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d6b347c5-c032-48a3-9953-ac23904364e0, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17202959218754617689 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1720295921875461768917202959218754617689172029592187546176891720295921875461768917202959218754617689172029592187546176891720295921875461768917202959218754617689172029592187546176891720295921875461768917202959218754617689172029592187546176891720295921875461768917202959218754617689172029592187546176891720295921875461768917202959218754617689172029592187546176891720295921875461768917202959218754617689" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6fae3e43-46b8-44df-895e-02e6537caa5a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14722631503406094223 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1472263150340609422314722631503406094223147226315034060942231472263150340609422314722631503406094223147226315034060942231472263150340609422314722631503406094223147226315034060942231472263150340609422314722631503406094223147226315034060942231472263150340609422314722631503406094223147226315034060942231472263150340609422314722631503406094223147226315034060942231472263150340609422314722631503406094223" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d6b347c5-c032-48a3-9953-ac23904364e0, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6fae3e43-46b8-44df-895e-02e6537caa5a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dd882e2f-b930-4841-b30a-8af7809b00e0, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3029af32-a3b7-47e6-9805-63064050a862, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dd882e2f-b930-4841-b30a-8af7809b00e0, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11454718654146464982 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1145471865414646498211454718654146464982114547186541464649821145471865414646498211454718654146464982114547186541464649821145471865414646498211454718654146464982114547186541464649821145471865414646498211454718654146464982114547186541464649821145471865414646498211454718654146464982114547186541464649821145471865414646498211454718654146464982114547186541464649821145471865414646498211454718654146464982" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3029af32-a3b7-47e6-9805-63064050a862, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5219441820210407233 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52194418202104072335219441820210407233521944182021040723352194418202104072335219441820210407233521944182021040723352194418202104072335219441820210407233521944182021040723352194418202104072335219441820210407233521944182021040723352194418202104072335219441820210407233521944182021040723352194418202104072335219441820210407233521944182021040723352194418202104072335219441820210407233" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dd882e2f-b930-4841-b30a-8af7809b00e0, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3029af32-a3b7-47e6-9805-63064050a862, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0e2d2d6b-9485-4a6f-b42f-46c0a8de9adb, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 52dc7d54-f334-4c97-a699-bca59dc678c0, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0e2d2d6b-9485-4a6f-b42f-46c0a8de9adb, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4910474002045073996 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49104740020450739964910474002045073996491047400204507399649104740020450739964910474002045073996491047400204507399649104740020450739964910474002045073996491047400204507399649104740020450739964910474002045073996491047400204507399649104740020450739964910474002045073996491047400204507399649104740020450739964910474002045073996491047400204507399649104740020450739964910474002045073996" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 52dc7d54-f334-4c97-a699-bca59dc678c0, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5146073340820279196 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51460733408202791965146073340820279196514607334082027919651460733408202791965146073340820279196514607334082027919651460733408202791965146073340820279196514607334082027919651460733408202791965146073340820279196514607334082027919651460733408202791965146073340820279196514607334082027919651460733408202791965146073340820279196514607334082027919651460733408202791965146073340820279196" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 52dc7d54-f334-4c97-a699-bca59dc678c0, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0e2d2d6b-9485-4a6f-b42f-46c0a8de9adb, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d33981c4-a73d-47d2-b6c5-86d18236a075, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d33981c4-a73d-47d2-b6c5-86d18236a075, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10702763791370987934 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1070276379137098793410702763791370987934107027637913709879341070276379137098793410702763791370987934107027637913709879341070276379137098793410702763791370987934107027637913709879341070276379137098793410702763791370987934107027637913709879341070276379137098793410702763791370987934107027637913709879341070276379137098793410702763791370987934107027637913709879341070276379137098793410702763791370987934" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 169b6816-0d9d-4bf2-af71-24ac358b54b8, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 169b6816-0d9d-4bf2-af71-24ac358b54b8, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5616777433391598445 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56167774333915984455616777433391598445561677743339159844556167774333915984455616777433391598445561677743339159844556167774333915984455616777433391598445561677743339159844556167774333915984455616777433391598445561677743339159844556167774333915984455616777433391598445561677743339159844556167774333915984455616777433391598445561677743339159844556167774333915984455616777433391598445" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d33981c4-a73d-47d2-b6c5-86d18236a075, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 169b6816-0d9d-4bf2-af71-24ac358b54b8, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 49ed3e66-1041-4c5f-833e-09f54d1cad09, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 49ed3e66-1041-4c5f-833e-09f54d1cad09, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 738082315204963673 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "738082315204963673738082315204963673738082315204963673738082315204963673738082315204963673738082315204963673738082315204963673738082315204963673738082315204963673738082315204963673738082315204963673738082315204963673738082315204963673738082315204963673738082315204963673738082315204963673738082315204963673738082315204963673738082315204963673738082315204963673" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 318c66a2-28c9-4cb8-bda3-296d3ee1915b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 318c66a2-28c9-4cb8-bda3-296d3ee1915b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3068319476846746516 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30683194768467465163068319476846746516306831947684674651630683194768467465163068319476846746516306831947684674651630683194768467465163068319476846746516306831947684674651630683194768467465163068319476846746516306831947684674651630683194768467465163068319476846746516306831947684674651630683194768467465163068319476846746516306831947684674651630683194768467465163068319476846746516" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 49ed3e66-1041-4c5f-833e-09f54d1cad09, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ec061655-e8f3-4182-938e-cc1eb6e48731, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ec061655-e8f3-4182-938e-cc1eb6e48731, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 199152592420276709 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "199152592420276709199152592420276709199152592420276709199152592420276709199152592420276709199152592420276709199152592420276709199152592420276709199152592420276709199152592420276709199152592420276709199152592420276709199152592420276709199152592420276709199152592420276709199152592420276709199152592420276709199152592420276709199152592420276709199152592420276709" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 318c66a2-28c9-4cb8-bda3-296d3ee1915b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6ed66535-f55b-4bc3-be23-36b752974a95, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6ed66535-f55b-4bc3-be23-36b752974a95, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4402237814879368264 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44022378148793682644402237814879368264440223781487936826444022378148793682644402237814879368264440223781487936826444022378148793682644402237814879368264440223781487936826444022378148793682644402237814879368264440223781487936826444022378148793682644402237814879368264440223781487936826444022378148793682644402237814879368264440223781487936826444022378148793682644402237814879368264" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ec061655-e8f3-4182-938e-cc1eb6e48731, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3a3dd1b6-372d-4214-8a21-4292108221f3, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3a3dd1b6-372d-4214-8a21-4292108221f3, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10182002956505386812 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1018200295650538681210182002956505386812101820029565053868121018200295650538681210182002956505386812101820029565053868121018200295650538681210182002956505386812101820029565053868121018200295650538681210182002956505386812101820029565053868121018200295650538681210182002956505386812101820029565053868121018200295650538681210182002956505386812101820029565053868121018200295650538681210182002956505386812" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6ed66535-f55b-4bc3-be23-36b752974a95, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, faf6cc6a-cf3c-4007-b1e7-e7bb243930fa, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, faf6cc6a-cf3c-4007-b1e7-e7bb243930fa, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9830673887794393413 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98306738877943934139830673887794393413983067388779439341398306738877943934139830673887794393413983067388779439341398306738877943934139830673887794393413983067388779439341398306738877943934139830673887794393413983067388779439341398306738877943934139830673887794393413983067388779439341398306738877943934139830673887794393413983067388779439341398306738877943934139830673887794393413" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3a3dd1b6-372d-4214-8a21-4292108221f3, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 70e5e534-1394-4149-8e04-a8dd00fd03e8, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 70e5e534-1394-4149-8e04-a8dd00fd03e8, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8746494851630564908 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87464948516305649088746494851630564908874649485163056490887464948516305649088746494851630564908874649485163056490887464948516305649088746494851630564908874649485163056490887464948516305649088746494851630564908874649485163056490887464948516305649088746494851630564908874649485163056490887464948516305649088746494851630564908874649485163056490887464948516305649088746494851630564908" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 70e5e534-1394-4149-8e04-a8dd00fd03e8, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ee1232bb-c404-48f0-b66e-0e40b764989b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ee1232bb-c404-48f0-b66e-0e40b764989b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9617096805784348041 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96170968057843480419617096805784348041961709680578434804196170968057843480419617096805784348041961709680578434804196170968057843480419617096805784348041961709680578434804196170968057843480419617096805784348041961709680578434804196170968057843480419617096805784348041961709680578434804196170968057843480419617096805784348041961709680578434804196170968057843480419617096805784348041" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, faf6cc6a-cf3c-4007-b1e7-e7bb243930fa, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ee1232bb-c404-48f0-b66e-0e40b764989b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f37b1bbc-29f0-4b5a-8bfa-a80f85d226fd, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ec865eae-7a27-4362-b287-6f63c857533d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ec865eae-7a27-4362-b287-6f63c857533d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18268410785268133167 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1826841078526813316718268410785268133167182684107852681331671826841078526813316718268410785268133167182684107852681331671826841078526813316718268410785268133167182684107852681331671826841078526813316718268410785268133167182684107852681331671826841078526813316718268410785268133167182684107852681331671826841078526813316718268410785268133167182684107852681331671826841078526813316718268410785268133167" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f37b1bbc-29f0-4b5a-8bfa-a80f85d226fd, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5292309206467262253 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52923092064672622535292309206467262253529230920646726225352923092064672622535292309206467262253529230920646726225352923092064672622535292309206467262253529230920646726225352923092064672622535292309206467262253529230920646726225352923092064672622535292309206467262253529230920646726225352923092064672622535292309206467262253529230920646726225352923092064672622535292309206467262253" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ec865eae-7a27-4362-b287-6f63c857533d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dcfaf319-c341-4891-82ba-a4bac5ae7484, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dcfaf319-c341-4891-82ba-a4bac5ae7484, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18261336546501948424 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1826133654650194842418261336546501948424182613365465019484241826133654650194842418261336546501948424182613365465019484241826133654650194842418261336546501948424182613365465019484241826133654650194842418261336546501948424182613365465019484241826133654650194842418261336546501948424182613365465019484241826133654650194842418261336546501948424182613365465019484241826133654650194842418261336546501948424" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f37b1bbc-29f0-4b5a-8bfa-a80f85d226fd, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 09556504-9048-4bda-9913-eee7ff97a8e2, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 09556504-9048-4bda-9913-eee7ff97a8e2, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10873191242114224732 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1087319124211422473210873191242114224732108731912421142247321087319124211422473210873191242114224732108731912421142247321087319124211422473210873191242114224732108731912421142247321087319124211422473210873191242114224732108731912421142247321087319124211422473210873191242114224732108731912421142247321087319124211422473210873191242114224732108731912421142247321087319124211422473210873191242114224732" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dcfaf319-c341-4891-82ba-a4bac5ae7484, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 82dfca5c-7161-481a-8ba8-a785f757d134, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 82dfca5c-7161-481a-8ba8-a785f757d134, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8039175153296559821 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80391751532965598218039175153296559821803917515329655982180391751532965598218039175153296559821803917515329655982180391751532965598218039175153296559821803917515329655982180391751532965598218039175153296559821803917515329655982180391751532965598218039175153296559821803917515329655982180391751532965598218039175153296559821803917515329655982180391751532965598218039175153296559821" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 09556504-9048-4bda-9913-eee7ff97a8e2, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9d9dc2be-62f0-437d-a5a5-c55498929043, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9d9dc2be-62f0-437d-a5a5-c55498929043, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11944635941580607991 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1194463594158060799111944635941580607991119446359415806079911194463594158060799111944635941580607991119446359415806079911194463594158060799111944635941580607991119446359415806079911194463594158060799111944635941580607991119446359415806079911194463594158060799111944635941580607991119446359415806079911194463594158060799111944635941580607991119446359415806079911194463594158060799111944635941580607991" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 82dfca5c-7161-481a-8ba8-a785f757d134, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a77063ba-e384-4262-b6ce-f9e931b6ef6a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a77063ba-e384-4262-b6ce-f9e931b6ef6a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7687852739293633556 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76878527392936335567687852739293633556768785273929363355676878527392936335567687852739293633556768785273929363355676878527392936335567687852739293633556768785273929363355676878527392936335567687852739293633556768785273929363355676878527392936335567687852739293633556768785273929363355676878527392936335567687852739293633556768785273929363355676878527392936335567687852739293633556" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9d9dc2be-62f0-437d-a5a5-c55498929043, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1893982f-85b1-4cd7-b7aa-f15e470892f6, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1893982f-85b1-4cd7-b7aa-f15e470892f6, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10477704655941455647 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1047770465594145564710477704655941455647104777046559414556471047770465594145564710477704655941455647104777046559414556471047770465594145564710477704655941455647104777046559414556471047770465594145564710477704655941455647104777046559414556471047770465594145564710477704655941455647104777046559414556471047770465594145564710477704655941455647104777046559414556471047770465594145564710477704655941455647" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a77063ba-e384-4262-b6ce-f9e931b6ef6a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4c01eec9-434a-45d0-b85b-358398519208, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4c01eec9-434a-45d0-b85b-358398519208, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14067579105154475740 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1406757910515447574014067579105154475740140675791051544757401406757910515447574014067579105154475740140675791051544757401406757910515447574014067579105154475740140675791051544757401406757910515447574014067579105154475740140675791051544757401406757910515447574014067579105154475740140675791051544757401406757910515447574014067579105154475740140675791051544757401406757910515447574014067579105154475740" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1893982f-85b1-4cd7-b7aa-f15e470892f6, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 57fffce2-3ea1-4973-8c75-e104a6d84e0e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 57fffce2-3ea1-4973-8c75-e104a6d84e0e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2417880469755712070 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24178804697557120702417880469755712070241788046975571207024178804697557120702417880469755712070241788046975571207024178804697557120702417880469755712070241788046975571207024178804697557120702417880469755712070241788046975571207024178804697557120702417880469755712070241788046975571207024178804697557120702417880469755712070241788046975571207024178804697557120702417880469755712070" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4c01eec9-434a-45d0-b85b-358398519208, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f77bc226-6892-4c98-9bdc-19201fb0f228, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 57fffce2-3ea1-4973-8c75-e104a6d84e0e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f77bc226-6892-4c98-9bdc-19201fb0f228, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11406235269880262923 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1140623526988026292311406235269880262923114062352698802629231140623526988026292311406235269880262923114062352698802629231140623526988026292311406235269880262923114062352698802629231140623526988026292311406235269880262923114062352698802629231140623526988026292311406235269880262923114062352698802629231140623526988026292311406235269880262923114062352698802629231140623526988026292311406235269880262923" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ff5e4d0f-dbd9-4d94-9337-d0aa16a7be19, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ff5e4d0f-dbd9-4d94-9337-d0aa16a7be19, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18200910554355552046 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1820091055435555204618200910554355552046182009105543555520461820091055435555204618200910554355552046182009105543555520461820091055435555204618200910554355552046182009105543555520461820091055435555204618200910554355552046182009105543555520461820091055435555204618200910554355552046182009105543555520461820091055435555204618200910554355552046182009105543555520461820091055435555204618200910554355552046" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f77bc226-6892-4c98-9bdc-19201fb0f228, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ff5e4d0f-dbd9-4d94-9337-d0aa16a7be19, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 21fae381-ddf7-4f23-b712-7f17a5fe4953, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 21fae381-ddf7-4f23-b712-7f17a5fe4953, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9359919428643939927 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93599194286439399279359919428643939927935991942864393992793599194286439399279359919428643939927935991942864393992793599194286439399279359919428643939927935991942864393992793599194286439399279359919428643939927935991942864393992793599194286439399279359919428643939927935991942864393992793599194286439399279359919428643939927935991942864393992793599194286439399279359919428643939927" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 77bdbe2f-ac83-4d2a-bfcc-020563f00a28, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 77bdbe2f-ac83-4d2a-bfcc-020563f00a28, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 997219008061380454 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "997219008061380454997219008061380454997219008061380454997219008061380454997219008061380454997219008061380454997219008061380454997219008061380454997219008061380454997219008061380454997219008061380454997219008061380454997219008061380454997219008061380454997219008061380454997219008061380454997219008061380454997219008061380454997219008061380454997219008061380454" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 21fae381-ddf7-4f23-b712-7f17a5fe4953, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 77bdbe2f-ac83-4d2a-bfcc-020563f00a28, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 80d67fed-18da-4cbd-9eae-c7c6f5e16f1b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 80d67fed-18da-4cbd-9eae-c7c6f5e16f1b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6583168682272236272 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65831686822722362726583168682272236272658316868227223627265831686822722362726583168682272236272658316868227223627265831686822722362726583168682272236272658316868227223627265831686822722362726583168682272236272658316868227223627265831686822722362726583168682272236272658316868227223627265831686822722362726583168682272236272658316868227223627265831686822722362726583168682272236272" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 366daef2-f54b-4404-ab9d-1bc85d333ce5, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 366daef2-f54b-4404-ab9d-1bc85d333ce5, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6614412624426882344 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66144126244268823446614412624426882344661441262442688234466144126244268823446614412624426882344661441262442688234466144126244268823446614412624426882344661441262442688234466144126244268823446614412624426882344661441262442688234466144126244268823446614412624426882344661441262442688234466144126244268823446614412624426882344661441262442688234466144126244268823446614412624426882344" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 80d67fed-18da-4cbd-9eae-c7c6f5e16f1b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 270fffed-2cee-4b6a-8fec-b01687640e01, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 366daef2-f54b-4404-ab9d-1bc85d333ce5, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 270fffed-2cee-4b6a-8fec-b01687640e01, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3334711022419320431 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33347110224193204313334711022419320431333471102241932043133347110224193204313334711022419320431333471102241932043133347110224193204313334711022419320431333471102241932043133347110224193204313334711022419320431333471102241932043133347110224193204313334711022419320431333471102241932043133347110224193204313334711022419320431333471102241932043133347110224193204313334711022419320431" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8d5a1a40-ffb0-4a7c-b069-d0d7e7b0ce8d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8d5a1a40-ffb0-4a7c-b069-d0d7e7b0ce8d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18121857198165307535 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1812185719816530753518121857198165307535181218571981653075351812185719816530753518121857198165307535181218571981653075351812185719816530753518121857198165307535181218571981653075351812185719816530753518121857198165307535181218571981653075351812185719816530753518121857198165307535181218571981653075351812185719816530753518121857198165307535181218571981653075351812185719816530753518121857198165307535" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8d5a1a40-ffb0-4a7c-b069-d0d7e7b0ce8d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bd458307-bc10-46ee-8204-ea87667d6e3a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 270fffed-2cee-4b6a-8fec-b01687640e01, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bd458307-bc10-46ee-8204-ea87667d6e3a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 917730684226927217 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "917730684226927217917730684226927217917730684226927217917730684226927217917730684226927217917730684226927217917730684226927217917730684226927217917730684226927217917730684226927217917730684226927217917730684226927217917730684226927217917730684226927217917730684226927217917730684226927217917730684226927217917730684226927217917730684226927217917730684226927217" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5d46f494-2a31-455c-8b1b-e7c8b1537404, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5d46f494-2a31-455c-8b1b-e7c8b1537404, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15477987173078678720 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1547798717307867872015477987173078678720154779871730786787201547798717307867872015477987173078678720154779871730786787201547798717307867872015477987173078678720154779871730786787201547798717307867872015477987173078678720154779871730786787201547798717307867872015477987173078678720154779871730786787201547798717307867872015477987173078678720154779871730786787201547798717307867872015477987173078678720" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bd458307-bc10-46ee-8204-ea87667d6e3a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 93fe9f05-bbc5-4332-bce5-fa4f294206c7, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 93fe9f05-bbc5-4332-bce5-fa4f294206c7, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7345995557420137047 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73459955574201370477345995557420137047734599555742013704773459955574201370477345995557420137047734599555742013704773459955574201370477345995557420137047734599555742013704773459955574201370477345995557420137047734599555742013704773459955574201370477345995557420137047734599555742013704773459955574201370477345995557420137047734599555742013704773459955574201370477345995557420137047" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5d46f494-2a31-455c-8b1b-e7c8b1537404, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3a4b7278-39ac-472d-9163-a818f74e51c9, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3a4b7278-39ac-472d-9163-a818f74e51c9, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16757764795025158867 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1675776479502515886716757764795025158867167577647950251588671675776479502515886716757764795025158867167577647950251588671675776479502515886716757764795025158867167577647950251588671675776479502515886716757764795025158867167577647950251588671675776479502515886716757764795025158867167577647950251588671675776479502515886716757764795025158867167577647950251588671675776479502515886716757764795025158867" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 93fe9f05-bbc5-4332-bce5-fa4f294206c7, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b0326dec-e148-4a5a-9777-d00af02be527, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b0326dec-e148-4a5a-9777-d00af02be527, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16039799798655953111 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1603979979865595311116039799798655953111160397997986559531111603979979865595311116039799798655953111160397997986559531111603979979865595311116039799798655953111160397997986559531111603979979865595311116039799798655953111160397997986559531111603979979865595311116039799798655953111160397997986559531111603979979865595311116039799798655953111160397997986559531111603979979865595311116039799798655953111" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3a4b7278-39ac-472d-9163-a818f74e51c9, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 96f37c8a-8557-48b0-9af2-42d10b1c4888, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 96f37c8a-8557-48b0-9af2-42d10b1c4888, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12867267300340195179 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1286726730034019517912867267300340195179128672673003401951791286726730034019517912867267300340195179128672673003401951791286726730034019517912867267300340195179128672673003401951791286726730034019517912867267300340195179128672673003401951791286726730034019517912867267300340195179128672673003401951791286726730034019517912867267300340195179128672673003401951791286726730034019517912867267300340195179" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b0326dec-e148-4a5a-9777-d00af02be527, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 96f37c8a-8557-48b0-9af2-42d10b1c4888, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 56fac37b-1db1-48bf-89d1-d7189338dcfe, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 56fac37b-1db1-48bf-89d1-d7189338dcfe, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11144095530618567664 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1114409553061856766411144095530618567664111440955306185676641114409553061856766411144095530618567664111440955306185676641114409553061856766411144095530618567664111440955306185676641114409553061856766411144095530618567664111440955306185676641114409553061856766411144095530618567664111440955306185676641114409553061856766411144095530618567664111440955306185676641114409553061856766411144095530618567664" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6d57e368-1b92-4cd5-9704-d6bb7bc291e0, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6d57e368-1b92-4cd5-9704-d6bb7bc291e0, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2218519698238205732 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22185196982382057322218519698238205732221851969823820573222185196982382057322218519698238205732221851969823820573222185196982382057322218519698238205732221851969823820573222185196982382057322218519698238205732221851969823820573222185196982382057322218519698238205732221851969823820573222185196982382057322218519698238205732221851969823820573222185196982382057322218519698238205732" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 56fac37b-1db1-48bf-89d1-d7189338dcfe, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e4e8224e-6875-4183-bf35-d515623a2b48, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e4e8224e-6875-4183-bf35-d515623a2b48, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3890113591814166768 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38901135918141667683890113591814166768389011359181416676838901135918141667683890113591814166768389011359181416676838901135918141667683890113591814166768389011359181416676838901135918141667683890113591814166768389011359181416676838901135918141667683890113591814166768389011359181416676838901135918141667683890113591814166768389011359181416676838901135918141667683890113591814166768" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6d57e368-1b92-4cd5-9704-d6bb7bc291e0, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 043bb3a2-09f1-4612-8be4-f1581053d2a6, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 043bb3a2-09f1-4612-8be4-f1581053d2a6, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16520716097197340050 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1652071609719734005016520716097197340050165207160971973400501652071609719734005016520716097197340050165207160971973400501652071609719734005016520716097197340050165207160971973400501652071609719734005016520716097197340050165207160971973400501652071609719734005016520716097197340050165207160971973400501652071609719734005016520716097197340050165207160971973400501652071609719734005016520716097197340050" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e4e8224e-6875-4183-bf35-d515623a2b48, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8fe8bac3-565c-40b8-86e8-1272b42786a1, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8fe8bac3-565c-40b8-86e8-1272b42786a1, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 785446086248314500 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "785446086248314500785446086248314500785446086248314500785446086248314500785446086248314500785446086248314500785446086248314500785446086248314500785446086248314500785446086248314500785446086248314500785446086248314500785446086248314500785446086248314500785446086248314500785446086248314500785446086248314500785446086248314500785446086248314500785446086248314500" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 043bb3a2-09f1-4612-8be4-f1581053d2a6, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0ebd2bb9-e839-480c-9134-89f411e40ceb, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0ebd2bb9-e839-480c-9134-89f411e40ceb, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5356761447543051816 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53567614475430518165356761447543051816535676144754305181653567614475430518165356761447543051816535676144754305181653567614475430518165356761447543051816535676144754305181653567614475430518165356761447543051816535676144754305181653567614475430518165356761447543051816535676144754305181653567614475430518165356761447543051816535676144754305181653567614475430518165356761447543051816" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8fe8bac3-565c-40b8-86e8-1272b42786a1, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e30a8393-c0c0-4c04-903e-f65ea71b71c5, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e30a8393-c0c0-4c04-903e-f65ea71b71c5, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8667113161826449028 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86671131618264490288667113161826449028866711316182644902886671131618264490288667113161826449028866711316182644902886671131618264490288667113161826449028866711316182644902886671131618264490288667113161826449028866711316182644902886671131618264490288667113161826449028866711316182644902886671131618264490288667113161826449028866711316182644902886671131618264490288667113161826449028" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0ebd2bb9-e839-480c-9134-89f411e40ceb, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 024ef623-31a2-4d4c-b460-f305ce24d68a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 024ef623-31a2-4d4c-b460-f305ce24d68a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3419074242447197545 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34190742424471975453419074242447197545341907424244719754534190742424471975453419074242447197545341907424244719754534190742424471975453419074242447197545341907424244719754534190742424471975453419074242447197545341907424244719754534190742424471975453419074242447197545341907424244719754534190742424471975453419074242447197545341907424244719754534190742424471975453419074242447197545" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e30a8393-c0c0-4c04-903e-f65ea71b71c5, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ac94bd89-5eb7-4cf1-94c6-e79a1ae14682, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 024ef623-31a2-4d4c-b460-f305ce24d68a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ac94bd89-5eb7-4cf1-94c6-e79a1ae14682, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4103280821973882739 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41032808219738827394103280821973882739410328082197388273941032808219738827394103280821973882739410328082197388273941032808219738827394103280821973882739410328082197388273941032808219738827394103280821973882739410328082197388273941032808219738827394103280821973882739410328082197388273941032808219738827394103280821973882739410328082197388273941032808219738827394103280821973882739" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 308eb7ad-8414-449b-b4f3-b8887fcc8b24, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 308eb7ad-8414-449b-b4f3-b8887fcc8b24, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8990544639366927122 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89905446393669271228990544639366927122899054463936692712289905446393669271228990544639366927122899054463936692712289905446393669271228990544639366927122899054463936692712289905446393669271228990544639366927122899054463936692712289905446393669271228990544639366927122899054463936692712289905446393669271228990544639366927122899054463936692712289905446393669271228990544639366927122" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ac94bd89-5eb7-4cf1-94c6-e79a1ae14682, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cd32ea8e-34d1-4f9a-9177-34896b1530a4, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cd32ea8e-34d1-4f9a-9177-34896b1530a4, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 948467967889782678 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "948467967889782678948467967889782678948467967889782678948467967889782678948467967889782678948467967889782678948467967889782678948467967889782678948467967889782678948467967889782678948467967889782678948467967889782678948467967889782678948467967889782678948467967889782678948467967889782678948467967889782678948467967889782678948467967889782678948467967889782678" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 308eb7ad-8414-449b-b4f3-b8887fcc8b24, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 52c32986-08a3-4170-9c31-42abaf0fcddb, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 52c32986-08a3-4170-9c31-42abaf0fcddb, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2852389838435278613 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28523898384352786132852389838435278613285238983843527861328523898384352786132852389838435278613285238983843527861328523898384352786132852389838435278613285238983843527861328523898384352786132852389838435278613285238983843527861328523898384352786132852389838435278613285238983843527861328523898384352786132852389838435278613285238983843527861328523898384352786132852389838435278613" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cd32ea8e-34d1-4f9a-9177-34896b1530a4, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3edc5370-bdb3-4f8e-833e-37a406d46272, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3edc5370-bdb3-4f8e-833e-37a406d46272, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9937864420573022607 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99378644205730226079937864420573022607993786442057302260799378644205730226079937864420573022607993786442057302260799378644205730226079937864420573022607993786442057302260799378644205730226079937864420573022607993786442057302260799378644205730226079937864420573022607993786442057302260799378644205730226079937864420573022607993786442057302260799378644205730226079937864420573022607" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 52c32986-08a3-4170-9c31-42abaf0fcddb, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3edc5370-bdb3-4f8e-833e-37a406d46272, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a808f90c-5772-45e7-ae8c-f6d8b079854b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2e977835-ed6a-4caa-833d-0a3a967a6c4b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2e977835-ed6a-4caa-833d-0a3a967a6c4b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7542215020263044658 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75422150202630446587542215020263044658754221502026304465875422150202630446587542215020263044658754221502026304465875422150202630446587542215020263044658754221502026304465875422150202630446587542215020263044658754221502026304465875422150202630446587542215020263044658754221502026304465875422150202630446587542215020263044658754221502026304465875422150202630446587542215020263044658" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a808f90c-5772-45e7-ae8c-f6d8b079854b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6693579642820703679 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66935796428207036796693579642820703679669357964282070367966935796428207036796693579642820703679669357964282070367966935796428207036796693579642820703679669357964282070367966935796428207036796693579642820703679669357964282070367966935796428207036796693579642820703679669357964282070367966935796428207036796693579642820703679669357964282070367966935796428207036796693579642820703679" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2e977835-ed6a-4caa-833d-0a3a967a6c4b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 07d84941-3db5-4694-b881-b80caa6e05f2, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 07d84941-3db5-4694-b881-b80caa6e05f2, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13006691031349231335 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1300669103134923133513006691031349231335130066910313492313351300669103134923133513006691031349231335130066910313492313351300669103134923133513006691031349231335130066910313492313351300669103134923133513006691031349231335130066910313492313351300669103134923133513006691031349231335130066910313492313351300669103134923133513006691031349231335130066910313492313351300669103134923133513006691031349231335" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a808f90c-5772-45e7-ae8c-f6d8b079854b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3d3c835e-9cf0-4269-b80d-c7471570e11a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3d3c835e-9cf0-4269-b80d-c7471570e11a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8244119702389518269 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82441197023895182698244119702389518269824411970238951826982441197023895182698244119702389518269824411970238951826982441197023895182698244119702389518269824411970238951826982441197023895182698244119702389518269824411970238951826982441197023895182698244119702389518269824411970238951826982441197023895182698244119702389518269824411970238951826982441197023895182698244119702389518269" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 07d84941-3db5-4694-b881-b80caa6e05f2, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6011bbb4-d8a8-4718-9429-49be0ed96c17, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6011bbb4-d8a8-4718-9429-49be0ed96c17, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 841541308143768790 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "841541308143768790841541308143768790841541308143768790841541308143768790841541308143768790841541308143768790841541308143768790841541308143768790841541308143768790841541308143768790841541308143768790841541308143768790841541308143768790841541308143768790841541308143768790841541308143768790841541308143768790841541308143768790841541308143768790841541308143768790" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3d3c835e-9cf0-4269-b80d-c7471570e11a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6011bbb4-d8a8-4718-9429-49be0ed96c17, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b70e496a-60cd-4431-94d7-8647a75eb62d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 57db4fee-6e5e-4073-85c9-9ae3cefe9342, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b70e496a-60cd-4431-94d7-8647a75eb62d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18277364928766445161 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1827736492876644516118277364928766445161182773649287664451611827736492876644516118277364928766445161182773649287664451611827736492876644516118277364928766445161182773649287664451611827736492876644516118277364928766445161182773649287664451611827736492876644516118277364928766445161182773649287664451611827736492876644516118277364928766445161182773649287664451611827736492876644516118277364928766445161" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 57db4fee-6e5e-4073-85c9-9ae3cefe9342, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6401625666123189268 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64016256661231892686401625666123189268640162566612318926864016256661231892686401625666123189268640162566612318926864016256661231892686401625666123189268640162566612318926864016256661231892686401625666123189268640162566612318926864016256661231892686401625666123189268640162566612318926864016256661231892686401625666123189268640162566612318926864016256661231892686401625666123189268" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b70e496a-60cd-4431-94d7-8647a75eb62d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 57db4fee-6e5e-4073-85c9-9ae3cefe9342, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 38f89dbe-2b68-4b9f-b272-8de5122b0b7d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 38f89dbe-2b68-4b9f-b272-8de5122b0b7d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8423023867967291817 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84230238679672918178423023867967291817842302386796729181784230238679672918178423023867967291817842302386796729181784230238679672918178423023867967291817842302386796729181784230238679672918178423023867967291817842302386796729181784230238679672918178423023867967291817842302386796729181784230238679672918178423023867967291817842302386796729181784230238679672918178423023867967291817" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ff1f4cd2-5bee-4ca1-be75-7f210219e512, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ff1f4cd2-5bee-4ca1-be75-7f210219e512, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15242074508906690839 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1524207450890669083915242074508906690839152420745089066908391524207450890669083915242074508906690839152420745089066908391524207450890669083915242074508906690839152420745089066908391524207450890669083915242074508906690839152420745089066908391524207450890669083915242074508906690839152420745089066908391524207450890669083915242074508906690839152420745089066908391524207450890669083915242074508906690839" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 38f89dbe-2b68-4b9f-b272-8de5122b0b7d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 858f09ce-f951-480c-b498-27f6029f42d6, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ff1f4cd2-5bee-4ca1-be75-7f210219e512, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 858f09ce-f951-480c-b498-27f6029f42d6, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9316427479241020547 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93164274792410205479316427479241020547931642747924102054793164274792410205479316427479241020547931642747924102054793164274792410205479316427479241020547931642747924102054793164274792410205479316427479241020547931642747924102054793164274792410205479316427479241020547931642747924102054793164274792410205479316427479241020547931642747924102054793164274792410205479316427479241020547" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5e44c77c-43d0-43d1-b3e3-aa49aee11060, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5e44c77c-43d0-43d1-b3e3-aa49aee11060, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 905968587762625168 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "905968587762625168905968587762625168905968587762625168905968587762625168905968587762625168905968587762625168905968587762625168905968587762625168905968587762625168905968587762625168905968587762625168905968587762625168905968587762625168905968587762625168905968587762625168905968587762625168905968587762625168905968587762625168905968587762625168905968587762625168" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 858f09ce-f951-480c-b498-27f6029f42d6, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 508c1f64-0d9b-431c-b047-f0bad065155f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 508c1f64-0d9b-431c-b047-f0bad065155f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9741637095889377481 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97416370958893774819741637095889377481974163709588937748197416370958893774819741637095889377481974163709588937748197416370958893774819741637095889377481974163709588937748197416370958893774819741637095889377481974163709588937748197416370958893774819741637095889377481974163709588937748197416370958893774819741637095889377481974163709588937748197416370958893774819741637095889377481" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5e44c77c-43d0-43d1-b3e3-aa49aee11060, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b091f0e4-73e0-4cc1-a1d5-46610078ae44, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b091f0e4-73e0-4cc1-a1d5-46610078ae44, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15867672871506821125 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1586767287150682112515867672871506821125158676728715068211251586767287150682112515867672871506821125158676728715068211251586767287150682112515867672871506821125158676728715068211251586767287150682112515867672871506821125158676728715068211251586767287150682112515867672871506821125158676728715068211251586767287150682112515867672871506821125158676728715068211251586767287150682112515867672871506821125" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 508c1f64-0d9b-431c-b047-f0bad065155f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f46b9266-1d3c-45a9-b45c-56b0eecbfe42, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f46b9266-1d3c-45a9-b45c-56b0eecbfe42, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12210637492526984033 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1221063749252698403312210637492526984033122106374925269840331221063749252698403312210637492526984033122106374925269840331221063749252698403312210637492526984033122106374925269840331221063749252698403312210637492526984033122106374925269840331221063749252698403312210637492526984033122106374925269840331221063749252698403312210637492526984033122106374925269840331221063749252698403312210637492526984033" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b091f0e4-73e0-4cc1-a1d5-46610078ae44, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6c3c810f-2b40-45d1-84da-89ea8cfa7948, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6c3c810f-2b40-45d1-84da-89ea8cfa7948, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15446827259571181076 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1544682725957118107615446827259571181076154468272595711810761544682725957118107615446827259571181076154468272595711810761544682725957118107615446827259571181076154468272595711810761544682725957118107615446827259571181076154468272595711810761544682725957118107615446827259571181076154468272595711810761544682725957118107615446827259571181076154468272595711810761544682725957118107615446827259571181076" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f46b9266-1d3c-45a9-b45c-56b0eecbfe42, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b1fa7ee7-7220-493d-a20e-802d4fc8f18c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b1fa7ee7-7220-493d-a20e-802d4fc8f18c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12164091595838914964 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1216409159583891496412164091595838914964121640915958389149641216409159583891496412164091595838914964121640915958389149641216409159583891496412164091595838914964121640915958389149641216409159583891496412164091595838914964121640915958389149641216409159583891496412164091595838914964121640915958389149641216409159583891496412164091595838914964121640915958389149641216409159583891496412164091595838914964" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6c3c810f-2b40-45d1-84da-89ea8cfa7948, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 15859a04-5a88-4a77-8ab6-f4670a882fd8, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b1fa7ee7-7220-493d-a20e-802d4fc8f18c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 15859a04-5a88-4a77-8ab6-f4670a882fd8, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14214464043908893184 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1421446404390889318414214464043908893184142144640439088931841421446404390889318414214464043908893184142144640439088931841421446404390889318414214464043908893184142144640439088931841421446404390889318414214464043908893184142144640439088931841421446404390889318414214464043908893184142144640439088931841421446404390889318414214464043908893184142144640439088931841421446404390889318414214464043908893184" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 60aaa353-891e-4c20-9166-97fd0bda460d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 60aaa353-891e-4c20-9166-97fd0bda460d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6761639146713988348 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67616391467139883486761639146713988348676163914671398834867616391467139883486761639146713988348676163914671398834867616391467139883486761639146713988348676163914671398834867616391467139883486761639146713988348676163914671398834867616391467139883486761639146713988348676163914671398834867616391467139883486761639146713988348676163914671398834867616391467139883486761639146713988348" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 60aaa353-891e-4c20-9166-97fd0bda460d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9bea6503-ca0d-4e79-9b24-4299017b717e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9bea6503-ca0d-4e79-9b24-4299017b717e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6429233271125500605 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64292332711255006056429233271125500605642923327112550060564292332711255006056429233271125500605642923327112550060564292332711255006056429233271125500605642923327112550060564292332711255006056429233271125500605642923327112550060564292332711255006056429233271125500605642923327112550060564292332711255006056429233271125500605642923327112550060564292332711255006056429233271125500605" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 15859a04-5a88-4a77-8ab6-f4670a882fd8, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fcbb333c-2ac4-4441-a06b-36d2e8fd286a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fcbb333c-2ac4-4441-a06b-36d2e8fd286a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 736384778949873544 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "736384778949873544736384778949873544736384778949873544736384778949873544736384778949873544736384778949873544736384778949873544736384778949873544736384778949873544736384778949873544736384778949873544736384778949873544736384778949873544736384778949873544736384778949873544736384778949873544736384778949873544736384778949873544736384778949873544736384778949873544" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9bea6503-ca0d-4e79-9b24-4299017b717e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 92075316-54ef-4170-af48-647ecfee5aa2, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 92075316-54ef-4170-af48-647ecfee5aa2, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7829826192842242291 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78298261928422422917829826192842242291782982619284224229178298261928422422917829826192842242291782982619284224229178298261928422422917829826192842242291782982619284224229178298261928422422917829826192842242291782982619284224229178298261928422422917829826192842242291782982619284224229178298261928422422917829826192842242291782982619284224229178298261928422422917829826192842242291" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fcbb333c-2ac4-4441-a06b-36d2e8fd286a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9af7c7aa-12c0-4627-836f-7176475ea9d6, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9af7c7aa-12c0-4627-836f-7176475ea9d6, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15108976875525814756 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1510897687552581475615108976875525814756151089768755258147561510897687552581475615108976875525814756151089768755258147561510897687552581475615108976875525814756151089768755258147561510897687552581475615108976875525814756151089768755258147561510897687552581475615108976875525814756151089768755258147561510897687552581475615108976875525814756151089768755258147561510897687552581475615108976875525814756" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 92075316-54ef-4170-af48-647ecfee5aa2, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 48a16ecf-483a-4cc0-8d67-e5709a8a1304, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 48a16ecf-483a-4cc0-8d67-e5709a8a1304, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15190360256215119500 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1519036025621511950015190360256215119500151903602562151195001519036025621511950015190360256215119500151903602562151195001519036025621511950015190360256215119500151903602562151195001519036025621511950015190360256215119500151903602562151195001519036025621511950015190360256215119500151903602562151195001519036025621511950015190360256215119500151903602562151195001519036025621511950015190360256215119500" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9af7c7aa-12c0-4627-836f-7176475ea9d6, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e58c9bb3-f0c6-4f5b-9672-48c2cd8c60dd, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e58c9bb3-f0c6-4f5b-9672-48c2cd8c60dd, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16246822263968725750 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1624682226396872575016246822263968725750162468222639687257501624682226396872575016246822263968725750162468222639687257501624682226396872575016246822263968725750162468222639687257501624682226396872575016246822263968725750162468222639687257501624682226396872575016246822263968725750162468222639687257501624682226396872575016246822263968725750162468222639687257501624682226396872575016246822263968725750" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 48a16ecf-483a-4cc0-8d67-e5709a8a1304, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 066b0db5-aee1-40ed-9679-ffcfe1da5e68, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 066b0db5-aee1-40ed-9679-ffcfe1da5e68, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5535523443918712171 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55355234439187121715535523443918712171553552344391871217155355234439187121715535523443918712171553552344391871217155355234439187121715535523443918712171553552344391871217155355234439187121715535523443918712171553552344391871217155355234439187121715535523443918712171553552344391871217155355234439187121715535523443918712171553552344391871217155355234439187121715535523443918712171" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e58c9bb3-f0c6-4f5b-9672-48c2cd8c60dd, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c99749d9-d132-495f-9148-32c082ca8952, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c99749d9-d132-495f-9148-32c082ca8952, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18356244532024467137 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1835624453202446713718356244532024467137183562445320244671371835624453202446713718356244532024467137183562445320244671371835624453202446713718356244532024467137183562445320244671371835624453202446713718356244532024467137183562445320244671371835624453202446713718356244532024467137183562445320244671371835624453202446713718356244532024467137183562445320244671371835624453202446713718356244532024467137" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 066b0db5-aee1-40ed-9679-ffcfe1da5e68, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cf6c89c6-5357-4aa7-8290-4168c7547066, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cf6c89c6-5357-4aa7-8290-4168c7547066, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18138130606012017225 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1813813060601201722518138130606012017225181381306060120172251813813060601201722518138130606012017225181381306060120172251813813060601201722518138130606012017225181381306060120172251813813060601201722518138130606012017225181381306060120172251813813060601201722518138130606012017225181381306060120172251813813060601201722518138130606012017225181381306060120172251813813060601201722518138130606012017225" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c99749d9-d132-495f-9148-32c082ca8952, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5ceeeca9-850a-4d52-9951-5c07c8c2aa06, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5ceeeca9-850a-4d52-9951-5c07c8c2aa06, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16829669806746635523 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1682966980674663552316829669806746635523168296698067466355231682966980674663552316829669806746635523168296698067466355231682966980674663552316829669806746635523168296698067466355231682966980674663552316829669806746635523168296698067466355231682966980674663552316829669806746635523168296698067466355231682966980674663552316829669806746635523168296698067466355231682966980674663552316829669806746635523" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cf6c89c6-5357-4aa7-8290-4168c7547066, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6436217f-71f7-4a0a-b341-c637a57751a2, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6436217f-71f7-4a0a-b341-c637a57751a2, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3345954575303760851 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33459545753037608513345954575303760851334595457530376085133459545753037608513345954575303760851334595457530376085133459545753037608513345954575303760851334595457530376085133459545753037608513345954575303760851334595457530376085133459545753037608513345954575303760851334595457530376085133459545753037608513345954575303760851334595457530376085133459545753037608513345954575303760851" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5ceeeca9-850a-4d52-9951-5c07c8c2aa06, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a5a84444-d820-4175-9c9a-61143a1d3e9c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a5a84444-d820-4175-9c9a-61143a1d3e9c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14980685481639129794 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1498068548163912979414980685481639129794149806854816391297941498068548163912979414980685481639129794149806854816391297941498068548163912979414980685481639129794149806854816391297941498068548163912979414980685481639129794149806854816391297941498068548163912979414980685481639129794149806854816391297941498068548163912979414980685481639129794149806854816391297941498068548163912979414980685481639129794" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6436217f-71f7-4a0a-b341-c637a57751a2, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6dac323a-784e-4446-a4f4-6e5cc1200694, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6dac323a-784e-4446-a4f4-6e5cc1200694, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5285139351650403722 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52851393516504037225285139351650403722528513935165040372252851393516504037225285139351650403722528513935165040372252851393516504037225285139351650403722528513935165040372252851393516504037225285139351650403722528513935165040372252851393516504037225285139351650403722528513935165040372252851393516504037225285139351650403722528513935165040372252851393516504037225285139351650403722" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a5a84444-d820-4175-9c9a-61143a1d3e9c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4bcdde57-f80b-45e2-b544-599f58d7f67d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4bcdde57-f80b-45e2-b544-599f58d7f67d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6583755404647266714 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65837554046472667146583755404647266714658375540464726671465837554046472667146583755404647266714658375540464726671465837554046472667146583755404647266714658375540464726671465837554046472667146583755404647266714658375540464726671465837554046472667146583755404647266714658375540464726671465837554046472667146583755404647266714658375540464726671465837554046472667146583755404647266714" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6dac323a-784e-4446-a4f4-6e5cc1200694, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d053e5cc-2ac7-45b7-8d2b-5bbd4e565628, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d053e5cc-2ac7-45b7-8d2b-5bbd4e565628, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4971642276714486571 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49716422767144865714971642276714486571497164227671448657149716422767144865714971642276714486571497164227671448657149716422767144865714971642276714486571497164227671448657149716422767144865714971642276714486571497164227671448657149716422767144865714971642276714486571497164227671448657149716422767144865714971642276714486571497164227671448657149716422767144865714971642276714486571" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4bcdde57-f80b-45e2-b544-599f58d7f67d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 80c3d6bf-8785-44c7-876b-7ded29f0965d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 80c3d6bf-8785-44c7-876b-7ded29f0965d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15074919022554293709 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1507491902255429370915074919022554293709150749190225542937091507491902255429370915074919022554293709150749190225542937091507491902255429370915074919022554293709150749190225542937091507491902255429370915074919022554293709150749190225542937091507491902255429370915074919022554293709150749190225542937091507491902255429370915074919022554293709150749190225542937091507491902255429370915074919022554293709" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d053e5cc-2ac7-45b7-8d2b-5bbd4e565628, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8fb0909d-5f82-409b-b3b4-25353fffe11f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8fb0909d-5f82-409b-b3b4-25353fffe11f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3439060357678794183 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34390603576787941833439060357678794183343906035767879418334390603576787941833439060357678794183343906035767879418334390603576787941833439060357678794183343906035767879418334390603576787941833439060357678794183343906035767879418334390603576787941833439060357678794183343906035767879418334390603576787941833439060357678794183343906035767879418334390603576787941833439060357678794183" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 80c3d6bf-8785-44c7-876b-7ded29f0965d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7826505a-2019-4d56-a30c-f34bc2ed91a6, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7826505a-2019-4d56-a30c-f34bc2ed91a6, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4363885462993453823 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43638854629934538234363885462993453823436388546299345382343638854629934538234363885462993453823436388546299345382343638854629934538234363885462993453823436388546299345382343638854629934538234363885462993453823436388546299345382343638854629934538234363885462993453823436388546299345382343638854629934538234363885462993453823436388546299345382343638854629934538234363885462993453823" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8fb0909d-5f82-409b-b3b4-25353fffe11f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b1c6fc68-9a8f-46bf-9c52-91dde78ae5bd, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b1c6fc68-9a8f-46bf-9c52-91dde78ae5bd, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7683634974776941810 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76836349747769418107683634974776941810768363497477694181076836349747769418107683634974776941810768363497477694181076836349747769418107683634974776941810768363497477694181076836349747769418107683634974776941810768363497477694181076836349747769418107683634974776941810768363497477694181076836349747769418107683634974776941810768363497477694181076836349747769418107683634974776941810" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7826505a-2019-4d56-a30c-f34bc2ed91a6, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5e4387f4-1bee-4520-b395-65173e4a7de5, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5e4387f4-1bee-4520-b395-65173e4a7de5, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14405732613219868957 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1440573261321986895714405732613219868957144057326132198689571440573261321986895714405732613219868957144057326132198689571440573261321986895714405732613219868957144057326132198689571440573261321986895714405732613219868957144057326132198689571440573261321986895714405732613219868957144057326132198689571440573261321986895714405732613219868957144057326132198689571440573261321986895714405732613219868957" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b1c6fc68-9a8f-46bf-9c52-91dde78ae5bd, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b41856fa-6cf4-4488-8eb2-6d7702896357, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b41856fa-6cf4-4488-8eb2-6d7702896357, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4105397837670410536 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41053978376704105364105397837670410536410539783767041053641053978376704105364105397837670410536410539783767041053641053978376704105364105397837670410536410539783767041053641053978376704105364105397837670410536410539783767041053641053978376704105364105397837670410536410539783767041053641053978376704105364105397837670410536410539783767041053641053978376704105364105397837670410536" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5e4387f4-1bee-4520-b395-65173e4a7de5, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5f41e60f-e0cf-4819-bc15-6cad7ced8021, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5f41e60f-e0cf-4819-bc15-6cad7ced8021, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9916403090597542236 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99164030905975422369916403090597542236991640309059754223699164030905975422369916403090597542236991640309059754223699164030905975422369916403090597542236991640309059754223699164030905975422369916403090597542236991640309059754223699164030905975422369916403090597542236991640309059754223699164030905975422369916403090597542236991640309059754223699164030905975422369916403090597542236" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b41856fa-6cf4-4488-8eb2-6d7702896357, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 58a69f87-466a-40c9-9b8e-fa963d1bb901, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 58a69f87-466a-40c9-9b8e-fa963d1bb901, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4087067661746644965 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40870676617466449654087067661746644965408706766174664496540870676617466449654087067661746644965408706766174664496540870676617466449654087067661746644965408706766174664496540870676617466449654087067661746644965408706766174664496540870676617466449654087067661746644965408706766174664496540870676617466449654087067661746644965408706766174664496540870676617466449654087067661746644965" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5f41e60f-e0cf-4819-bc15-6cad7ced8021, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f5e33750-d420-4e58-9ffc-2fef641eba64, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f5e33750-d420-4e58-9ffc-2fef641eba64, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11686621597444178765 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1168662159744417876511686621597444178765116866215974441787651168662159744417876511686621597444178765116866215974441787651168662159744417876511686621597444178765116866215974441787651168662159744417876511686621597444178765116866215974441787651168662159744417876511686621597444178765116866215974441787651168662159744417876511686621597444178765116866215974441787651168662159744417876511686621597444178765" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 58a69f87-466a-40c9-9b8e-fa963d1bb901, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bf15a46f-c89f-4f1d-922c-9c22f8c980ee, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bf15a46f-c89f-4f1d-922c-9c22f8c980ee, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16037538063026532107 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1603753806302653210716037538063026532107160375380630265321071603753806302653210716037538063026532107160375380630265321071603753806302653210716037538063026532107160375380630265321071603753806302653210716037538063026532107160375380630265321071603753806302653210716037538063026532107160375380630265321071603753806302653210716037538063026532107160375380630265321071603753806302653210716037538063026532107" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f5e33750-d420-4e58-9ffc-2fef641eba64, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ca664dc2-db0f-4638-9eb1-d25356e64f7a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ca664dc2-db0f-4638-9eb1-d25356e64f7a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10894395655951527125 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1089439565595152712510894395655951527125108943956559515271251089439565595152712510894395655951527125108943956559515271251089439565595152712510894395655951527125108943956559515271251089439565595152712510894395655951527125108943956559515271251089439565595152712510894395655951527125108943956559515271251089439565595152712510894395655951527125108943956559515271251089439565595152712510894395655951527125" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bf15a46f-c89f-4f1d-922c-9c22f8c980ee, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9af8b32b-24d7-4a75-a8c1-dc3d90d9e417, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9af8b32b-24d7-4a75-a8c1-dc3d90d9e417, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3234059244070860823 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32340592440708608233234059244070860823323405924407086082332340592440708608233234059244070860823323405924407086082332340592440708608233234059244070860823323405924407086082332340592440708608233234059244070860823323405924407086082332340592440708608233234059244070860823323405924407086082332340592440708608233234059244070860823323405924407086082332340592440708608233234059244070860823" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ca664dc2-db0f-4638-9eb1-d25356e64f7a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 95411540-bd58-46d8-b941-2dd8d13464da, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 95411540-bd58-46d8-b941-2dd8d13464da, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10145359903697216441 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1014535990369721644110145359903697216441101453599036972164411014535990369721644110145359903697216441101453599036972164411014535990369721644110145359903697216441101453599036972164411014535990369721644110145359903697216441101453599036972164411014535990369721644110145359903697216441101453599036972164411014535990369721644110145359903697216441101453599036972164411014535990369721644110145359903697216441" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9af8b32b-24d7-4a75-a8c1-dc3d90d9e417, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ed4711db-22e7-43c0-a9c9-cdc8b3b9256a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ed4711db-22e7-43c0-a9c9-cdc8b3b9256a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8641600784638839528 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86416007846388395288641600784638839528864160078463883952886416007846388395288641600784638839528864160078463883952886416007846388395288641600784638839528864160078463883952886416007846388395288641600784638839528864160078463883952886416007846388395288641600784638839528864160078463883952886416007846388395288641600784638839528864160078463883952886416007846388395288641600784638839528" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 95411540-bd58-46d8-b941-2dd8d13464da, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 91de7266-f81c-4940-858e-5afad7f89d7a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 91de7266-f81c-4940-858e-5afad7f89d7a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 171399946632030652 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "171399946632030652171399946632030652171399946632030652171399946632030652171399946632030652171399946632030652171399946632030652171399946632030652171399946632030652171399946632030652171399946632030652171399946632030652171399946632030652171399946632030652171399946632030652171399946632030652171399946632030652171399946632030652171399946632030652171399946632030652" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ed4711db-22e7-43c0-a9c9-cdc8b3b9256a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 69d125f0-7ec9-4ed2-acbb-e11a67a08ead, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 69d125f0-7ec9-4ed2-acbb-e11a67a08ead, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14796527652345538549 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1479652765234553854914796527652345538549147965276523455385491479652765234553854914796527652345538549147965276523455385491479652765234553854914796527652345538549147965276523455385491479652765234553854914796527652345538549147965276523455385491479652765234553854914796527652345538549147965276523455385491479652765234553854914796527652345538549147965276523455385491479652765234553854914796527652345538549" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 91de7266-f81c-4940-858e-5afad7f89d7a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 55416e6f-0efa-4bb9-bf1d-7e0d44a4aac3, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 55416e6f-0efa-4bb9-bf1d-7e0d44a4aac3, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14312116438021020246 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1431211643802102024614312116438021020246143121164380210202461431211643802102024614312116438021020246143121164380210202461431211643802102024614312116438021020246143121164380210202461431211643802102024614312116438021020246143121164380210202461431211643802102024614312116438021020246143121164380210202461431211643802102024614312116438021020246143121164380210202461431211643802102024614312116438021020246" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 69d125f0-7ec9-4ed2-acbb-e11a67a08ead, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 74686c6f-823d-44a6-8d89-839f6d342bbc, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 74686c6f-823d-44a6-8d89-839f6d342bbc, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14149321866338337541 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1414932186633833754114149321866338337541141493218663383375411414932186633833754114149321866338337541141493218663383375411414932186633833754114149321866338337541141493218663383375411414932186633833754114149321866338337541141493218663383375411414932186633833754114149321866338337541141493218663383375411414932186633833754114149321866338337541141493218663383375411414932186633833754114149321866338337541" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 55416e6f-0efa-4bb9-bf1d-7e0d44a4aac3, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2ac22096-2722-4380-b68f-08f63da21456, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2ac22096-2722-4380-b68f-08f63da21456, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6442880876161355424 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64428808761613554246442880876161355424644288087616135542464428808761613554246442880876161355424644288087616135542464428808761613554246442880876161355424644288087616135542464428808761613554246442880876161355424644288087616135542464428808761613554246442880876161355424644288087616135542464428808761613554246442880876161355424644288087616135542464428808761613554246442880876161355424" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 74686c6f-823d-44a6-8d89-839f6d342bbc, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 47ae3eb4-3bab-40f4-a3ca-91dd5a38c0cf, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 47ae3eb4-3bab-40f4-a3ca-91dd5a38c0cf, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7647268234580671098 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76472682345806710987647268234580671098764726823458067109876472682345806710987647268234580671098764726823458067109876472682345806710987647268234580671098764726823458067109876472682345806710987647268234580671098764726823458067109876472682345806710987647268234580671098764726823458067109876472682345806710987647268234580671098764726823458067109876472682345806710987647268234580671098" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2ac22096-2722-4380-b68f-08f63da21456, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 58d5a77a-3f3d-4b76-93fe-03ac2e1b208e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 58d5a77a-3f3d-4b76-93fe-03ac2e1b208e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9626814344597809340 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96268143445978093409626814344597809340962681434459780934096268143445978093409626814344597809340962681434459780934096268143445978093409626814344597809340962681434459780934096268143445978093409626814344597809340962681434459780934096268143445978093409626814344597809340962681434459780934096268143445978093409626814344597809340962681434459780934096268143445978093409626814344597809340" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 47ae3eb4-3bab-40f4-a3ca-91dd5a38c0cf, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cfe0f977-a967-495a-9c88-a1bc21faeb40, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cfe0f977-a967-495a-9c88-a1bc21faeb40, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13523478875126760825 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1352347887512676082513523478875126760825135234788751267608251352347887512676082513523478875126760825135234788751267608251352347887512676082513523478875126760825135234788751267608251352347887512676082513523478875126760825135234788751267608251352347887512676082513523478875126760825135234788751267608251352347887512676082513523478875126760825135234788751267608251352347887512676082513523478875126760825" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 58d5a77a-3f3d-4b76-93fe-03ac2e1b208e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a62b9da1-a6ae-4c96-a73c-5296950e9ab8, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a62b9da1-a6ae-4c96-a73c-5296950e9ab8, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14095959070478344935 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1409595907047834493514095959070478344935140959590704783449351409595907047834493514095959070478344935140959590704783449351409595907047834493514095959070478344935140959590704783449351409595907047834493514095959070478344935140959590704783449351409595907047834493514095959070478344935140959590704783449351409595907047834493514095959070478344935140959590704783449351409595907047834493514095959070478344935" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cfe0f977-a967-495a-9c88-a1bc21faeb40, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 927cd8b9-96d2-4d05-ba65-1aace7c28d37, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 927cd8b9-96d2-4d05-ba65-1aace7c28d37, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4931283217274818401 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49312832172748184014931283217274818401493128321727481840149312832172748184014931283217274818401493128321727481840149312832172748184014931283217274818401493128321727481840149312832172748184014931283217274818401493128321727481840149312832172748184014931283217274818401493128321727481840149312832172748184014931283217274818401493128321727481840149312832172748184014931283217274818401" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a62b9da1-a6ae-4c96-a73c-5296950e9ab8, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1c4616dc-8f4e-4f11-a490-5ebcc26a36e2, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1c4616dc-8f4e-4f11-a490-5ebcc26a36e2, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9503495650604168550 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95034956506041685509503495650604168550950349565060416855095034956506041685509503495650604168550950349565060416855095034956506041685509503495650604168550950349565060416855095034956506041685509503495650604168550950349565060416855095034956506041685509503495650604168550950349565060416855095034956506041685509503495650604168550950349565060416855095034956506041685509503495650604168550" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 927cd8b9-96d2-4d05-ba65-1aace7c28d37, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 67a099ee-f218-43fc-acad-4a9490e9ca13, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1c4616dc-8f4e-4f11-a490-5ebcc26a36e2, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 55c496e7-ea9e-4422-9869-2c5994d8cf24, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 55c496e7-ea9e-4422-9869-2c5994d8cf24, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8823957964864494828 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88239579648644948288823957964864494828882395796486449482888239579648644948288823957964864494828882395796486449482888239579648644948288823957964864494828882395796486449482888239579648644948288823957964864494828882395796486449482888239579648644948288823957964864494828882395796486449482888239579648644948288823957964864494828882395796486449482888239579648644948288823957964864494828" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 67a099ee-f218-43fc-acad-4a9490e9ca13, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14294902356371393838 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1429490235637139383814294902356371393838142949023563713938381429490235637139383814294902356371393838142949023563713938381429490235637139383814294902356371393838142949023563713938381429490235637139383814294902356371393838142949023563713938381429490235637139383814294902356371393838142949023563713938381429490235637139383814294902356371393838142949023563713938381429490235637139383814294902356371393838" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 55c496e7-ea9e-4422-9869-2c5994d8cf24, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, becaa23f-9a80-4b00-aa94-7b0c58e3419a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, becaa23f-9a80-4b00-aa94-7b0c58e3419a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8159391090462931823 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81593910904629318238159391090462931823815939109046293182381593910904629318238159391090462931823815939109046293182381593910904629318238159391090462931823815939109046293182381593910904629318238159391090462931823815939109046293182381593910904629318238159391090462931823815939109046293182381593910904629318238159391090462931823815939109046293182381593910904629318238159391090462931823" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 67a099ee-f218-43fc-acad-4a9490e9ca13, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6f60a7c4-1f1b-4499-ac69-7e95f8026bba, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6f60a7c4-1f1b-4499-ac69-7e95f8026bba, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3267008129539049649 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32670081295390496493267008129539049649326700812953904964932670081295390496493267008129539049649326700812953904964932670081295390496493267008129539049649326700812953904964932670081295390496493267008129539049649326700812953904964932670081295390496493267008129539049649326700812953904964932670081295390496493267008129539049649326700812953904964932670081295390496493267008129539049649" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, becaa23f-9a80-4b00-aa94-7b0c58e3419a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 504c0d02-60d6-47ef-bff7-6885d05b1765, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 504c0d02-60d6-47ef-bff7-6885d05b1765, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14717104168453579837 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1471710416845357983714717104168453579837147171041684535798371471710416845357983714717104168453579837147171041684535798371471710416845357983714717104168453579837147171041684535798371471710416845357983714717104168453579837147171041684535798371471710416845357983714717104168453579837147171041684535798371471710416845357983714717104168453579837147171041684535798371471710416845357983714717104168453579837" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6f60a7c4-1f1b-4499-ac69-7e95f8026bba, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e2db86e5-a730-4f29-8ad3-f677bfb9f663, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e2db86e5-a730-4f29-8ad3-f677bfb9f663, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8060978535635113466 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80609785356351134668060978535635113466806097853563511346680609785356351134668060978535635113466806097853563511346680609785356351134668060978535635113466806097853563511346680609785356351134668060978535635113466806097853563511346680609785356351134668060978535635113466806097853563511346680609785356351134668060978535635113466806097853563511346680609785356351134668060978535635113466" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 504c0d02-60d6-47ef-bff7-6885d05b1765, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0add0776-7076-4053-9af3-311351999f7e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0add0776-7076-4053-9af3-311351999f7e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7558345140548462794 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75583451405484627947558345140548462794755834514054846279475583451405484627947558345140548462794755834514054846279475583451405484627947558345140548462794755834514054846279475583451405484627947558345140548462794755834514054846279475583451405484627947558345140548462794755834514054846279475583451405484627947558345140548462794755834514054846279475583451405484627947558345140548462794" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e2db86e5-a730-4f29-8ad3-f677bfb9f663, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 31ff4541-b9cc-4444-ab97-12ed69315867, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 31ff4541-b9cc-4444-ab97-12ed69315867, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7627321823232418576 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76273218232324185767627321823232418576762732182323241857676273218232324185767627321823232418576762732182323241857676273218232324185767627321823232418576762732182323241857676273218232324185767627321823232418576762732182323241857676273218232324185767627321823232418576762732182323241857676273218232324185767627321823232418576762732182323241857676273218232324185767627321823232418576" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 31ff4541-b9cc-4444-ab97-12ed69315867, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 03d74859-d8c3-49ed-a329-351ea2c6fbec, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 03d74859-d8c3-49ed-a329-351ea2c6fbec, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6965375422726418229 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69653754227264182296965375422726418229696537542272641822969653754227264182296965375422726418229696537542272641822969653754227264182296965375422726418229696537542272641822969653754227264182296965375422726418229696537542272641822969653754227264182296965375422726418229696537542272641822969653754227264182296965375422726418229696537542272641822969653754227264182296965375422726418229" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0add0776-7076-4053-9af3-311351999f7e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d84f537c-57f4-4f5d-b8ab-9010e714bb57, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d84f537c-57f4-4f5d-b8ab-9010e714bb57, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2468358254624803851 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24683582546248038512468358254624803851246835825462480385124683582546248038512468358254624803851246835825462480385124683582546248038512468358254624803851246835825462480385124683582546248038512468358254624803851246835825462480385124683582546248038512468358254624803851246835825462480385124683582546248038512468358254624803851246835825462480385124683582546248038512468358254624803851" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 03d74859-d8c3-49ed-a329-351ea2c6fbec, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 667cbc82-3cdd-4192-b1bf-079c8a7e7467, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 667cbc82-3cdd-4192-b1bf-079c8a7e7467, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15891703489969643692 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1589170348996964369215891703489969643692158917034899696436921589170348996964369215891703489969643692158917034899696436921589170348996964369215891703489969643692158917034899696436921589170348996964369215891703489969643692158917034899696436921589170348996964369215891703489969643692158917034899696436921589170348996964369215891703489969643692158917034899696436921589170348996964369215891703489969643692" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d84f537c-57f4-4f5d-b8ab-9010e714bb57, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4a69678d-de52-4f88-ac44-0c04588ad1c7, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4a69678d-de52-4f88-ac44-0c04588ad1c7, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11410628088271617999 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1141062808827161799911410628088271617999114106280882716179991141062808827161799911410628088271617999114106280882716179991141062808827161799911410628088271617999114106280882716179991141062808827161799911410628088271617999114106280882716179991141062808827161799911410628088271617999114106280882716179991141062808827161799911410628088271617999114106280882716179991141062808827161799911410628088271617999" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 667cbc82-3cdd-4192-b1bf-079c8a7e7467, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 04a949d7-0e7f-4953-8a44-dca2349daf0e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 04a949d7-0e7f-4953-8a44-dca2349daf0e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1004485878553961005 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10044858785539610051004485878553961005100448587855396100510044858785539610051004485878553961005100448587855396100510044858785539610051004485878553961005100448587855396100510044858785539610051004485878553961005100448587855396100510044858785539610051004485878553961005100448587855396100510044858785539610051004485878553961005100448587855396100510044858785539610051004485878553961005" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4a69678d-de52-4f88-ac44-0c04588ad1c7, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fd114b59-badc-4398-b27c-24659e89507e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 04a949d7-0e7f-4953-8a44-dca2349daf0e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4a313f87-5809-49b6-858f-d6ad037ad4c8, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4a313f87-5809-49b6-858f-d6ad037ad4c8, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12466562557477133013 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1246656255747713301312466562557477133013124665625574771330131246656255747713301312466562557477133013124665625574771330131246656255747713301312466562557477133013124665625574771330131246656255747713301312466562557477133013124665625574771330131246656255747713301312466562557477133013124665625574771330131246656255747713301312466562557477133013124665625574771330131246656255747713301312466562557477133013" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fd114b59-badc-4398-b27c-24659e89507e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4535366862696314544 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45353668626963145444535366862696314544453536686269631454445353668626963145444535366862696314544453536686269631454445353668626963145444535366862696314544453536686269631454445353668626963145444535366862696314544453536686269631454445353668626963145444535366862696314544453536686269631454445353668626963145444535366862696314544453536686269631454445353668626963145444535366862696314544" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4a313f87-5809-49b6-858f-d6ad037ad4c8, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a066f8b1-9f1f-498d-99e0-940497b1b1de, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a066f8b1-9f1f-498d-99e0-940497b1b1de, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4227984064440157544 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42279840644401575444227984064440157544422798406444015754442279840644401575444227984064440157544422798406444015754442279840644401575444227984064440157544422798406444015754442279840644401575444227984064440157544422798406444015754442279840644401575444227984064440157544422798406444015754442279840644401575444227984064440157544422798406444015754442279840644401575444227984064440157544" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fd114b59-badc-4398-b27c-24659e89507e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 614e8f27-932d-4c3d-8e8d-715b33d6d425, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 614e8f27-932d-4c3d-8e8d-715b33d6d425, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12828771058621804899 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1282877105862180489912828771058621804899128287710586218048991282877105862180489912828771058621804899128287710586218048991282877105862180489912828771058621804899128287710586218048991282877105862180489912828771058621804899128287710586218048991282877105862180489912828771058621804899128287710586218048991282877105862180489912828771058621804899128287710586218048991282877105862180489912828771058621804899" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a066f8b1-9f1f-498d-99e0-940497b1b1de, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ba2d7d42-98b9-48cd-b384-73f0fa18ce6a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ba2d7d42-98b9-48cd-b384-73f0fa18ce6a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16643392444987708029 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1664339244498770802916643392444987708029166433924449877080291664339244498770802916643392444987708029166433924449877080291664339244498770802916643392444987708029166433924449877080291664339244498770802916643392444987708029166433924449877080291664339244498770802916643392444987708029166433924449877080291664339244498770802916643392444987708029166433924449877080291664339244498770802916643392444987708029" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 614e8f27-932d-4c3d-8e8d-715b33d6d425, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 043bab9b-da81-4b59-a942-53f51ea4566f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 043bab9b-da81-4b59-a942-53f51ea4566f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12985286856253036192 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1298528685625303619212985286856253036192129852868562530361921298528685625303619212985286856253036192129852868562530361921298528685625303619212985286856253036192129852868562530361921298528685625303619212985286856253036192129852868562530361921298528685625303619212985286856253036192129852868562530361921298528685625303619212985286856253036192129852868562530361921298528685625303619212985286856253036192" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ba2d7d42-98b9-48cd-b384-73f0fa18ce6a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 76f2a0ef-531d-4a27-b355-8b2bb5137d7e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 76f2a0ef-531d-4a27-b355-8b2bb5137d7e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1956549432197279488 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19565494321972794881956549432197279488195654943219727948819565494321972794881956549432197279488195654943219727948819565494321972794881956549432197279488195654943219727948819565494321972794881956549432197279488195654943219727948819565494321972794881956549432197279488195654943219727948819565494321972794881956549432197279488195654943219727948819565494321972794881956549432197279488" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 043bab9b-da81-4b59-a942-53f51ea4566f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b41fdb93-af21-4809-a5e8-e3150da5797a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b41fdb93-af21-4809-a5e8-e3150da5797a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17301841733522711939 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1730184173352271193917301841733522711939173018417335227119391730184173352271193917301841733522711939173018417335227119391730184173352271193917301841733522711939173018417335227119391730184173352271193917301841733522711939173018417335227119391730184173352271193917301841733522711939173018417335227119391730184173352271193917301841733522711939173018417335227119391730184173352271193917301841733522711939" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 76f2a0ef-531d-4a27-b355-8b2bb5137d7e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3f4d7437-d838-4846-b35b-2453a1f82472, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b41fdb93-af21-4809-a5e8-e3150da5797a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3f4d7437-d838-4846-b35b-2453a1f82472, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3872474112996299374 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38724741129962993743872474112996299374387247411299629937438724741129962993743872474112996299374387247411299629937438724741129962993743872474112996299374387247411299629937438724741129962993743872474112996299374387247411299629937438724741129962993743872474112996299374387247411299629937438724741129962993743872474112996299374387247411299629937438724741129962993743872474112996299374" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e2e209d3-942a-4fc7-863b-4144581ee255, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e2e209d3-942a-4fc7-863b-4144581ee255, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14654963465666402683 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1465496346566640268314654963465666402683146549634656664026831465496346566640268314654963465666402683146549634656664026831465496346566640268314654963465666402683146549634656664026831465496346566640268314654963465666402683146549634656664026831465496346566640268314654963465666402683146549634656664026831465496346566640268314654963465666402683146549634656664026831465496346566640268314654963465666402683" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3f4d7437-d838-4846-b35b-2453a1f82472, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8af554f6-7838-4246-9e31-aa00aea445dd, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8af554f6-7838-4246-9e31-aa00aea445dd, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7097326001102472452 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70973260011024724527097326001102472452709732600110247245270973260011024724527097326001102472452709732600110247245270973260011024724527097326001102472452709732600110247245270973260011024724527097326001102472452709732600110247245270973260011024724527097326001102472452709732600110247245270973260011024724527097326001102472452709732600110247245270973260011024724527097326001102472452" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e2e209d3-942a-4fc7-863b-4144581ee255, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, eeae753f-f43c-4a3e-8604-d66397d68fc9, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eeae753f-f43c-4a3e-8604-d66397d68fc9, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13353495132098214298 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1335349513209821429813353495132098214298133534951320982142981335349513209821429813353495132098214298133534951320982142981335349513209821429813353495132098214298133534951320982142981335349513209821429813353495132098214298133534951320982142981335349513209821429813353495132098214298133534951320982142981335349513209821429813353495132098214298133534951320982142981335349513209821429813353495132098214298" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8af554f6-7838-4246-9e31-aa00aea445dd, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 07d65a43-c486-4602-84d1-acce199e0db0, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 07d65a43-c486-4602-84d1-acce199e0db0, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4278929518557074138 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42789295185570741384278929518557074138427892951855707413842789295185570741384278929518557074138427892951855707413842789295185570741384278929518557074138427892951855707413842789295185570741384278929518557074138427892951855707413842789295185570741384278929518557074138427892951855707413842789295185570741384278929518557074138427892951855707413842789295185570741384278929518557074138" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eeae753f-f43c-4a3e-8604-d66397d68fc9, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 46a0307c-d483-47b2-af3e-fcdbbc454a34, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 46a0307c-d483-47b2-af3e-fcdbbc454a34, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12391355517426545484 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1239135551742654548412391355517426545484123913555174265454841239135551742654548412391355517426545484123913555174265454841239135551742654548412391355517426545484123913555174265454841239135551742654548412391355517426545484123913555174265454841239135551742654548412391355517426545484123913555174265454841239135551742654548412391355517426545484123913555174265454841239135551742654548412391355517426545484" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 46a0307c-d483-47b2-af3e-fcdbbc454a34, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5da6a971-2192-48b9-8be5-df4c28795e37, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5da6a971-2192-48b9-8be5-df4c28795e37, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11229176294374249890 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1122917629437424989011229176294374249890112291762943742498901122917629437424989011229176294374249890112291762943742498901122917629437424989011229176294374249890112291762943742498901122917629437424989011229176294374249890112291762943742498901122917629437424989011229176294374249890112291762943742498901122917629437424989011229176294374249890112291762943742498901122917629437424989011229176294374249890" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 07d65a43-c486-4602-84d1-acce199e0db0, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cff7dde5-3f75-4adf-9285-225934fbf34d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cff7dde5-3f75-4adf-9285-225934fbf34d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3754781566223362718 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37547815662233627183754781566223362718375478156622336271837547815662233627183754781566223362718375478156622336271837547815662233627183754781566223362718375478156622336271837547815662233627183754781566223362718375478156622336271837547815662233627183754781566223362718375478156622336271837547815662233627183754781566223362718375478156622336271837547815662233627183754781566223362718" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5da6a971-2192-48b9-8be5-df4c28795e37, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bf39c927-f5df-490a-abb1-bb6a577fcaf3, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bf39c927-f5df-490a-abb1-bb6a577fcaf3, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17480476911877086143 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1748047691187708614317480476911877086143174804769118770861431748047691187708614317480476911877086143174804769118770861431748047691187708614317480476911877086143174804769118770861431748047691187708614317480476911877086143174804769118770861431748047691187708614317480476911877086143174804769118770861431748047691187708614317480476911877086143174804769118770861431748047691187708614317480476911877086143" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cff7dde5-3f75-4adf-9285-225934fbf34d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 734fbce1-b215-4104-b0ca-dd27fe8bc443, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 734fbce1-b215-4104-b0ca-dd27fe8bc443, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11899370411232642811 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1189937041123264281111899370411232642811118993704112326428111189937041123264281111899370411232642811118993704112326428111189937041123264281111899370411232642811118993704112326428111189937041123264281111899370411232642811118993704112326428111189937041123264281111899370411232642811118993704112326428111189937041123264281111899370411232642811118993704112326428111189937041123264281111899370411232642811" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bf39c927-f5df-490a-abb1-bb6a577fcaf3, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 39303b9d-0b4c-45bc-878c-fe9fb6253b14, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 39303b9d-0b4c-45bc-878c-fe9fb6253b14, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3068833000915898071 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30688330009158980713068833000915898071306883300091589807130688330009158980713068833000915898071306883300091589807130688330009158980713068833000915898071306883300091589807130688330009158980713068833000915898071306883300091589807130688330009158980713068833000915898071306883300091589807130688330009158980713068833000915898071306883300091589807130688330009158980713068833000915898071" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 734fbce1-b215-4104-b0ca-dd27fe8bc443, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f36d87bb-abd3-4a14-92ef-cdf87dc4145f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f36d87bb-abd3-4a14-92ef-cdf87dc4145f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6908675682211288659 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69086756822112886596908675682211288659690867568221128865969086756822112886596908675682211288659690867568221128865969086756822112886596908675682211288659690867568221128865969086756822112886596908675682211288659690867568221128865969086756822112886596908675682211288659690867568221128865969086756822112886596908675682211288659690867568221128865969086756822112886596908675682211288659" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 39303b9d-0b4c-45bc-878c-fe9fb6253b14, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6885695e-3f80-44ca-a0d2-7485f06f0623, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6885695e-3f80-44ca-a0d2-7485f06f0623, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 248558289220011691 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "248558289220011691248558289220011691248558289220011691248558289220011691248558289220011691248558289220011691248558289220011691248558289220011691248558289220011691248558289220011691248558289220011691248558289220011691248558289220011691248558289220011691248558289220011691248558289220011691248558289220011691248558289220011691248558289220011691248558289220011691" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f36d87bb-abd3-4a14-92ef-cdf87dc4145f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 434e7449-2233-47de-adff-84dc65f7d4d6, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 434e7449-2233-47de-adff-84dc65f7d4d6, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18286425065410953700 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1828642506541095370018286425065410953700182864250654109537001828642506541095370018286425065410953700182864250654109537001828642506541095370018286425065410953700182864250654109537001828642506541095370018286425065410953700182864250654109537001828642506541095370018286425065410953700182864250654109537001828642506541095370018286425065410953700182864250654109537001828642506541095370018286425065410953700" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6885695e-3f80-44ca-a0d2-7485f06f0623, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6c472db0-f4a7-41ce-a0ba-63ea0bf4f542, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6c472db0-f4a7-41ce-a0ba-63ea0bf4f542, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4968363817881272729 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49683638178812727294968363817881272729496836381788127272949683638178812727294968363817881272729496836381788127272949683638178812727294968363817881272729496836381788127272949683638178812727294968363817881272729496836381788127272949683638178812727294968363817881272729496836381788127272949683638178812727294968363817881272729496836381788127272949683638178812727294968363817881272729" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 434e7449-2233-47de-adff-84dc65f7d4d6, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bcc37d4b-919c-4391-a3cc-d355410b16ef, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bcc37d4b-919c-4391-a3cc-d355410b16ef, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16373318676231021555 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1637331867623102155516373318676231021555163733186762310215551637331867623102155516373318676231021555163733186762310215551637331867623102155516373318676231021555163733186762310215551637331867623102155516373318676231021555163733186762310215551637331867623102155516373318676231021555163733186762310215551637331867623102155516373318676231021555163733186762310215551637331867623102155516373318676231021555" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6c472db0-f4a7-41ce-a0ba-63ea0bf4f542, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dd9fb4eb-2948-4fdd-9ba7-79efa929def0, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dd9fb4eb-2948-4fdd-9ba7-79efa929def0, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2456033898410869854 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24560338984108698542456033898410869854245603389841086985424560338984108698542456033898410869854245603389841086985424560338984108698542456033898410869854245603389841086985424560338984108698542456033898410869854245603389841086985424560338984108698542456033898410869854245603389841086985424560338984108698542456033898410869854245603389841086985424560338984108698542456033898410869854" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bcc37d4b-919c-4391-a3cc-d355410b16ef, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d2bbaf1d-37f5-4f42-85e1-41299ae6f949, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d2bbaf1d-37f5-4f42-85e1-41299ae6f949, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14490388279027199710 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1449038827902719971014490388279027199710144903882790271997101449038827902719971014490388279027199710144903882790271997101449038827902719971014490388279027199710144903882790271997101449038827902719971014490388279027199710144903882790271997101449038827902719971014490388279027199710144903882790271997101449038827902719971014490388279027199710144903882790271997101449038827902719971014490388279027199710" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dd9fb4eb-2948-4fdd-9ba7-79efa929def0, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 968982ca-8919-4fa9-86d5-a8f5b1798482, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 968982ca-8919-4fa9-86d5-a8f5b1798482, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3996280289740134133 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39962802897401341333996280289740134133399628028974013413339962802897401341333996280289740134133399628028974013413339962802897401341333996280289740134133399628028974013413339962802897401341333996280289740134133399628028974013413339962802897401341333996280289740134133399628028974013413339962802897401341333996280289740134133399628028974013413339962802897401341333996280289740134133" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d2bbaf1d-37f5-4f42-85e1-41299ae6f949, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 465869d6-1c20-4604-beee-00a5f7dc8085, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 968982ca-8919-4fa9-86d5-a8f5b1798482, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 89741cc4-e123-4768-9cbd-f30b715251cb, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 89741cc4-e123-4768-9cbd-f30b715251cb, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4762375902537744046 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47623759025377440464762375902537744046476237590253774404647623759025377440464762375902537744046476237590253774404647623759025377440464762375902537744046476237590253774404647623759025377440464762375902537744046476237590253774404647623759025377440464762375902537744046476237590253774404647623759025377440464762375902537744046476237590253774404647623759025377440464762375902537744046" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 465869d6-1c20-4604-beee-00a5f7dc8085, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12465107546704302496 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1246510754670430249612465107546704302496124651075467043024961246510754670430249612465107546704302496124651075467043024961246510754670430249612465107546704302496124651075467043024961246510754670430249612465107546704302496124651075467043024961246510754670430249612465107546704302496124651075467043024961246510754670430249612465107546704302496124651075467043024961246510754670430249612465107546704302496" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 89741cc4-e123-4768-9cbd-f30b715251cb, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8904dd57-2cb5-424a-9b7a-9feb428aad72, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8904dd57-2cb5-424a-9b7a-9feb428aad72, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1425245454158923671 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14252454541589236711425245454158923671142524545415892367114252454541589236711425245454158923671142524545415892367114252454541589236711425245454158923671142524545415892367114252454541589236711425245454158923671142524545415892367114252454541589236711425245454158923671142524545415892367114252454541589236711425245454158923671142524545415892367114252454541589236711425245454158923671" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 465869d6-1c20-4604-beee-00a5f7dc8085, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9b99bbf3-a0f1-4ee9-b459-3e3de8cd6461, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9b99bbf3-a0f1-4ee9-b459-3e3de8cd6461, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7756526845516269192 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77565268455162691927756526845516269192775652684551626919277565268455162691927756526845516269192775652684551626919277565268455162691927756526845516269192775652684551626919277565268455162691927756526845516269192775652684551626919277565268455162691927756526845516269192775652684551626919277565268455162691927756526845516269192775652684551626919277565268455162691927756526845516269192" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8904dd57-2cb5-424a-9b7a-9feb428aad72, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 18c78f75-5a54-4fe9-84d2-73f9ef30b4ae, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 18c78f75-5a54-4fe9-84d2-73f9ef30b4ae, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12353661690811553307 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1235366169081155330712353661690811553307123536616908115533071235366169081155330712353661690811553307123536616908115533071235366169081155330712353661690811553307123536616908115533071235366169081155330712353661690811553307123536616908115533071235366169081155330712353661690811553307123536616908115533071235366169081155330712353661690811553307123536616908115533071235366169081155330712353661690811553307" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9b99bbf3-a0f1-4ee9-b459-3e3de8cd6461, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 050e434c-bcd8-4913-9b7d-fd3d41d904c6, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 050e434c-bcd8-4913-9b7d-fd3d41d904c6, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12836141950121141946 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1283614195012114194612836141950121141946128361419501211419461283614195012114194612836141950121141946128361419501211419461283614195012114194612836141950121141946128361419501211419461283614195012114194612836141950121141946128361419501211419461283614195012114194612836141950121141946128361419501211419461283614195012114194612836141950121141946128361419501211419461283614195012114194612836141950121141946" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 18c78f75-5a54-4fe9-84d2-73f9ef30b4ae, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 74fc5b35-947f-42e2-8b70-9320e1a472d1, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 74fc5b35-947f-42e2-8b70-9320e1a472d1, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1060274232569297784 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10602742325692977841060274232569297784106027423256929778410602742325692977841060274232569297784106027423256929778410602742325692977841060274232569297784106027423256929778410602742325692977841060274232569297784106027423256929778410602742325692977841060274232569297784106027423256929778410602742325692977841060274232569297784106027423256929778410602742325692977841060274232569297784" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 74fc5b35-947f-42e2-8b70-9320e1a472d1, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e9db2775-f696-41d7-9e43-5fadaecbb9f7, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e9db2775-f696-41d7-9e43-5fadaecbb9f7, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 24543121535669136 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "2454312153566913624543121535669136245431215356691362454312153566913624543121535669136245431215356691362454312153566913624543121535669136245431215356691362454312153566913624543121535669136245431215356691362454312153566913624543121535669136245431215356691362454312153566913624543121535669136245431215356691362454312153566913624543121535669136" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 050e434c-bcd8-4913-9b7d-fd3d41d904c6, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9c3ea854-8ded-454f-8521-eb1db8fc0808, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9c3ea854-8ded-454f-8521-eb1db8fc0808, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11627731018880769515 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1162773101888076951511627731018880769515116277310188807695151162773101888076951511627731018880769515116277310188807695151162773101888076951511627731018880769515116277310188807695151162773101888076951511627731018880769515116277310188807695151162773101888076951511627731018880769515116277310188807695151162773101888076951511627731018880769515116277310188807695151162773101888076951511627731018880769515" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e9db2775-f696-41d7-9e43-5fadaecbb9f7, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bd15377b-2e4b-420f-92bd-b3d516594a26, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bd15377b-2e4b-420f-92bd-b3d516594a26, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13288982435692738116 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1328898243569273811613288982435692738116132889824356927381161328898243569273811613288982435692738116132889824356927381161328898243569273811613288982435692738116132889824356927381161328898243569273811613288982435692738116132889824356927381161328898243569273811613288982435692738116132889824356927381161328898243569273811613288982435692738116132889824356927381161328898243569273811613288982435692738116" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9c3ea854-8ded-454f-8521-eb1db8fc0808, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a1473c0c-2f7d-41ea-a47b-c83c71b5bd1d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a1473c0c-2f7d-41ea-a47b-c83c71b5bd1d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15426488553294121094 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1542648855329412109415426488553294121094154264885532941210941542648855329412109415426488553294121094154264885532941210941542648855329412109415426488553294121094154264885532941210941542648855329412109415426488553294121094154264885532941210941542648855329412109415426488553294121094154264885532941210941542648855329412109415426488553294121094154264885532941210941542648855329412109415426488553294121094" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bd15377b-2e4b-420f-92bd-b3d516594a26, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 75412043-3d14-4045-acdf-ffbc5df7d346, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 75412043-3d14-4045-acdf-ffbc5df7d346, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7677784283161900692 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76777842831619006927677784283161900692767778428316190069276777842831619006927677784283161900692767778428316190069276777842831619006927677784283161900692767778428316190069276777842831619006927677784283161900692767778428316190069276777842831619006927677784283161900692767778428316190069276777842831619006927677784283161900692767778428316190069276777842831619006927677784283161900692" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a1473c0c-2f7d-41ea-a47b-c83c71b5bd1d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a6d2ba04-32fd-47fa-acc8-1421c01336c7, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a6d2ba04-32fd-47fa-acc8-1421c01336c7, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3910865648342764935 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39108656483427649353910865648342764935391086564834276493539108656483427649353910865648342764935391086564834276493539108656483427649353910865648342764935391086564834276493539108656483427649353910865648342764935391086564834276493539108656483427649353910865648342764935391086564834276493539108656483427649353910865648342764935391086564834276493539108656483427649353910865648342764935" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 75412043-3d14-4045-acdf-ffbc5df7d346, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 98d90097-c80f-4875-9eca-3f1ba3ab530b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 98d90097-c80f-4875-9eca-3f1ba3ab530b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12682278133473339566 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1268227813347333956612682278133473339566126822781334733395661268227813347333956612682278133473339566126822781334733395661268227813347333956612682278133473339566126822781334733395661268227813347333956612682278133473339566126822781334733395661268227813347333956612682278133473339566126822781334733395661268227813347333956612682278133473339566126822781334733395661268227813347333956612682278133473339566" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a6d2ba04-32fd-47fa-acc8-1421c01336c7, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 36b8241b-ff14-47f9-836f-e2aa7f4d66f7, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 36b8241b-ff14-47f9-836f-e2aa7f4d66f7, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4870629296431564593 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48706292964315645934870629296431564593487062929643156459348706292964315645934870629296431564593487062929643156459348706292964315645934870629296431564593487062929643156459348706292964315645934870629296431564593487062929643156459348706292964315645934870629296431564593487062929643156459348706292964315645934870629296431564593487062929643156459348706292964315645934870629296431564593" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 98d90097-c80f-4875-9eca-3f1ba3ab530b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8ab6133e-9037-4616-9133-845da185d394, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8ab6133e-9037-4616-9133-845da185d394, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17390879475063596912 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1739087947506359691217390879475063596912173908794750635969121739087947506359691217390879475063596912173908794750635969121739087947506359691217390879475063596912173908794750635969121739087947506359691217390879475063596912173908794750635969121739087947506359691217390879475063596912173908794750635969121739087947506359691217390879475063596912173908794750635969121739087947506359691217390879475063596912" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 36b8241b-ff14-47f9-836f-e2aa7f4d66f7, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1ef98d60-c0b0-4609-96c8-950fcbbebf46, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1ef98d60-c0b0-4609-96c8-950fcbbebf46, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16576742904752362076 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1657674290475236207616576742904752362076165767429047523620761657674290475236207616576742904752362076165767429047523620761657674290475236207616576742904752362076165767429047523620761657674290475236207616576742904752362076165767429047523620761657674290475236207616576742904752362076165767429047523620761657674290475236207616576742904752362076165767429047523620761657674290475236207616576742904752362076" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1ef98d60-c0b0-4609-96c8-950fcbbebf46, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4fa264a2-ed96-4936-872b-1c3bf23397c6, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4fa264a2-ed96-4936-872b-1c3bf23397c6, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18195453471769053818 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1819545347176905381818195453471769053818181954534717690538181819545347176905381818195453471769053818181954534717690538181819545347176905381818195453471769053818181954534717690538181819545347176905381818195453471769053818181954534717690538181819545347176905381818195453471769053818181954534717690538181819545347176905381818195453471769053818181954534717690538181819545347176905381818195453471769053818" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8ab6133e-9037-4616-9133-845da185d394, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7f40107f-d0e7-43ef-97cc-ffbd302b6ec7, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7f40107f-d0e7-43ef-97cc-ffbd302b6ec7, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4048614927210377768 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40486149272103777684048614927210377768404861492721037776840486149272103777684048614927210377768404861492721037776840486149272103777684048614927210377768404861492721037776840486149272103777684048614927210377768404861492721037776840486149272103777684048614927210377768404861492721037776840486149272103777684048614927210377768404861492721037776840486149272103777684048614927210377768" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7f40107f-d0e7-43ef-97cc-ffbd302b6ec7, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1928f939-4b73-4b06-a262-0c736270eabf, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1928f939-4b73-4b06-a262-0c736270eabf, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6168246346293021925 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61682463462930219256168246346293021925616824634629302192561682463462930219256168246346293021925616824634629302192561682463462930219256168246346293021925616824634629302192561682463462930219256168246346293021925616824634629302192561682463462930219256168246346293021925616824634629302192561682463462930219256168246346293021925616824634629302192561682463462930219256168246346293021925" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4fa264a2-ed96-4936-872b-1c3bf23397c6, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d2177c62-124a-4034-8ceb-7e9103a44667, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d2177c62-124a-4034-8ceb-7e9103a44667, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6275653674037127789 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62756536740371277896275653674037127789627565367403712778962756536740371277896275653674037127789627565367403712778962756536740371277896275653674037127789627565367403712778962756536740371277896275653674037127789627565367403712778962756536740371277896275653674037127789627565367403712778962756536740371277896275653674037127789627565367403712778962756536740371277896275653674037127789" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1928f939-4b73-4b06-a262-0c736270eabf, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c1059dec-3625-496e-b1ad-72f91f4132f5, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c1059dec-3625-496e-b1ad-72f91f4132f5, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14994320520227385783 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1499432052022738578314994320520227385783149943205202273857831499432052022738578314994320520227385783149943205202273857831499432052022738578314994320520227385783149943205202273857831499432052022738578314994320520227385783149943205202273857831499432052022738578314994320520227385783149943205202273857831499432052022738578314994320520227385783149943205202273857831499432052022738578314994320520227385783" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d2177c62-124a-4034-8ceb-7e9103a44667, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 60729251-2c61-4a01-a17c-728134e2196e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 60729251-2c61-4a01-a17c-728134e2196e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17543492782676023394 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1754349278267602339417543492782676023394175434927826760233941754349278267602339417543492782676023394175434927826760233941754349278267602339417543492782676023394175434927826760233941754349278267602339417543492782676023394175434927826760233941754349278267602339417543492782676023394175434927826760233941754349278267602339417543492782676023394175434927826760233941754349278267602339417543492782676023394" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c1059dec-3625-496e-b1ad-72f91f4132f5, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a8fc88a5-5255-4ac9-b691-e5ed3371ea4b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a8fc88a5-5255-4ac9-b691-e5ed3371ea4b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4599140139190601729 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45991401391906017294599140139190601729459914013919060172945991401391906017294599140139190601729459914013919060172945991401391906017294599140139190601729459914013919060172945991401391906017294599140139190601729459914013919060172945991401391906017294599140139190601729459914013919060172945991401391906017294599140139190601729459914013919060172945991401391906017294599140139190601729" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 60729251-2c61-4a01-a17c-728134e2196e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a8fc88a5-5255-4ac9-b691-e5ed3371ea4b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 25ae583a-ea3e-4231-a238-d2015688fd42, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 25ae583a-ea3e-4231-a238-d2015688fd42, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1867982018536370004 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18679820185363700041867982018536370004186798201853637000418679820185363700041867982018536370004186798201853637000418679820185363700041867982018536370004186798201853637000418679820185363700041867982018536370004186798201853637000418679820185363700041867982018536370004186798201853637000418679820185363700041867982018536370004186798201853637000418679820185363700041867982018536370004" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 91d76f8b-b511-46d7-863d-6efa027907d0, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 91d76f8b-b511-46d7-863d-6efa027907d0, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16542594574232770642 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1654259457423277064216542594574232770642165425945742327706421654259457423277064216542594574232770642165425945742327706421654259457423277064216542594574232770642165425945742327706421654259457423277064216542594574232770642165425945742327706421654259457423277064216542594574232770642165425945742327706421654259457423277064216542594574232770642165425945742327706421654259457423277064216542594574232770642" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 25ae583a-ea3e-4231-a238-d2015688fd42, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 91d76f8b-b511-46d7-863d-6efa027907d0, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, eef8431c-d7cb-4193-8272-5b5224c6c0f8, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cd0e115a-b53e-445f-b6f7-279faed12027, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eef8431c-d7cb-4193-8272-5b5224c6c0f8, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9324632347053359028 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93246323470533590289324632347053359028932463234705335902893246323470533590289324632347053359028932463234705335902893246323470533590289324632347053359028932463234705335902893246323470533590289324632347053359028932463234705335902893246323470533590289324632347053359028932463234705335902893246323470533590289324632347053359028932463234705335902893246323470533590289324632347053359028" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cd0e115a-b53e-445f-b6f7-279faed12027, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15040294752129358045 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1504029475212935804515040294752129358045150402947521293580451504029475212935804515040294752129358045150402947521293580451504029475212935804515040294752129358045150402947521293580451504029475212935804515040294752129358045150402947521293580451504029475212935804515040294752129358045150402947521293580451504029475212935804515040294752129358045150402947521293580451504029475212935804515040294752129358045" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eef8431c-d7cb-4193-8272-5b5224c6c0f8, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f95e528e-09ac-418f-a808-409789400138, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f95e528e-09ac-418f-a808-409789400138, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11997324143800370503 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1199732414380037050311997324143800370503119973241438003705031199732414380037050311997324143800370503119973241438003705031199732414380037050311997324143800370503119973241438003705031199732414380037050311997324143800370503119973241438003705031199732414380037050311997324143800370503119973241438003705031199732414380037050311997324143800370503119973241438003705031199732414380037050311997324143800370503" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cd0e115a-b53e-445f-b6f7-279faed12027, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 956ebfdd-fc9f-4a5a-b7ff-89c6b86e19ad, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 956ebfdd-fc9f-4a5a-b7ff-89c6b86e19ad, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17580538333512562961 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1758053833351256296117580538333512562961175805383335125629611758053833351256296117580538333512562961175805383335125629611758053833351256296117580538333512562961175805383335125629611758053833351256296117580538333512562961175805383335125629611758053833351256296117580538333512562961175805383335125629611758053833351256296117580538333512562961175805383335125629611758053833351256296117580538333512562961" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f95e528e-09ac-418f-a808-409789400138, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 31c60af7-a546-4768-afbe-be8f50e9edc4, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 31c60af7-a546-4768-afbe-be8f50e9edc4, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4726518884129159290 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47265188841291592904726518884129159290472651888412915929047265188841291592904726518884129159290472651888412915929047265188841291592904726518884129159290472651888412915929047265188841291592904726518884129159290472651888412915929047265188841291592904726518884129159290472651888412915929047265188841291592904726518884129159290472651888412915929047265188841291592904726518884129159290" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 956ebfdd-fc9f-4a5a-b7ff-89c6b86e19ad, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d10c02c7-0243-44bc-8a4a-818f1750c218, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d10c02c7-0243-44bc-8a4a-818f1750c218, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10777493262647779831 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1077749326264777983110777493262647779831107774932626477798311077749326264777983110777493262647779831107774932626477798311077749326264777983110777493262647779831107774932626477798311077749326264777983110777493262647779831107774932626477798311077749326264777983110777493262647779831107774932626477798311077749326264777983110777493262647779831107774932626477798311077749326264777983110777493262647779831" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d10c02c7-0243-44bc-8a4a-818f1750c218, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e42b3b24-39ef-4e06-914d-38b2064d798c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e42b3b24-39ef-4e06-914d-38b2064d798c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3449851200114983241 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34498512001149832413449851200114983241344985120011498324134498512001149832413449851200114983241344985120011498324134498512001149832413449851200114983241344985120011498324134498512001149832413449851200114983241344985120011498324134498512001149832413449851200114983241344985120011498324134498512001149832413449851200114983241344985120011498324134498512001149832413449851200114983241" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 31c60af7-a546-4768-afbe-be8f50e9edc4, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4cfea0ad-0070-4b4f-b944-0a9ba4b3852c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4cfea0ad-0070-4b4f-b944-0a9ba4b3852c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 308823557367511062 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "308823557367511062308823557367511062308823557367511062308823557367511062308823557367511062308823557367511062308823557367511062308823557367511062308823557367511062308823557367511062308823557367511062308823557367511062308823557367511062308823557367511062308823557367511062308823557367511062308823557367511062308823557367511062308823557367511062308823557367511062" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e42b3b24-39ef-4e06-914d-38b2064d798c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e8d10548-40fe-4124-bc42-7f720ef4f5db, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e8d10548-40fe-4124-bc42-7f720ef4f5db, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3764625629936584527 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37646256299365845273764625629936584527376462562993658452737646256299365845273764625629936584527376462562993658452737646256299365845273764625629936584527376462562993658452737646256299365845273764625629936584527376462562993658452737646256299365845273764625629936584527376462562993658452737646256299365845273764625629936584527376462562993658452737646256299365845273764625629936584527" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4cfea0ad-0070-4b4f-b944-0a9ba4b3852c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 592f9f92-50a6-4877-9d90-620d0903d17d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 592f9f92-50a6-4877-9d90-620d0903d17d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14874941230154106331 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1487494123015410633114874941230154106331148749412301541063311487494123015410633114874941230154106331148749412301541063311487494123015410633114874941230154106331148749412301541063311487494123015410633114874941230154106331148749412301541063311487494123015410633114874941230154106331148749412301541063311487494123015410633114874941230154106331148749412301541063311487494123015410633114874941230154106331" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e8d10548-40fe-4124-bc42-7f720ef4f5db, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a56c94c5-ad62-4915-8dc3-c71c2513f83e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a56c94c5-ad62-4915-8dc3-c71c2513f83e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8805682742988494134 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88056827429884941348805682742988494134880568274298849413488056827429884941348805682742988494134880568274298849413488056827429884941348805682742988494134880568274298849413488056827429884941348805682742988494134880568274298849413488056827429884941348805682742988494134880568274298849413488056827429884941348805682742988494134880568274298849413488056827429884941348805682742988494134" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 592f9f92-50a6-4877-9d90-620d0903d17d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 131c062c-4d96-4267-a68b-4b52c1db2bbf, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 131c062c-4d96-4267-a68b-4b52c1db2bbf, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13434754825112001675 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1343475482511200167513434754825112001675134347548251120016751343475482511200167513434754825112001675134347548251120016751343475482511200167513434754825112001675134347548251120016751343475482511200167513434754825112001675134347548251120016751343475482511200167513434754825112001675134347548251120016751343475482511200167513434754825112001675134347548251120016751343475482511200167513434754825112001675" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a56c94c5-ad62-4915-8dc3-c71c2513f83e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 225d2aa7-4850-4052-99d7-e2611261ca3b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 225d2aa7-4850-4052-99d7-e2611261ca3b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16896784012400808856 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1689678401240080885616896784012400808856168967840124008088561689678401240080885616896784012400808856168967840124008088561689678401240080885616896784012400808856168967840124008088561689678401240080885616896784012400808856168967840124008088561689678401240080885616896784012400808856168967840124008088561689678401240080885616896784012400808856168967840124008088561689678401240080885616896784012400808856" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 131c062c-4d96-4267-a68b-4b52c1db2bbf, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2bba001f-3026-4084-beae-ef9d043207a8, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2bba001f-3026-4084-beae-ef9d043207a8, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4065377700615374413 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40653777006153744134065377700615374413406537770061537441340653777006153744134065377700615374413406537770061537441340653777006153744134065377700615374413406537770061537441340653777006153744134065377700615374413406537770061537441340653777006153744134065377700615374413406537770061537441340653777006153744134065377700615374413406537770061537441340653777006153744134065377700615374413" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 225d2aa7-4850-4052-99d7-e2611261ca3b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c3b066b5-1c86-4184-9072-479186324832, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c3b066b5-1c86-4184-9072-479186324832, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6726606201845468623 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67266062018454686236726606201845468623672660620184546862367266062018454686236726606201845468623672660620184546862367266062018454686236726606201845468623672660620184546862367266062018454686236726606201845468623672660620184546862367266062018454686236726606201845468623672660620184546862367266062018454686236726606201845468623672660620184546862367266062018454686236726606201845468623" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c3b066b5-1c86-4184-9072-479186324832, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1df82934-6842-4478-b98d-8d31d272357e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1df82934-6842-4478-b98d-8d31d272357e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13216139802197808218 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1321613980219780821813216139802197808218132161398021978082181321613980219780821813216139802197808218132161398021978082181321613980219780821813216139802197808218132161398021978082181321613980219780821813216139802197808218132161398021978082181321613980219780821813216139802197808218132161398021978082181321613980219780821813216139802197808218132161398021978082181321613980219780821813216139802197808218" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2bba001f-3026-4084-beae-ef9d043207a8, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 508e5b3d-43d6-47cb-acb5-2ba2f7e40e14, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 508e5b3d-43d6-47cb-acb5-2ba2f7e40e14, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17208420511498183483 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1720842051149818348317208420511498183483172084205114981834831720842051149818348317208420511498183483172084205114981834831720842051149818348317208420511498183483172084205114981834831720842051149818348317208420511498183483172084205114981834831720842051149818348317208420511498183483172084205114981834831720842051149818348317208420511498183483172084205114981834831720842051149818348317208420511498183483" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 508e5b3d-43d6-47cb-acb5-2ba2f7e40e14, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1df82934-6842-4478-b98d-8d31d272357e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e9402776-b6ee-4f72-90cc-73c278566388, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e9402776-b6ee-4f72-90cc-73c278566388, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17312284276767751711 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1731228427676775171117312284276767751711173122842767677517111731228427676775171117312284276767751711173122842767677517111731228427676775171117312284276767751711173122842767677517111731228427676775171117312284276767751711173122842767677517111731228427676775171117312284276767751711173122842767677517111731228427676775171117312284276767751711173122842767677517111731228427676775171117312284276767751711" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 364dbf86-d1ff-40c6-bd04-3c684a138834, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 364dbf86-d1ff-40c6-bd04-3c684a138834, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14433878852311324199 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1443387885231132419914433878852311324199144338788523113241991443387885231132419914433878852311324199144338788523113241991443387885231132419914433878852311324199144338788523113241991443387885231132419914433878852311324199144338788523113241991443387885231132419914433878852311324199144338788523113241991443387885231132419914433878852311324199144338788523113241991443387885231132419914433878852311324199" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e9402776-b6ee-4f72-90cc-73c278566388, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, efa72406-e3f7-4f4f-b561-f5c4fd4d46f4, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 364dbf86-d1ff-40c6-bd04-3c684a138834, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, efa72406-e3f7-4f4f-b561-f5c4fd4d46f4, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8270901117802188446 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82709011178021884468270901117802188446827090111780218844682709011178021884468270901117802188446827090111780218844682709011178021884468270901117802188446827090111780218844682709011178021884468270901117802188446827090111780218844682709011178021884468270901117802188446827090111780218844682709011178021884468270901117802188446827090111780218844682709011178021884468270901117802188446" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 15dd51fb-8f7d-471d-adbb-fd09ebdf448d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 15dd51fb-8f7d-471d-adbb-fd09ebdf448d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15066005401810477876 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1506600540181047787615066005401810477876150660054018104778761506600540181047787615066005401810477876150660054018104778761506600540181047787615066005401810477876150660054018104778761506600540181047787615066005401810477876150660054018104778761506600540181047787615066005401810477876150660054018104778761506600540181047787615066005401810477876150660054018104778761506600540181047787615066005401810477876" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, efa72406-e3f7-4f4f-b561-f5c4fd4d46f4, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8149921f-7a0a-4718-b3bd-3fc4a421f676, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8149921f-7a0a-4718-b3bd-3fc4a421f676, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 408226773064130206 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "408226773064130206408226773064130206408226773064130206408226773064130206408226773064130206408226773064130206408226773064130206408226773064130206408226773064130206408226773064130206408226773064130206408226773064130206408226773064130206408226773064130206408226773064130206408226773064130206408226773064130206408226773064130206408226773064130206408226773064130206" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 15dd51fb-8f7d-471d-adbb-fd09ebdf448d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 767d2182-8098-49bc-a040-68ee44668d8b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 767d2182-8098-49bc-a040-68ee44668d8b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15411220769483774656 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1541122076948377465615411220769483774656154112207694837746561541122076948377465615411220769483774656154112207694837746561541122076948377465615411220769483774656154112207694837746561541122076948377465615411220769483774656154112207694837746561541122076948377465615411220769483774656154112207694837746561541122076948377465615411220769483774656154112207694837746561541122076948377465615411220769483774656" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8149921f-7a0a-4718-b3bd-3fc4a421f676, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ce4d348d-2019-490f-8b8f-de25cea9f48c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 767d2182-8098-49bc-a040-68ee44668d8b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ce4d348d-2019-490f-8b8f-de25cea9f48c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13625153721103387542 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1362515372110338754213625153721103387542136251537211033875421362515372110338754213625153721103387542136251537211033875421362515372110338754213625153721103387542136251537211033875421362515372110338754213625153721103387542136251537211033875421362515372110338754213625153721103387542136251537211033875421362515372110338754213625153721103387542136251537211033875421362515372110338754213625153721103387542" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 994e8e4b-ff28-47a8-9056-f693565f966e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 994e8e4b-ff28-47a8-9056-f693565f966e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5560539886565493916 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55605398865654939165560539886565493916556053988656549391655605398865654939165560539886565493916556053988656549391655605398865654939165560539886565493916556053988656549391655605398865654939165560539886565493916556053988656549391655605398865654939165560539886565493916556053988656549391655605398865654939165560539886565493916556053988656549391655605398865654939165560539886565493916" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ce4d348d-2019-490f-8b8f-de25cea9f48c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8142472a-213d-4e14-ad6b-e037406aba7f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8142472a-213d-4e14-ad6b-e037406aba7f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10995235088893163946 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1099523508889316394610995235088893163946109952350888931639461099523508889316394610995235088893163946109952350888931639461099523508889316394610995235088893163946109952350888931639461099523508889316394610995235088893163946109952350888931639461099523508889316394610995235088893163946109952350888931639461099523508889316394610995235088893163946109952350888931639461099523508889316394610995235088893163946" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 994e8e4b-ff28-47a8-9056-f693565f966e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 98c5001a-7428-42aa-bca3-5f6964cd7a24, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 98c5001a-7428-42aa-bca3-5f6964cd7a24, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5810433251840231992 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58104332518402319925810433251840231992581043325184023199258104332518402319925810433251840231992581043325184023199258104332518402319925810433251840231992581043325184023199258104332518402319925810433251840231992581043325184023199258104332518402319925810433251840231992581043325184023199258104332518402319925810433251840231992581043325184023199258104332518402319925810433251840231992" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 98c5001a-7428-42aa-bca3-5f6964cd7a24, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1127fea8-cb17-4964-8db5-a47c104b61fa, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1127fea8-cb17-4964-8db5-a47c104b61fa, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18171073383069860463 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1817107338306986046318171073383069860463181710733830698604631817107338306986046318171073383069860463181710733830698604631817107338306986046318171073383069860463181710733830698604631817107338306986046318171073383069860463181710733830698604631817107338306986046318171073383069860463181710733830698604631817107338306986046318171073383069860463181710733830698604631817107338306986046318171073383069860463" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8142472a-213d-4e14-ad6b-e037406aba7f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 32e3e65e-8b91-4309-98be-aa31211017dc, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 32e3e65e-8b91-4309-98be-aa31211017dc, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1806192931484490707 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18061929314844907071806192931484490707180619293148449070718061929314844907071806192931484490707180619293148449070718061929314844907071806192931484490707180619293148449070718061929314844907071806192931484490707180619293148449070718061929314844907071806192931484490707180619293148449070718061929314844907071806192931484490707180619293148449070718061929314844907071806192931484490707" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1127fea8-cb17-4964-8db5-a47c104b61fa, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 772e21e2-fa07-438c-a2db-4935bccdd404, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 772e21e2-fa07-438c-a2db-4935bccdd404, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16275178977237434037 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1627517897723743403716275178977237434037162751789772374340371627517897723743403716275178977237434037162751789772374340371627517897723743403716275178977237434037162751789772374340371627517897723743403716275178977237434037162751789772374340371627517897723743403716275178977237434037162751789772374340371627517897723743403716275178977237434037162751789772374340371627517897723743403716275178977237434037" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 32e3e65e-8b91-4309-98be-aa31211017dc, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 364770de-bbb1-4ee4-97d4-31b3eae01abe, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 364770de-bbb1-4ee4-97d4-31b3eae01abe, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2449849872617983081 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24498498726179830812449849872617983081244984987261798308124498498726179830812449849872617983081244984987261798308124498498726179830812449849872617983081244984987261798308124498498726179830812449849872617983081244984987261798308124498498726179830812449849872617983081244984987261798308124498498726179830812449849872617983081244984987261798308124498498726179830812449849872617983081" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 772e21e2-fa07-438c-a2db-4935bccdd404, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a79dd318-df03-4fb3-83a6-baf574afb640, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a79dd318-df03-4fb3-83a6-baf574afb640, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10842387421992439225 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1084238742199243922510842387421992439225108423874219924392251084238742199243922510842387421992439225108423874219924392251084238742199243922510842387421992439225108423874219924392251084238742199243922510842387421992439225108423874219924392251084238742199243922510842387421992439225108423874219924392251084238742199243922510842387421992439225108423874219924392251084238742199243922510842387421992439225" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 364770de-bbb1-4ee4-97d4-31b3eae01abe, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f203bfb4-83dd-444e-8cc0-f55de1aa11b3, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f203bfb4-83dd-444e-8cc0-f55de1aa11b3, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7189277807796358096 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71892778077963580967189277807796358096718927780779635809671892778077963580967189277807796358096718927780779635809671892778077963580967189277807796358096718927780779635809671892778077963580967189277807796358096718927780779635809671892778077963580967189277807796358096718927780779635809671892778077963580967189277807796358096718927780779635809671892778077963580967189277807796358096" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a79dd318-df03-4fb3-83a6-baf574afb640, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0685aa4a-707d-428d-9514-9f70967281a3, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0685aa4a-707d-428d-9514-9f70967281a3, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9343986129964928318 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93439861299649283189343986129964928318934398612996492831893439861299649283189343986129964928318934398612996492831893439861299649283189343986129964928318934398612996492831893439861299649283189343986129964928318934398612996492831893439861299649283189343986129964928318934398612996492831893439861299649283189343986129964928318934398612996492831893439861299649283189343986129964928318" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f203bfb4-83dd-444e-8cc0-f55de1aa11b3, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c19719c6-6808-4a75-9b25-ba7a94d538d2, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c19719c6-6808-4a75-9b25-ba7a94d538d2, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4736233577332933392 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47362335773329333924736233577332933392473623357733293339247362335773329333924736233577332933392473623357733293339247362335773329333924736233577332933392473623357733293339247362335773329333924736233577332933392473623357733293339247362335773329333924736233577332933392473623357733293339247362335773329333924736233577332933392473623357733293339247362335773329333924736233577332933392" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0685aa4a-707d-428d-9514-9f70967281a3, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 08d0a203-4f37-4757-a91f-eb0f08d60311, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 08d0a203-4f37-4757-a91f-eb0f08d60311, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10249354215600453382 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1024935421560045338210249354215600453382102493542156004533821024935421560045338210249354215600453382102493542156004533821024935421560045338210249354215600453382102493542156004533821024935421560045338210249354215600453382102493542156004533821024935421560045338210249354215600453382102493542156004533821024935421560045338210249354215600453382102493542156004533821024935421560045338210249354215600453382" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c19719c6-6808-4a75-9b25-ba7a94d538d2, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4364700a-f38c-4d2e-b762-d34a5d0b2edc, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4364700a-f38c-4d2e-b762-d34a5d0b2edc, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16842105610239145036 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1684210561023914503616842105610239145036168421056102391450361684210561023914503616842105610239145036168421056102391450361684210561023914503616842105610239145036168421056102391450361684210561023914503616842105610239145036168421056102391450361684210561023914503616842105610239145036168421056102391450361684210561023914503616842105610239145036168421056102391450361684210561023914503616842105610239145036" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 08d0a203-4f37-4757-a91f-eb0f08d60311, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fad3a189-c0b2-4aa1-ba34-7a2d59c1fb68, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fad3a189-c0b2-4aa1-ba34-7a2d59c1fb68, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9789114849930702081 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97891148499307020819789114849930702081978911484993070208197891148499307020819789114849930702081978911484993070208197891148499307020819789114849930702081978911484993070208197891148499307020819789114849930702081978911484993070208197891148499307020819789114849930702081978911484993070208197891148499307020819789114849930702081978911484993070208197891148499307020819789114849930702081" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4364700a-f38c-4d2e-b762-d34a5d0b2edc, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f6aea734-fc40-4a58-90e8-11969f55e90e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f6aea734-fc40-4a58-90e8-11969f55e90e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10724198457584637724 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1072419845758463772410724198457584637724107241984575846377241072419845758463772410724198457584637724107241984575846377241072419845758463772410724198457584637724107241984575846377241072419845758463772410724198457584637724107241984575846377241072419845758463772410724198457584637724107241984575846377241072419845758463772410724198457584637724107241984575846377241072419845758463772410724198457584637724" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fad3a189-c0b2-4aa1-ba34-7a2d59c1fb68, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b5d1a3f5-8ad7-4df7-90d3-2dc2b0497921, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b5d1a3f5-8ad7-4df7-90d3-2dc2b0497921, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13089383984038052493 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1308938398403805249313089383984038052493130893839840380524931308938398403805249313089383984038052493130893839840380524931308938398403805249313089383984038052493130893839840380524931308938398403805249313089383984038052493130893839840380524931308938398403805249313089383984038052493130893839840380524931308938398403805249313089383984038052493130893839840380524931308938398403805249313089383984038052493" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f6aea734-fc40-4a58-90e8-11969f55e90e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e8a2b59c-4780-48bf-9ac4-9313fd5ac562, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b5d1a3f5-8ad7-4df7-90d3-2dc2b0497921, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e8a2b59c-4780-48bf-9ac4-9313fd5ac562, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1094933621978556291 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10949336219785562911094933621978556291109493362197855629110949336219785562911094933621978556291109493362197855629110949336219785562911094933621978556291109493362197855629110949336219785562911094933621978556291109493362197855629110949336219785562911094933621978556291109493362197855629110949336219785562911094933621978556291109493362197855629110949336219785562911094933621978556291" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 617dd380-82b3-4dfc-b37c-f2f974f8ba46, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 617dd380-82b3-4dfc-b37c-f2f974f8ba46, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1334870104657787091 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13348701046577870911334870104657787091133487010465778709113348701046577870911334870104657787091133487010465778709113348701046577870911334870104657787091133487010465778709113348701046577870911334870104657787091133487010465778709113348701046577870911334870104657787091133487010465778709113348701046577870911334870104657787091133487010465778709113348701046577870911334870104657787091" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e8a2b59c-4780-48bf-9ac4-9313fd5ac562, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 33b13116-d9e1-4fde-81ac-1c8896284a88, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 617dd380-82b3-4dfc-b37c-f2f974f8ba46, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 33b13116-d9e1-4fde-81ac-1c8896284a88, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18236585396335647747 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1823658539633564774718236585396335647747182365853963356477471823658539633564774718236585396335647747182365853963356477471823658539633564774718236585396335647747182365853963356477471823658539633564774718236585396335647747182365853963356477471823658539633564774718236585396335647747182365853963356477471823658539633564774718236585396335647747182365853963356477471823658539633564774718236585396335647747" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ffc49da4-d94c-43a6-a2fd-db755cadd199, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ffc49da4-d94c-43a6-a2fd-db755cadd199, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17948375917681155141 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1794837591768115514117948375917681155141179483759176811551411794837591768115514117948375917681155141179483759176811551411794837591768115514117948375917681155141179483759176811551411794837591768115514117948375917681155141179483759176811551411794837591768115514117948375917681155141179483759176811551411794837591768115514117948375917681155141179483759176811551411794837591768115514117948375917681155141" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ffc49da4-d94c-43a6-a2fd-db755cadd199, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4e4b2d7c-7df8-43f1-a6bb-d781b1d1467e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4e4b2d7c-7df8-43f1-a6bb-d781b1d1467e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11538673581727901314 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1153867358172790131411538673581727901314115386735817279013141153867358172790131411538673581727901314115386735817279013141153867358172790131411538673581727901314115386735817279013141153867358172790131411538673581727901314115386735817279013141153867358172790131411538673581727901314115386735817279013141153867358172790131411538673581727901314115386735817279013141153867358172790131411538673581727901314" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 33b13116-d9e1-4fde-81ac-1c8896284a88, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 25930b60-2803-4806-b863-9fb3f78d3ca7, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 25930b60-2803-4806-b863-9fb3f78d3ca7, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14587831202357451410 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1458783120235745141014587831202357451410145878312023574514101458783120235745141014587831202357451410145878312023574514101458783120235745141014587831202357451410145878312023574514101458783120235745141014587831202357451410145878312023574514101458783120235745141014587831202357451410145878312023574514101458783120235745141014587831202357451410145878312023574514101458783120235745141014587831202357451410" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4e4b2d7c-7df8-43f1-a6bb-d781b1d1467e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e092f86d-f9b3-465b-bba6-15d0b260d14f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e092f86d-f9b3-465b-bba6-15d0b260d14f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13267418562269362815 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1326741856226936281513267418562269362815132674185622693628151326741856226936281513267418562269362815132674185622693628151326741856226936281513267418562269362815132674185622693628151326741856226936281513267418562269362815132674185622693628151326741856226936281513267418562269362815132674185622693628151326741856226936281513267418562269362815132674185622693628151326741856226936281513267418562269362815" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 25930b60-2803-4806-b863-9fb3f78d3ca7, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 52f164d1-78a3-43b3-baa2-faec66e32dcd, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 52f164d1-78a3-43b3-baa2-faec66e32dcd, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6347938196424418754 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63479381964244187546347938196424418754634793819642441875463479381964244187546347938196424418754634793819642441875463479381964244187546347938196424418754634793819642441875463479381964244187546347938196424418754634793819642441875463479381964244187546347938196424418754634793819642441875463479381964244187546347938196424418754634793819642441875463479381964244187546347938196424418754" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e092f86d-f9b3-465b-bba6-15d0b260d14f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7f18bf96-eb01-408f-a7ab-c14c45467427, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7f18bf96-eb01-408f-a7ab-c14c45467427, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 466599873523900057 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "466599873523900057466599873523900057466599873523900057466599873523900057466599873523900057466599873523900057466599873523900057466599873523900057466599873523900057466599873523900057466599873523900057466599873523900057466599873523900057466599873523900057466599873523900057466599873523900057466599873523900057466599873523900057466599873523900057466599873523900057" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 52f164d1-78a3-43b3-baa2-faec66e32dcd, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0e4f20ec-f7b4-4d67-8d9b-e06ebbed1bb6, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0e4f20ec-f7b4-4d67-8d9b-e06ebbed1bb6, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15460312646501102085 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1546031264650110208515460312646501102085154603126465011020851546031264650110208515460312646501102085154603126465011020851546031264650110208515460312646501102085154603126465011020851546031264650110208515460312646501102085154603126465011020851546031264650110208515460312646501102085154603126465011020851546031264650110208515460312646501102085154603126465011020851546031264650110208515460312646501102085" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7f18bf96-eb01-408f-a7ab-c14c45467427, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0e4f20ec-f7b4-4d67-8d9b-e06ebbed1bb6, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 25965122-8e88-4aba-a0db-4cbb0b21a326, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 25965122-8e88-4aba-a0db-4cbb0b21a326, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18203141834783987370 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1820314183478398737018203141834783987370182031418347839873701820314183478398737018203141834783987370182031418347839873701820314183478398737018203141834783987370182031418347839873701820314183478398737018203141834783987370182031418347839873701820314183478398737018203141834783987370182031418347839873701820314183478398737018203141834783987370182031418347839873701820314183478398737018203141834783987370" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7cfc1710-bfce-4971-9c11-97b2c7be005f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7cfc1710-bfce-4971-9c11-97b2c7be005f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9115045596962360199 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91150455969623601999115045596962360199911504559696236019991150455969623601999115045596962360199911504559696236019991150455969623601999115045596962360199911504559696236019991150455969623601999115045596962360199911504559696236019991150455969623601999115045596962360199911504559696236019991150455969623601999115045596962360199911504559696236019991150455969623601999115045596962360199" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 25965122-8e88-4aba-a0db-4cbb0b21a326, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, eb6d5220-731b-474b-9bf9-c9def3205f4c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eb6d5220-731b-474b-9bf9-c9def3205f4c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5915976923915032687 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59159769239150326875915976923915032687591597692391503268759159769239150326875915976923915032687591597692391503268759159769239150326875915976923915032687591597692391503268759159769239150326875915976923915032687591597692391503268759159769239150326875915976923915032687591597692391503268759159769239150326875915976923915032687591597692391503268759159769239150326875915976923915032687" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7cfc1710-bfce-4971-9c11-97b2c7be005f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4f3c47c1-48a5-40d9-bfa3-c01a74060652, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4f3c47c1-48a5-40d9-bfa3-c01a74060652, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5795820186686571882 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57958201866865718825795820186686571882579582018668657188257958201866865718825795820186686571882579582018668657188257958201866865718825795820186686571882579582018668657188257958201866865718825795820186686571882579582018668657188257958201866865718825795820186686571882579582018668657188257958201866865718825795820186686571882579582018668657188257958201866865718825795820186686571882" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eb6d5220-731b-474b-9bf9-c9def3205f4c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ee7c0872-077f-4866-9e83-5cb6f8854ce1, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ee7c0872-077f-4866-9e83-5cb6f8854ce1, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18176836461270225154 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1817683646127022515418176836461270225154181768364612702251541817683646127022515418176836461270225154181768364612702251541817683646127022515418176836461270225154181768364612702251541817683646127022515418176836461270225154181768364612702251541817683646127022515418176836461270225154181768364612702251541817683646127022515418176836461270225154181768364612702251541817683646127022515418176836461270225154" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4f3c47c1-48a5-40d9-bfa3-c01a74060652, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e6135dfb-3e57-4661-b45f-dec99afe5c51, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e6135dfb-3e57-4661-b45f-dec99afe5c51, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9606895182874963807 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96068951828749638079606895182874963807960689518287496380796068951828749638079606895182874963807960689518287496380796068951828749638079606895182874963807960689518287496380796068951828749638079606895182874963807960689518287496380796068951828749638079606895182874963807960689518287496380796068951828749638079606895182874963807960689518287496380796068951828749638079606895182874963807" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ee7c0872-077f-4866-9e83-5cb6f8854ce1, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2d3c7d4f-2813-4de8-a8e4-603024e0acef, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2d3c7d4f-2813-4de8-a8e4-603024e0acef, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5989574435638771169 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59895744356387711695989574435638771169598957443563877116959895744356387711695989574435638771169598957443563877116959895744356387711695989574435638771169598957443563877116959895744356387711695989574435638771169598957443563877116959895744356387711695989574435638771169598957443563877116959895744356387711695989574435638771169598957443563877116959895744356387711695989574435638771169" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e6135dfb-3e57-4661-b45f-dec99afe5c51, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c3855066-2294-4eb6-8038-d773b9ba2795, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c3855066-2294-4eb6-8038-d773b9ba2795, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16493636757974998692 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1649363675797499869216493636757974998692164936367579749986921649363675797499869216493636757974998692164936367579749986921649363675797499869216493636757974998692164936367579749986921649363675797499869216493636757974998692164936367579749986921649363675797499869216493636757974998692164936367579749986921649363675797499869216493636757974998692164936367579749986921649363675797499869216493636757974998692" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c3855066-2294-4eb6-8038-d773b9ba2795, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b79c4221-e48a-4e39-91d2-f7aaa367155c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b79c4221-e48a-4e39-91d2-f7aaa367155c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8314096789311727975 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83140967893117279758314096789311727975831409678931172797583140967893117279758314096789311727975831409678931172797583140967893117279758314096789311727975831409678931172797583140967893117279758314096789311727975831409678931172797583140967893117279758314096789311727975831409678931172797583140967893117279758314096789311727975831409678931172797583140967893117279758314096789311727975" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2d3c7d4f-2813-4de8-a8e4-603024e0acef, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 05331528-28b3-4054-a37d-fe064d2f1de6, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b79c4221-e48a-4e39-91d2-f7aaa367155c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c414d62e-e2f9-4a9c-b91c-3fa7f8f80f84, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 05331528-28b3-4054-a37d-fe064d2f1de6, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9845737795548819812 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98457377955488198129845737795548819812984573779554881981298457377955488198129845737795548819812984573779554881981298457377955488198129845737795548819812984573779554881981298457377955488198129845737795548819812984573779554881981298457377955488198129845737795548819812984573779554881981298457377955488198129845737795548819812984573779554881981298457377955488198129845737795548819812" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c414d62e-e2f9-4a9c-b91c-3fa7f8f80f84, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15370948849365705857 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1537094884936570585715370948849365705857153709488493657058571537094884936570585715370948849365705857153709488493657058571537094884936570585715370948849365705857153709488493657058571537094884936570585715370948849365705857153709488493657058571537094884936570585715370948849365705857153709488493657058571537094884936570585715370948849365705857153709488493657058571537094884936570585715370948849365705857" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 05331528-28b3-4054-a37d-fe064d2f1de6, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d0d953ff-4b0e-4e83-ad1f-68f1a30cee8a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d0d953ff-4b0e-4e83-ad1f-68f1a30cee8a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4298814249269255178 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42988142492692551784298814249269255178429881424926925517842988142492692551784298814249269255178429881424926925517842988142492692551784298814249269255178429881424926925517842988142492692551784298814249269255178429881424926925517842988142492692551784298814249269255178429881424926925517842988142492692551784298814249269255178429881424926925517842988142492692551784298814249269255178" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c414d62e-e2f9-4a9c-b91c-3fa7f8f80f84, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 431435a4-df15-4aa8-a930-f35150c5653b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 431435a4-df15-4aa8-a930-f35150c5653b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15649757066134562711 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1564975706613456271115649757066134562711156497570661345627111564975706613456271115649757066134562711156497570661345627111564975706613456271115649757066134562711156497570661345627111564975706613456271115649757066134562711156497570661345627111564975706613456271115649757066134562711156497570661345627111564975706613456271115649757066134562711156497570661345627111564975706613456271115649757066134562711" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d0d953ff-4b0e-4e83-ad1f-68f1a30cee8a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8a742d6f-54ea-4ec9-a5bd-9d698359ef67, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8a742d6f-54ea-4ec9-a5bd-9d698359ef67, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17432543950942359294 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1743254395094235929417432543950942359294174325439509423592941743254395094235929417432543950942359294174325439509423592941743254395094235929417432543950942359294174325439509423592941743254395094235929417432543950942359294174325439509423592941743254395094235929417432543950942359294174325439509423592941743254395094235929417432543950942359294174325439509423592941743254395094235929417432543950942359294" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 431435a4-df15-4aa8-a930-f35150c5653b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, eac13250-2744-45b8-acb3-5e9d9772a371, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eac13250-2744-45b8-acb3-5e9d9772a371, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4925711887428720592 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49257118874287205924925711887428720592492571188742872059249257118874287205924925711887428720592492571188742872059249257118874287205924925711887428720592492571188742872059249257118874287205924925711887428720592492571188742872059249257118874287205924925711887428720592492571188742872059249257118874287205924925711887428720592492571188742872059249257118874287205924925711887428720592" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8a742d6f-54ea-4ec9-a5bd-9d698359ef67, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 12267475-bed6-4f82-b590-b6a3f9f10128, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 12267475-bed6-4f82-b590-b6a3f9f10128, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2115554548511046615 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21155545485110466152115554548511046615211555454851104661521155545485110466152115554548511046615211555454851104661521155545485110466152115554548511046615211555454851104661521155545485110466152115554548511046615211555454851104661521155545485110466152115554548511046615211555454851104661521155545485110466152115554548511046615211555454851104661521155545485110466152115554548511046615" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eac13250-2744-45b8-acb3-5e9d9772a371, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0cf50fa9-ce2f-41c6-9d8b-2347683eef9a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0cf50fa9-ce2f-41c6-9d8b-2347683eef9a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10840450398085749946 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1084045039808574994610840450398085749946108404503980857499461084045039808574994610840450398085749946108404503980857499461084045039808574994610840450398085749946108404503980857499461084045039808574994610840450398085749946108404503980857499461084045039808574994610840450398085749946108404503980857499461084045039808574994610840450398085749946108404503980857499461084045039808574994610840450398085749946" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 12267475-bed6-4f82-b590-b6a3f9f10128, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2ac28a8a-e1d2-4f51-b7c8-95e1c4ab929d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2ac28a8a-e1d2-4f51-b7c8-95e1c4ab929d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16409502072842828160 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1640950207284282816016409502072842828160164095020728428281601640950207284282816016409502072842828160164095020728428281601640950207284282816016409502072842828160164095020728428281601640950207284282816016409502072842828160164095020728428281601640950207284282816016409502072842828160164095020728428281601640950207284282816016409502072842828160164095020728428281601640950207284282816016409502072842828160" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0cf50fa9-ce2f-41c6-9d8b-2347683eef9a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 312067fb-f50b-4c4e-90d8-f2c7062a9cfd, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 312067fb-f50b-4c4e-90d8-f2c7062a9cfd, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1500076953659754265 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15000769536597542651500076953659754265150007695365975426515000769536597542651500076953659754265150007695365975426515000769536597542651500076953659754265150007695365975426515000769536597542651500076953659754265150007695365975426515000769536597542651500076953659754265150007695365975426515000769536597542651500076953659754265150007695365975426515000769536597542651500076953659754265" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2ac28a8a-e1d2-4f51-b7c8-95e1c4ab929d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 894fd5fa-6388-4672-b818-1ae98c87055b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 894fd5fa-6388-4672-b818-1ae98c87055b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2049899420171627130 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20498994201716271302049899420171627130204989942017162713020498994201716271302049899420171627130204989942017162713020498994201716271302049899420171627130204989942017162713020498994201716271302049899420171627130204989942017162713020498994201716271302049899420171627130204989942017162713020498994201716271302049899420171627130204989942017162713020498994201716271302049899420171627130" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 312067fb-f50b-4c4e-90d8-f2c7062a9cfd, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c4188c39-7244-4f50-b06d-dd5bc3c8860a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c4188c39-7244-4f50-b06d-dd5bc3c8860a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7555361029991348473 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75553610299913484737555361029991348473755536102999134847375553610299913484737555361029991348473755536102999134847375553610299913484737555361029991348473755536102999134847375553610299913484737555361029991348473755536102999134847375553610299913484737555361029991348473755536102999134847375553610299913484737555361029991348473755536102999134847375553610299913484737555361029991348473" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 894fd5fa-6388-4672-b818-1ae98c87055b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 993af3ca-e641-47dd-a794-19371c1d5556, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 993af3ca-e641-47dd-a794-19371c1d5556, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 252761758711490412 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "252761758711490412252761758711490412252761758711490412252761758711490412252761758711490412252761758711490412252761758711490412252761758711490412252761758711490412252761758711490412252761758711490412252761758711490412252761758711490412252761758711490412252761758711490412252761758711490412252761758711490412252761758711490412252761758711490412252761758711490412" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c4188c39-7244-4f50-b06d-dd5bc3c8860a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 453c788e-dc47-484c-a7eb-abc538c1f164, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 453c788e-dc47-484c-a7eb-abc538c1f164, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7734609361598391033 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77346093615983910337734609361598391033773460936159839103377346093615983910337734609361598391033773460936159839103377346093615983910337734609361598391033773460936159839103377346093615983910337734609361598391033773460936159839103377346093615983910337734609361598391033773460936159839103377346093615983910337734609361598391033773460936159839103377346093615983910337734609361598391033" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 993af3ca-e641-47dd-a794-19371c1d5556, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bf7b75e1-4f38-44eb-ad2d-1c99b8d931a2, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bf7b75e1-4f38-44eb-ad2d-1c99b8d931a2, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1126049947381636143 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11260499473816361431126049947381636143112604994738163614311260499473816361431126049947381636143112604994738163614311260499473816361431126049947381636143112604994738163614311260499473816361431126049947381636143112604994738163614311260499473816361431126049947381636143112604994738163614311260499473816361431126049947381636143112604994738163614311260499473816361431126049947381636143" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 453c788e-dc47-484c-a7eb-abc538c1f164, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6e5fa238-e2b4-4a61-8364-97b6624f0f1e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6e5fa238-e2b4-4a61-8364-97b6624f0f1e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8397159966736054856 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83971599667360548568397159966736054856839715996673605485683971599667360548568397159966736054856839715996673605485683971599667360548568397159966736054856839715996673605485683971599667360548568397159966736054856839715996673605485683971599667360548568397159966736054856839715996673605485683971599667360548568397159966736054856839715996673605485683971599667360548568397159966736054856" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bf7b75e1-4f38-44eb-ad2d-1c99b8d931a2, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 93b33a60-0946-44ba-9c60-c2f8deceea7f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 93b33a60-0946-44ba-9c60-c2f8deceea7f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16571897256967016558 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1657189725696701655816571897256967016558165718972569670165581657189725696701655816571897256967016558165718972569670165581657189725696701655816571897256967016558165718972569670165581657189725696701655816571897256967016558165718972569670165581657189725696701655816571897256967016558165718972569670165581657189725696701655816571897256967016558165718972569670165581657189725696701655816571897256967016558" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6e5fa238-e2b4-4a61-8364-97b6624f0f1e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9a0bb7bc-ac5c-4a50-bfb6-443ab8285f12, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9a0bb7bc-ac5c-4a50-bfb6-443ab8285f12, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5031442754770336913 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50314427547703369135031442754770336913503144275477033691350314427547703369135031442754770336913503144275477033691350314427547703369135031442754770336913503144275477033691350314427547703369135031442754770336913503144275477033691350314427547703369135031442754770336913503144275477033691350314427547703369135031442754770336913503144275477033691350314427547703369135031442754770336913" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 93b33a60-0946-44ba-9c60-c2f8deceea7f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 575a921e-04f0-472f-a6c5-e1c2cf76cb75, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 575a921e-04f0-472f-a6c5-e1c2cf76cb75, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16141135152565798902 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1614113515256579890216141135152565798902161411351525657989021614113515256579890216141135152565798902161411351525657989021614113515256579890216141135152565798902161411351525657989021614113515256579890216141135152565798902161411351525657989021614113515256579890216141135152565798902161411351525657989021614113515256579890216141135152565798902161411351525657989021614113515256579890216141135152565798902" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9a0bb7bc-ac5c-4a50-bfb6-443ab8285f12, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a879f2bc-5458-48a6-a4a3-235eff7f7c59, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a879f2bc-5458-48a6-a4a3-235eff7f7c59, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4515343328560221128 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45153433285602211284515343328560221128451534332856022112845153433285602211284515343328560221128451534332856022112845153433285602211284515343328560221128451534332856022112845153433285602211284515343328560221128451534332856022112845153433285602211284515343328560221128451534332856022112845153433285602211284515343328560221128451534332856022112845153433285602211284515343328560221128" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 575a921e-04f0-472f-a6c5-e1c2cf76cb75, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8ec4599c-fe9d-43f3-b173-6358ffc84369, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8ec4599c-fe9d-43f3-b173-6358ffc84369, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4074533603808566500 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40745336038085665004074533603808566500407453360380856650040745336038085665004074533603808566500407453360380856650040745336038085665004074533603808566500407453360380856650040745336038085665004074533603808566500407453360380856650040745336038085665004074533603808566500407453360380856650040745336038085665004074533603808566500407453360380856650040745336038085665004074533603808566500" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a879f2bc-5458-48a6-a4a3-235eff7f7c59, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 70426a80-61b3-4e6c-897c-dc99589ec32c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 70426a80-61b3-4e6c-897c-dc99589ec32c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12093535735188732486 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1209353573518873248612093535735188732486120935357351887324861209353573518873248612093535735188732486120935357351887324861209353573518873248612093535735188732486120935357351887324861209353573518873248612093535735188732486120935357351887324861209353573518873248612093535735188732486120935357351887324861209353573518873248612093535735188732486120935357351887324861209353573518873248612093535735188732486" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 70426a80-61b3-4e6c-897c-dc99589ec32c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 79eef771-a858-4474-a38b-91cb4548c56e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 79eef771-a858-4474-a38b-91cb4548c56e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 974578759378001195 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "974578759378001195974578759378001195974578759378001195974578759378001195974578759378001195974578759378001195974578759378001195974578759378001195974578759378001195974578759378001195974578759378001195974578759378001195974578759378001195974578759378001195974578759378001195974578759378001195974578759378001195974578759378001195974578759378001195974578759378001195" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8ec4599c-fe9d-43f3-b173-6358ffc84369, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a404b7ce-23ba-4192-8184-4eba3027ffc8, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a404b7ce-23ba-4192-8184-4eba3027ffc8, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12852277659576832303 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1285227765957683230312852277659576832303128522776595768323031285227765957683230312852277659576832303128522776595768323031285227765957683230312852277659576832303128522776595768323031285227765957683230312852277659576832303128522776595768323031285227765957683230312852277659576832303128522776595768323031285227765957683230312852277659576832303128522776595768323031285227765957683230312852277659576832303" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 79eef771-a858-4474-a38b-91cb4548c56e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 93de7ca9-f607-4985-b095-eb33ad96ecc0, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 93de7ca9-f607-4985-b095-eb33ad96ecc0, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8372008321987120018 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83720083219871200188372008321987120018837200832198712001883720083219871200188372008321987120018837200832198712001883720083219871200188372008321987120018837200832198712001883720083219871200188372008321987120018837200832198712001883720083219871200188372008321987120018837200832198712001883720083219871200188372008321987120018837200832198712001883720083219871200188372008321987120018" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a404b7ce-23ba-4192-8184-4eba3027ffc8, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 270147be-1bea-413c-86a3-5c9082352eb1, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 270147be-1bea-413c-86a3-5c9082352eb1, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18339063476806797445 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1833906347680679744518339063476806797445183390634768067974451833906347680679744518339063476806797445183390634768067974451833906347680679744518339063476806797445183390634768067974451833906347680679744518339063476806797445183390634768067974451833906347680679744518339063476806797445183390634768067974451833906347680679744518339063476806797445183390634768067974451833906347680679744518339063476806797445" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 93de7ca9-f607-4985-b095-eb33ad96ecc0, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 13b047a8-602d-4e18-9ddf-d26b151bf8bf, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 13b047a8-602d-4e18-9ddf-d26b151bf8bf, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18289444034618433796 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1828944403461843379618289444034618433796182894440346184337961828944403461843379618289444034618433796182894440346184337961828944403461843379618289444034618433796182894440346184337961828944403461843379618289444034618433796182894440346184337961828944403461843379618289444034618433796182894440346184337961828944403461843379618289444034618433796182894440346184337961828944403461843379618289444034618433796" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 270147be-1bea-413c-86a3-5c9082352eb1, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bd85326e-9a35-480c-9d92-28a43554ff50, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 13b047a8-602d-4e18-9ddf-d26b151bf8bf, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 92f202ef-c29f-41c0-b614-26032bf811fb, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bd85326e-9a35-480c-9d92-28a43554ff50, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5092598651646495003 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50925986516464950035092598651646495003509259865164649500350925986516464950035092598651646495003509259865164649500350925986516464950035092598651646495003509259865164649500350925986516464950035092598651646495003509259865164649500350925986516464950035092598651646495003509259865164649500350925986516464950035092598651646495003509259865164649500350925986516464950035092598651646495003" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 92f202ef-c29f-41c0-b614-26032bf811fb, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12280785017737592935 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1228078501773759293512280785017737592935122807850177375929351228078501773759293512280785017737592935122807850177375929351228078501773759293512280785017737592935122807850177375929351228078501773759293512280785017737592935122807850177375929351228078501773759293512280785017737592935122807850177375929351228078501773759293512280785017737592935122807850177375929351228078501773759293512280785017737592935" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 92f202ef-c29f-41c0-b614-26032bf811fb, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8f769b09-2d3a-4636-ab49-9f6ea076a9e3, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bd85326e-9a35-480c-9d92-28a43554ff50, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8436597c-6c0e-4a67-bd89-d896e032eaf0, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8f769b09-2d3a-4636-ab49-9f6ea076a9e3, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9234756480490957861 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92347564804909578619234756480490957861923475648049095786192347564804909578619234756480490957861923475648049095786192347564804909578619234756480490957861923475648049095786192347564804909578619234756480490957861923475648049095786192347564804909578619234756480490957861923475648049095786192347564804909578619234756480490957861923475648049095786192347564804909578619234756480490957861" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8436597c-6c0e-4a67-bd89-d896e032eaf0, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8782904026618404698 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87829040266184046988782904026618404698878290402661840469887829040266184046988782904026618404698878290402661840469887829040266184046988782904026618404698878290402661840469887829040266184046988782904026618404698878290402661840469887829040266184046988782904026618404698878290402661840469887829040266184046988782904026618404698878290402661840469887829040266184046988782904026618404698" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8f769b09-2d3a-4636-ab49-9f6ea076a9e3, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 52187417-0aa8-43ac-8c98-2842f7d45b28, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 52187417-0aa8-43ac-8c98-2842f7d45b28, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12767646250528836667 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1276764625052883666712767646250528836667127676462505288366671276764625052883666712767646250528836667127676462505288366671276764625052883666712767646250528836667127676462505288366671276764625052883666712767646250528836667127676462505288366671276764625052883666712767646250528836667127676462505288366671276764625052883666712767646250528836667127676462505288366671276764625052883666712767646250528836667" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8436597c-6c0e-4a67-bd89-d896e032eaf0, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ca81ac80-93da-43c6-895e-3f1da8a2d631, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ca81ac80-93da-43c6-895e-3f1da8a2d631, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15384397528785634259 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1538439752878563425915384397528785634259153843975287856342591538439752878563425915384397528785634259153843975287856342591538439752878563425915384397528785634259153843975287856342591538439752878563425915384397528785634259153843975287856342591538439752878563425915384397528785634259153843975287856342591538439752878563425915384397528785634259153843975287856342591538439752878563425915384397528785634259" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 52187417-0aa8-43ac-8c98-2842f7d45b28, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3a3e7c70-c98a-45f2-a128-9ba2b5e0467e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ca81ac80-93da-43c6-895e-3f1da8a2d631, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3a3e7c70-c98a-45f2-a128-9ba2b5e0467e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7164371363269921948 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71643713632699219487164371363269921948716437136326992194871643713632699219487164371363269921948716437136326992194871643713632699219487164371363269921948716437136326992194871643713632699219487164371363269921948716437136326992194871643713632699219487164371363269921948716437136326992194871643713632699219487164371363269921948716437136326992194871643713632699219487164371363269921948" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 80380bca-b78c-4d64-99cf-859c7a16b2ab, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 80380bca-b78c-4d64-99cf-859c7a16b2ab, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10522040921914183867 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1052204092191418386710522040921914183867105220409219141838671052204092191418386710522040921914183867105220409219141838671052204092191418386710522040921914183867105220409219141838671052204092191418386710522040921914183867105220409219141838671052204092191418386710522040921914183867105220409219141838671052204092191418386710522040921914183867105220409219141838671052204092191418386710522040921914183867" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3a3e7c70-c98a-45f2-a128-9ba2b5e0467e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 60893f7a-7560-48cf-a19f-59d0a2e75803, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 60893f7a-7560-48cf-a19f-59d0a2e75803, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 20065320134390107 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "2006532013439010720065320134390107200653201343901072006532013439010720065320134390107200653201343901072006532013439010720065320134390107200653201343901072006532013439010720065320134390107200653201343901072006532013439010720065320134390107200653201343901072006532013439010720065320134390107200653201343901072006532013439010720065320134390107" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 80380bca-b78c-4d64-99cf-859c7a16b2ab, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3b36d089-7eed-403e-bd7d-0f5e73d8e291, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3b36d089-7eed-403e-bd7d-0f5e73d8e291, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4093139140572132016 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40931391405721320164093139140572132016409313914057213201640931391405721320164093139140572132016409313914057213201640931391405721320164093139140572132016409313914057213201640931391405721320164093139140572132016409313914057213201640931391405721320164093139140572132016409313914057213201640931391405721320164093139140572132016409313914057213201640931391405721320164093139140572132016" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 60893f7a-7560-48cf-a19f-59d0a2e75803, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0536e94e-e04c-4c7e-ba76-bdffc4996b90, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0536e94e-e04c-4c7e-ba76-bdffc4996b90, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5703169322381947019 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57031693223819470195703169322381947019570316932238194701957031693223819470195703169322381947019570316932238194701957031693223819470195703169322381947019570316932238194701957031693223819470195703169322381947019570316932238194701957031693223819470195703169322381947019570316932238194701957031693223819470195703169322381947019570316932238194701957031693223819470195703169322381947019" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3b36d089-7eed-403e-bd7d-0f5e73d8e291, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a5a7f9af-ced5-4f95-932d-dce13e67ea2a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a5a7f9af-ced5-4f95-932d-dce13e67ea2a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7062909427963653021 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70629094279636530217062909427963653021706290942796365302170629094279636530217062909427963653021706290942796365302170629094279636530217062909427963653021706290942796365302170629094279636530217062909427963653021706290942796365302170629094279636530217062909427963653021706290942796365302170629094279636530217062909427963653021706290942796365302170629094279636530217062909427963653021" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0536e94e-e04c-4c7e-ba76-bdffc4996b90, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2f4c9551-751e-46eb-b5fa-3fe262ed636f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2f4c9551-751e-46eb-b5fa-3fe262ed636f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1877066645647258487 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18770666456472584871877066645647258487187706664564725848718770666456472584871877066645647258487187706664564725848718770666456472584871877066645647258487187706664564725848718770666456472584871877066645647258487187706664564725848718770666456472584871877066645647258487187706664564725848718770666456472584871877066645647258487187706664564725848718770666456472584871877066645647258487" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a5a7f9af-ced5-4f95-932d-dce13e67ea2a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1770297a-0545-4db3-b95f-6143fe470ed1, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1770297a-0545-4db3-b95f-6143fe470ed1, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9146869530575847632 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91468695305758476329146869530575847632914686953057584763291468695305758476329146869530575847632914686953057584763291468695305758476329146869530575847632914686953057584763291468695305758476329146869530575847632914686953057584763291468695305758476329146869530575847632914686953057584763291468695305758476329146869530575847632914686953057584763291468695305758476329146869530575847632" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2f4c9551-751e-46eb-b5fa-3fe262ed636f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a6be297e-c70c-4346-b27d-930f44cd9b05, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a6be297e-c70c-4346-b27d-930f44cd9b05, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 687674686640597487 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "687674686640597487687674686640597487687674686640597487687674686640597487687674686640597487687674686640597487687674686640597487687674686640597487687674686640597487687674686640597487687674686640597487687674686640597487687674686640597487687674686640597487687674686640597487687674686640597487687674686640597487687674686640597487687674686640597487687674686640597487" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1770297a-0545-4db3-b95f-6143fe470ed1, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 910343bb-ee2e-4bfc-8fcc-2a17b96e38df, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 910343bb-ee2e-4bfc-8fcc-2a17b96e38df, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4641159671454605048 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46411596714546050484641159671454605048464115967145460504846411596714546050484641159671454605048464115967145460504846411596714546050484641159671454605048464115967145460504846411596714546050484641159671454605048464115967145460504846411596714546050484641159671454605048464115967145460504846411596714546050484641159671454605048464115967145460504846411596714546050484641159671454605048" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a6be297e-c70c-4346-b27d-930f44cd9b05, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 60612186-a6c3-4f79-8521-191dc9bcd73a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 60612186-a6c3-4f79-8521-191dc9bcd73a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13679979065796406437 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1367997906579640643713679979065796406437136799790657964064371367997906579640643713679979065796406437136799790657964064371367997906579640643713679979065796406437136799790657964064371367997906579640643713679979065796406437136799790657964064371367997906579640643713679979065796406437136799790657964064371367997906579640643713679979065796406437136799790657964064371367997906579640643713679979065796406437" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 910343bb-ee2e-4bfc-8fcc-2a17b96e38df, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 48cdcb53-6749-40c8-9680-0de2db6d717f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 48cdcb53-6749-40c8-9680-0de2db6d717f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9612231168449154652 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96122311684491546529612231168449154652961223116844915465296122311684491546529612231168449154652961223116844915465296122311684491546529612231168449154652961223116844915465296122311684491546529612231168449154652961223116844915465296122311684491546529612231168449154652961223116844915465296122311684491546529612231168449154652961223116844915465296122311684491546529612231168449154652" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 60612186-a6c3-4f79-8521-191dc9bcd73a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3cf0f2b4-e9b2-4afe-bb32-ed6b6e8b8fb9, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3cf0f2b4-e9b2-4afe-bb32-ed6b6e8b8fb9, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4332736499380680102 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43327364993806801024332736499380680102433273649938068010243327364993806801024332736499380680102433273649938068010243327364993806801024332736499380680102433273649938068010243327364993806801024332736499380680102433273649938068010243327364993806801024332736499380680102433273649938068010243327364993806801024332736499380680102433273649938068010243327364993806801024332736499380680102" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 48cdcb53-6749-40c8-9680-0de2db6d717f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6a6a7fcf-371b-4892-8164-c542f5e32f4f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6a6a7fcf-371b-4892-8164-c542f5e32f4f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8667178602493099104 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86671786024930991048667178602493099104866717860249309910486671786024930991048667178602493099104866717860249309910486671786024930991048667178602493099104866717860249309910486671786024930991048667178602493099104866717860249309910486671786024930991048667178602493099104866717860249309910486671786024930991048667178602493099104866717860249309910486671786024930991048667178602493099104" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3cf0f2b4-e9b2-4afe-bb32-ed6b6e8b8fb9, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 10b55717-6d7b-403c-a819-cdf900c4b3f6, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 10b55717-6d7b-403c-a819-cdf900c4b3f6, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6819652166483946806 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68196521664839468066819652166483946806681965216648394680668196521664839468066819652166483946806681965216648394680668196521664839468066819652166483946806681965216648394680668196521664839468066819652166483946806681965216648394680668196521664839468066819652166483946806681965216648394680668196521664839468066819652166483946806681965216648394680668196521664839468066819652166483946806" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6a6a7fcf-371b-4892-8164-c542f5e32f4f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ae6e8645-a4d6-4ed6-9e05-07b428856a16, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ae6e8645-a4d6-4ed6-9e05-07b428856a16, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14807423428030719371 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1480742342803071937114807423428030719371148074234280307193711480742342803071937114807423428030719371148074234280307193711480742342803071937114807423428030719371148074234280307193711480742342803071937114807423428030719371148074234280307193711480742342803071937114807423428030719371148074234280307193711480742342803071937114807423428030719371148074234280307193711480742342803071937114807423428030719371" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 10b55717-6d7b-403c-a819-cdf900c4b3f6, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a35b8221-78ef-4de7-a051-250ad7d5ed1a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a35b8221-78ef-4de7-a051-250ad7d5ed1a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1645694305546896658 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16456943055468966581645694305546896658164569430554689665816456943055468966581645694305546896658164569430554689665816456943055468966581645694305546896658164569430554689665816456943055468966581645694305546896658164569430554689665816456943055468966581645694305546896658164569430554689665816456943055468966581645694305546896658164569430554689665816456943055468966581645694305546896658" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ae6e8645-a4d6-4ed6-9e05-07b428856a16, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c8bf6778-e5d2-4fa5-8b38-7f91dfb6f851, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c8bf6778-e5d2-4fa5-8b38-7f91dfb6f851, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16614609192618856391 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1661460919261885639116614609192618856391166146091926188563911661460919261885639116614609192618856391166146091926188563911661460919261885639116614609192618856391166146091926188563911661460919261885639116614609192618856391166146091926188563911661460919261885639116614609192618856391166146091926188563911661460919261885639116614609192618856391166146091926188563911661460919261885639116614609192618856391" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a35b8221-78ef-4de7-a051-250ad7d5ed1a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a5349a02-7076-48bd-b681-a93eec13681f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a5349a02-7076-48bd-b681-a93eec13681f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 683081690916237447 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "683081690916237447683081690916237447683081690916237447683081690916237447683081690916237447683081690916237447683081690916237447683081690916237447683081690916237447683081690916237447683081690916237447683081690916237447683081690916237447683081690916237447683081690916237447683081690916237447683081690916237447683081690916237447683081690916237447683081690916237447" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c8bf6778-e5d2-4fa5-8b38-7f91dfb6f851, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7cc1c820-372b-4296-8620-18985a085775, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7cc1c820-372b-4296-8620-18985a085775, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6571142421434555524 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65711424214345555246571142421434555524657114242143455552465711424214345555246571142421434555524657114242143455552465711424214345555246571142421434555524657114242143455552465711424214345555246571142421434555524657114242143455552465711424214345555246571142421434555524657114242143455552465711424214345555246571142421434555524657114242143455552465711424214345555246571142421434555524" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a5349a02-7076-48bd-b681-a93eec13681f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6f76d710-997f-44da-a4ca-20189e38f9a0, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6f76d710-997f-44da-a4ca-20189e38f9a0, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4537962911450230778 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45379629114502307784537962911450230778453796291145023077845379629114502307784537962911450230778453796291145023077845379629114502307784537962911450230778453796291145023077845379629114502307784537962911450230778453796291145023077845379629114502307784537962911450230778453796291145023077845379629114502307784537962911450230778453796291145023077845379629114502307784537962911450230778" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7cc1c820-372b-4296-8620-18985a085775, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, da8a8bc2-07a8-4d23-90aa-8e44e573f799, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, da8a8bc2-07a8-4d23-90aa-8e44e573f799, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6188328205141143541 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61883282051411435416188328205141143541618832820514114354161883282051411435416188328205141143541618832820514114354161883282051411435416188328205141143541618832820514114354161883282051411435416188328205141143541618832820514114354161883282051411435416188328205141143541618832820514114354161883282051411435416188328205141143541618832820514114354161883282051411435416188328205141143541" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6f76d710-997f-44da-a4ca-20189e38f9a0, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 973a51e5-e11b-4867-b18d-c375c2d35075, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 973a51e5-e11b-4867-b18d-c375c2d35075, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4894063631705899445 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48940636317058994454894063631705899445489406363170589944548940636317058994454894063631705899445489406363170589944548940636317058994454894063631705899445489406363170589944548940636317058994454894063631705899445489406363170589944548940636317058994454894063631705899445489406363170589944548940636317058994454894063631705899445489406363170589944548940636317058994454894063631705899445" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, da8a8bc2-07a8-4d23-90aa-8e44e573f799, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5264fc5d-05b2-4533-bd96-6d4b96d43c6d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5264fc5d-05b2-4533-bd96-6d4b96d43c6d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5273706504097433414 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52737065040974334145273706504097433414527370650409743341452737065040974334145273706504097433414527370650409743341452737065040974334145273706504097433414527370650409743341452737065040974334145273706504097433414527370650409743341452737065040974334145273706504097433414527370650409743341452737065040974334145273706504097433414527370650409743341452737065040974334145273706504097433414" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 973a51e5-e11b-4867-b18d-c375c2d35075, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f4cbc500-d3ed-44e4-8b03-04e0fc94f98c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f4cbc500-d3ed-44e4-8b03-04e0fc94f98c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5869450192671045049 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58694501926710450495869450192671045049586945019267104504958694501926710450495869450192671045049586945019267104504958694501926710450495869450192671045049586945019267104504958694501926710450495869450192671045049586945019267104504958694501926710450495869450192671045049586945019267104504958694501926710450495869450192671045049586945019267104504958694501926710450495869450192671045049" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5264fc5d-05b2-4533-bd96-6d4b96d43c6d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fa3b4df0-636b-49f9-b67f-8e1db97ec8a9, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fa3b4df0-636b-49f9-b67f-8e1db97ec8a9, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12953472603582310736 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1295347260358231073612953472603582310736129534726035823107361295347260358231073612953472603582310736129534726035823107361295347260358231073612953472603582310736129534726035823107361295347260358231073612953472603582310736129534726035823107361295347260358231073612953472603582310736129534726035823107361295347260358231073612953472603582310736129534726035823107361295347260358231073612953472603582310736" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f4cbc500-d3ed-44e4-8b03-04e0fc94f98c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f7869e92-75dd-471f-9fd7-aaeec66c5f2d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f7869e92-75dd-471f-9fd7-aaeec66c5f2d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9903065468947967773 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99030654689479677739903065468947967773990306546894796777399030654689479677739903065468947967773990306546894796777399030654689479677739903065468947967773990306546894796777399030654689479677739903065468947967773990306546894796777399030654689479677739903065468947967773990306546894796777399030654689479677739903065468947967773990306546894796777399030654689479677739903065468947967773" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fa3b4df0-636b-49f9-b67f-8e1db97ec8a9, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d16688fd-fe6c-4d23-b484-ad63da1ef31e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d16688fd-fe6c-4d23-b484-ad63da1ef31e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8083222164751857647 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80832221647518576478083222164751857647808322216475185764780832221647518576478083222164751857647808322216475185764780832221647518576478083222164751857647808322216475185764780832221647518576478083222164751857647808322216475185764780832221647518576478083222164751857647808322216475185764780832221647518576478083222164751857647808322216475185764780832221647518576478083222164751857647" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f7869e92-75dd-471f-9fd7-aaeec66c5f2d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 28f08d2f-166a-48b9-9137-a7408306a774, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 28f08d2f-166a-48b9-9137-a7408306a774, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5042335879217799319 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50423358792177993195042335879217799319504233587921779931950423358792177993195042335879217799319504233587921779931950423358792177993195042335879217799319504233587921779931950423358792177993195042335879217799319504233587921779931950423358792177993195042335879217799319504233587921779931950423358792177993195042335879217799319504233587921779931950423358792177993195042335879217799319" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d16688fd-fe6c-4d23-b484-ad63da1ef31e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1a99abf3-b266-43ee-a505-29bb78f9b6fd, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1a99abf3-b266-43ee-a505-29bb78f9b6fd, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13523628727569271200 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1352362872756927120013523628727569271200135236287275692712001352362872756927120013523628727569271200135236287275692712001352362872756927120013523628727569271200135236287275692712001352362872756927120013523628727569271200135236287275692712001352362872756927120013523628727569271200135236287275692712001352362872756927120013523628727569271200135236287275692712001352362872756927120013523628727569271200" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 28f08d2f-166a-48b9-9137-a7408306a774, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 699eda7e-6b60-47ad-86fa-c335c56d578d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 699eda7e-6b60-47ad-86fa-c335c56d578d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11155061790001819155 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1115506179000181915511155061790001819155111550617900018191551115506179000181915511155061790001819155111550617900018191551115506179000181915511155061790001819155111550617900018191551115506179000181915511155061790001819155111550617900018191551115506179000181915511155061790001819155111550617900018191551115506179000181915511155061790001819155111550617900018191551115506179000181915511155061790001819155" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1a99abf3-b266-43ee-a505-29bb78f9b6fd, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a37ddf7a-1147-4c0d-9ecd-dce0eae882bd, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a37ddf7a-1147-4c0d-9ecd-dce0eae882bd, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16514416085974688 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1651441608597468816514416085974688165144160859746881651441608597468816514416085974688165144160859746881651441608597468816514416085974688165144160859746881651441608597468816514416085974688165144160859746881651441608597468816514416085974688165144160859746881651441608597468816514416085974688165144160859746881651441608597468816514416085974688" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 699eda7e-6b60-47ad-86fa-c335c56d578d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2e7879d0-0f19-4e37-a9c6-f3e466b25e10, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2e7879d0-0f19-4e37-a9c6-f3e466b25e10, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5964480900433594572 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59644809004335945725964480900433594572596448090043359457259644809004335945725964480900433594572596448090043359457259644809004335945725964480900433594572596448090043359457259644809004335945725964480900433594572596448090043359457259644809004335945725964480900433594572596448090043359457259644809004335945725964480900433594572596448090043359457259644809004335945725964480900433594572" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a37ddf7a-1147-4c0d-9ecd-dce0eae882bd, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5ec0e859-30a0-465e-b864-ba9e5c6d5584, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2e7879d0-0f19-4e37-a9c6-f3e466b25e10, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5ec0e859-30a0-465e-b864-ba9e5c6d5584, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15006908161994908157 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1500690816199490815715006908161994908157150069081619949081571500690816199490815715006908161994908157150069081619949081571500690816199490815715006908161994908157150069081619949081571500690816199490815715006908161994908157150069081619949081571500690816199490815715006908161994908157150069081619949081571500690816199490815715006908161994908157150069081619949081571500690816199490815715006908161994908157" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4ef70c96-28e7-4549-9b88-a06bc68e7daa, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4ef70c96-28e7-4549-9b88-a06bc68e7daa, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14759573404303887180 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1475957340430388718014759573404303887180147595734043038871801475957340430388718014759573404303887180147595734043038871801475957340430388718014759573404303887180147595734043038871801475957340430388718014759573404303887180147595734043038871801475957340430388718014759573404303887180147595734043038871801475957340430388718014759573404303887180147595734043038871801475957340430388718014759573404303887180" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5ec0e859-30a0-465e-b864-ba9e5c6d5584, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f5abd1cc-3a9c-45ad-9a27-f6fb7781ade4, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f5abd1cc-3a9c-45ad-9a27-f6fb7781ade4, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13321543021539008256 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1332154302153900825613321543021539008256133215430215390082561332154302153900825613321543021539008256133215430215390082561332154302153900825613321543021539008256133215430215390082561332154302153900825613321543021539008256133215430215390082561332154302153900825613321543021539008256133215430215390082561332154302153900825613321543021539008256133215430215390082561332154302153900825613321543021539008256" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4ef70c96-28e7-4549-9b88-a06bc68e7daa, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2d9e7167-0400-4d4f-b3d2-46c6de97b8d0, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2d9e7167-0400-4d4f-b3d2-46c6de97b8d0, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14465810867698866390 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1446581086769886639014465810867698866390144658108676988663901446581086769886639014465810867698866390144658108676988663901446581086769886639014465810867698866390144658108676988663901446581086769886639014465810867698866390144658108676988663901446581086769886639014465810867698866390144658108676988663901446581086769886639014465810867698866390144658108676988663901446581086769886639014465810867698866390" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f5abd1cc-3a9c-45ad-9a27-f6fb7781ade4, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d320e81d-56f9-41ec-8d43-d433a6fb3d2b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d320e81d-56f9-41ec-8d43-d433a6fb3d2b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14169083203859509670 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1416908320385950967014169083203859509670141690832038595096701416908320385950967014169083203859509670141690832038595096701416908320385950967014169083203859509670141690832038595096701416908320385950967014169083203859509670141690832038595096701416908320385950967014169083203859509670141690832038595096701416908320385950967014169083203859509670141690832038595096701416908320385950967014169083203859509670" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2d9e7167-0400-4d4f-b3d2-46c6de97b8d0, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9ee70eb6-9adf-4386-95be-d8fdc6a113e3, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9ee70eb6-9adf-4386-95be-d8fdc6a113e3, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6712322890039965754 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67123228900399657546712322890039965754671232289003996575467123228900399657546712322890039965754671232289003996575467123228900399657546712322890039965754671232289003996575467123228900399657546712322890039965754671232289003996575467123228900399657546712322890039965754671232289003996575467123228900399657546712322890039965754671232289003996575467123228900399657546712322890039965754" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d320e81d-56f9-41ec-8d43-d433a6fb3d2b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c14db8a7-5a06-4584-b9a6-5c5ffb18daab, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c14db8a7-5a06-4584-b9a6-5c5ffb18daab, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4447634156634281141 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44476341566342811414447634156634281141444763415663428114144476341566342811414447634156634281141444763415663428114144476341566342811414447634156634281141444763415663428114144476341566342811414447634156634281141444763415663428114144476341566342811414447634156634281141444763415663428114144476341566342811414447634156634281141444763415663428114144476341566342811414447634156634281141" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9ee70eb6-9adf-4386-95be-d8fdc6a113e3, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cd807348-e322-4e8f-b10f-9c0c471e447d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c14db8a7-5a06-4584-b9a6-5c5ffb18daab, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cd807348-e322-4e8f-b10f-9c0c471e447d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12803170605328137262 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1280317060532813726212803170605328137262128031706053281372621280317060532813726212803170605328137262128031706053281372621280317060532813726212803170605328137262128031706053281372621280317060532813726212803170605328137262128031706053281372621280317060532813726212803170605328137262128031706053281372621280317060532813726212803170605328137262128031706053281372621280317060532813726212803170605328137262" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d6a8eeb3-1855-448f-bd0f-d3b2b8ebb918, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d6a8eeb3-1855-448f-bd0f-d3b2b8ebb918, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10638427453159325604 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1063842745315932560410638427453159325604106384274531593256041063842745315932560410638427453159325604106384274531593256041063842745315932560410638427453159325604106384274531593256041063842745315932560410638427453159325604106384274531593256041063842745315932560410638427453159325604106384274531593256041063842745315932560410638427453159325604106384274531593256041063842745315932560410638427453159325604" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cd807348-e322-4e8f-b10f-9c0c471e447d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5bdb8eec-6f2b-47cb-84b0-73810cff922b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5bdb8eec-6f2b-47cb-84b0-73810cff922b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12952025828725083495 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1295202582872508349512952025828725083495129520258287250834951295202582872508349512952025828725083495129520258287250834951295202582872508349512952025828725083495129520258287250834951295202582872508349512952025828725083495129520258287250834951295202582872508349512952025828725083495129520258287250834951295202582872508349512952025828725083495129520258287250834951295202582872508349512952025828725083495" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d6a8eeb3-1855-448f-bd0f-d3b2b8ebb918, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3b2ec91c-3d46-4dac-a6bd-cbe389d8f734, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3b2ec91c-3d46-4dac-a6bd-cbe389d8f734, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15501473854460650949 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1550147385446065094915501473854460650949155014738544606509491550147385446065094915501473854460650949155014738544606509491550147385446065094915501473854460650949155014738544606509491550147385446065094915501473854460650949155014738544606509491550147385446065094915501473854460650949155014738544606509491550147385446065094915501473854460650949155014738544606509491550147385446065094915501473854460650949" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5bdb8eec-6f2b-47cb-84b0-73810cff922b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3b2ec91c-3d46-4dac-a6bd-cbe389d8f734, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, db511152-907f-407e-94e3-e2df2f30c9a9, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 11e762d5-8ff5-4df8-bb84-13072de39005, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, db511152-907f-407e-94e3-e2df2f30c9a9, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3469249509791144268 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34692495097911442683469249509791144268346924950979114426834692495097911442683469249509791144268346924950979114426834692495097911442683469249509791144268346924950979114426834692495097911442683469249509791144268346924950979114426834692495097911442683469249509791144268346924950979114426834692495097911442683469249509791144268346924950979114426834692495097911442683469249509791144268" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 11e762d5-8ff5-4df8-bb84-13072de39005, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3974000419188156547 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39740004191881565473974000419188156547397400041918815654739740004191881565473974000419188156547397400041918815654739740004191881565473974000419188156547397400041918815654739740004191881565473974000419188156547397400041918815654739740004191881565473974000419188156547397400041918815654739740004191881565473974000419188156547397400041918815654739740004191881565473974000419188156547" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, db511152-907f-407e-94e3-e2df2f30c9a9, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9aaa292b-6086-4cb9-bd15-2440f7fcb0d5, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9aaa292b-6086-4cb9-bd15-2440f7fcb0d5, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5896821295982203608 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58968212959822036085896821295982203608589682129598220360858968212959822036085896821295982203608589682129598220360858968212959822036085896821295982203608589682129598220360858968212959822036085896821295982203608589682129598220360858968212959822036085896821295982203608589682129598220360858968212959822036085896821295982203608589682129598220360858968212959822036085896821295982203608" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 11e762d5-8ff5-4df8-bb84-13072de39005, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4fc572a8-0bae-4b2d-b7cc-141b508fd629, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4fc572a8-0bae-4b2d-b7cc-141b508fd629, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12758680826567783349 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1275868082656778334912758680826567783349127586808265677833491275868082656778334912758680826567783349127586808265677833491275868082656778334912758680826567783349127586808265677833491275868082656778334912758680826567783349127586808265677833491275868082656778334912758680826567783349127586808265677833491275868082656778334912758680826567783349127586808265677833491275868082656778334912758680826567783349" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9aaa292b-6086-4cb9-bd15-2440f7fcb0d5, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f5c85a8a-e8ef-421b-bab2-a2abeb0ec54a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f5c85a8a-e8ef-421b-bab2-a2abeb0ec54a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3310976714647466807 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33109767146474668073310976714647466807331097671464746680733109767146474668073310976714647466807331097671464746680733109767146474668073310976714647466807331097671464746680733109767146474668073310976714647466807331097671464746680733109767146474668073310976714647466807331097671464746680733109767146474668073310976714647466807331097671464746680733109767146474668073310976714647466807" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4fc572a8-0bae-4b2d-b7cc-141b508fd629, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f549ec18-bb99-44b4-91a5-63d60a578029, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f549ec18-bb99-44b4-91a5-63d60a578029, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6626710837355229218 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66267108373552292186626710837355229218662671083735522921866267108373552292186626710837355229218662671083735522921866267108373552292186626710837355229218662671083735522921866267108373552292186626710837355229218662671083735522921866267108373552292186626710837355229218662671083735522921866267108373552292186626710837355229218662671083735522921866267108373552292186626710837355229218" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f5c85a8a-e8ef-421b-bab2-a2abeb0ec54a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9366caf0-02a8-4721-a190-19d77ed7d5f0, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9366caf0-02a8-4721-a190-19d77ed7d5f0, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15684033667679539876 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1568403366767953987615684033667679539876156840336676795398761568403366767953987615684033667679539876156840336676795398761568403366767953987615684033667679539876156840336676795398761568403366767953987615684033667679539876156840336676795398761568403366767953987615684033667679539876156840336676795398761568403366767953987615684033667679539876156840336676795398761568403366767953987615684033667679539876" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f549ec18-bb99-44b4-91a5-63d60a578029, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a2423cec-e1c9-43a1-90a2-35e102b7af7f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a2423cec-e1c9-43a1-90a2-35e102b7af7f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7011857175462173220 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70118571754621732207011857175462173220701185717546217322070118571754621732207011857175462173220701185717546217322070118571754621732207011857175462173220701185717546217322070118571754621732207011857175462173220701185717546217322070118571754621732207011857175462173220701185717546217322070118571754621732207011857175462173220701185717546217322070118571754621732207011857175462173220" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9366caf0-02a8-4721-a190-19d77ed7d5f0, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 177eba24-2935-4a5a-bc08-537263e32594, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 177eba24-2935-4a5a-bc08-537263e32594, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18119471879763678939 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1811947187976367893918119471879763678939181194718797636789391811947187976367893918119471879763678939181194718797636789391811947187976367893918119471879763678939181194718797636789391811947187976367893918119471879763678939181194718797636789391811947187976367893918119471879763678939181194718797636789391811947187976367893918119471879763678939181194718797636789391811947187976367893918119471879763678939" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a2423cec-e1c9-43a1-90a2-35e102b7af7f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6ab66271-2b64-49d9-8f2d-95ce1256c543, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6ab66271-2b64-49d9-8f2d-95ce1256c543, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1959022684974085518 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19590226849740855181959022684974085518195902268497408551819590226849740855181959022684974085518195902268497408551819590226849740855181959022684974085518195902268497408551819590226849740855181959022684974085518195902268497408551819590226849740855181959022684974085518195902268497408551819590226849740855181959022684974085518195902268497408551819590226849740855181959022684974085518" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 177eba24-2935-4a5a-bc08-537263e32594, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 52538132-b953-41a2-8e01-a165e3700cac, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 52538132-b953-41a2-8e01-a165e3700cac, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7426461071708649058 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74264610717086490587426461071708649058742646107170864905874264610717086490587426461071708649058742646107170864905874264610717086490587426461071708649058742646107170864905874264610717086490587426461071708649058742646107170864905874264610717086490587426461071708649058742646107170864905874264610717086490587426461071708649058742646107170864905874264610717086490587426461071708649058" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6ab66271-2b64-49d9-8f2d-95ce1256c543, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d2ecfac5-1cfe-4ac1-a80f-1523e698db8c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d2ecfac5-1cfe-4ac1-a80f-1523e698db8c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12664793223588645154 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1266479322358864515412664793223588645154126647932235886451541266479322358864515412664793223588645154126647932235886451541266479322358864515412664793223588645154126647932235886451541266479322358864515412664793223588645154126647932235886451541266479322358864515412664793223588645154126647932235886451541266479322358864515412664793223588645154126647932235886451541266479322358864515412664793223588645154" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 52538132-b953-41a2-8e01-a165e3700cac, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 333392a3-e23d-4e52-a183-f2e644c7f9fb, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 333392a3-e23d-4e52-a183-f2e644c7f9fb, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1276601560833700456 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12766015608337004561276601560833700456127660156083370045612766015608337004561276601560833700456127660156083370045612766015608337004561276601560833700456127660156083370045612766015608337004561276601560833700456127660156083370045612766015608337004561276601560833700456127660156083370045612766015608337004561276601560833700456127660156083370045612766015608337004561276601560833700456" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d2ecfac5-1cfe-4ac1-a80f-1523e698db8c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 08d94d86-85e4-4ede-ac80-d19f9612c9fb, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 08d94d86-85e4-4ede-ac80-d19f9612c9fb, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8097907576236700164 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80979075762367001648097907576236700164809790757623670016480979075762367001648097907576236700164809790757623670016480979075762367001648097907576236700164809790757623670016480979075762367001648097907576236700164809790757623670016480979075762367001648097907576236700164809790757623670016480979075762367001648097907576236700164809790757623670016480979075762367001648097907576236700164" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 333392a3-e23d-4e52-a183-f2e644c7f9fb, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e4b70ea5-40da-4a2c-86ae-2d700dcf9945, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e4b70ea5-40da-4a2c-86ae-2d700dcf9945, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16283679525380371142 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1628367952538037114216283679525380371142162836795253803711421628367952538037114216283679525380371142162836795253803711421628367952538037114216283679525380371142162836795253803711421628367952538037114216283679525380371142162836795253803711421628367952538037114216283679525380371142162836795253803711421628367952538037114216283679525380371142162836795253803711421628367952538037114216283679525380371142" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 08d94d86-85e4-4ede-ac80-d19f9612c9fb, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 81fb586e-addd-4b77-a8ba-6f6b68138d7f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 81fb586e-addd-4b77-a8ba-6f6b68138d7f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11262485726172534165 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1126248572617253416511262485726172534165112624857261725341651126248572617253416511262485726172534165112624857261725341651126248572617253416511262485726172534165112624857261725341651126248572617253416511262485726172534165112624857261725341651126248572617253416511262485726172534165112624857261725341651126248572617253416511262485726172534165112624857261725341651126248572617253416511262485726172534165" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e4b70ea5-40da-4a2c-86ae-2d700dcf9945, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f46d5448-c894-46fc-9568-a956b26decde, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f46d5448-c894-46fc-9568-a956b26decde, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12505725811215756769 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1250572581121575676912505725811215756769125057258112157567691250572581121575676912505725811215756769125057258112157567691250572581121575676912505725811215756769125057258112157567691250572581121575676912505725811215756769125057258112157567691250572581121575676912505725811215756769125057258112157567691250572581121575676912505725811215756769125057258112157567691250572581121575676912505725811215756769" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 81fb586e-addd-4b77-a8ba-6f6b68138d7f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f9008f3e-c651-49ff-90e0-1766d9a009ea, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f9008f3e-c651-49ff-90e0-1766d9a009ea, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6721678598551002373 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67216785985510023736721678598551002373672167859855100237367216785985510023736721678598551002373672167859855100237367216785985510023736721678598551002373672167859855100237367216785985510023736721678598551002373672167859855100237367216785985510023736721678598551002373672167859855100237367216785985510023736721678598551002373672167859855100237367216785985510023736721678598551002373" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f46d5448-c894-46fc-9568-a956b26decde, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d8e50197-0b4d-4a5f-9d97-8b91d2143b33, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d8e50197-0b4d-4a5f-9d97-8b91d2143b33, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3973943363316990542 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39739433633169905423973943363316990542397394336331699054239739433633169905423973943363316990542397394336331699054239739433633169905423973943363316990542397394336331699054239739433633169905423973943363316990542397394336331699054239739433633169905423973943363316990542397394336331699054239739433633169905423973943363316990542397394336331699054239739433633169905423973943363316990542" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d8e50197-0b4d-4a5f-9d97-8b91d2143b33, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6a3d1048-e8ed-4336-bac1-75024617fb82, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6a3d1048-e8ed-4336-bac1-75024617fb82, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3537776128291409001 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35377761282914090013537776128291409001353777612829140900135377761282914090013537776128291409001353777612829140900135377761282914090013537776128291409001353777612829140900135377761282914090013537776128291409001353777612829140900135377761282914090013537776128291409001353777612829140900135377761282914090013537776128291409001353777612829140900135377761282914090013537776128291409001" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6a3d1048-e8ed-4336-bac1-75024617fb82, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 89f84ad7-03d2-4877-9a56-dcebeb563f93, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 89f84ad7-03d2-4877-9a56-dcebeb563f93, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4606360084908273447 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46063600849082734474606360084908273447460636008490827344746063600849082734474606360084908273447460636008490827344746063600849082734474606360084908273447460636008490827344746063600849082734474606360084908273447460636008490827344746063600849082734474606360084908273447460636008490827344746063600849082734474606360084908273447460636008490827344746063600849082734474606360084908273447" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f9008f3e-c651-49ff-90e0-1766d9a009ea, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 45c1ff3b-7174-438c-96f4-26c4b000163b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 45c1ff3b-7174-438c-96f4-26c4b000163b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5275747245018802282 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52757472450188022825275747245018802282527574724501880228252757472450188022825275747245018802282527574724501880228252757472450188022825275747245018802282527574724501880228252757472450188022825275747245018802282527574724501880228252757472450188022825275747245018802282527574724501880228252757472450188022825275747245018802282527574724501880228252757472450188022825275747245018802282" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 89f84ad7-03d2-4877-9a56-dcebeb563f93, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a66e3d54-7c47-4166-83c9-0cc1fda51078, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a66e3d54-7c47-4166-83c9-0cc1fda51078, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7110339391575701238 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71103393915757012387110339391575701238711033939157570123871103393915757012387110339391575701238711033939157570123871103393915757012387110339391575701238711033939157570123871103393915757012387110339391575701238711033939157570123871103393915757012387110339391575701238711033939157570123871103393915757012387110339391575701238711033939157570123871103393915757012387110339391575701238" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 45c1ff3b-7174-438c-96f4-26c4b000163b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8845b0ac-e951-439c-bf59-732a25c5b037, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8845b0ac-e951-439c-bf59-732a25c5b037, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16677127678818608250 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1667712767881860825016677127678818608250166771276788186082501667712767881860825016677127678818608250166771276788186082501667712767881860825016677127678818608250166771276788186082501667712767881860825016677127678818608250166771276788186082501667712767881860825016677127678818608250166771276788186082501667712767881860825016677127678818608250166771276788186082501667712767881860825016677127678818608250" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a66e3d54-7c47-4166-83c9-0cc1fda51078, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 90253ce6-3903-40c6-90b3-7fdf9409cdd4, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 90253ce6-3903-40c6-90b3-7fdf9409cdd4, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9406978642293559429 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94069786422935594299406978642293559429940697864229355942994069786422935594299406978642293559429940697864229355942994069786422935594299406978642293559429940697864229355942994069786422935594299406978642293559429940697864229355942994069786422935594299406978642293559429940697864229355942994069786422935594299406978642293559429940697864229355942994069786422935594299406978642293559429" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8845b0ac-e951-439c-bf59-732a25c5b037, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ea971e56-9fcc-4ec0-8415-84895c2e9288, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ea971e56-9fcc-4ec0-8415-84895c2e9288, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13239984651636593958 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1323998465163659395813239984651636593958132399846516365939581323998465163659395813239984651636593958132399846516365939581323998465163659395813239984651636593958132399846516365939581323998465163659395813239984651636593958132399846516365939581323998465163659395813239984651636593958132399846516365939581323998465163659395813239984651636593958132399846516365939581323998465163659395813239984651636593958" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 90253ce6-3903-40c6-90b3-7fdf9409cdd4, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c9c9b217-6147-40c7-bdc2-dffda60d253e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c9c9b217-6147-40c7-bdc2-dffda60d253e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9952683136386596878 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99526831363865968789952683136386596878995268313638659687899526831363865968789952683136386596878995268313638659687899526831363865968789952683136386596878995268313638659687899526831363865968789952683136386596878995268313638659687899526831363865968789952683136386596878995268313638659687899526831363865968789952683136386596878995268313638659687899526831363865968789952683136386596878" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ea971e56-9fcc-4ec0-8415-84895c2e9288, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 63c74190-f90e-429d-a4e9-2cdb5c3197e4, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 63c74190-f90e-429d-a4e9-2cdb5c3197e4, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 146220317971626931 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "146220317971626931146220317971626931146220317971626931146220317971626931146220317971626931146220317971626931146220317971626931146220317971626931146220317971626931146220317971626931146220317971626931146220317971626931146220317971626931146220317971626931146220317971626931146220317971626931146220317971626931146220317971626931146220317971626931146220317971626931" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c9c9b217-6147-40c7-bdc2-dffda60d253e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2a8925d3-631b-4042-beee-6ffc6b11b8b6, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2a8925d3-631b-4042-beee-6ffc6b11b8b6, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15814426731466395996 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1581442673146639599615814426731466395996158144267314663959961581442673146639599615814426731466395996158144267314663959961581442673146639599615814426731466395996158144267314663959961581442673146639599615814426731466395996158144267314663959961581442673146639599615814426731466395996158144267314663959961581442673146639599615814426731466395996158144267314663959961581442673146639599615814426731466395996" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 63c74190-f90e-429d-a4e9-2cdb5c3197e4, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bb72dffd-2f69-4749-82ee-6522ce128747, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bb72dffd-2f69-4749-82ee-6522ce128747, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7556405126862867735 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75564051268628677357556405126862867735755640512686286773575564051268628677357556405126862867735755640512686286773575564051268628677357556405126862867735755640512686286773575564051268628677357556405126862867735755640512686286773575564051268628677357556405126862867735755640512686286773575564051268628677357556405126862867735755640512686286773575564051268628677357556405126862867735" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2a8925d3-631b-4042-beee-6ffc6b11b8b6, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 71fa2b5f-6094-42c9-a933-5e7d47f7fa4b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 71fa2b5f-6094-42c9-a933-5e7d47f7fa4b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11279445761830426497 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1127944576183042649711279445761830426497112794457618304264971127944576183042649711279445761830426497112794457618304264971127944576183042649711279445761830426497112794457618304264971127944576183042649711279445761830426497112794457618304264971127944576183042649711279445761830426497112794457618304264971127944576183042649711279445761830426497112794457618304264971127944576183042649711279445761830426497" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bb72dffd-2f69-4749-82ee-6522ce128747, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2a6170a9-7429-45ad-a85d-b57d0968f61d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2a6170a9-7429-45ad-a85d-b57d0968f61d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13856494060956332407 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1385649406095633240713856494060956332407138564940609563324071385649406095633240713856494060956332407138564940609563324071385649406095633240713856494060956332407138564940609563324071385649406095633240713856494060956332407138564940609563324071385649406095633240713856494060956332407138564940609563324071385649406095633240713856494060956332407138564940609563324071385649406095633240713856494060956332407" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 71fa2b5f-6094-42c9-a933-5e7d47f7fa4b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 29b479fa-4349-45ae-8b0b-40e8f7ab80f3, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 29b479fa-4349-45ae-8b0b-40e8f7ab80f3, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 628933502395297925 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "628933502395297925628933502395297925628933502395297925628933502395297925628933502395297925628933502395297925628933502395297925628933502395297925628933502395297925628933502395297925628933502395297925628933502395297925628933502395297925628933502395297925628933502395297925628933502395297925628933502395297925628933502395297925628933502395297925628933502395297925" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2a6170a9-7429-45ad-a85d-b57d0968f61d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1d541da6-2886-4682-bb27-2a782bb1873f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1d541da6-2886-4682-bb27-2a782bb1873f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8245280931744153954 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82452809317441539548245280931744153954824528093174415395482452809317441539548245280931744153954824528093174415395482452809317441539548245280931744153954824528093174415395482452809317441539548245280931744153954824528093174415395482452809317441539548245280931744153954824528093174415395482452809317441539548245280931744153954824528093174415395482452809317441539548245280931744153954" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 29b479fa-4349-45ae-8b0b-40e8f7ab80f3, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 14bad77e-8700-4a8e-8171-d3832d669115, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 14bad77e-8700-4a8e-8171-d3832d669115, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 783910169450652267 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "783910169450652267783910169450652267783910169450652267783910169450652267783910169450652267783910169450652267783910169450652267783910169450652267783910169450652267783910169450652267783910169450652267783910169450652267783910169450652267783910169450652267783910169450652267783910169450652267783910169450652267783910169450652267783910169450652267783910169450652267" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1d541da6-2886-4682-bb27-2a782bb1873f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fa8fbb9d-815d-4d0e-909c-3029a78188ca, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fa8fbb9d-815d-4d0e-909c-3029a78188ca, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2874700352248850490 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28747003522488504902874700352248850490287470035224885049028747003522488504902874700352248850490287470035224885049028747003522488504902874700352248850490287470035224885049028747003522488504902874700352248850490287470035224885049028747003522488504902874700352248850490287470035224885049028747003522488504902874700352248850490287470035224885049028747003522488504902874700352248850490" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 14bad77e-8700-4a8e-8171-d3832d669115, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 616d7c41-bf07-4c8c-832d-e2acaeab04ff, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 616d7c41-bf07-4c8c-832d-e2acaeab04ff, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12575334601116477057 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1257533460111647705712575334601116477057125753346011164770571257533460111647705712575334601116477057125753346011164770571257533460111647705712575334601116477057125753346011164770571257533460111647705712575334601116477057125753346011164770571257533460111647705712575334601116477057125753346011164770571257533460111647705712575334601116477057125753346011164770571257533460111647705712575334601116477057" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fa8fbb9d-815d-4d0e-909c-3029a78188ca, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6bbdb119-273c-4181-a200-697271bc4943, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6bbdb119-273c-4181-a200-697271bc4943, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11205278765693893268 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1120527876569389326811205278765693893268112052787656938932681120527876569389326811205278765693893268112052787656938932681120527876569389326811205278765693893268112052787656938932681120527876569389326811205278765693893268112052787656938932681120527876569389326811205278765693893268112052787656938932681120527876569389326811205278765693893268112052787656938932681120527876569389326811205278765693893268" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 616d7c41-bf07-4c8c-832d-e2acaeab04ff, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f4ac3800-fb6b-4687-bb4c-f9fee61f44dc, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f4ac3800-fb6b-4687-bb4c-f9fee61f44dc, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5554900038190004686 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55549000381900046865554900038190004686555490003819000468655549000381900046865554900038190004686555490003819000468655549000381900046865554900038190004686555490003819000468655549000381900046865554900038190004686555490003819000468655549000381900046865554900038190004686555490003819000468655549000381900046865554900038190004686555490003819000468655549000381900046865554900038190004686" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6bbdb119-273c-4181-a200-697271bc4943, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3f40d9ff-fce3-4775-a31c-04b3d3308f4e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3f40d9ff-fce3-4775-a31c-04b3d3308f4e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9631526906873621438 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96315269068736214389631526906873621438963152690687362143896315269068736214389631526906873621438963152690687362143896315269068736214389631526906873621438963152690687362143896315269068736214389631526906873621438963152690687362143896315269068736214389631526906873621438963152690687362143896315269068736214389631526906873621438963152690687362143896315269068736214389631526906873621438" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f4ac3800-fb6b-4687-bb4c-f9fee61f44dc, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2c48e9a7-67cd-43a8-9aff-f058cb63bbae, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2c48e9a7-67cd-43a8-9aff-f058cb63bbae, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4140841082958545820 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41408410829585458204140841082958545820414084108295854582041408410829585458204140841082958545820414084108295854582041408410829585458204140841082958545820414084108295854582041408410829585458204140841082958545820414084108295854582041408410829585458204140841082958545820414084108295854582041408410829585458204140841082958545820414084108295854582041408410829585458204140841082958545820" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3f40d9ff-fce3-4775-a31c-04b3d3308f4e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c5e32d45-dc41-4eb3-9e68-1597c21c7bf3, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c5e32d45-dc41-4eb3-9e68-1597c21c7bf3, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14456358971056522418 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1445635897105652241814456358971056522418144563589710565224181445635897105652241814456358971056522418144563589710565224181445635897105652241814456358971056522418144563589710565224181445635897105652241814456358971056522418144563589710565224181445635897105652241814456358971056522418144563589710565224181445635897105652241814456358971056522418144563589710565224181445635897105652241814456358971056522418" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2c48e9a7-67cd-43a8-9aff-f058cb63bbae, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e28eb3e3-2d3c-4a20-8411-2499edd0129a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e28eb3e3-2d3c-4a20-8411-2499edd0129a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9923214497803913415 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99232144978039134159923214497803913415992321449780391341599232144978039134159923214497803913415992321449780391341599232144978039134159923214497803913415992321449780391341599232144978039134159923214497803913415992321449780391341599232144978039134159923214497803913415992321449780391341599232144978039134159923214497803913415992321449780391341599232144978039134159923214497803913415" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e28eb3e3-2d3c-4a20-8411-2499edd0129a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7f87aa8a-632d-4600-a0db-e2f78a3755eb, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7f87aa8a-632d-4600-a0db-e2f78a3755eb, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5892858521241031193 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58928585212410311935892858521241031193589285852124103119358928585212410311935892858521241031193589285852124103119358928585212410311935892858521241031193589285852124103119358928585212410311935892858521241031193589285852124103119358928585212410311935892858521241031193589285852124103119358928585212410311935892858521241031193589285852124103119358928585212410311935892858521241031193" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c5e32d45-dc41-4eb3-9e68-1597c21c7bf3, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b01d5a66-07fa-457e-85dd-11fc6490af15, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b01d5a66-07fa-457e-85dd-11fc6490af15, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13171490665338144639 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1317149066533814463913171490665338144639131714906653381446391317149066533814463913171490665338144639131714906653381446391317149066533814463913171490665338144639131714906653381446391317149066533814463913171490665338144639131714906653381446391317149066533814463913171490665338144639131714906653381446391317149066533814463913171490665338144639131714906653381446391317149066533814463913171490665338144639" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7f87aa8a-632d-4600-a0db-e2f78a3755eb, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b3f3a487-72bd-4921-b414-6b5f426a39e2, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b3f3a487-72bd-4921-b414-6b5f426a39e2, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3012784341329263217 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30127843413292632173012784341329263217301278434132926321730127843413292632173012784341329263217301278434132926321730127843413292632173012784341329263217301278434132926321730127843413292632173012784341329263217301278434132926321730127843413292632173012784341329263217301278434132926321730127843413292632173012784341329263217301278434132926321730127843413292632173012784341329263217" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b01d5a66-07fa-457e-85dd-11fc6490af15, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 65f1fefd-5696-4b6e-a521-7405c281b165, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 65f1fefd-5696-4b6e-a521-7405c281b165, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4244870243230125946 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42448702432301259464244870243230125946424487024323012594642448702432301259464244870243230125946424487024323012594642448702432301259464244870243230125946424487024323012594642448702432301259464244870243230125946424487024323012594642448702432301259464244870243230125946424487024323012594642448702432301259464244870243230125946424487024323012594642448702432301259464244870243230125946" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b3f3a487-72bd-4921-b414-6b5f426a39e2, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5b4dc6fc-ffc4-40ab-9da0-e0458e1b3bb3, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5b4dc6fc-ffc4-40ab-9da0-e0458e1b3bb3, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12584193552639016385 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1258419355263901638512584193552639016385125841935526390163851258419355263901638512584193552639016385125841935526390163851258419355263901638512584193552639016385125841935526390163851258419355263901638512584193552639016385125841935526390163851258419355263901638512584193552639016385125841935526390163851258419355263901638512584193552639016385125841935526390163851258419355263901638512584193552639016385" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 65f1fefd-5696-4b6e-a521-7405c281b165, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2991095b-858f-4a43-8567-18bb3b1079be, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2991095b-858f-4a43-8567-18bb3b1079be, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2072928113046007246 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20729281130460072462072928113046007246207292811304600724620729281130460072462072928113046007246207292811304600724620729281130460072462072928113046007246207292811304600724620729281130460072462072928113046007246207292811304600724620729281130460072462072928113046007246207292811304600724620729281130460072462072928113046007246207292811304600724620729281130460072462072928113046007246" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5b4dc6fc-ffc4-40ab-9da0-e0458e1b3bb3, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5a231575-004e-4494-a08b-f2b1bbaf8c3d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5a231575-004e-4494-a08b-f2b1bbaf8c3d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3850956585899438152 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38509565858994381523850956585899438152385095658589943815238509565858994381523850956585899438152385095658589943815238509565858994381523850956585899438152385095658589943815238509565858994381523850956585899438152385095658589943815238509565858994381523850956585899438152385095658589943815238509565858994381523850956585899438152385095658589943815238509565858994381523850956585899438152" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2991095b-858f-4a43-8567-18bb3b1079be, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 994dc04c-10ca-4130-823b-845bb37fbb86, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 994dc04c-10ca-4130-823b-845bb37fbb86, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 600047198078898568 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "600047198078898568600047198078898568600047198078898568600047198078898568600047198078898568600047198078898568600047198078898568600047198078898568600047198078898568600047198078898568600047198078898568600047198078898568600047198078898568600047198078898568600047198078898568600047198078898568600047198078898568600047198078898568600047198078898568600047198078898568" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5a231575-004e-4494-a08b-f2b1bbaf8c3d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, efaf25f5-f106-4a2d-9165-1210c2238f4a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, efaf25f5-f106-4a2d-9165-1210c2238f4a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13353139460064213666 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1335313946006421366613353139460064213666133531394600642136661335313946006421366613353139460064213666133531394600642136661335313946006421366613353139460064213666133531394600642136661335313946006421366613353139460064213666133531394600642136661335313946006421366613353139460064213666133531394600642136661335313946006421366613353139460064213666133531394600642136661335313946006421366613353139460064213666" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 994dc04c-10ca-4130-823b-845bb37fbb86, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ffa2b7ea-671e-45b8-9205-9941601cb1b7, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ffa2b7ea-671e-45b8-9205-9941601cb1b7, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1912862680888311169 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19128626808883111691912862680888311169191286268088831116919128626808883111691912862680888311169191286268088831116919128626808883111691912862680888311169191286268088831116919128626808883111691912862680888311169191286268088831116919128626808883111691912862680888311169191286268088831116919128626808883111691912862680888311169191286268088831116919128626808883111691912862680888311169" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ffa2b7ea-671e-45b8-9205-9941601cb1b7, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ef44559c-3c26-4862-bf57-d6d3e5565a18, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ef44559c-3c26-4862-bf57-d6d3e5565a18, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6184732490254877476 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61847324902548774766184732490254877476618473249025487747661847324902548774766184732490254877476618473249025487747661847324902548774766184732490254877476618473249025487747661847324902548774766184732490254877476618473249025487747661847324902548774766184732490254877476618473249025487747661847324902548774766184732490254877476618473249025487747661847324902548774766184732490254877476" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, efaf25f5-f106-4a2d-9165-1210c2238f4a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, df1f2adc-1a22-4ce1-ad84-f66edbb95c72, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, df1f2adc-1a22-4ce1-ad84-f66edbb95c72, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11241622225671086970 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1124162222567108697011241622225671086970112416222256710869701124162222567108697011241622225671086970112416222256710869701124162222567108697011241622225671086970112416222256710869701124162222567108697011241622225671086970112416222256710869701124162222567108697011241622225671086970112416222256710869701124162222567108697011241622225671086970112416222256710869701124162222567108697011241622225671086970" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ef44559c-3c26-4862-bf57-d6d3e5565a18, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f1d33a94-3490-4d96-a6e4-28bc816870d0, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f1d33a94-3490-4d96-a6e4-28bc816870d0, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11303374947601435486 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1130337494760143548611303374947601435486113033749476014354861130337494760143548611303374947601435486113033749476014354861130337494760143548611303374947601435486113033749476014354861130337494760143548611303374947601435486113033749476014354861130337494760143548611303374947601435486113033749476014354861130337494760143548611303374947601435486113033749476014354861130337494760143548611303374947601435486" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, df1f2adc-1a22-4ce1-ad84-f66edbb95c72, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f1d33a94-3490-4d96-a6e4-28bc816870d0, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ff2eb219-2de1-4a42-96ff-740e38106b39, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ff2eb219-2de1-4a42-96ff-740e38106b39, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4012316624657796398 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40123166246577963984012316624657796398401231662465779639840123166246577963984012316624657796398401231662465779639840123166246577963984012316624657796398401231662465779639840123166246577963984012316624657796398401231662465779639840123166246577963984012316624657796398401231662465779639840123166246577963984012316624657796398401231662465779639840123166246577963984012316624657796398" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 67e69afb-c941-46c0-a49e-8ad76deb384a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 67e69afb-c941-46c0-a49e-8ad76deb384a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14289827178826522883 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1428982717882652288314289827178826522883142898271788265228831428982717882652288314289827178826522883142898271788265228831428982717882652288314289827178826522883142898271788265228831428982717882652288314289827178826522883142898271788265228831428982717882652288314289827178826522883142898271788265228831428982717882652288314289827178826522883142898271788265228831428982717882652288314289827178826522883" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ff2eb219-2de1-4a42-96ff-740e38106b39, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 72fc4e1d-2083-4ae0-85ec-268eb7b3a260, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 72fc4e1d-2083-4ae0-85ec-268eb7b3a260, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14264514020786210047 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1426451402078621004714264514020786210047142645140207862100471426451402078621004714264514020786210047142645140207862100471426451402078621004714264514020786210047142645140207862100471426451402078621004714264514020786210047142645140207862100471426451402078621004714264514020786210047142645140207862100471426451402078621004714264514020786210047142645140207862100471426451402078621004714264514020786210047" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 67e69afb-c941-46c0-a49e-8ad76deb384a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 522eeb56-9a50-45d9-aeda-74145e1b8e1a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 522eeb56-9a50-45d9-aeda-74145e1b8e1a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10265831849387911450 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1026583184938791145010265831849387911450102658318493879114501026583184938791145010265831849387911450102658318493879114501026583184938791145010265831849387911450102658318493879114501026583184938791145010265831849387911450102658318493879114501026583184938791145010265831849387911450102658318493879114501026583184938791145010265831849387911450102658318493879114501026583184938791145010265831849387911450" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 72fc4e1d-2083-4ae0-85ec-268eb7b3a260, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fb2fb410-8ad5-4590-bb22-5d49a984f204, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fb2fb410-8ad5-4590-bb22-5d49a984f204, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9601775960929908 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96017759609299089601775960929908960177596092990896017759609299089601775960929908960177596092990896017759609299089601775960929908960177596092990896017759609299089601775960929908960177596092990896017759609299089601775960929908960177596092990896017759609299089601775960929908960177596092990896017759609299089601775960929908" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 522eeb56-9a50-45d9-aeda-74145e1b8e1a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8c571f77-8ec6-441f-a8e9-a8ecaacc6a51, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8c571f77-8ec6-441f-a8e9-a8ecaacc6a51, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2134650939473304473 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21346509394733044732134650939473304473213465093947330447321346509394733044732134650939473304473213465093947330447321346509394733044732134650939473304473213465093947330447321346509394733044732134650939473304473213465093947330447321346509394733044732134650939473304473213465093947330447321346509394733044732134650939473304473213465093947330447321346509394733044732134650939473304473" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fb2fb410-8ad5-4590-bb22-5d49a984f204, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3b97bb2d-ae8a-4742-b68d-66718dd853a2, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3b97bb2d-ae8a-4742-b68d-66718dd853a2, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 263475911205712092 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "263475911205712092263475911205712092263475911205712092263475911205712092263475911205712092263475911205712092263475911205712092263475911205712092263475911205712092263475911205712092263475911205712092263475911205712092263475911205712092263475911205712092263475911205712092263475911205712092263475911205712092263475911205712092263475911205712092263475911205712092" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8c571f77-8ec6-441f-a8e9-a8ecaacc6a51, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 22aaaf25-1b73-458e-b5e1-b3de7a7a2a73, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3b97bb2d-ae8a-4742-b68d-66718dd853a2, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1e0ad394-ed0f-4e67-84ba-630368e321eb, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1e0ad394-ed0f-4e67-84ba-630368e321eb, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15044040952984458867 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1504404095298445886715044040952984458867150440409529844588671504404095298445886715044040952984458867150440409529844588671504404095298445886715044040952984458867150440409529844588671504404095298445886715044040952984458867150440409529844588671504404095298445886715044040952984458867150440409529844588671504404095298445886715044040952984458867150440409529844588671504404095298445886715044040952984458867" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 22aaaf25-1b73-458e-b5e1-b3de7a7a2a73, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 923151884096450718 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "923151884096450718923151884096450718923151884096450718923151884096450718923151884096450718923151884096450718923151884096450718923151884096450718923151884096450718923151884096450718923151884096450718923151884096450718923151884096450718923151884096450718923151884096450718923151884096450718923151884096450718923151884096450718923151884096450718923151884096450718" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1e0ad394-ed0f-4e67-84ba-630368e321eb, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dfb12ad4-ec4e-4bd6-89ad-86f5af535232, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dfb12ad4-ec4e-4bd6-89ad-86f5af535232, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1523477401518376757 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15234774015183767571523477401518376757152347740151837675715234774015183767571523477401518376757152347740151837675715234774015183767571523477401518376757152347740151837675715234774015183767571523477401518376757152347740151837675715234774015183767571523477401518376757152347740151837675715234774015183767571523477401518376757152347740151837675715234774015183767571523477401518376757" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 22aaaf25-1b73-458e-b5e1-b3de7a7a2a73, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c3cd80d6-c393-4179-b4d1-f100712a995c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c3cd80d6-c393-4179-b4d1-f100712a995c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2507545847952242389 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25075458479522423892507545847952242389250754584795224238925075458479522423892507545847952242389250754584795224238925075458479522423892507545847952242389250754584795224238925075458479522423892507545847952242389250754584795224238925075458479522423892507545847952242389250754584795224238925075458479522423892507545847952242389250754584795224238925075458479522423892507545847952242389" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dfb12ad4-ec4e-4bd6-89ad-86f5af535232, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f1c04372-462d-4488-97d0-c148501584f1, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f1c04372-462d-4488-97d0-c148501584f1, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10228619518991933061 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1022861951899193306110228619518991933061102286195189919330611022861951899193306110228619518991933061102286195189919330611022861951899193306110228619518991933061102286195189919330611022861951899193306110228619518991933061102286195189919330611022861951899193306110228619518991933061102286195189919330611022861951899193306110228619518991933061102286195189919330611022861951899193306110228619518991933061" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c3cd80d6-c393-4179-b4d1-f100712a995c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 571fd52e-1fd5-4793-9b3a-48bda1aaa75e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f1c04372-462d-4488-97d0-c148501584f1, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fcec24d6-11d4-41e0-a678-631851808cc4, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 571fd52e-1fd5-4793-9b3a-48bda1aaa75e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11974049289402424720 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1197404928940242472011974049289402424720119740492894024247201197404928940242472011974049289402424720119740492894024247201197404928940242472011974049289402424720119740492894024247201197404928940242472011974049289402424720119740492894024247201197404928940242472011974049289402424720119740492894024247201197404928940242472011974049289402424720119740492894024247201197404928940242472011974049289402424720" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fcec24d6-11d4-41e0-a678-631851808cc4, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12913672166311108476 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1291367216631110847612913672166311108476129136721663111084761291367216631110847612913672166311108476129136721663111084761291367216631110847612913672166311108476129136721663111084761291367216631110847612913672166311108476129136721663111084761291367216631110847612913672166311108476129136721663111084761291367216631110847612913672166311108476129136721663111084761291367216631110847612913672166311108476" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 571fd52e-1fd5-4793-9b3a-48bda1aaa75e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ae4f89da-daf6-45ae-b6e3-0e1b3a5f2781, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ae4f89da-daf6-45ae-b6e3-0e1b3a5f2781, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2370902284645702550 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23709022846457025502370902284645702550237090228464570255023709022846457025502370902284645702550237090228464570255023709022846457025502370902284645702550237090228464570255023709022846457025502370902284645702550237090228464570255023709022846457025502370902284645702550237090228464570255023709022846457025502370902284645702550237090228464570255023709022846457025502370902284645702550" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fcec24d6-11d4-41e0-a678-631851808cc4, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2491ca14-38aa-4991-a4a3-83da542553fb, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2491ca14-38aa-4991-a4a3-83da542553fb, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8658098012870002449 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86580980128700024498658098012870002449865809801287000244986580980128700024498658098012870002449865809801287000244986580980128700024498658098012870002449865809801287000244986580980128700024498658098012870002449865809801287000244986580980128700024498658098012870002449865809801287000244986580980128700024498658098012870002449865809801287000244986580980128700024498658098012870002449" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ae4f89da-daf6-45ae-b6e3-0e1b3a5f2781, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4fe04b97-78c8-441d-ad4a-d4214959c395, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4fe04b97-78c8-441d-ad4a-d4214959c395, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17145412267140496864 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1714541226714049686417145412267140496864171454122671404968641714541226714049686417145412267140496864171454122671404968641714541226714049686417145412267140496864171454122671404968641714541226714049686417145412267140496864171454122671404968641714541226714049686417145412267140496864171454122671404968641714541226714049686417145412267140496864171454122671404968641714541226714049686417145412267140496864" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2491ca14-38aa-4991-a4a3-83da542553fb, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, de7bbc42-2c9f-44cf-9247-674adc293ab9, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, de7bbc42-2c9f-44cf-9247-674adc293ab9, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8647402845676857610 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86474028456768576108647402845676857610864740284567685761086474028456768576108647402845676857610864740284567685761086474028456768576108647402845676857610864740284567685761086474028456768576108647402845676857610864740284567685761086474028456768576108647402845676857610864740284567685761086474028456768576108647402845676857610864740284567685761086474028456768576108647402845676857610" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4fe04b97-78c8-441d-ad4a-d4214959c395, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f4084f4d-45e3-4cad-99b9-3c1bde33b452, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f4084f4d-45e3-4cad-99b9-3c1bde33b452, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1934544658331198463 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19345446583311984631934544658331198463193454465833119846319345446583311984631934544658331198463193454465833119846319345446583311984631934544658331198463193454465833119846319345446583311984631934544658331198463193454465833119846319345446583311984631934544658331198463193454465833119846319345446583311984631934544658331198463193454465833119846319345446583311984631934544658331198463" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, de7bbc42-2c9f-44cf-9247-674adc293ab9, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 40179004-773d-4e09-bdcb-d1352ae6eddf, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 40179004-773d-4e09-bdcb-d1352ae6eddf, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6878180456278369899 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68781804562783698996878180456278369899687818045627836989968781804562783698996878180456278369899687818045627836989968781804562783698996878180456278369899687818045627836989968781804562783698996878180456278369899687818045627836989968781804562783698996878180456278369899687818045627836989968781804562783698996878180456278369899687818045627836989968781804562783698996878180456278369899" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f4084f4d-45e3-4cad-99b9-3c1bde33b452, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2dff8892-4078-4d04-a6b9-bb8c042d7ab3, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2dff8892-4078-4d04-a6b9-bb8c042d7ab3, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14596744521700600488 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1459674452170060048814596744521700600488145967445217006004881459674452170060048814596744521700600488145967445217006004881459674452170060048814596744521700600488145967445217006004881459674452170060048814596744521700600488145967445217006004881459674452170060048814596744521700600488145967445217006004881459674452170060048814596744521700600488145967445217006004881459674452170060048814596744521700600488" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 40179004-773d-4e09-bdcb-d1352ae6eddf, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bd7826a2-2ca2-42f5-b481-546878131873, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bd7826a2-2ca2-42f5-b481-546878131873, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16252757848304757896 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1625275784830475789616252757848304757896162527578483047578961625275784830475789616252757848304757896162527578483047578961625275784830475789616252757848304757896162527578483047578961625275784830475789616252757848304757896162527578483047578961625275784830475789616252757848304757896162527578483047578961625275784830475789616252757848304757896162527578483047578961625275784830475789616252757848304757896" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2dff8892-4078-4d04-a6b9-bb8c042d7ab3, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3691c0fa-39c0-414f-b032-9b05f4b06ca7, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3691c0fa-39c0-414f-b032-9b05f4b06ca7, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16692483071336488191 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1669248307133648819116692483071336488191166924830713364881911669248307133648819116692483071336488191166924830713364881911669248307133648819116692483071336488191166924830713364881911669248307133648819116692483071336488191166924830713364881911669248307133648819116692483071336488191166924830713364881911669248307133648819116692483071336488191166924830713364881911669248307133648819116692483071336488191" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bd7826a2-2ca2-42f5-b481-546878131873, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 76795051-17d3-4a82-8098-bae86eadf089, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 76795051-17d3-4a82-8098-bae86eadf089, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12112595316939910168 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1211259531693991016812112595316939910168121125953169399101681211259531693991016812112595316939910168121125953169399101681211259531693991016812112595316939910168121125953169399101681211259531693991016812112595316939910168121125953169399101681211259531693991016812112595316939910168121125953169399101681211259531693991016812112595316939910168121125953169399101681211259531693991016812112595316939910168" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3691c0fa-39c0-414f-b032-9b05f4b06ca7, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3a33aaaf-a979-480f-b3fb-8901dee1560e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3a33aaaf-a979-480f-b3fb-8901dee1560e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15514695658262782615 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1551469565826278261515514695658262782615155146956582627826151551469565826278261515514695658262782615155146956582627826151551469565826278261515514695658262782615155146956582627826151551469565826278261515514695658262782615155146956582627826151551469565826278261515514695658262782615155146956582627826151551469565826278261515514695658262782615155146956582627826151551469565826278261515514695658262782615" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 76795051-17d3-4a82-8098-bae86eadf089, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d8b1af0a-5880-43ed-9c96-1e4659062c9f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d8b1af0a-5880-43ed-9c96-1e4659062c9f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16763179382830918113 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1676317938283091811316763179382830918113167631793828309181131676317938283091811316763179382830918113167631793828309181131676317938283091811316763179382830918113167631793828309181131676317938283091811316763179382830918113167631793828309181131676317938283091811316763179382830918113167631793828309181131676317938283091811316763179382830918113167631793828309181131676317938283091811316763179382830918113" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3a33aaaf-a979-480f-b3fb-8901dee1560e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b870a869-6bb4-47f9-9e3a-4dbf117e2125, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b870a869-6bb4-47f9-9e3a-4dbf117e2125, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10007631124982119992 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1000763112498211999210007631124982119992100076311249821199921000763112498211999210007631124982119992100076311249821199921000763112498211999210007631124982119992100076311249821199921000763112498211999210007631124982119992100076311249821199921000763112498211999210007631124982119992100076311249821199921000763112498211999210007631124982119992100076311249821199921000763112498211999210007631124982119992" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d8b1af0a-5880-43ed-9c96-1e4659062c9f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, eb6fdf18-10e4-4d90-986e-c09bdd6e6565, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eb6fdf18-10e4-4d90-986e-c09bdd6e6565, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15431267664740749888 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1543126766474074988815431267664740749888154312676647407498881543126766474074988815431267664740749888154312676647407498881543126766474074988815431267664740749888154312676647407498881543126766474074988815431267664740749888154312676647407498881543126766474074988815431267664740749888154312676647407498881543126766474074988815431267664740749888154312676647407498881543126766474074988815431267664740749888" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b870a869-6bb4-47f9-9e3a-4dbf117e2125, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8fffa4c3-1521-4dc0-8987-3ed6afd3ae74, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8fffa4c3-1521-4dc0-8987-3ed6afd3ae74, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16070961267451771262 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1607096126745177126216070961267451771262160709612674517712621607096126745177126216070961267451771262160709612674517712621607096126745177126216070961267451771262160709612674517712621607096126745177126216070961267451771262160709612674517712621607096126745177126216070961267451771262160709612674517712621607096126745177126216070961267451771262160709612674517712621607096126745177126216070961267451771262" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eb6fdf18-10e4-4d90-986e-c09bdd6e6565, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 85cc74cd-07b3-49dc-8237-a7bed990a8ee, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 85cc74cd-07b3-49dc-8237-a7bed990a8ee, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12938819140470592574 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1293881914047059257412938819140470592574129388191404705925741293881914047059257412938819140470592574129388191404705925741293881914047059257412938819140470592574129388191404705925741293881914047059257412938819140470592574129388191404705925741293881914047059257412938819140470592574129388191404705925741293881914047059257412938819140470592574129388191404705925741293881914047059257412938819140470592574" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8fffa4c3-1521-4dc0-8987-3ed6afd3ae74, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 80640878-8306-4997-81d8-ade36506d6e2, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 80640878-8306-4997-81d8-ade36506d6e2, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13207476863336859713 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1320747686333685971313207476863336859713132074768633368597131320747686333685971313207476863336859713132074768633368597131320747686333685971313207476863336859713132074768633368597131320747686333685971313207476863336859713132074768633368597131320747686333685971313207476863336859713132074768633368597131320747686333685971313207476863336859713132074768633368597131320747686333685971313207476863336859713" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 85cc74cd-07b3-49dc-8237-a7bed990a8ee, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8935ce10-6e49-4dea-9c45-152913e6a0ed, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8935ce10-6e49-4dea-9c45-152913e6a0ed, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11844874507482677802 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1184487450748267780211844874507482677802118448745074826778021184487450748267780211844874507482677802118448745074826778021184487450748267780211844874507482677802118448745074826778021184487450748267780211844874507482677802118448745074826778021184487450748267780211844874507482677802118448745074826778021184487450748267780211844874507482677802118448745074826778021184487450748267780211844874507482677802" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 80640878-8306-4997-81d8-ade36506d6e2, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dc7af484-c5d4-44a1-befc-b5d577f25cd6, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dc7af484-c5d4-44a1-befc-b5d577f25cd6, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7167064092810335122 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71670640928103351227167064092810335122716706409281033512271670640928103351227167064092810335122716706409281033512271670640928103351227167064092810335122716706409281033512271670640928103351227167064092810335122716706409281033512271670640928103351227167064092810335122716706409281033512271670640928103351227167064092810335122716706409281033512271670640928103351227167064092810335122" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8935ce10-6e49-4dea-9c45-152913e6a0ed, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 969d7de5-29a4-43be-ab7b-60cd44f39385, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 969d7de5-29a4-43be-ab7b-60cd44f39385, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8999668097001766994 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89996680970017669948999668097001766994899966809700176699489996680970017669948999668097001766994899966809700176699489996680970017669948999668097001766994899966809700176699489996680970017669948999668097001766994899966809700176699489996680970017669948999668097001766994899966809700176699489996680970017669948999668097001766994899966809700176699489996680970017669948999668097001766994" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dc7af484-c5d4-44a1-befc-b5d577f25cd6, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cb36c2d4-3503-49de-bb1e-5db5d0a93bb9, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cb36c2d4-3503-49de-bb1e-5db5d0a93bb9, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7890811909147121689 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78908119091471216897890811909147121689789081190914712168978908119091471216897890811909147121689789081190914712168978908119091471216897890811909147121689789081190914712168978908119091471216897890811909147121689789081190914712168978908119091471216897890811909147121689789081190914712168978908119091471216897890811909147121689789081190914712168978908119091471216897890811909147121689" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 969d7de5-29a4-43be-ab7b-60cd44f39385, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 90b203fb-ecde-4dd1-ae05-2cfd39557ffb, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cb36c2d4-3503-49de-bb1e-5db5d0a93bb9, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 007a0f48-2408-4242-8bd3-f520a07d1fc8, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 90b203fb-ecde-4dd1-ae05-2cfd39557ffb, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8144796232870063315 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81447962328700633158144796232870063315814479623287006331581447962328700633158144796232870063315814479623287006331581447962328700633158144796232870063315814479623287006331581447962328700633158144796232870063315814479623287006331581447962328700633158144796232870063315814479623287006331581447962328700633158144796232870063315814479623287006331581447962328700633158144796232870063315" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 007a0f48-2408-4242-8bd3-f520a07d1fc8, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14598865391936618931 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1459886539193661893114598865391936618931145988653919366189311459886539193661893114598865391936618931145988653919366189311459886539193661893114598865391936618931145988653919366189311459886539193661893114598865391936618931145988653919366189311459886539193661893114598865391936618931145988653919366189311459886539193661893114598865391936618931145988653919366189311459886539193661893114598865391936618931" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 90b203fb-ecde-4dd1-ae05-2cfd39557ffb, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 435ea344-73e3-492b-9058-afc7f839b45b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 435ea344-73e3-492b-9058-afc7f839b45b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10253398003070481063 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1025339800307048106310253398003070481063102533980030704810631025339800307048106310253398003070481063102533980030704810631025339800307048106310253398003070481063102533980030704810631025339800307048106310253398003070481063102533980030704810631025339800307048106310253398003070481063102533980030704810631025339800307048106310253398003070481063102533980030704810631025339800307048106310253398003070481063" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 007a0f48-2408-4242-8bd3-f520a07d1fc8, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7caca383-8443-4dd8-a5e4-e4d91b5abf60, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7caca383-8443-4dd8-a5e4-e4d91b5abf60, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7434533033038282998 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74345330330382829987434533033038282998743453303303828299874345330330382829987434533033038282998743453303303828299874345330330382829987434533033038282998743453303303828299874345330330382829987434533033038282998743453303303828299874345330330382829987434533033038282998743453303303828299874345330330382829987434533033038282998743453303303828299874345330330382829987434533033038282998" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 435ea344-73e3-492b-9058-afc7f839b45b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5c749e2f-0441-4452-8fa7-8a39dd0cb0d4, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5c749e2f-0441-4452-8fa7-8a39dd0cb0d4, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4227092408687018236 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42270924086870182364227092408687018236422709240868701823642270924086870182364227092408687018236422709240868701823642270924086870182364227092408687018236422709240868701823642270924086870182364227092408687018236422709240868701823642270924086870182364227092408687018236422709240868701823642270924086870182364227092408687018236422709240868701823642270924086870182364227092408687018236" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7caca383-8443-4dd8-a5e4-e4d91b5abf60, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4fa25137-b03a-47b2-a693-509b62166bb8, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4fa25137-b03a-47b2-a693-509b62166bb8, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8121368490900329743 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81213684909003297438121368490900329743812136849090032974381213684909003297438121368490900329743812136849090032974381213684909003297438121368490900329743812136849090032974381213684909003297438121368490900329743812136849090032974381213684909003297438121368490900329743812136849090032974381213684909003297438121368490900329743812136849090032974381213684909003297438121368490900329743" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5c749e2f-0441-4452-8fa7-8a39dd0cb0d4, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3ebf9c64-1c08-478e-8fc8-14128e1bd862, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3ebf9c64-1c08-478e-8fc8-14128e1bd862, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9708309735170132648 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97083097351701326489708309735170132648970830973517013264897083097351701326489708309735170132648970830973517013264897083097351701326489708309735170132648970830973517013264897083097351701326489708309735170132648970830973517013264897083097351701326489708309735170132648970830973517013264897083097351701326489708309735170132648970830973517013264897083097351701326489708309735170132648" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4fa25137-b03a-47b2-a693-509b62166bb8, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4b49cf20-079d-4797-85fb-9179cf332722, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4b49cf20-079d-4797-85fb-9179cf332722, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16308875402802423577 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1630887540280242357716308875402802423577163088754028024235771630887540280242357716308875402802423577163088754028024235771630887540280242357716308875402802423577163088754028024235771630887540280242357716308875402802423577163088754028024235771630887540280242357716308875402802423577163088754028024235771630887540280242357716308875402802423577163088754028024235771630887540280242357716308875402802423577" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3ebf9c64-1c08-478e-8fc8-14128e1bd862, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f6d53352-1985-4a01-a27d-f7ceaa215563, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f6d53352-1985-4a01-a27d-f7ceaa215563, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16917640709264420958 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1691764070926442095816917640709264420958169176407092644209581691764070926442095816917640709264420958169176407092644209581691764070926442095816917640709264420958169176407092644209581691764070926442095816917640709264420958169176407092644209581691764070926442095816917640709264420958169176407092644209581691764070926442095816917640709264420958169176407092644209581691764070926442095816917640709264420958" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4b49cf20-079d-4797-85fb-9179cf332722, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f5616f1f-1015-4379-81ab-6b258f4f526a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f5616f1f-1015-4379-81ab-6b258f4f526a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8476390590502067551 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84763905905020675518476390590502067551847639059050206755184763905905020675518476390590502067551847639059050206755184763905905020675518476390590502067551847639059050206755184763905905020675518476390590502067551847639059050206755184763905905020675518476390590502067551847639059050206755184763905905020675518476390590502067551847639059050206755184763905905020675518476390590502067551" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f6d53352-1985-4a01-a27d-f7ceaa215563, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ef25e003-f4ea-4b4c-aec2-f092f408e2b2, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ef25e003-f4ea-4b4c-aec2-f092f408e2b2, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 51821723559604716 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "5182172355960471651821723559604716518217235596047165182172355960471651821723559604716518217235596047165182172355960471651821723559604716518217235596047165182172355960471651821723559604716518217235596047165182172355960471651821723559604716518217235596047165182172355960471651821723559604716518217235596047165182172355960471651821723559604716" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f5616f1f-1015-4379-81ab-6b258f4f526a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, aa551182-e88e-4590-9d6f-599263229184, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aa551182-e88e-4590-9d6f-599263229184, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17641606586831891658 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1764160658683189165817641606586831891658176416065868318916581764160658683189165817641606586831891658176416065868318916581764160658683189165817641606586831891658176416065868318916581764160658683189165817641606586831891658176416065868318916581764160658683189165817641606586831891658176416065868318916581764160658683189165817641606586831891658176416065868318916581764160658683189165817641606586831891658" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ef25e003-f4ea-4b4c-aec2-f092f408e2b2, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 25f34372-c773-495e-a68f-8b4f8a634b8b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aa551182-e88e-4590-9d6f-599263229184, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 66c01fd2-5dea-4122-88cf-67b3b358b83c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 66c01fd2-5dea-4122-88cf-67b3b358b83c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12956238573802407567 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1295623857380240756712956238573802407567129562385738024075671295623857380240756712956238573802407567129562385738024075671295623857380240756712956238573802407567129562385738024075671295623857380240756712956238573802407567129562385738024075671295623857380240756712956238573802407567129562385738024075671295623857380240756712956238573802407567129562385738024075671295623857380240756712956238573802407567" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 25f34372-c773-495e-a68f-8b4f8a634b8b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15180668299834899509 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1518066829983489950915180668299834899509151806682998348995091518066829983489950915180668299834899509151806682998348995091518066829983489950915180668299834899509151806682998348995091518066829983489950915180668299834899509151806682998348995091518066829983489950915180668299834899509151806682998348995091518066829983489950915180668299834899509151806682998348995091518066829983489950915180668299834899509" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 66c01fd2-5dea-4122-88cf-67b3b358b83c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 36d76b17-142a-4846-ac6a-e8eca134eceb, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 36d76b17-142a-4846-ac6a-e8eca134eceb, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13637035814422715875 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1363703581442271587513637035814422715875136370358144227158751363703581442271587513637035814422715875136370358144227158751363703581442271587513637035814422715875136370358144227158751363703581442271587513637035814422715875136370358144227158751363703581442271587513637035814422715875136370358144227158751363703581442271587513637035814422715875136370358144227158751363703581442271587513637035814422715875" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 25f34372-c773-495e-a68f-8b4f8a634b8b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 453913c3-9298-462b-aae3-58ef88f6e535, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 453913c3-9298-462b-aae3-58ef88f6e535, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12407926098141315517 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1240792609814131551712407926098141315517124079260981413155171240792609814131551712407926098141315517124079260981413155171240792609814131551712407926098141315517124079260981413155171240792609814131551712407926098141315517124079260981413155171240792609814131551712407926098141315517124079260981413155171240792609814131551712407926098141315517124079260981413155171240792609814131551712407926098141315517" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 36d76b17-142a-4846-ac6a-e8eca134eceb, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, edaf97ca-5ffc-45fa-8558-6646f5166b22, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, edaf97ca-5ffc-45fa-8558-6646f5166b22, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15317416377651439319 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1531741637765143931915317416377651439319153174163776514393191531741637765143931915317416377651439319153174163776514393191531741637765143931915317416377651439319153174163776514393191531741637765143931915317416377651439319153174163776514393191531741637765143931915317416377651439319153174163776514393191531741637765143931915317416377651439319153174163776514393191531741637765143931915317416377651439319" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 453913c3-9298-462b-aae3-58ef88f6e535, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6692bc38-9c1f-4b65-971e-b55cdf91c330, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6692bc38-9c1f-4b65-971e-b55cdf91c330, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4926629033856626984 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49266290338566269844926629033856626984492662903385662698449266290338566269844926629033856626984492662903385662698449266290338566269844926629033856626984492662903385662698449266290338566269844926629033856626984492662903385662698449266290338566269844926629033856626984492662903385662698449266290338566269844926629033856626984492662903385662698449266290338566269844926629033856626984" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, edaf97ca-5ffc-45fa-8558-6646f5166b22, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 603ea52d-5e76-40ba-8063-5c97272d6c99, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 603ea52d-5e76-40ba-8063-5c97272d6c99, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6011105155434001218 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60111051554340012186011105155434001218601110515543400121860111051554340012186011105155434001218601110515543400121860111051554340012186011105155434001218601110515543400121860111051554340012186011105155434001218601110515543400121860111051554340012186011105155434001218601110515543400121860111051554340012186011105155434001218601110515543400121860111051554340012186011105155434001218" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6692bc38-9c1f-4b65-971e-b55cdf91c330, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e1e2d0c0-fa2f-4c2c-b79e-aaf7615df518, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e1e2d0c0-fa2f-4c2c-b79e-aaf7615df518, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15539438966308301730 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1553943896630830173015539438966308301730155394389663083017301553943896630830173015539438966308301730155394389663083017301553943896630830173015539438966308301730155394389663083017301553943896630830173015539438966308301730155394389663083017301553943896630830173015539438966308301730155394389663083017301553943896630830173015539438966308301730155394389663083017301553943896630830173015539438966308301730" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 603ea52d-5e76-40ba-8063-5c97272d6c99, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, eec91bf6-8e12-45d7-9b83-d94600a5e3d8, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eec91bf6-8e12-45d7-9b83-d94600a5e3d8, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12702566694044460359 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1270256669404446035912702566694044460359127025666940444603591270256669404446035912702566694044460359127025666940444603591270256669404446035912702566694044460359127025666940444603591270256669404446035912702566694044460359127025666940444603591270256669404446035912702566694044460359127025666940444603591270256669404446035912702566694044460359127025666940444603591270256669404446035912702566694044460359" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e1e2d0c0-fa2f-4c2c-b79e-aaf7615df518, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e761a432-385f-49a2-931f-3adb7ffd5087, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e761a432-385f-49a2-931f-3adb7ffd5087, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14326073222650816482 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1432607322265081648214326073222650816482143260732226508164821432607322265081648214326073222650816482143260732226508164821432607322265081648214326073222650816482143260732226508164821432607322265081648214326073222650816482143260732226508164821432607322265081648214326073222650816482143260732226508164821432607322265081648214326073222650816482143260732226508164821432607322265081648214326073222650816482" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eec91bf6-8e12-45d7-9b83-d94600a5e3d8, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6e510889-01be-4259-87c5-f52c83102f35, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6e510889-01be-4259-87c5-f52c83102f35, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13750271378070791518 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1375027137807079151813750271378070791518137502713780707915181375027137807079151813750271378070791518137502713780707915181375027137807079151813750271378070791518137502713780707915181375027137807079151813750271378070791518137502713780707915181375027137807079151813750271378070791518137502713780707915181375027137807079151813750271378070791518137502713780707915181375027137807079151813750271378070791518" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e761a432-385f-49a2-931f-3adb7ffd5087, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d5ec8e80-b7db-400b-98d4-08ed70b7a47f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d5ec8e80-b7db-400b-98d4-08ed70b7a47f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2072698159935095368 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20726981599350953682072698159935095368207269815993509536820726981599350953682072698159935095368207269815993509536820726981599350953682072698159935095368207269815993509536820726981599350953682072698159935095368207269815993509536820726981599350953682072698159935095368207269815993509536820726981599350953682072698159935095368207269815993509536820726981599350953682072698159935095368" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6e510889-01be-4259-87c5-f52c83102f35, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 042b41a5-00b5-4ebd-89ea-fd19220e43f3, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 042b41a5-00b5-4ebd-89ea-fd19220e43f3, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17688954798846078771 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1768895479884607877117688954798846078771176889547988460787711768895479884607877117688954798846078771176889547988460787711768895479884607877117688954798846078771176889547988460787711768895479884607877117688954798846078771176889547988460787711768895479884607877117688954798846078771176889547988460787711768895479884607877117688954798846078771176889547988460787711768895479884607877117688954798846078771" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d5ec8e80-b7db-400b-98d4-08ed70b7a47f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 72423246-7d5c-4170-adbd-c9fda71009fe, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 72423246-7d5c-4170-adbd-c9fda71009fe, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1114726942346789778 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11147269423467897781114726942346789778111472694234678977811147269423467897781114726942346789778111472694234678977811147269423467897781114726942346789778111472694234678977811147269423467897781114726942346789778111472694234678977811147269423467897781114726942346789778111472694234678977811147269423467897781114726942346789778111472694234678977811147269423467897781114726942346789778" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 042b41a5-00b5-4ebd-89ea-fd19220e43f3, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6d66bcb7-2cf7-4047-a6ac-3e22e73cf69f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6d66bcb7-2cf7-4047-a6ac-3e22e73cf69f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7203941773914886031 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72039417739148860317203941773914886031720394177391488603172039417739148860317203941773914886031720394177391488603172039417739148860317203941773914886031720394177391488603172039417739148860317203941773914886031720394177391488603172039417739148860317203941773914886031720394177391488603172039417739148860317203941773914886031720394177391488603172039417739148860317203941773914886031" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 72423246-7d5c-4170-adbd-c9fda71009fe, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 00e67db7-ae13-427a-8d45-5c978a4fe629, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 00e67db7-ae13-427a-8d45-5c978a4fe629, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14325299760523584719 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1432529976052358471914325299760523584719143252997605235847191432529976052358471914325299760523584719143252997605235847191432529976052358471914325299760523584719143252997605235847191432529976052358471914325299760523584719143252997605235847191432529976052358471914325299760523584719143252997605235847191432529976052358471914325299760523584719143252997605235847191432529976052358471914325299760523584719" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6d66bcb7-2cf7-4047-a6ac-3e22e73cf69f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2589783d-a188-4a90-bad0-1a0a411d961f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2589783d-a188-4a90-bad0-1a0a411d961f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16907616226318701731 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1690761622631870173116907616226318701731169076162263187017311690761622631870173116907616226318701731169076162263187017311690761622631870173116907616226318701731169076162263187017311690761622631870173116907616226318701731169076162263187017311690761622631870173116907616226318701731169076162263187017311690761622631870173116907616226318701731169076162263187017311690761622631870173116907616226318701731" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 00e67db7-ae13-427a-8d45-5c978a4fe629, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f6943e56-4c0f-4e27-af02-4a8812b54661, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f6943e56-4c0f-4e27-af02-4a8812b54661, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8965529623053173318 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89655296230531733188965529623053173318896552962305317331889655296230531733188965529623053173318896552962305317331889655296230531733188965529623053173318896552962305317331889655296230531733188965529623053173318896552962305317331889655296230531733188965529623053173318896552962305317331889655296230531733188965529623053173318896552962305317331889655296230531733188965529623053173318" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2589783d-a188-4a90-bad0-1a0a411d961f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0c2591ad-832c-47c4-bbac-5b0115b61539, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0c2591ad-832c-47c4-bbac-5b0115b61539, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3198024151607783046 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31980241516077830463198024151607783046319802415160778304631980241516077830463198024151607783046319802415160778304631980241516077830463198024151607783046319802415160778304631980241516077830463198024151607783046319802415160778304631980241516077830463198024151607783046319802415160778304631980241516077830463198024151607783046319802415160778304631980241516077830463198024151607783046" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f6943e56-4c0f-4e27-af02-4a8812b54661, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c5da21f5-9416-40eb-96ef-7e4cea96a6f5, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c5da21f5-9416-40eb-96ef-7e4cea96a6f5, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14723780059285568776 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1472378005928556877614723780059285568776147237800592855687761472378005928556877614723780059285568776147237800592855687761472378005928556877614723780059285568776147237800592855687761472378005928556877614723780059285568776147237800592855687761472378005928556877614723780059285568776147237800592855687761472378005928556877614723780059285568776147237800592855687761472378005928556877614723780059285568776" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0c2591ad-832c-47c4-bbac-5b0115b61539, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cd6f830f-00c5-47af-9a78-396a8de4d7dc, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cd6f830f-00c5-47af-9a78-396a8de4d7dc, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17947546364110486802 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1794754636411048680217947546364110486802179475463641104868021794754636411048680217947546364110486802179475463641104868021794754636411048680217947546364110486802179475463641104868021794754636411048680217947546364110486802179475463641104868021794754636411048680217947546364110486802179475463641104868021794754636411048680217947546364110486802179475463641104868021794754636411048680217947546364110486802" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c5da21f5-9416-40eb-96ef-7e4cea96a6f5, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6d12ea59-080a-457b-aa44-715f31263469, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6d12ea59-080a-457b-aa44-715f31263469, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16760908098369969223 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1676090809836996922316760908098369969223167609080983699692231676090809836996922316760908098369969223167609080983699692231676090809836996922316760908098369969223167609080983699692231676090809836996922316760908098369969223167609080983699692231676090809836996922316760908098369969223167609080983699692231676090809836996922316760908098369969223167609080983699692231676090809836996922316760908098369969223" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cd6f830f-00c5-47af-9a78-396a8de4d7dc, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5aac4eb6-72e7-4468-a8fc-efe342020ece, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5aac4eb6-72e7-4468-a8fc-efe342020ece, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2442875763256407264 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24428757632564072642442875763256407264244287576325640726424428757632564072642442875763256407264244287576325640726424428757632564072642442875763256407264244287576325640726424428757632564072642442875763256407264244287576325640726424428757632564072642442875763256407264244287576325640726424428757632564072642442875763256407264244287576325640726424428757632564072642442875763256407264" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6d12ea59-080a-457b-aa44-715f31263469, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, de888b9d-5553-4f9d-8e60-5619268ace03, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, de888b9d-5553-4f9d-8e60-5619268ace03, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2711346554261780619 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27113465542617806192711346554261780619271134655426178061927113465542617806192711346554261780619271134655426178061927113465542617806192711346554261780619271134655426178061927113465542617806192711346554261780619271134655426178061927113465542617806192711346554261780619271134655426178061927113465542617806192711346554261780619271134655426178061927113465542617806192711346554261780619" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5aac4eb6-72e7-4468-a8fc-efe342020ece, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6a1d8468-d690-432e-a175-5ab166500f27, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6a1d8468-d690-432e-a175-5ab166500f27, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17779536905891443015 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1777953690589144301517779536905891443015177795369058914430151777953690589144301517779536905891443015177795369058914430151777953690589144301517779536905891443015177795369058914430151777953690589144301517779536905891443015177795369058914430151777953690589144301517779536905891443015177795369058914430151777953690589144301517779536905891443015177795369058914430151777953690589144301517779536905891443015" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, de888b9d-5553-4f9d-8e60-5619268ace03, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c45ca93f-a47e-42de-a54c-f74e727aa0c0, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c45ca93f-a47e-42de-a54c-f74e727aa0c0, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7681744944751797453 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76817449447517974537681744944751797453768174494475179745376817449447517974537681744944751797453768174494475179745376817449447517974537681744944751797453768174494475179745376817449447517974537681744944751797453768174494475179745376817449447517974537681744944751797453768174494475179745376817449447517974537681744944751797453768174494475179745376817449447517974537681744944751797453" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6a1d8468-d690-432e-a175-5ab166500f27, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4ab387c4-5f06-41c2-a8fe-0f08588a9562, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4ab387c4-5f06-41c2-a8fe-0f08588a9562, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4004707896124402276 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40047078961244022764004707896124402276400470789612440227640047078961244022764004707896124402276400470789612440227640047078961244022764004707896124402276400470789612440227640047078961244022764004707896124402276400470789612440227640047078961244022764004707896124402276400470789612440227640047078961244022764004707896124402276400470789612440227640047078961244022764004707896124402276" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c45ca93f-a47e-42de-a54c-f74e727aa0c0, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a548242d-bc5f-4036-a411-c6e841c57cca, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a548242d-bc5f-4036-a411-c6e841c57cca, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4719043939663386932 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47190439396633869324719043939663386932471904393966338693247190439396633869324719043939663386932471904393966338693247190439396633869324719043939663386932471904393966338693247190439396633869324719043939663386932471904393966338693247190439396633869324719043939663386932471904393966338693247190439396633869324719043939663386932471904393966338693247190439396633869324719043939663386932" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4ab387c4-5f06-41c2-a8fe-0f08588a9562, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 09c507a2-ff29-452f-a575-2b9806e04662, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 09c507a2-ff29-452f-a575-2b9806e04662, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1232937430718907629 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12329374307189076291232937430718907629123293743071890762912329374307189076291232937430718907629123293743071890762912329374307189076291232937430718907629123293743071890762912329374307189076291232937430718907629123293743071890762912329374307189076291232937430718907629123293743071890762912329374307189076291232937430718907629123293743071890762912329374307189076291232937430718907629" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a548242d-bc5f-4036-a411-c6e841c57cca, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8a68b33e-c173-4891-9796-e5364a9c9f54, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8a68b33e-c173-4891-9796-e5364a9c9f54, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18094310697419565579 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1809431069741956557918094310697419565579180943106974195655791809431069741956557918094310697419565579180943106974195655791809431069741956557918094310697419565579180943106974195655791809431069741956557918094310697419565579180943106974195655791809431069741956557918094310697419565579180943106974195655791809431069741956557918094310697419565579180943106974195655791809431069741956557918094310697419565579" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 09c507a2-ff29-452f-a575-2b9806e04662, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f08fa7ab-9274-421c-adc0-d17782d53905, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f08fa7ab-9274-421c-adc0-d17782d53905, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17335663405128799864 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1733566340512879986417335663405128799864173356634051287998641733566340512879986417335663405128799864173356634051287998641733566340512879986417335663405128799864173356634051287998641733566340512879986417335663405128799864173356634051287998641733566340512879986417335663405128799864173356634051287998641733566340512879986417335663405128799864173356634051287998641733566340512879986417335663405128799864" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8a68b33e-c173-4891-9796-e5364a9c9f54, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5dd5591d-6c37-4691-b766-29fb64a686f1, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5dd5591d-6c37-4691-b766-29fb64a686f1, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13752387343553629498 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1375238734355362949813752387343553629498137523873435536294981375238734355362949813752387343553629498137523873435536294981375238734355362949813752387343553629498137523873435536294981375238734355362949813752387343553629498137523873435536294981375238734355362949813752387343553629498137523873435536294981375238734355362949813752387343553629498137523873435536294981375238734355362949813752387343553629498" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5dd5591d-6c37-4691-b766-29fb64a686f1, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 333d696c-26fb-426b-bca7-a2dc12084267, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 333d696c-26fb-426b-bca7-a2dc12084267, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13128277153585819754 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1312827715358581975413128277153585819754131282771535858197541312827715358581975413128277153585819754131282771535858197541312827715358581975413128277153585819754131282771535858197541312827715358581975413128277153585819754131282771535858197541312827715358581975413128277153585819754131282771535858197541312827715358581975413128277153585819754131282771535858197541312827715358581975413128277153585819754" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f08fa7ab-9274-421c-adc0-d17782d53905, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8cdd3a5b-2a7e-423d-a27a-dd04eb616ed0, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8cdd3a5b-2a7e-423d-a27a-dd04eb616ed0, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18428596537919705394 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1842859653791970539418428596537919705394184285965379197053941842859653791970539418428596537919705394184285965379197053941842859653791970539418428596537919705394184285965379197053941842859653791970539418428596537919705394184285965379197053941842859653791970539418428596537919705394184285965379197053941842859653791970539418428596537919705394184285965379197053941842859653791970539418428596537919705394" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 333d696c-26fb-426b-bca7-a2dc12084267, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e833147d-df15-4c28-8c9a-6483ba7c8924, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e833147d-df15-4c28-8c9a-6483ba7c8924, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4172334250879660577 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41723342508796605774172334250879660577417233425087966057741723342508796605774172334250879660577417233425087966057741723342508796605774172334250879660577417233425087966057741723342508796605774172334250879660577417233425087966057741723342508796605774172334250879660577417233425087966057741723342508796605774172334250879660577417233425087966057741723342508796605774172334250879660577" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e833147d-df15-4c28-8c9a-6483ba7c8924, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 198292eb-c365-4e4b-ac54-8b66aa219599, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 198292eb-c365-4e4b-ac54-8b66aa219599, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9644255904454494073 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96442559044544940739644255904454494073964425590445449407396442559044544940739644255904454494073964425590445449407396442559044544940739644255904454494073964425590445449407396442559044544940739644255904454494073964425590445449407396442559044544940739644255904454494073964425590445449407396442559044544940739644255904454494073964425590445449407396442559044544940739644255904454494073" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8cdd3a5b-2a7e-423d-a27a-dd04eb616ed0, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ed60eb4d-a03a-4e0e-859d-4c436bc1f17d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ed60eb4d-a03a-4e0e-859d-4c436bc1f17d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12464683838927797987 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1246468383892779798712464683838927797987124646838389277979871246468383892779798712464683838927797987124646838389277979871246468383892779798712464683838927797987124646838389277979871246468383892779798712464683838927797987124646838389277979871246468383892779798712464683838927797987124646838389277979871246468383892779798712464683838927797987124646838389277979871246468383892779798712464683838927797987" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 198292eb-c365-4e4b-ac54-8b66aa219599, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ae80047d-c559-463c-a7d6-9717889ae5ab, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ed60eb4d-a03a-4e0e-859d-4c436bc1f17d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ae80047d-c559-463c-a7d6-9717889ae5ab, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4589915571407545321 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45899155714075453214589915571407545321458991557140754532145899155714075453214589915571407545321458991557140754532145899155714075453214589915571407545321458991557140754532145899155714075453214589915571407545321458991557140754532145899155714075453214589915571407545321458991557140754532145899155714075453214589915571407545321458991557140754532145899155714075453214589915571407545321" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 312c9bb4-4886-488b-a582-352582732417, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 312c9bb4-4886-488b-a582-352582732417, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12341854745054327076 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1234185474505432707612341854745054327076123418547450543270761234185474505432707612341854745054327076123418547450543270761234185474505432707612341854745054327076123418547450543270761234185474505432707612341854745054327076123418547450543270761234185474505432707612341854745054327076123418547450543270761234185474505432707612341854745054327076123418547450543270761234185474505432707612341854745054327076" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ae80047d-c559-463c-a7d6-9717889ae5ab, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 53a843c1-3938-4b4b-81d0-dfdfc3f5769f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 53a843c1-3938-4b4b-81d0-dfdfc3f5769f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 544307219558033771 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "544307219558033771544307219558033771544307219558033771544307219558033771544307219558033771544307219558033771544307219558033771544307219558033771544307219558033771544307219558033771544307219558033771544307219558033771544307219558033771544307219558033771544307219558033771544307219558033771544307219558033771544307219558033771544307219558033771544307219558033771" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 312c9bb4-4886-488b-a582-352582732417, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1273019f-7ac0-46d8-8239-55c847d8143e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1273019f-7ac0-46d8-8239-55c847d8143e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13896270457135467507 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1389627045713546750713896270457135467507138962704571354675071389627045713546750713896270457135467507138962704571354675071389627045713546750713896270457135467507138962704571354675071389627045713546750713896270457135467507138962704571354675071389627045713546750713896270457135467507138962704571354675071389627045713546750713896270457135467507138962704571354675071389627045713546750713896270457135467507" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 53a843c1-3938-4b4b-81d0-dfdfc3f5769f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5f5141f0-5d73-4ec1-878c-1dd52a0a3e56, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5f5141f0-5d73-4ec1-878c-1dd52a0a3e56, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17868859185714101829 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1786885918571410182917868859185714101829178688591857141018291786885918571410182917868859185714101829178688591857141018291786885918571410182917868859185714101829178688591857141018291786885918571410182917868859185714101829178688591857141018291786885918571410182917868859185714101829178688591857141018291786885918571410182917868859185714101829178688591857141018291786885918571410182917868859185714101829" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1273019f-7ac0-46d8-8239-55c847d8143e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1749c5f5-681a-402c-b819-c9bfacbe421b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1749c5f5-681a-402c-b819-c9bfacbe421b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4880115982270156822 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48801159822701568224880115982270156822488011598227015682248801159822701568224880115982270156822488011598227015682248801159822701568224880115982270156822488011598227015682248801159822701568224880115982270156822488011598227015682248801159822701568224880115982270156822488011598227015682248801159822701568224880115982270156822488011598227015682248801159822701568224880115982270156822" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5f5141f0-5d73-4ec1-878c-1dd52a0a3e56, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0930d08f-c14f-4fec-9c31-f3706f6437db, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0930d08f-c14f-4fec-9c31-f3706f6437db, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15428670288546315128 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1542867028854631512815428670288546315128154286702885463151281542867028854631512815428670288546315128154286702885463151281542867028854631512815428670288546315128154286702885463151281542867028854631512815428670288546315128154286702885463151281542867028854631512815428670288546315128154286702885463151281542867028854631512815428670288546315128154286702885463151281542867028854631512815428670288546315128" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1749c5f5-681a-402c-b819-c9bfacbe421b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 64b168e4-3d8b-4c1a-9d82-42c38dcfa8ab, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 64b168e4-3d8b-4c1a-9d82-42c38dcfa8ab, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5897433432625118117 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58974334326251181175897433432625118117589743343262511811758974334326251181175897433432625118117589743343262511811758974334326251181175897433432625118117589743343262511811758974334326251181175897433432625118117589743343262511811758974334326251181175897433432625118117589743343262511811758974334326251181175897433432625118117589743343262511811758974334326251181175897433432625118117" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0930d08f-c14f-4fec-9c31-f3706f6437db, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ff817d70-5ebf-4f77-9024-f8d85b1bf887, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ff817d70-5ebf-4f77-9024-f8d85b1bf887, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8984121577897506584 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89841215778975065848984121577897506584898412157789750658489841215778975065848984121577897506584898412157789750658489841215778975065848984121577897506584898412157789750658489841215778975065848984121577897506584898412157789750658489841215778975065848984121577897506584898412157789750658489841215778975065848984121577897506584898412157789750658489841215778975065848984121577897506584" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 64b168e4-3d8b-4c1a-9d82-42c38dcfa8ab, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a9cb0e5e-4dd0-4a68-9c18-87892c5ef0a2, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a9cb0e5e-4dd0-4a68-9c18-87892c5ef0a2, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5832680135028078366 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58326801350280783665832680135028078366583268013502807836658326801350280783665832680135028078366583268013502807836658326801350280783665832680135028078366583268013502807836658326801350280783665832680135028078366583268013502807836658326801350280783665832680135028078366583268013502807836658326801350280783665832680135028078366583268013502807836658326801350280783665832680135028078366" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ff817d70-5ebf-4f77-9024-f8d85b1bf887, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, eabb2356-f70b-45a0-acc1-72cf90f4c324, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eabb2356-f70b-45a0-acc1-72cf90f4c324, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17525753172324265185 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1752575317232426518517525753172324265185175257531723242651851752575317232426518517525753172324265185175257531723242651851752575317232426518517525753172324265185175257531723242651851752575317232426518517525753172324265185175257531723242651851752575317232426518517525753172324265185175257531723242651851752575317232426518517525753172324265185175257531723242651851752575317232426518517525753172324265185" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a9cb0e5e-4dd0-4a68-9c18-87892c5ef0a2, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6658c583-26c1-4aee-82de-def9681c249b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6658c583-26c1-4aee-82de-def9681c249b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4625781278793038317 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46257812787930383174625781278793038317462578127879303831746257812787930383174625781278793038317462578127879303831746257812787930383174625781278793038317462578127879303831746257812787930383174625781278793038317462578127879303831746257812787930383174625781278793038317462578127879303831746257812787930383174625781278793038317462578127879303831746257812787930383174625781278793038317" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6658c583-26c1-4aee-82de-def9681c249b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 41685c3f-05d4-43c4-9596-4962c065c5ee, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 41685c3f-05d4-43c4-9596-4962c065c5ee, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12871543780023771278 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1287154378002377127812871543780023771278128715437800237712781287154378002377127812871543780023771278128715437800237712781287154378002377127812871543780023771278128715437800237712781287154378002377127812871543780023771278128715437800237712781287154378002377127812871543780023771278128715437800237712781287154378002377127812871543780023771278128715437800237712781287154378002377127812871543780023771278" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eabb2356-f70b-45a0-acc1-72cf90f4c324, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6e460274-17fd-4bcd-8cc6-6c7b5eba35b4, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6e460274-17fd-4bcd-8cc6-6c7b5eba35b4, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6097228205760790918 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60972282057607909186097228205760790918609722820576079091860972282057607909186097228205760790918609722820576079091860972282057607909186097228205760790918609722820576079091860972282057607909186097228205760790918609722820576079091860972282057607909186097228205760790918609722820576079091860972282057607909186097228205760790918609722820576079091860972282057607909186097228205760790918" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 41685c3f-05d4-43c4-9596-4962c065c5ee, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 361d1048-e715-40c3-bb91-4efe1650ad67, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 361d1048-e715-40c3-bb91-4efe1650ad67, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10480116986007797879 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1048011698600779787910480116986007797879104801169860077978791048011698600779787910480116986007797879104801169860077978791048011698600779787910480116986007797879104801169860077978791048011698600779787910480116986007797879104801169860077978791048011698600779787910480116986007797879104801169860077978791048011698600779787910480116986007797879104801169860077978791048011698600779787910480116986007797879" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6e460274-17fd-4bcd-8cc6-6c7b5eba35b4, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f2b708b6-9d1e-4d96-8303-cef3fb894738, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f2b708b6-9d1e-4d96-8303-cef3fb894738, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10740389150587463215 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1074038915058746321510740389150587463215107403891505874632151074038915058746321510740389150587463215107403891505874632151074038915058746321510740389150587463215107403891505874632151074038915058746321510740389150587463215107403891505874632151074038915058746321510740389150587463215107403891505874632151074038915058746321510740389150587463215107403891505874632151074038915058746321510740389150587463215" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 361d1048-e715-40c3-bb91-4efe1650ad67, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bf11cd92-3f19-49f6-90db-9262e2e83dbe, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bf11cd92-3f19-49f6-90db-9262e2e83dbe, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15719435896684381687 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1571943589668438168715719435896684381687157194358966843816871571943589668438168715719435896684381687157194358966843816871571943589668438168715719435896684381687157194358966843816871571943589668438168715719435896684381687157194358966843816871571943589668438168715719435896684381687157194358966843816871571943589668438168715719435896684381687157194358966843816871571943589668438168715719435896684381687" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f2b708b6-9d1e-4d96-8303-cef3fb894738, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 453ac9b3-57a1-45e0-8ad9-045ff56ddda8, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 453ac9b3-57a1-45e0-8ad9-045ff56ddda8, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5709924554820962102 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57099245548209621025709924554820962102570992455482096210257099245548209621025709924554820962102570992455482096210257099245548209621025709924554820962102570992455482096210257099245548209621025709924554820962102570992455482096210257099245548209621025709924554820962102570992455482096210257099245548209621025709924554820962102570992455482096210257099245548209621025709924554820962102" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bf11cd92-3f19-49f6-90db-9262e2e83dbe, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e520bade-d33e-4fde-94dc-9ab3d3351355, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e520bade-d33e-4fde-94dc-9ab3d3351355, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17046671453248026967 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1704667145324802696717046671453248026967170466714532480269671704667145324802696717046671453248026967170466714532480269671704667145324802696717046671453248026967170466714532480269671704667145324802696717046671453248026967170466714532480269671704667145324802696717046671453248026967170466714532480269671704667145324802696717046671453248026967170466714532480269671704667145324802696717046671453248026967" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 453ac9b3-57a1-45e0-8ad9-045ff56ddda8, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a62e3547-0387-4452-a251-0be4e35077b8, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a62e3547-0387-4452-a251-0be4e35077b8, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17009695112033858058 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1700969511203385805817009695112033858058170096951120338580581700969511203385805817009695112033858058170096951120338580581700969511203385805817009695112033858058170096951120338580581700969511203385805817009695112033858058170096951120338580581700969511203385805817009695112033858058170096951120338580581700969511203385805817009695112033858058170096951120338580581700969511203385805817009695112033858058" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e520bade-d33e-4fde-94dc-9ab3d3351355, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 44f69694-db49-4e3d-a812-7dabc4027749, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 44f69694-db49-4e3d-a812-7dabc4027749, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3475312082846000622 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34753120828460006223475312082846000622347531208284600062234753120828460006223475312082846000622347531208284600062234753120828460006223475312082846000622347531208284600062234753120828460006223475312082846000622347531208284600062234753120828460006223475312082846000622347531208284600062234753120828460006223475312082846000622347531208284600062234753120828460006223475312082846000622" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a62e3547-0387-4452-a251-0be4e35077b8, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c881a59c-6495-40ae-9fce-b8b3a4c88f3b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c881a59c-6495-40ae-9fce-b8b3a4c88f3b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5137926805384652924 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51379268053846529245137926805384652924513792680538465292451379268053846529245137926805384652924513792680538465292451379268053846529245137926805384652924513792680538465292451379268053846529245137926805384652924513792680538465292451379268053846529245137926805384652924513792680538465292451379268053846529245137926805384652924513792680538465292451379268053846529245137926805384652924" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 44f69694-db49-4e3d-a812-7dabc4027749, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d65a0df0-be12-49c7-8be4-1afe73442a38, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d65a0df0-be12-49c7-8be4-1afe73442a38, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11673949047141921998 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1167394904714192199811673949047141921998116739490471419219981167394904714192199811673949047141921998116739490471419219981167394904714192199811673949047141921998116739490471419219981167394904714192199811673949047141921998116739490471419219981167394904714192199811673949047141921998116739490471419219981167394904714192199811673949047141921998116739490471419219981167394904714192199811673949047141921998" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c881a59c-6495-40ae-9fce-b8b3a4c88f3b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f2e35bbb-d6b5-4976-8460-0a10469f03f9, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f2e35bbb-d6b5-4976-8460-0a10469f03f9, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1493455138484362151 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14934551384843621511493455138484362151149345513848436215114934551384843621511493455138484362151149345513848436215114934551384843621511493455138484362151149345513848436215114934551384843621511493455138484362151149345513848436215114934551384843621511493455138484362151149345513848436215114934551384843621511493455138484362151149345513848436215114934551384843621511493455138484362151" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d65a0df0-be12-49c7-8be4-1afe73442a38, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b7cd336d-2c6d-4cfc-ab71-a3eeee358696, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b7cd336d-2c6d-4cfc-ab71-a3eeee358696, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3864528556119798967 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38645285561197989673864528556119798967386452855611979896738645285561197989673864528556119798967386452855611979896738645285561197989673864528556119798967386452855611979896738645285561197989673864528556119798967386452855611979896738645285561197989673864528556119798967386452855611979896738645285561197989673864528556119798967386452855611979896738645285561197989673864528556119798967" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f2e35bbb-d6b5-4976-8460-0a10469f03f9, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e6b5e38b-0e29-48e8-b1bd-1356b8492351, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e6b5e38b-0e29-48e8-b1bd-1356b8492351, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18006225356195482552 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1800622535619548255218006225356195482552180062253561954825521800622535619548255218006225356195482552180062253561954825521800622535619548255218006225356195482552180062253561954825521800622535619548255218006225356195482552180062253561954825521800622535619548255218006225356195482552180062253561954825521800622535619548255218006225356195482552180062253561954825521800622535619548255218006225356195482552" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e6b5e38b-0e29-48e8-b1bd-1356b8492351, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b7cd336d-2c6d-4cfc-ab71-a3eeee358696, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5c668352-e817-4505-bf4c-cd0fd5f28c94, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5c668352-e817-4505-bf4c-cd0fd5f28c94, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13630501133243257029 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1363050113324325702913630501133243257029136305011332432570291363050113324325702913630501133243257029136305011332432570291363050113324325702913630501133243257029136305011332432570291363050113324325702913630501133243257029136305011332432570291363050113324325702913630501133243257029136305011332432570291363050113324325702913630501133243257029136305011332432570291363050113324325702913630501133243257029" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 88f6bab4-b72b-4d7c-8b71-f9d7e65647ad, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 88f6bab4-b72b-4d7c-8b71-f9d7e65647ad, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15928935788995948488 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1592893578899594848815928935788995948488159289357889959484881592893578899594848815928935788995948488159289357889959484881592893578899594848815928935788995948488159289357889959484881592893578899594848815928935788995948488159289357889959484881592893578899594848815928935788995948488159289357889959484881592893578899594848815928935788995948488159289357889959484881592893578899594848815928935788995948488" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 88f6bab4-b72b-4d7c-8b71-f9d7e65647ad, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9e757d44-0db0-41b6-b490-0a9a9af77711, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9e757d44-0db0-41b6-b490-0a9a9af77711, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17061008206603544891 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1706100820660354489117061008206603544891170610082066035448911706100820660354489117061008206603544891170610082066035448911706100820660354489117061008206603544891170610082066035448911706100820660354489117061008206603544891170610082066035448911706100820660354489117061008206603544891170610082066035448911706100820660354489117061008206603544891170610082066035448911706100820660354489117061008206603544891" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5c668352-e817-4505-bf4c-cd0fd5f28c94, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2fdccb9a-348e-4ba9-ae8e-91b978d6d70e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2fdccb9a-348e-4ba9-ae8e-91b978d6d70e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5161300047440492893 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51613000474404928935161300047440492893516130004744049289351613000474404928935161300047440492893516130004744049289351613000474404928935161300047440492893516130004744049289351613000474404928935161300047440492893516130004744049289351613000474404928935161300047440492893516130004744049289351613000474404928935161300047440492893516130004744049289351613000474404928935161300047440492893" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9e757d44-0db0-41b6-b490-0a9a9af77711, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 697a0e2c-a38b-49c7-973e-bfd24fd6ca41, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 697a0e2c-a38b-49c7-973e-bfd24fd6ca41, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8449722220631808239 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84497222206318082398449722220631808239844972222063180823984497222206318082398449722220631808239844972222063180823984497222206318082398449722220631808239844972222063180823984497222206318082398449722220631808239844972222063180823984497222206318082398449722220631808239844972222063180823984497222206318082398449722220631808239844972222063180823984497222206318082398449722220631808239" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2fdccb9a-348e-4ba9-ae8e-91b978d6d70e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7994c150-ea9f-44d6-a105-85b71972ffc0, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7994c150-ea9f-44d6-a105-85b71972ffc0, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10476887567844512441 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1047688756784451244110476887567844512441104768875678445124411047688756784451244110476887567844512441104768875678445124411047688756784451244110476887567844512441104768875678445124411047688756784451244110476887567844512441104768875678445124411047688756784451244110476887567844512441104768875678445124411047688756784451244110476887567844512441104768875678445124411047688756784451244110476887567844512441" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 697a0e2c-a38b-49c7-973e-bfd24fd6ca41, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 806d8fc3-7eb9-4d9c-8d56-ec1154884f8d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 806d8fc3-7eb9-4d9c-8d56-ec1154884f8d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3373846187131167567 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33738461871311675673373846187131167567337384618713116756733738461871311675673373846187131167567337384618713116756733738461871311675673373846187131167567337384618713116756733738461871311675673373846187131167567337384618713116756733738461871311675673373846187131167567337384618713116756733738461871311675673373846187131167567337384618713116756733738461871311675673373846187131167567" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7994c150-ea9f-44d6-a105-85b71972ffc0, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cbc79a1e-1412-444e-88bd-2acd2c27fbcd, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cbc79a1e-1412-444e-88bd-2acd2c27fbcd, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5148192550341047265 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51481925503410472655148192550341047265514819255034104726551481925503410472655148192550341047265514819255034104726551481925503410472655148192550341047265514819255034104726551481925503410472655148192550341047265514819255034104726551481925503410472655148192550341047265514819255034104726551481925503410472655148192550341047265514819255034104726551481925503410472655148192550341047265" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 806d8fc3-7eb9-4d9c-8d56-ec1154884f8d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 56663c64-4ecb-4c88-b1e2-3db43adff684, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 56663c64-4ecb-4c88-b1e2-3db43adff684, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13918566828925454930 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1391856682892545493013918566828925454930139185668289254549301391856682892545493013918566828925454930139185668289254549301391856682892545493013918566828925454930139185668289254549301391856682892545493013918566828925454930139185668289254549301391856682892545493013918566828925454930139185668289254549301391856682892545493013918566828925454930139185668289254549301391856682892545493013918566828925454930" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cbc79a1e-1412-444e-88bd-2acd2c27fbcd, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a4bd57d9-1bab-4570-8808-7fbe38dc9b0f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a4bd57d9-1bab-4570-8808-7fbe38dc9b0f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6835973845332235037 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68359738453322350376835973845332235037683597384533223503768359738453322350376835973845332235037683597384533223503768359738453322350376835973845332235037683597384533223503768359738453322350376835973845332235037683597384533223503768359738453322350376835973845332235037683597384533223503768359738453322350376835973845332235037683597384533223503768359738453322350376835973845332235037" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 56663c64-4ecb-4c88-b1e2-3db43adff684, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6596c28a-4e7d-4d99-a46c-90a88f1f00cc, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6596c28a-4e7d-4d99-a46c-90a88f1f00cc, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 880618142989260322 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "880618142989260322880618142989260322880618142989260322880618142989260322880618142989260322880618142989260322880618142989260322880618142989260322880618142989260322880618142989260322880618142989260322880618142989260322880618142989260322880618142989260322880618142989260322880618142989260322880618142989260322880618142989260322880618142989260322880618142989260322" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a4bd57d9-1bab-4570-8808-7fbe38dc9b0f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 904fee14-8c57-4c64-bf6f-2fecf4f7c198, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 904fee14-8c57-4c64-bf6f-2fecf4f7c198, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5098115414516772100 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50981154145167721005098115414516772100509811541451677210050981154145167721005098115414516772100509811541451677210050981154145167721005098115414516772100509811541451677210050981154145167721005098115414516772100509811541451677210050981154145167721005098115414516772100509811541451677210050981154145167721005098115414516772100509811541451677210050981154145167721005098115414516772100" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6596c28a-4e7d-4d99-a46c-90a88f1f00cc, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bdf26405-6b08-4758-b737-25752c48c339, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bdf26405-6b08-4758-b737-25752c48c339, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10397594143287335099 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1039759414328733509910397594143287335099103975941432873350991039759414328733509910397594143287335099103975941432873350991039759414328733509910397594143287335099103975941432873350991039759414328733509910397594143287335099103975941432873350991039759414328733509910397594143287335099103975941432873350991039759414328733509910397594143287335099103975941432873350991039759414328733509910397594143287335099" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 904fee14-8c57-4c64-bf6f-2fecf4f7c198, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8afa5630-0c20-469d-abef-0cf1102e3280, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8afa5630-0c20-469d-abef-0cf1102e3280, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10687086957809255289 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1068708695780925528910687086957809255289106870869578092552891068708695780925528910687086957809255289106870869578092552891068708695780925528910687086957809255289106870869578092552891068708695780925528910687086957809255289106870869578092552891068708695780925528910687086957809255289106870869578092552891068708695780925528910687086957809255289106870869578092552891068708695780925528910687086957809255289" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bdf26405-6b08-4758-b737-25752c48c339, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fc189d6b-c792-41eb-b59d-9b92c6a887ad, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fc189d6b-c792-41eb-b59d-9b92c6a887ad, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3473393113395917371 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34733931133959173713473393113395917371347339311339591737134733931133959173713473393113395917371347339311339591737134733931133959173713473393113395917371347339311339591737134733931133959173713473393113395917371347339311339591737134733931133959173713473393113395917371347339311339591737134733931133959173713473393113395917371347339311339591737134733931133959173713473393113395917371" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8afa5630-0c20-469d-abef-0cf1102e3280, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 97a759b9-aec8-4ced-b4d0-8d59e34e5970, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 97a759b9-aec8-4ced-b4d0-8d59e34e5970, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 70581334861930592 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "7058133486193059270581334861930592705813348619305927058133486193059270581334861930592705813348619305927058133486193059270581334861930592705813348619305927058133486193059270581334861930592705813348619305927058133486193059270581334861930592705813348619305927058133486193059270581334861930592705813348619305927058133486193059270581334861930592" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fc189d6b-c792-41eb-b59d-9b92c6a887ad, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4e2ea904-dcff-4a9f-b7dd-5eea3bfdadf1, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4e2ea904-dcff-4a9f-b7dd-5eea3bfdadf1, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11536308355307774878 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1153630835530777487811536308355307774878115363083553077748781153630835530777487811536308355307774878115363083553077748781153630835530777487811536308355307774878115363083553077748781153630835530777487811536308355307774878115363083553077748781153630835530777487811536308355307774878115363083553077748781153630835530777487811536308355307774878115363083553077748781153630835530777487811536308355307774878" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 97a759b9-aec8-4ced-b4d0-8d59e34e5970, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e71624dc-9f3e-4c86-a14c-96279c61ad99, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e71624dc-9f3e-4c86-a14c-96279c61ad99, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3063699742345742967 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30636997423457429673063699742345742967306369974234574296730636997423457429673063699742345742967306369974234574296730636997423457429673063699742345742967306369974234574296730636997423457429673063699742345742967306369974234574296730636997423457429673063699742345742967306369974234574296730636997423457429673063699742345742967306369974234574296730636997423457429673063699742345742967" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4e2ea904-dcff-4a9f-b7dd-5eea3bfdadf1, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a9e04746-c3f1-4e9f-a7fd-419ea5aa9c67, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a9e04746-c3f1-4e9f-a7fd-419ea5aa9c67, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4732013737713273162 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47320137377132731624732013737713273162473201373771327316247320137377132731624732013737713273162473201373771327316247320137377132731624732013737713273162473201373771327316247320137377132731624732013737713273162473201373771327316247320137377132731624732013737713273162473201373771327316247320137377132731624732013737713273162473201373771327316247320137377132731624732013737713273162" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e71624dc-9f3e-4c86-a14c-96279c61ad99, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f51d583b-65e0-44b1-9e7b-a498af601a24, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f51d583b-65e0-44b1-9e7b-a498af601a24, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1660267190481294657 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16602671904812946571660267190481294657166026719048129465716602671904812946571660267190481294657166026719048129465716602671904812946571660267190481294657166026719048129465716602671904812946571660267190481294657166026719048129465716602671904812946571660267190481294657166026719048129465716602671904812946571660267190481294657166026719048129465716602671904812946571660267190481294657" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a9e04746-c3f1-4e9f-a7fd-419ea5aa9c67, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9bbcdca1-1b3f-403f-b1c7-e438eb4d1f87, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9bbcdca1-1b3f-403f-b1c7-e438eb4d1f87, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14908782984358634506 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1490878298435863450614908782984358634506149087829843586345061490878298435863450614908782984358634506149087829843586345061490878298435863450614908782984358634506149087829843586345061490878298435863450614908782984358634506149087829843586345061490878298435863450614908782984358634506149087829843586345061490878298435863450614908782984358634506149087829843586345061490878298435863450614908782984358634506" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f51d583b-65e0-44b1-9e7b-a498af601a24, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5fc6f873-3c80-4ad9-9940-ae06c3df453a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5fc6f873-3c80-4ad9-9940-ae06c3df453a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15031973921178688058 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1503197392117868805815031973921178688058150319739211786880581503197392117868805815031973921178688058150319739211786880581503197392117868805815031973921178688058150319739211786880581503197392117868805815031973921178688058150319739211786880581503197392117868805815031973921178688058150319739211786880581503197392117868805815031973921178688058150319739211786880581503197392117868805815031973921178688058" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9bbcdca1-1b3f-403f-b1c7-e438eb4d1f87, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f15a7d6b-1bac-45fa-8b88-1d35ed634ebb, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f15a7d6b-1bac-45fa-8b88-1d35ed634ebb, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7651178041286638804 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76511780412866388047651178041286638804765117804128663880476511780412866388047651178041286638804765117804128663880476511780412866388047651178041286638804765117804128663880476511780412866388047651178041286638804765117804128663880476511780412866388047651178041286638804765117804128663880476511780412866388047651178041286638804765117804128663880476511780412866388047651178041286638804" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5fc6f873-3c80-4ad9-9940-ae06c3df453a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 091599ee-9543-4351-a8f6-0846118597eb, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 091599ee-9543-4351-a8f6-0846118597eb, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13170674479341303489 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1317067447934130348913170674479341303489131706744793413034891317067447934130348913170674479341303489131706744793413034891317067447934130348913170674479341303489131706744793413034891317067447934130348913170674479341303489131706744793413034891317067447934130348913170674479341303489131706744793413034891317067447934130348913170674479341303489131706744793413034891317067447934130348913170674479341303489" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f15a7d6b-1bac-45fa-8b88-1d35ed634ebb, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2cbf9059-33fa-423a-bd54-405b0ab52973, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2cbf9059-33fa-423a-bd54-405b0ab52973, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17568767936256404833 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1756876793625640483317568767936256404833175687679362564048331756876793625640483317568767936256404833175687679362564048331756876793625640483317568767936256404833175687679362564048331756876793625640483317568767936256404833175687679362564048331756876793625640483317568767936256404833175687679362564048331756876793625640483317568767936256404833175687679362564048331756876793625640483317568767936256404833" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 091599ee-9543-4351-a8f6-0846118597eb, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4326f689-82cf-49aa-a0c6-8b645b4ca9a8, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4326f689-82cf-49aa-a0c6-8b645b4ca9a8, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13223734749439130795 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1322373474943913079513223734749439130795132237347494391307951322373474943913079513223734749439130795132237347494391307951322373474943913079513223734749439130795132237347494391307951322373474943913079513223734749439130795132237347494391307951322373474943913079513223734749439130795132237347494391307951322373474943913079513223734749439130795132237347494391307951322373474943913079513223734749439130795" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2cbf9059-33fa-423a-bd54-405b0ab52973, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fbf0ad10-c813-484f-b3f9-4ad3ce9e14d2, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fbf0ad10-c813-484f-b3f9-4ad3ce9e14d2, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11440035831614135191 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1144003583161413519111440035831614135191114400358316141351911144003583161413519111440035831614135191114400358316141351911144003583161413519111440035831614135191114400358316141351911144003583161413519111440035831614135191114400358316141351911144003583161413519111440035831614135191114400358316141351911144003583161413519111440035831614135191114400358316141351911144003583161413519111440035831614135191" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4326f689-82cf-49aa-a0c6-8b645b4ca9a8, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8198c1e1-cb2a-4729-bd77-228f4a577792, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8198c1e1-cb2a-4729-bd77-228f4a577792, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7074165006280296504 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70741650062802965047074165006280296504707416500628029650470741650062802965047074165006280296504707416500628029650470741650062802965047074165006280296504707416500628029650470741650062802965047074165006280296504707416500628029650470741650062802965047074165006280296504707416500628029650470741650062802965047074165006280296504707416500628029650470741650062802965047074165006280296504" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fbf0ad10-c813-484f-b3f9-4ad3ce9e14d2, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 988502eb-d4fc-458c-a668-a4672a956bff, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 988502eb-d4fc-458c-a668-a4672a956bff, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5695297518307967063 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56952975183079670635695297518307967063569529751830796706356952975183079670635695297518307967063569529751830796706356952975183079670635695297518307967063569529751830796706356952975183079670635695297518307967063569529751830796706356952975183079670635695297518307967063569529751830796706356952975183079670635695297518307967063569529751830796706356952975183079670635695297518307967063" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8198c1e1-cb2a-4729-bd77-228f4a577792, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, eb45544a-4923-4990-a302-0a124e5698b4, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eb45544a-4923-4990-a302-0a124e5698b4, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4654506733645932502 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46545067336459325024654506733645932502465450673364593250246545067336459325024654506733645932502465450673364593250246545067336459325024654506733645932502465450673364593250246545067336459325024654506733645932502465450673364593250246545067336459325024654506733645932502465450673364593250246545067336459325024654506733645932502465450673364593250246545067336459325024654506733645932502" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 988502eb-d4fc-458c-a668-a4672a956bff, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b009b4cf-4b08-4e5e-8070-f4f72ec0bbab, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b009b4cf-4b08-4e5e-8070-f4f72ec0bbab, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14991446118615296809 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1499144611861529680914991446118615296809149914461186152968091499144611861529680914991446118615296809149914461186152968091499144611861529680914991446118615296809149914461186152968091499144611861529680914991446118615296809149914461186152968091499144611861529680914991446118615296809149914461186152968091499144611861529680914991446118615296809149914461186152968091499144611861529680914991446118615296809" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eb45544a-4923-4990-a302-0a124e5698b4, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 65499698-9931-44dc-94aa-1a5aaa1b7f72, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 65499698-9931-44dc-94aa-1a5aaa1b7f72, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6488198177891568961 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64881981778915689616488198177891568961648819817789156896164881981778915689616488198177891568961648819817789156896164881981778915689616488198177891568961648819817789156896164881981778915689616488198177891568961648819817789156896164881981778915689616488198177891568961648819817789156896164881981778915689616488198177891568961648819817789156896164881981778915689616488198177891568961" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b009b4cf-4b08-4e5e-8070-f4f72ec0bbab, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f6efbf60-0aba-4f09-ae23-869991e27f84, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f6efbf60-0aba-4f09-ae23-869991e27f84, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16834945499844500332 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1683494549984450033216834945499844500332168349454998445003321683494549984450033216834945499844500332168349454998445003321683494549984450033216834945499844500332168349454998445003321683494549984450033216834945499844500332168349454998445003321683494549984450033216834945499844500332168349454998445003321683494549984450033216834945499844500332168349454998445003321683494549984450033216834945499844500332" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 65499698-9931-44dc-94aa-1a5aaa1b7f72, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 79b32f1d-3086-414c-8ca7-163efcc4e689, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 79b32f1d-3086-414c-8ca7-163efcc4e689, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15144598969550377791 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1514459896955037779115144598969550377791151445989695503777911514459896955037779115144598969550377791151445989695503777911514459896955037779115144598969550377791151445989695503777911514459896955037779115144598969550377791151445989695503777911514459896955037779115144598969550377791151445989695503777911514459896955037779115144598969550377791151445989695503777911514459896955037779115144598969550377791" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f6efbf60-0aba-4f09-ae23-869991e27f84, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 085d1d4c-5ba6-434d-a289-c6df4fb33110, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 085d1d4c-5ba6-434d-a289-c6df4fb33110, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17927696926843794376 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1792769692684379437617927696926843794376179276969268437943761792769692684379437617927696926843794376179276969268437943761792769692684379437617927696926843794376179276969268437943761792769692684379437617927696926843794376179276969268437943761792769692684379437617927696926843794376179276969268437943761792769692684379437617927696926843794376179276969268437943761792769692684379437617927696926843794376" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 79b32f1d-3086-414c-8ca7-163efcc4e689, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d8a5872d-ac69-45b3-8264-02285e94f5aa, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d8a5872d-ac69-45b3-8264-02285e94f5aa, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6579123104938371958 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65791231049383719586579123104938371958657912310493837195865791231049383719586579123104938371958657912310493837195865791231049383719586579123104938371958657912310493837195865791231049383719586579123104938371958657912310493837195865791231049383719586579123104938371958657912310493837195865791231049383719586579123104938371958657912310493837195865791231049383719586579123104938371958" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 085d1d4c-5ba6-434d-a289-c6df4fb33110, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5a71f6ec-e516-4c11-9ea4-4d35ea46db85, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5a71f6ec-e516-4c11-9ea4-4d35ea46db85, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1617165703629972052 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16171657036299720521617165703629972052161716570362997205216171657036299720521617165703629972052161716570362997205216171657036299720521617165703629972052161716570362997205216171657036299720521617165703629972052161716570362997205216171657036299720521617165703629972052161716570362997205216171657036299720521617165703629972052161716570362997205216171657036299720521617165703629972052" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d8a5872d-ac69-45b3-8264-02285e94f5aa, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8266ff65-73d7-4b00-82a0-6dd7fe36015c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8266ff65-73d7-4b00-82a0-6dd7fe36015c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15196482801159597760 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1519648280115959776015196482801159597760151964828011595977601519648280115959776015196482801159597760151964828011595977601519648280115959776015196482801159597760151964828011595977601519648280115959776015196482801159597760151964828011595977601519648280115959776015196482801159597760151964828011595977601519648280115959776015196482801159597760151964828011595977601519648280115959776015196482801159597760" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5a71f6ec-e516-4c11-9ea4-4d35ea46db85, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 835103b6-6575-4765-9cda-797de22e67ad, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 835103b6-6575-4765-9cda-797de22e67ad, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15279953179542046627 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1527995317954204662715279953179542046627152799531795420466271527995317954204662715279953179542046627152799531795420466271527995317954204662715279953179542046627152799531795420466271527995317954204662715279953179542046627152799531795420466271527995317954204662715279953179542046627152799531795420466271527995317954204662715279953179542046627152799531795420466271527995317954204662715279953179542046627" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8266ff65-73d7-4b00-82a0-6dd7fe36015c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 872d7c81-f484-4e1f-bf11-d6b58a39b169, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 872d7c81-f484-4e1f-bf11-d6b58a39b169, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12633075804583452690 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1263307580458345269012633075804583452690126330758045834526901263307580458345269012633075804583452690126330758045834526901263307580458345269012633075804583452690126330758045834526901263307580458345269012633075804583452690126330758045834526901263307580458345269012633075804583452690126330758045834526901263307580458345269012633075804583452690126330758045834526901263307580458345269012633075804583452690" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 835103b6-6575-4765-9cda-797de22e67ad, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d8dffd1f-9325-4536-9f8c-b2c3d9f92d2f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d8dffd1f-9325-4536-9f8c-b2c3d9f92d2f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2938715481587983390 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29387154815879833902938715481587983390293871548158798339029387154815879833902938715481587983390293871548158798339029387154815879833902938715481587983390293871548158798339029387154815879833902938715481587983390293871548158798339029387154815879833902938715481587983390293871548158798339029387154815879833902938715481587983390293871548158798339029387154815879833902938715481587983390" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 872d7c81-f484-4e1f-bf11-d6b58a39b169, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9f980979-1b63-40d6-b147-d1d03143f128, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9f980979-1b63-40d6-b147-d1d03143f128, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 612101139489763134 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "612101139489763134612101139489763134612101139489763134612101139489763134612101139489763134612101139489763134612101139489763134612101139489763134612101139489763134612101139489763134612101139489763134612101139489763134612101139489763134612101139489763134612101139489763134612101139489763134612101139489763134612101139489763134612101139489763134612101139489763134" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d8dffd1f-9325-4536-9f8c-b2c3d9f92d2f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 96f45e83-11cf-4201-8de8-54677fdfcd52, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 96f45e83-11cf-4201-8de8-54677fdfcd52, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18159501858623494395 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1815950185862349439518159501858623494395181595018586234943951815950185862349439518159501858623494395181595018586234943951815950185862349439518159501858623494395181595018586234943951815950185862349439518159501858623494395181595018586234943951815950185862349439518159501858623494395181595018586234943951815950185862349439518159501858623494395181595018586234943951815950185862349439518159501858623494395" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9f980979-1b63-40d6-b147-d1d03143f128, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6ff29868-9d81-43cb-82e7-35d822d00da9, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6ff29868-9d81-43cb-82e7-35d822d00da9, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2359030355083206698 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23590303550832066982359030355083206698235903035508320669823590303550832066982359030355083206698235903035508320669823590303550832066982359030355083206698235903035508320669823590303550832066982359030355083206698235903035508320669823590303550832066982359030355083206698235903035508320669823590303550832066982359030355083206698235903035508320669823590303550832066982359030355083206698" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 96f45e83-11cf-4201-8de8-54677fdfcd52, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 40db8b4a-1b50-4928-93f8-1772c04484a0, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 40db8b4a-1b50-4928-93f8-1772c04484a0, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2986229947646604267 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29862299476466042672986229947646604267298622994764660426729862299476466042672986229947646604267298622994764660426729862299476466042672986229947646604267298622994764660426729862299476466042672986229947646604267298622994764660426729862299476466042672986229947646604267298622994764660426729862299476466042672986229947646604267298622994764660426729862299476466042672986229947646604267" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6ff29868-9d81-43cb-82e7-35d822d00da9, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cd583077-f5e6-41b4-b7a7-fe3ed9f452df, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cd583077-f5e6-41b4-b7a7-fe3ed9f452df, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4360944019384665135 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43609440193846651354360944019384665135436094401938466513543609440193846651354360944019384665135436094401938466513543609440193846651354360944019384665135436094401938466513543609440193846651354360944019384665135436094401938466513543609440193846651354360944019384665135436094401938466513543609440193846651354360944019384665135436094401938466513543609440193846651354360944019384665135" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 40db8b4a-1b50-4928-93f8-1772c04484a0, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cd583077-f5e6-41b4-b7a7-fe3ed9f452df, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 127ed2c6-377f-40de-b888-032040f8dc94, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6b2dd7bd-8f83-4959-8ccf-1c9eb942ba56, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6b2dd7bd-8f83-4959-8ccf-1c9eb942ba56, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17621674196673725395 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1762167419667372539517621674196673725395176216741966737253951762167419667372539517621674196673725395176216741966737253951762167419667372539517621674196673725395176216741966737253951762167419667372539517621674196673725395176216741966737253951762167419667372539517621674196673725395176216741966737253951762167419667372539517621674196673725395176216741966737253951762167419667372539517621674196673725395" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 127ed2c6-377f-40de-b888-032040f8dc94, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17434278243371311462 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1743427824337131146217434278243371311462174342782433713114621743427824337131146217434278243371311462174342782433713114621743427824337131146217434278243371311462174342782433713114621743427824337131146217434278243371311462174342782433713114621743427824337131146217434278243371311462174342782433713114621743427824337131146217434278243371311462174342782433713114621743427824337131146217434278243371311462" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6b2dd7bd-8f83-4959-8ccf-1c9eb942ba56, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 22f9a871-dfca-4044-8bab-e52fd6fc6d0b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 22f9a871-dfca-4044-8bab-e52fd6fc6d0b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5152248744021877380 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51522487440218773805152248744021877380515224874402187738051522487440218773805152248744021877380515224874402187738051522487440218773805152248744021877380515224874402187738051522487440218773805152248744021877380515224874402187738051522487440218773805152248744021877380515224874402187738051522487440218773805152248744021877380515224874402187738051522487440218773805152248744021877380" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 127ed2c6-377f-40de-b888-032040f8dc94, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 658a22ae-b2d9-4b20-80e4-8db744613b48, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 658a22ae-b2d9-4b20-80e4-8db744613b48, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2256057380587684461 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22560573805876844612256057380587684461225605738058768446122560573805876844612256057380587684461225605738058768446122560573805876844612256057380587684461225605738058768446122560573805876844612256057380587684461225605738058768446122560573805876844612256057380587684461225605738058768446122560573805876844612256057380587684461225605738058768446122560573805876844612256057380587684461" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 22f9a871-dfca-4044-8bab-e52fd6fc6d0b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f0c879e1-a933-4070-95cf-e3a95d5330ff, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 658a22ae-b2d9-4b20-80e4-8db744613b48, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, eb343cf5-4749-44b6-be43-7546436688a7, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f0c879e1-a933-4070-95cf-e3a95d5330ff, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5297649096106604488 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52976490961066044885297649096106604488529764909610660448852976490961066044885297649096106604488529764909610660448852976490961066044885297649096106604488529764909610660448852976490961066044885297649096106604488529764909610660448852976490961066044885297649096106604488529764909610660448852976490961066044885297649096106604488529764909610660448852976490961066044885297649096106604488" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eb343cf5-4749-44b6-be43-7546436688a7, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13829954280317012745 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1382995428031701274513829954280317012745138299542803170127451382995428031701274513829954280317012745138299542803170127451382995428031701274513829954280317012745138299542803170127451382995428031701274513829954280317012745138299542803170127451382995428031701274513829954280317012745138299542803170127451382995428031701274513829954280317012745138299542803170127451382995428031701274513829954280317012745" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f0c879e1-a933-4070-95cf-e3a95d5330ff, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6b66babc-dbe1-4516-b077-5275253d19a7, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6b66babc-dbe1-4516-b077-5275253d19a7, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4464736842539436366 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44647368425394363664464736842539436366446473684253943636644647368425394363664464736842539436366446473684253943636644647368425394363664464736842539436366446473684253943636644647368425394363664464736842539436366446473684253943636644647368425394363664464736842539436366446473684253943636644647368425394363664464736842539436366446473684253943636644647368425394363664464736842539436366" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eb343cf5-4749-44b6-be43-7546436688a7, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 83ab8b09-5a2a-4a46-931c-790a78c21d22, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 83ab8b09-5a2a-4a46-931c-790a78c21d22, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12752445644002767232 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1275244564400276723212752445644002767232127524456440027672321275244564400276723212752445644002767232127524456440027672321275244564400276723212752445644002767232127524456440027672321275244564400276723212752445644002767232127524456440027672321275244564400276723212752445644002767232127524456440027672321275244564400276723212752445644002767232127524456440027672321275244564400276723212752445644002767232" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6b66babc-dbe1-4516-b077-5275253d19a7, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dd8ef1a2-b442-4b3c-8ec8-27b381574a47, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dd8ef1a2-b442-4b3c-8ec8-27b381574a47, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13824555661984837764 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1382455566198483776413824555661984837764138245556619848377641382455566198483776413824555661984837764138245556619848377641382455566198483776413824555661984837764138245556619848377641382455566198483776413824555661984837764138245556619848377641382455566198483776413824555661984837764138245556619848377641382455566198483776413824555661984837764138245556619848377641382455566198483776413824555661984837764" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 83ab8b09-5a2a-4a46-931c-790a78c21d22, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9d27e9d4-d1e1-45ae-a8fd-de6cbcb5fc33, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9d27e9d4-d1e1-45ae-a8fd-de6cbcb5fc33, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14894278910912796197 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1489427891091279619714894278910912796197148942789109127961971489427891091279619714894278910912796197148942789109127961971489427891091279619714894278910912796197148942789109127961971489427891091279619714894278910912796197148942789109127961971489427891091279619714894278910912796197148942789109127961971489427891091279619714894278910912796197148942789109127961971489427891091279619714894278910912796197" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dd8ef1a2-b442-4b3c-8ec8-27b381574a47, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 339cf491-a2a1-4196-8b8b-52faaa54d6cc, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9d27e9d4-d1e1-45ae-a8fd-de6cbcb5fc33, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 339cf491-a2a1-4196-8b8b-52faaa54d6cc, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18390066038194376985 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1839006603819437698518390066038194376985183900660381943769851839006603819437698518390066038194376985183900660381943769851839006603819437698518390066038194376985183900660381943769851839006603819437698518390066038194376985183900660381943769851839006603819437698518390066038194376985183900660381943769851839006603819437698518390066038194376985183900660381943769851839006603819437698518390066038194376985" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ca9a2806-b36e-4006-a8bd-d32c7e8e5efe, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ca9a2806-b36e-4006-a8bd-d32c7e8e5efe, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1773983546006028088 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17739835460060280881773983546006028088177398354600602808817739835460060280881773983546006028088177398354600602808817739835460060280881773983546006028088177398354600602808817739835460060280881773983546006028088177398354600602808817739835460060280881773983546006028088177398354600602808817739835460060280881773983546006028088177398354600602808817739835460060280881773983546006028088" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 339cf491-a2a1-4196-8b8b-52faaa54d6cc, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 588e2cbb-531b-4ca9-a79d-3ccd2315ecae, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 588e2cbb-531b-4ca9-a79d-3ccd2315ecae, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8576794925165767751 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85767949251657677518576794925165767751857679492516576775185767949251657677518576794925165767751857679492516576775185767949251657677518576794925165767751857679492516576775185767949251657677518576794925165767751857679492516576775185767949251657677518576794925165767751857679492516576775185767949251657677518576794925165767751857679492516576775185767949251657677518576794925165767751" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ca9a2806-b36e-4006-a8bd-d32c7e8e5efe, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1d966942-40ba-4778-a860-9e533ac5d97c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 588e2cbb-531b-4ca9-a79d-3ccd2315ecae, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b964d417-f7d0-4d01-b22e-837836524e23, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b964d417-f7d0-4d01-b22e-837836524e23, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3962059274842747026 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39620592748427470263962059274842747026396205927484274702639620592748427470263962059274842747026396205927484274702639620592748427470263962059274842747026396205927484274702639620592748427470263962059274842747026396205927484274702639620592748427470263962059274842747026396205927484274702639620592748427470263962059274842747026396205927484274702639620592748427470263962059274842747026" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1d966942-40ba-4778-a860-9e533ac5d97c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12375300700652194547 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1237530070065219454712375300700652194547123753007006521945471237530070065219454712375300700652194547123753007006521945471237530070065219454712375300700652194547123753007006521945471237530070065219454712375300700652194547123753007006521945471237530070065219454712375300700652194547123753007006521945471237530070065219454712375300700652194547123753007006521945471237530070065219454712375300700652194547" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b964d417-f7d0-4d01-b22e-837836524e23, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 05d4ee72-8e5c-42cf-ac4e-529fb9c77b42, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 05d4ee72-8e5c-42cf-ac4e-529fb9c77b42, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 702103480580973241 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "702103480580973241702103480580973241702103480580973241702103480580973241702103480580973241702103480580973241702103480580973241702103480580973241702103480580973241702103480580973241702103480580973241702103480580973241702103480580973241702103480580973241702103480580973241702103480580973241702103480580973241702103480580973241702103480580973241702103480580973241" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1d966942-40ba-4778-a860-9e533ac5d97c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ed7ac6be-fbac-4041-bf84-476094143e7e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ed7ac6be-fbac-4041-bf84-476094143e7e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3067181538948922670 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30671815389489226703067181538948922670306718153894892267030671815389489226703067181538948922670306718153894892267030671815389489226703067181538948922670306718153894892267030671815389489226703067181538948922670306718153894892267030671815389489226703067181538948922670306718153894892267030671815389489226703067181538948922670306718153894892267030671815389489226703067181538948922670" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 05d4ee72-8e5c-42cf-ac4e-529fb9c77b42, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 90178033-b8e9-4dcc-aeec-a7f3c83c0cc2, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 90178033-b8e9-4dcc-aeec-a7f3c83c0cc2, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16000907671819108685 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1600090767181910868516000907671819108685160009076718191086851600090767181910868516000907671819108685160009076718191086851600090767181910868516000907671819108685160009076718191086851600090767181910868516000907671819108685160009076718191086851600090767181910868516000907671819108685160009076718191086851600090767181910868516000907671819108685160009076718191086851600090767181910868516000907671819108685" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ed7ac6be-fbac-4041-bf84-476094143e7e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f1e14855-92ab-44e9-8e0c-fdbab4a38fdc, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f1e14855-92ab-44e9-8e0c-fdbab4a38fdc, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17925870047675528115 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1792587004767552811517925870047675528115179258700476755281151792587004767552811517925870047675528115179258700476755281151792587004767552811517925870047675528115179258700476755281151792587004767552811517925870047675528115179258700476755281151792587004767552811517925870047675528115179258700476755281151792587004767552811517925870047675528115179258700476755281151792587004767552811517925870047675528115" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 90178033-b8e9-4dcc-aeec-a7f3c83c0cc2, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 81078bf2-bebd-47b0-b481-174126673c51, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 81078bf2-bebd-47b0-b481-174126673c51, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3808563100236108137 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38085631002361081373808563100236108137380856310023610813738085631002361081373808563100236108137380856310023610813738085631002361081373808563100236108137380856310023610813738085631002361081373808563100236108137380856310023610813738085631002361081373808563100236108137380856310023610813738085631002361081373808563100236108137380856310023610813738085631002361081373808563100236108137" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f1e14855-92ab-44e9-8e0c-fdbab4a38fdc, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8a6d2254-42e7-4ace-b258-ea26706124dc, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8a6d2254-42e7-4ace-b258-ea26706124dc, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15379696650380650872 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1537969665038065087215379696650380650872153796966503806508721537969665038065087215379696650380650872153796966503806508721537969665038065087215379696650380650872153796966503806508721537969665038065087215379696650380650872153796966503806508721537969665038065087215379696650380650872153796966503806508721537969665038065087215379696650380650872153796966503806508721537969665038065087215379696650380650872" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 81078bf2-bebd-47b0-b481-174126673c51, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6db98d38-9731-499c-94cb-794994a913de, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6db98d38-9731-499c-94cb-794994a913de, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2519219487180931425 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25192194871809314252519219487180931425251921948718093142525192194871809314252519219487180931425251921948718093142525192194871809314252519219487180931425251921948718093142525192194871809314252519219487180931425251921948718093142525192194871809314252519219487180931425251921948718093142525192194871809314252519219487180931425251921948718093142525192194871809314252519219487180931425" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8a6d2254-42e7-4ace-b258-ea26706124dc, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 90a3d36b-5a66-4394-9426-63efd02cc4af, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 90a3d36b-5a66-4394-9426-63efd02cc4af, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 671088247189421989 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "671088247189421989671088247189421989671088247189421989671088247189421989671088247189421989671088247189421989671088247189421989671088247189421989671088247189421989671088247189421989671088247189421989671088247189421989671088247189421989671088247189421989671088247189421989671088247189421989671088247189421989671088247189421989671088247189421989671088247189421989" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6db98d38-9731-499c-94cb-794994a913de, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 54fa8c4d-d7aa-4e19-86e7-e66976ec9288, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 54fa8c4d-d7aa-4e19-86e7-e66976ec9288, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7482510414864989898 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74825104148649898987482510414864989898748251041486498989874825104148649898987482510414864989898748251041486498989874825104148649898987482510414864989898748251041486498989874825104148649898987482510414864989898748251041486498989874825104148649898987482510414864989898748251041486498989874825104148649898987482510414864989898748251041486498989874825104148649898987482510414864989898" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 90a3d36b-5a66-4394-9426-63efd02cc4af, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 888c1550-001e-487a-b9f0-4d146cc68dca, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 888c1550-001e-487a-b9f0-4d146cc68dca, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14514650694076532753 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1451465069407653275314514650694076532753145146506940765327531451465069407653275314514650694076532753145146506940765327531451465069407653275314514650694076532753145146506940765327531451465069407653275314514650694076532753145146506940765327531451465069407653275314514650694076532753145146506940765327531451465069407653275314514650694076532753145146506940765327531451465069407653275314514650694076532753" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 54fa8c4d-d7aa-4e19-86e7-e66976ec9288, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c7372999-8a67-4366-ab47-2fd576a4d296, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c7372999-8a67-4366-ab47-2fd576a4d296, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6020931712306395170 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60209317123063951706020931712306395170602093171230639517060209317123063951706020931712306395170602093171230639517060209317123063951706020931712306395170602093171230639517060209317123063951706020931712306395170602093171230639517060209317123063951706020931712306395170602093171230639517060209317123063951706020931712306395170602093171230639517060209317123063951706020931712306395170" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 888c1550-001e-487a-b9f0-4d146cc68dca, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0bdc3ff9-eb9f-447c-bdcc-7889b925eca1, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c7372999-8a67-4366-ab47-2fd576a4d296, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4d3dd316-2864-47de-96a9-662279a182af, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4d3dd316-2864-47de-96a9-662279a182af, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13491680671646283028 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1349168067164628302813491680671646283028134916806716462830281349168067164628302813491680671646283028134916806716462830281349168067164628302813491680671646283028134916806716462830281349168067164628302813491680671646283028134916806716462830281349168067164628302813491680671646283028134916806716462830281349168067164628302813491680671646283028134916806716462830281349168067164628302813491680671646283028" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0bdc3ff9-eb9f-447c-bdcc-7889b925eca1, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7599116961542388086 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75991169615423880867599116961542388086759911696154238808675991169615423880867599116961542388086759911696154238808675991169615423880867599116961542388086759911696154238808675991169615423880867599116961542388086759911696154238808675991169615423880867599116961542388086759911696154238808675991169615423880867599116961542388086759911696154238808675991169615423880867599116961542388086" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4d3dd316-2864-47de-96a9-662279a182af, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9a932562-7368-4949-bf02-b641251572af, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9a932562-7368-4949-bf02-b641251572af, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8374709132668963149 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83747091326689631498374709132668963149837470913266896314983747091326689631498374709132668963149837470913266896314983747091326689631498374709132668963149837470913266896314983747091326689631498374709132668963149837470913266896314983747091326689631498374709132668963149837470913266896314983747091326689631498374709132668963149837470913266896314983747091326689631498374709132668963149" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0bdc3ff9-eb9f-447c-bdcc-7889b925eca1, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a0161cb0-aebe-4a80-b5cf-8abe77eba451, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a0161cb0-aebe-4a80-b5cf-8abe77eba451, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4975378818778957508 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49753788187789575084975378818778957508497537881877895750849753788187789575084975378818778957508497537881877895750849753788187789575084975378818778957508497537881877895750849753788187789575084975378818778957508497537881877895750849753788187789575084975378818778957508497537881877895750849753788187789575084975378818778957508497537881877895750849753788187789575084975378818778957508" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9a932562-7368-4949-bf02-b641251572af, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b82fac1a-fc14-457e-b4bf-2f3e9d483ea6, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a0161cb0-aebe-4a80-b5cf-8abe77eba451, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1ee415c5-bd44-4340-990e-7e31c722650b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1ee415c5-bd44-4340-990e-7e31c722650b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8538196067174714181 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85381960671747141818538196067174714181853819606717471418185381960671747141818538196067174714181853819606717471418185381960671747141818538196067174714181853819606717471418185381960671747141818538196067174714181853819606717471418185381960671747141818538196067174714181853819606717471418185381960671747141818538196067174714181853819606717471418185381960671747141818538196067174714181" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b82fac1a-fc14-457e-b4bf-2f3e9d483ea6, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 258764784809449550 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "258764784809449550258764784809449550258764784809449550258764784809449550258764784809449550258764784809449550258764784809449550258764784809449550258764784809449550258764784809449550258764784809449550258764784809449550258764784809449550258764784809449550258764784809449550258764784809449550258764784809449550258764784809449550258764784809449550258764784809449550" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1ee415c5-bd44-4340-990e-7e31c722650b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0353b419-0231-4781-9dd5-9696eab696b7, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b82fac1a-fc14-457e-b4bf-2f3e9d483ea6, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0353b419-0231-4781-9dd5-9696eab696b7, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10889158494756406778 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1088915849475640677810889158494756406778108891584947564067781088915849475640677810889158494756406778108891584947564067781088915849475640677810889158494756406778108891584947564067781088915849475640677810889158494756406778108891584947564067781088915849475640677810889158494756406778108891584947564067781088915849475640677810889158494756406778108891584947564067781088915849475640677810889158494756406778" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 43d5b4d0-6596-473b-b7bd-c24e1c4816cd, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 43d5b4d0-6596-473b-b7bd-c24e1c4816cd, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5851849175489100021 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58518491754891000215851849175489100021585184917548910002158518491754891000215851849175489100021585184917548910002158518491754891000215851849175489100021585184917548910002158518491754891000215851849175489100021585184917548910002158518491754891000215851849175489100021585184917548910002158518491754891000215851849175489100021585184917548910002158518491754891000215851849175489100021" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0353b419-0231-4781-9dd5-9696eab696b7, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fab2926e-b70d-4e7b-a2ba-1a6a185158ef, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fab2926e-b70d-4e7b-a2ba-1a6a185158ef, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11617571841444254988 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1161757184144425498811617571841444254988116175718414442549881161757184144425498811617571841444254988116175718414442549881161757184144425498811617571841444254988116175718414442549881161757184144425498811617571841444254988116175718414442549881161757184144425498811617571841444254988116175718414442549881161757184144425498811617571841444254988116175718414442549881161757184144425498811617571841444254988" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 43d5b4d0-6596-473b-b7bd-c24e1c4816cd, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c2dc5ad1-4410-4861-8e56-860ad5d0c72a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c2dc5ad1-4410-4861-8e56-860ad5d0c72a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1799200038414862210 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17992000384148622101799200038414862210179920003841486221017992000384148622101799200038414862210179920003841486221017992000384148622101799200038414862210179920003841486221017992000384148622101799200038414862210179920003841486221017992000384148622101799200038414862210179920003841486221017992000384148622101799200038414862210179920003841486221017992000384148622101799200038414862210" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fab2926e-b70d-4e7b-a2ba-1a6a185158ef, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, aed8c7cf-9193-4e5c-ac4d-6a69c4971866, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aed8c7cf-9193-4e5c-ac4d-6a69c4971866, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1455181621916918077 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14551816219169180771455181621916918077145518162191691807714551816219169180771455181621916918077145518162191691807714551816219169180771455181621916918077145518162191691807714551816219169180771455181621916918077145518162191691807714551816219169180771455181621916918077145518162191691807714551816219169180771455181621916918077145518162191691807714551816219169180771455181621916918077" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aed8c7cf-9193-4e5c-ac4d-6a69c4971866, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cc8987fa-77d8-4f24-b00a-b224943e22ba, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cc8987fa-77d8-4f24-b00a-b224943e22ba, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14100549270430002822 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1410054927043000282214100549270430002822141005492704300028221410054927043000282214100549270430002822141005492704300028221410054927043000282214100549270430002822141005492704300028221410054927043000282214100549270430002822141005492704300028221410054927043000282214100549270430002822141005492704300028221410054927043000282214100549270430002822141005492704300028221410054927043000282214100549270430002822" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c2dc5ad1-4410-4861-8e56-860ad5d0c72a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f2b95636-6ef6-4069-a099-9faf73491d72, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f2b95636-6ef6-4069-a099-9faf73491d72, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15666096249932733230 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1566609624993273323015666096249932733230156660962499327332301566609624993273323015666096249932733230156660962499327332301566609624993273323015666096249932733230156660962499327332301566609624993273323015666096249932733230156660962499327332301566609624993273323015666096249932733230156660962499327332301566609624993273323015666096249932733230156660962499327332301566609624993273323015666096249932733230" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cc8987fa-77d8-4f24-b00a-b224943e22ba, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f2b95636-6ef6-4069-a099-9faf73491d72, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0f963c45-3ec4-47ce-918b-16fe4a68e53c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0f963c45-3ec4-47ce-918b-16fe4a68e53c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8146062408863287774 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81460624088632877748146062408863287774814606240886328777481460624088632877748146062408863287774814606240886328777481460624088632877748146062408863287774814606240886328777481460624088632877748146062408863287774814606240886328777481460624088632877748146062408863287774814606240886328777481460624088632877748146062408863287774814606240886328777481460624088632877748146062408863287774" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b7dde113-8d86-47b4-975f-18fee62774da, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b7dde113-8d86-47b4-975f-18fee62774da, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8795785312124814801 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87957853121248148018795785312124814801879578531212481480187957853121248148018795785312124814801879578531212481480187957853121248148018795785312124814801879578531212481480187957853121248148018795785312124814801879578531212481480187957853121248148018795785312124814801879578531212481480187957853121248148018795785312124814801879578531212481480187957853121248148018795785312124814801" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0f963c45-3ec4-47ce-918b-16fe4a68e53c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 54d220f8-ef93-4906-a3fc-0ac584106e5c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 54d220f8-ef93-4906-a3fc-0ac584106e5c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 103717938611579736 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "103717938611579736103717938611579736103717938611579736103717938611579736103717938611579736103717938611579736103717938611579736103717938611579736103717938611579736103717938611579736103717938611579736103717938611579736103717938611579736103717938611579736103717938611579736103717938611579736103717938611579736103717938611579736103717938611579736103717938611579736" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b7dde113-8d86-47b4-975f-18fee62774da, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bdd81052-1609-4847-96f5-39b3c2b1a0c2, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bdd81052-1609-4847-96f5-39b3c2b1a0c2, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1062176924064375038 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10621769240643750381062176924064375038106217692406437503810621769240643750381062176924064375038106217692406437503810621769240643750381062176924064375038106217692406437503810621769240643750381062176924064375038106217692406437503810621769240643750381062176924064375038106217692406437503810621769240643750381062176924064375038106217692406437503810621769240643750381062176924064375038" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 54d220f8-ef93-4906-a3fc-0ac584106e5c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b9e82edb-f134-4cbf-acac-2e94987aec9d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b9e82edb-f134-4cbf-acac-2e94987aec9d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11750389781774050848 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1175038978177405084811750389781774050848117503897817740508481175038978177405084811750389781774050848117503897817740508481175038978177405084811750389781774050848117503897817740508481175038978177405084811750389781774050848117503897817740508481175038978177405084811750389781774050848117503897817740508481175038978177405084811750389781774050848117503897817740508481175038978177405084811750389781774050848" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bdd81052-1609-4847-96f5-39b3c2b1a0c2, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 42a0267c-4ff0-40b7-86d7-35daca103a24, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 42a0267c-4ff0-40b7-86d7-35daca103a24, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5648505547776470095 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56485055477764700955648505547776470095564850554777647009556485055477764700955648505547776470095564850554777647009556485055477764700955648505547776470095564850554777647009556485055477764700955648505547776470095564850554777647009556485055477764700955648505547776470095564850554777647009556485055477764700955648505547776470095564850554777647009556485055477764700955648505547776470095" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b9e82edb-f134-4cbf-acac-2e94987aec9d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4ddd5795-a3b5-42c5-a64e-fa07224a0980, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4ddd5795-a3b5-42c5-a64e-fa07224a0980, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5352963250697656262 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53529632506976562625352963250697656262535296325069765626253529632506976562625352963250697656262535296325069765626253529632506976562625352963250697656262535296325069765626253529632506976562625352963250697656262535296325069765626253529632506976562625352963250697656262535296325069765626253529632506976562625352963250697656262535296325069765626253529632506976562625352963250697656262" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 42a0267c-4ff0-40b7-86d7-35daca103a24, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, adc0e401-6011-4aeb-8740-955dc7c6e175, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, adc0e401-6011-4aeb-8740-955dc7c6e175, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4197837384990988233 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41978373849909882334197837384990988233419783738499098823341978373849909882334197837384990988233419783738499098823341978373849909882334197837384990988233419783738499098823341978373849909882334197837384990988233419783738499098823341978373849909882334197837384990988233419783738499098823341978373849909882334197837384990988233419783738499098823341978373849909882334197837384990988233" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4ddd5795-a3b5-42c5-a64e-fa07224a0980, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, eaa6438f-5adc-4751-962c-f68b44f6ff2b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eaa6438f-5adc-4751-962c-f68b44f6ff2b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4273343203655374774 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42733432036553747744273343203655374774427334320365537477442733432036553747744273343203655374774427334320365537477442733432036553747744273343203655374774427334320365537477442733432036553747744273343203655374774427334320365537477442733432036553747744273343203655374774427334320365537477442733432036553747744273343203655374774427334320365537477442733432036553747744273343203655374774" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, adc0e401-6011-4aeb-8740-955dc7c6e175, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 21e95c77-15e5-4ed9-a7bd-d9bae0da4e53, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 21e95c77-15e5-4ed9-a7bd-d9bae0da4e53, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2872773200646920453 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28727732006469204532872773200646920453287277320064692045328727732006469204532872773200646920453287277320064692045328727732006469204532872773200646920453287277320064692045328727732006469204532872773200646920453287277320064692045328727732006469204532872773200646920453287277320064692045328727732006469204532872773200646920453287277320064692045328727732006469204532872773200646920453" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eaa6438f-5adc-4751-962c-f68b44f6ff2b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c128c20a-da82-401c-9bc3-f3df4f28cc7b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c128c20a-da82-401c-9bc3-f3df4f28cc7b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6428898616904650184 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64288986169046501846428898616904650184642889861690465018464288986169046501846428898616904650184642889861690465018464288986169046501846428898616904650184642889861690465018464288986169046501846428898616904650184642889861690465018464288986169046501846428898616904650184642889861690465018464288986169046501846428898616904650184642889861690465018464288986169046501846428898616904650184" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 21e95c77-15e5-4ed9-a7bd-d9bae0da4e53, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ccd33142-3ff5-4e41-adcd-6cee05a65dab, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ccd33142-3ff5-4e41-adcd-6cee05a65dab, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12408805301101063863 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1240880530110106386312408805301101063863124088053011010638631240880530110106386312408805301101063863124088053011010638631240880530110106386312408805301101063863124088053011010638631240880530110106386312408805301101063863124088053011010638631240880530110106386312408805301101063863124088053011010638631240880530110106386312408805301101063863124088053011010638631240880530110106386312408805301101063863" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ccd33142-3ff5-4e41-adcd-6cee05a65dab, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8d0b8bfd-591a-4d28-8e74-0ce12dabeca5, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c128c20a-da82-401c-9bc3-f3df4f28cc7b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8d0b8bfd-591a-4d28-8e74-0ce12dabeca5, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4951186916696763317 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49511869166967633174951186916696763317495118691669676331749511869166967633174951186916696763317495118691669676331749511869166967633174951186916696763317495118691669676331749511869166967633174951186916696763317495118691669676331749511869166967633174951186916696763317495118691669676331749511869166967633174951186916696763317495118691669676331749511869166967633174951186916696763317" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4e69e900-b1b7-4fe8-b134-6a9ea56cca55, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4e69e900-b1b7-4fe8-b134-6a9ea56cca55, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5044137533961641435 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50441375339616414355044137533961641435504413753396164143550441375339616414355044137533961641435504413753396164143550441375339616414355044137533961641435504413753396164143550441375339616414355044137533961641435504413753396164143550441375339616414355044137533961641435504413753396164143550441375339616414355044137533961641435504413753396164143550441375339616414355044137533961641435" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8d0b8bfd-591a-4d28-8e74-0ce12dabeca5, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5ccd753a-bba3-4a62-915b-d4aa685288dd, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5ccd753a-bba3-4a62-915b-d4aa685288dd, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5445625576986767759 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54456255769867677595445625576986767759544562557698676775954456255769867677595445625576986767759544562557698676775954456255769867677595445625576986767759544562557698676775954456255769867677595445625576986767759544562557698676775954456255769867677595445625576986767759544562557698676775954456255769867677595445625576986767759544562557698676775954456255769867677595445625576986767759" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4e69e900-b1b7-4fe8-b134-6a9ea56cca55, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1c5ac1dc-7055-4ec9-b2fb-77e6d37b1cab, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1c5ac1dc-7055-4ec9-b2fb-77e6d37b1cab, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9119564278086082188 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91195642780860821889119564278086082188911956427808608218891195642780860821889119564278086082188911956427808608218891195642780860821889119564278086082188911956427808608218891195642780860821889119564278086082188911956427808608218891195642780860821889119564278086082188911956427808608218891195642780860821889119564278086082188911956427808608218891195642780860821889119564278086082188" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5ccd753a-bba3-4a62-915b-d4aa685288dd, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d211b639-3098-4809-bb97-42151312afee, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d211b639-3098-4809-bb97-42151312afee, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16006803558594411822 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1600680355859441182216006803558594411822160068035585944118221600680355859441182216006803558594411822160068035585944118221600680355859441182216006803558594411822160068035585944118221600680355859441182216006803558594411822160068035585944118221600680355859441182216006803558594411822160068035585944118221600680355859441182216006803558594411822160068035585944118221600680355859441182216006803558594411822" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1c5ac1dc-7055-4ec9-b2fb-77e6d37b1cab, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b1570be6-c709-401e-a93d-de938a5cecb9, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b1570be6-c709-401e-a93d-de938a5cecb9, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9301738602572306623 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93017386025723066239301738602572306623930173860257230662393017386025723066239301738602572306623930173860257230662393017386025723066239301738602572306623930173860257230662393017386025723066239301738602572306623930173860257230662393017386025723066239301738602572306623930173860257230662393017386025723066239301738602572306623930173860257230662393017386025723066239301738602572306623" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d211b639-3098-4809-bb97-42151312afee, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c7f9a2e0-a284-4064-8ba7-ae2af7c820fa, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c7f9a2e0-a284-4064-8ba7-ae2af7c820fa, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6742171639120247630 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67421716391202476306742171639120247630674217163912024763067421716391202476306742171639120247630674217163912024763067421716391202476306742171639120247630674217163912024763067421716391202476306742171639120247630674217163912024763067421716391202476306742171639120247630674217163912024763067421716391202476306742171639120247630674217163912024763067421716391202476306742171639120247630" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b1570be6-c709-401e-a93d-de938a5cecb9, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d0a58cf7-4e14-4245-b750-f70a70b4cb9c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d0a58cf7-4e14-4245-b750-f70a70b4cb9c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1152642474064699189 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11526424740646991891152642474064699189115264247406469918911526424740646991891152642474064699189115264247406469918911526424740646991891152642474064699189115264247406469918911526424740646991891152642474064699189115264247406469918911526424740646991891152642474064699189115264247406469918911526424740646991891152642474064699189115264247406469918911526424740646991891152642474064699189" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c7f9a2e0-a284-4064-8ba7-ae2af7c820fa, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 04874bf0-d252-4cbf-bc26-f361f409b264, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 04874bf0-d252-4cbf-bc26-f361f409b264, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5302851158939997618 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53028511589399976185302851158939997618530285115893999761853028511589399976185302851158939997618530285115893999761853028511589399976185302851158939997618530285115893999761853028511589399976185302851158939997618530285115893999761853028511589399976185302851158939997618530285115893999761853028511589399976185302851158939997618530285115893999761853028511589399976185302851158939997618" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d0a58cf7-4e14-4245-b750-f70a70b4cb9c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8b03ea65-d749-4fe6-bca6-9f4a37667d6e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8b03ea65-d749-4fe6-bca6-9f4a37667d6e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8034756337295818885 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80347563372958188858034756337295818885803475633729581888580347563372958188858034756337295818885803475633729581888580347563372958188858034756337295818885803475633729581888580347563372958188858034756337295818885803475633729581888580347563372958188858034756337295818885803475633729581888580347563372958188858034756337295818885803475633729581888580347563372958188858034756337295818885" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 04874bf0-d252-4cbf-bc26-f361f409b264, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 53afaa49-6825-4d45-9b01-5181e797da5b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 53afaa49-6825-4d45-9b01-5181e797da5b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1922667140696320251 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19226671406963202511922667140696320251192266714069632025119226671406963202511922667140696320251192266714069632025119226671406963202511922667140696320251192266714069632025119226671406963202511922667140696320251192266714069632025119226671406963202511922667140696320251192266714069632025119226671406963202511922667140696320251192266714069632025119226671406963202511922667140696320251" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8b03ea65-d749-4fe6-bca6-9f4a37667d6e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 43c9d570-fca4-40df-8e26-1164f2225a62, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 43c9d570-fca4-40df-8e26-1164f2225a62, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12908337646943952478 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1290833764694395247812908337646943952478129083376469439524781290833764694395247812908337646943952478129083376469439524781290833764694395247812908337646943952478129083376469439524781290833764694395247812908337646943952478129083376469439524781290833764694395247812908337646943952478129083376469439524781290833764694395247812908337646943952478129083376469439524781290833764694395247812908337646943952478" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 53afaa49-6825-4d45-9b01-5181e797da5b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 54de985d-698f-42b8-8c40-8731f3bcb658, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 54de985d-698f-42b8-8c40-8731f3bcb658, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 636822602519317491 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "636822602519317491636822602519317491636822602519317491636822602519317491636822602519317491636822602519317491636822602519317491636822602519317491636822602519317491636822602519317491636822602519317491636822602519317491636822602519317491636822602519317491636822602519317491636822602519317491636822602519317491636822602519317491636822602519317491636822602519317491" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 43c9d570-fca4-40df-8e26-1164f2225a62, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 20b7fc03-8bc4-42f5-a314-d8b05ccb6772, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 20b7fc03-8bc4-42f5-a314-d8b05ccb6772, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11608682049550765572 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1160868204955076557211608682049550765572116086820495507655721160868204955076557211608682049550765572116086820495507655721160868204955076557211608682049550765572116086820495507655721160868204955076557211608682049550765572116086820495507655721160868204955076557211608682049550765572116086820495507655721160868204955076557211608682049550765572116086820495507655721160868204955076557211608682049550765572" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 54de985d-698f-42b8-8c40-8731f3bcb658, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9f4727be-4c87-4cd5-b4b7-2c8e28a41910, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9f4727be-4c87-4cd5-b4b7-2c8e28a41910, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3812150494475683967 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38121504944756839673812150494475683967381215049447568396738121504944756839673812150494475683967381215049447568396738121504944756839673812150494475683967381215049447568396738121504944756839673812150494475683967381215049447568396738121504944756839673812150494475683967381215049447568396738121504944756839673812150494475683967381215049447568396738121504944756839673812150494475683967" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 20b7fc03-8bc4-42f5-a314-d8b05ccb6772, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fb50bcbd-247a-404b-bf20-3eb3f5954eca, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fb50bcbd-247a-404b-bf20-3eb3f5954eca, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15311721554915530849 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1531172155491553084915311721554915530849153117215549155308491531172155491553084915311721554915530849153117215549155308491531172155491553084915311721554915530849153117215549155308491531172155491553084915311721554915530849153117215549155308491531172155491553084915311721554915530849153117215549155308491531172155491553084915311721554915530849153117215549155308491531172155491553084915311721554915530849" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9f4727be-4c87-4cd5-b4b7-2c8e28a41910, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3c9c329e-7aff-4289-995c-7c93aad8cd05, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fb50bcbd-247a-404b-bf20-3eb3f5954eca, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3c9c329e-7aff-4289-995c-7c93aad8cd05, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6242663505123133921 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62426635051231339216242663505123133921624266350512313392162426635051231339216242663505123133921624266350512313392162426635051231339216242663505123133921624266350512313392162426635051231339216242663505123133921624266350512313392162426635051231339216242663505123133921624266350512313392162426635051231339216242663505123133921624266350512313392162426635051231339216242663505123133921" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a20b8eca-7962-4015-9930-bade31604858, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a20b8eca-7962-4015-9930-bade31604858, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5011983843987692018 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50119838439876920185011983843987692018501198384398769201850119838439876920185011983843987692018501198384398769201850119838439876920185011983843987692018501198384398769201850119838439876920185011983843987692018501198384398769201850119838439876920185011983843987692018501198384398769201850119838439876920185011983843987692018501198384398769201850119838439876920185011983843987692018" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3c9c329e-7aff-4289-995c-7c93aad8cd05, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f15d9bef-87da-40c8-86dc-81aa50fe5d7f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f15d9bef-87da-40c8-86dc-81aa50fe5d7f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16401275361829342223 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1640127536182934222316401275361829342223164012753618293422231640127536182934222316401275361829342223164012753618293422231640127536182934222316401275361829342223164012753618293422231640127536182934222316401275361829342223164012753618293422231640127536182934222316401275361829342223164012753618293422231640127536182934222316401275361829342223164012753618293422231640127536182934222316401275361829342223" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a20b8eca-7962-4015-9930-bade31604858, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 279db91a-ac78-4994-a5fc-b7ba1be042d9, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 279db91a-ac78-4994-a5fc-b7ba1be042d9, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 954553363828388375 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "954553363828388375954553363828388375954553363828388375954553363828388375954553363828388375954553363828388375954553363828388375954553363828388375954553363828388375954553363828388375954553363828388375954553363828388375954553363828388375954553363828388375954553363828388375954553363828388375954553363828388375954553363828388375954553363828388375954553363828388375" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f15d9bef-87da-40c8-86dc-81aa50fe5d7f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 481fb32d-26aa-4563-bde2-c8b0d9b1dc2e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 481fb32d-26aa-4563-bde2-c8b0d9b1dc2e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5050435008981286784 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50504350089812867845050435008981286784505043500898128678450504350089812867845050435008981286784505043500898128678450504350089812867845050435008981286784505043500898128678450504350089812867845050435008981286784505043500898128678450504350089812867845050435008981286784505043500898128678450504350089812867845050435008981286784505043500898128678450504350089812867845050435008981286784" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 279db91a-ac78-4994-a5fc-b7ba1be042d9, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, af7cc964-9b1c-4e02-8b4a-26dec70da13c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, af7cc964-9b1c-4e02-8b4a-26dec70da13c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15900967510161029184 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1590096751016102918415900967510161029184159009675101610291841590096751016102918415900967510161029184159009675101610291841590096751016102918415900967510161029184159009675101610291841590096751016102918415900967510161029184159009675101610291841590096751016102918415900967510161029184159009675101610291841590096751016102918415900967510161029184159009675101610291841590096751016102918415900967510161029184" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 481fb32d-26aa-4563-bde2-c8b0d9b1dc2e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ad0b32b7-17b6-4264-b59b-06525bc1e9e2, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ad0b32b7-17b6-4264-b59b-06525bc1e9e2, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2576643200407671989 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25766432004076719892576643200407671989257664320040767198925766432004076719892576643200407671989257664320040767198925766432004076719892576643200407671989257664320040767198925766432004076719892576643200407671989257664320040767198925766432004076719892576643200407671989257664320040767198925766432004076719892576643200407671989257664320040767198925766432004076719892576643200407671989" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, af7cc964-9b1c-4e02-8b4a-26dec70da13c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1dac1a7c-6184-4a00-8f49-61cf0a3526c1, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ad0b32b7-17b6-4264-b59b-06525bc1e9e2, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1dac1a7c-6184-4a00-8f49-61cf0a3526c1, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9120037074540198292 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91200370745401982929120037074540198292912003707454019829291200370745401982929120037074540198292912003707454019829291200370745401982929120037074540198292912003707454019829291200370745401982929120037074540198292912003707454019829291200370745401982929120037074540198292912003707454019829291200370745401982929120037074540198292912003707454019829291200370745401982929120037074540198292" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1c348f32-6b7b-46c1-840c-5549b76cbf1d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1c348f32-6b7b-46c1-840c-5549b76cbf1d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12770648490370125003 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1277064849037012500312770648490370125003127706484903701250031277064849037012500312770648490370125003127706484903701250031277064849037012500312770648490370125003127706484903701250031277064849037012500312770648490370125003127706484903701250031277064849037012500312770648490370125003127706484903701250031277064849037012500312770648490370125003127706484903701250031277064849037012500312770648490370125003" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1dac1a7c-6184-4a00-8f49-61cf0a3526c1, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 25fba310-54ad-4c20-b4b1-32fb7684fbab, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 25fba310-54ad-4c20-b4b1-32fb7684fbab, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16556470098764477040 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1655647009876447704016556470098764477040165564700987644770401655647009876447704016556470098764477040165564700987644770401655647009876447704016556470098764477040165564700987644770401655647009876447704016556470098764477040165564700987644770401655647009876447704016556470098764477040165564700987644770401655647009876447704016556470098764477040165564700987644770401655647009876447704016556470098764477040" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1c348f32-6b7b-46c1-840c-5549b76cbf1d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c6689dfc-fad2-4a8a-955d-feb30b51917b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c6689dfc-fad2-4a8a-955d-feb30b51917b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7490616769416931741 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74906167694169317417490616769416931741749061676941693174174906167694169317417490616769416931741749061676941693174174906167694169317417490616769416931741749061676941693174174906167694169317417490616769416931741749061676941693174174906167694169317417490616769416931741749061676941693174174906167694169317417490616769416931741749061676941693174174906167694169317417490616769416931741" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 25fba310-54ad-4c20-b4b1-32fb7684fbab, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6b4d5e73-ebea-4f0e-99f4-0f30b6fa8f18, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6b4d5e73-ebea-4f0e-99f4-0f30b6fa8f18, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2440627769217744456 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24406277692177444562440627769217744456244062776921774445624406277692177444562440627769217744456244062776921774445624406277692177444562440627769217744456244062776921774445624406277692177444562440627769217744456244062776921774445624406277692177444562440627769217744456244062776921774445624406277692177444562440627769217744456244062776921774445624406277692177444562440627769217744456" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c6689dfc-fad2-4a8a-955d-feb30b51917b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e6f83da3-c61b-4c7a-91a8-addbf9e6986c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e6f83da3-c61b-4c7a-91a8-addbf9e6986c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5052310249282879297 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50523102492828792975052310249282879297505231024928287929750523102492828792975052310249282879297505231024928287929750523102492828792975052310249282879297505231024928287929750523102492828792975052310249282879297505231024928287929750523102492828792975052310249282879297505231024928287929750523102492828792975052310249282879297505231024928287929750523102492828792975052310249282879297" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6b4d5e73-ebea-4f0e-99f4-0f30b6fa8f18, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a4fd1c23-f8f6-450c-868a-1933e5a7f846, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a4fd1c23-f8f6-450c-868a-1933e5a7f846, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18147988169767607760 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1814798816976760776018147988169767607760181479881697676077601814798816976760776018147988169767607760181479881697676077601814798816976760776018147988169767607760181479881697676077601814798816976760776018147988169767607760181479881697676077601814798816976760776018147988169767607760181479881697676077601814798816976760776018147988169767607760181479881697676077601814798816976760776018147988169767607760" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e6f83da3-c61b-4c7a-91a8-addbf9e6986c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5cf92c36-8ff7-4335-9130-0b2595c177bc, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5cf92c36-8ff7-4335-9130-0b2595c177bc, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15436142506679991903 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1543614250667999190315436142506679991903154361425066799919031543614250667999190315436142506679991903154361425066799919031543614250667999190315436142506679991903154361425066799919031543614250667999190315436142506679991903154361425066799919031543614250667999190315436142506679991903154361425066799919031543614250667999190315436142506679991903154361425066799919031543614250667999190315436142506679991903" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a4fd1c23-f8f6-450c-868a-1933e5a7f846, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 45430bf0-3424-4b05-a540-a59f2ad8177e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 45430bf0-3424-4b05-a540-a59f2ad8177e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 249039714423673835 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "249039714423673835249039714423673835249039714423673835249039714423673835249039714423673835249039714423673835249039714423673835249039714423673835249039714423673835249039714423673835249039714423673835249039714423673835249039714423673835249039714423673835249039714423673835249039714423673835249039714423673835249039714423673835249039714423673835249039714423673835" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5cf92c36-8ff7-4335-9130-0b2595c177bc, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d3875f7d-c9cd-4858-89c5-38e37e480a6a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d3875f7d-c9cd-4858-89c5-38e37e480a6a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11868462225411491661 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1186846222541149166111868462225411491661118684622254114916611186846222541149166111868462225411491661118684622254114916611186846222541149166111868462225411491661118684622254114916611186846222541149166111868462225411491661118684622254114916611186846222541149166111868462225411491661118684622254114916611186846222541149166111868462225411491661118684622254114916611186846222541149166111868462225411491661" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 45430bf0-3424-4b05-a540-a59f2ad8177e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b1ea5c39-ad64-4701-bef3-a53edb8ba6d5, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b1ea5c39-ad64-4701-bef3-a53edb8ba6d5, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13514296806186030227 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1351429680618603022713514296806186030227135142968061860302271351429680618603022713514296806186030227135142968061860302271351429680618603022713514296806186030227135142968061860302271351429680618603022713514296806186030227135142968061860302271351429680618603022713514296806186030227135142968061860302271351429680618603022713514296806186030227135142968061860302271351429680618603022713514296806186030227" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d3875f7d-c9cd-4858-89c5-38e37e480a6a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 34dc72ea-4f26-4576-bfc7-0e666bc535cd, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 34dc72ea-4f26-4576-bfc7-0e666bc535cd, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13073683002772328654 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1307368300277232865413073683002772328654130736830027723286541307368300277232865413073683002772328654130736830027723286541307368300277232865413073683002772328654130736830027723286541307368300277232865413073683002772328654130736830027723286541307368300277232865413073683002772328654130736830027723286541307368300277232865413073683002772328654130736830027723286541307368300277232865413073683002772328654" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b1ea5c39-ad64-4701-bef3-a53edb8ba6d5, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e665d7d6-e086-481e-a5f4-479dbcd1d2dc, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 34dc72ea-4f26-4576-bfc7-0e666bc535cd, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 95bba784-a66c-4d16-90a2-e3edb46160e5, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 95bba784-a66c-4d16-90a2-e3edb46160e5, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6664826235552489473 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66648262355524894736664826235552489473666482623555248947366648262355524894736664826235552489473666482623555248947366648262355524894736664826235552489473666482623555248947366648262355524894736664826235552489473666482623555248947366648262355524894736664826235552489473666482623555248947366648262355524894736664826235552489473666482623555248947366648262355524894736664826235552489473" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e665d7d6-e086-481e-a5f4-479dbcd1d2dc, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17853410210067944470 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1785341021006794447017853410210067944470178534102100679444701785341021006794447017853410210067944470178534102100679444701785341021006794447017853410210067944470178534102100679444701785341021006794447017853410210067944470178534102100679444701785341021006794447017853410210067944470178534102100679444701785341021006794447017853410210067944470178534102100679444701785341021006794447017853410210067944470" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 95bba784-a66c-4d16-90a2-e3edb46160e5, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f39a8965-df25-43fc-a51c-8d7adc3c98fd, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f39a8965-df25-43fc-a51c-8d7adc3c98fd, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16416580294456275261 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1641658029445627526116416580294456275261164165802944562752611641658029445627526116416580294456275261164165802944562752611641658029445627526116416580294456275261164165802944562752611641658029445627526116416580294456275261164165802944562752611641658029445627526116416580294456275261164165802944562752611641658029445627526116416580294456275261164165802944562752611641658029445627526116416580294456275261" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e665d7d6-e086-481e-a5f4-479dbcd1d2dc, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2214db7f-13a7-42ff-8a3d-5e4466e9fa59, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2214db7f-13a7-42ff-8a3d-5e4466e9fa59, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8109591363153232402 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81095913631532324028109591363153232402810959136315323240281095913631532324028109591363153232402810959136315323240281095913631532324028109591363153232402810959136315323240281095913631532324028109591363153232402810959136315323240281095913631532324028109591363153232402810959136315323240281095913631532324028109591363153232402810959136315323240281095913631532324028109591363153232402" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f39a8965-df25-43fc-a51c-8d7adc3c98fd, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ebe28a63-a4cb-45d0-95e7-f2807fbe4a65, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ebe28a63-a4cb-45d0-95e7-f2807fbe4a65, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9255063099454695718 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92550630994546957189255063099454695718925506309945469571892550630994546957189255063099454695718925506309945469571892550630994546957189255063099454695718925506309945469571892550630994546957189255063099454695718925506309945469571892550630994546957189255063099454695718925506309945469571892550630994546957189255063099454695718925506309945469571892550630994546957189255063099454695718" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2214db7f-13a7-42ff-8a3d-5e4466e9fa59, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f37685c6-d701-4192-8f00-0cf4b9d2c1cc, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f37685c6-d701-4192-8f00-0cf4b9d2c1cc, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12619384949162575349 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1261938494916257534912619384949162575349126193849491625753491261938494916257534912619384949162575349126193849491625753491261938494916257534912619384949162575349126193849491625753491261938494916257534912619384949162575349126193849491625753491261938494916257534912619384949162575349126193849491625753491261938494916257534912619384949162575349126193849491625753491261938494916257534912619384949162575349" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ebe28a63-a4cb-45d0-95e7-f2807fbe4a65, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 865a87f6-4ca3-4cf4-aad4-5e32478372f6, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 865a87f6-4ca3-4cf4-aad4-5e32478372f6, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14532665552960359398 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1453266555296035939814532665552960359398145326655529603593981453266555296035939814532665552960359398145326655529603593981453266555296035939814532665552960359398145326655529603593981453266555296035939814532665552960359398145326655529603593981453266555296035939814532665552960359398145326655529603593981453266555296035939814532665552960359398145326655529603593981453266555296035939814532665552960359398" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f37685c6-d701-4192-8f00-0cf4b9d2c1cc, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 390ec9dc-d100-4c86-98b5-e5d18e5a49e0, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 390ec9dc-d100-4c86-98b5-e5d18e5a49e0, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1224084618304949401 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12240846183049494011224084618304949401122408461830494940112240846183049494011224084618304949401122408461830494940112240846183049494011224084618304949401122408461830494940112240846183049494011224084618304949401122408461830494940112240846183049494011224084618304949401122408461830494940112240846183049494011224084618304949401122408461830494940112240846183049494011224084618304949401" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 865a87f6-4ca3-4cf4-aad4-5e32478372f6, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ddd5a495-3f80-4fe0-83df-25e61ebe8ed3, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ddd5a495-3f80-4fe0-83df-25e61ebe8ed3, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6355632342250754494 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63556323422507544946355632342250754494635563234225075449463556323422507544946355632342250754494635563234225075449463556323422507544946355632342250754494635563234225075449463556323422507544946355632342250754494635563234225075449463556323422507544946355632342250754494635563234225075449463556323422507544946355632342250754494635563234225075449463556323422507544946355632342250754494" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 390ec9dc-d100-4c86-98b5-e5d18e5a49e0, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, de2d3daa-43e5-487e-9563-6efb43635553, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, de2d3daa-43e5-487e-9563-6efb43635553, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11438617434221784663 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1143861743422178466311438617434221784663114386174342217846631143861743422178466311438617434221784663114386174342217846631143861743422178466311438617434221784663114386174342217846631143861743422178466311438617434221784663114386174342217846631143861743422178466311438617434221784663114386174342217846631143861743422178466311438617434221784663114386174342217846631143861743422178466311438617434221784663" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ddd5a495-3f80-4fe0-83df-25e61ebe8ed3, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d7eaf82a-ce1e-4369-9db1-ebc7045f64ac, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d7eaf82a-ce1e-4369-9db1-ebc7045f64ac, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11519062692790804576 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1151906269279080457611519062692790804576115190626927908045761151906269279080457611519062692790804576115190626927908045761151906269279080457611519062692790804576115190626927908045761151906269279080457611519062692790804576115190626927908045761151906269279080457611519062692790804576115190626927908045761151906269279080457611519062692790804576115190626927908045761151906269279080457611519062692790804576" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, de2d3daa-43e5-487e-9563-6efb43635553, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c585e34c-4853-4c1d-b324-90e271c3252a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c585e34c-4853-4c1d-b324-90e271c3252a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6125128040265563295 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61251280402655632956125128040265563295612512804026556329561251280402655632956125128040265563295612512804026556329561251280402655632956125128040265563295612512804026556329561251280402655632956125128040265563295612512804026556329561251280402655632956125128040265563295612512804026556329561251280402655632956125128040265563295612512804026556329561251280402655632956125128040265563295" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d7eaf82a-ce1e-4369-9db1-ebc7045f64ac, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6b7b9adc-f50a-4d4f-bf06-1980f82d3b7f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6b7b9adc-f50a-4d4f-bf06-1980f82d3b7f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8993903278650142522 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89939032786501425228993903278650142522899390327865014252289939032786501425228993903278650142522899390327865014252289939032786501425228993903278650142522899390327865014252289939032786501425228993903278650142522899390327865014252289939032786501425228993903278650142522899390327865014252289939032786501425228993903278650142522899390327865014252289939032786501425228993903278650142522" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c585e34c-4853-4c1d-b324-90e271c3252a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6f5e08a3-fd7e-4963-9d3d-966753fbd6fa, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6f5e08a3-fd7e-4963-9d3d-966753fbd6fa, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6711379197828333463 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67113791978283334636711379197828333463671137919782833346367113791978283334636711379197828333463671137919782833346367113791978283334636711379197828333463671137919782833346367113791978283334636711379197828333463671137919782833346367113791978283334636711379197828333463671137919782833346367113791978283334636711379197828333463671137919782833346367113791978283334636711379197828333463" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6b7b9adc-f50a-4d4f-bf06-1980f82d3b7f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4f9dc968-c683-4a9c-baa5-90a359cc53ae, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4f9dc968-c683-4a9c-baa5-90a359cc53ae, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16690352693350629847 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1669035269335062984716690352693350629847166903526933506298471669035269335062984716690352693350629847166903526933506298471669035269335062984716690352693350629847166903526933506298471669035269335062984716690352693350629847166903526933506298471669035269335062984716690352693350629847166903526933506298471669035269335062984716690352693350629847166903526933506298471669035269335062984716690352693350629847" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6f5e08a3-fd7e-4963-9d3d-966753fbd6fa, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8bcff4ad-bdf2-49f0-958a-a42c19e5302e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8bcff4ad-bdf2-49f0-958a-a42c19e5302e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2501417067830421978 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25014170678304219782501417067830421978250141706783042197825014170678304219782501417067830421978250141706783042197825014170678304219782501417067830421978250141706783042197825014170678304219782501417067830421978250141706783042197825014170678304219782501417067830421978250141706783042197825014170678304219782501417067830421978250141706783042197825014170678304219782501417067830421978" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4f9dc968-c683-4a9c-baa5-90a359cc53ae, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fe56832b-42d4-4d53-a8c3-91242995eb66, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fe56832b-42d4-4d53-a8c3-91242995eb66, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12302329827029059507 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1230232982702905950712302329827029059507123023298270290595071230232982702905950712302329827029059507123023298270290595071230232982702905950712302329827029059507123023298270290595071230232982702905950712302329827029059507123023298270290595071230232982702905950712302329827029059507123023298270290595071230232982702905950712302329827029059507123023298270290595071230232982702905950712302329827029059507" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8bcff4ad-bdf2-49f0-958a-a42c19e5302e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c4f423d8-02df-4c76-aebf-742958a72b23, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c4f423d8-02df-4c76-aebf-742958a72b23, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13026404344150749194 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1302640434415074919413026404344150749194130264043441507491941302640434415074919413026404344150749194130264043441507491941302640434415074919413026404344150749194130264043441507491941302640434415074919413026404344150749194130264043441507491941302640434415074919413026404344150749194130264043441507491941302640434415074919413026404344150749194130264043441507491941302640434415074919413026404344150749194" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fe56832b-42d4-4d53-a8c3-91242995eb66, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c4d3a8f6-96cb-4308-aee5-785d4f174054, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c4d3a8f6-96cb-4308-aee5-785d4f174054, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2912552005286884516 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29125520052868845162912552005286884516291255200528688451629125520052868845162912552005286884516291255200528688451629125520052868845162912552005286884516291255200528688451629125520052868845162912552005286884516291255200528688451629125520052868845162912552005286884516291255200528688451629125520052868845162912552005286884516291255200528688451629125520052868845162912552005286884516" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c4f423d8-02df-4c76-aebf-742958a72b23, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e6c39c37-9969-4df3-acec-f30102c187fe, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e6c39c37-9969-4df3-acec-f30102c187fe, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 391346386835694529 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "391346386835694529391346386835694529391346386835694529391346386835694529391346386835694529391346386835694529391346386835694529391346386835694529391346386835694529391346386835694529391346386835694529391346386835694529391346386835694529391346386835694529391346386835694529391346386835694529391346386835694529391346386835694529391346386835694529391346386835694529" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c4d3a8f6-96cb-4308-aee5-785d4f174054, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 821dce1f-8a3e-4233-80d4-39d03c1af201, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e6c39c37-9969-4df3-acec-f30102c187fe, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 821dce1f-8a3e-4233-80d4-39d03c1af201, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 376802796243831854 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "376802796243831854376802796243831854376802796243831854376802796243831854376802796243831854376802796243831854376802796243831854376802796243831854376802796243831854376802796243831854376802796243831854376802796243831854376802796243831854376802796243831854376802796243831854376802796243831854376802796243831854376802796243831854376802796243831854376802796243831854" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d6043e91-1820-44c4-9c8d-82daa6f3d206, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d6043e91-1820-44c4-9c8d-82daa6f3d206, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9335507844838802485 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93355078448388024859335507844838802485933550784483880248593355078448388024859335507844838802485933550784483880248593355078448388024859335507844838802485933550784483880248593355078448388024859335507844838802485933550784483880248593355078448388024859335507844838802485933550784483880248593355078448388024859335507844838802485933550784483880248593355078448388024859335507844838802485" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 821dce1f-8a3e-4233-80d4-39d03c1af201, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, be20a5c5-cf8d-49bf-a556-be893af21b34, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, be20a5c5-cf8d-49bf-a556-be893af21b34, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5835196637706864368 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58351966377068643685835196637706864368583519663770686436858351966377068643685835196637706864368583519663770686436858351966377068643685835196637706864368583519663770686436858351966377068643685835196637706864368583519663770686436858351966377068643685835196637706864368583519663770686436858351966377068643685835196637706864368583519663770686436858351966377068643685835196637706864368" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d6043e91-1820-44c4-9c8d-82daa6f3d206, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bbf74e39-7356-4fa4-85f3-32c91589873c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bbf74e39-7356-4fa4-85f3-32c91589873c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13102849283395902926 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1310284928339590292613102849283395902926131028492833959029261310284928339590292613102849283395902926131028492833959029261310284928339590292613102849283395902926131028492833959029261310284928339590292613102849283395902926131028492833959029261310284928339590292613102849283395902926131028492833959029261310284928339590292613102849283395902926131028492833959029261310284928339590292613102849283395902926" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, be20a5c5-cf8d-49bf-a556-be893af21b34, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cbee6f59-8da7-4e44-9d48-1ada2b9720ff, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cbee6f59-8da7-4e44-9d48-1ada2b9720ff, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 989948321788601652 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "989948321788601652989948321788601652989948321788601652989948321788601652989948321788601652989948321788601652989948321788601652989948321788601652989948321788601652989948321788601652989948321788601652989948321788601652989948321788601652989948321788601652989948321788601652989948321788601652989948321788601652989948321788601652989948321788601652989948321788601652" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bbf74e39-7356-4fa4-85f3-32c91589873c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 007c92c1-f928-4dc5-a34c-d4cdffa27092, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 007c92c1-f928-4dc5-a34c-d4cdffa27092, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4081550126863164843 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40815501268631648434081550126863164843408155012686316484340815501268631648434081550126863164843408155012686316484340815501268631648434081550126863164843408155012686316484340815501268631648434081550126863164843408155012686316484340815501268631648434081550126863164843408155012686316484340815501268631648434081550126863164843408155012686316484340815501268631648434081550126863164843" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cbee6f59-8da7-4e44-9d48-1ada2b9720ff, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1c7b71d3-6e00-4e2b-a0ce-5c8c60f7ce12, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1c7b71d3-6e00-4e2b-a0ce-5c8c60f7ce12, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2449741725655889514 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24497417256558895142449741725655889514244974172565588951424497417256558895142449741725655889514244974172565588951424497417256558895142449741725655889514244974172565588951424497417256558895142449741725655889514244974172565588951424497417256558895142449741725655889514244974172565588951424497417256558895142449741725655889514244974172565588951424497417256558895142449741725655889514" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 007c92c1-f928-4dc5-a34c-d4cdffa27092, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5f2a9531-8ae3-41da-ac4c-3d500e1317a2, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1c7b71d3-6e00-4e2b-a0ce-5c8c60f7ce12, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5f2a9531-8ae3-41da-ac4c-3d500e1317a2, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2940174866538654097 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29401748665386540972940174866538654097294017486653865409729401748665386540972940174866538654097294017486653865409729401748665386540972940174866538654097294017486653865409729401748665386540972940174866538654097294017486653865409729401748665386540972940174866538654097294017486653865409729401748665386540972940174866538654097294017486653865409729401748665386540972940174866538654097" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 25e54f7c-781d-4391-938a-4c652b6c257f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 25e54f7c-781d-4391-938a-4c652b6c257f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17690079995435830442 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1769007999543583044217690079995435830442176900799954358304421769007999543583044217690079995435830442176900799954358304421769007999543583044217690079995435830442176900799954358304421769007999543583044217690079995435830442176900799954358304421769007999543583044217690079995435830442176900799954358304421769007999543583044217690079995435830442176900799954358304421769007999543583044217690079995435830442" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5f2a9531-8ae3-41da-ac4c-3d500e1317a2, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 46970436-950d-4a92-a662-e813783abdc2, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 46970436-950d-4a92-a662-e813783abdc2, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2216565122026968797 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22165651220269687972216565122026968797221656512202696879722165651220269687972216565122026968797221656512202696879722165651220269687972216565122026968797221656512202696879722165651220269687972216565122026968797221656512202696879722165651220269687972216565122026968797221656512202696879722165651220269687972216565122026968797221656512202696879722165651220269687972216565122026968797" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 25e54f7c-781d-4391-938a-4c652b6c257f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f42d08b9-5e86-4d63-806b-e1ef9f931013, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f42d08b9-5e86-4d63-806b-e1ef9f931013, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17724333525327912185 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1772433352532791218517724333525327912185177243335253279121851772433352532791218517724333525327912185177243335253279121851772433352532791218517724333525327912185177243335253279121851772433352532791218517724333525327912185177243335253279121851772433352532791218517724333525327912185177243335253279121851772433352532791218517724333525327912185177243335253279121851772433352532791218517724333525327912185" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 46970436-950d-4a92-a662-e813783abdc2, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b9817233-0ad4-42cd-bda5-e7dcfc14e3da, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b9817233-0ad4-42cd-bda5-e7dcfc14e3da, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8514942329532634823 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85149423295326348238514942329532634823851494232953263482385149423295326348238514942329532634823851494232953263482385149423295326348238514942329532634823851494232953263482385149423295326348238514942329532634823851494232953263482385149423295326348238514942329532634823851494232953263482385149423295326348238514942329532634823851494232953263482385149423295326348238514942329532634823" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f42d08b9-5e86-4d63-806b-e1ef9f931013, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8a818a33-a386-4f0a-8e87-b201079d93b6, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b9817233-0ad4-42cd-bda5-e7dcfc14e3da, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8a818a33-a386-4f0a-8e87-b201079d93b6, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2769169644681865684 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27691696446818656842769169644681865684276916964468186568427691696446818656842769169644681865684276916964468186568427691696446818656842769169644681865684276916964468186568427691696446818656842769169644681865684276916964468186568427691696446818656842769169644681865684276916964468186568427691696446818656842769169644681865684276916964468186568427691696446818656842769169644681865684" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 56cd7947-db08-48d6-a788-fa7ddabace3d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 56cd7947-db08-48d6-a788-fa7ddabace3d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16593165146277180492 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1659316514627718049216593165146277180492165931651462771804921659316514627718049216593165146277180492165931651462771804921659316514627718049216593165146277180492165931651462771804921659316514627718049216593165146277180492165931651462771804921659316514627718049216593165146277180492165931651462771804921659316514627718049216593165146277180492165931651462771804921659316514627718049216593165146277180492" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8a818a33-a386-4f0a-8e87-b201079d93b6, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 61de56b5-ee0f-45e6-808e-9d2835e0609d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 61de56b5-ee0f-45e6-808e-9d2835e0609d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11741349226496781322 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1174134922649678132211741349226496781322117413492264967813221174134922649678132211741349226496781322117413492264967813221174134922649678132211741349226496781322117413492264967813221174134922649678132211741349226496781322117413492264967813221174134922649678132211741349226496781322117413492264967813221174134922649678132211741349226496781322117413492264967813221174134922649678132211741349226496781322" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 56cd7947-db08-48d6-a788-fa7ddabace3d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fd9e2d23-4d1a-45fe-bbb5-6cd29b63fd9a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fd9e2d23-4d1a-45fe-bbb5-6cd29b63fd9a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8975237702676693354 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89752377026766933548975237702676693354897523770267669335489752377026766933548975237702676693354897523770267669335489752377026766933548975237702676693354897523770267669335489752377026766933548975237702676693354897523770267669335489752377026766933548975237702676693354897523770267669335489752377026766933548975237702676693354897523770267669335489752377026766933548975237702676693354" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 61de56b5-ee0f-45e6-808e-9d2835e0609d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 346fa9a0-5937-4605-9912-5c1e3d01fd44, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 346fa9a0-5937-4605-9912-5c1e3d01fd44, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4532677339120202949 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45326773391202029494532677339120202949453267733912020294945326773391202029494532677339120202949453267733912020294945326773391202029494532677339120202949453267733912020294945326773391202029494532677339120202949453267733912020294945326773391202029494532677339120202949453267733912020294945326773391202029494532677339120202949453267733912020294945326773391202029494532677339120202949" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 346fa9a0-5937-4605-9912-5c1e3d01fd44, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fd9e2d23-4d1a-45fe-bbb5-6cd29b63fd9a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cd0f1758-9593-4312-bada-3ab4408d3250, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ef730ee9-2c56-4bb7-9715-d958088cf24b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ef730ee9-2c56-4bb7-9715-d958088cf24b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3678943397317414248 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36789433973174142483678943397317414248367894339731741424836789433973174142483678943397317414248367894339731741424836789433973174142483678943397317414248367894339731741424836789433973174142483678943397317414248367894339731741424836789433973174142483678943397317414248367894339731741424836789433973174142483678943397317414248367894339731741424836789433973174142483678943397317414248" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cd0f1758-9593-4312-bada-3ab4408d3250, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14092299616288951579 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1409229961628895157914092299616288951579140922996162889515791409229961628895157914092299616288951579140922996162889515791409229961628895157914092299616288951579140922996162889515791409229961628895157914092299616288951579140922996162889515791409229961628895157914092299616288951579140922996162889515791409229961628895157914092299616288951579140922996162889515791409229961628895157914092299616288951579" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ef730ee9-2c56-4bb7-9715-d958088cf24b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0e50ac05-e19d-43bf-99f2-c661c0bd456a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0e50ac05-e19d-43bf-99f2-c661c0bd456a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13661026253425311798 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1366102625342531179813661026253425311798136610262534253117981366102625342531179813661026253425311798136610262534253117981366102625342531179813661026253425311798136610262534253117981366102625342531179813661026253425311798136610262534253117981366102625342531179813661026253425311798136610262534253117981366102625342531179813661026253425311798136610262534253117981366102625342531179813661026253425311798" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cd0f1758-9593-4312-bada-3ab4408d3250, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2cb3ce08-dff5-4ac5-859e-2125a901ec6b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2cb3ce08-dff5-4ac5-859e-2125a901ec6b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2564987839869797461 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25649878398697974612564987839869797461256498783986979746125649878398697974612564987839869797461256498783986979746125649878398697974612564987839869797461256498783986979746125649878398697974612564987839869797461256498783986979746125649878398697974612564987839869797461256498783986979746125649878398697974612564987839869797461256498783986979746125649878398697974612564987839869797461" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0e50ac05-e19d-43bf-99f2-c661c0bd456a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 469905e5-bb3d-4592-889b-bac39381c4d0, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 469905e5-bb3d-4592-889b-bac39381c4d0, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9237437247881169370 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92374372478811693709237437247881169370923743724788116937092374372478811693709237437247881169370923743724788116937092374372478811693709237437247881169370923743724788116937092374372478811693709237437247881169370923743724788116937092374372478811693709237437247881169370923743724788116937092374372478811693709237437247881169370923743724788116937092374372478811693709237437247881169370" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2cb3ce08-dff5-4ac5-859e-2125a901ec6b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 79a98dff-0e51-4a83-9a79-a8c211db61d5, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 79a98dff-0e51-4a83-9a79-a8c211db61d5, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2461037788573766035 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24610377885737660352461037788573766035246103778857376603524610377885737660352461037788573766035246103778857376603524610377885737660352461037788573766035246103778857376603524610377885737660352461037788573766035246103778857376603524610377885737660352461037788573766035246103778857376603524610377885737660352461037788573766035246103778857376603524610377885737660352461037788573766035" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 469905e5-bb3d-4592-889b-bac39381c4d0, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 954ec5aa-ddd8-4a48-b8d5-2cafd6f7eff7, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 954ec5aa-ddd8-4a48-b8d5-2cafd6f7eff7, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10924455004154979234 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1092445500415497923410924455004154979234109244550041549792341092445500415497923410924455004154979234109244550041549792341092445500415497923410924455004154979234109244550041549792341092445500415497923410924455004154979234109244550041549792341092445500415497923410924455004154979234109244550041549792341092445500415497923410924455004154979234109244550041549792341092445500415497923410924455004154979234" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 79a98dff-0e51-4a83-9a79-a8c211db61d5, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c7218642-1da0-44d2-b74d-a21bbf22a910, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c7218642-1da0-44d2-b74d-a21bbf22a910, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7279270021601426285 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72792700216014262857279270021601426285727927002160142628572792700216014262857279270021601426285727927002160142628572792700216014262857279270021601426285727927002160142628572792700216014262857279270021601426285727927002160142628572792700216014262857279270021601426285727927002160142628572792700216014262857279270021601426285727927002160142628572792700216014262857279270021601426285" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 954ec5aa-ddd8-4a48-b8d5-2cafd6f7eff7, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2af255fc-3ffe-4f5d-9c4d-05338ba38645, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2af255fc-3ffe-4f5d-9c4d-05338ba38645, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10241435424878060733 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1024143542487806073310241435424878060733102414354248780607331024143542487806073310241435424878060733102414354248780607331024143542487806073310241435424878060733102414354248780607331024143542487806073310241435424878060733102414354248780607331024143542487806073310241435424878060733102414354248780607331024143542487806073310241435424878060733102414354248780607331024143542487806073310241435424878060733" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c7218642-1da0-44d2-b74d-a21bbf22a910, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fce34b70-cea1-4a1a-9ecf-f27e29fb904f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fce34b70-cea1-4a1a-9ecf-f27e29fb904f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2402940036101686037 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24029400361016860372402940036101686037240294003610168603724029400361016860372402940036101686037240294003610168603724029400361016860372402940036101686037240294003610168603724029400361016860372402940036101686037240294003610168603724029400361016860372402940036101686037240294003610168603724029400361016860372402940036101686037240294003610168603724029400361016860372402940036101686037" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2af255fc-3ffe-4f5d-9c4d-05338ba38645, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, feed6b90-a79c-4909-83be-5d3bc1ae9428, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fce34b70-cea1-4a1a-9ecf-f27e29fb904f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, feed6b90-a79c-4909-83be-5d3bc1ae9428, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13636970257669378615 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1363697025766937861513636970257669378615136369702576693786151363697025766937861513636970257669378615136369702576693786151363697025766937861513636970257669378615136369702576693786151363697025766937861513636970257669378615136369702576693786151363697025766937861513636970257669378615136369702576693786151363697025766937861513636970257669378615136369702576693786151363697025766937861513636970257669378615" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5bdce64d-8dc2-4884-adc4-6d268dae8fdf, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5bdce64d-8dc2-4884-adc4-6d268dae8fdf, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7630463451643975504 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76304634516439755047630463451643975504763046345164397550476304634516439755047630463451643975504763046345164397550476304634516439755047630463451643975504763046345164397550476304634516439755047630463451643975504763046345164397550476304634516439755047630463451643975504763046345164397550476304634516439755047630463451643975504763046345164397550476304634516439755047630463451643975504" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, feed6b90-a79c-4909-83be-5d3bc1ae9428, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 895a233a-787b-4f94-b235-40dd4af10173, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 895a233a-787b-4f94-b235-40dd4af10173, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8197910166543963162 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81979101665439631628197910166543963162819791016654396316281979101665439631628197910166543963162819791016654396316281979101665439631628197910166543963162819791016654396316281979101665439631628197910166543963162819791016654396316281979101665439631628197910166543963162819791016654396316281979101665439631628197910166543963162819791016654396316281979101665439631628197910166543963162" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5bdce64d-8dc2-4884-adc4-6d268dae8fdf, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4e22821c-3c1f-4751-abd2-7541daf60b91, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4e22821c-3c1f-4751-abd2-7541daf60b91, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18240882459604676180 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1824088245960467618018240882459604676180182408824596046761801824088245960467618018240882459604676180182408824596046761801824088245960467618018240882459604676180182408824596046761801824088245960467618018240882459604676180182408824596046761801824088245960467618018240882459604676180182408824596046761801824088245960467618018240882459604676180182408824596046761801824088245960467618018240882459604676180" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 895a233a-787b-4f94-b235-40dd4af10173, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8057e685-af23-4a2d-b939-9d4c567f85b5, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8057e685-af23-4a2d-b939-9d4c567f85b5, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9465905137775640159 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94659051377756401599465905137775640159946590513777564015994659051377756401599465905137775640159946590513777564015994659051377756401599465905137775640159946590513777564015994659051377756401599465905137775640159946590513777564015994659051377756401599465905137775640159946590513777564015994659051377756401599465905137775640159946590513777564015994659051377756401599465905137775640159" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4e22821c-3c1f-4751-abd2-7541daf60b91, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3c55d868-24ca-45db-849b-6c2ebd436a90, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3c55d868-24ca-45db-849b-6c2ebd436a90, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2930196381460177649 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29301963814601776492930196381460177649293019638146017764929301963814601776492930196381460177649293019638146017764929301963814601776492930196381460177649293019638146017764929301963814601776492930196381460177649293019638146017764929301963814601776492930196381460177649293019638146017764929301963814601776492930196381460177649293019638146017764929301963814601776492930196381460177649" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8057e685-af23-4a2d-b939-9d4c567f85b5, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 68ea68b7-2117-4b4c-a74d-49f24cf484e0, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 68ea68b7-2117-4b4c-a74d-49f24cf484e0, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16787991617698758951 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1678799161769875895116787991617698758951167879916176987589511678799161769875895116787991617698758951167879916176987589511678799161769875895116787991617698758951167879916176987589511678799161769875895116787991617698758951167879916176987589511678799161769875895116787991617698758951167879916176987589511678799161769875895116787991617698758951167879916176987589511678799161769875895116787991617698758951" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3c55d868-24ca-45db-849b-6c2ebd436a90, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f90661ae-9352-4203-8bca-0a077498a60c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f90661ae-9352-4203-8bca-0a077498a60c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14796639511150430362 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1479663951115043036214796639511150430362147966395111504303621479663951115043036214796639511150430362147966395111504303621479663951115043036214796639511150430362147966395111504303621479663951115043036214796639511150430362147966395111504303621479663951115043036214796639511150430362147966395111504303621479663951115043036214796639511150430362147966395111504303621479663951115043036214796639511150430362" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 68ea68b7-2117-4b4c-a74d-49f24cf484e0, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4df4f217-bfb1-4d56-bc53-855f2e76562e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4df4f217-bfb1-4d56-bc53-855f2e76562e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6878875964613447737 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68788759646134477376878875964613447737687887596461344773768788759646134477376878875964613447737687887596461344773768788759646134477376878875964613447737687887596461344773768788759646134477376878875964613447737687887596461344773768788759646134477376878875964613447737687887596461344773768788759646134477376878875964613447737687887596461344773768788759646134477376878875964613447737" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f90661ae-9352-4203-8bca-0a077498a60c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9768c905-be6e-49d7-97f8-896e7c9a279b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9768c905-be6e-49d7-97f8-896e7c9a279b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12393347709858072980 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1239334770985807298012393347709858072980123933477098580729801239334770985807298012393347709858072980123933477098580729801239334770985807298012393347709858072980123933477098580729801239334770985807298012393347709858072980123933477098580729801239334770985807298012393347709858072980123933477098580729801239334770985807298012393347709858072980123933477098580729801239334770985807298012393347709858072980" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4df4f217-bfb1-4d56-bc53-855f2e76562e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f683b3b0-734b-431e-b955-ce1ce3f882bf, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f683b3b0-734b-431e-b955-ce1ce3f882bf, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4873133829642974408 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48731338296429744084873133829642974408487313382964297440848731338296429744084873133829642974408487313382964297440848731338296429744084873133829642974408487313382964297440848731338296429744084873133829642974408487313382964297440848731338296429744084873133829642974408487313382964297440848731338296429744084873133829642974408487313382964297440848731338296429744084873133829642974408" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9768c905-be6e-49d7-97f8-896e7c9a279b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 81d4b1f3-3098-4822-9370-bdbb80783e21, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 81d4b1f3-3098-4822-9370-bdbb80783e21, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17728653504361419502 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1772865350436141950217728653504361419502177286535043614195021772865350436141950217728653504361419502177286535043614195021772865350436141950217728653504361419502177286535043614195021772865350436141950217728653504361419502177286535043614195021772865350436141950217728653504361419502177286535043614195021772865350436141950217728653504361419502177286535043614195021772865350436141950217728653504361419502" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f683b3b0-734b-431e-b955-ce1ce3f882bf, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 730ab07c-71b1-4a3e-8e4e-825aac64a1fe, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 730ab07c-71b1-4a3e-8e4e-825aac64a1fe, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16107957163672911873 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1610795716367291187316107957163672911873161079571636729118731610795716367291187316107957163672911873161079571636729118731610795716367291187316107957163672911873161079571636729118731610795716367291187316107957163672911873161079571636729118731610795716367291187316107957163672911873161079571636729118731610795716367291187316107957163672911873161079571636729118731610795716367291187316107957163672911873" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 81d4b1f3-3098-4822-9370-bdbb80783e21, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c7b8447f-fbd3-4d6b-944b-d73bdb4cce27, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c7b8447f-fbd3-4d6b-944b-d73bdb4cce27, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16847542052188752244 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1684754205218875224416847542052188752244168475420521887522441684754205218875224416847542052188752244168475420521887522441684754205218875224416847542052188752244168475420521887522441684754205218875224416847542052188752244168475420521887522441684754205218875224416847542052188752244168475420521887522441684754205218875224416847542052188752244168475420521887522441684754205218875224416847542052188752244" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 730ab07c-71b1-4a3e-8e4e-825aac64a1fe, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 77122662-efd3-41ed-9e61-58bb7f2d8bd2, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 77122662-efd3-41ed-9e61-58bb7f2d8bd2, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15213439008017473506 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1521343900801747350615213439008017473506152134390080174735061521343900801747350615213439008017473506152134390080174735061521343900801747350615213439008017473506152134390080174735061521343900801747350615213439008017473506152134390080174735061521343900801747350615213439008017473506152134390080174735061521343900801747350615213439008017473506152134390080174735061521343900801747350615213439008017473506" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c7b8447f-fbd3-4d6b-944b-d73bdb4cce27, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 14d1a5b9-2254-4c3c-ab3a-dd3c59b77dcd, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 14d1a5b9-2254-4c3c-ab3a-dd3c59b77dcd, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3593846281510764636 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35938462815107646363593846281510764636359384628151076463635938462815107646363593846281510764636359384628151076463635938462815107646363593846281510764636359384628151076463635938462815107646363593846281510764636359384628151076463635938462815107646363593846281510764636359384628151076463635938462815107646363593846281510764636359384628151076463635938462815107646363593846281510764636" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 77122662-efd3-41ed-9e61-58bb7f2d8bd2, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5b381386-6635-4392-a132-889890dd8639, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5b381386-6635-4392-a132-889890dd8639, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11235247001444003528 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1123524700144400352811235247001444003528112352470014440035281123524700144400352811235247001444003528112352470014440035281123524700144400352811235247001444003528112352470014440035281123524700144400352811235247001444003528112352470014440035281123524700144400352811235247001444003528112352470014440035281123524700144400352811235247001444003528112352470014440035281123524700144400352811235247001444003528" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 14d1a5b9-2254-4c3c-ab3a-dd3c59b77dcd, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d447f0fa-46ad-46c7-9589-83822b241f3a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d447f0fa-46ad-46c7-9589-83822b241f3a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8914450430329802553 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89144504303298025538914450430329802553891445043032980255389144504303298025538914450430329802553891445043032980255389144504303298025538914450430329802553891445043032980255389144504303298025538914450430329802553891445043032980255389144504303298025538914450430329802553891445043032980255389144504303298025538914450430329802553891445043032980255389144504303298025538914450430329802553" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5b381386-6635-4392-a132-889890dd8639, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7f5cdcfb-1c71-43ba-8596-7f61c03aede7, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7f5cdcfb-1c71-43ba-8596-7f61c03aede7, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2374919664957688232 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23749196649576882322374919664957688232237491966495768823223749196649576882322374919664957688232237491966495768823223749196649576882322374919664957688232237491966495768823223749196649576882322374919664957688232237491966495768823223749196649576882322374919664957688232237491966495768823223749196649576882322374919664957688232237491966495768823223749196649576882322374919664957688232" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d447f0fa-46ad-46c7-9589-83822b241f3a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bd4cd2b2-f229-4075-b389-548db57ebdd0, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bd4cd2b2-f229-4075-b389-548db57ebdd0, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9402025215072336533 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94020252150723365339402025215072336533940202521507233653394020252150723365339402025215072336533940202521507233653394020252150723365339402025215072336533940202521507233653394020252150723365339402025215072336533940202521507233653394020252150723365339402025215072336533940202521507233653394020252150723365339402025215072336533940202521507233653394020252150723365339402025215072336533" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7f5cdcfb-1c71-43ba-8596-7f61c03aede7, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 32585553-cb56-4c92-85dd-4af9d9f5856d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 32585553-cb56-4c92-85dd-4af9d9f5856d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14692233744996447324 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1469223374499644732414692233744996447324146922337449964473241469223374499644732414692233744996447324146922337449964473241469223374499644732414692233744996447324146922337449964473241469223374499644732414692233744996447324146922337449964473241469223374499644732414692233744996447324146922337449964473241469223374499644732414692233744996447324146922337449964473241469223374499644732414692233744996447324" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bd4cd2b2-f229-4075-b389-548db57ebdd0, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4df9d836-fc03-4aaf-b61a-055b8812ab4c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4df9d836-fc03-4aaf-b61a-055b8812ab4c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13889789290392160914 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1388978929039216091413889789290392160914138897892903921609141388978929039216091413889789290392160914138897892903921609141388978929039216091413889789290392160914138897892903921609141388978929039216091413889789290392160914138897892903921609141388978929039216091413889789290392160914138897892903921609141388978929039216091413889789290392160914138897892903921609141388978929039216091413889789290392160914" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 32585553-cb56-4c92-85dd-4af9d9f5856d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 778836eb-2981-4917-9fa9-8e71b8a42820, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 778836eb-2981-4917-9fa9-8e71b8a42820, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11407984147984863073 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1140798414798486307311407984147984863073114079841479848630731140798414798486307311407984147984863073114079841479848630731140798414798486307311407984147984863073114079841479848630731140798414798486307311407984147984863073114079841479848630731140798414798486307311407984147984863073114079841479848630731140798414798486307311407984147984863073114079841479848630731140798414798486307311407984147984863073" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4df9d836-fc03-4aaf-b61a-055b8812ab4c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2d60561b-4bf2-45dd-b684-081884ceeb53, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2d60561b-4bf2-45dd-b684-081884ceeb53, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4570939955806647082 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45709399558066470824570939955806647082457093995580664708245709399558066470824570939955806647082457093995580664708245709399558066470824570939955806647082457093995580664708245709399558066470824570939955806647082457093995580664708245709399558066470824570939955806647082457093995580664708245709399558066470824570939955806647082457093995580664708245709399558066470824570939955806647082" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 778836eb-2981-4917-9fa9-8e71b8a42820, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9eca8ac1-c7fa-4786-afd0-2110cfef81e2, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9eca8ac1-c7fa-4786-afd0-2110cfef81e2, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9920889868804085686 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99208898688040856869920889868804085686992088986880408568699208898688040856869920889868804085686992088986880408568699208898688040856869920889868804085686992088986880408568699208898688040856869920889868804085686992088986880408568699208898688040856869920889868804085686992088986880408568699208898688040856869920889868804085686992088986880408568699208898688040856869920889868804085686" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2d60561b-4bf2-45dd-b684-081884ceeb53, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 96c52569-b5c6-433d-9f42-f7e5a7940a31, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 96c52569-b5c6-433d-9f42-f7e5a7940a31, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8924422810726366030 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89244228107263660308924422810726366030892442281072636603089244228107263660308924422810726366030892442281072636603089244228107263660308924422810726366030892442281072636603089244228107263660308924422810726366030892442281072636603089244228107263660308924422810726366030892442281072636603089244228107263660308924422810726366030892442281072636603089244228107263660308924422810726366030" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9eca8ac1-c7fa-4786-afd0-2110cfef81e2, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8cf2bea3-2f19-47ee-9f74-75198699a250, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8cf2bea3-2f19-47ee-9f74-75198699a250, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13516064802536739565 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1351606480253673956513516064802536739565135160648025367395651351606480253673956513516064802536739565135160648025367395651351606480253673956513516064802536739565135160648025367395651351606480253673956513516064802536739565135160648025367395651351606480253673956513516064802536739565135160648025367395651351606480253673956513516064802536739565135160648025367395651351606480253673956513516064802536739565" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 96c52569-b5c6-433d-9f42-f7e5a7940a31, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 12b17b7f-2fd9-435b-bb1f-e0b81962265e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 12b17b7f-2fd9-435b-bb1f-e0b81962265e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7496785049081974334 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74967850490819743347496785049081974334749678504908197433474967850490819743347496785049081974334749678504908197433474967850490819743347496785049081974334749678504908197433474967850490819743347496785049081974334749678504908197433474967850490819743347496785049081974334749678504908197433474967850490819743347496785049081974334749678504908197433474967850490819743347496785049081974334" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8cf2bea3-2f19-47ee-9f74-75198699a250, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a156058a-2d7a-4e24-bc8b-b564031be66c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a156058a-2d7a-4e24-bc8b-b564031be66c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15805242461034720392 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1580524246103472039215805242461034720392158052424610347203921580524246103472039215805242461034720392158052424610347203921580524246103472039215805242461034720392158052424610347203921580524246103472039215805242461034720392158052424610347203921580524246103472039215805242461034720392158052424610347203921580524246103472039215805242461034720392158052424610347203921580524246103472039215805242461034720392" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 12b17b7f-2fd9-435b-bb1f-e0b81962265e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 822173da-5525-420c-b5b7-67438315327b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 822173da-5525-420c-b5b7-67438315327b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3599026009807450977 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35990260098074509773599026009807450977359902600980745097735990260098074509773599026009807450977359902600980745097735990260098074509773599026009807450977359902600980745097735990260098074509773599026009807450977359902600980745097735990260098074509773599026009807450977359902600980745097735990260098074509773599026009807450977359902600980745097735990260098074509773599026009807450977" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a156058a-2d7a-4e24-bc8b-b564031be66c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9cc1e243-e080-452e-ab6b-89594b05b6ee, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9cc1e243-e080-452e-ab6b-89594b05b6ee, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2733648844319137549 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27336488443191375492733648844319137549273364884431913754927336488443191375492733648844319137549273364884431913754927336488443191375492733648844319137549273364884431913754927336488443191375492733648844319137549273364884431913754927336488443191375492733648844319137549273364884431913754927336488443191375492733648844319137549273364884431913754927336488443191375492733648844319137549" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 822173da-5525-420c-b5b7-67438315327b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1fe7701a-cc5e-495d-a5b6-7742427907e4, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1fe7701a-cc5e-495d-a5b6-7742427907e4, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5620377824767324544 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56203778247673245445620377824767324544562037782476732454456203778247673245445620377824767324544562037782476732454456203778247673245445620377824767324544562037782476732454456203778247673245445620377824767324544562037782476732454456203778247673245445620377824767324544562037782476732454456203778247673245445620377824767324544562037782476732454456203778247673245445620377824767324544" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9cc1e243-e080-452e-ab6b-89594b05b6ee, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a2d69993-4017-4d22-a4d5-2ecf971fe318, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a2d69993-4017-4d22-a4d5-2ecf971fe318, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13916603693984721483 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1391660369398472148313916603693984721483139166036939847214831391660369398472148313916603693984721483139166036939847214831391660369398472148313916603693984721483139166036939847214831391660369398472148313916603693984721483139166036939847214831391660369398472148313916603693984721483139166036939847214831391660369398472148313916603693984721483139166036939847214831391660369398472148313916603693984721483" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1fe7701a-cc5e-495d-a5b6-7742427907e4, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b2c4bc20-24ac-43e1-924a-91d642a8bb9e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b2c4bc20-24ac-43e1-924a-91d642a8bb9e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17461729896678036493 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1746172989667803649317461729896678036493174617298966780364931746172989667803649317461729896678036493174617298966780364931746172989667803649317461729896678036493174617298966780364931746172989667803649317461729896678036493174617298966780364931746172989667803649317461729896678036493174617298966780364931746172989667803649317461729896678036493174617298966780364931746172989667803649317461729896678036493" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a2d69993-4017-4d22-a4d5-2ecf971fe318, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0247aa20-d24c-4805-8047-6df70e550410, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0247aa20-d24c-4805-8047-6df70e550410, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14186265529898205733 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1418626552989820573314186265529898205733141862655298982057331418626552989820573314186265529898205733141862655298982057331418626552989820573314186265529898205733141862655298982057331418626552989820573314186265529898205733141862655298982057331418626552989820573314186265529898205733141862655298982057331418626552989820573314186265529898205733141862655298982057331418626552989820573314186265529898205733" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b2c4bc20-24ac-43e1-924a-91d642a8bb9e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c1cc2b95-02ec-4fbf-bdf1-44f3b9dc538f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c1cc2b95-02ec-4fbf-bdf1-44f3b9dc538f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5728513135502687179 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57285131355026871795728513135502687179572851313550268717957285131355026871795728513135502687179572851313550268717957285131355026871795728513135502687179572851313550268717957285131355026871795728513135502687179572851313550268717957285131355026871795728513135502687179572851313550268717957285131355026871795728513135502687179572851313550268717957285131355026871795728513135502687179" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0247aa20-d24c-4805-8047-6df70e550410, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8c142d07-4641-4e2f-87a0-dc85413795dc, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8c142d07-4641-4e2f-87a0-dc85413795dc, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18130116774900635254 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1813011677490063525418130116774900635254181301167749006352541813011677490063525418130116774900635254181301167749006352541813011677490063525418130116774900635254181301167749006352541813011677490063525418130116774900635254181301167749006352541813011677490063525418130116774900635254181301167749006352541813011677490063525418130116774900635254181301167749006352541813011677490063525418130116774900635254" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c1cc2b95-02ec-4fbf-bdf1-44f3b9dc538f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6895ebff-00c6-41cc-bd7c-e4b15c533bd0, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6895ebff-00c6-41cc-bd7c-e4b15c533bd0, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5785229556768412916 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57852295567684129165785229556768412916578522955676841291657852295567684129165785229556768412916578522955676841291657852295567684129165785229556768412916578522955676841291657852295567684129165785229556768412916578522955676841291657852295567684129165785229556768412916578522955676841291657852295567684129165785229556768412916578522955676841291657852295567684129165785229556768412916" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8c142d07-4641-4e2f-87a0-dc85413795dc, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6895ebff-00c6-41cc-bd7c-e4b15c533bd0, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2e3855a3-dd53-4b77-8532-0af81561816e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2e3855a3-dd53-4b77-8532-0af81561816e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4679997229723782332 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46799972297237823324679997229723782332467999722972378233246799972297237823324679997229723782332467999722972378233246799972297237823324679997229723782332467999722972378233246799972297237823324679997229723782332467999722972378233246799972297237823324679997229723782332467999722972378233246799972297237823324679997229723782332467999722972378233246799972297237823324679997229723782332" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fd176036-b634-403e-bc68-1d9c858963f9, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fd176036-b634-403e-bc68-1d9c858963f9, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10598064483716291825 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1059806448371629182510598064483716291825105980644837162918251059806448371629182510598064483716291825105980644837162918251059806448371629182510598064483716291825105980644837162918251059806448371629182510598064483716291825105980644837162918251059806448371629182510598064483716291825105980644837162918251059806448371629182510598064483716291825105980644837162918251059806448371629182510598064483716291825" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2e3855a3-dd53-4b77-8532-0af81561816e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2fdd9f81-dc98-4493-98f9-158c73f662c3, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2fdd9f81-dc98-4493-98f9-158c73f662c3, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10634242699647957730 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1063424269964795773010634242699647957730106342426996479577301063424269964795773010634242699647957730106342426996479577301063424269964795773010634242699647957730106342426996479577301063424269964795773010634242699647957730106342426996479577301063424269964795773010634242699647957730106342426996479577301063424269964795773010634242699647957730106342426996479577301063424269964795773010634242699647957730" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fd176036-b634-403e-bc68-1d9c858963f9, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ce009f96-808e-4fbd-a15b-6a3b211cdc2b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ce009f96-808e-4fbd-a15b-6a3b211cdc2b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7286637946446564555 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72866379464465645557286637946446564555728663794644656455572866379464465645557286637946446564555728663794644656455572866379464465645557286637946446564555728663794644656455572866379464465645557286637946446564555728663794644656455572866379464465645557286637946446564555728663794644656455572866379464465645557286637946446564555728663794644656455572866379464465645557286637946446564555" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ce009f96-808e-4fbd-a15b-6a3b211cdc2b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b18b1d7d-0af7-48da-be52-926e7031a2bc, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b18b1d7d-0af7-48da-be52-926e7031a2bc, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1998536808684834909 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19985368086848349091998536808684834909199853680868483490919985368086848349091998536808684834909199853680868483490919985368086848349091998536808684834909199853680868483490919985368086848349091998536808684834909199853680868483490919985368086848349091998536808684834909199853680868483490919985368086848349091998536808684834909199853680868483490919985368086848349091998536808684834909" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2fdd9f81-dc98-4493-98f9-158c73f662c3, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 788b7792-c02a-4cc9-ae97-8b22035f4254, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 788b7792-c02a-4cc9-ae97-8b22035f4254, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 92474630391729399 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "9247463039172939992474630391729399924746303917293999247463039172939992474630391729399924746303917293999247463039172939992474630391729399924746303917293999247463039172939992474630391729399924746303917293999247463039172939992474630391729399924746303917293999247463039172939992474630391729399924746303917293999247463039172939992474630391729399" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b18b1d7d-0af7-48da-be52-926e7031a2bc, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8f615747-b7b2-4841-9ecb-1128d1a52824, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8f615747-b7b2-4841-9ecb-1128d1a52824, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4450246903450994361 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44502469034509943614450246903450994361445024690345099436144502469034509943614450246903450994361445024690345099436144502469034509943614450246903450994361445024690345099436144502469034509943614450246903450994361445024690345099436144502469034509943614450246903450994361445024690345099436144502469034509943614450246903450994361445024690345099436144502469034509943614450246903450994361" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 788b7792-c02a-4cc9-ae97-8b22035f4254, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2bd29310-ea2f-4ff7-998e-4f477fabd5ef, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2bd29310-ea2f-4ff7-998e-4f477fabd5ef, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4837733118529407007 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48377331185294070074837733118529407007483773311852940700748377331185294070074837733118529407007483773311852940700748377331185294070074837733118529407007483773311852940700748377331185294070074837733118529407007483773311852940700748377331185294070074837733118529407007483773311852940700748377331185294070074837733118529407007483773311852940700748377331185294070074837733118529407007" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8f615747-b7b2-4841-9ecb-1128d1a52824, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, baca168f-22ce-4a69-9b4a-ad00ee9f95ab, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, baca168f-22ce-4a69-9b4a-ad00ee9f95ab, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3811655219286248924 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38116552192862489243811655219286248924381165521928624892438116552192862489243811655219286248924381165521928624892438116552192862489243811655219286248924381165521928624892438116552192862489243811655219286248924381165521928624892438116552192862489243811655219286248924381165521928624892438116552192862489243811655219286248924381165521928624892438116552192862489243811655219286248924" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2bd29310-ea2f-4ff7-998e-4f477fabd5ef, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 45981e9a-66ed-4f5b-94de-1dccb7fe07ba, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 45981e9a-66ed-4f5b-94de-1dccb7fe07ba, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11762167590856181792 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1176216759085618179211762167590856181792117621675908561817921176216759085618179211762167590856181792117621675908561817921176216759085618179211762167590856181792117621675908561817921176216759085618179211762167590856181792117621675908561817921176216759085618179211762167590856181792117621675908561817921176216759085618179211762167590856181792117621675908561817921176216759085618179211762167590856181792" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, baca168f-22ce-4a69-9b4a-ad00ee9f95ab, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f2a364bf-0025-4132-bbfa-abc213363962, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f2a364bf-0025-4132-bbfa-abc213363962, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1598520222618253758 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15985202226182537581598520222618253758159852022261825375815985202226182537581598520222618253758159852022261825375815985202226182537581598520222618253758159852022261825375815985202226182537581598520222618253758159852022261825375815985202226182537581598520222618253758159852022261825375815985202226182537581598520222618253758159852022261825375815985202226182537581598520222618253758" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 45981e9a-66ed-4f5b-94de-1dccb7fe07ba, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4eebf7dd-6429-41da-bcb5-32ed55dfcb9a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4eebf7dd-6429-41da-bcb5-32ed55dfcb9a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14241392728132183417 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1424139272813218341714241392728132183417142413927281321834171424139272813218341714241392728132183417142413927281321834171424139272813218341714241392728132183417142413927281321834171424139272813218341714241392728132183417142413927281321834171424139272813218341714241392728132183417142413927281321834171424139272813218341714241392728132183417142413927281321834171424139272813218341714241392728132183417" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f2a364bf-0025-4132-bbfa-abc213363962, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8127386e-db56-4ff5-bcdf-9972f9923115, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8127386e-db56-4ff5-bcdf-9972f9923115, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 829530900993646655 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "829530900993646655829530900993646655829530900993646655829530900993646655829530900993646655829530900993646655829530900993646655829530900993646655829530900993646655829530900993646655829530900993646655829530900993646655829530900993646655829530900993646655829530900993646655829530900993646655829530900993646655829530900993646655829530900993646655829530900993646655" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4eebf7dd-6429-41da-bcb5-32ed55dfcb9a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7621e60a-379a-431a-9a53-0d6c9db8b7a0, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7621e60a-379a-431a-9a53-0d6c9db8b7a0, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3727245313747371447 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37272453137473714473727245313747371447372724531374737144737272453137473714473727245313747371447372724531374737144737272453137473714473727245313747371447372724531374737144737272453137473714473727245313747371447372724531374737144737272453137473714473727245313747371447372724531374737144737272453137473714473727245313747371447372724531374737144737272453137473714473727245313747371447" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8127386e-db56-4ff5-bcdf-9972f9923115, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 31d47cee-127e-42ac-a6bd-abc6829463c6, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 31d47cee-127e-42ac-a6bd-abc6829463c6, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13488057240386433045 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1348805724038643304513488057240386433045134880572403864330451348805724038643304513488057240386433045134880572403864330451348805724038643304513488057240386433045134880572403864330451348805724038643304513488057240386433045134880572403864330451348805724038643304513488057240386433045134880572403864330451348805724038643304513488057240386433045134880572403864330451348805724038643304513488057240386433045" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7621e60a-379a-431a-9a53-0d6c9db8b7a0, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6ad160c5-9be3-4152-b5b2-ea856d6a3636, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 31d47cee-127e-42ac-a6bd-abc6829463c6, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b7ae10d8-9cd8-4503-86cc-19e56930d704, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6ad160c5-9be3-4152-b5b2-ea856d6a3636, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5633158397285685092 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56331583972856850925633158397285685092563315839728568509256331583972856850925633158397285685092563315839728568509256331583972856850925633158397285685092563315839728568509256331583972856850925633158397285685092563315839728568509256331583972856850925633158397285685092563315839728568509256331583972856850925633158397285685092563315839728568509256331583972856850925633158397285685092" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b7ae10d8-9cd8-4503-86cc-19e56930d704, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1997630455240283503 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19976304552402835031997630455240283503199763045524028350319976304552402835031997630455240283503199763045524028350319976304552402835031997630455240283503199763045524028350319976304552402835031997630455240283503199763045524028350319976304552402835031997630455240283503199763045524028350319976304552402835031997630455240283503199763045524028350319976304552402835031997630455240283503" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6ad160c5-9be3-4152-b5b2-ea856d6a3636, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b7ae10d8-9cd8-4503-86cc-19e56930d704, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 715c1a5d-9792-4aed-a651-b5b742eae11b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fb767a74-fe24-4e03-a43e-6bdbd074a16e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fb767a74-fe24-4e03-a43e-6bdbd074a16e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3886791016349270086 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38867910163492700863886791016349270086388679101634927008638867910163492700863886791016349270086388679101634927008638867910163492700863886791016349270086388679101634927008638867910163492700863886791016349270086388679101634927008638867910163492700863886791016349270086388679101634927008638867910163492700863886791016349270086388679101634927008638867910163492700863886791016349270086" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 715c1a5d-9792-4aed-a651-b5b742eae11b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8253421193211290846 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82534211932112908468253421193211290846825342119321129084682534211932112908468253421193211290846825342119321129084682534211932112908468253421193211290846825342119321129084682534211932112908468253421193211290846825342119321129084682534211932112908468253421193211290846825342119321129084682534211932112908468253421193211290846825342119321129084682534211932112908468253421193211290846" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fb767a74-fe24-4e03-a43e-6bdbd074a16e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 86d92772-9651-4e48-aa55-ec9f78b876f0, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 715c1a5d-9792-4aed-a651-b5b742eae11b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 86d92772-9651-4e48-aa55-ec9f78b876f0, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3118760371230443786 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31187603712304437863118760371230443786311876037123044378631187603712304437863118760371230443786311876037123044378631187603712304437863118760371230443786311876037123044378631187603712304437863118760371230443786311876037123044378631187603712304437863118760371230443786311876037123044378631187603712304437863118760371230443786311876037123044378631187603712304437863118760371230443786" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a7e9f730-fb8c-4e03-9769-a72e91a553f1, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a7e9f730-fb8c-4e03-9769-a72e91a553f1, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6463246651784121587 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64632466517841215876463246651784121587646324665178412158764632466517841215876463246651784121587646324665178412158764632466517841215876463246651784121587646324665178412158764632466517841215876463246651784121587646324665178412158764632466517841215876463246651784121587646324665178412158764632466517841215876463246651784121587646324665178412158764632466517841215876463246651784121587" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 86d92772-9651-4e48-aa55-ec9f78b876f0, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 484665d8-70a6-4490-8b07-ddfeb5aa6a68, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 484665d8-70a6-4490-8b07-ddfeb5aa6a68, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9952636496424512153 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99526364964245121539952636496424512153995263649642451215399526364964245121539952636496424512153995263649642451215399526364964245121539952636496424512153995263649642451215399526364964245121539952636496424512153995263649642451215399526364964245121539952636496424512153995263649642451215399526364964245121539952636496424512153995263649642451215399526364964245121539952636496424512153" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a7e9f730-fb8c-4e03-9769-a72e91a553f1, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0db5be62-0b1e-4d1d-ba7d-2cc933b5e4ca, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0db5be62-0b1e-4d1d-ba7d-2cc933b5e4ca, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3629661257227364985 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36296612572273649853629661257227364985362966125722736498536296612572273649853629661257227364985362966125722736498536296612572273649853629661257227364985362966125722736498536296612572273649853629661257227364985362966125722736498536296612572273649853629661257227364985362966125722736498536296612572273649853629661257227364985362966125722736498536296612572273649853629661257227364985" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 484665d8-70a6-4490-8b07-ddfeb5aa6a68, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 20456d0c-f9e0-464d-8a9d-998002125adf, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 20456d0c-f9e0-464d-8a9d-998002125adf, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16391603637963189376 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1639160363796318937616391603637963189376163916036379631893761639160363796318937616391603637963189376163916036379631893761639160363796318937616391603637963189376163916036379631893761639160363796318937616391603637963189376163916036379631893761639160363796318937616391603637963189376163916036379631893761639160363796318937616391603637963189376163916036379631893761639160363796318937616391603637963189376" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0db5be62-0b1e-4d1d-ba7d-2cc933b5e4ca, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f706b382-312a-49cd-8ee4-25646e476b3f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f706b382-312a-49cd-8ee4-25646e476b3f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8526609228393121115 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85266092283931211158526609228393121115852660922839312111585266092283931211158526609228393121115852660922839312111585266092283931211158526609228393121115852660922839312111585266092283931211158526609228393121115852660922839312111585266092283931211158526609228393121115852660922839312111585266092283931211158526609228393121115852660922839312111585266092283931211158526609228393121115" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 20456d0c-f9e0-464d-8a9d-998002125adf, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 49c6e539-0d50-4d68-9f45-9ce010ce6113, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 49c6e539-0d50-4d68-9f45-9ce010ce6113, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7332437840449672200 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73324378404496722007332437840449672200733243784044967220073324378404496722007332437840449672200733243784044967220073324378404496722007332437840449672200733243784044967220073324378404496722007332437840449672200733243784044967220073324378404496722007332437840449672200733243784044967220073324378404496722007332437840449672200733243784044967220073324378404496722007332437840449672200" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f706b382-312a-49cd-8ee4-25646e476b3f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a59bfecd-bdb0-496d-8ddb-db98eb723407, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a59bfecd-bdb0-496d-8ddb-db98eb723407, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18311237041472868508 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1831123704147286850818311237041472868508183112370414728685081831123704147286850818311237041472868508183112370414728685081831123704147286850818311237041472868508183112370414728685081831123704147286850818311237041472868508183112370414728685081831123704147286850818311237041472868508183112370414728685081831123704147286850818311237041472868508183112370414728685081831123704147286850818311237041472868508" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a59bfecd-bdb0-496d-8ddb-db98eb723407, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b1215639-7aac-436b-abd6-89cf596ae74b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b1215639-7aac-436b-abd6-89cf596ae74b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1675418271883808993 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16754182718838089931675418271883808993167541827188380899316754182718838089931675418271883808993167541827188380899316754182718838089931675418271883808993167541827188380899316754182718838089931675418271883808993167541827188380899316754182718838089931675418271883808993167541827188380899316754182718838089931675418271883808993167541827188380899316754182718838089931675418271883808993" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 49c6e539-0d50-4d68-9f45-9ce010ce6113, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 57438de2-61de-4272-b71e-b6477aafeb8a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 57438de2-61de-4272-b71e-b6477aafeb8a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9563565115293368094 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95635651152933680949563565115293368094956356511529336809495635651152933680949563565115293368094956356511529336809495635651152933680949563565115293368094956356511529336809495635651152933680949563565115293368094956356511529336809495635651152933680949563565115293368094956356511529336809495635651152933680949563565115293368094956356511529336809495635651152933680949563565115293368094" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b1215639-7aac-436b-abd6-89cf596ae74b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fd735f6e-acd7-4183-ab74-62ba973a5372, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fd735f6e-acd7-4183-ab74-62ba973a5372, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8895070452388141757 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88950704523881417578895070452388141757889507045238814175788950704523881417578895070452388141757889507045238814175788950704523881417578895070452388141757889507045238814175788950704523881417578895070452388141757889507045238814175788950704523881417578895070452388141757889507045238814175788950704523881417578895070452388141757889507045238814175788950704523881417578895070452388141757" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 57438de2-61de-4272-b71e-b6477aafeb8a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4446aca7-f17c-468b-a878-fa13cf5940c6, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fd735f6e-acd7-4183-ab74-62ba973a5372, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4446aca7-f17c-468b-a878-fa13cf5940c6, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14615812032986070779 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1461581203298607077914615812032986070779146158120329860707791461581203298607077914615812032986070779146158120329860707791461581203298607077914615812032986070779146158120329860707791461581203298607077914615812032986070779146158120329860707791461581203298607077914615812032986070779146158120329860707791461581203298607077914615812032986070779146158120329860707791461581203298607077914615812032986070779" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a3b90451-1ca4-4157-9e0b-167885bde7ce, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a3b90451-1ca4-4157-9e0b-167885bde7ce, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5860075913154406664 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58600759131544066645860075913154406664586007591315440666458600759131544066645860075913154406664586007591315440666458600759131544066645860075913154406664586007591315440666458600759131544066645860075913154406664586007591315440666458600759131544066645860075913154406664586007591315440666458600759131544066645860075913154406664586007591315440666458600759131544066645860075913154406664" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4446aca7-f17c-468b-a878-fa13cf5940c6, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, de14318d-5573-46c7-87a2-ddce6ef46c15, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, de14318d-5573-46c7-87a2-ddce6ef46c15, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12579490979095013423 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1257949097909501342312579490979095013423125794909790950134231257949097909501342312579490979095013423125794909790950134231257949097909501342312579490979095013423125794909790950134231257949097909501342312579490979095013423125794909790950134231257949097909501342312579490979095013423125794909790950134231257949097909501342312579490979095013423125794909790950134231257949097909501342312579490979095013423" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a3b90451-1ca4-4157-9e0b-167885bde7ce, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dfddc63d-c294-4013-ab3e-3eeda82c5d9c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dfddc63d-c294-4013-ab3e-3eeda82c5d9c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5008603226221467594 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50086032262214675945008603226221467594500860322622146759450086032262214675945008603226221467594500860322622146759450086032262214675945008603226221467594500860322622146759450086032262214675945008603226221467594500860322622146759450086032262214675945008603226221467594500860322622146759450086032262214675945008603226221467594500860322622146759450086032262214675945008603226221467594" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, de14318d-5573-46c7-87a2-ddce6ef46c15, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 15fc4bdb-d899-4e7a-933a-62e83ed211d4, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 15fc4bdb-d899-4e7a-933a-62e83ed211d4, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15832046912248640395 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1583204691224864039515832046912248640395158320469122486403951583204691224864039515832046912248640395158320469122486403951583204691224864039515832046912248640395158320469122486403951583204691224864039515832046912248640395158320469122486403951583204691224864039515832046912248640395158320469122486403951583204691224864039515832046912248640395158320469122486403951583204691224864039515832046912248640395" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dfddc63d-c294-4013-ab3e-3eeda82c5d9c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 34cdebc7-2d8e-4918-853a-e231da41d58f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 34cdebc7-2d8e-4918-853a-e231da41d58f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14675682378710194776 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1467568237871019477614675682378710194776146756823787101947761467568237871019477614675682378710194776146756823787101947761467568237871019477614675682378710194776146756823787101947761467568237871019477614675682378710194776146756823787101947761467568237871019477614675682378710194776146756823787101947761467568237871019477614675682378710194776146756823787101947761467568237871019477614675682378710194776" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 34cdebc7-2d8e-4918-853a-e231da41d58f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 15fc4bdb-d899-4e7a-933a-62e83ed211d4, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e6d8d1be-ca89-41f6-b63e-4867c5787aaf, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e6d8d1be-ca89-41f6-b63e-4867c5787aaf, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13287689768066503214 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1328768976806650321413287689768066503214132876897680665032141328768976806650321413287689768066503214132876897680665032141328768976806650321413287689768066503214132876897680665032141328768976806650321413287689768066503214132876897680665032141328768976806650321413287689768066503214132876897680665032141328768976806650321413287689768066503214132876897680665032141328768976806650321413287689768066503214" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, eaa1d6e0-5109-454c-954b-beb78b690a74, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eaa1d6e0-5109-454c-954b-beb78b690a74, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14981206902789239381 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1498120690278923938114981206902789239381149812069027892393811498120690278923938114981206902789239381149812069027892393811498120690278923938114981206902789239381149812069027892393811498120690278923938114981206902789239381149812069027892393811498120690278923938114981206902789239381149812069027892393811498120690278923938114981206902789239381149812069027892393811498120690278923938114981206902789239381" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e6d8d1be-ca89-41f6-b63e-4867c5787aaf, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8eba0a7d-3883-421d-8b6b-1a67dcceb4cb, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8eba0a7d-3883-421d-8b6b-1a67dcceb4cb, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 797699981191811734 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "797699981191811734797699981191811734797699981191811734797699981191811734797699981191811734797699981191811734797699981191811734797699981191811734797699981191811734797699981191811734797699981191811734797699981191811734797699981191811734797699981191811734797699981191811734797699981191811734797699981191811734797699981191811734797699981191811734797699981191811734" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eaa1d6e0-5109-454c-954b-beb78b690a74, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3fc1a131-8e47-4338-98ab-8457acf65bcb, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3fc1a131-8e47-4338-98ab-8457acf65bcb, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11969470229721670792 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1196947022972167079211969470229721670792119694702297216707921196947022972167079211969470229721670792119694702297216707921196947022972167079211969470229721670792119694702297216707921196947022972167079211969470229721670792119694702297216707921196947022972167079211969470229721670792119694702297216707921196947022972167079211969470229721670792119694702297216707921196947022972167079211969470229721670792" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3fc1a131-8e47-4338-98ab-8457acf65bcb, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 25e47b8c-a38d-4828-91a1-c41d909f5113, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 25e47b8c-a38d-4828-91a1-c41d909f5113, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14780335334921294486 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1478033533492129448614780335334921294486147803353349212944861478033533492129448614780335334921294486147803353349212944861478033533492129448614780335334921294486147803353349212944861478033533492129448614780335334921294486147803353349212944861478033533492129448614780335334921294486147803353349212944861478033533492129448614780335334921294486147803353349212944861478033533492129448614780335334921294486" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 25e47b8c-a38d-4828-91a1-c41d909f5113, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0c69e6de-a167-4766-b251-2181dbf831fa, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0c69e6de-a167-4766-b251-2181dbf831fa, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14138937200134629390 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1413893720013462939014138937200134629390141389372001346293901413893720013462939014138937200134629390141389372001346293901413893720013462939014138937200134629390141389372001346293901413893720013462939014138937200134629390141389372001346293901413893720013462939014138937200134629390141389372001346293901413893720013462939014138937200134629390141389372001346293901413893720013462939014138937200134629390" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8eba0a7d-3883-421d-8b6b-1a67dcceb4cb, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, eb510864-bd2d-46f1-a9d3-ba56f8b8ab89, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eb510864-bd2d-46f1-a9d3-ba56f8b8ab89, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4179273740288527681 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41792737402885276814179273740288527681417927374028852768141792737402885276814179273740288527681417927374028852768141792737402885276814179273740288527681417927374028852768141792737402885276814179273740288527681417927374028852768141792737402885276814179273740288527681417927374028852768141792737402885276814179273740288527681417927374028852768141792737402885276814179273740288527681" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0c69e6de-a167-4766-b251-2181dbf831fa, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 83e2d46e-6c3e-4cc9-9a56-d51556b9eaa7, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 83e2d46e-6c3e-4cc9-9a56-d51556b9eaa7, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4616608798232809921 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46166087982328099214616608798232809921461660879823280992146166087982328099214616608798232809921461660879823280992146166087982328099214616608798232809921461660879823280992146166087982328099214616608798232809921461660879823280992146166087982328099214616608798232809921461660879823280992146166087982328099214616608798232809921461660879823280992146166087982328099214616608798232809921" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eb510864-bd2d-46f1-a9d3-ba56f8b8ab89, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 501477b5-ebf4-4663-84b3-476cadc87e13, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 501477b5-ebf4-4663-84b3-476cadc87e13, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2289147667160682828 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22891476671606828282289147667160682828228914766716068282822891476671606828282289147667160682828228914766716068282822891476671606828282289147667160682828228914766716068282822891476671606828282289147667160682828228914766716068282822891476671606828282289147667160682828228914766716068282822891476671606828282289147667160682828228914766716068282822891476671606828282289147667160682828" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 83e2d46e-6c3e-4cc9-9a56-d51556b9eaa7, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 501477b5-ebf4-4663-84b3-476cadc87e13, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b21762bf-f5f9-4f69-a3c5-380cda143c92, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b21762bf-f5f9-4f69-a3c5-380cda143c92, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1855132387697328991 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18551323876973289911855132387697328991185513238769732899118551323876973289911855132387697328991185513238769732899118551323876973289911855132387697328991185513238769732899118551323876973289911855132387697328991185513238769732899118551323876973289911855132387697328991185513238769732899118551323876973289911855132387697328991185513238769732899118551323876973289911855132387697328991" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8b852e82-e16d-47a3-abbc-74959f2d4c38, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8b852e82-e16d-47a3-abbc-74959f2d4c38, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17939532832789158307 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1793953283278915830717939532832789158307179395328327891583071793953283278915830717939532832789158307179395328327891583071793953283278915830717939532832789158307179395328327891583071793953283278915830717939532832789158307179395328327891583071793953283278915830717939532832789158307179395328327891583071793953283278915830717939532832789158307179395328327891583071793953283278915830717939532832789158307" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b21762bf-f5f9-4f69-a3c5-380cda143c92, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4dbc7e35-3b1a-4dc2-8640-276a8026d399, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4dbc7e35-3b1a-4dc2-8640-276a8026d399, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18362150794982553484 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1836215079498255348418362150794982553484183621507949825534841836215079498255348418362150794982553484183621507949825534841836215079498255348418362150794982553484183621507949825534841836215079498255348418362150794982553484183621507949825534841836215079498255348418362150794982553484183621507949825534841836215079498255348418362150794982553484183621507949825534841836215079498255348418362150794982553484" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8b852e82-e16d-47a3-abbc-74959f2d4c38, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 83de4466-94c1-4a2f-9e41-d72ec41a465d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 83de4466-94c1-4a2f-9e41-d72ec41a465d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15318454567606585034 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1531845456760658503415318454567606585034153184545676065850341531845456760658503415318454567606585034153184545676065850341531845456760658503415318454567606585034153184545676065850341531845456760658503415318454567606585034153184545676065850341531845456760658503415318454567606585034153184545676065850341531845456760658503415318454567606585034153184545676065850341531845456760658503415318454567606585034" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4dbc7e35-3b1a-4dc2-8640-276a8026d399, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c1450e50-4f4c-4b9d-8439-95c884fef92d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c1450e50-4f4c-4b9d-8439-95c884fef92d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16826330858612546457 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1682633085861254645716826330858612546457168263308586125464571682633085861254645716826330858612546457168263308586125464571682633085861254645716826330858612546457168263308586125464571682633085861254645716826330858612546457168263308586125464571682633085861254645716826330858612546457168263308586125464571682633085861254645716826330858612546457168263308586125464571682633085861254645716826330858612546457" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 83de4466-94c1-4a2f-9e41-d72ec41a465d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8e1b6ef0-870e-4aaa-8493-4b9d6fe04c6b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8e1b6ef0-870e-4aaa-8493-4b9d6fe04c6b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6752069210187202231 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67520692101872022316752069210187202231675206921018720223167520692101872022316752069210187202231675206921018720223167520692101872022316752069210187202231675206921018720223167520692101872022316752069210187202231675206921018720223167520692101872022316752069210187202231675206921018720223167520692101872022316752069210187202231675206921018720223167520692101872022316752069210187202231" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c1450e50-4f4c-4b9d-8439-95c884fef92d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 15a42e3c-19d5-4ab6-a289-74acebc7ad43, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 15a42e3c-19d5-4ab6-a289-74acebc7ad43, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2034715092475920388 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20347150924759203882034715092475920388203471509247592038820347150924759203882034715092475920388203471509247592038820347150924759203882034715092475920388203471509247592038820347150924759203882034715092475920388203471509247592038820347150924759203882034715092475920388203471509247592038820347150924759203882034715092475920388203471509247592038820347150924759203882034715092475920388" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8e1b6ef0-870e-4aaa-8493-4b9d6fe04c6b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2f625160-7652-45c3-bebc-07f9ee57ce08, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2f625160-7652-45c3-bebc-07f9ee57ce08, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4204306190779847033 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42043061907798470334204306190779847033420430619077984703342043061907798470334204306190779847033420430619077984703342043061907798470334204306190779847033420430619077984703342043061907798470334204306190779847033420430619077984703342043061907798470334204306190779847033420430619077984703342043061907798470334204306190779847033420430619077984703342043061907798470334204306190779847033" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 15a42e3c-19d5-4ab6-a289-74acebc7ad43, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6e129bf0-3a8f-4e6b-8259-dad652f2aa32, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6e129bf0-3a8f-4e6b-8259-dad652f2aa32, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4894196007807260182 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48941960078072601824894196007807260182489419600780726018248941960078072601824894196007807260182489419600780726018248941960078072601824894196007807260182489419600780726018248941960078072601824894196007807260182489419600780726018248941960078072601824894196007807260182489419600780726018248941960078072601824894196007807260182489419600780726018248941960078072601824894196007807260182" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6e129bf0-3a8f-4e6b-8259-dad652f2aa32, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2f625160-7652-45c3-bebc-07f9ee57ce08, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 84319c64-5a27-47d7-913d-4d0f15a3669f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 84319c64-5a27-47d7-913d-4d0f15a3669f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3564369280279669098 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35643692802796690983564369280279669098356436928027966909835643692802796690983564369280279669098356436928027966909835643692802796690983564369280279669098356436928027966909835643692802796690983564369280279669098356436928027966909835643692802796690983564369280279669098356436928027966909835643692802796690983564369280279669098356436928027966909835643692802796690983564369280279669098" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0fecdd9f-413d-42da-a134-46c4b0ea5eba, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0fecdd9f-413d-42da-a134-46c4b0ea5eba, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5708320003260715878 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57083200032607158785708320003260715878570832000326071587857083200032607158785708320003260715878570832000326071587857083200032607158785708320003260715878570832000326071587857083200032607158785708320003260715878570832000326071587857083200032607158785708320003260715878570832000326071587857083200032607158785708320003260715878570832000326071587857083200032607158785708320003260715878" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 84319c64-5a27-47d7-913d-4d0f15a3669f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5f15b483-94e5-48ad-92d2-7aa341c8c213, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5f15b483-94e5-48ad-92d2-7aa341c8c213, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9029883924600717442 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90298839246007174429029883924600717442902988392460071744290298839246007174429029883924600717442902988392460071744290298839246007174429029883924600717442902988392460071744290298839246007174429029883924600717442902988392460071744290298839246007174429029883924600717442902988392460071744290298839246007174429029883924600717442902988392460071744290298839246007174429029883924600717442" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0fecdd9f-413d-42da-a134-46c4b0ea5eba, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e9af5847-0262-4275-b45b-0160c0f84fdc, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e9af5847-0262-4275-b45b-0160c0f84fdc, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13584264182986371701 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1358426418298637170113584264182986371701135842641829863717011358426418298637170113584264182986371701135842641829863717011358426418298637170113584264182986371701135842641829863717011358426418298637170113584264182986371701135842641829863717011358426418298637170113584264182986371701135842641829863717011358426418298637170113584264182986371701135842641829863717011358426418298637170113584264182986371701" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5f15b483-94e5-48ad-92d2-7aa341c8c213, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2dc90199-4708-471b-b5e3-83fc3dc81d8f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2dc90199-4708-471b-b5e3-83fc3dc81d8f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8866444247247813667 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88664442472478136678866444247247813667886644424724781366788664442472478136678866444247247813667886644424724781366788664442472478136678866444247247813667886644424724781366788664442472478136678866444247247813667886644424724781366788664442472478136678866444247247813667886644424724781366788664442472478136678866444247247813667886644424724781366788664442472478136678866444247247813667" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e9af5847-0262-4275-b45b-0160c0f84fdc, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 780aefdb-b907-4926-aa55-cd003e3346ae, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 780aefdb-b907-4926-aa55-cd003e3346ae, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17189409834284512941 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1718940983428451294117189409834284512941171894098342845129411718940983428451294117189409834284512941171894098342845129411718940983428451294117189409834284512941171894098342845129411718940983428451294117189409834284512941171894098342845129411718940983428451294117189409834284512941171894098342845129411718940983428451294117189409834284512941171894098342845129411718940983428451294117189409834284512941" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2dc90199-4708-471b-b5e3-83fc3dc81d8f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ea39dae4-7301-4271-8e18-821aa3d937e9, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ea39dae4-7301-4271-8e18-821aa3d937e9, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 892987838479820842 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "892987838479820842892987838479820842892987838479820842892987838479820842892987838479820842892987838479820842892987838479820842892987838479820842892987838479820842892987838479820842892987838479820842892987838479820842892987838479820842892987838479820842892987838479820842892987838479820842892987838479820842892987838479820842892987838479820842892987838479820842" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 780aefdb-b907-4926-aa55-cd003e3346ae, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 64b39acf-2334-4aae-9e42-15f2d105ff60, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 64b39acf-2334-4aae-9e42-15f2d105ff60, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9374599718071107369 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93745997180711073699374599718071107369937459971807110736993745997180711073699374599718071107369937459971807110736993745997180711073699374599718071107369937459971807110736993745997180711073699374599718071107369937459971807110736993745997180711073699374599718071107369937459971807110736993745997180711073699374599718071107369937459971807110736993745997180711073699374599718071107369" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ea39dae4-7301-4271-8e18-821aa3d937e9, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2a57711a-78d3-4b47-a8a0-6a6a7b433ea6, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 64b39acf-2334-4aae-9e42-15f2d105ff60, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 776f5c56-c234-41f5-b202-d36e088d9bc3, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2a57711a-78d3-4b47-a8a0-6a6a7b433ea6, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16684648795254689612 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1668464879525468961216684648795254689612166846487952546896121668464879525468961216684648795254689612166846487952546896121668464879525468961216684648795254689612166846487952546896121668464879525468961216684648795254689612166846487952546896121668464879525468961216684648795254689612166846487952546896121668464879525468961216684648795254689612166846487952546896121668464879525468961216684648795254689612" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 776f5c56-c234-41f5-b202-d36e088d9bc3, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6054447124403843540 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60544471244038435406054447124403843540605444712440384354060544471244038435406054447124403843540605444712440384354060544471244038435406054447124403843540605444712440384354060544471244038435406054447124403843540605444712440384354060544471244038435406054447124403843540605444712440384354060544471244038435406054447124403843540605444712440384354060544471244038435406054447124403843540" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 776f5c56-c234-41f5-b202-d36e088d9bc3, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4a7e7bea-2d0b-487c-8f80-b815a9a7c0ef, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4a7e7bea-2d0b-487c-8f80-b815a9a7c0ef, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14376016085584850300 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1437601608558485030014376016085584850300143760160855848503001437601608558485030014376016085584850300143760160855848503001437601608558485030014376016085584850300143760160855848503001437601608558485030014376016085584850300143760160855848503001437601608558485030014376016085584850300143760160855848503001437601608558485030014376016085584850300143760160855848503001437601608558485030014376016085584850300" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2a57711a-78d3-4b47-a8a0-6a6a7b433ea6, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 97622dab-0cf7-4aff-ade9-6bcc1bff51c9, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 97622dab-0cf7-4aff-ade9-6bcc1bff51c9, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8908177457516896970 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89081774575168969708908177457516896970890817745751689697089081774575168969708908177457516896970890817745751689697089081774575168969708908177457516896970890817745751689697089081774575168969708908177457516896970890817745751689697089081774575168969708908177457516896970890817745751689697089081774575168969708908177457516896970890817745751689697089081774575168969708908177457516896970" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4a7e7bea-2d0b-487c-8f80-b815a9a7c0ef, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 67caa6db-55d4-4b58-906c-f57ad839cac1, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 67caa6db-55d4-4b58-906c-f57ad839cac1, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3935466914489745001 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39354669144897450013935466914489745001393546691448974500139354669144897450013935466914489745001393546691448974500139354669144897450013935466914489745001393546691448974500139354669144897450013935466914489745001393546691448974500139354669144897450013935466914489745001393546691448974500139354669144897450013935466914489745001393546691448974500139354669144897450013935466914489745001" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 97622dab-0cf7-4aff-ade9-6bcc1bff51c9, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f1ca7737-4cc6-4d60-a7d5-1b6b649882bf, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f1ca7737-4cc6-4d60-a7d5-1b6b649882bf, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4472817462107929385 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44728174621079293854472817462107929385447281746210792938544728174621079293854472817462107929385447281746210792938544728174621079293854472817462107929385447281746210792938544728174621079293854472817462107929385447281746210792938544728174621079293854472817462107929385447281746210792938544728174621079293854472817462107929385447281746210792938544728174621079293854472817462107929385" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 67caa6db-55d4-4b58-906c-f57ad839cac1, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8d8900c7-163d-4447-af8d-485f348fe671, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8d8900c7-163d-4447-af8d-485f348fe671, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 481905327052328074 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "481905327052328074481905327052328074481905327052328074481905327052328074481905327052328074481905327052328074481905327052328074481905327052328074481905327052328074481905327052328074481905327052328074481905327052328074481905327052328074481905327052328074481905327052328074481905327052328074481905327052328074481905327052328074481905327052328074481905327052328074" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f1ca7737-4cc6-4d60-a7d5-1b6b649882bf, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6b14717f-2746-4523-915e-27e667fd0c93, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6b14717f-2746-4523-915e-27e667fd0c93, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15580132666098271629 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1558013266609827162915580132666098271629155801326660982716291558013266609827162915580132666098271629155801326660982716291558013266609827162915580132666098271629155801326660982716291558013266609827162915580132666098271629155801326660982716291558013266609827162915580132666098271629155801326660982716291558013266609827162915580132666098271629155801326660982716291558013266609827162915580132666098271629" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8d8900c7-163d-4447-af8d-485f348fe671, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ab2e8d94-153a-42b1-a480-07eb0df3e277, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ab2e8d94-153a-42b1-a480-07eb0df3e277, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6589690476716265350 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65896904767162653506589690476716265350658969047671626535065896904767162653506589690476716265350658969047671626535065896904767162653506589690476716265350658969047671626535065896904767162653506589690476716265350658969047671626535065896904767162653506589690476716265350658969047671626535065896904767162653506589690476716265350658969047671626535065896904767162653506589690476716265350" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6b14717f-2746-4523-915e-27e667fd0c93, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2a3e42e6-0e51-4380-8d6e-6be02fb1370b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2a3e42e6-0e51-4380-8d6e-6be02fb1370b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11429919238696239181 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1142991923869623918111429919238696239181114299192386962391811142991923869623918111429919238696239181114299192386962391811142991923869623918111429919238696239181114299192386962391811142991923869623918111429919238696239181114299192386962391811142991923869623918111429919238696239181114299192386962391811142991923869623918111429919238696239181114299192386962391811142991923869623918111429919238696239181" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ab2e8d94-153a-42b1-a480-07eb0df3e277, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0399e169-c17c-4d44-8c82-13ad537846e1, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0399e169-c17c-4d44-8c82-13ad537846e1, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9547357698496254055 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95473576984962540559547357698496254055954735769849625405595473576984962540559547357698496254055954735769849625405595473576984962540559547357698496254055954735769849625405595473576984962540559547357698496254055954735769849625405595473576984962540559547357698496254055954735769849625405595473576984962540559547357698496254055954735769849625405595473576984962540559547357698496254055" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2a3e42e6-0e51-4380-8d6e-6be02fb1370b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 38ad6034-0355-4b68-a2ed-658b3222b6bf, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 38ad6034-0355-4b68-a2ed-658b3222b6bf, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7892385509839521393 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78923855098395213937892385509839521393789238550983952139378923855098395213937892385509839521393789238550983952139378923855098395213937892385509839521393789238550983952139378923855098395213937892385509839521393789238550983952139378923855098395213937892385509839521393789238550983952139378923855098395213937892385509839521393789238550983952139378923855098395213937892385509839521393" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0399e169-c17c-4d44-8c82-13ad537846e1, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d8aebaa3-6c4f-48fa-8984-ad8f4a375951, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d8aebaa3-6c4f-48fa-8984-ad8f4a375951, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11965755346394703370 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1196575534639470337011965755346394703370119657553463947033701196575534639470337011965755346394703370119657553463947033701196575534639470337011965755346394703370119657553463947033701196575534639470337011965755346394703370119657553463947033701196575534639470337011965755346394703370119657553463947033701196575534639470337011965755346394703370119657553463947033701196575534639470337011965755346394703370" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 38ad6034-0355-4b68-a2ed-658b3222b6bf, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 68e20e1e-8bd3-421c-9697-deeabf7f1842, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 68e20e1e-8bd3-421c-9697-deeabf7f1842, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9619104851351992943 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96191048513519929439619104851351992943961910485135199294396191048513519929439619104851351992943961910485135199294396191048513519929439619104851351992943961910485135199294396191048513519929439619104851351992943961910485135199294396191048513519929439619104851351992943961910485135199294396191048513519929439619104851351992943961910485135199294396191048513519929439619104851351992943" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d8aebaa3-6c4f-48fa-8984-ad8f4a375951, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1368c29e-03f8-407f-9d57-882be5e66030, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1368c29e-03f8-407f-9d57-882be5e66030, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18365152418653433350 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1836515241865343335018365152418653433350183651524186534333501836515241865343335018365152418653433350183651524186534333501836515241865343335018365152418653433350183651524186534333501836515241865343335018365152418653433350183651524186534333501836515241865343335018365152418653433350183651524186534333501836515241865343335018365152418653433350183651524186534333501836515241865343335018365152418653433350" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 68e20e1e-8bd3-421c-9697-deeabf7f1842, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a6f2deac-1039-4c38-976f-f03cac3d25e2, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a6f2deac-1039-4c38-976f-f03cac3d25e2, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7152141755601645433 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71521417556016454337152141755601645433715214175560164543371521417556016454337152141755601645433715214175560164543371521417556016454337152141755601645433715214175560164543371521417556016454337152141755601645433715214175560164543371521417556016454337152141755601645433715214175560164543371521417556016454337152141755601645433715214175560164543371521417556016454337152141755601645433" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1368c29e-03f8-407f-9d57-882be5e66030, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9002500a-d32a-4ec3-9a68-afb990c4f58f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9002500a-d32a-4ec3-9a68-afb990c4f58f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3923999390123148791 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39239993901231487913923999390123148791392399939012314879139239993901231487913923999390123148791392399939012314879139239993901231487913923999390123148791392399939012314879139239993901231487913923999390123148791392399939012314879139239993901231487913923999390123148791392399939012314879139239993901231487913923999390123148791392399939012314879139239993901231487913923999390123148791" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a6f2deac-1039-4c38-976f-f03cac3d25e2, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 31cf6106-370e-40d1-ab80-5dc920a5264e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 31cf6106-370e-40d1-ab80-5dc920a5264e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16244658952659349166 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1624465895265934916616244658952659349166162446589526593491661624465895265934916616244658952659349166162446589526593491661624465895265934916616244658952659349166162446589526593491661624465895265934916616244658952659349166162446589526593491661624465895265934916616244658952659349166162446589526593491661624465895265934916616244658952659349166162446589526593491661624465895265934916616244658952659349166" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9002500a-d32a-4ec3-9a68-afb990c4f58f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 85d222b8-0731-4f33-9d4e-164a8d2df019, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 85d222b8-0731-4f33-9d4e-164a8d2df019, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5136058670701627576 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51360586707016275765136058670701627576513605867070162757651360586707016275765136058670701627576513605867070162757651360586707016275765136058670701627576513605867070162757651360586707016275765136058670701627576513605867070162757651360586707016275765136058670701627576513605867070162757651360586707016275765136058670701627576513605867070162757651360586707016275765136058670701627576" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 31cf6106-370e-40d1-ab80-5dc920a5264e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a64dce5a-8104-4960-a749-146ab39ee39e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a64dce5a-8104-4960-a749-146ab39ee39e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2704987464149839170 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27049874641498391702704987464149839170270498746414983917027049874641498391702704987464149839170270498746414983917027049874641498391702704987464149839170270498746414983917027049874641498391702704987464149839170270498746414983917027049874641498391702704987464149839170270498746414983917027049874641498391702704987464149839170270498746414983917027049874641498391702704987464149839170" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 85d222b8-0731-4f33-9d4e-164a8d2df019, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 65568e59-5a2b-4463-8246-840ab378ccc2, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 65568e59-5a2b-4463-8246-840ab378ccc2, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15977544972283225269 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1597754497228322526915977544972283225269159775449722832252691597754497228322526915977544972283225269159775449722832252691597754497228322526915977544972283225269159775449722832252691597754497228322526915977544972283225269159775449722832252691597754497228322526915977544972283225269159775449722832252691597754497228322526915977544972283225269159775449722832252691597754497228322526915977544972283225269" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a64dce5a-8104-4960-a749-146ab39ee39e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 386dded2-1285-4b58-bfa9-b3addba16d01, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 386dded2-1285-4b58-bfa9-b3addba16d01, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14012969898124212885 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1401296989812421288514012969898124212885140129698981242128851401296989812421288514012969898124212885140129698981242128851401296989812421288514012969898124212885140129698981242128851401296989812421288514012969898124212885140129698981242128851401296989812421288514012969898124212885140129698981242128851401296989812421288514012969898124212885140129698981242128851401296989812421288514012969898124212885" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 65568e59-5a2b-4463-8246-840ab378ccc2, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a38d57c7-d2ca-46e6-a6a3-cc5529511304, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a38d57c7-d2ca-46e6-a6a3-cc5529511304, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17985983477849181470 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1798598347784918147017985983477849181470179859834778491814701798598347784918147017985983477849181470179859834778491814701798598347784918147017985983477849181470179859834778491814701798598347784918147017985983477849181470179859834778491814701798598347784918147017985983477849181470179859834778491814701798598347784918147017985983477849181470179859834778491814701798598347784918147017985983477849181470" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 386dded2-1285-4b58-bfa9-b3addba16d01, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 20d3a5fd-d748-43a6-a89e-6c012b27daa4, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 20d3a5fd-d748-43a6-a89e-6c012b27daa4, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18392070778674672655 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1839207077867467265518392070778674672655183920707786746726551839207077867467265518392070778674672655183920707786746726551839207077867467265518392070778674672655183920707786746726551839207077867467265518392070778674672655183920707786746726551839207077867467265518392070778674672655183920707786746726551839207077867467265518392070778674672655183920707786746726551839207077867467265518392070778674672655" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a38d57c7-d2ca-46e6-a6a3-cc5529511304, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b0e6feb5-0733-4443-a455-7bd95e26d18e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b0e6feb5-0733-4443-a455-7bd95e26d18e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2976550699529197657 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29765506995291976572976550699529197657297655069952919765729765506995291976572976550699529197657297655069952919765729765506995291976572976550699529197657297655069952919765729765506995291976572976550699529197657297655069952919765729765506995291976572976550699529197657297655069952919765729765506995291976572976550699529197657297655069952919765729765506995291976572976550699529197657" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 20d3a5fd-d748-43a6-a89e-6c012b27daa4, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5a2307de-d90d-4f57-8820-142cb3c56a11, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5a2307de-d90d-4f57-8820-142cb3c56a11, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13123695214617346364 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1312369521461734636413123695214617346364131236952146173463641312369521461734636413123695214617346364131236952146173463641312369521461734636413123695214617346364131236952146173463641312369521461734636413123695214617346364131236952146173463641312369521461734636413123695214617346364131236952146173463641312369521461734636413123695214617346364131236952146173463641312369521461734636413123695214617346364" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b0e6feb5-0733-4443-a455-7bd95e26d18e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, abc9dba8-b547-4333-901a-28628e1a211b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, abc9dba8-b547-4333-901a-28628e1a211b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17484786976598994627 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1748478697659899462717484786976598994627174847869765989946271748478697659899462717484786976598994627174847869765989946271748478697659899462717484786976598994627174847869765989946271748478697659899462717484786976598994627174847869765989946271748478697659899462717484786976598994627174847869765989946271748478697659899462717484786976598994627174847869765989946271748478697659899462717484786976598994627" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5a2307de-d90d-4f57-8820-142cb3c56a11, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 969a3919-f537-4457-b80a-4b2d3f6492f6, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 969a3919-f537-4457-b80a-4b2d3f6492f6, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7972727289987181149 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79727272899871811497972727289987181149797272728998718114979727272899871811497972727289987181149797272728998718114979727272899871811497972727289987181149797272728998718114979727272899871811497972727289987181149797272728998718114979727272899871811497972727289987181149797272728998718114979727272899871811497972727289987181149797272728998718114979727272899871811497972727289987181149" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, abc9dba8-b547-4333-901a-28628e1a211b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 44d991bd-e9d8-4464-bda0-a6fcb5420020, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 44d991bd-e9d8-4464-bda0-a6fcb5420020, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14892049635762055993 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1489204963576205599314892049635762055993148920496357620559931489204963576205599314892049635762055993148920496357620559931489204963576205599314892049635762055993148920496357620559931489204963576205599314892049635762055993148920496357620559931489204963576205599314892049635762055993148920496357620559931489204963576205599314892049635762055993148920496357620559931489204963576205599314892049635762055993" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 969a3919-f537-4457-b80a-4b2d3f6492f6, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 09fdb071-c67f-4ebc-b709-158801dc7b10, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 09fdb071-c67f-4ebc-b709-158801dc7b10, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13359444445898337816 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1335944444589833781613359444445898337816133594444458983378161335944444589833781613359444445898337816133594444458983378161335944444589833781613359444445898337816133594444458983378161335944444589833781613359444445898337816133594444458983378161335944444589833781613359444445898337816133594444458983378161335944444589833781613359444445898337816133594444458983378161335944444589833781613359444445898337816" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 44d991bd-e9d8-4464-bda0-a6fcb5420020, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3049d7d0-3d00-41fa-8a4d-55f02b317548, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3049d7d0-3d00-41fa-8a4d-55f02b317548, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17504233162362126335 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1750423316236212633517504233162362126335175042331623621263351750423316236212633517504233162362126335175042331623621263351750423316236212633517504233162362126335175042331623621263351750423316236212633517504233162362126335175042331623621263351750423316236212633517504233162362126335175042331623621263351750423316236212633517504233162362126335175042331623621263351750423316236212633517504233162362126335" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 09fdb071-c67f-4ebc-b709-158801dc7b10, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ef46a724-01a3-4da0-98f6-1c61a7aec6d8, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ef46a724-01a3-4da0-98f6-1c61a7aec6d8, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 270358657632743975 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "270358657632743975270358657632743975270358657632743975270358657632743975270358657632743975270358657632743975270358657632743975270358657632743975270358657632743975270358657632743975270358657632743975270358657632743975270358657632743975270358657632743975270358657632743975270358657632743975270358657632743975270358657632743975270358657632743975270358657632743975" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3049d7d0-3d00-41fa-8a4d-55f02b317548, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3884ad04-755e-4d88-ab63-889a169d3462, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3884ad04-755e-4d88-ab63-889a169d3462, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15869695150129848677 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1586969515012984867715869695150129848677158696951501298486771586969515012984867715869695150129848677158696951501298486771586969515012984867715869695150129848677158696951501298486771586969515012984867715869695150129848677158696951501298486771586969515012984867715869695150129848677158696951501298486771586969515012984867715869695150129848677158696951501298486771586969515012984867715869695150129848677" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ef46a724-01a3-4da0-98f6-1c61a7aec6d8, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7a1cf485-6447-4aa9-a61e-b8e89cf844dc, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7a1cf485-6447-4aa9-a61e-b8e89cf844dc, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3711925142013565526 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37119251420135655263711925142013565526371192514201356552637119251420135655263711925142013565526371192514201356552637119251420135655263711925142013565526371192514201356552637119251420135655263711925142013565526371192514201356552637119251420135655263711925142013565526371192514201356552637119251420135655263711925142013565526371192514201356552637119251420135655263711925142013565526" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7a1cf485-6447-4aa9-a61e-b8e89cf844dc, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b81eece0-3cea-4132-91c6-e0028b049732, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b81eece0-3cea-4132-91c6-e0028b049732, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8647502884460552287 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86475028844605522878647502884460552287864750288446055228786475028844605522878647502884460552287864750288446055228786475028844605522878647502884460552287864750288446055228786475028844605522878647502884460552287864750288446055228786475028844605522878647502884460552287864750288446055228786475028844605522878647502884460552287864750288446055228786475028844605522878647502884460552287" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b81eece0-3cea-4132-91c6-e0028b049732, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 97bc46b2-db1a-46c2-ac19-22190c01f1a4, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 97bc46b2-db1a-46c2-ac19-22190c01f1a4, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10834291384857486866 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1083429138485748686610834291384857486866108342913848574868661083429138485748686610834291384857486866108342913848574868661083429138485748686610834291384857486866108342913848574868661083429138485748686610834291384857486866108342913848574868661083429138485748686610834291384857486866108342913848574868661083429138485748686610834291384857486866108342913848574868661083429138485748686610834291384857486866" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3884ad04-755e-4d88-ab63-889a169d3462, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 448d7459-a51e-4dd8-8f6a-912b9932de7f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 448d7459-a51e-4dd8-8f6a-912b9932de7f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7985816462613775276 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79858164626137752767985816462613775276798581646261377527679858164626137752767985816462613775276798581646261377527679858164626137752767985816462613775276798581646261377527679858164626137752767985816462613775276798581646261377527679858164626137752767985816462613775276798581646261377527679858164626137752767985816462613775276798581646261377527679858164626137752767985816462613775276" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 97bc46b2-db1a-46c2-ac19-22190c01f1a4, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a431aecc-f2c5-4ee9-8874-c3eeafd2e2e8, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a431aecc-f2c5-4ee9-8874-c3eeafd2e2e8, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1456816897914770774 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14568168979147707741456816897914770774145681689791477077414568168979147707741456816897914770774145681689791477077414568168979147707741456816897914770774145681689791477077414568168979147707741456816897914770774145681689791477077414568168979147707741456816897914770774145681689791477077414568168979147707741456816897914770774145681689791477077414568168979147707741456816897914770774" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 448d7459-a51e-4dd8-8f6a-912b9932de7f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a1479e19-d42d-413a-b528-d4208cae5d21, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a1479e19-d42d-413a-b528-d4208cae5d21, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16552868637060462950 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1655286863706046295016552868637060462950165528686370604629501655286863706046295016552868637060462950165528686370604629501655286863706046295016552868637060462950165528686370604629501655286863706046295016552868637060462950165528686370604629501655286863706046295016552868637060462950165528686370604629501655286863706046295016552868637060462950165528686370604629501655286863706046295016552868637060462950" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a431aecc-f2c5-4ee9-8874-c3eeafd2e2e8, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 54d7d8ae-1652-4fa9-b2f0-2d0ea0b69812, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 54d7d8ae-1652-4fa9-b2f0-2d0ea0b69812, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10095637875539357865 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1009563787553935786510095637875539357865100956378755393578651009563787553935786510095637875539357865100956378755393578651009563787553935786510095637875539357865100956378755393578651009563787553935786510095637875539357865100956378755393578651009563787553935786510095637875539357865100956378755393578651009563787553935786510095637875539357865100956378755393578651009563787553935786510095637875539357865" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a1479e19-d42d-413a-b528-d4208cae5d21, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 295ad806-c43f-4ed7-9678-ff5707d7dd3d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 295ad806-c43f-4ed7-9678-ff5707d7dd3d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6415588523346914116 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64155885233469141166415588523346914116641558852334691411664155885233469141166415588523346914116641558852334691411664155885233469141166415588523346914116641558852334691411664155885233469141166415588523346914116641558852334691411664155885233469141166415588523346914116641558852334691411664155885233469141166415588523346914116641558852334691411664155885233469141166415588523346914116" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 54d7d8ae-1652-4fa9-b2f0-2d0ea0b69812, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 67224a8a-a606-438e-bcb3-219dfd1d6c7c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 295ad806-c43f-4ed7-9678-ff5707d7dd3d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 68c7ddcc-16fb-49f2-8077-3763809f0d93, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 67224a8a-a606-438e-bcb3-219dfd1d6c7c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4549014347861246520 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45490143478612465204549014347861246520454901434786124652045490143478612465204549014347861246520454901434786124652045490143478612465204549014347861246520454901434786124652045490143478612465204549014347861246520454901434786124652045490143478612465204549014347861246520454901434786124652045490143478612465204549014347861246520454901434786124652045490143478612465204549014347861246520" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 68c7ddcc-16fb-49f2-8077-3763809f0d93, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16797591866469794416 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1679759186646979441616797591866469794416167975918664697944161679759186646979441616797591866469794416167975918664697944161679759186646979441616797591866469794416167975918664697944161679759186646979441616797591866469794416167975918664697944161679759186646979441616797591866469794416167975918664697944161679759186646979441616797591866469794416167975918664697944161679759186646979441616797591866469794416" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 67224a8a-a606-438e-bcb3-219dfd1d6c7c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9ba6cf58-5eba-4cb4-a11d-8e3cd6359453, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9ba6cf58-5eba-4cb4-a11d-8e3cd6359453, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13611263149761072367 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1361126314976107236713611263149761072367136112631497610723671361126314976107236713611263149761072367136112631497610723671361126314976107236713611263149761072367136112631497610723671361126314976107236713611263149761072367136112631497610723671361126314976107236713611263149761072367136112631497610723671361126314976107236713611263149761072367136112631497610723671361126314976107236713611263149761072367" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 68c7ddcc-16fb-49f2-8077-3763809f0d93, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dad41347-53a0-4804-a1b2-1f55c4578716, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dad41347-53a0-4804-a1b2-1f55c4578716, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12346299487636213335 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1234629948763621333512346299487636213335123462994876362133351234629948763621333512346299487636213335123462994876362133351234629948763621333512346299487636213335123462994876362133351234629948763621333512346299487636213335123462994876362133351234629948763621333512346299487636213335123462994876362133351234629948763621333512346299487636213335123462994876362133351234629948763621333512346299487636213335" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9ba6cf58-5eba-4cb4-a11d-8e3cd6359453, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 43cddd02-39bd-43f4-8053-014d976c6071, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 43cddd02-39bd-43f4-8053-014d976c6071, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16000354749300871454 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1600035474930087145416000354749300871454160003547493008714541600035474930087145416000354749300871454160003547493008714541600035474930087145416000354749300871454160003547493008714541600035474930087145416000354749300871454160003547493008714541600035474930087145416000354749300871454160003547493008714541600035474930087145416000354749300871454160003547493008714541600035474930087145416000354749300871454" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dad41347-53a0-4804-a1b2-1f55c4578716, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cca2856f-d718-4ede-a58f-93732f6e7ec7, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cca2856f-d718-4ede-a58f-93732f6e7ec7, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8546266616079906554 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85462666160799065548546266616079906554854626661607990655485462666160799065548546266616079906554854626661607990655485462666160799065548546266616079906554854626661607990655485462666160799065548546266616079906554854626661607990655485462666160799065548546266616079906554854626661607990655485462666160799065548546266616079906554854626661607990655485462666160799065548546266616079906554" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 43cddd02-39bd-43f4-8053-014d976c6071, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f562c1b0-f550-40b9-9590-d37d553ef4a8, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f562c1b0-f550-40b9-9590-d37d553ef4a8, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8367431225492432155 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83674312254924321558367431225492432155836743122549243215583674312254924321558367431225492432155836743122549243215583674312254924321558367431225492432155836743122549243215583674312254924321558367431225492432155836743122549243215583674312254924321558367431225492432155836743122549243215583674312254924321558367431225492432155836743122549243215583674312254924321558367431225492432155" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cca2856f-d718-4ede-a58f-93732f6e7ec7, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 88d22bc2-b610-416b-9c35-b12c49a8bc4e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 88d22bc2-b610-416b-9c35-b12c49a8bc4e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9209678038419301426 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92096780384193014269209678038419301426920967803841930142692096780384193014269209678038419301426920967803841930142692096780384193014269209678038419301426920967803841930142692096780384193014269209678038419301426920967803841930142692096780384193014269209678038419301426920967803841930142692096780384193014269209678038419301426920967803841930142692096780384193014269209678038419301426" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f562c1b0-f550-40b9-9590-d37d553ef4a8, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 985e5fb0-c78b-49e2-9ed2-dd3ea6ae0e08, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 985e5fb0-c78b-49e2-9ed2-dd3ea6ae0e08, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13835548213081946350 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1383554821308194635013835548213081946350138355482130819463501383554821308194635013835548213081946350138355482130819463501383554821308194635013835548213081946350138355482130819463501383554821308194635013835548213081946350138355482130819463501383554821308194635013835548213081946350138355482130819463501383554821308194635013835548213081946350138355482130819463501383554821308194635013835548213081946350" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 88d22bc2-b610-416b-9c35-b12c49a8bc4e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e2d337d5-f395-440f-afe2-642a9f98b801, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e2d337d5-f395-440f-afe2-642a9f98b801, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7419346454801556068 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74193464548015560687419346454801556068741934645480155606874193464548015560687419346454801556068741934645480155606874193464548015560687419346454801556068741934645480155606874193464548015560687419346454801556068741934645480155606874193464548015560687419346454801556068741934645480155606874193464548015560687419346454801556068741934645480155606874193464548015560687419346454801556068" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 985e5fb0-c78b-49e2-9ed2-dd3ea6ae0e08, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a9c8da30-0270-4db8-9863-527781006db5, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a9c8da30-0270-4db8-9863-527781006db5, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15877155667108206077 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1587715566710820607715877155667108206077158771556671082060771587715566710820607715877155667108206077158771556671082060771587715566710820607715877155667108206077158771556671082060771587715566710820607715877155667108206077158771556671082060771587715566710820607715877155667108206077158771556671082060771587715566710820607715877155667108206077158771556671082060771587715566710820607715877155667108206077" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a9c8da30-0270-4db8-9863-527781006db5, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e1b915bb-11f5-438e-8adc-bba36e73811d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e1b915bb-11f5-438e-8adc-bba36e73811d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11162728451719995683 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1116272845171999568311162728451719995683111627284517199956831116272845171999568311162728451719995683111627284517199956831116272845171999568311162728451719995683111627284517199956831116272845171999568311162728451719995683111627284517199956831116272845171999568311162728451719995683111627284517199956831116272845171999568311162728451719995683111627284517199956831116272845171999568311162728451719995683" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e2d337d5-f395-440f-afe2-642a9f98b801, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0ed39c48-e71a-48f6-ad14-fbdee996a0f3, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0ed39c48-e71a-48f6-ad14-fbdee996a0f3, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17053297402088212700 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1705329740208821270017053297402088212700170532974020882127001705329740208821270017053297402088212700170532974020882127001705329740208821270017053297402088212700170532974020882127001705329740208821270017053297402088212700170532974020882127001705329740208821270017053297402088212700170532974020882127001705329740208821270017053297402088212700170532974020882127001705329740208821270017053297402088212700" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e1b915bb-11f5-438e-8adc-bba36e73811d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cc633310-655e-4672-ab9c-c9a984b87f90, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cc633310-655e-4672-ab9c-c9a984b87f90, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18207724551886239749 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1820772455188623974918207724551886239749182077245518862397491820772455188623974918207724551886239749182077245518862397491820772455188623974918207724551886239749182077245518862397491820772455188623974918207724551886239749182077245518862397491820772455188623974918207724551886239749182077245518862397491820772455188623974918207724551886239749182077245518862397491820772455188623974918207724551886239749" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0ed39c48-e71a-48f6-ad14-fbdee996a0f3, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7bf231b1-5f70-4746-94c2-76af910ef864, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7bf231b1-5f70-4746-94c2-76af910ef864, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17771413105474707321 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1777141310547470732117771413105474707321177714131054747073211777141310547470732117771413105474707321177714131054747073211777141310547470732117771413105474707321177714131054747073211777141310547470732117771413105474707321177714131054747073211777141310547470732117771413105474707321177714131054747073211777141310547470732117771413105474707321177714131054747073211777141310547470732117771413105474707321" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cc633310-655e-4672-ab9c-c9a984b87f90, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2039c96a-83ed-4a39-8bd0-1e13d40c51b4, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2039c96a-83ed-4a39-8bd0-1e13d40c51b4, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1385065867123910625 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13850658671239106251385065867123910625138506586712391062513850658671239106251385065867123910625138506586712391062513850658671239106251385065867123910625138506586712391062513850658671239106251385065867123910625138506586712391062513850658671239106251385065867123910625138506586712391062513850658671239106251385065867123910625138506586712391062513850658671239106251385065867123910625" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7bf231b1-5f70-4746-94c2-76af910ef864, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 09e116a7-5c47-4380-a889-2de7287055f5, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 09e116a7-5c47-4380-a889-2de7287055f5, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1887258404866681373 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18872584048666813731887258404866681373188725840486668137318872584048666813731887258404866681373188725840486668137318872584048666813731887258404866681373188725840486668137318872584048666813731887258404866681373188725840486668137318872584048666813731887258404866681373188725840486668137318872584048666813731887258404866681373188725840486668137318872584048666813731887258404866681373" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2039c96a-83ed-4a39-8bd0-1e13d40c51b4, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c8f08bb0-02d2-4ce6-a253-8f73c02bd75d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c8f08bb0-02d2-4ce6-a253-8f73c02bd75d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18362419626567610884 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1836241962656761088418362419626567610884183624196265676108841836241962656761088418362419626567610884183624196265676108841836241962656761088418362419626567610884183624196265676108841836241962656761088418362419626567610884183624196265676108841836241962656761088418362419626567610884183624196265676108841836241962656761088418362419626567610884183624196265676108841836241962656761088418362419626567610884" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 09e116a7-5c47-4380-a889-2de7287055f5, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 43fa1b87-919c-4361-b4f4-a2ab6737d3e8, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 43fa1b87-919c-4361-b4f4-a2ab6737d3e8, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14338899121444072461 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1433889912144407246114338899121444072461143388991214440724611433889912144407246114338899121444072461143388991214440724611433889912144407246114338899121444072461143388991214440724611433889912144407246114338899121444072461143388991214440724611433889912144407246114338899121444072461143388991214440724611433889912144407246114338899121444072461143388991214440724611433889912144407246114338899121444072461" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c8f08bb0-02d2-4ce6-a253-8f73c02bd75d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 76f8e442-1631-4e41-b8e9-394a741114a8, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 76f8e442-1631-4e41-b8e9-394a741114a8, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12159658091363716316 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1215965809136371631612159658091363716316121596580913637163161215965809136371631612159658091363716316121596580913637163161215965809136371631612159658091363716316121596580913637163161215965809136371631612159658091363716316121596580913637163161215965809136371631612159658091363716316121596580913637163161215965809136371631612159658091363716316121596580913637163161215965809136371631612159658091363716316" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 43fa1b87-919c-4361-b4f4-a2ab6737d3e8, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ea5361fc-c601-4b68-a91e-91836eaab2ca, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ea5361fc-c601-4b68-a91e-91836eaab2ca, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2157163376704826237 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21571633767048262372157163376704826237215716337670482623721571633767048262372157163376704826237215716337670482623721571633767048262372157163376704826237215716337670482623721571633767048262372157163376704826237215716337670482623721571633767048262372157163376704826237215716337670482623721571633767048262372157163376704826237215716337670482623721571633767048262372157163376704826237" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 76f8e442-1631-4e41-b8e9-394a741114a8, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fb8b8206-8216-4d77-bb10-22c8b426ba2e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ea5361fc-c601-4b68-a91e-91836eaab2ca, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fb8b8206-8216-4d77-bb10-22c8b426ba2e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8642847363290822744 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86428473632908227448642847363290822744864284736329082274486428473632908227448642847363290822744864284736329082274486428473632908227448642847363290822744864284736329082274486428473632908227448642847363290822744864284736329082274486428473632908227448642847363290822744864284736329082274486428473632908227448642847363290822744864284736329082274486428473632908227448642847363290822744" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bdb6c79e-7215-4060-8e1f-bb6ba2bfb5cb, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bdb6c79e-7215-4060-8e1f-bb6ba2bfb5cb, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3817556736761338549 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38175567367613385493817556736761338549381755673676133854938175567367613385493817556736761338549381755673676133854938175567367613385493817556736761338549381755673676133854938175567367613385493817556736761338549381755673676133854938175567367613385493817556736761338549381755673676133854938175567367613385493817556736761338549381755673676133854938175567367613385493817556736761338549" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fb8b8206-8216-4d77-bb10-22c8b426ba2e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a729b8e7-ee84-4cd9-be3a-ee5386a32618, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a729b8e7-ee84-4cd9-be3a-ee5386a32618, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6398618080809760956 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63986180808097609566398618080809760956639861808080976095663986180808097609566398618080809760956639861808080976095663986180808097609566398618080809760956639861808080976095663986180808097609566398618080809760956639861808080976095663986180808097609566398618080809760956639861808080976095663986180808097609566398618080809760956639861808080976095663986180808097609566398618080809760956" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bdb6c79e-7215-4060-8e1f-bb6ba2bfb5cb, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8d1bd3ca-fdda-45af-9ddf-d2df201f1b2e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8d1bd3ca-fdda-45af-9ddf-d2df201f1b2e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 460375594903268457 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "460375594903268457460375594903268457460375594903268457460375594903268457460375594903268457460375594903268457460375594903268457460375594903268457460375594903268457460375594903268457460375594903268457460375594903268457460375594903268457460375594903268457460375594903268457460375594903268457460375594903268457460375594903268457460375594903268457460375594903268457" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a729b8e7-ee84-4cd9-be3a-ee5386a32618, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fe3a8a2c-16e2-4174-bbab-b6ef5df5a175, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fe3a8a2c-16e2-4174-bbab-b6ef5df5a175, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7382228628727121135 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73822286287271211357382228628727121135738222862872712113573822286287271211357382228628727121135738222862872712113573822286287271211357382228628727121135738222862872712113573822286287271211357382228628727121135738222862872712113573822286287271211357382228628727121135738222862872712113573822286287271211357382228628727121135738222862872712113573822286287271211357382228628727121135" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8d1bd3ca-fdda-45af-9ddf-d2df201f1b2e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d1b7a903-3bf6-4232-af56-db3359ad021e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d1b7a903-3bf6-4232-af56-db3359ad021e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7685738331240469726 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76857383312404697267685738331240469726768573833124046972676857383312404697267685738331240469726768573833124046972676857383312404697267685738331240469726768573833124046972676857383312404697267685738331240469726768573833124046972676857383312404697267685738331240469726768573833124046972676857383312404697267685738331240469726768573833124046972676857383312404697267685738331240469726" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fe3a8a2c-16e2-4174-bbab-b6ef5df5a175, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bbcce008-f76c-4898-942f-35c43e1d8af2, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bbcce008-f76c-4898-942f-35c43e1d8af2, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2813995792085456431 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28139957920854564312813995792085456431281399579208545643128139957920854564312813995792085456431281399579208545643128139957920854564312813995792085456431281399579208545643128139957920854564312813995792085456431281399579208545643128139957920854564312813995792085456431281399579208545643128139957920854564312813995792085456431281399579208545643128139957920854564312813995792085456431" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d1b7a903-3bf6-4232-af56-db3359ad021e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 280e01bd-1b75-449a-8957-42ec71c7a796, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 280e01bd-1b75-449a-8957-42ec71c7a796, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10615937504162882238 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1061593750416288223810615937504162882238106159375041628822381061593750416288223810615937504162882238106159375041628822381061593750416288223810615937504162882238106159375041628822381061593750416288223810615937504162882238106159375041628822381061593750416288223810615937504162882238106159375041628822381061593750416288223810615937504162882238106159375041628822381061593750416288223810615937504162882238" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bbcce008-f76c-4898-942f-35c43e1d8af2, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7903ab86-3537-4fd2-81f4-9f6b045e699d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7903ab86-3537-4fd2-81f4-9f6b045e699d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12728826940038405573 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1272882694003840557312728826940038405573127288269400384055731272882694003840557312728826940038405573127288269400384055731272882694003840557312728826940038405573127288269400384055731272882694003840557312728826940038405573127288269400384055731272882694003840557312728826940038405573127288269400384055731272882694003840557312728826940038405573127288269400384055731272882694003840557312728826940038405573" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 280e01bd-1b75-449a-8957-42ec71c7a796, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c9347ee5-22d6-40f1-8016-9b0aaf8753db, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c9347ee5-22d6-40f1-8016-9b0aaf8753db, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8495736430436051646 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84957364304360516468495736430436051646849573643043605164684957364304360516468495736430436051646849573643043605164684957364304360516468495736430436051646849573643043605164684957364304360516468495736430436051646849573643043605164684957364304360516468495736430436051646849573643043605164684957364304360516468495736430436051646849573643043605164684957364304360516468495736430436051646" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7903ab86-3537-4fd2-81f4-9f6b045e699d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e649e787-ca61-42fa-934c-925277a952c1, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e649e787-ca61-42fa-934c-925277a952c1, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12140599441998542158 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1214059944199854215812140599441998542158121405994419985421581214059944199854215812140599441998542158121405994419985421581214059944199854215812140599441998542158121405994419985421581214059944199854215812140599441998542158121405994419985421581214059944199854215812140599441998542158121405994419985421581214059944199854215812140599441998542158121405994419985421581214059944199854215812140599441998542158" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c9347ee5-22d6-40f1-8016-9b0aaf8753db, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 070a0e99-500d-4207-a2f8-96c763c22a77, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 070a0e99-500d-4207-a2f8-96c763c22a77, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5050544749670183150 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50505447496701831505050544749670183150505054474967018315050505447496701831505050544749670183150505054474967018315050505447496701831505050544749670183150505054474967018315050505447496701831505050544749670183150505054474967018315050505447496701831505050544749670183150505054474967018315050505447496701831505050544749670183150505054474967018315050505447496701831505050544749670183150" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e649e787-ca61-42fa-934c-925277a952c1, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fb7e12f0-408f-47c7-a4f9-a944a60caf0c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fb7e12f0-408f-47c7-a4f9-a944a60caf0c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3029810793929960592 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30298107939299605923029810793929960592302981079392996059230298107939299605923029810793929960592302981079392996059230298107939299605923029810793929960592302981079392996059230298107939299605923029810793929960592302981079392996059230298107939299605923029810793929960592302981079392996059230298107939299605923029810793929960592302981079392996059230298107939299605923029810793929960592" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 070a0e99-500d-4207-a2f8-96c763c22a77, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 37c357a6-5157-418b-91c0-9a3b4d98baaa, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 37c357a6-5157-418b-91c0-9a3b4d98baaa, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 319009888680015180 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "319009888680015180319009888680015180319009888680015180319009888680015180319009888680015180319009888680015180319009888680015180319009888680015180319009888680015180319009888680015180319009888680015180319009888680015180319009888680015180319009888680015180319009888680015180319009888680015180319009888680015180319009888680015180319009888680015180319009888680015180" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fb7e12f0-408f-47c7-a4f9-a944a60caf0c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f07b2a55-630c-4631-94a3-3d738c0c68c3, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f07b2a55-630c-4631-94a3-3d738c0c68c3, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13549441514499602566 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1354944151449960256613549441514499602566135494415144996025661354944151449960256613549441514499602566135494415144996025661354944151449960256613549441514499602566135494415144996025661354944151449960256613549441514499602566135494415144996025661354944151449960256613549441514499602566135494415144996025661354944151449960256613549441514499602566135494415144996025661354944151449960256613549441514499602566" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 37c357a6-5157-418b-91c0-9a3b4d98baaa, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f32626e1-a173-4ec5-ae46-2cac1a97ccb0, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f32626e1-a173-4ec5-ae46-2cac1a97ccb0, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12813552544052925526 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1281355254405292552612813552544052925526128135525440529255261281355254405292552612813552544052925526128135525440529255261281355254405292552612813552544052925526128135525440529255261281355254405292552612813552544052925526128135525440529255261281355254405292552612813552544052925526128135525440529255261281355254405292552612813552544052925526128135525440529255261281355254405292552612813552544052925526" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f07b2a55-630c-4631-94a3-3d738c0c68c3, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ff27beba-03f2-4d2f-bbec-825dfb530d19, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ff27beba-03f2-4d2f-bbec-825dfb530d19, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12835913215781479535 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1283591321578147953512835913215781479535128359132157814795351283591321578147953512835913215781479535128359132157814795351283591321578147953512835913215781479535128359132157814795351283591321578147953512835913215781479535128359132157814795351283591321578147953512835913215781479535128359132157814795351283591321578147953512835913215781479535128359132157814795351283591321578147953512835913215781479535" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f32626e1-a173-4ec5-ae46-2cac1a97ccb0, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 93fba80b-1323-459d-afc1-f64d485b8c3e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 93fba80b-1323-459d-afc1-f64d485b8c3e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6593983809620902101 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65939838096209021016593983809620902101659398380962090210165939838096209021016593983809620902101659398380962090210165939838096209021016593983809620902101659398380962090210165939838096209021016593983809620902101659398380962090210165939838096209021016593983809620902101659398380962090210165939838096209021016593983809620902101659398380962090210165939838096209021016593983809620902101" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ff27beba-03f2-4d2f-bbec-825dfb530d19, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cd6c78bc-01f0-4221-b6d0-f11cf2c3c24d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cd6c78bc-01f0-4221-b6d0-f11cf2c3c24d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1949917457198052057 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19499174571980520571949917457198052057194991745719805205719499174571980520571949917457198052057194991745719805205719499174571980520571949917457198052057194991745719805205719499174571980520571949917457198052057194991745719805205719499174571980520571949917457198052057194991745719805205719499174571980520571949917457198052057194991745719805205719499174571980520571949917457198052057" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 93fba80b-1323-459d-afc1-f64d485b8c3e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e0391765-edc1-49c1-81f0-c0c0bc08dba1, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e0391765-edc1-49c1-81f0-c0c0bc08dba1, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9252835070506869691 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92528350705068696919252835070506869691925283507050686969192528350705068696919252835070506869691925283507050686969192528350705068696919252835070506869691925283507050686969192528350705068696919252835070506869691925283507050686969192528350705068696919252835070506869691925283507050686969192528350705068696919252835070506869691925283507050686969192528350705068696919252835070506869691" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cd6c78bc-01f0-4221-b6d0-f11cf2c3c24d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1c6539d2-8053-4254-a432-5af84fa6bce6, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1c6539d2-8053-4254-a432-5af84fa6bce6, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12271825400438346107 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1227182540043834610712271825400438346107122718254004383461071227182540043834610712271825400438346107122718254004383461071227182540043834610712271825400438346107122718254004383461071227182540043834610712271825400438346107122718254004383461071227182540043834610712271825400438346107122718254004383461071227182540043834610712271825400438346107122718254004383461071227182540043834610712271825400438346107" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e0391765-edc1-49c1-81f0-c0c0bc08dba1, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fc3495ba-3eb4-45c2-aac3-a2e3929ea8c4, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fc3495ba-3eb4-45c2-aac3-a2e3929ea8c4, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6863271348196452805 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68632713481964528056863271348196452805686327134819645280568632713481964528056863271348196452805686327134819645280568632713481964528056863271348196452805686327134819645280568632713481964528056863271348196452805686327134819645280568632713481964528056863271348196452805686327134819645280568632713481964528056863271348196452805686327134819645280568632713481964528056863271348196452805" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1c6539d2-8053-4254-a432-5af84fa6bce6, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4a6c3b8a-ef18-4bc6-8d17-44a79a853d68, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4a6c3b8a-ef18-4bc6-8d17-44a79a853d68, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13922505062231536298 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1392250506223153629813922505062231536298139225050622315362981392250506223153629813922505062231536298139225050622315362981392250506223153629813922505062231536298139225050622315362981392250506223153629813922505062231536298139225050622315362981392250506223153629813922505062231536298139225050622315362981392250506223153629813922505062231536298139225050622315362981392250506223153629813922505062231536298" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fc3495ba-3eb4-45c2-aac3-a2e3929ea8c4, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 01509bd4-d2c2-4c74-8229-8097ec0937dd, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4a6c3b8a-ef18-4bc6-8d17-44a79a853d68, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 01509bd4-d2c2-4c74-8229-8097ec0937dd, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14207393058949565605 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1420739305894956560514207393058949565605142073930589495656051420739305894956560514207393058949565605142073930589495656051420739305894956560514207393058949565605142073930589495656051420739305894956560514207393058949565605142073930589495656051420739305894956560514207393058949565605142073930589495656051420739305894956560514207393058949565605142073930589495656051420739305894956560514207393058949565605" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4ef88dda-e603-4557-af52-5cf8738eec8c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4ef88dda-e603-4557-af52-5cf8738eec8c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11815508406142900912 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1181550840614290091211815508406142900912118155084061429009121181550840614290091211815508406142900912118155084061429009121181550840614290091211815508406142900912118155084061429009121181550840614290091211815508406142900912118155084061429009121181550840614290091211815508406142900912118155084061429009121181550840614290091211815508406142900912118155084061429009121181550840614290091211815508406142900912" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 01509bd4-d2c2-4c74-8229-8097ec0937dd, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3a99b50f-d817-413f-b399-dacf91551cb2, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3a99b50f-d817-413f-b399-dacf91551cb2, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8745605910797890223 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87456059107978902238745605910797890223874560591079789022387456059107978902238745605910797890223874560591079789022387456059107978902238745605910797890223874560591079789022387456059107978902238745605910797890223874560591079789022387456059107978902238745605910797890223874560591079789022387456059107978902238745605910797890223874560591079789022387456059107978902238745605910797890223" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4ef88dda-e603-4557-af52-5cf8738eec8c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 83b923d7-a69a-492b-a72e-c9b986caa868, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 83b923d7-a69a-492b-a72e-c9b986caa868, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17991700708309130555 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1799170070830913055517991700708309130555179917007083091305551799170070830913055517991700708309130555179917007083091305551799170070830913055517991700708309130555179917007083091305551799170070830913055517991700708309130555179917007083091305551799170070830913055517991700708309130555179917007083091305551799170070830913055517991700708309130555179917007083091305551799170070830913055517991700708309130555" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3a99b50f-d817-413f-b399-dacf91551cb2, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5fb1879e-be8c-4192-a5e4-cd6f95d553b3, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5fb1879e-be8c-4192-a5e4-cd6f95d553b3, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16681593482043274289 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1668159348204327428916681593482043274289166815934820432742891668159348204327428916681593482043274289166815934820432742891668159348204327428916681593482043274289166815934820432742891668159348204327428916681593482043274289166815934820432742891668159348204327428916681593482043274289166815934820432742891668159348204327428916681593482043274289166815934820432742891668159348204327428916681593482043274289" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 83b923d7-a69a-492b-a72e-c9b986caa868, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d2f063de-da98-4564-8f0b-bf012e6b2818, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d2f063de-da98-4564-8f0b-bf012e6b2818, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17418278736868916468 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1741827873686891646817418278736868916468174182787368689164681741827873686891646817418278736868916468174182787368689164681741827873686891646817418278736868916468174182787368689164681741827873686891646817418278736868916468174182787368689164681741827873686891646817418278736868916468174182787368689164681741827873686891646817418278736868916468174182787368689164681741827873686891646817418278736868916468" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5fb1879e-be8c-4192-a5e4-cd6f95d553b3, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 440dad16-79e5-4e3b-a552-e4fe88d44eea, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 440dad16-79e5-4e3b-a552-e4fe88d44eea, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3750435368907109252 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37504353689071092523750435368907109252375043536890710925237504353689071092523750435368907109252375043536890710925237504353689071092523750435368907109252375043536890710925237504353689071092523750435368907109252375043536890710925237504353689071092523750435368907109252375043536890710925237504353689071092523750435368907109252375043536890710925237504353689071092523750435368907109252" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d2f063de-da98-4564-8f0b-bf012e6b2818, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bb0786ad-3f2a-4022-a2d6-6eab0d8319e1, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bb0786ad-3f2a-4022-a2d6-6eab0d8319e1, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 211124888829815074 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "211124888829815074211124888829815074211124888829815074211124888829815074211124888829815074211124888829815074211124888829815074211124888829815074211124888829815074211124888829815074211124888829815074211124888829815074211124888829815074211124888829815074211124888829815074211124888829815074211124888829815074211124888829815074211124888829815074211124888829815074" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 440dad16-79e5-4e3b-a552-e4fe88d44eea, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dcd8873c-9edd-4608-bea5-3295106951e1, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dcd8873c-9edd-4608-bea5-3295106951e1, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6322414837034672114 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63224148370346721146322414837034672114632241483703467211463224148370346721146322414837034672114632241483703467211463224148370346721146322414837034672114632241483703467211463224148370346721146322414837034672114632241483703467211463224148370346721146322414837034672114632241483703467211463224148370346721146322414837034672114632241483703467211463224148370346721146322414837034672114" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bb0786ad-3f2a-4022-a2d6-6eab0d8319e1, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e41c9f4e-4af0-4963-876b-20d5c8e38875, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e41c9f4e-4af0-4963-876b-20d5c8e38875, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14921384328506404080 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1492138432850640408014921384328506404080149213843285064040801492138432850640408014921384328506404080149213843285064040801492138432850640408014921384328506404080149213843285064040801492138432850640408014921384328506404080149213843285064040801492138432850640408014921384328506404080149213843285064040801492138432850640408014921384328506404080149213843285064040801492138432850640408014921384328506404080" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dcd8873c-9edd-4608-bea5-3295106951e1, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6dcd955f-b974-4296-a3f6-6071cbd4fd79, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6dcd955f-b974-4296-a3f6-6071cbd4fd79, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7013327364811807537 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70133273648118075377013327364811807537701332736481180753770133273648118075377013327364811807537701332736481180753770133273648118075377013327364811807537701332736481180753770133273648118075377013327364811807537701332736481180753770133273648118075377013327364811807537701332736481180753770133273648118075377013327364811807537701332736481180753770133273648118075377013327364811807537" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e41c9f4e-4af0-4963-876b-20d5c8e38875, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 50b378f9-bb47-47a4-a3b7-a23f49abc48c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 50b378f9-bb47-47a4-a3b7-a23f49abc48c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1765746887959786818 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17657468879597868181765746887959786818176574688795978681817657468879597868181765746887959786818176574688795978681817657468879597868181765746887959786818176574688795978681817657468879597868181765746887959786818176574688795978681817657468879597868181765746887959786818176574688795978681817657468879597868181765746887959786818176574688795978681817657468879597868181765746887959786818" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6dcd955f-b974-4296-a3f6-6071cbd4fd79, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0c4fbde2-502e-41f3-80f4-ff2b72b83d74, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0c4fbde2-502e-41f3-80f4-ff2b72b83d74, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5068415124080100101 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50684151240801001015068415124080100101506841512408010010150684151240801001015068415124080100101506841512408010010150684151240801001015068415124080100101506841512408010010150684151240801001015068415124080100101506841512408010010150684151240801001015068415124080100101506841512408010010150684151240801001015068415124080100101506841512408010010150684151240801001015068415124080100101" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 50b378f9-bb47-47a4-a3b7-a23f49abc48c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5e3ada03-7a6b-450c-872d-76049279ec87, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5e3ada03-7a6b-450c-872d-76049279ec87, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14928066824555003562 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1492806682455500356214928066824555003562149280668245550035621492806682455500356214928066824555003562149280668245550035621492806682455500356214928066824555003562149280668245550035621492806682455500356214928066824555003562149280668245550035621492806682455500356214928066824555003562149280668245550035621492806682455500356214928066824555003562149280668245550035621492806682455500356214928066824555003562" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0c4fbde2-502e-41f3-80f4-ff2b72b83d74, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 47dbbda6-32bd-4763-a14d-0b2b33fc20b3, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 47dbbda6-32bd-4763-a14d-0b2b33fc20b3, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13581645514449977171 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1358164551444997717113581645514449977171135816455144499771711358164551444997717113581645514449977171135816455144499771711358164551444997717113581645514449977171135816455144499771711358164551444997717113581645514449977171135816455144499771711358164551444997717113581645514449977171135816455144499771711358164551444997717113581645514449977171135816455144499771711358164551444997717113581645514449977171" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5e3ada03-7a6b-450c-872d-76049279ec87, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f537b1f6-dfb6-4270-bee9-8adbf723e8f2, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f537b1f6-dfb6-4270-bee9-8adbf723e8f2, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3036506658117065486 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30365066581170654863036506658117065486303650665811706548630365066581170654863036506658117065486303650665811706548630365066581170654863036506658117065486303650665811706548630365066581170654863036506658117065486303650665811706548630365066581170654863036506658117065486303650665811706548630365066581170654863036506658117065486303650665811706548630365066581170654863036506658117065486" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 47dbbda6-32bd-4763-a14d-0b2b33fc20b3, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 47313f6c-4818-419a-b4d6-e4c90a05a54c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 47313f6c-4818-419a-b4d6-e4c90a05a54c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13916233708133252133 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1391623370813325213313916233708133252133139162337081332521331391623370813325213313916233708133252133139162337081332521331391623370813325213313916233708133252133139162337081332521331391623370813325213313916233708133252133139162337081332521331391623370813325213313916233708133252133139162337081332521331391623370813325213313916233708133252133139162337081332521331391623370813325213313916233708133252133" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f537b1f6-dfb6-4270-bee9-8adbf723e8f2, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 22c2142c-61eb-42e1-a7aa-f40868b26184, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 47313f6c-4818-419a-b4d6-e4c90a05a54c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8f8c55aa-aa6d-440d-af56-f4ed1e15bda1, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8f8c55aa-aa6d-440d-af56-f4ed1e15bda1, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7298619980073410243 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72986199800734102437298619980073410243729861998007341024372986199800734102437298619980073410243729861998007341024372986199800734102437298619980073410243729861998007341024372986199800734102437298619980073410243729861998007341024372986199800734102437298619980073410243729861998007341024372986199800734102437298619980073410243729861998007341024372986199800734102437298619980073410243" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 22c2142c-61eb-42e1-a7aa-f40868b26184, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4505051954131059583 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45050519541310595834505051954131059583450505195413105958345050519541310595834505051954131059583450505195413105958345050519541310595834505051954131059583450505195413105958345050519541310595834505051954131059583450505195413105958345050519541310595834505051954131059583450505195413105958345050519541310595834505051954131059583450505195413105958345050519541310595834505051954131059583" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8f8c55aa-aa6d-440d-af56-f4ed1e15bda1, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e2643ada-d5d7-4564-891c-46259dd9c385, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e2643ada-d5d7-4564-891c-46259dd9c385, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9890159094311473429 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98901590943114734299890159094311473429989015909431147342998901590943114734299890159094311473429989015909431147342998901590943114734299890159094311473429989015909431147342998901590943114734299890159094311473429989015909431147342998901590943114734299890159094311473429989015909431147342998901590943114734299890159094311473429989015909431147342998901590943114734299890159094311473429" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 22c2142c-61eb-42e1-a7aa-f40868b26184, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e35ec4b4-eafc-47a0-8661-573769c0a0a9, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e35ec4b4-eafc-47a0-8661-573769c0a0a9, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13177578554929403257 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1317757855492940325713177578554929403257131775785549294032571317757855492940325713177578554929403257131775785549294032571317757855492940325713177578554929403257131775785549294032571317757855492940325713177578554929403257131775785549294032571317757855492940325713177578554929403257131775785549294032571317757855492940325713177578554929403257131775785549294032571317757855492940325713177578554929403257" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e2643ada-d5d7-4564-891c-46259dd9c385, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dc0a9a75-5e7b-4888-aeb9-506e866858dd, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dc0a9a75-5e7b-4888-aeb9-506e866858dd, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6036865161897310740 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60368651618973107406036865161897310740603686516189731074060368651618973107406036865161897310740603686516189731074060368651618973107406036865161897310740603686516189731074060368651618973107406036865161897310740603686516189731074060368651618973107406036865161897310740603686516189731074060368651618973107406036865161897310740603686516189731074060368651618973107406036865161897310740" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e35ec4b4-eafc-47a0-8661-573769c0a0a9, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, be75d440-cfa6-4f84-b957-6a9649bbd829, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, be75d440-cfa6-4f84-b957-6a9649bbd829, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18296559565416151275 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1829655956541615127518296559565416151275182965595654161512751829655956541615127518296559565416151275182965595654161512751829655956541615127518296559565416151275182965595654161512751829655956541615127518296559565416151275182965595654161512751829655956541615127518296559565416151275182965595654161512751829655956541615127518296559565416151275182965595654161512751829655956541615127518296559565416151275" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, be75d440-cfa6-4f84-b957-6a9649bbd829, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7ed67825-33d4-48c2-9a27-3ea86ff4e585, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7ed67825-33d4-48c2-9a27-3ea86ff4e585, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5088734147534621454 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50887341475346214545088734147534621454508873414753462145450887341475346214545088734147534621454508873414753462145450887341475346214545088734147534621454508873414753462145450887341475346214545088734147534621454508873414753462145450887341475346214545088734147534621454508873414753462145450887341475346214545088734147534621454508873414753462145450887341475346214545088734147534621454" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dc0a9a75-5e7b-4888-aeb9-506e866858dd, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d8718f65-6d0a-4faa-8381-d659cf43fe52, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d8718f65-6d0a-4faa-8381-d659cf43fe52, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7272108419431216682 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72721084194312166827272108419431216682727210841943121668272721084194312166827272108419431216682727210841943121668272721084194312166827272108419431216682727210841943121668272721084194312166827272108419431216682727210841943121668272721084194312166827272108419431216682727210841943121668272721084194312166827272108419431216682727210841943121668272721084194312166827272108419431216682" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7ed67825-33d4-48c2-9a27-3ea86ff4e585, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3c7999da-8027-44c6-9472-c51f44de1d13, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3c7999da-8027-44c6-9472-c51f44de1d13, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5233270763978443583 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52332707639784435835233270763978443583523327076397844358352332707639784435835233270763978443583523327076397844358352332707639784435835233270763978443583523327076397844358352332707639784435835233270763978443583523327076397844358352332707639784435835233270763978443583523327076397844358352332707639784435835233270763978443583523327076397844358352332707639784435835233270763978443583" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d8718f65-6d0a-4faa-8381-d659cf43fe52, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8e6a6ce1-a348-4ab0-bb2b-7c855b693e2f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8e6a6ce1-a348-4ab0-bb2b-7c855b693e2f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12651529860839955392 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1265152986083995539212651529860839955392126515298608399553921265152986083995539212651529860839955392126515298608399553921265152986083995539212651529860839955392126515298608399553921265152986083995539212651529860839955392126515298608399553921265152986083995539212651529860839955392126515298608399553921265152986083995539212651529860839955392126515298608399553921265152986083995539212651529860839955392" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3c7999da-8027-44c6-9472-c51f44de1d13, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d249f9f1-f11f-46cb-905b-903f7eaa3957, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d249f9f1-f11f-46cb-905b-903f7eaa3957, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7536026759913492780 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75360267599134927807536026759913492780753602675991349278075360267599134927807536026759913492780753602675991349278075360267599134927807536026759913492780753602675991349278075360267599134927807536026759913492780753602675991349278075360267599134927807536026759913492780753602675991349278075360267599134927807536026759913492780753602675991349278075360267599134927807536026759913492780" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8e6a6ce1-a348-4ab0-bb2b-7c855b693e2f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 77c0e968-aa11-4e37-8300-62f37633f645, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 77c0e968-aa11-4e37-8300-62f37633f645, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 285396971017472686 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "285396971017472686285396971017472686285396971017472686285396971017472686285396971017472686285396971017472686285396971017472686285396971017472686285396971017472686285396971017472686285396971017472686285396971017472686285396971017472686285396971017472686285396971017472686285396971017472686285396971017472686285396971017472686285396971017472686285396971017472686" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d249f9f1-f11f-46cb-905b-903f7eaa3957, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9eeb8383-7ca0-4016-a506-3677a3731c3f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9eeb8383-7ca0-4016-a506-3677a3731c3f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5460445037850081631 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54604450378500816315460445037850081631546044503785008163154604450378500816315460445037850081631546044503785008163154604450378500816315460445037850081631546044503785008163154604450378500816315460445037850081631546044503785008163154604450378500816315460445037850081631546044503785008163154604450378500816315460445037850081631546044503785008163154604450378500816315460445037850081631" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 77c0e968-aa11-4e37-8300-62f37633f645, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ae809a22-3c0f-45a3-a6f8-1a16038e8eba, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ae809a22-3c0f-45a3-a6f8-1a16038e8eba, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16762479081717419853 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1676247908171741985316762479081717419853167624790817174198531676247908171741985316762479081717419853167624790817174198531676247908171741985316762479081717419853167624790817174198531676247908171741985316762479081717419853167624790817174198531676247908171741985316762479081717419853167624790817174198531676247908171741985316762479081717419853167624790817174198531676247908171741985316762479081717419853" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9eeb8383-7ca0-4016-a506-3677a3731c3f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 79f1449a-9f2b-4d3e-95c6-5dce2f7bf9e4, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 79f1449a-9f2b-4d3e-95c6-5dce2f7bf9e4, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8868303972333365595 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88683039723333655958868303972333365595886830397233336559588683039723333655958868303972333365595886830397233336559588683039723333655958868303972333365595886830397233336559588683039723333655958868303972333365595886830397233336559588683039723333655958868303972333365595886830397233336559588683039723333655958868303972333365595886830397233336559588683039723333655958868303972333365595" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ae809a22-3c0f-45a3-a6f8-1a16038e8eba, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c6f7c756-d297-46d2-b53d-e963d5df5192, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 79f1449a-9f2b-4d3e-95c6-5dce2f7bf9e4, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1d9b7338-bbb4-4300-87aa-7e8fac8148e9, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1d9b7338-bbb4-4300-87aa-7e8fac8148e9, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14594684440630853321 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1459468444063085332114594684440630853321145946844406308533211459468444063085332114594684440630853321145946844406308533211459468444063085332114594684440630853321145946844406308533211459468444063085332114594684440630853321145946844406308533211459468444063085332114594684440630853321145946844406308533211459468444063085332114594684440630853321145946844406308533211459468444063085332114594684440630853321" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c6f7c756-d297-46d2-b53d-e963d5df5192, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8182149318367367557 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81821493183673675578182149318367367557818214931836736755781821493183673675578182149318367367557818214931836736755781821493183673675578182149318367367557818214931836736755781821493183673675578182149318367367557818214931836736755781821493183673675578182149318367367557818214931836736755781821493183673675578182149318367367557818214931836736755781821493183673675578182149318367367557" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1d9b7338-bbb4-4300-87aa-7e8fac8148e9, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 62e63e13-661f-4ad9-a0f0-ae31a17ba13e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 62e63e13-661f-4ad9-a0f0-ae31a17ba13e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11217796017719457007 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1121779601771945700711217796017719457007112177960177194570071121779601771945700711217796017719457007112177960177194570071121779601771945700711217796017719457007112177960177194570071121779601771945700711217796017719457007112177960177194570071121779601771945700711217796017719457007112177960177194570071121779601771945700711217796017719457007112177960177194570071121779601771945700711217796017719457007" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c6f7c756-d297-46d2-b53d-e963d5df5192, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 882aadd4-f7d5-4072-946b-5cbf729d0372, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 882aadd4-f7d5-4072-946b-5cbf729d0372, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16322320282044861678 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1632232028204486167816322320282044861678163223202820448616781632232028204486167816322320282044861678163223202820448616781632232028204486167816322320282044861678163223202820448616781632232028204486167816322320282044861678163223202820448616781632232028204486167816322320282044861678163223202820448616781632232028204486167816322320282044861678163223202820448616781632232028204486167816322320282044861678" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 62e63e13-661f-4ad9-a0f0-ae31a17ba13e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f6006f6d-d347-45ad-978b-e99fa8c95396, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f6006f6d-d347-45ad-978b-e99fa8c95396, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11035709025670711585 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1103570902567071158511035709025670711585110357090256707115851103570902567071158511035709025670711585110357090256707115851103570902567071158511035709025670711585110357090256707115851103570902567071158511035709025670711585110357090256707115851103570902567071158511035709025670711585110357090256707115851103570902567071158511035709025670711585110357090256707115851103570902567071158511035709025670711585" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 882aadd4-f7d5-4072-946b-5cbf729d0372, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bb3a32ad-5173-485d-97b0-bfcf1dd9d090, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bb3a32ad-5173-485d-97b0-bfcf1dd9d090, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4371649930665934800 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43716499306659348004371649930665934800437164993066593480043716499306659348004371649930665934800437164993066593480043716499306659348004371649930665934800437164993066593480043716499306659348004371649930665934800437164993066593480043716499306659348004371649930665934800437164993066593480043716499306659348004371649930665934800437164993066593480043716499306659348004371649930665934800" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f6006f6d-d347-45ad-978b-e99fa8c95396, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6865e25f-a0e2-47b2-9efc-29a28a9074b0, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6865e25f-a0e2-47b2-9efc-29a28a9074b0, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15708095736407748039 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1570809573640774803915708095736407748039157080957364077480391570809573640774803915708095736407748039157080957364077480391570809573640774803915708095736407748039157080957364077480391570809573640774803915708095736407748039157080957364077480391570809573640774803915708095736407748039157080957364077480391570809573640774803915708095736407748039157080957364077480391570809573640774803915708095736407748039" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bb3a32ad-5173-485d-97b0-bfcf1dd9d090, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f9b7978c-9812-4eb8-a11a-72cbaaef1ca4, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f9b7978c-9812-4eb8-a11a-72cbaaef1ca4, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8071164982101171381 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80711649821011713818071164982101171381807116498210117138180711649821011713818071164982101171381807116498210117138180711649821011713818071164982101171381807116498210117138180711649821011713818071164982101171381807116498210117138180711649821011713818071164982101171381807116498210117138180711649821011713818071164982101171381807116498210117138180711649821011713818071164982101171381" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6865e25f-a0e2-47b2-9efc-29a28a9074b0, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 344985d0-34c7-480e-a6e2-9e517cba7cce, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 344985d0-34c7-480e-a6e2-9e517cba7cce, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6495296918113477657 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64952969181134776576495296918113477657649529691811347765764952969181134776576495296918113477657649529691811347765764952969181134776576495296918113477657649529691811347765764952969181134776576495296918113477657649529691811347765764952969181134776576495296918113477657649529691811347765764952969181134776576495296918113477657649529691811347765764952969181134776576495296918113477657" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f9b7978c-9812-4eb8-a11a-72cbaaef1ca4, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 287fe045-d9da-421a-91f2-758ba6d90672, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 287fe045-d9da-421a-91f2-758ba6d90672, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6401395527670592434 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64013955276705924346401395527670592434640139552767059243464013955276705924346401395527670592434640139552767059243464013955276705924346401395527670592434640139552767059243464013955276705924346401395527670592434640139552767059243464013955276705924346401395527670592434640139552767059243464013955276705924346401395527670592434640139552767059243464013955276705924346401395527670592434" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 344985d0-34c7-480e-a6e2-9e517cba7cce, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 599854a3-d5c6-4aff-8817-288803359015, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 599854a3-d5c6-4aff-8817-288803359015, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17255583491095490535 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1725558349109549053517255583491095490535172555834910954905351725558349109549053517255583491095490535172555834910954905351725558349109549053517255583491095490535172555834910954905351725558349109549053517255583491095490535172555834910954905351725558349109549053517255583491095490535172555834910954905351725558349109549053517255583491095490535172555834910954905351725558349109549053517255583491095490535" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 287fe045-d9da-421a-91f2-758ba6d90672, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f2db5357-a82f-451f-87d4-7e99be19fecb, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f2db5357-a82f-451f-87d4-7e99be19fecb, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8068896495635143525 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80688964956351435258068896495635143525806889649563514352580688964956351435258068896495635143525806889649563514352580688964956351435258068896495635143525806889649563514352580688964956351435258068896495635143525806889649563514352580688964956351435258068896495635143525806889649563514352580688964956351435258068896495635143525806889649563514352580688964956351435258068896495635143525" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 599854a3-d5c6-4aff-8817-288803359015, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4cddc173-5c46-4d4a-88cb-0c26f6e29faf, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4cddc173-5c46-4d4a-88cb-0c26f6e29faf, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16421853767034278777 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1642185376703427877716421853767034278777164218537670342787771642185376703427877716421853767034278777164218537670342787771642185376703427877716421853767034278777164218537670342787771642185376703427877716421853767034278777164218537670342787771642185376703427877716421853767034278777164218537670342787771642185376703427877716421853767034278777164218537670342787771642185376703427877716421853767034278777" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f2db5357-a82f-451f-87d4-7e99be19fecb, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e9ecc613-df4c-44f9-a8b0-c05df0b13aae, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e9ecc613-df4c-44f9-a8b0-c05df0b13aae, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7666904282912172042 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76669042829121720427666904282912172042766690428291217204276669042829121720427666904282912172042766690428291217204276669042829121720427666904282912172042766690428291217204276669042829121720427666904282912172042766690428291217204276669042829121720427666904282912172042766690428291217204276669042829121720427666904282912172042766690428291217204276669042829121720427666904282912172042" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4cddc173-5c46-4d4a-88cb-0c26f6e29faf, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 17ac9cde-d714-4bbb-9b09-73307f2281cc, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 17ac9cde-d714-4bbb-9b09-73307f2281cc, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17893345477975259305 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1789334547797525930517893345477975259305178933454779752593051789334547797525930517893345477975259305178933454779752593051789334547797525930517893345477975259305178933454779752593051789334547797525930517893345477975259305178933454779752593051789334547797525930517893345477975259305178933454779752593051789334547797525930517893345477975259305178933454779752593051789334547797525930517893345477975259305" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e9ecc613-df4c-44f9-a8b0-c05df0b13aae, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 85ade522-6d96-4938-b485-60a637163165, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 85ade522-6d96-4938-b485-60a637163165, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18060961756982632907 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1806096175698263290718060961756982632907180609617569826329071806096175698263290718060961756982632907180609617569826329071806096175698263290718060961756982632907180609617569826329071806096175698263290718060961756982632907180609617569826329071806096175698263290718060961756982632907180609617569826329071806096175698263290718060961756982632907180609617569826329071806096175698263290718060961756982632907" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 17ac9cde-d714-4bbb-9b09-73307f2281cc, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9821b84d-48c1-4ba8-9331-813b21ec6383, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9821b84d-48c1-4ba8-9331-813b21ec6383, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 69405331866949925 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "6940533186694992569405331866949925694053318669499256940533186694992569405331866949925694053318669499256940533186694992569405331866949925694053318669499256940533186694992569405331866949925694053318669499256940533186694992569405331866949925694053318669499256940533186694992569405331866949925694053318669499256940533186694992569405331866949925" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 85ade522-6d96-4938-b485-60a637163165, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 198c0106-6150-4397-9516-5a008ec23ee4, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 198c0106-6150-4397-9516-5a008ec23ee4, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6645518505344565789 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66455185053445657896645518505344565789664551850534456578966455185053445657896645518505344565789664551850534456578966455185053445657896645518505344565789664551850534456578966455185053445657896645518505344565789664551850534456578966455185053445657896645518505344565789664551850534456578966455185053445657896645518505344565789664551850534456578966455185053445657896645518505344565789" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 198c0106-6150-4397-9516-5a008ec23ee4, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9c46b703-80f7-4d56-9b2d-0bd2f38b70ca, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9c46b703-80f7-4d56-9b2d-0bd2f38b70ca, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13747494042255159499 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1374749404225515949913747494042255159499137474940422551594991374749404225515949913747494042255159499137474940422551594991374749404225515949913747494042255159499137474940422551594991374749404225515949913747494042255159499137474940422551594991374749404225515949913747494042255159499137474940422551594991374749404225515949913747494042255159499137474940422551594991374749404225515949913747494042255159499" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9821b84d-48c1-4ba8-9331-813b21ec6383, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d3b73a49-8582-4849-97e8-5e0c1b7367a3, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d3b73a49-8582-4849-97e8-5e0c1b7367a3, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3234896237791335096 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32348962377913350963234896237791335096323489623779133509632348962377913350963234896237791335096323489623779133509632348962377913350963234896237791335096323489623779133509632348962377913350963234896237791335096323489623779133509632348962377913350963234896237791335096323489623779133509632348962377913350963234896237791335096323489623779133509632348962377913350963234896237791335096" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9c46b703-80f7-4d56-9b2d-0bd2f38b70ca, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 44fe6abd-fa1c-4ef6-95a7-a73981a2b4ef, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 44fe6abd-fa1c-4ef6-95a7-a73981a2b4ef, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13645938553301404631 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1364593855330140463113645938553301404631136459385533014046311364593855330140463113645938553301404631136459385533014046311364593855330140463113645938553301404631136459385533014046311364593855330140463113645938553301404631136459385533014046311364593855330140463113645938553301404631136459385533014046311364593855330140463113645938553301404631136459385533014046311364593855330140463113645938553301404631" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d3b73a49-8582-4849-97e8-5e0c1b7367a3, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 87d746f0-e70e-401e-a579-50030f620dcb, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 87d746f0-e70e-401e-a579-50030f620dcb, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15014910791648902068 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1501491079164890206815014910791648902068150149107916489020681501491079164890206815014910791648902068150149107916489020681501491079164890206815014910791648902068150149107916489020681501491079164890206815014910791648902068150149107916489020681501491079164890206815014910791648902068150149107916489020681501491079164890206815014910791648902068150149107916489020681501491079164890206815014910791648902068" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 44fe6abd-fa1c-4ef6-95a7-a73981a2b4ef, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d48162e7-c4a6-470c-85fb-9fac0bd291db, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d48162e7-c4a6-470c-85fb-9fac0bd291db, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7129090388189430309 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71290903881894303097129090388189430309712909038818943030971290903881894303097129090388189430309712909038818943030971290903881894303097129090388189430309712909038818943030971290903881894303097129090388189430309712909038818943030971290903881894303097129090388189430309712909038818943030971290903881894303097129090388189430309712909038818943030971290903881894303097129090388189430309" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 87d746f0-e70e-401e-a579-50030f620dcb, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b35ee529-9be2-4ab8-8a97-0bbec4037958, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b35ee529-9be2-4ab8-8a97-0bbec4037958, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17227738187316521302 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1722773818731652130217227738187316521302172277381873165213021722773818731652130217227738187316521302172277381873165213021722773818731652130217227738187316521302172277381873165213021722773818731652130217227738187316521302172277381873165213021722773818731652130217227738187316521302172277381873165213021722773818731652130217227738187316521302172277381873165213021722773818731652130217227738187316521302" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d48162e7-c4a6-470c-85fb-9fac0bd291db, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d5c7e972-2dbe-430b-af24-a6b05cc1279e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d5c7e972-2dbe-430b-af24-a6b05cc1279e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15359673255039084553 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1535967325503908455315359673255039084553153596732550390845531535967325503908455315359673255039084553153596732550390845531535967325503908455315359673255039084553153596732550390845531535967325503908455315359673255039084553153596732550390845531535967325503908455315359673255039084553153596732550390845531535967325503908455315359673255039084553153596732550390845531535967325503908455315359673255039084553" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b35ee529-9be2-4ab8-8a97-0bbec4037958, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c5a37491-252c-4eb6-97d9-28bb82f9af82, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c5a37491-252c-4eb6-97d9-28bb82f9af82, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10833732494344700402 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1083373249434470040210833732494344700402108337324943447004021083373249434470040210833732494344700402108337324943447004021083373249434470040210833732494344700402108337324943447004021083373249434470040210833732494344700402108337324943447004021083373249434470040210833732494344700402108337324943447004021083373249434470040210833732494344700402108337324943447004021083373249434470040210833732494344700402" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d5c7e972-2dbe-430b-af24-a6b05cc1279e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 82cb2244-9e51-4bfe-878c-33589d15a73f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 82cb2244-9e51-4bfe-878c-33589d15a73f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6990467705825889049 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69904677058258890496990467705825889049699046770582588904969904677058258890496990467705825889049699046770582588904969904677058258890496990467705825889049699046770582588904969904677058258890496990467705825889049699046770582588904969904677058258890496990467705825889049699046770582588904969904677058258890496990467705825889049699046770582588904969904677058258890496990467705825889049" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c5a37491-252c-4eb6-97d9-28bb82f9af82, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6ec6edac-d076-4bf0-865e-53425fd6edd6, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6ec6edac-d076-4bf0-865e-53425fd6edd6, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4932725510851916388 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49327255108519163884932725510851916388493272551085191638849327255108519163884932725510851916388493272551085191638849327255108519163884932725510851916388493272551085191638849327255108519163884932725510851916388493272551085191638849327255108519163884932725510851916388493272551085191638849327255108519163884932725510851916388493272551085191638849327255108519163884932725510851916388" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 82cb2244-9e51-4bfe-878c-33589d15a73f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dcb46b2f-a072-4b6c-b14f-1196ef574bf9, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dcb46b2f-a072-4b6c-b14f-1196ef574bf9, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15144219374139738103 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1514421937413973810315144219374139738103151442193741397381031514421937413973810315144219374139738103151442193741397381031514421937413973810315144219374139738103151442193741397381031514421937413973810315144219374139738103151442193741397381031514421937413973810315144219374139738103151442193741397381031514421937413973810315144219374139738103151442193741397381031514421937413973810315144219374139738103" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6ec6edac-d076-4bf0-865e-53425fd6edd6, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 13c43d12-727a-449a-8cd8-78cb0c80db70, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 13c43d12-727a-449a-8cd8-78cb0c80db70, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17089653830351719735 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1708965383035171973517089653830351719735170896538303517197351708965383035171973517089653830351719735170896538303517197351708965383035171973517089653830351719735170896538303517197351708965383035171973517089653830351719735170896538303517197351708965383035171973517089653830351719735170896538303517197351708965383035171973517089653830351719735170896538303517197351708965383035171973517089653830351719735" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dcb46b2f-a072-4b6c-b14f-1196ef574bf9, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d96f7dd3-ff3c-4862-a167-2645407ba2d8, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d96f7dd3-ff3c-4862-a167-2645407ba2d8, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12200802698950046116 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1220080269895004611612200802698950046116122008026989500461161220080269895004611612200802698950046116122008026989500461161220080269895004611612200802698950046116122008026989500461161220080269895004611612200802698950046116122008026989500461161220080269895004611612200802698950046116122008026989500461161220080269895004611612200802698950046116122008026989500461161220080269895004611612200802698950046116" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d96f7dd3-ff3c-4862-a167-2645407ba2d8, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4758e079-a226-4294-9222-f9e67a7bc1e0, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4758e079-a226-4294-9222-f9e67a7bc1e0, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14983936272656523715 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1498393627265652371514983936272656523715149839362726565237151498393627265652371514983936272656523715149839362726565237151498393627265652371514983936272656523715149839362726565237151498393627265652371514983936272656523715149839362726565237151498393627265652371514983936272656523715149839362726565237151498393627265652371514983936272656523715149839362726565237151498393627265652371514983936272656523715" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 13c43d12-727a-449a-8cd8-78cb0c80db70, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2964acff-2bb1-4411-a7ce-b3478f3bea3c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2964acff-2bb1-4411-a7ce-b3478f3bea3c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14531708215200349727 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1453170821520034972714531708215200349727145317082152003497271453170821520034972714531708215200349727145317082152003497271453170821520034972714531708215200349727145317082152003497271453170821520034972714531708215200349727145317082152003497271453170821520034972714531708215200349727145317082152003497271453170821520034972714531708215200349727145317082152003497271453170821520034972714531708215200349727" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4758e079-a226-4294-9222-f9e67a7bc1e0, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a71453c1-42cd-435c-aa13-736da6610fde, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a71453c1-42cd-435c-aa13-736da6610fde, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15396528106154065410 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1539652810615406541015396528106154065410153965281061540654101539652810615406541015396528106154065410153965281061540654101539652810615406541015396528106154065410153965281061540654101539652810615406541015396528106154065410153965281061540654101539652810615406541015396528106154065410153965281061540654101539652810615406541015396528106154065410153965281061540654101539652810615406541015396528106154065410" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2964acff-2bb1-4411-a7ce-b3478f3bea3c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b45a0afe-0134-408e-8603-0d656b54bee7, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b45a0afe-0134-408e-8603-0d656b54bee7, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17490284236914947499 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1749028423691494749917490284236914947499174902842369149474991749028423691494749917490284236914947499174902842369149474991749028423691494749917490284236914947499174902842369149474991749028423691494749917490284236914947499174902842369149474991749028423691494749917490284236914947499174902842369149474991749028423691494749917490284236914947499174902842369149474991749028423691494749917490284236914947499" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a71453c1-42cd-435c-aa13-736da6610fde, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0809d45d-bd61-4141-908c-38f204095939, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0809d45d-bd61-4141-908c-38f204095939, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5271875873713639177 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52718758737136391775271875873713639177527187587371363917752718758737136391775271875873713639177527187587371363917752718758737136391775271875873713639177527187587371363917752718758737136391775271875873713639177527187587371363917752718758737136391775271875873713639177527187587371363917752718758737136391775271875873713639177527187587371363917752718758737136391775271875873713639177" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b45a0afe-0134-408e-8603-0d656b54bee7, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c14b2e3b-0a38-42fc-ae62-58d1ec003397, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c14b2e3b-0a38-42fc-ae62-58d1ec003397, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14968128572539124244 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1496812857253912424414968128572539124244149681285725391242441496812857253912424414968128572539124244149681285725391242441496812857253912424414968128572539124244149681285725391242441496812857253912424414968128572539124244149681285725391242441496812857253912424414968128572539124244149681285725391242441496812857253912424414968128572539124244149681285725391242441496812857253912424414968128572539124244" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0809d45d-bd61-4141-908c-38f204095939, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 289e7a44-cf19-454b-b1f5-79562441b056, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 289e7a44-cf19-454b-b1f5-79562441b056, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7870072118025747559 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78700721180257475597870072118025747559787007211802574755978700721180257475597870072118025747559787007211802574755978700721180257475597870072118025747559787007211802574755978700721180257475597870072118025747559787007211802574755978700721180257475597870072118025747559787007211802574755978700721180257475597870072118025747559787007211802574755978700721180257475597870072118025747559" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c14b2e3b-0a38-42fc-ae62-58d1ec003397, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e00a2162-292e-45ac-a97a-38c3ff57e5eb, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e00a2162-292e-45ac-a97a-38c3ff57e5eb, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9143250722688564671 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91432507226885646719143250722688564671914325072268856467191432507226885646719143250722688564671914325072268856467191432507226885646719143250722688564671914325072268856467191432507226885646719143250722688564671914325072268856467191432507226885646719143250722688564671914325072268856467191432507226885646719143250722688564671914325072268856467191432507226885646719143250722688564671" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 289e7a44-cf19-454b-b1f5-79562441b056, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8adde1a2-c898-47b8-9a64-456df1beaa13, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8adde1a2-c898-47b8-9a64-456df1beaa13, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1912116438685970393 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19121164386859703931912116438685970393191211643868597039319121164386859703931912116438685970393191211643868597039319121164386859703931912116438685970393191211643868597039319121164386859703931912116438685970393191211643868597039319121164386859703931912116438685970393191211643868597039319121164386859703931912116438685970393191211643868597039319121164386859703931912116438685970393" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e00a2162-292e-45ac-a97a-38c3ff57e5eb, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 38a67742-a958-430b-9d11-fca87fe6ef38, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 38a67742-a958-430b-9d11-fca87fe6ef38, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13371565474021114805 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1337156547402111480513371565474021114805133715654740211148051337156547402111480513371565474021114805133715654740211148051337156547402111480513371565474021114805133715654740211148051337156547402111480513371565474021114805133715654740211148051337156547402111480513371565474021114805133715654740211148051337156547402111480513371565474021114805133715654740211148051337156547402111480513371565474021114805" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8adde1a2-c898-47b8-9a64-456df1beaa13, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 831c2249-421d-4887-af5b-5701649b1c0a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 831c2249-421d-4887-af5b-5701649b1c0a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3677924641741601134 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36779246417416011343677924641741601134367792464174160113436779246417416011343677924641741601134367792464174160113436779246417416011343677924641741601134367792464174160113436779246417416011343677924641741601134367792464174160113436779246417416011343677924641741601134367792464174160113436779246417416011343677924641741601134367792464174160113436779246417416011343677924641741601134" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 38a67742-a958-430b-9d11-fca87fe6ef38, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ef58675d-4723-456a-872b-da4fa7870fbb, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ef58675d-4723-456a-872b-da4fa7870fbb, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1914680200305519389 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19146802003055193891914680200305519389191468020030551938919146802003055193891914680200305519389191468020030551938919146802003055193891914680200305519389191468020030551938919146802003055193891914680200305519389191468020030551938919146802003055193891914680200305519389191468020030551938919146802003055193891914680200305519389191468020030551938919146802003055193891914680200305519389" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 831c2249-421d-4887-af5b-5701649b1c0a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e99421f5-5a23-4d60-9926-1c8224faf33d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e99421f5-5a23-4d60-9926-1c8224faf33d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14750759636684644074 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1475075963668464407414750759636684644074147507596366846440741475075963668464407414750759636684644074147507596366846440741475075963668464407414750759636684644074147507596366846440741475075963668464407414750759636684644074147507596366846440741475075963668464407414750759636684644074147507596366846440741475075963668464407414750759636684644074147507596366846440741475075963668464407414750759636684644074" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ef58675d-4723-456a-872b-da4fa7870fbb, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 18594484-d14b-41b8-8a92-240c14fa6f37, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 18594484-d14b-41b8-8a92-240c14fa6f37, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5560478793852819443 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55604787938528194435560478793852819443556047879385281944355604787938528194435560478793852819443556047879385281944355604787938528194435560478793852819443556047879385281944355604787938528194435560478793852819443556047879385281944355604787938528194435560478793852819443556047879385281944355604787938528194435560478793852819443556047879385281944355604787938528194435560478793852819443" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e99421f5-5a23-4d60-9926-1c8224faf33d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e594005b-99ab-4a6d-8066-8cc692e77f34, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e594005b-99ab-4a6d-8066-8cc692e77f34, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16685433725199460554 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1668543372519946055416685433725199460554166854337251994605541668543372519946055416685433725199460554166854337251994605541668543372519946055416685433725199460554166854337251994605541668543372519946055416685433725199460554166854337251994605541668543372519946055416685433725199460554166854337251994605541668543372519946055416685433725199460554166854337251994605541668543372519946055416685433725199460554" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 18594484-d14b-41b8-8a92-240c14fa6f37, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9d88c092-8f01-4589-ba4b-5e020dbfe80e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9d88c092-8f01-4589-ba4b-5e020dbfe80e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18239666832325999302 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1823966683232599930218239666832325999302182396668323259993021823966683232599930218239666832325999302182396668323259993021823966683232599930218239666832325999302182396668323259993021823966683232599930218239666832325999302182396668323259993021823966683232599930218239666832325999302182396668323259993021823966683232599930218239666832325999302182396668323259993021823966683232599930218239666832325999302" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e594005b-99ab-4a6d-8066-8cc692e77f34, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 32a93376-6019-42e0-aa99-8616bbc04379, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 32a93376-6019-42e0-aa99-8616bbc04379, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5774905755059016508 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57749057550590165085774905755059016508577490575505901650857749057550590165085774905755059016508577490575505901650857749057550590165085774905755059016508577490575505901650857749057550590165085774905755059016508577490575505901650857749057550590165085774905755059016508577490575505901650857749057550590165085774905755059016508577490575505901650857749057550590165085774905755059016508" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9d88c092-8f01-4589-ba4b-5e020dbfe80e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d68181a0-8bc7-46c2-8cfd-df7c3be88dfd, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d68181a0-8bc7-46c2-8cfd-df7c3be88dfd, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9653077793679503718 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96530777936795037189653077793679503718965307779367950371896530777936795037189653077793679503718965307779367950371896530777936795037189653077793679503718965307779367950371896530777936795037189653077793679503718965307779367950371896530777936795037189653077793679503718965307779367950371896530777936795037189653077793679503718965307779367950371896530777936795037189653077793679503718" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 32a93376-6019-42e0-aa99-8616bbc04379, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0d5039f4-9aa7-4a0f-b39a-b7f54a234c0a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0d5039f4-9aa7-4a0f-b39a-b7f54a234c0a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10817000109202245793 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1081700010920224579310817000109202245793108170001092022457931081700010920224579310817000109202245793108170001092022457931081700010920224579310817000109202245793108170001092022457931081700010920224579310817000109202245793108170001092022457931081700010920224579310817000109202245793108170001092022457931081700010920224579310817000109202245793108170001092022457931081700010920224579310817000109202245793" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d68181a0-8bc7-46c2-8cfd-df7c3be88dfd, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8a315a3d-61ab-4437-b0f4-9950d94087c9, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8a315a3d-61ab-4437-b0f4-9950d94087c9, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4608318157036092205 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46083181570360922054608318157036092205460831815703609220546083181570360922054608318157036092205460831815703609220546083181570360922054608318157036092205460831815703609220546083181570360922054608318157036092205460831815703609220546083181570360922054608318157036092205460831815703609220546083181570360922054608318157036092205460831815703609220546083181570360922054608318157036092205" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0d5039f4-9aa7-4a0f-b39a-b7f54a234c0a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5f4cf383-a61e-44ff-a577-d491c8ab6970, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5f4cf383-a61e-44ff-a577-d491c8ab6970, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7752086972177870027 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77520869721778700277752086972177870027775208697217787002777520869721778700277752086972177870027775208697217787002777520869721778700277752086972177870027775208697217787002777520869721778700277752086972177870027775208697217787002777520869721778700277752086972177870027775208697217787002777520869721778700277752086972177870027775208697217787002777520869721778700277752086972177870027" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8a315a3d-61ab-4437-b0f4-9950d94087c9, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 574ebb30-5f09-43ae-8975-1cb0f1865339, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 574ebb30-5f09-43ae-8975-1cb0f1865339, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3646393538096316907 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36463935380963169073646393538096316907364639353809631690736463935380963169073646393538096316907364639353809631690736463935380963169073646393538096316907364639353809631690736463935380963169073646393538096316907364639353809631690736463935380963169073646393538096316907364639353809631690736463935380963169073646393538096316907364639353809631690736463935380963169073646393538096316907" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5f4cf383-a61e-44ff-a577-d491c8ab6970, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 265330a9-1a31-4bc4-b6c0-f39de5cae097, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 265330a9-1a31-4bc4-b6c0-f39de5cae097, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17923042951347568793 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1792304295134756879317923042951347568793179230429513475687931792304295134756879317923042951347568793179230429513475687931792304295134756879317923042951347568793179230429513475687931792304295134756879317923042951347568793179230429513475687931792304295134756879317923042951347568793179230429513475687931792304295134756879317923042951347568793179230429513475687931792304295134756879317923042951347568793" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 574ebb30-5f09-43ae-8975-1cb0f1865339, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7054e4e7-16ab-4e38-9b03-e6f717457e4e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7054e4e7-16ab-4e38-9b03-e6f717457e4e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16459084725159146472 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1645908472515914647216459084725159146472164590847251591464721645908472515914647216459084725159146472164590847251591464721645908472515914647216459084725159146472164590847251591464721645908472515914647216459084725159146472164590847251591464721645908472515914647216459084725159146472164590847251591464721645908472515914647216459084725159146472164590847251591464721645908472515914647216459084725159146472" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 265330a9-1a31-4bc4-b6c0-f39de5cae097, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5108af20-f08f-4947-b507-fc0e52745c70, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5108af20-f08f-4947-b507-fc0e52745c70, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7807076529647710480 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78070765296477104807807076529647710480780707652964771048078070765296477104807807076529647710480780707652964771048078070765296477104807807076529647710480780707652964771048078070765296477104807807076529647710480780707652964771048078070765296477104807807076529647710480780707652964771048078070765296477104807807076529647710480780707652964771048078070765296477104807807076529647710480" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7054e4e7-16ab-4e38-9b03-e6f717457e4e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5108af20-f08f-4947-b507-fc0e52745c70, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cdd56c05-0505-4776-8873-4c1a3f9e595c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b0468095-0c13-4ac2-893a-94344c4daece, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b0468095-0c13-4ac2-893a-94344c4daece, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12914864673783545264 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1291486467378354526412914864673783545264129148646737835452641291486467378354526412914864673783545264129148646737835452641291486467378354526412914864673783545264129148646737835452641291486467378354526412914864673783545264129148646737835452641291486467378354526412914864673783545264129148646737835452641291486467378354526412914864673783545264129148646737835452641291486467378354526412914864673783545264" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cdd56c05-0505-4776-8873-4c1a3f9e595c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16239685962706278450 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1623968596270627845016239685962706278450162396859627062784501623968596270627845016239685962706278450162396859627062784501623968596270627845016239685962706278450162396859627062784501623968596270627845016239685962706278450162396859627062784501623968596270627845016239685962706278450162396859627062784501623968596270627845016239685962706278450162396859627062784501623968596270627845016239685962706278450" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b0468095-0c13-4ac2-893a-94344c4daece, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 755575b2-f86f-4101-ab1d-4159af91c22c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 755575b2-f86f-4101-ab1d-4159af91c22c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13875492877037525013 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1387549287703752501313875492877037525013138754928770375250131387549287703752501313875492877037525013138754928770375250131387549287703752501313875492877037525013138754928770375250131387549287703752501313875492877037525013138754928770375250131387549287703752501313875492877037525013138754928770375250131387549287703752501313875492877037525013138754928770375250131387549287703752501313875492877037525013" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cdd56c05-0505-4776-8873-4c1a3f9e595c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, eb4f12ba-40e9-40d0-b32e-7b78c7292c21, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eb4f12ba-40e9-40d0-b32e-7b78c7292c21, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18156313736036767370 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1815631373603676737018156313736036767370181563137360367673701815631373603676737018156313736036767370181563137360367673701815631373603676737018156313736036767370181563137360367673701815631373603676737018156313736036767370181563137360367673701815631373603676737018156313736036767370181563137360367673701815631373603676737018156313736036767370181563137360367673701815631373603676737018156313736036767370" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 755575b2-f86f-4101-ab1d-4159af91c22c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7f6a7dff-3150-4c81-8ae7-b091731c01cd, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7f6a7dff-3150-4c81-8ae7-b091731c01cd, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3654571683735104176 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36545716837351041763654571683735104176365457168373510417636545716837351041763654571683735104176365457168373510417636545716837351041763654571683735104176365457168373510417636545716837351041763654571683735104176365457168373510417636545716837351041763654571683735104176365457168373510417636545716837351041763654571683735104176365457168373510417636545716837351041763654571683735104176" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eb4f12ba-40e9-40d0-b32e-7b78c7292c21, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 199ce159-7b07-4361-a217-df0bebfdd163, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7f6a7dff-3150-4c81-8ae7-b091731c01cd, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 199ce159-7b07-4361-a217-df0bebfdd163, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2184730111859747829 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21847301118597478292184730111859747829218473011185974782921847301118597478292184730111859747829218473011185974782921847301118597478292184730111859747829218473011185974782921847301118597478292184730111859747829218473011185974782921847301118597478292184730111859747829218473011185974782921847301118597478292184730111859747829218473011185974782921847301118597478292184730111859747829" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8ae4eb82-2fd5-4d79-a338-468e307c0923, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8ae4eb82-2fd5-4d79-a338-468e307c0923, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8361875937949108511 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83618759379491085118361875937949108511836187593794910851183618759379491085118361875937949108511836187593794910851183618759379491085118361875937949108511836187593794910851183618759379491085118361875937949108511836187593794910851183618759379491085118361875937949108511836187593794910851183618759379491085118361875937949108511836187593794910851183618759379491085118361875937949108511" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 199ce159-7b07-4361-a217-df0bebfdd163, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c0074e46-15f0-4e72-833f-3f5aa52cbbdd, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c0074e46-15f0-4e72-833f-3f5aa52cbbdd, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2127786681315521644 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21277866813155216442127786681315521644212778668131552164421277866813155216442127786681315521644212778668131552164421277866813155216442127786681315521644212778668131552164421277866813155216442127786681315521644212778668131552164421277866813155216442127786681315521644212778668131552164421277866813155216442127786681315521644212778668131552164421277866813155216442127786681315521644" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8ae4eb82-2fd5-4d79-a338-468e307c0923, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c821c0d4-76aa-428c-8506-c1101c7174a3, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c821c0d4-76aa-428c-8506-c1101c7174a3, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8027836798976816919 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80278367989768169198027836798976816919802783679897681691980278367989768169198027836798976816919802783679897681691980278367989768169198027836798976816919802783679897681691980278367989768169198027836798976816919802783679897681691980278367989768169198027836798976816919802783679897681691980278367989768169198027836798976816919802783679897681691980278367989768169198027836798976816919" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c0074e46-15f0-4e72-833f-3f5aa52cbbdd, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e31ab3d1-c4bf-4dbc-bc38-db6c66f0bada, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e31ab3d1-c4bf-4dbc-bc38-db6c66f0bada, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14508215731920109495 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1450821573192010949514508215731920109495145082157319201094951450821573192010949514508215731920109495145082157319201094951450821573192010949514508215731920109495145082157319201094951450821573192010949514508215731920109495145082157319201094951450821573192010949514508215731920109495145082157319201094951450821573192010949514508215731920109495145082157319201094951450821573192010949514508215731920109495" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c821c0d4-76aa-428c-8506-c1101c7174a3, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6d931122-98ec-41b8-aa88-d7645c664fe4, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6d931122-98ec-41b8-aa88-d7645c664fe4, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13222893190057878928 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1322289319005787892813222893190057878928132228931900578789281322289319005787892813222893190057878928132228931900578789281322289319005787892813222893190057878928132228931900578789281322289319005787892813222893190057878928132228931900578789281322289319005787892813222893190057878928132228931900578789281322289319005787892813222893190057878928132228931900578789281322289319005787892813222893190057878928" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e31ab3d1-c4bf-4dbc-bc38-db6c66f0bada, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 17c9defc-bd72-49c3-bf88-e12f9ea76b4f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 17c9defc-bd72-49c3-bf88-e12f9ea76b4f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9788604644400538088 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97886046444005380889788604644400538088978860464440053808897886046444005380889788604644400538088978860464440053808897886046444005380889788604644400538088978860464440053808897886046444005380889788604644400538088978860464440053808897886046444005380889788604644400538088978860464440053808897886046444005380889788604644400538088978860464440053808897886046444005380889788604644400538088" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6d931122-98ec-41b8-aa88-d7645c664fe4, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fc790497-54c0-4401-af7c-27e9fbfd7af3, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fc790497-54c0-4401-af7c-27e9fbfd7af3, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2549088966020772419 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25490889660207724192549088966020772419254908896602077241925490889660207724192549088966020772419254908896602077241925490889660207724192549088966020772419254908896602077241925490889660207724192549088966020772419254908896602077241925490889660207724192549088966020772419254908896602077241925490889660207724192549088966020772419254908896602077241925490889660207724192549088966020772419" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 17c9defc-bd72-49c3-bf88-e12f9ea76b4f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 748e71e3-b0be-4aa2-949b-adadc6f5a244, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 748e71e3-b0be-4aa2-949b-adadc6f5a244, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12124433196153715800 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1212443319615371580012124433196153715800121244331961537158001212443319615371580012124433196153715800121244331961537158001212443319615371580012124433196153715800121244331961537158001212443319615371580012124433196153715800121244331961537158001212443319615371580012124433196153715800121244331961537158001212443319615371580012124433196153715800121244331961537158001212443319615371580012124433196153715800" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fc790497-54c0-4401-af7c-27e9fbfd7af3, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c3762ba7-8f5f-4673-bc32-d6cedd1470fd, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c3762ba7-8f5f-4673-bc32-d6cedd1470fd, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5025503015334440537 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50255030153344405375025503015334440537502550301533444053750255030153344405375025503015334440537502550301533444053750255030153344405375025503015334440537502550301533444053750255030153344405375025503015334440537502550301533444053750255030153344405375025503015334440537502550301533444053750255030153344405375025503015334440537502550301533444053750255030153344405375025503015334440537" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 748e71e3-b0be-4aa2-949b-adadc6f5a244, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5f50dfd3-7131-42fe-8557-7d3d98d5c676, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5f50dfd3-7131-42fe-8557-7d3d98d5c676, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6899827342122694199 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68998273421226941996899827342122694199689982734212269419968998273421226941996899827342122694199689982734212269419968998273421226941996899827342122694199689982734212269419968998273421226941996899827342122694199689982734212269419968998273421226941996899827342122694199689982734212269419968998273421226941996899827342122694199689982734212269419968998273421226941996899827342122694199" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c3762ba7-8f5f-4673-bc32-d6cedd1470fd, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 929e3d6d-0dab-46a1-a754-7550ae5262b2, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 929e3d6d-0dab-46a1-a754-7550ae5262b2, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9688913306003659470 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96889133060036594709688913306003659470968891330600365947096889133060036594709688913306003659470968891330600365947096889133060036594709688913306003659470968891330600365947096889133060036594709688913306003659470968891330600365947096889133060036594709688913306003659470968891330600365947096889133060036594709688913306003659470968891330600365947096889133060036594709688913306003659470" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5f50dfd3-7131-42fe-8557-7d3d98d5c676, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4c3b20f7-cefa-47c0-a808-ee799bddad08, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4c3b20f7-cefa-47c0-a808-ee799bddad08, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7933098731183928868 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79330987311839288687933098731183928868793309873118392886879330987311839288687933098731183928868793309873118392886879330987311839288687933098731183928868793309873118392886879330987311839288687933098731183928868793309873118392886879330987311839288687933098731183928868793309873118392886879330987311839288687933098731183928868793309873118392886879330987311839288687933098731183928868" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 929e3d6d-0dab-46a1-a754-7550ae5262b2, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2b27ecf4-f521-40a6-8924-7d8ed2489204, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2b27ecf4-f521-40a6-8924-7d8ed2489204, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 749313818244165611 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "749313818244165611749313818244165611749313818244165611749313818244165611749313818244165611749313818244165611749313818244165611749313818244165611749313818244165611749313818244165611749313818244165611749313818244165611749313818244165611749313818244165611749313818244165611749313818244165611749313818244165611749313818244165611749313818244165611749313818244165611" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4c3b20f7-cefa-47c0-a808-ee799bddad08, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 25400a94-8b18-49cb-8e08-86e78ee775dd, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 25400a94-8b18-49cb-8e08-86e78ee775dd, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5223613482817440340 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52236134828174403405223613482817440340522361348281744034052236134828174403405223613482817440340522361348281744034052236134828174403405223613482817440340522361348281744034052236134828174403405223613482817440340522361348281744034052236134828174403405223613482817440340522361348281744034052236134828174403405223613482817440340522361348281744034052236134828174403405223613482817440340" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2b27ecf4-f521-40a6-8924-7d8ed2489204, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 27985531-85cc-4526-ae71-6f31e56e2331, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 27985531-85cc-4526-ae71-6f31e56e2331, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13118850086311930991 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1311885008631193099113118850086311930991131188500863119309911311885008631193099113118850086311930991131188500863119309911311885008631193099113118850086311930991131188500863119309911311885008631193099113118850086311930991131188500863119309911311885008631193099113118850086311930991131188500863119309911311885008631193099113118850086311930991131188500863119309911311885008631193099113118850086311930991" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 25400a94-8b18-49cb-8e08-86e78ee775dd, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1644946d-428a-462a-93a9-a98b9d4d2d18, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1644946d-428a-462a-93a9-a98b9d4d2d18, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3640813137063671 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36408131370636713640813137063671364081313706367136408131370636713640813137063671364081313706367136408131370636713640813137063671364081313706367136408131370636713640813137063671364081313706367136408131370636713640813137063671364081313706367136408131370636713640813137063671364081313706367136408131370636713640813137063671" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 27985531-85cc-4526-ae71-6f31e56e2331, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fa55aa8f-a087-4409-893e-e086fd4e409a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fa55aa8f-a087-4409-893e-e086fd4e409a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16488247912016690048 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1648824791201669004816488247912016690048164882479120166900481648824791201669004816488247912016690048164882479120166900481648824791201669004816488247912016690048164882479120166900481648824791201669004816488247912016690048164882479120166900481648824791201669004816488247912016690048164882479120166900481648824791201669004816488247912016690048164882479120166900481648824791201669004816488247912016690048" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1644946d-428a-462a-93a9-a98b9d4d2d18, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 59fd0610-e81d-4a6f-85c2-e7f891da2649, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 59fd0610-e81d-4a6f-85c2-e7f891da2649, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9930327112859725337 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99303271128597253379930327112859725337993032711285972533799303271128597253379930327112859725337993032711285972533799303271128597253379930327112859725337993032711285972533799303271128597253379930327112859725337993032711285972533799303271128597253379930327112859725337993032711285972533799303271128597253379930327112859725337993032711285972533799303271128597253379930327112859725337" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fa55aa8f-a087-4409-893e-e086fd4e409a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 74eaa325-0ede-4ead-952d-1bfbdf34f1a6, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 74eaa325-0ede-4ead-952d-1bfbdf34f1a6, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1688582052403402339 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16885820524034023391688582052403402339168858205240340233916885820524034023391688582052403402339168858205240340233916885820524034023391688582052403402339168858205240340233916885820524034023391688582052403402339168858205240340233916885820524034023391688582052403402339168858205240340233916885820524034023391688582052403402339168858205240340233916885820524034023391688582052403402339" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 59fd0610-e81d-4a6f-85c2-e7f891da2649, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6759e0c4-92ef-4895-9b74-e005cfeb4b1a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6759e0c4-92ef-4895-9b74-e005cfeb4b1a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16332929264650803190 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1633292926465080319016332929264650803190163329292646508031901633292926465080319016332929264650803190163329292646508031901633292926465080319016332929264650803190163329292646508031901633292926465080319016332929264650803190163329292646508031901633292926465080319016332929264650803190163329292646508031901633292926465080319016332929264650803190163329292646508031901633292926465080319016332929264650803190" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 74eaa325-0ede-4ead-952d-1bfbdf34f1a6, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b7fe7f4f-4065-47f4-a613-d91666810082, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b7fe7f4f-4065-47f4-a613-d91666810082, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14539640918916530668 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1453964091891653066814539640918916530668145396409189165306681453964091891653066814539640918916530668145396409189165306681453964091891653066814539640918916530668145396409189165306681453964091891653066814539640918916530668145396409189165306681453964091891653066814539640918916530668145396409189165306681453964091891653066814539640918916530668145396409189165306681453964091891653066814539640918916530668" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6759e0c4-92ef-4895-9b74-e005cfeb4b1a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6ec4d90c-676f-4ba2-a0bb-b8b729f3f2cb, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6ec4d90c-676f-4ba2-a0bb-b8b729f3f2cb, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16928040212585384229 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1692804021258538422916928040212585384229169280402125853842291692804021258538422916928040212585384229169280402125853842291692804021258538422916928040212585384229169280402125853842291692804021258538422916928040212585384229169280402125853842291692804021258538422916928040212585384229169280402125853842291692804021258538422916928040212585384229169280402125853842291692804021258538422916928040212585384229" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b7fe7f4f-4065-47f4-a613-d91666810082, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bfb6ab9d-a9ca-4969-928f-37d96a1c9d7f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bfb6ab9d-a9ca-4969-928f-37d96a1c9d7f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 249380664168435667 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "249380664168435667249380664168435667249380664168435667249380664168435667249380664168435667249380664168435667249380664168435667249380664168435667249380664168435667249380664168435667249380664168435667249380664168435667249380664168435667249380664168435667249380664168435667249380664168435667249380664168435667249380664168435667249380664168435667249380664168435667" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6ec4d90c-676f-4ba2-a0bb-b8b729f3f2cb, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 55cdb77a-a780-4b09-925c-7c2f3addfeb1, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 55cdb77a-a780-4b09-925c-7c2f3addfeb1, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8029315727854024004 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80293157278540240048029315727854024004802931572785402400480293157278540240048029315727854024004802931572785402400480293157278540240048029315727854024004802931572785402400480293157278540240048029315727854024004802931572785402400480293157278540240048029315727854024004802931572785402400480293157278540240048029315727854024004802931572785402400480293157278540240048029315727854024004" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bfb6ab9d-a9ca-4969-928f-37d96a1c9d7f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cff7dae5-31e2-454b-a647-fa7b77634bd0, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cff7dae5-31e2-454b-a647-fa7b77634bd0, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 806778138026337480 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "806778138026337480806778138026337480806778138026337480806778138026337480806778138026337480806778138026337480806778138026337480806778138026337480806778138026337480806778138026337480806778138026337480806778138026337480806778138026337480806778138026337480806778138026337480806778138026337480806778138026337480806778138026337480806778138026337480806778138026337480" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 55cdb77a-a780-4b09-925c-7c2f3addfeb1, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 26f136c3-cf27-47e3-ba3d-9c9b8960f83b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 26f136c3-cf27-47e3-ba3d-9c9b8960f83b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16171530801954357820 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1617153080195435782016171530801954357820161715308019543578201617153080195435782016171530801954357820161715308019543578201617153080195435782016171530801954357820161715308019543578201617153080195435782016171530801954357820161715308019543578201617153080195435782016171530801954357820161715308019543578201617153080195435782016171530801954357820161715308019543578201617153080195435782016171530801954357820" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cff7dae5-31e2-454b-a647-fa7b77634bd0, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 19c152bf-8258-4c89-883b-4cf134cede37, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 19c152bf-8258-4c89-883b-4cf134cede37, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6480601044312539390 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64806010443125393906480601044312539390648060104431253939064806010443125393906480601044312539390648060104431253939064806010443125393906480601044312539390648060104431253939064806010443125393906480601044312539390648060104431253939064806010443125393906480601044312539390648060104431253939064806010443125393906480601044312539390648060104431253939064806010443125393906480601044312539390" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 26f136c3-cf27-47e3-ba3d-9c9b8960f83b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 833ddc9e-2e34-41dd-83c5-7acef141c3b9, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 19c152bf-8258-4c89-883b-4cf134cede37, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 833ddc9e-2e34-41dd-83c5-7acef141c3b9, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9182267961776764024 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91822679617767640249182267961776764024918226796177676402491822679617767640249182267961776764024918226796177676402491822679617767640249182267961776764024918226796177676402491822679617767640249182267961776764024918226796177676402491822679617767640249182267961776764024918226796177676402491822679617767640249182267961776764024918226796177676402491822679617767640249182267961776764024" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 691f3d72-6384-4ec5-8f4a-d3c010af953b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 691f3d72-6384-4ec5-8f4a-d3c010af953b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9455052013403822571 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94550520134038225719455052013403822571945505201340382257194550520134038225719455052013403822571945505201340382257194550520134038225719455052013403822571945505201340382257194550520134038225719455052013403822571945505201340382257194550520134038225719455052013403822571945505201340382257194550520134038225719455052013403822571945505201340382257194550520134038225719455052013403822571" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 833ddc9e-2e34-41dd-83c5-7acef141c3b9, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 99baa384-c74a-4a30-9fc4-0b6f645d25b1, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 99baa384-c74a-4a30-9fc4-0b6f645d25b1, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11489792985138710070 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1148979298513871007011489792985138710070114897929851387100701148979298513871007011489792985138710070114897929851387100701148979298513871007011489792985138710070114897929851387100701148979298513871007011489792985138710070114897929851387100701148979298513871007011489792985138710070114897929851387100701148979298513871007011489792985138710070114897929851387100701148979298513871007011489792985138710070" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 691f3d72-6384-4ec5-8f4a-d3c010af953b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e0118f39-0819-407e-ae6f-51116a88dd60, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e0118f39-0819-407e-ae6f-51116a88dd60, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11799373964264278229 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1179937396426427822911799373964264278229117993739642642782291179937396426427822911799373964264278229117993739642642782291179937396426427822911799373964264278229117993739642642782291179937396426427822911799373964264278229117993739642642782291179937396426427822911799373964264278229117993739642642782291179937396426427822911799373964264278229117993739642642782291179937396426427822911799373964264278229" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 99baa384-c74a-4a30-9fc4-0b6f645d25b1, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e0522d95-488b-4c8e-a7c0-84310a2c5b52, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e0522d95-488b-4c8e-a7c0-84310a2c5b52, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2182617359653428347 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21826173596534283472182617359653428347218261735965342834721826173596534283472182617359653428347218261735965342834721826173596534283472182617359653428347218261735965342834721826173596534283472182617359653428347218261735965342834721826173596534283472182617359653428347218261735965342834721826173596534283472182617359653428347218261735965342834721826173596534283472182617359653428347" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e0118f39-0819-407e-ae6f-51116a88dd60, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d903e075-6b49-4bff-bf13-991778b060c1, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d903e075-6b49-4bff-bf13-991778b060c1, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6007581730307608809 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60075817303076088096007581730307608809600758173030760880960075817303076088096007581730307608809600758173030760880960075817303076088096007581730307608809600758173030760880960075817303076088096007581730307608809600758173030760880960075817303076088096007581730307608809600758173030760880960075817303076088096007581730307608809600758173030760880960075817303076088096007581730307608809" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e0522d95-488b-4c8e-a7c0-84310a2c5b52, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 65a16b68-9eac-4908-bba7-be03ab1167e0, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 65a16b68-9eac-4908-bba7-be03ab1167e0, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7857323233597108469 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78573232335971084697857323233597108469785732323359710846978573232335971084697857323233597108469785732323359710846978573232335971084697857323233597108469785732323359710846978573232335971084697857323233597108469785732323359710846978573232335971084697857323233597108469785732323359710846978573232335971084697857323233597108469785732323359710846978573232335971084697857323233597108469" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d903e075-6b49-4bff-bf13-991778b060c1, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 50bab9e7-9034-4a88-843a-2b37d4afda30, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 50bab9e7-9034-4a88-843a-2b37d4afda30, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8591767419058601931 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85917674190586019318591767419058601931859176741905860193185917674190586019318591767419058601931859176741905860193185917674190586019318591767419058601931859176741905860193185917674190586019318591767419058601931859176741905860193185917674190586019318591767419058601931859176741905860193185917674190586019318591767419058601931859176741905860193185917674190586019318591767419058601931" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 65a16b68-9eac-4908-bba7-be03ab1167e0, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 06645f39-df6c-4ee7-87f6-6774bc25ee3b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 06645f39-df6c-4ee7-87f6-6774bc25ee3b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3273455363520455243 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32734553635204552433273455363520455243327345536352045524332734553635204552433273455363520455243327345536352045524332734553635204552433273455363520455243327345536352045524332734553635204552433273455363520455243327345536352045524332734553635204552433273455363520455243327345536352045524332734553635204552433273455363520455243327345536352045524332734553635204552433273455363520455243" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 50bab9e7-9034-4a88-843a-2b37d4afda30, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c69329af-7e03-4aa8-8ba2-90226e6d170a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c69329af-7e03-4aa8-8ba2-90226e6d170a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11865970355392307833 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1186597035539230783311865970355392307833118659703553923078331186597035539230783311865970355392307833118659703553923078331186597035539230783311865970355392307833118659703553923078331186597035539230783311865970355392307833118659703553923078331186597035539230783311865970355392307833118659703553923078331186597035539230783311865970355392307833118659703553923078331186597035539230783311865970355392307833" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 06645f39-df6c-4ee7-87f6-6774bc25ee3b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 549826ec-3c99-4761-91a6-5104958db927, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 549826ec-3c99-4761-91a6-5104958db927, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1771780297926982623 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17717802979269826231771780297926982623177178029792698262317717802979269826231771780297926982623177178029792698262317717802979269826231771780297926982623177178029792698262317717802979269826231771780297926982623177178029792698262317717802979269826231771780297926982623177178029792698262317717802979269826231771780297926982623177178029792698262317717802979269826231771780297926982623" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c69329af-7e03-4aa8-8ba2-90226e6d170a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f94bddaf-5ee7-4654-b2a0-76bd318c19db, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f94bddaf-5ee7-4654-b2a0-76bd318c19db, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4687674728974919412 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46876747289749194124687674728974919412468767472897491941246876747289749194124687674728974919412468767472897491941246876747289749194124687674728974919412468767472897491941246876747289749194124687674728974919412468767472897491941246876747289749194124687674728974919412468767472897491941246876747289749194124687674728974919412468767472897491941246876747289749194124687674728974919412" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 549826ec-3c99-4761-91a6-5104958db927, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9ace9eed-5182-45f0-8c4a-c0f83ee4cdd3, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9ace9eed-5182-45f0-8c4a-c0f83ee4cdd3, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13554286970844945076 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1355428697084494507613554286970844945076135542869708449450761355428697084494507613554286970844945076135542869708449450761355428697084494507613554286970844945076135542869708449450761355428697084494507613554286970844945076135542869708449450761355428697084494507613554286970844945076135542869708449450761355428697084494507613554286970844945076135542869708449450761355428697084494507613554286970844945076" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9ace9eed-5182-45f0-8c4a-c0f83ee4cdd3, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8d2dfbd9-ff39-42cb-865e-d0d0546c12ef, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8d2dfbd9-ff39-42cb-865e-d0d0546c12ef, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 900371590659833932 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "900371590659833932900371590659833932900371590659833932900371590659833932900371590659833932900371590659833932900371590659833932900371590659833932900371590659833932900371590659833932900371590659833932900371590659833932900371590659833932900371590659833932900371590659833932900371590659833932900371590659833932900371590659833932900371590659833932900371590659833932" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f94bddaf-5ee7-4654-b2a0-76bd318c19db, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2197bc88-f40d-4f01-af74-c8569b66bc74, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2197bc88-f40d-4f01-af74-c8569b66bc74, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11630360453085747937 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1163036045308574793711630360453085747937116303604530857479371163036045308574793711630360453085747937116303604530857479371163036045308574793711630360453085747937116303604530857479371163036045308574793711630360453085747937116303604530857479371163036045308574793711630360453085747937116303604530857479371163036045308574793711630360453085747937116303604530857479371163036045308574793711630360453085747937" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8d2dfbd9-ff39-42cb-865e-d0d0546c12ef, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bdc85c8c-6f7e-4da4-8990-5ed7721414ba, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bdc85c8c-6f7e-4da4-8990-5ed7721414ba, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7595342953916789736 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75953429539167897367595342953916789736759534295391678973675953429539167897367595342953916789736759534295391678973675953429539167897367595342953916789736759534295391678973675953429539167897367595342953916789736759534295391678973675953429539167897367595342953916789736759534295391678973675953429539167897367595342953916789736759534295391678973675953429539167897367595342953916789736" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2197bc88-f40d-4f01-af74-c8569b66bc74, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cc8f6861-53f4-41c4-b602-1b639742a5fb, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cc8f6861-53f4-41c4-b602-1b639742a5fb, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7577427863667818591 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75774278636678185917577427863667818591757742786366781859175774278636678185917577427863667818591757742786366781859175774278636678185917577427863667818591757742786366781859175774278636678185917577427863667818591757742786366781859175774278636678185917577427863667818591757742786366781859175774278636678185917577427863667818591757742786366781859175774278636678185917577427863667818591" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bdc85c8c-6f7e-4da4-8990-5ed7721414ba, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8eb612ac-d127-4209-a9b1-2917c6a35ce7, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8eb612ac-d127-4209-a9b1-2917c6a35ce7, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15070002225279346548 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1507000222527934654815070002225279346548150700022252793465481507000222527934654815070002225279346548150700022252793465481507000222527934654815070002225279346548150700022252793465481507000222527934654815070002225279346548150700022252793465481507000222527934654815070002225279346548150700022252793465481507000222527934654815070002225279346548150700022252793465481507000222527934654815070002225279346548" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cc8f6861-53f4-41c4-b602-1b639742a5fb, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a3f3a52c-19eb-41c3-a100-f54c7d315095, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a3f3a52c-19eb-41c3-a100-f54c7d315095, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12147950311255847361 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1214795031125584736112147950311255847361121479503112558473611214795031125584736112147950311255847361121479503112558473611214795031125584736112147950311255847361121479503112558473611214795031125584736112147950311255847361121479503112558473611214795031125584736112147950311255847361121479503112558473611214795031125584736112147950311255847361121479503112558473611214795031125584736112147950311255847361" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8eb612ac-d127-4209-a9b1-2917c6a35ce7, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 064cfc71-dde5-4325-91f9-609775768e91, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 064cfc71-dde5-4325-91f9-609775768e91, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16904630224254744256 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1690463022425474425616904630224254744256169046302242547442561690463022425474425616904630224254744256169046302242547442561690463022425474425616904630224254744256169046302242547442561690463022425474425616904630224254744256169046302242547442561690463022425474425616904630224254744256169046302242547442561690463022425474425616904630224254744256169046302242547442561690463022425474425616904630224254744256" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a3f3a52c-19eb-41c3-a100-f54c7d315095, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 92512ebe-7c79-478f-b9d6-b3490258ab1b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 92512ebe-7c79-478f-b9d6-b3490258ab1b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15135305650998752084 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1513530565099875208415135305650998752084151353056509987520841513530565099875208415135305650998752084151353056509987520841513530565099875208415135305650998752084151353056509987520841513530565099875208415135305650998752084151353056509987520841513530565099875208415135305650998752084151353056509987520841513530565099875208415135305650998752084151353056509987520841513530565099875208415135305650998752084" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 064cfc71-dde5-4325-91f9-609775768e91, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d542914e-b006-44bf-b3e3-d9e342136cee, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d542914e-b006-44bf-b3e3-d9e342136cee, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9025090815074348065 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90250908150743480659025090815074348065902509081507434806590250908150743480659025090815074348065902509081507434806590250908150743480659025090815074348065902509081507434806590250908150743480659025090815074348065902509081507434806590250908150743480659025090815074348065902509081507434806590250908150743480659025090815074348065902509081507434806590250908150743480659025090815074348065" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 92512ebe-7c79-478f-b9d6-b3490258ab1b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d542914e-b006-44bf-b3e3-d9e342136cee, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f3c51ad6-de69-4be1-9bdd-58018b4f7ced, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5300b11a-016c-4364-81d4-d5243afb5fde, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5300b11a-016c-4364-81d4-d5243afb5fde, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16404233453351278279 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1640423345335127827916404233453351278279164042334533512782791640423345335127827916404233453351278279164042334533512782791640423345335127827916404233453351278279164042334533512782791640423345335127827916404233453351278279164042334533512782791640423345335127827916404233453351278279164042334533512782791640423345335127827916404233453351278279164042334533512782791640423345335127827916404233453351278279" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f3c51ad6-de69-4be1-9bdd-58018b4f7ced, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12072337390816766855 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1207233739081676685512072337390816766855120723373908167668551207233739081676685512072337390816766855120723373908167668551207233739081676685512072337390816766855120723373908167668551207233739081676685512072337390816766855120723373908167668551207233739081676685512072337390816766855120723373908167668551207233739081676685512072337390816766855120723373908167668551207233739081676685512072337390816766855" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f3c51ad6-de69-4be1-9bdd-58018b4f7ced, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5300b11a-016c-4364-81d4-d5243afb5fde, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 43bcb3b6-94ca-4b59-9566-d0f3b28cc018, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 43bcb3b6-94ca-4b59-9566-d0f3b28cc018, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3551472129364808468 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35514721293648084683551472129364808468355147212936480846835514721293648084683551472129364808468355147212936480846835514721293648084683551472129364808468355147212936480846835514721293648084683551472129364808468355147212936480846835514721293648084683551472129364808468355147212936480846835514721293648084683551472129364808468355147212936480846835514721293648084683551472129364808468" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 39867a19-5bf1-4f98-889a-3aad2f4bd653, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 39867a19-5bf1-4f98-889a-3aad2f4bd653, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9051345134523837615 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90513451345238376159051345134523837615905134513452383761590513451345238376159051345134523837615905134513452383761590513451345238376159051345134523837615905134513452383761590513451345238376159051345134523837615905134513452383761590513451345238376159051345134523837615905134513452383761590513451345238376159051345134523837615905134513452383761590513451345238376159051345134523837615" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 43bcb3b6-94ca-4b59-9566-d0f3b28cc018, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 56332d47-718d-495d-aa26-87c1dd3eee5f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 56332d47-718d-495d-aa26-87c1dd3eee5f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8836691539707306213 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88366915397073062138836691539707306213883669153970730621388366915397073062138836691539707306213883669153970730621388366915397073062138836691539707306213883669153970730621388366915397073062138836691539707306213883669153970730621388366915397073062138836691539707306213883669153970730621388366915397073062138836691539707306213883669153970730621388366915397073062138836691539707306213" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 39867a19-5bf1-4f98-889a-3aad2f4bd653, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 57e10955-0200-43ed-9bb4-5245fea3ed32, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 57e10955-0200-43ed-9bb4-5245fea3ed32, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17700163833883361114 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1770016383388336111417700163833883361114177001638338833611141770016383388336111417700163833883361114177001638338833611141770016383388336111417700163833883361114177001638338833611141770016383388336111417700163833883361114177001638338833611141770016383388336111417700163833883361114177001638338833611141770016383388336111417700163833883361114177001638338833611141770016383388336111417700163833883361114" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 56332d47-718d-495d-aa26-87c1dd3eee5f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b6ad5e4b-eee7-4cd2-bdab-16903777f2db, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b6ad5e4b-eee7-4cd2-bdab-16903777f2db, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 776491716137677002 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "776491716137677002776491716137677002776491716137677002776491716137677002776491716137677002776491716137677002776491716137677002776491716137677002776491716137677002776491716137677002776491716137677002776491716137677002776491716137677002776491716137677002776491716137677002776491716137677002776491716137677002776491716137677002776491716137677002776491716137677002" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 57e10955-0200-43ed-9bb4-5245fea3ed32, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2ae40099-a042-4fda-a05c-d132fb72d6ce, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2ae40099-a042-4fda-a05c-d132fb72d6ce, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5276858244213553526 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52768582442135535265276858244213553526527685824421355352652768582442135535265276858244213553526527685824421355352652768582442135535265276858244213553526527685824421355352652768582442135535265276858244213553526527685824421355352652768582442135535265276858244213553526527685824421355352652768582442135535265276858244213553526527685824421355352652768582442135535265276858244213553526" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b6ad5e4b-eee7-4cd2-bdab-16903777f2db, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5d54c4b5-b150-4795-b45a-a456eb3c3a9a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5d54c4b5-b150-4795-b45a-a456eb3c3a9a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15850244779340067815 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1585024477934006781515850244779340067815158502447793400678151585024477934006781515850244779340067815158502447793400678151585024477934006781515850244779340067815158502447793400678151585024477934006781515850244779340067815158502447793400678151585024477934006781515850244779340067815158502447793400678151585024477934006781515850244779340067815158502447793400678151585024477934006781515850244779340067815" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2ae40099-a042-4fda-a05c-d132fb72d6ce, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c4e76fa5-502a-4f4b-b5b1-54d107d3ed1b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c4e76fa5-502a-4f4b-b5b1-54d107d3ed1b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 323007254666589164 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "323007254666589164323007254666589164323007254666589164323007254666589164323007254666589164323007254666589164323007254666589164323007254666589164323007254666589164323007254666589164323007254666589164323007254666589164323007254666589164323007254666589164323007254666589164323007254666589164323007254666589164323007254666589164323007254666589164323007254666589164" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5d54c4b5-b150-4795-b45a-a456eb3c3a9a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 097f7fee-bd2c-4449-9c9c-b11287268528, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 097f7fee-bd2c-4449-9c9c-b11287268528, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12825147567111661432 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1282514756711166143212825147567111661432128251475671116614321282514756711166143212825147567111661432128251475671116614321282514756711166143212825147567111661432128251475671116614321282514756711166143212825147567111661432128251475671116614321282514756711166143212825147567111661432128251475671116614321282514756711166143212825147567111661432128251475671116614321282514756711166143212825147567111661432" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c4e76fa5-502a-4f4b-b5b1-54d107d3ed1b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c33b611a-23a0-4252-b2a0-37884a841eae, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c33b611a-23a0-4252-b2a0-37884a841eae, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5695106891859850023 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56951068918598500235695106891859850023569510689185985002356951068918598500235695106891859850023569510689185985002356951068918598500235695106891859850023569510689185985002356951068918598500235695106891859850023569510689185985002356951068918598500235695106891859850023569510689185985002356951068918598500235695106891859850023569510689185985002356951068918598500235695106891859850023" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 097f7fee-bd2c-4449-9c9c-b11287268528, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ace8e6f2-fca9-44c2-8562-aaec2e7ad13d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ace8e6f2-fca9-44c2-8562-aaec2e7ad13d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2302608854546226719 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23026088545462267192302608854546226719230260885454622671923026088545462267192302608854546226719230260885454622671923026088545462267192302608854546226719230260885454622671923026088545462267192302608854546226719230260885454622671923026088545462267192302608854546226719230260885454622671923026088545462267192302608854546226719230260885454622671923026088545462267192302608854546226719" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c33b611a-23a0-4252-b2a0-37884a841eae, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bc364986-ada7-44a0-bfea-3d90e30d71f2, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ace8e6f2-fca9-44c2-8562-aaec2e7ad13d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 82d11a41-91c6-4499-a8ec-6d5a9c99ce9e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 82d11a41-91c6-4499-a8ec-6d5a9c99ce9e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16560671318840946897 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1656067131884094689716560671318840946897165606713188409468971656067131884094689716560671318840946897165606713188409468971656067131884094689716560671318840946897165606713188409468971656067131884094689716560671318840946897165606713188409468971656067131884094689716560671318840946897165606713188409468971656067131884094689716560671318840946897165606713188409468971656067131884094689716560671318840946897" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bc364986-ada7-44a0-bfea-3d90e30d71f2, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13044222888412514437 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1304422288841251443713044222888412514437130442228884125144371304422288841251443713044222888412514437130442228884125144371304422288841251443713044222888412514437130442228884125144371304422288841251443713044222888412514437130442228884125144371304422288841251443713044222888412514437130442228884125144371304422288841251443713044222888412514437130442228884125144371304422288841251443713044222888412514437" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 82d11a41-91c6-4499-a8ec-6d5a9c99ce9e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 77dd9ba8-245a-4eb7-87c5-51370b2d4e92, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bc364986-ada7-44a0-bfea-3d90e30d71f2, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 887f48b9-cc18-479f-bab4-58dc5cdd92e3, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 887f48b9-cc18-479f-bab4-58dc5cdd92e3, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17129990174200824253 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1712999017420082425317129990174200824253171299901742008242531712999017420082425317129990174200824253171299901742008242531712999017420082425317129990174200824253171299901742008242531712999017420082425317129990174200824253171299901742008242531712999017420082425317129990174200824253171299901742008242531712999017420082425317129990174200824253171299901742008242531712999017420082425317129990174200824253" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 77dd9ba8-245a-4eb7-87c5-51370b2d4e92, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1344696458858835335 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13446964588588353351344696458858835335134469645885883533513446964588588353351344696458858835335134469645885883533513446964588588353351344696458858835335134469645885883533513446964588588353351344696458858835335134469645885883533513446964588588353351344696458858835335134469645885883533513446964588588353351344696458858835335134469645885883533513446964588588353351344696458858835335" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 887f48b9-cc18-479f-bab4-58dc5cdd92e3, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c878a840-7caa-4a54-bb10-f4779078bd10, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c878a840-7caa-4a54-bb10-f4779078bd10, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12005396493774572908 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1200539649377457290812005396493774572908120053964937745729081200539649377457290812005396493774572908120053964937745729081200539649377457290812005396493774572908120053964937745729081200539649377457290812005396493774572908120053964937745729081200539649377457290812005396493774572908120053964937745729081200539649377457290812005396493774572908120053964937745729081200539649377457290812005396493774572908" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 77dd9ba8-245a-4eb7-87c5-51370b2d4e92, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 78e5ca5e-3b47-4ce9-879d-a39d7ad0d095, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 78e5ca5e-3b47-4ce9-879d-a39d7ad0d095, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17361556114324828749 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1736155611432482874917361556114324828749173615561143248287491736155611432482874917361556114324828749173615561143248287491736155611432482874917361556114324828749173615561143248287491736155611432482874917361556114324828749173615561143248287491736155611432482874917361556114324828749173615561143248287491736155611432482874917361556114324828749173615561143248287491736155611432482874917361556114324828749" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c878a840-7caa-4a54-bb10-f4779078bd10, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5a66077d-fc1b-4a3c-b2bd-915f72c6f535, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5a66077d-fc1b-4a3c-b2bd-915f72c6f535, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8591685762260907480 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85916857622609074808591685762260907480859168576226090748085916857622609074808591685762260907480859168576226090748085916857622609074808591685762260907480859168576226090748085916857622609074808591685762260907480859168576226090748085916857622609074808591685762260907480859168576226090748085916857622609074808591685762260907480859168576226090748085916857622609074808591685762260907480" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 78e5ca5e-3b47-4ce9-879d-a39d7ad0d095, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 908123bc-8219-4ead-8ecb-3fc5657ae77d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 908123bc-8219-4ead-8ecb-3fc5657ae77d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17238604456039078688 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1723860445603907868817238604456039078688172386044560390786881723860445603907868817238604456039078688172386044560390786881723860445603907868817238604456039078688172386044560390786881723860445603907868817238604456039078688172386044560390786881723860445603907868817238604456039078688172386044560390786881723860445603907868817238604456039078688172386044560390786881723860445603907868817238604456039078688" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5a66077d-fc1b-4a3c-b2bd-915f72c6f535, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6dea8acc-8f92-427e-9a39-95db63f72a0f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6dea8acc-8f92-427e-9a39-95db63f72a0f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12326366123164514697 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1232636612316451469712326366123164514697123263661231645146971232636612316451469712326366123164514697123263661231645146971232636612316451469712326366123164514697123263661231645146971232636612316451469712326366123164514697123263661231645146971232636612316451469712326366123164514697123263661231645146971232636612316451469712326366123164514697123263661231645146971232636612316451469712326366123164514697" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 908123bc-8219-4ead-8ecb-3fc5657ae77d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0289d123-f015-474b-98b2-50d63953c5e1, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0289d123-f015-474b-98b2-50d63953c5e1, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16110902152988157030 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1611090215298815703016110902152988157030161109021529881570301611090215298815703016110902152988157030161109021529881570301611090215298815703016110902152988157030161109021529881570301611090215298815703016110902152988157030161109021529881570301611090215298815703016110902152988157030161109021529881570301611090215298815703016110902152988157030161109021529881570301611090215298815703016110902152988157030" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6dea8acc-8f92-427e-9a39-95db63f72a0f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0289d123-f015-474b-98b2-50d63953c5e1, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a76ec072-17e1-44c5-b4f6-7b345b443203, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a76ec072-17e1-44c5-b4f6-7b345b443203, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18024345382520102371 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1802434538252010237118024345382520102371180243453825201023711802434538252010237118024345382520102371180243453825201023711802434538252010237118024345382520102371180243453825201023711802434538252010237118024345382520102371180243453825201023711802434538252010237118024345382520102371180243453825201023711802434538252010237118024345382520102371180243453825201023711802434538252010237118024345382520102371" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4654913c-1294-4d24-9fcf-a1b5de814637, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4654913c-1294-4d24-9fcf-a1b5de814637, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8446725116478974207 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84467251164789742078446725116478974207844672511647897420784467251164789742078446725116478974207844672511647897420784467251164789742078446725116478974207844672511647897420784467251164789742078446725116478974207844672511647897420784467251164789742078446725116478974207844672511647897420784467251164789742078446725116478974207844672511647897420784467251164789742078446725116478974207" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a76ec072-17e1-44c5-b4f6-7b345b443203, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4654913c-1294-4d24-9fcf-a1b5de814637, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 86e0a73c-ea8a-4a6e-85d3-2522ed1c5975, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 86e0a73c-ea8a-4a6e-85d3-2522ed1c5975, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8257563334635582431 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82575633346355824318257563334635582431825756333463558243182575633346355824318257563334635582431825756333463558243182575633346355824318257563334635582431825756333463558243182575633346355824318257563334635582431825756333463558243182575633346355824318257563334635582431825756333463558243182575633346355824318257563334635582431825756333463558243182575633346355824318257563334635582431" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2bef0ab3-fd4f-4675-bcea-1a68ec83d62f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2bef0ab3-fd4f-4675-bcea-1a68ec83d62f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9511591744373272401 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95115917443732724019511591744373272401951159174437327240195115917443732724019511591744373272401951159174437327240195115917443732724019511591744373272401951159174437327240195115917443732724019511591744373272401951159174437327240195115917443732724019511591744373272401951159174437327240195115917443732724019511591744373272401951159174437327240195115917443732724019511591744373272401" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 86e0a73c-ea8a-4a6e-85d3-2522ed1c5975, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6f0220fb-c477-43ea-887b-48f16b88999c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6f0220fb-c477-43ea-887b-48f16b88999c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8438760557664806091 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84387605576648060918438760557664806091843876055766480609184387605576648060918438760557664806091843876055766480609184387605576648060918438760557664806091843876055766480609184387605576648060918438760557664806091843876055766480609184387605576648060918438760557664806091843876055766480609184387605576648060918438760557664806091843876055766480609184387605576648060918438760557664806091" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2bef0ab3-fd4f-4675-bcea-1a68ec83d62f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0dec69b5-79d7-4444-96de-27986a46098b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0dec69b5-79d7-4444-96de-27986a46098b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16894554353502782919 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1689455435350278291916894554353502782919168945543535027829191689455435350278291916894554353502782919168945543535027829191689455435350278291916894554353502782919168945543535027829191689455435350278291916894554353502782919168945543535027829191689455435350278291916894554353502782919168945543535027829191689455435350278291916894554353502782919168945543535027829191689455435350278291916894554353502782919" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6f0220fb-c477-43ea-887b-48f16b88999c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fa23ffcc-fd27-4a0e-b6fb-5a5871e2fb2c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fa23ffcc-fd27-4a0e-b6fb-5a5871e2fb2c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10031252788799577504 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1003125278879957750410031252788799577504100312527887995775041003125278879957750410031252788799577504100312527887995775041003125278879957750410031252788799577504100312527887995775041003125278879957750410031252788799577504100312527887995775041003125278879957750410031252788799577504100312527887995775041003125278879957750410031252788799577504100312527887995775041003125278879957750410031252788799577504" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fa23ffcc-fd27-4a0e-b6fb-5a5871e2fb2c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 454213cf-ef4e-400a-b2b2-cc88c17fd225, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0dec69b5-79d7-4444-96de-27986a46098b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 454213cf-ef4e-400a-b2b2-cc88c17fd225, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5274374738029699086 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52743747380296990865274374738029699086527437473802969908652743747380296990865274374738029699086527437473802969908652743747380296990865274374738029699086527437473802969908652743747380296990865274374738029699086527437473802969908652743747380296990865274374738029699086527437473802969908652743747380296990865274374738029699086527437473802969908652743747380296990865274374738029699086" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3bd6108b-c8c5-40c8-b372-a99c3f02091f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3bd6108b-c8c5-40c8-b372-a99c3f02091f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16766394368447039003 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1676639436844703900316766394368447039003167663943684470390031676639436844703900316766394368447039003167663943684470390031676639436844703900316766394368447039003167663943684470390031676639436844703900316766394368447039003167663943684470390031676639436844703900316766394368447039003167663943684470390031676639436844703900316766394368447039003167663943684470390031676639436844703900316766394368447039003" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 454213cf-ef4e-400a-b2b2-cc88c17fd225, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3bd6108b-c8c5-40c8-b372-a99c3f02091f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8a525aca-4e74-4a82-8a1a-ac23306cd7dc, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 247d9a69-bc0b-45c4-a666-50e24c93f50c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 247d9a69-bc0b-45c4-a666-50e24c93f50c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17471543099327507974 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1747154309932750797417471543099327507974174715430993275079741747154309932750797417471543099327507974174715430993275079741747154309932750797417471543099327507974174715430993275079741747154309932750797417471543099327507974174715430993275079741747154309932750797417471543099327507974174715430993275079741747154309932750797417471543099327507974174715430993275079741747154309932750797417471543099327507974" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8a525aca-4e74-4a82-8a1a-ac23306cd7dc, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11293921081277328461 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1129392108127732846111293921081277328461112939210812773284611129392108127732846111293921081277328461112939210812773284611129392108127732846111293921081277328461112939210812773284611129392108127732846111293921081277328461112939210812773284611129392108127732846111293921081277328461112939210812773284611129392108127732846111293921081277328461112939210812773284611129392108127732846111293921081277328461" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 247d9a69-bc0b-45c4-a666-50e24c93f50c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a3b6777a-f406-4f57-8a5e-f88bf1c09610, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8a525aca-4e74-4a82-8a1a-ac23306cd7dc, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 41824c07-cfbf-4229-99bb-4461d2a09431, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a3b6777a-f406-4f57-8a5e-f88bf1c09610, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7800332383598863833 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78003323835988638337800332383598863833780033238359886383378003323835988638337800332383598863833780033238359886383378003323835988638337800332383598863833780033238359886383378003323835988638337800332383598863833780033238359886383378003323835988638337800332383598863833780033238359886383378003323835988638337800332383598863833780033238359886383378003323835988638337800332383598863833" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 41824c07-cfbf-4229-99bb-4461d2a09431, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14087441410823333801 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1408744141082333380114087441410823333801140874414108233338011408744141082333380114087441410823333801140874414108233338011408744141082333380114087441410823333801140874414108233338011408744141082333380114087441410823333801140874414108233338011408744141082333380114087441410823333801140874414108233338011408744141082333380114087441410823333801140874414108233338011408744141082333380114087441410823333801" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a3b6777a-f406-4f57-8a5e-f88bf1c09610, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e73bb56e-a3e5-4ee6-af6b-fcedab840596, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e73bb56e-a3e5-4ee6-af6b-fcedab840596, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2016864137242033320 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20168641372420333202016864137242033320201686413724203332020168641372420333202016864137242033320201686413724203332020168641372420333202016864137242033320201686413724203332020168641372420333202016864137242033320201686413724203332020168641372420333202016864137242033320201686413724203332020168641372420333202016864137242033320201686413724203332020168641372420333202016864137242033320" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 41824c07-cfbf-4229-99bb-4461d2a09431, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f38bc8bf-e5fe-4b8d-9d0c-2cf0e7f2ed63, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f38bc8bf-e5fe-4b8d-9d0c-2cf0e7f2ed63, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13076315233164404242 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1307631523316440424213076315233164404242130763152331644042421307631523316440424213076315233164404242130763152331644042421307631523316440424213076315233164404242130763152331644042421307631523316440424213076315233164404242130763152331644042421307631523316440424213076315233164404242130763152331644042421307631523316440424213076315233164404242130763152331644042421307631523316440424213076315233164404242" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e73bb56e-a3e5-4ee6-af6b-fcedab840596, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dc2eca0f-4488-43f6-98e8-cc0c1b6fd147, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dc2eca0f-4488-43f6-98e8-cc0c1b6fd147, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4568970089778174184 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45689700897781741844568970089778174184456897008977817418445689700897781741844568970089778174184456897008977817418445689700897781741844568970089778174184456897008977817418445689700897781741844568970089778174184456897008977817418445689700897781741844568970089778174184456897008977817418445689700897781741844568970089778174184456897008977817418445689700897781741844568970089778174184" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f38bc8bf-e5fe-4b8d-9d0c-2cf0e7f2ed63, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 017ead7e-a4bb-412f-9d2b-c92ab9dd223a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 017ead7e-a4bb-412f-9d2b-c92ab9dd223a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6211979365625363320 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62119793656253633206211979365625363320621197936562536332062119793656253633206211979365625363320621197936562536332062119793656253633206211979365625363320621197936562536332062119793656253633206211979365625363320621197936562536332062119793656253633206211979365625363320621197936562536332062119793656253633206211979365625363320621197936562536332062119793656253633206211979365625363320" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dc2eca0f-4488-43f6-98e8-cc0c1b6fd147, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 017ead7e-a4bb-412f-9d2b-c92ab9dd223a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 777e613b-b4d2-482d-a271-a315dd920cf8, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 777e613b-b4d2-482d-a271-a315dd920cf8, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2987952759444678637 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29879527594446786372987952759444678637298795275944467863729879527594446786372987952759444678637298795275944467863729879527594446786372987952759444678637298795275944467863729879527594446786372987952759444678637298795275944467863729879527594446786372987952759444678637298795275944467863729879527594446786372987952759444678637298795275944467863729879527594446786372987952759444678637" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 55ffe4dd-77a2-4a66-952a-064b0e90328f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 55ffe4dd-77a2-4a66-952a-064b0e90328f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7913216091090287109 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79132160910902871097913216091090287109791321609109028710979132160910902871097913216091090287109791321609109028710979132160910902871097913216091090287109791321609109028710979132160910902871097913216091090287109791321609109028710979132160910902871097913216091090287109791321609109028710979132160910902871097913216091090287109791321609109028710979132160910902871097913216091090287109" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 777e613b-b4d2-482d-a271-a315dd920cf8, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 55ffe4dd-77a2-4a66-952a-064b0e90328f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dcceda9f-9b5f-4e9e-93ee-c24920ed989f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3f8761d8-6bd1-4a33-b9db-847fd9b3265d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dcceda9f-9b5f-4e9e-93ee-c24920ed989f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11280337182844301510 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1128033718284430151011280337182844301510112803371828443015101128033718284430151011280337182844301510112803371828443015101128033718284430151011280337182844301510112803371828443015101128033718284430151011280337182844301510112803371828443015101128033718284430151011280337182844301510112803371828443015101128033718284430151011280337182844301510112803371828443015101128033718284430151011280337182844301510" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3f8761d8-6bd1-4a33-b9db-847fd9b3265d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15485527887616349834 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1548552788761634983415485527887616349834154855278876163498341548552788761634983415485527887616349834154855278876163498341548552788761634983415485527887616349834154855278876163498341548552788761634983415485527887616349834154855278876163498341548552788761634983415485527887616349834154855278876163498341548552788761634983415485527887616349834154855278876163498341548552788761634983415485527887616349834" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dcceda9f-9b5f-4e9e-93ee-c24920ed989f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1ed346f3-a719-462d-931a-336811a63bfa, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1ed346f3-a719-462d-931a-336811a63bfa, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15848385937133531163 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1584838593713353116315848385937133531163158483859371335311631584838593713353116315848385937133531163158483859371335311631584838593713353116315848385937133531163158483859371335311631584838593713353116315848385937133531163158483859371335311631584838593713353116315848385937133531163158483859371335311631584838593713353116315848385937133531163158483859371335311631584838593713353116315848385937133531163" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3f8761d8-6bd1-4a33-b9db-847fd9b3265d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2ea59c29-e2db-4da7-94d7-728d9823e3a7, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1ed346f3-a719-462d-931a-336811a63bfa, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2ea59c29-e2db-4da7-94d7-728d9823e3a7, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6266623206596478472 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62666232065964784726266623206596478472626662320659647847262666232065964784726266623206596478472626662320659647847262666232065964784726266623206596478472626662320659647847262666232065964784726266623206596478472626662320659647847262666232065964784726266623206596478472626662320659647847262666232065964784726266623206596478472626662320659647847262666232065964784726266623206596478472" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 76184a18-0855-43cb-a6cd-2e293f4fcf3f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2ea59c29-e2db-4da7-94d7-728d9823e3a7, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 76184a18-0855-43cb-a6cd-2e293f4fcf3f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4798534575917854892 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47985345759178548924798534575917854892479853457591785489247985345759178548924798534575917854892479853457591785489247985345759178548924798534575917854892479853457591785489247985345759178548924798534575917854892479853457591785489247985345759178548924798534575917854892479853457591785489247985345759178548924798534575917854892479853457591785489247985345759178548924798534575917854892" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 20681cef-bab6-486a-bd26-a35c09de148f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 20681cef-bab6-486a-bd26-a35c09de148f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9345569954152936561 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93455699541529365619345569954152936561934556995415293656193455699541529365619345569954152936561934556995415293656193455699541529365619345569954152936561934556995415293656193455699541529365619345569954152936561934556995415293656193455699541529365619345569954152936561934556995415293656193455699541529365619345569954152936561934556995415293656193455699541529365619345569954152936561" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 76184a18-0855-43cb-a6cd-2e293f4fcf3f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 20681cef-bab6-486a-bd26-a35c09de148f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7280508e-555b-4e15-a0fe-ee2d39850467, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6133fcb6-b652-4798-b473-78b53472afcc, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7280508e-555b-4e15-a0fe-ee2d39850467, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15671707418233121251 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1567170741823312125115671707418233121251156717074182331212511567170741823312125115671707418233121251156717074182331212511567170741823312125115671707418233121251156717074182331212511567170741823312125115671707418233121251156717074182331212511567170741823312125115671707418233121251156717074182331212511567170741823312125115671707418233121251156717074182331212511567170741823312125115671707418233121251" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6133fcb6-b652-4798-b473-78b53472afcc, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4553593697043069008 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45535936970430690084553593697043069008455359369704306900845535936970430690084553593697043069008455359369704306900845535936970430690084553593697043069008455359369704306900845535936970430690084553593697043069008455359369704306900845535936970430690084553593697043069008455359369704306900845535936970430690084553593697043069008455359369704306900845535936970430690084553593697043069008" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7280508e-555b-4e15-a0fe-ee2d39850467, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a334b011-ccec-4632-bad8-38efacd1a5fe, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6133fcb6-b652-4798-b473-78b53472afcc, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a334b011-ccec-4632-bad8-38efacd1a5fe, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16648308142726223206 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1664830814272622320616648308142726223206166483081427262232061664830814272622320616648308142726223206166483081427262232061664830814272622320616648308142726223206166483081427262232061664830814272622320616648308142726223206166483081427262232061664830814272622320616648308142726223206166483081427262232061664830814272622320616648308142726223206166483081427262232061664830814272622320616648308142726223206" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1b853ea2-c202-4639-90d5-f3bc85fe4be5, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a334b011-ccec-4632-bad8-38efacd1a5fe, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1b853ea2-c202-4639-90d5-f3bc85fe4be5, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3740731940354612935 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37407319403546129353740731940354612935374073194035461293537407319403546129353740731940354612935374073194035461293537407319403546129353740731940354612935374073194035461293537407319403546129353740731940354612935374073194035461293537407319403546129353740731940354612935374073194035461293537407319403546129353740731940354612935374073194035461293537407319403546129353740731940354612935" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 914c2bc1-424f-4c72-af3e-26d02b0ccf3a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 914c2bc1-424f-4c72-af3e-26d02b0ccf3a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12657981056630114476 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1265798105663011447612657981056630114476126579810566301144761265798105663011447612657981056630114476126579810566301144761265798105663011447612657981056630114476126579810566301144761265798105663011447612657981056630114476126579810566301144761265798105663011447612657981056630114476126579810566301144761265798105663011447612657981056630114476126579810566301144761265798105663011447612657981056630114476" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1b853ea2-c202-4639-90d5-f3bc85fe4be5, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 914c2bc1-424f-4c72-af3e-26d02b0ccf3a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cdd64d1c-0482-4ed7-b4e9-1aae2f9244be, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cdd64d1c-0482-4ed7-b4e9-1aae2f9244be, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9277999825294843472 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92779998252948434729277999825294843472927799982529484347292779998252948434729277999825294843472927799982529484347292779998252948434729277999825294843472927799982529484347292779998252948434729277999825294843472927799982529484347292779998252948434729277999825294843472927799982529484347292779998252948434729277999825294843472927799982529484347292779998252948434729277999825294843472" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 52552db5-0f78-4e15-a7a7-6a7c303bf5a0, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 52552db5-0f78-4e15-a7a7-6a7c303bf5a0, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6039654878499791623 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60396548784997916236039654878499791623603965487849979162360396548784997916236039654878499791623603965487849979162360396548784997916236039654878499791623603965487849979162360396548784997916236039654878499791623603965487849979162360396548784997916236039654878499791623603965487849979162360396548784997916236039654878499791623603965487849979162360396548784997916236039654878499791623" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cdd64d1c-0482-4ed7-b4e9-1aae2f9244be, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 52552db5-0f78-4e15-a7a7-6a7c303bf5a0, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 787be3e2-e925-44ef-96aa-0a8a8b39b27c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 787be3e2-e925-44ef-96aa-0a8a8b39b27c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13056443552544677501 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1305644355254467750113056443552544677501130564435525446775011305644355254467750113056443552544677501130564435525446775011305644355254467750113056443552544677501130564435525446775011305644355254467750113056443552544677501130564435525446775011305644355254467750113056443552544677501130564435525446775011305644355254467750113056443552544677501130564435525446775011305644355254467750113056443552544677501" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b4ccb868-955b-4ec2-bae9-d8cede30aad9, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b4ccb868-955b-4ec2-bae9-d8cede30aad9, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8292487688804898761 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82924876888048987618292487688804898761829248768880489876182924876888048987618292487688804898761829248768880489876182924876888048987618292487688804898761829248768880489876182924876888048987618292487688804898761829248768880489876182924876888048987618292487688804898761829248768880489876182924876888048987618292487688804898761829248768880489876182924876888048987618292487688804898761" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 787be3e2-e925-44ef-96aa-0a8a8b39b27c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b4ccb868-955b-4ec2-bae9-d8cede30aad9, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8d1e2c17-ceb3-4da6-84c4-4508c0458d1b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 861801eb-1ed4-41c9-a06a-19faf8d20aaa, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8d1e2c17-ceb3-4da6-84c4-4508c0458d1b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10126655756654074091 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1012665575665407409110126655756654074091101266557566540740911012665575665407409110126655756654074091101266557566540740911012665575665407409110126655756654074091101266557566540740911012665575665407409110126655756654074091101266557566540740911012665575665407409110126655756654074091101266557566540740911012665575665407409110126655756654074091101266557566540740911012665575665407409110126655756654074091" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 861801eb-1ed4-41c9-a06a-19faf8d20aaa, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12827608287900309587 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1282760828790030958712827608287900309587128276082879003095871282760828790030958712827608287900309587128276082879003095871282760828790030958712827608287900309587128276082879003095871282760828790030958712827608287900309587128276082879003095871282760828790030958712827608287900309587128276082879003095871282760828790030958712827608287900309587128276082879003095871282760828790030958712827608287900309587" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8d1e2c17-ceb3-4da6-84c4-4508c0458d1b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 861801eb-1ed4-41c9-a06a-19faf8d20aaa, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 413e605e-3ed0-4d89-b942-561be1d1eaae, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ceb593ee-2c24-49ac-b301-c3a22d1f61c0, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 413e605e-3ed0-4d89-b942-561be1d1eaae, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7191392392031961835 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71913923920319618357191392392031961835719139239203196183571913923920319618357191392392031961835719139239203196183571913923920319618357191392392031961835719139239203196183571913923920319618357191392392031961835719139239203196183571913923920319618357191392392031961835719139239203196183571913923920319618357191392392031961835719139239203196183571913923920319618357191392392031961835" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ceb593ee-2c24-49ac-b301-c3a22d1f61c0, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13899691794624212687 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1389969179462421268713899691794624212687138996917946242126871389969179462421268713899691794624212687138996917946242126871389969179462421268713899691794624212687138996917946242126871389969179462421268713899691794624212687138996917946242126871389969179462421268713899691794624212687138996917946242126871389969179462421268713899691794624212687138996917946242126871389969179462421268713899691794624212687" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 413e605e-3ed0-4d89-b942-561be1d1eaae, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ceb593ee-2c24-49ac-b301-c3a22d1f61c0, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 146bc02b-e12f-4125-af63-db1a4f59b1da, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 65a470e3-dc44-4b20-8d4f-32ff42ad757f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 146bc02b-e12f-4125-af63-db1a4f59b1da, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18346489484748913637 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1834648948474891363718346489484748913637183464894847489136371834648948474891363718346489484748913637183464894847489136371834648948474891363718346489484748913637183464894847489136371834648948474891363718346489484748913637183464894847489136371834648948474891363718346489484748913637183464894847489136371834648948474891363718346489484748913637183464894847489136371834648948474891363718346489484748913637" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 65a470e3-dc44-4b20-8d4f-32ff42ad757f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 893920020172238885 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "893920020172238885893920020172238885893920020172238885893920020172238885893920020172238885893920020172238885893920020172238885893920020172238885893920020172238885893920020172238885893920020172238885893920020172238885893920020172238885893920020172238885893920020172238885893920020172238885893920020172238885893920020172238885893920020172238885893920020172238885" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 65a470e3-dc44-4b20-8d4f-32ff42ad757f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 437e6dca-2cc0-4978-8716-89607d742d9b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 437e6dca-2cc0-4978-8716-89607d742d9b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4464218227197319452 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44642182271973194524464218227197319452446421822719731945244642182271973194524464218227197319452446421822719731945244642182271973194524464218227197319452446421822719731945244642182271973194524464218227197319452446421822719731945244642182271973194524464218227197319452446421822719731945244642182271973194524464218227197319452446421822719731945244642182271973194524464218227197319452" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 146bc02b-e12f-4125-af63-db1a4f59b1da, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 437e6dca-2cc0-4978-8716-89607d742d9b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 06529966-a745-41f3-9ebc-7dec2a0da5c3, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 06529966-a745-41f3-9ebc-7dec2a0da5c3, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11615186743171620707 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1161518674317162070711615186743171620707116151867431716207071161518674317162070711615186743171620707116151867431716207071161518674317162070711615186743171620707116151867431716207071161518674317162070711615186743171620707116151867431716207071161518674317162070711615186743171620707116151867431716207071161518674317162070711615186743171620707116151867431716207071161518674317162070711615186743171620707" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6082b4a9-2e15-47f1-9a06-f9a06750e668, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6082b4a9-2e15-47f1-9a06-f9a06750e668, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11982438852735457437 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1198243885273545743711982438852735457437119824388527354574371198243885273545743711982438852735457437119824388527354574371198243885273545743711982438852735457437119824388527354574371198243885273545743711982438852735457437119824388527354574371198243885273545743711982438852735457437119824388527354574371198243885273545743711982438852735457437119824388527354574371198243885273545743711982438852735457437" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6082b4a9-2e15-47f1-9a06-f9a06750e668, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e258b18c-246b-4dba-a852-a1b1fe5d29af, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 06529966-a745-41f3-9ebc-7dec2a0da5c3, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e258b18c-246b-4dba-a852-a1b1fe5d29af, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8543136112885051645 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85431361128850516458543136112885051645854313611288505164585431361128850516458543136112885051645854313611288505164585431361128850516458543136112885051645854313611288505164585431361128850516458543136112885051645854313611288505164585431361128850516458543136112885051645854313611288505164585431361128850516458543136112885051645854313611288505164585431361128850516458543136112885051645" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 033c54b5-6543-4a2b-bef7-c269a412dbd3, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e258b18c-246b-4dba-a852-a1b1fe5d29af, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 033c54b5-6543-4a2b-bef7-c269a412dbd3, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14120668769300117945 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1412066876930011794514120668769300117945141206687693001179451412066876930011794514120668769300117945141206687693001179451412066876930011794514120668769300117945141206687693001179451412066876930011794514120668769300117945141206687693001179451412066876930011794514120668769300117945141206687693001179451412066876930011794514120668769300117945141206687693001179451412066876930011794514120668769300117945" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 95728376-c553-4d4f-a981-be2e9cba2b87, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 95728376-c553-4d4f-a981-be2e9cba2b87, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10397886953199601822 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1039788695319960182210397886953199601822103978869531996018221039788695319960182210397886953199601822103978869531996018221039788695319960182210397886953199601822103978869531996018221039788695319960182210397886953199601822103978869531996018221039788695319960182210397886953199601822103978869531996018221039788695319960182210397886953199601822103978869531996018221039788695319960182210397886953199601822" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 95728376-c553-4d4f-a981-be2e9cba2b87, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9d53eae1-7ec1-48d4-9276-b8ea6fcb3216, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9d53eae1-7ec1-48d4-9276-b8ea6fcb3216, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13258153096403886148 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1325815309640388614813258153096403886148132581530964038861481325815309640388614813258153096403886148132581530964038861481325815309640388614813258153096403886148132581530964038861481325815309640388614813258153096403886148132581530964038861481325815309640388614813258153096403886148132581530964038861481325815309640388614813258153096403886148132581530964038861481325815309640388614813258153096403886148" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 033c54b5-6543-4a2b-bef7-c269a412dbd3, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, db9e0900-187f-4a75-869c-e0eb4ae8f6c7, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, db9e0900-187f-4a75-869c-e0eb4ae8f6c7, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6588656192134329736 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65886561921343297366588656192134329736658865619213432973665886561921343297366588656192134329736658865619213432973665886561921343297366588656192134329736658865619213432973665886561921343297366588656192134329736658865619213432973665886561921343297366588656192134329736658865619213432973665886561921343297366588656192134329736658865619213432973665886561921343297366588656192134329736" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9d53eae1-7ec1-48d4-9276-b8ea6fcb3216, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 553864cd-7ca3-4939-90bc-8e261817531d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 553864cd-7ca3-4939-90bc-8e261817531d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6060639945112518140 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60606399451125181406060639945112518140606063994511251814060606399451125181406060639945112518140606063994511251814060606399451125181406060639945112518140606063994511251814060606399451125181406060639945112518140606063994511251814060606399451125181406060639945112518140606063994511251814060606399451125181406060639945112518140606063994511251814060606399451125181406060639945112518140" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, db9e0900-187f-4a75-869c-e0eb4ae8f6c7, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7b560f03-5b3c-4c84-a116-e284eabacfd5, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7b560f03-5b3c-4c84-a116-e284eabacfd5, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10539341341050647812 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1053934134105064781210539341341050647812105393413410506478121053934134105064781210539341341050647812105393413410506478121053934134105064781210539341341050647812105393413410506478121053934134105064781210539341341050647812105393413410506478121053934134105064781210539341341050647812105393413410506478121053934134105064781210539341341050647812105393413410506478121053934134105064781210539341341050647812" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 553864cd-7ca3-4939-90bc-8e261817531d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f76a8c8a-8ca1-4613-babc-ebbcd705ece6, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f76a8c8a-8ca1-4613-babc-ebbcd705ece6, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13583751874382766072 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1358375187438276607213583751874382766072135837518743827660721358375187438276607213583751874382766072135837518743827660721358375187438276607213583751874382766072135837518743827660721358375187438276607213583751874382766072135837518743827660721358375187438276607213583751874382766072135837518743827660721358375187438276607213583751874382766072135837518743827660721358375187438276607213583751874382766072" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7b560f03-5b3c-4c84-a116-e284eabacfd5, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c13ec7a4-a694-47dc-8f35-d7184791fa52, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c13ec7a4-a694-47dc-8f35-d7184791fa52, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17281534794460135818 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1728153479446013581817281534794460135818172815347944601358181728153479446013581817281534794460135818172815347944601358181728153479446013581817281534794460135818172815347944601358181728153479446013581817281534794460135818172815347944601358181728153479446013581817281534794460135818172815347944601358181728153479446013581817281534794460135818172815347944601358181728153479446013581817281534794460135818" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f76a8c8a-8ca1-4613-babc-ebbcd705ece6, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c13ec7a4-a694-47dc-8f35-d7184791fa52, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f4bbcd8b-d327-4143-ae1a-6d918b375f8a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 609c3f52-c036-413d-a043-2d1430031c67, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f4bbcd8b-d327-4143-ae1a-6d918b375f8a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5221905631321511728 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52219056313215117285221905631321511728522190563132151172852219056313215117285221905631321511728522190563132151172852219056313215117285221905631321511728522190563132151172852219056313215117285221905631321511728522190563132151172852219056313215117285221905631321511728522190563132151172852219056313215117285221905631321511728522190563132151172852219056313215117285221905631321511728" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 609c3f52-c036-413d-a043-2d1430031c67, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12744987542932955905 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1274498754293295590512744987542932955905127449875429329559051274498754293295590512744987542932955905127449875429329559051274498754293295590512744987542932955905127449875429329559051274498754293295590512744987542932955905127449875429329559051274498754293295590512744987542932955905127449875429329559051274498754293295590512744987542932955905127449875429329559051274498754293295590512744987542932955905" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f4bbcd8b-d327-4143-ae1a-6d918b375f8a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 16573e6f-d969-483a-8000-118d1a34bbfe, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 16573e6f-d969-483a-8000-118d1a34bbfe, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12769758107794271840 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1276975810779427184012769758107794271840127697581077942718401276975810779427184012769758107794271840127697581077942718401276975810779427184012769758107794271840127697581077942718401276975810779427184012769758107794271840127697581077942718401276975810779427184012769758107794271840127697581077942718401276975810779427184012769758107794271840127697581077942718401276975810779427184012769758107794271840" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 609c3f52-c036-413d-a043-2d1430031c67, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 02ff0bc4-0a42-4918-8d9b-ca2a6ff1f51b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 02ff0bc4-0a42-4918-8d9b-ca2a6ff1f51b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 806754380745530085 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "806754380745530085806754380745530085806754380745530085806754380745530085806754380745530085806754380745530085806754380745530085806754380745530085806754380745530085806754380745530085806754380745530085806754380745530085806754380745530085806754380745530085806754380745530085806754380745530085806754380745530085806754380745530085806754380745530085806754380745530085" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 02ff0bc4-0a42-4918-8d9b-ca2a6ff1f51b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 09cd0f17-ec60-4930-8ccd-e2def2c336a2, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 16573e6f-d969-483a-8000-118d1a34bbfe, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 09cd0f17-ec60-4930-8ccd-e2def2c336a2, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9745215355859462952 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97452153558594629529745215355859462952974521535585946295297452153558594629529745215355859462952974521535585946295297452153558594629529745215355859462952974521535585946295297452153558594629529745215355859462952974521535585946295297452153558594629529745215355859462952974521535585946295297452153558594629529745215355859462952974521535585946295297452153558594629529745215355859462952" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9c0146a2-ca6f-4e73-9bd9-03967755aead, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9c0146a2-ca6f-4e73-9bd9-03967755aead, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5256350115819924216 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52563501158199242165256350115819924216525635011581992421652563501158199242165256350115819924216525635011581992421652563501158199242165256350115819924216525635011581992421652563501158199242165256350115819924216525635011581992421652563501158199242165256350115819924216525635011581992421652563501158199242165256350115819924216525635011581992421652563501158199242165256350115819924216" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 09cd0f17-ec60-4930-8ccd-e2def2c336a2, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0dcf667b-b793-4099-9897-c22bb723688e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0dcf667b-b793-4099-9897-c22bb723688e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9349368844279081638 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93493688442790816389349368844279081638934936884427908163893493688442790816389349368844279081638934936884427908163893493688442790816389349368844279081638934936884427908163893493688442790816389349368844279081638934936884427908163893493688442790816389349368844279081638934936884427908163893493688442790816389349368844279081638934936884427908163893493688442790816389349368844279081638" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9c0146a2-ca6f-4e73-9bd9-03967755aead, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 367ed386-b4b4-4b42-b4f7-33ecb3d1790a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 367ed386-b4b4-4b42-b4f7-33ecb3d1790a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4495411438257165047 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44954114382571650474495411438257165047449541143825716504744954114382571650474495411438257165047449541143825716504744954114382571650474495411438257165047449541143825716504744954114382571650474495411438257165047449541143825716504744954114382571650474495411438257165047449541143825716504744954114382571650474495411438257165047449541143825716504744954114382571650474495411438257165047" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0dcf667b-b793-4099-9897-c22bb723688e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1b82637a-91db-4577-a492-81d7ed94f48a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1b82637a-91db-4577-a492-81d7ed94f48a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6502390851877983500 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65023908518779835006502390851877983500650239085187798350065023908518779835006502390851877983500650239085187798350065023908518779835006502390851877983500650239085187798350065023908518779835006502390851877983500650239085187798350065023908518779835006502390851877983500650239085187798350065023908518779835006502390851877983500650239085187798350065023908518779835006502390851877983500" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 367ed386-b4b4-4b42-b4f7-33ecb3d1790a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f6aead8b-5256-431e-88d8-4d6891d76ad6, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f6aead8b-5256-431e-88d8-4d6891d76ad6, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12424718479949047563 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1242471847994904756312424718479949047563124247184799490475631242471847994904756312424718479949047563124247184799490475631242471847994904756312424718479949047563124247184799490475631242471847994904756312424718479949047563124247184799490475631242471847994904756312424718479949047563124247184799490475631242471847994904756312424718479949047563124247184799490475631242471847994904756312424718479949047563" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1b82637a-91db-4577-a492-81d7ed94f48a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 884b9447-a861-43ae-9835-0ffcd1e194b8, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 884b9447-a861-43ae-9835-0ffcd1e194b8, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1273792683258323487 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12737926832583234871273792683258323487127379268325832348712737926832583234871273792683258323487127379268325832348712737926832583234871273792683258323487127379268325832348712737926832583234871273792683258323487127379268325832348712737926832583234871273792683258323487127379268325832348712737926832583234871273792683258323487127379268325832348712737926832583234871273792683258323487" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f6aead8b-5256-431e-88d8-4d6891d76ad6, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4895462f-3ad6-41f9-8eac-eb527dd59393, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4895462f-3ad6-41f9-8eac-eb527dd59393, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10071373078346413089 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1007137307834641308910071373078346413089100713730783464130891007137307834641308910071373078346413089100713730783464130891007137307834641308910071373078346413089100713730783464130891007137307834641308910071373078346413089100713730783464130891007137307834641308910071373078346413089100713730783464130891007137307834641308910071373078346413089100713730783464130891007137307834641308910071373078346413089" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 884b9447-a861-43ae-9835-0ffcd1e194b8, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, abe2ee9f-59bc-496a-8640-69e8d0635d10, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, abe2ee9f-59bc-496a-8640-69e8d0635d10, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11241088793365463707 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1124108879336546370711241088793365463707112410887933654637071124108879336546370711241088793365463707112410887933654637071124108879336546370711241088793365463707112410887933654637071124108879336546370711241088793365463707112410887933654637071124108879336546370711241088793365463707112410887933654637071124108879336546370711241088793365463707112410887933654637071124108879336546370711241088793365463707" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4895462f-3ad6-41f9-8eac-eb527dd59393, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 019308af-6b1c-4d06-b1e5-de6c9ac1043b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 019308af-6b1c-4d06-b1e5-de6c9ac1043b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6922390448821191167 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69223904488211911676922390448821191167692239044882119116769223904488211911676922390448821191167692239044882119116769223904488211911676922390448821191167692239044882119116769223904488211911676922390448821191167692239044882119116769223904488211911676922390448821191167692239044882119116769223904488211911676922390448821191167692239044882119116769223904488211911676922390448821191167" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, abe2ee9f-59bc-496a-8640-69e8d0635d10, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3295f06c-a2cc-4bc9-ba16-cce5600d2880, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3295f06c-a2cc-4bc9-ba16-cce5600d2880, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11023115115054239761 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1102311511505423976111023115115054239761110231151150542397611102311511505423976111023115115054239761110231151150542397611102311511505423976111023115115054239761110231151150542397611102311511505423976111023115115054239761110231151150542397611102311511505423976111023115115054239761110231151150542397611102311511505423976111023115115054239761110231151150542397611102311511505423976111023115115054239761" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 019308af-6b1c-4d06-b1e5-de6c9ac1043b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6d210884-a9bd-4da1-a0a7-5b882d9f7e76, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6d210884-a9bd-4da1-a0a7-5b882d9f7e76, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5135343298428333707 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51353432984283337075135343298428333707513534329842833370751353432984283337075135343298428333707513534329842833370751353432984283337075135343298428333707513534329842833370751353432984283337075135343298428333707513534329842833370751353432984283337075135343298428333707513534329842833370751353432984283337075135343298428333707513534329842833370751353432984283337075135343298428333707" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3295f06c-a2cc-4bc9-ba16-cce5600d2880, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 66f96e3e-625e-4a0a-b154-84fbf85855f4, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 66f96e3e-625e-4a0a-b154-84fbf85855f4, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10386666387433477607 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1038666638743347760710386666387433477607103866663874334776071038666638743347760710386666387433477607103866663874334776071038666638743347760710386666387433477607103866663874334776071038666638743347760710386666387433477607103866663874334776071038666638743347760710386666387433477607103866663874334776071038666638743347760710386666387433477607103866663874334776071038666638743347760710386666387433477607" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6d210884-a9bd-4da1-a0a7-5b882d9f7e76, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a6750408-373e-4364-911b-5b5e37b7d8e9, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a6750408-373e-4364-911b-5b5e37b7d8e9, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7690144412136315025 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76901444121363150257690144412136315025769014441213631502576901444121363150257690144412136315025769014441213631502576901444121363150257690144412136315025769014441213631502576901444121363150257690144412136315025769014441213631502576901444121363150257690144412136315025769014441213631502576901444121363150257690144412136315025769014441213631502576901444121363150257690144412136315025" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 66f96e3e-625e-4a0a-b154-84fbf85855f4, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 447a9898-7229-4175-bfd8-52589427930b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 447a9898-7229-4175-bfd8-52589427930b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12507823746775911419 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1250782374677591141912507823746775911419125078237467759114191250782374677591141912507823746775911419125078237467759114191250782374677591141912507823746775911419125078237467759114191250782374677591141912507823746775911419125078237467759114191250782374677591141912507823746775911419125078237467759114191250782374677591141912507823746775911419125078237467759114191250782374677591141912507823746775911419" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a6750408-373e-4364-911b-5b5e37b7d8e9, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 62a1a617-c9b5-4f38-8fa0-b46d5f71260a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 62a1a617-c9b5-4f38-8fa0-b46d5f71260a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 578616239344107549 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "578616239344107549578616239344107549578616239344107549578616239344107549578616239344107549578616239344107549578616239344107549578616239344107549578616239344107549578616239344107549578616239344107549578616239344107549578616239344107549578616239344107549578616239344107549578616239344107549578616239344107549578616239344107549578616239344107549578616239344107549" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 447a9898-7229-4175-bfd8-52589427930b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dfac0f98-5dbd-4dd1-9647-efcddff58f69, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dfac0f98-5dbd-4dd1-9647-efcddff58f69, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10611346388937320346 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1061134638893732034610611346388937320346106113463889373203461061134638893732034610611346388937320346106113463889373203461061134638893732034610611346388937320346106113463889373203461061134638893732034610611346388937320346106113463889373203461061134638893732034610611346388937320346106113463889373203461061134638893732034610611346388937320346106113463889373203461061134638893732034610611346388937320346" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 62a1a617-c9b5-4f38-8fa0-b46d5f71260a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 543937d5-cf98-4367-a114-4d9c6d8e96e7, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dfac0f98-5dbd-4dd1-9647-efcddff58f69, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 543937d5-cf98-4367-a114-4d9c6d8e96e7, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9703501694530512984 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97035016945305129849703501694530512984970350169453051298497035016945305129849703501694530512984970350169453051298497035016945305129849703501694530512984970350169453051298497035016945305129849703501694530512984970350169453051298497035016945305129849703501694530512984970350169453051298497035016945305129849703501694530512984970350169453051298497035016945305129849703501694530512984" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d0764318-47e9-4b16-bcc6-37874f3c53cd, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d0764318-47e9-4b16-bcc6-37874f3c53cd, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2045282667709726288 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20452826677097262882045282667709726288204528266770972628820452826677097262882045282667709726288204528266770972628820452826677097262882045282667709726288204528266770972628820452826677097262882045282667709726288204528266770972628820452826677097262882045282667709726288204528266770972628820452826677097262882045282667709726288204528266770972628820452826677097262882045282667709726288" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 543937d5-cf98-4367-a114-4d9c6d8e96e7, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 481841b8-33bf-4995-89b8-27971047445e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 481841b8-33bf-4995-89b8-27971047445e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15886293722522401596 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1588629372252240159615886293722522401596158862937225224015961588629372252240159615886293722522401596158862937225224015961588629372252240159615886293722522401596158862937225224015961588629372252240159615886293722522401596158862937225224015961588629372252240159615886293722522401596158862937225224015961588629372252240159615886293722522401596158862937225224015961588629372252240159615886293722522401596" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d0764318-47e9-4b16-bcc6-37874f3c53cd, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 481841b8-33bf-4995-89b8-27971047445e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 453935d4-bfd4-49fb-9e9a-23e37f11a147, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 453935d4-bfd4-49fb-9e9a-23e37f11a147, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1462423471666269601 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14624234716662696011462423471666269601146242347166626960114624234716662696011462423471666269601146242347166626960114624234716662696011462423471666269601146242347166626960114624234716662696011462423471666269601146242347166626960114624234716662696011462423471666269601146242347166626960114624234716662696011462423471666269601146242347166626960114624234716662696011462423471666269601" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 93da432e-a26a-4151-870b-59fcd3394894, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 93da432e-a26a-4151-870b-59fcd3394894, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 741831151337492000 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "741831151337492000741831151337492000741831151337492000741831151337492000741831151337492000741831151337492000741831151337492000741831151337492000741831151337492000741831151337492000741831151337492000741831151337492000741831151337492000741831151337492000741831151337492000741831151337492000741831151337492000741831151337492000741831151337492000741831151337492000" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 453935d4-bfd4-49fb-9e9a-23e37f11a147, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 99e3f650-cc03-4540-8d6a-33b310eb6ef7, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 99e3f650-cc03-4540-8d6a-33b310eb6ef7, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7679835140547794039 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76798351405477940397679835140547794039767983514054779403976798351405477940397679835140547794039767983514054779403976798351405477940397679835140547794039767983514054779403976798351405477940397679835140547794039767983514054779403976798351405477940397679835140547794039767983514054779403976798351405477940397679835140547794039767983514054779403976798351405477940397679835140547794039" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 93da432e-a26a-4151-870b-59fcd3394894, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1fe2bc95-4b2c-4797-badd-5d8c92bd7ca7, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1fe2bc95-4b2c-4797-badd-5d8c92bd7ca7, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16251034632634152203 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1625103463263415220316251034632634152203162510346326341522031625103463263415220316251034632634152203162510346326341522031625103463263415220316251034632634152203162510346326341522031625103463263415220316251034632634152203162510346326341522031625103463263415220316251034632634152203162510346326341522031625103463263415220316251034632634152203162510346326341522031625103463263415220316251034632634152203" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 99e3f650-cc03-4540-8d6a-33b310eb6ef7, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ffc1377a-31a8-43f1-85af-3e903f781b81, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ffc1377a-31a8-43f1-85af-3e903f781b81, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9903185511679040819 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99031855116790408199903185511679040819990318551167904081999031855116790408199903185511679040819990318551167904081999031855116790408199903185511679040819990318551167904081999031855116790408199903185511679040819990318551167904081999031855116790408199903185511679040819990318551167904081999031855116790408199903185511679040819990318551167904081999031855116790408199903185511679040819" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1fe2bc95-4b2c-4797-badd-5d8c92bd7ca7, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 34429a60-9870-41fb-a199-5d28e2cd7673, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 34429a60-9870-41fb-a199-5d28e2cd7673, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7610009458121567285 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76100094581215672857610009458121567285761000945812156728576100094581215672857610009458121567285761000945812156728576100094581215672857610009458121567285761000945812156728576100094581215672857610009458121567285761000945812156728576100094581215672857610009458121567285761000945812156728576100094581215672857610009458121567285761000945812156728576100094581215672857610009458121567285" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ffc1377a-31a8-43f1-85af-3e903f781b81, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 08d5c06a-cd12-4b72-a9bd-1314d56fbec1, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 08d5c06a-cd12-4b72-a9bd-1314d56fbec1, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9707839962275430755 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97078399622754307559707839962275430755970783996227543075597078399622754307559707839962275430755970783996227543075597078399622754307559707839962275430755970783996227543075597078399622754307559707839962275430755970783996227543075597078399622754307559707839962275430755970783996227543075597078399622754307559707839962275430755970783996227543075597078399622754307559707839962275430755" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 34429a60-9870-41fb-a199-5d28e2cd7673, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 17d01a5e-9b6a-4602-ba7f-5815bd13bc71, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 17d01a5e-9b6a-4602-ba7f-5815bd13bc71, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2292679594816825683 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22926795948168256832292679594816825683229267959481682568322926795948168256832292679594816825683229267959481682568322926795948168256832292679594816825683229267959481682568322926795948168256832292679594816825683229267959481682568322926795948168256832292679594816825683229267959481682568322926795948168256832292679594816825683229267959481682568322926795948168256832292679594816825683" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 08d5c06a-cd12-4b72-a9bd-1314d56fbec1, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6d8652e0-dccc-4fad-bf54-8604836d46ef, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6d8652e0-dccc-4fad-bf54-8604836d46ef, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6919099013894311690 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69190990138943116906919099013894311690691909901389431169069190990138943116906919099013894311690691909901389431169069190990138943116906919099013894311690691909901389431169069190990138943116906919099013894311690691909901389431169069190990138943116906919099013894311690691909901389431169069190990138943116906919099013894311690691909901389431169069190990138943116906919099013894311690" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 17d01a5e-9b6a-4602-ba7f-5815bd13bc71, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2badcb9c-4e6d-4828-aae1-c5b07e0e7e15, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2badcb9c-4e6d-4828-aae1-c5b07e0e7e15, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16431645519163213742 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1643164551916321374216431645519163213742164316455191632137421643164551916321374216431645519163213742164316455191632137421643164551916321374216431645519163213742164316455191632137421643164551916321374216431645519163213742164316455191632137421643164551916321374216431645519163213742164316455191632137421643164551916321374216431645519163213742164316455191632137421643164551916321374216431645519163213742" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6d8652e0-dccc-4fad-bf54-8604836d46ef, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bc0a48eb-5317-4b18-8fc5-5b7369f563ed, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bc0a48eb-5317-4b18-8fc5-5b7369f563ed, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16234789346486056875 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1623478934648605687516234789346486056875162347893464860568751623478934648605687516234789346486056875162347893464860568751623478934648605687516234789346486056875162347893464860568751623478934648605687516234789346486056875162347893464860568751623478934648605687516234789346486056875162347893464860568751623478934648605687516234789346486056875162347893464860568751623478934648605687516234789346486056875" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2badcb9c-4e6d-4828-aae1-c5b07e0e7e15, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3d7c3c35-83f9-4681-8b8b-7f15e40c4c00, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bc0a48eb-5317-4b18-8fc5-5b7369f563ed, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3d7c3c35-83f9-4681-8b8b-7f15e40c4c00, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12465294253334178225 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1246529425333417822512465294253334178225124652942533341782251246529425333417822512465294253334178225124652942533341782251246529425333417822512465294253334178225124652942533341782251246529425333417822512465294253334178225124652942533341782251246529425333417822512465294253334178225124652942533341782251246529425333417822512465294253334178225124652942533341782251246529425333417822512465294253334178225" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0a05cccc-268b-4625-9b9f-bfa33444c714, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0a05cccc-268b-4625-9b9f-bfa33444c714, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5396170954730099541 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53961709547300995415396170954730099541539617095473009954153961709547300995415396170954730099541539617095473009954153961709547300995415396170954730099541539617095473009954153961709547300995415396170954730099541539617095473009954153961709547300995415396170954730099541539617095473009954153961709547300995415396170954730099541539617095473009954153961709547300995415396170954730099541" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3d7c3c35-83f9-4681-8b8b-7f15e40c4c00, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 07ffb507-7d8d-4c56-8940-1928ed84b4fb, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 07ffb507-7d8d-4c56-8940-1928ed84b4fb, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15673913745939092033 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1567391374593909203315673913745939092033156739137459390920331567391374593909203315673913745939092033156739137459390920331567391374593909203315673913745939092033156739137459390920331567391374593909203315673913745939092033156739137459390920331567391374593909203315673913745939092033156739137459390920331567391374593909203315673913745939092033156739137459390920331567391374593909203315673913745939092033" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0a05cccc-268b-4625-9b9f-bfa33444c714, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f4854de1-344b-4edc-a93d-3265aac4eb73, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f4854de1-344b-4edc-a93d-3265aac4eb73, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9153209154593200448 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91532091545932004489153209154593200448915320915459320044891532091545932004489153209154593200448915320915459320044891532091545932004489153209154593200448915320915459320044891532091545932004489153209154593200448915320915459320044891532091545932004489153209154593200448915320915459320044891532091545932004489153209154593200448915320915459320044891532091545932004489153209154593200448" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 07ffb507-7d8d-4c56-8940-1928ed84b4fb, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 998ceb6e-56fd-4fba-b109-9c046f4d459e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 998ceb6e-56fd-4fba-b109-9c046f4d459e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2287928594970617668 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22879285949706176682287928594970617668228792859497061766822879285949706176682287928594970617668228792859497061766822879285949706176682287928594970617668228792859497061766822879285949706176682287928594970617668228792859497061766822879285949706176682287928594970617668228792859497061766822879285949706176682287928594970617668228792859497061766822879285949706176682287928594970617668" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f4854de1-344b-4edc-a93d-3265aac4eb73, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 954ec337-1d52-44b7-8bde-9e7858fdd958, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 954ec337-1d52-44b7-8bde-9e7858fdd958, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3439078956114376013 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34390789561143760133439078956114376013343907895611437601334390789561143760133439078956114376013343907895611437601334390789561143760133439078956114376013343907895611437601334390789561143760133439078956114376013343907895611437601334390789561143760133439078956114376013343907895611437601334390789561143760133439078956114376013343907895611437601334390789561143760133439078956114376013" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 998ceb6e-56fd-4fba-b109-9c046f4d459e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0f9caebf-f761-4556-a704-d4e812aaeedb, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0f9caebf-f761-4556-a704-d4e812aaeedb, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3797612936245797726 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37976129362457977263797612936245797726379761293624579772637976129362457977263797612936245797726379761293624579772637976129362457977263797612936245797726379761293624579772637976129362457977263797612936245797726379761293624579772637976129362457977263797612936245797726379761293624579772637976129362457977263797612936245797726379761293624579772637976129362457977263797612936245797726" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 954ec337-1d52-44b7-8bde-9e7858fdd958, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8d759040-35b8-4c7d-9a65-18c0bf2680f4, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8d759040-35b8-4c7d-9a65-18c0bf2680f4, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13123492587439336851 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1312349258743933685113123492587439336851131234925874393368511312349258743933685113123492587439336851131234925874393368511312349258743933685113123492587439336851131234925874393368511312349258743933685113123492587439336851131234925874393368511312349258743933685113123492587439336851131234925874393368511312349258743933685113123492587439336851131234925874393368511312349258743933685113123492587439336851" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0f9caebf-f761-4556-a704-d4e812aaeedb, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2d20a676-1bca-4a5c-880d-4ea217db2846, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2d20a676-1bca-4a5c-880d-4ea217db2846, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3228894638497793230 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32288946384977932303228894638497793230322889463849779323032288946384977932303228894638497793230322889463849779323032288946384977932303228894638497793230322889463849779323032288946384977932303228894638497793230322889463849779323032288946384977932303228894638497793230322889463849779323032288946384977932303228894638497793230322889463849779323032288946384977932303228894638497793230" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8d759040-35b8-4c7d-9a65-18c0bf2680f4, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e350a216-028c-496d-abb5-400a7b264bae, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e350a216-028c-496d-abb5-400a7b264bae, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7651909260893505450 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76519092608935054507651909260893505450765190926089350545076519092608935054507651909260893505450765190926089350545076519092608935054507651909260893505450765190926089350545076519092608935054507651909260893505450765190926089350545076519092608935054507651909260893505450765190926089350545076519092608935054507651909260893505450765190926089350545076519092608935054507651909260893505450" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2d20a676-1bca-4a5c-880d-4ea217db2846, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8eee1861-e231-4a38-860a-4a347137672d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8eee1861-e231-4a38-860a-4a347137672d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 649715380216887332 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "649715380216887332649715380216887332649715380216887332649715380216887332649715380216887332649715380216887332649715380216887332649715380216887332649715380216887332649715380216887332649715380216887332649715380216887332649715380216887332649715380216887332649715380216887332649715380216887332649715380216887332649715380216887332649715380216887332649715380216887332" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e350a216-028c-496d-abb5-400a7b264bae, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8eee1861-e231-4a38-860a-4a347137672d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5be43c6b-94d7-48d6-a852-2a4aa8338574, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5be43c6b-94d7-48d6-a852-2a4aa8338574, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1053333199753502775 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10533331997535027751053333199753502775105333319975350277510533331997535027751053333199753502775105333319975350277510533331997535027751053333199753502775105333319975350277510533331997535027751053333199753502775105333319975350277510533331997535027751053333199753502775105333319975350277510533331997535027751053333199753502775105333319975350277510533331997535027751053333199753502775" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2d219162-2c41-4952-9e22-9bfc2ffef6bc, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2d219162-2c41-4952-9e22-9bfc2ffef6bc, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11891011012039420807 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1189101101203942080711891011012039420807118910110120394208071189101101203942080711891011012039420807118910110120394208071189101101203942080711891011012039420807118910110120394208071189101101203942080711891011012039420807118910110120394208071189101101203942080711891011012039420807118910110120394208071189101101203942080711891011012039420807118910110120394208071189101101203942080711891011012039420807" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5be43c6b-94d7-48d6-a852-2a4aa8338574, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 878f7b04-ef14-41c5-9ac4-4a50575773d4, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 878f7b04-ef14-41c5-9ac4-4a50575773d4, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12559681916114908993 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1255968191611490899312559681916114908993125596819161149089931255968191611490899312559681916114908993125596819161149089931255968191611490899312559681916114908993125596819161149089931255968191611490899312559681916114908993125596819161149089931255968191611490899312559681916114908993125596819161149089931255968191611490899312559681916114908993125596819161149089931255968191611490899312559681916114908993" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2d219162-2c41-4952-9e22-9bfc2ffef6bc, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5f2a2556-e86c-4f8a-96df-5c10bc9f4f60, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5f2a2556-e86c-4f8a-96df-5c10bc9f4f60, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10717695438943830936 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1071769543894383093610717695438943830936107176954389438309361071769543894383093610717695438943830936107176954389438309361071769543894383093610717695438943830936107176954389438309361071769543894383093610717695438943830936107176954389438309361071769543894383093610717695438943830936107176954389438309361071769543894383093610717695438943830936107176954389438309361071769543894383093610717695438943830936" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 878f7b04-ef14-41c5-9ac4-4a50575773d4, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 119eff8b-4237-4534-a4b7-7fc195973230, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5f2a2556-e86c-4f8a-96df-5c10bc9f4f60, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 119eff8b-4237-4534-a4b7-7fc195973230, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6492956055106819003 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64929560551068190036492956055106819003649295605510681900364929560551068190036492956055106819003649295605510681900364929560551068190036492956055106819003649295605510681900364929560551068190036492956055106819003649295605510681900364929560551068190036492956055106819003649295605510681900364929560551068190036492956055106819003649295605510681900364929560551068190036492956055106819003" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bcb624f0-8d48-43bf-9b09-f743fa6d18af, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bcb624f0-8d48-43bf-9b09-f743fa6d18af, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 932922736303875059 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "932922736303875059932922736303875059932922736303875059932922736303875059932922736303875059932922736303875059932922736303875059932922736303875059932922736303875059932922736303875059932922736303875059932922736303875059932922736303875059932922736303875059932922736303875059932922736303875059932922736303875059932922736303875059932922736303875059932922736303875059" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 119eff8b-4237-4534-a4b7-7fc195973230, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bcb624f0-8d48-43bf-9b09-f743fa6d18af, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bb0f3724-09c2-48f0-8c85-1c19312098d0, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0640abe9-d0d6-4610-b869-531e13809cfe, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0640abe9-d0d6-4610-b869-531e13809cfe, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3299363335819246421 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32993633358192464213299363335819246421329936333581924642132993633358192464213299363335819246421329936333581924642132993633358192464213299363335819246421329936333581924642132993633358192464213299363335819246421329936333581924642132993633358192464213299363335819246421329936333581924642132993633358192464213299363335819246421329936333581924642132993633358192464213299363335819246421" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bb0f3724-09c2-48f0-8c85-1c19312098d0, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4903931686877105819 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49039316868771058194903931686877105819490393168687710581949039316868771058194903931686877105819490393168687710581949039316868771058194903931686877105819490393168687710581949039316868771058194903931686877105819490393168687710581949039316868771058194903931686877105819490393168687710581949039316868771058194903931686877105819490393168687710581949039316868771058194903931686877105819" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0640abe9-d0d6-4610-b869-531e13809cfe, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 00bce207-c596-48aa-b858-e07959130aed, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 00bce207-c596-48aa-b858-e07959130aed, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11376714454815375020 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1137671445481537502011376714454815375020113767144548153750201137671445481537502011376714454815375020113767144548153750201137671445481537502011376714454815375020113767144548153750201137671445481537502011376714454815375020113767144548153750201137671445481537502011376714454815375020113767144548153750201137671445481537502011376714454815375020113767144548153750201137671445481537502011376714454815375020" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bb0f3724-09c2-48f0-8c85-1c19312098d0, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f5868f79-1fdb-4aa9-b686-4c5e8ef0f367, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f5868f79-1fdb-4aa9-b686-4c5e8ef0f367, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10616448472882730622 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1061644847288273062210616448472882730622106164484728827306221061644847288273062210616448472882730622106164484728827306221061644847288273062210616448472882730622106164484728827306221061644847288273062210616448472882730622106164484728827306221061644847288273062210616448472882730622106164484728827306221061644847288273062210616448472882730622106164484728827306221061644847288273062210616448472882730622" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 00bce207-c596-48aa-b858-e07959130aed, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b6051c97-066b-4042-b7ce-79d3d258676e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b6051c97-066b-4042-b7ce-79d3d258676e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16799350269975521281 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1679935026997552128116799350269975521281167993502699755212811679935026997552128116799350269975521281167993502699755212811679935026997552128116799350269975521281167993502699755212811679935026997552128116799350269975521281167993502699755212811679935026997552128116799350269975521281167993502699755212811679935026997552128116799350269975521281167993502699755212811679935026997552128116799350269975521281" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f5868f79-1fdb-4aa9-b686-4c5e8ef0f367, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8c9bd6f5-ed22-4c79-8794-1b64ba7c4f26, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8c9bd6f5-ed22-4c79-8794-1b64ba7c4f26, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7820637837663720459 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78206378376637204597820637837663720459782063783766372045978206378376637204597820637837663720459782063783766372045978206378376637204597820637837663720459782063783766372045978206378376637204597820637837663720459782063783766372045978206378376637204597820637837663720459782063783766372045978206378376637204597820637837663720459782063783766372045978206378376637204597820637837663720459" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b6051c97-066b-4042-b7ce-79d3d258676e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 39c98ced-14db-4346-aa87-8486b59e7c8c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 39c98ced-14db-4346-aa87-8486b59e7c8c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14305256821739809143 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1430525682173980914314305256821739809143143052568217398091431430525682173980914314305256821739809143143052568217398091431430525682173980914314305256821739809143143052568217398091431430525682173980914314305256821739809143143052568217398091431430525682173980914314305256821739809143143052568217398091431430525682173980914314305256821739809143143052568217398091431430525682173980914314305256821739809143" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8c9bd6f5-ed22-4c79-8794-1b64ba7c4f26, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a9b21541-cbcd-4dbd-ab82-47657148b185, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a9b21541-cbcd-4dbd-ab82-47657148b185, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2048073108143230095 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20480731081432300952048073108143230095204807310814323009520480731081432300952048073108143230095204807310814323009520480731081432300952048073108143230095204807310814323009520480731081432300952048073108143230095204807310814323009520480731081432300952048073108143230095204807310814323009520480731081432300952048073108143230095204807310814323009520480731081432300952048073108143230095" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 39c98ced-14db-4346-aa87-8486b59e7c8c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 86631129-91b2-4ec4-8b32-456c44ec8ce4, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 86631129-91b2-4ec4-8b32-456c44ec8ce4, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11706806691118792678 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1170680669111879267811706806691118792678117068066911187926781170680669111879267811706806691118792678117068066911187926781170680669111879267811706806691118792678117068066911187926781170680669111879267811706806691118792678117068066911187926781170680669111879267811706806691118792678117068066911187926781170680669111879267811706806691118792678117068066911187926781170680669111879267811706806691118792678" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a9b21541-cbcd-4dbd-ab82-47657148b185, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 50152ed4-19ca-4461-a4b0-d0a002705357, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 50152ed4-19ca-4461-a4b0-d0a002705357, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14969653086374661021 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1496965308637466102114969653086374661021149696530863746610211496965308637466102114969653086374661021149696530863746610211496965308637466102114969653086374661021149696530863746610211496965308637466102114969653086374661021149696530863746610211496965308637466102114969653086374661021149696530863746610211496965308637466102114969653086374661021149696530863746610211496965308637466102114969653086374661021" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 86631129-91b2-4ec4-8b32-456c44ec8ce4, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ee0f7f5e-d8ae-4415-a03a-b24e3a5547c0, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ee0f7f5e-d8ae-4415-a03a-b24e3a5547c0, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5409394749106783482 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54093947491067834825409394749106783482540939474910678348254093947491067834825409394749106783482540939474910678348254093947491067834825409394749106783482540939474910678348254093947491067834825409394749106783482540939474910678348254093947491067834825409394749106783482540939474910678348254093947491067834825409394749106783482540939474910678348254093947491067834825409394749106783482" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 50152ed4-19ca-4461-a4b0-d0a002705357, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7d841210-9064-45ba-955a-5ddb7d19ea0e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7d841210-9064-45ba-955a-5ddb7d19ea0e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9516891988425239413 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95168919884252394139516891988425239413951689198842523941395168919884252394139516891988425239413951689198842523941395168919884252394139516891988425239413951689198842523941395168919884252394139516891988425239413951689198842523941395168919884252394139516891988425239413951689198842523941395168919884252394139516891988425239413951689198842523941395168919884252394139516891988425239413" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ee0f7f5e-d8ae-4415-a03a-b24e3a5547c0, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 016f608a-8279-4898-a2ec-93c1fa1b9b7a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 016f608a-8279-4898-a2ec-93c1fa1b9b7a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3782738935712249657 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37827389357122496573782738935712249657378273893571224965737827389357122496573782738935712249657378273893571224965737827389357122496573782738935712249657378273893571224965737827389357122496573782738935712249657378273893571224965737827389357122496573782738935712249657378273893571224965737827389357122496573782738935712249657378273893571224965737827389357122496573782738935712249657" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7d841210-9064-45ba-955a-5ddb7d19ea0e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 00432a69-1bd2-4405-ae5d-65de94e747b9, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 00432a69-1bd2-4405-ae5d-65de94e747b9, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8527738328793591396 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85277383287935913968527738328793591396852773832879359139685277383287935913968527738328793591396852773832879359139685277383287935913968527738328793591396852773832879359139685277383287935913968527738328793591396852773832879359139685277383287935913968527738328793591396852773832879359139685277383287935913968527738328793591396852773832879359139685277383287935913968527738328793591396" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 016f608a-8279-4898-a2ec-93c1fa1b9b7a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d74877af-557d-44de-8348-856eb545d15a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d74877af-557d-44de-8348-856eb545d15a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1585898293536489082 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15858982935364890821585898293536489082158589829353648908215858982935364890821585898293536489082158589829353648908215858982935364890821585898293536489082158589829353648908215858982935364890821585898293536489082158589829353648908215858982935364890821585898293536489082158589829353648908215858982935364890821585898293536489082158589829353648908215858982935364890821585898293536489082" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 00432a69-1bd2-4405-ae5d-65de94e747b9, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 62741af8-2a70-4a28-87f9-8a72def3a6b8, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 62741af8-2a70-4a28-87f9-8a72def3a6b8, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15749849879271813018 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1574984987927181301815749849879271813018157498498792718130181574984987927181301815749849879271813018157498498792718130181574984987927181301815749849879271813018157498498792718130181574984987927181301815749849879271813018157498498792718130181574984987927181301815749849879271813018157498498792718130181574984987927181301815749849879271813018157498498792718130181574984987927181301815749849879271813018" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 62741af8-2a70-4a28-87f9-8a72def3a6b8, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 151d690b-706e-400c-9afb-917e2eed6ab0, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 151d690b-706e-400c-9afb-917e2eed6ab0, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16177320086174631186 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1617732008617463118616177320086174631186161773200861746311861617732008617463118616177320086174631186161773200861746311861617732008617463118616177320086174631186161773200861746311861617732008617463118616177320086174631186161773200861746311861617732008617463118616177320086174631186161773200861746311861617732008617463118616177320086174631186161773200861746311861617732008617463118616177320086174631186" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d74877af-557d-44de-8348-856eb545d15a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, daf7b7ed-8af9-4790-923a-ab7af6dbdfb7, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, daf7b7ed-8af9-4790-923a-ab7af6dbdfb7, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17777936101584467361 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1777793610158446736117777936101584467361177779361015844673611777793610158446736117777936101584467361177779361015844673611777793610158446736117777936101584467361177779361015844673611777793610158446736117777936101584467361177779361015844673611777793610158446736117777936101584467361177779361015844673611777793610158446736117777936101584467361177779361015844673611777793610158446736117777936101584467361" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 151d690b-706e-400c-9afb-917e2eed6ab0, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2e6f1353-0653-4320-b29c-88f04171c0fe, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2e6f1353-0653-4320-b29c-88f04171c0fe, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11754039832396736284 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1175403983239673628411754039832396736284117540398323967362841175403983239673628411754039832396736284117540398323967362841175403983239673628411754039832396736284117540398323967362841175403983239673628411754039832396736284117540398323967362841175403983239673628411754039832396736284117540398323967362841175403983239673628411754039832396736284117540398323967362841175403983239673628411754039832396736284" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, daf7b7ed-8af9-4790-923a-ab7af6dbdfb7, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2ce2b2c0-f601-4b2c-b003-3ab74f21bb84, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2ce2b2c0-f601-4b2c-b003-3ab74f21bb84, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2591365497373553223 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25913654973735532232591365497373553223259136549737355322325913654973735532232591365497373553223259136549737355322325913654973735532232591365497373553223259136549737355322325913654973735532232591365497373553223259136549737355322325913654973735532232591365497373553223259136549737355322325913654973735532232591365497373553223259136549737355322325913654973735532232591365497373553223" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2e6f1353-0653-4320-b29c-88f04171c0fe, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 63f276e9-2366-49d9-ba85-aec3251c655f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 63f276e9-2366-49d9-ba85-aec3251c655f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10018989578891444755 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1001898957889144475510018989578891444755100189895788914447551001898957889144475510018989578891444755100189895788914447551001898957889144475510018989578891444755100189895788914447551001898957889144475510018989578891444755100189895788914447551001898957889144475510018989578891444755100189895788914447551001898957889144475510018989578891444755100189895788914447551001898957889144475510018989578891444755" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2ce2b2c0-f601-4b2c-b003-3ab74f21bb84, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1d7ad10f-61f5-4f62-bef6-8cb1cffaa6cb, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1d7ad10f-61f5-4f62-bef6-8cb1cffaa6cb, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1369512203920010134 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13695122039200101341369512203920010134136951220392001013413695122039200101341369512203920010134136951220392001013413695122039200101341369512203920010134136951220392001013413695122039200101341369512203920010134136951220392001013413695122039200101341369512203920010134136951220392001013413695122039200101341369512203920010134136951220392001013413695122039200101341369512203920010134" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 63f276e9-2366-49d9-ba85-aec3251c655f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ce97f4ba-face-4467-bde5-a93d1d09293f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ce97f4ba-face-4467-bde5-a93d1d09293f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5556902102098088565 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55569021020980885655556902102098088565555690210209808856555569021020980885655556902102098088565555690210209808856555569021020980885655556902102098088565555690210209808856555569021020980885655556902102098088565555690210209808856555569021020980885655556902102098088565555690210209808856555569021020980885655556902102098088565555690210209808856555569021020980885655556902102098088565" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1d7ad10f-61f5-4f62-bef6-8cb1cffaa6cb, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cd0be5b1-e0ea-4a24-b17c-649c6fbb8076, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cd0be5b1-e0ea-4a24-b17c-649c6fbb8076, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4063047260918115791 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40630472609181157914063047260918115791406304726091811579140630472609181157914063047260918115791406304726091811579140630472609181157914063047260918115791406304726091811579140630472609181157914063047260918115791406304726091811579140630472609181157914063047260918115791406304726091811579140630472609181157914063047260918115791406304726091811579140630472609181157914063047260918115791" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ce97f4ba-face-4467-bde5-a93d1d09293f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 97023a65-8890-4158-82cb-4c3cd614bce8, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 97023a65-8890-4158-82cb-4c3cd614bce8, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9096737762533043267 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90967377625330432679096737762533043267909673776253304326790967377625330432679096737762533043267909673776253304326790967377625330432679096737762533043267909673776253304326790967377625330432679096737762533043267909673776253304326790967377625330432679096737762533043267909673776253304326790967377625330432679096737762533043267909673776253304326790967377625330432679096737762533043267" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cd0be5b1-e0ea-4a24-b17c-649c6fbb8076, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 67be5a04-8273-4a73-ab1e-dec0461f5b2c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 67be5a04-8273-4a73-ab1e-dec0461f5b2c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9935295711550925861 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99352957115509258619935295711550925861993529571155092586199352957115509258619935295711550925861993529571155092586199352957115509258619935295711550925861993529571155092586199352957115509258619935295711550925861993529571155092586199352957115509258619935295711550925861993529571155092586199352957115509258619935295711550925861993529571155092586199352957115509258619935295711550925861" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 97023a65-8890-4158-82cb-4c3cd614bce8, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dc3a9467-3fc1-45e2-a776-5b1c3bbb6032, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dc3a9467-3fc1-45e2-a776-5b1c3bbb6032, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16413786549801915010 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1641378654980191501016413786549801915010164137865498019150101641378654980191501016413786549801915010164137865498019150101641378654980191501016413786549801915010164137865498019150101641378654980191501016413786549801915010164137865498019150101641378654980191501016413786549801915010164137865498019150101641378654980191501016413786549801915010164137865498019150101641378654980191501016413786549801915010" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 67be5a04-8273-4a73-ab1e-dec0461f5b2c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6b93ea6c-0e11-486a-81fb-b184401519db, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6b93ea6c-0e11-486a-81fb-b184401519db, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4576709635784264679 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45767096357842646794576709635784264679457670963578426467945767096357842646794576709635784264679457670963578426467945767096357842646794576709635784264679457670963578426467945767096357842646794576709635784264679457670963578426467945767096357842646794576709635784264679457670963578426467945767096357842646794576709635784264679457670963578426467945767096357842646794576709635784264679" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dc3a9467-3fc1-45e2-a776-5b1c3bbb6032, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d274fcb5-fb19-4659-aa84-7bc2fa8c04a3, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d274fcb5-fb19-4659-aa84-7bc2fa8c04a3, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8779985082570062876 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87799850825700628768779985082570062876877998508257006287687799850825700628768779985082570062876877998508257006287687799850825700628768779985082570062876877998508257006287687799850825700628768779985082570062876877998508257006287687799850825700628768779985082570062876877998508257006287687799850825700628768779985082570062876877998508257006287687799850825700628768779985082570062876" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6b93ea6c-0e11-486a-81fb-b184401519db, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2bcf96f1-eb5d-40e3-8fa9-9bf679642e72, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2bcf96f1-eb5d-40e3-8fa9-9bf679642e72, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15376717176079074051 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1537671717607907405115376717176079074051153767171760790740511537671717607907405115376717176079074051153767171760790740511537671717607907405115376717176079074051153767171760790740511537671717607907405115376717176079074051153767171760790740511537671717607907405115376717176079074051153767171760790740511537671717607907405115376717176079074051153767171760790740511537671717607907405115376717176079074051" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d274fcb5-fb19-4659-aa84-7bc2fa8c04a3, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b8d859ed-910f-482f-9d7d-ffea3fe6535f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b8d859ed-910f-482f-9d7d-ffea3fe6535f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 784840456802169264 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "784840456802169264784840456802169264784840456802169264784840456802169264784840456802169264784840456802169264784840456802169264784840456802169264784840456802169264784840456802169264784840456802169264784840456802169264784840456802169264784840456802169264784840456802169264784840456802169264784840456802169264784840456802169264784840456802169264784840456802169264" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2bcf96f1-eb5d-40e3-8fa9-9bf679642e72, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, de8fa532-e271-4866-86aa-37d2eeb7245c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, de8fa532-e271-4866-86aa-37d2eeb7245c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2153436313578428494 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21534363135784284942153436313578428494215343631357842849421534363135784284942153436313578428494215343631357842849421534363135784284942153436313578428494215343631357842849421534363135784284942153436313578428494215343631357842849421534363135784284942153436313578428494215343631357842849421534363135784284942153436313578428494215343631357842849421534363135784284942153436313578428494" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b8d859ed-910f-482f-9d7d-ffea3fe6535f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5c767a33-0803-495d-8ff8-cf42481405ba, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5c767a33-0803-495d-8ff8-cf42481405ba, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8038502908138109116 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80385029081381091168038502908138109116803850290813810911680385029081381091168038502908138109116803850290813810911680385029081381091168038502908138109116803850290813810911680385029081381091168038502908138109116803850290813810911680385029081381091168038502908138109116803850290813810911680385029081381091168038502908138109116803850290813810911680385029081381091168038502908138109116" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, de8fa532-e271-4866-86aa-37d2eeb7245c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4f2b8558-f02b-468c-b217-1927230dba50, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4f2b8558-f02b-468c-b217-1927230dba50, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14609421424106054218 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1460942142410605421814609421424106054218146094214241060542181460942142410605421814609421424106054218146094214241060542181460942142410605421814609421424106054218146094214241060542181460942142410605421814609421424106054218146094214241060542181460942142410605421814609421424106054218146094214241060542181460942142410605421814609421424106054218146094214241060542181460942142410605421814609421424106054218" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4f2b8558-f02b-468c-b217-1927230dba50, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e0dd6656-7a32-4256-949a-5995d0d2284a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e0dd6656-7a32-4256-949a-5995d0d2284a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13175143891816197251 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1317514389181619725113175143891816197251131751438918161972511317514389181619725113175143891816197251131751438918161972511317514389181619725113175143891816197251131751438918161972511317514389181619725113175143891816197251131751438918161972511317514389181619725113175143891816197251131751438918161972511317514389181619725113175143891816197251131751438918161972511317514389181619725113175143891816197251" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5c767a33-0803-495d-8ff8-cf42481405ba, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0161313e-c599-4989-967c-f94bf6742bbb, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0161313e-c599-4989-967c-f94bf6742bbb, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12775392125229060289 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1277539212522906028912775392125229060289127753921252290602891277539212522906028912775392125229060289127753921252290602891277539212522906028912775392125229060289127753921252290602891277539212522906028912775392125229060289127753921252290602891277539212522906028912775392125229060289127753921252290602891277539212522906028912775392125229060289127753921252290602891277539212522906028912775392125229060289" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e0dd6656-7a32-4256-949a-5995d0d2284a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6e85d6b3-b9e3-4bcb-9fc0-ac6325b679aa, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6e85d6b3-b9e3-4bcb-9fc0-ac6325b679aa, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9342969142307448713 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93429691423074487139342969142307448713934296914230744871393429691423074487139342969142307448713934296914230744871393429691423074487139342969142307448713934296914230744871393429691423074487139342969142307448713934296914230744871393429691423074487139342969142307448713934296914230744871393429691423074487139342969142307448713934296914230744871393429691423074487139342969142307448713" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0161313e-c599-4989-967c-f94bf6742bbb, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b9d317fe-f516-4843-afb1-9217edf93fc0, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b9d317fe-f516-4843-afb1-9217edf93fc0, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9745541005137352921 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97455410051373529219745541005137352921974554100513735292197455410051373529219745541005137352921974554100513735292197455410051373529219745541005137352921974554100513735292197455410051373529219745541005137352921974554100513735292197455410051373529219745541005137352921974554100513735292197455410051373529219745541005137352921974554100513735292197455410051373529219745541005137352921" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6e85d6b3-b9e3-4bcb-9fc0-ac6325b679aa, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7c9a4060-a253-4849-a098-b0999b8c1dc1, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b9d317fe-f516-4843-afb1-9217edf93fc0, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7c9a4060-a253-4849-a098-b0999b8c1dc1, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17830365669856378 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1783036566985637817830365669856378178303656698563781783036566985637817830365669856378178303656698563781783036566985637817830365669856378178303656698563781783036566985637817830365669856378178303656698563781783036566985637817830365669856378178303656698563781783036566985637817830365669856378178303656698563781783036566985637817830365669856378" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c127ea4b-0420-4acb-84b0-8d7b83c0a71d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c127ea4b-0420-4acb-84b0-8d7b83c0a71d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12145143529724171269 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1214514352972417126912145143529724171269121451435297241712691214514352972417126912145143529724171269121451435297241712691214514352972417126912145143529724171269121451435297241712691214514352972417126912145143529724171269121451435297241712691214514352972417126912145143529724171269121451435297241712691214514352972417126912145143529724171269121451435297241712691214514352972417126912145143529724171269" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7c9a4060-a253-4849-a098-b0999b8c1dc1, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a63760e9-3449-46d7-8563-7d332cda6fd1, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a63760e9-3449-46d7-8563-7d332cda6fd1, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16359946847671757047 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1635994684767175704716359946847671757047163599468476717570471635994684767175704716359946847671757047163599468476717570471635994684767175704716359946847671757047163599468476717570471635994684767175704716359946847671757047163599468476717570471635994684767175704716359946847671757047163599468476717570471635994684767175704716359946847671757047163599468476717570471635994684767175704716359946847671757047" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c127ea4b-0420-4acb-84b0-8d7b83c0a71d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d1d986e4-64cf-4094-96b3-27344b936b39, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d1d986e4-64cf-4094-96b3-27344b936b39, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9250187288125313084 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92501872881253130849250187288125313084925018728812531308492501872881253130849250187288125313084925018728812531308492501872881253130849250187288125313084925018728812531308492501872881253130849250187288125313084925018728812531308492501872881253130849250187288125313084925018728812531308492501872881253130849250187288125313084925018728812531308492501872881253130849250187288125313084" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a63760e9-3449-46d7-8563-7d332cda6fd1, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a73e90e0-82cc-48cb-814a-c8a097faf103, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a73e90e0-82cc-48cb-814a-c8a097faf103, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 823187315393498678 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "823187315393498678823187315393498678823187315393498678823187315393498678823187315393498678823187315393498678823187315393498678823187315393498678823187315393498678823187315393498678823187315393498678823187315393498678823187315393498678823187315393498678823187315393498678823187315393498678823187315393498678823187315393498678823187315393498678823187315393498678" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d1d986e4-64cf-4094-96b3-27344b936b39, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 626920ca-e23d-43f4-8bcd-0235939e79fb, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 626920ca-e23d-43f4-8bcd-0235939e79fb, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9493176485337834212 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94931764853378342129493176485337834212949317648533783421294931764853378342129493176485337834212949317648533783421294931764853378342129493176485337834212949317648533783421294931764853378342129493176485337834212949317648533783421294931764853378342129493176485337834212949317648533783421294931764853378342129493176485337834212949317648533783421294931764853378342129493176485337834212" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a73e90e0-82cc-48cb-814a-c8a097faf103, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c2d4e6eb-c25c-47cc-bf13-a5a4877e6bc3, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c2d4e6eb-c25c-47cc-bf13-a5a4877e6bc3, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11919895123119110749 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1191989512311911074911919895123119110749119198951231191107491191989512311911074911919895123119110749119198951231191107491191989512311911074911919895123119110749119198951231191107491191989512311911074911919895123119110749119198951231191107491191989512311911074911919895123119110749119198951231191107491191989512311911074911919895123119110749119198951231191107491191989512311911074911919895123119110749" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 626920ca-e23d-43f4-8bcd-0235939e79fb, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c8d839e3-66cf-4179-9e46-59205cbef192, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c8d839e3-66cf-4179-9e46-59205cbef192, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6028307048305007871 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60283070483050078716028307048305007871602830704830500787160283070483050078716028307048305007871602830704830500787160283070483050078716028307048305007871602830704830500787160283070483050078716028307048305007871602830704830500787160283070483050078716028307048305007871602830704830500787160283070483050078716028307048305007871602830704830500787160283070483050078716028307048305007871" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c2d4e6eb-c25c-47cc-bf13-a5a4877e6bc3, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1901ccab-009c-4ceb-b74a-f11ce70bcb04, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1901ccab-009c-4ceb-b74a-f11ce70bcb04, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15086677254691015749 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1508667725469101574915086677254691015749150866772546910157491508667725469101574915086677254691015749150866772546910157491508667725469101574915086677254691015749150866772546910157491508667725469101574915086677254691015749150866772546910157491508667725469101574915086677254691015749150866772546910157491508667725469101574915086677254691015749150866772546910157491508667725469101574915086677254691015749" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c8d839e3-66cf-4179-9e46-59205cbef192, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 32050d56-843c-49ea-94bc-d98d3835b69c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 32050d56-843c-49ea-94bc-d98d3835b69c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14509800982722501455 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1450980098272250145514509800982722501455145098009827225014551450980098272250145514509800982722501455145098009827225014551450980098272250145514509800982722501455145098009827225014551450980098272250145514509800982722501455145098009827225014551450980098272250145514509800982722501455145098009827225014551450980098272250145514509800982722501455145098009827225014551450980098272250145514509800982722501455" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1901ccab-009c-4ceb-b74a-f11ce70bcb04, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 82390af5-e17f-403a-aea5-d05155ec62e9, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 82390af5-e17f-403a-aea5-d05155ec62e9, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13758785503569933874 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1375878550356993387413758785503569933874137587855035699338741375878550356993387413758785503569933874137587855035699338741375878550356993387413758785503569933874137587855035699338741375878550356993387413758785503569933874137587855035699338741375878550356993387413758785503569933874137587855035699338741375878550356993387413758785503569933874137587855035699338741375878550356993387413758785503569933874" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 32050d56-843c-49ea-94bc-d98d3835b69c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ec0dc296-c8c2-43b5-aa71-c72d3fd4f1a7, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ec0dc296-c8c2-43b5-aa71-c72d3fd4f1a7, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7086345569590211329 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70863455695902113297086345569590211329708634556959021132970863455695902113297086345569590211329708634556959021132970863455695902113297086345569590211329708634556959021132970863455695902113297086345569590211329708634556959021132970863455695902113297086345569590211329708634556959021132970863455695902113297086345569590211329708634556959021132970863455695902113297086345569590211329" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 82390af5-e17f-403a-aea5-d05155ec62e9, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9c51bc06-9bbf-48e4-b403-139a0e158e03, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9c51bc06-9bbf-48e4-b403-139a0e158e03, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12823632371846012002 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1282363237184601200212823632371846012002128236323718460120021282363237184601200212823632371846012002128236323718460120021282363237184601200212823632371846012002128236323718460120021282363237184601200212823632371846012002128236323718460120021282363237184601200212823632371846012002128236323718460120021282363237184601200212823632371846012002128236323718460120021282363237184601200212823632371846012002" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ec0dc296-c8c2-43b5-aa71-c72d3fd4f1a7, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9c51bc06-9bbf-48e4-b403-139a0e158e03, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 044298d6-23e1-4eee-bce0-d3bbb50654f2, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 044298d6-23e1-4eee-bce0-d3bbb50654f2, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4046176712381080878 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40461767123810808784046176712381080878404617671238108087840461767123810808784046176712381080878404617671238108087840461767123810808784046176712381080878404617671238108087840461767123810808784046176712381080878404617671238108087840461767123810808784046176712381080878404617671238108087840461767123810808784046176712381080878404617671238108087840461767123810808784046176712381080878" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4234f4b1-614c-4c0a-9c69-21455845f42d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4234f4b1-614c-4c0a-9c69-21455845f42d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3643552283637942496 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36435522836379424963643552283637942496364355228363794249636435522836379424963643552283637942496364355228363794249636435522836379424963643552283637942496364355228363794249636435522836379424963643552283637942496364355228363794249636435522836379424963643552283637942496364355228363794249636435522836379424963643552283637942496364355228363794249636435522836379424963643552283637942496" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 044298d6-23e1-4eee-bce0-d3bbb50654f2, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 60be862f-4f43-4a7e-be8a-0ccd68d7b2be, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 60be862f-4f43-4a7e-be8a-0ccd68d7b2be, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18157066363883189865 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1815706636388318986518157066363883189865181570663638831898651815706636388318986518157066363883189865181570663638831898651815706636388318986518157066363883189865181570663638831898651815706636388318986518157066363883189865181570663638831898651815706636388318986518157066363883189865181570663638831898651815706636388318986518157066363883189865181570663638831898651815706636388318986518157066363883189865" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4234f4b1-614c-4c0a-9c69-21455845f42d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, eccc2289-f247-45d5-9ce8-3b656961afc8, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eccc2289-f247-45d5-9ce8-3b656961afc8, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9221477506070018253 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92214775060700182539221477506070018253922147750607001825392214775060700182539221477506070018253922147750607001825392214775060700182539221477506070018253922147750607001825392214775060700182539221477506070018253922147750607001825392214775060700182539221477506070018253922147750607001825392214775060700182539221477506070018253922147750607001825392214775060700182539221477506070018253" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 60be862f-4f43-4a7e-be8a-0ccd68d7b2be, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ae377b28-c333-44b2-a5be-ea9037e1c411, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ae377b28-c333-44b2-a5be-ea9037e1c411, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3908068084718627474 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39080680847186274743908068084718627474390806808471862747439080680847186274743908068084718627474390806808471862747439080680847186274743908068084718627474390806808471862747439080680847186274743908068084718627474390806808471862747439080680847186274743908068084718627474390806808471862747439080680847186274743908068084718627474390806808471862747439080680847186274743908068084718627474" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eccc2289-f247-45d5-9ce8-3b656961afc8, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 942195a2-10a7-45e3-92dd-7bc4698d4cba, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 942195a2-10a7-45e3-92dd-7bc4698d4cba, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17735090559757035440 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1773509055975703544017735090559757035440177350905597570354401773509055975703544017735090559757035440177350905597570354401773509055975703544017735090559757035440177350905597570354401773509055975703544017735090559757035440177350905597570354401773509055975703544017735090559757035440177350905597570354401773509055975703544017735090559757035440177350905597570354401773509055975703544017735090559757035440" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ae377b28-c333-44b2-a5be-ea9037e1c411, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, adc9e162-7b74-42e3-bc61-e7fa8588967b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, adc9e162-7b74-42e3-bc61-e7fa8588967b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9082675970721266525 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90826759707212665259082675970721266525908267597072126652590826759707212665259082675970721266525908267597072126652590826759707212665259082675970721266525908267597072126652590826759707212665259082675970721266525908267597072126652590826759707212665259082675970721266525908267597072126652590826759707212665259082675970721266525908267597072126652590826759707212665259082675970721266525" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 942195a2-10a7-45e3-92dd-7bc4698d4cba, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 792dec97-e3c9-4360-b66b-1c70aa3a56fd, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 792dec97-e3c9-4360-b66b-1c70aa3a56fd, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12289881535681502445 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1228988153568150244512289881535681502445122898815356815024451228988153568150244512289881535681502445122898815356815024451228988153568150244512289881535681502445122898815356815024451228988153568150244512289881535681502445122898815356815024451228988153568150244512289881535681502445122898815356815024451228988153568150244512289881535681502445122898815356815024451228988153568150244512289881535681502445" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, adc9e162-7b74-42e3-bc61-e7fa8588967b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 792dec97-e3c9-4360-b66b-1c70aa3a56fd, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d476b62f-b744-474a-a231-fec0c27b532c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d476b62f-b744-474a-a231-fec0c27b532c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14180160108493886141 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1418016010849388614114180160108493886141141801601084938861411418016010849388614114180160108493886141141801601084938861411418016010849388614114180160108493886141141801601084938861411418016010849388614114180160108493886141141801601084938861411418016010849388614114180160108493886141141801601084938861411418016010849388614114180160108493886141141801601084938861411418016010849388614114180160108493886141" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 49d24754-202c-47c2-a941-4307a45e6fac, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 49d24754-202c-47c2-a941-4307a45e6fac, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7885205114426882521 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78852051144268825217885205114426882521788520511442688252178852051144268825217885205114426882521788520511442688252178852051144268825217885205114426882521788520511442688252178852051144268825217885205114426882521788520511442688252178852051144268825217885205114426882521788520511442688252178852051144268825217885205114426882521788520511442688252178852051144268825217885205114426882521" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d476b62f-b744-474a-a231-fec0c27b532c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d497f4ef-e2ff-4771-adfa-c82a950beef6, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d497f4ef-e2ff-4771-adfa-c82a950beef6, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8601250424511438585 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86012504245114385858601250424511438585860125042451143858586012504245114385858601250424511438585860125042451143858586012504245114385858601250424511438585860125042451143858586012504245114385858601250424511438585860125042451143858586012504245114385858601250424511438585860125042451143858586012504245114385858601250424511438585860125042451143858586012504245114385858601250424511438585" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 49d24754-202c-47c2-a941-4307a45e6fac, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 44d5ee6a-84ad-40dc-a85a-3700f557abc0, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 44d5ee6a-84ad-40dc-a85a-3700f557abc0, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1914521052380773577 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19145210523807735771914521052380773577191452105238077357719145210523807735771914521052380773577191452105238077357719145210523807735771914521052380773577191452105238077357719145210523807735771914521052380773577191452105238077357719145210523807735771914521052380773577191452105238077357719145210523807735771914521052380773577191452105238077357719145210523807735771914521052380773577" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d497f4ef-e2ff-4771-adfa-c82a950beef6, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5e2291b4-ea97-4e48-b816-528c25568ebd, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5e2291b4-ea97-4e48-b816-528c25568ebd, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14650865421338887077 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1465086542133888707714650865421338887077146508654213388870771465086542133888707714650865421338887077146508654213388870771465086542133888707714650865421338887077146508654213388870771465086542133888707714650865421338887077146508654213388870771465086542133888707714650865421338887077146508654213388870771465086542133888707714650865421338887077146508654213388870771465086542133888707714650865421338887077" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 44d5ee6a-84ad-40dc-a85a-3700f557abc0, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e6d491ec-0af9-463e-84cb-78e800fcb6d2, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e6d491ec-0af9-463e-84cb-78e800fcb6d2, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6971748853920568108 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69717488539205681086971748853920568108697174885392056810869717488539205681086971748853920568108697174885392056810869717488539205681086971748853920568108697174885392056810869717488539205681086971748853920568108697174885392056810869717488539205681086971748853920568108697174885392056810869717488539205681086971748853920568108697174885392056810869717488539205681086971748853920568108" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5e2291b4-ea97-4e48-b816-528c25568ebd, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8376c14d-dd3c-48b3-bc16-b3976d3004ec, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e6d491ec-0af9-463e-84cb-78e800fcb6d2, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a64f4d79-6860-49be-b541-29e2e2baf8e8, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8376c14d-dd3c-48b3-bc16-b3976d3004ec, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10537466278991851872 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1053746627899185187210537466278991851872105374662789918518721053746627899185187210537466278991851872105374662789918518721053746627899185187210537466278991851872105374662789918518721053746627899185187210537466278991851872105374662789918518721053746627899185187210537466278991851872105374662789918518721053746627899185187210537466278991851872105374662789918518721053746627899185187210537466278991851872" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a64f4d79-6860-49be-b541-29e2e2baf8e8, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13708042165835684061 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1370804216583568406113708042165835684061137080421658356840611370804216583568406113708042165835684061137080421658356840611370804216583568406113708042165835684061137080421658356840611370804216583568406113708042165835684061137080421658356840611370804216583568406113708042165835684061137080421658356840611370804216583568406113708042165835684061137080421658356840611370804216583568406113708042165835684061" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8376c14d-dd3c-48b3-bc16-b3976d3004ec, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a64f4d79-6860-49be-b541-29e2e2baf8e8, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 93d9ee47-33c4-4bac-8936-9e1c19c6fe77, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 93d9ee47-33c4-4bac-8936-9e1c19c6fe77, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10520443059278130558 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1052044305927813055810520443059278130558105204430592781305581052044305927813055810520443059278130558105204430592781305581052044305927813055810520443059278130558105204430592781305581052044305927813055810520443059278130558105204430592781305581052044305927813055810520443059278130558105204430592781305581052044305927813055810520443059278130558105204430592781305581052044305927813055810520443059278130558" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a92d3984-2aa4-4b88-ae4f-7e2c348974db, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a92d3984-2aa4-4b88-ae4f-7e2c348974db, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6126876175040285468 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61268761750402854686126876175040285468612687617504028546861268761750402854686126876175040285468612687617504028546861268761750402854686126876175040285468612687617504028546861268761750402854686126876175040285468612687617504028546861268761750402854686126876175040285468612687617504028546861268761750402854686126876175040285468612687617504028546861268761750402854686126876175040285468" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 93d9ee47-33c4-4bac-8936-9e1c19c6fe77, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dd021f15-bec5-44da-b4dd-cd8fab718d8b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dd021f15-bec5-44da-b4dd-cd8fab718d8b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 705215554021996124 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "705215554021996124705215554021996124705215554021996124705215554021996124705215554021996124705215554021996124705215554021996124705215554021996124705215554021996124705215554021996124705215554021996124705215554021996124705215554021996124705215554021996124705215554021996124705215554021996124705215554021996124705215554021996124705215554021996124705215554021996124" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a92d3984-2aa4-4b88-ae4f-7e2c348974db, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8029a388-5106-4635-80d1-b8a54a2d80e3, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8029a388-5106-4635-80d1-b8a54a2d80e3, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14268799344532025465 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1426879934453202546514268799344532025465142687993445320254651426879934453202546514268799344532025465142687993445320254651426879934453202546514268799344532025465142687993445320254651426879934453202546514268799344532025465142687993445320254651426879934453202546514268799344532025465142687993445320254651426879934453202546514268799344532025465142687993445320254651426879934453202546514268799344532025465" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dd021f15-bec5-44da-b4dd-cd8fab718d8b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dd1e38db-7e71-4088-a691-db9cd56cee69, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dd1e38db-7e71-4088-a691-db9cd56cee69, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4956435746572951860 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49564357465729518604956435746572951860495643574657295186049564357465729518604956435746572951860495643574657295186049564357465729518604956435746572951860495643574657295186049564357465729518604956435746572951860495643574657295186049564357465729518604956435746572951860495643574657295186049564357465729518604956435746572951860495643574657295186049564357465729518604956435746572951860" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8029a388-5106-4635-80d1-b8a54a2d80e3, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 890bd1a3-551d-40f5-a600-142fde8f27aa, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 890bd1a3-551d-40f5-a600-142fde8f27aa, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3523146991355923260 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35231469913559232603523146991355923260352314699135592326035231469913559232603523146991355923260352314699135592326035231469913559232603523146991355923260352314699135592326035231469913559232603523146991355923260352314699135592326035231469913559232603523146991355923260352314699135592326035231469913559232603523146991355923260352314699135592326035231469913559232603523146991355923260" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dd1e38db-7e71-4088-a691-db9cd56cee69, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9ec6274a-b4ef-4f9a-859b-08bee9633e51, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9ec6274a-b4ef-4f9a-859b-08bee9633e51, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9480939314667777135 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94809393146677771359480939314667777135948093931466777713594809393146677771359480939314667777135948093931466777713594809393146677771359480939314667777135948093931466777713594809393146677771359480939314667777135948093931466777713594809393146677771359480939314667777135948093931466777713594809393146677771359480939314667777135948093931466777713594809393146677771359480939314667777135" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 890bd1a3-551d-40f5-a600-142fde8f27aa, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b8f8dd70-c1a8-48b7-8675-1957b1f69178, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b8f8dd70-c1a8-48b7-8675-1957b1f69178, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11023340633240063111 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1102334063324006311111023340633240063111110233406332400631111102334063324006311111023340633240063111110233406332400631111102334063324006311111023340633240063111110233406332400631111102334063324006311111023340633240063111110233406332400631111102334063324006311111023340633240063111110233406332400631111102334063324006311111023340633240063111110233406332400631111102334063324006311111023340633240063111" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9ec6274a-b4ef-4f9a-859b-08bee9633e51, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0a45d70f-29e6-48f7-877c-ad7a1ce50a98, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0a45d70f-29e6-48f7-877c-ad7a1ce50a98, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16325354836286433734 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1632535483628643373416325354836286433734163253548362864337341632535483628643373416325354836286433734163253548362864337341632535483628643373416325354836286433734163253548362864337341632535483628643373416325354836286433734163253548362864337341632535483628643373416325354836286433734163253548362864337341632535483628643373416325354836286433734163253548362864337341632535483628643373416325354836286433734" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b8f8dd70-c1a8-48b7-8675-1957b1f69178, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7f2b55b1-cc10-4926-8b7c-a80b0bd10368, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7f2b55b1-cc10-4926-8b7c-a80b0bd10368, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3919755107924058831 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39197551079240588313919755107924058831391975510792405883139197551079240588313919755107924058831391975510792405883139197551079240588313919755107924058831391975510792405883139197551079240588313919755107924058831391975510792405883139197551079240588313919755107924058831391975510792405883139197551079240588313919755107924058831391975510792405883139197551079240588313919755107924058831" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0a45d70f-29e6-48f7-877c-ad7a1ce50a98, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 590c6b42-de4a-4fcd-ab21-6025871d6346, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 590c6b42-de4a-4fcd-ab21-6025871d6346, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15439291812411640338 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1543929181241164033815439291812411640338154392918124116403381543929181241164033815439291812411640338154392918124116403381543929181241164033815439291812411640338154392918124116403381543929181241164033815439291812411640338154392918124116403381543929181241164033815439291812411640338154392918124116403381543929181241164033815439291812411640338154392918124116403381543929181241164033815439291812411640338" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7f2b55b1-cc10-4926-8b7c-a80b0bd10368, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 58687c87-709e-4360-8571-349021e54529, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 58687c87-709e-4360-8571-349021e54529, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 216314479731251951 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "216314479731251951216314479731251951216314479731251951216314479731251951216314479731251951216314479731251951216314479731251951216314479731251951216314479731251951216314479731251951216314479731251951216314479731251951216314479731251951216314479731251951216314479731251951216314479731251951216314479731251951216314479731251951216314479731251951216314479731251951" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 590c6b42-de4a-4fcd-ab21-6025871d6346, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, aa8d2c93-4536-48af-af3a-9fa2b9db62a2, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aa8d2c93-4536-48af-af3a-9fa2b9db62a2, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16649447608787679738 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1664944760878767973816649447608787679738166494476087876797381664944760878767973816649447608787679738166494476087876797381664944760878767973816649447608787679738166494476087876797381664944760878767973816649447608787679738166494476087876797381664944760878767973816649447608787679738166494476087876797381664944760878767973816649447608787679738166494476087876797381664944760878767973816649447608787679738" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 58687c87-709e-4360-8571-349021e54529, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 10548e36-5bdd-4945-a9ad-f1556b71860e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 10548e36-5bdd-4945-a9ad-f1556b71860e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11063960436675994842 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1106396043667599484211063960436675994842110639604366759948421106396043667599484211063960436675994842110639604366759948421106396043667599484211063960436675994842110639604366759948421106396043667599484211063960436675994842110639604366759948421106396043667599484211063960436675994842110639604366759948421106396043667599484211063960436675994842110639604366759948421106396043667599484211063960436675994842" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aa8d2c93-4536-48af-af3a-9fa2b9db62a2, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f51e7181-4402-4a8c-a543-f940f1ddb80e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f51e7181-4402-4a8c-a543-f940f1ddb80e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7589077667227667942 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75890776672276679427589077667227667942758907766722766794275890776672276679427589077667227667942758907766722766794275890776672276679427589077667227667942758907766722766794275890776672276679427589077667227667942758907766722766794275890776672276679427589077667227667942758907766722766794275890776672276679427589077667227667942758907766722766794275890776672276679427589077667227667942" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 10548e36-5bdd-4945-a9ad-f1556b71860e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bf5d94a1-78f9-42b0-9bfd-e872dc5c057f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bf5d94a1-78f9-42b0-9bfd-e872dc5c057f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7566651378570828398 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75666513785708283987566651378570828398756665137857082839875666513785708283987566651378570828398756665137857082839875666513785708283987566651378570828398756665137857082839875666513785708283987566651378570828398756665137857082839875666513785708283987566651378570828398756665137857082839875666513785708283987566651378570828398756665137857082839875666513785708283987566651378570828398" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f51e7181-4402-4a8c-a543-f940f1ddb80e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9c662af6-a42c-454a-895a-0ce1183cae4d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9c662af6-a42c-454a-895a-0ce1183cae4d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4901608294963701355 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49016082949637013554901608294963701355490160829496370135549016082949637013554901608294963701355490160829496370135549016082949637013554901608294963701355490160829496370135549016082949637013554901608294963701355490160829496370135549016082949637013554901608294963701355490160829496370135549016082949637013554901608294963701355490160829496370135549016082949637013554901608294963701355" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bf5d94a1-78f9-42b0-9bfd-e872dc5c057f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 54d31abd-d6a6-41e3-880a-5845944069cb, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 54d31abd-d6a6-41e3-880a-5845944069cb, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14481610223668274937 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1448161022366827493714481610223668274937144816102236682749371448161022366827493714481610223668274937144816102236682749371448161022366827493714481610223668274937144816102236682749371448161022366827493714481610223668274937144816102236682749371448161022366827493714481610223668274937144816102236682749371448161022366827493714481610223668274937144816102236682749371448161022366827493714481610223668274937" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9c662af6-a42c-454a-895a-0ce1183cae4d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6eee18ad-5d70-4674-871a-7ffe925b104e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6eee18ad-5d70-4674-871a-7ffe925b104e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13400205922839986303 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1340020592283998630313400205922839986303134002059228399863031340020592283998630313400205922839986303134002059228399863031340020592283998630313400205922839986303134002059228399863031340020592283998630313400205922839986303134002059228399863031340020592283998630313400205922839986303134002059228399863031340020592283998630313400205922839986303134002059228399863031340020592283998630313400205922839986303" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 54d31abd-d6a6-41e3-880a-5845944069cb, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c109b347-0c61-4290-9770-bdf9fc0b7dad, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6eee18ad-5d70-4674-871a-7ffe925b104e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c109b347-0c61-4290-9770-bdf9fc0b7dad, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8665360674892193035 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86653606748921930358665360674892193035866536067489219303586653606748921930358665360674892193035866536067489219303586653606748921930358665360674892193035866536067489219303586653606748921930358665360674892193035866536067489219303586653606748921930358665360674892193035866536067489219303586653606748921930358665360674892193035866536067489219303586653606748921930358665360674892193035" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 66daec64-7263-4191-9b69-e7aee4d170d3, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 66daec64-7263-4191-9b69-e7aee4d170d3, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3459532632304973167 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34595326323049731673459532632304973167345953263230497316734595326323049731673459532632304973167345953263230497316734595326323049731673459532632304973167345953263230497316734595326323049731673459532632304973167345953263230497316734595326323049731673459532632304973167345953263230497316734595326323049731673459532632304973167345953263230497316734595326323049731673459532632304973167" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c109b347-0c61-4290-9770-bdf9fc0b7dad, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3fd7a966-5e6a-40c5-8edd-ce98b0f6d898, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 66daec64-7263-4191-9b69-e7aee4d170d3, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3fd7a966-5e6a-40c5-8edd-ce98b0f6d898, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16014372356221636622 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1601437235622163662216014372356221636622160143723562216366221601437235622163662216014372356221636622160143723562216366221601437235622163662216014372356221636622160143723562216366221601437235622163662216014372356221636622160143723562216366221601437235622163662216014372356221636622160143723562216366221601437235622163662216014372356221636622160143723562216366221601437235622163662216014372356221636622" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c039b62e-5166-4f72-b82b-f59e49e8ee27, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c039b62e-5166-4f72-b82b-f59e49e8ee27, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18243023476082290289 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1824302347608229028918243023476082290289182430234760822902891824302347608229028918243023476082290289182430234760822902891824302347608229028918243023476082290289182430234760822902891824302347608229028918243023476082290289182430234760822902891824302347608229028918243023476082290289182430234760822902891824302347608229028918243023476082290289182430234760822902891824302347608229028918243023476082290289" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3fd7a966-5e6a-40c5-8edd-ce98b0f6d898, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 11a12843-a396-4fde-9c67-2eb2fe2f8cfd, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 11a12843-a396-4fde-9c67-2eb2fe2f8cfd, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2041283252109707902 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20412832521097079022041283252109707902204128325210970790220412832521097079022041283252109707902204128325210970790220412832521097079022041283252109707902204128325210970790220412832521097079022041283252109707902204128325210970790220412832521097079022041283252109707902204128325210970790220412832521097079022041283252109707902204128325210970790220412832521097079022041283252109707902" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c039b62e-5166-4f72-b82b-f59e49e8ee27, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1184a9e2-4146-4aae-a538-8ff578598e7f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1184a9e2-4146-4aae-a538-8ff578598e7f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2515374359800332620 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25153743598003326202515374359800332620251537435980033262025153743598003326202515374359800332620251537435980033262025153743598003326202515374359800332620251537435980033262025153743598003326202515374359800332620251537435980033262025153743598003326202515374359800332620251537435980033262025153743598003326202515374359800332620251537435980033262025153743598003326202515374359800332620" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 11a12843-a396-4fde-9c67-2eb2fe2f8cfd, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ad05c7c7-190b-4a8d-81b6-d7ec056bb141, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ad05c7c7-190b-4a8d-81b6-d7ec056bb141, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15670552949375064921 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1567055294937506492115670552949375064921156705529493750649211567055294937506492115670552949375064921156705529493750649211567055294937506492115670552949375064921156705529493750649211567055294937506492115670552949375064921156705529493750649211567055294937506492115670552949375064921156705529493750649211567055294937506492115670552949375064921156705529493750649211567055294937506492115670552949375064921" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1184a9e2-4146-4aae-a538-8ff578598e7f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fde2a057-0b92-4501-915f-993dcd2fbefe, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fde2a057-0b92-4501-915f-993dcd2fbefe, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11349457319800577199 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1134945731980057719911349457319800577199113494573198005771991134945731980057719911349457319800577199113494573198005771991134945731980057719911349457319800577199113494573198005771991134945731980057719911349457319800577199113494573198005771991134945731980057719911349457319800577199113494573198005771991134945731980057719911349457319800577199113494573198005771991134945731980057719911349457319800577199" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ad05c7c7-190b-4a8d-81b6-d7ec056bb141, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3fecb44a-5c35-4a23-9ce4-15495c5aef0a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3fecb44a-5c35-4a23-9ce4-15495c5aef0a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5935567884312625523 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59355678843126255235935567884312625523593556788431262552359355678843126255235935567884312625523593556788431262552359355678843126255235935567884312625523593556788431262552359355678843126255235935567884312625523593556788431262552359355678843126255235935567884312625523593556788431262552359355678843126255235935567884312625523593556788431262552359355678843126255235935567884312625523" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3fecb44a-5c35-4a23-9ce4-15495c5aef0a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 84040479-54c7-470e-8a97-3e174b780a7f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fde2a057-0b92-4501-915f-993dcd2fbefe, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2e63d365-787d-48ba-a7a7-1a63942bece0, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2e63d365-787d-48ba-a7a7-1a63942bece0, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2218835419351129456 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22188354193511294562218835419351129456221883541935112945622188354193511294562218835419351129456221883541935112945622188354193511294562218835419351129456221883541935112945622188354193511294562218835419351129456221883541935112945622188354193511294562218835419351129456221883541935112945622188354193511294562218835419351129456221883541935112945622188354193511294562218835419351129456" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 84040479-54c7-470e-8a97-3e174b780a7f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12898806148506135250 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1289880614850613525012898806148506135250128988061485061352501289880614850613525012898806148506135250128988061485061352501289880614850613525012898806148506135250128988061485061352501289880614850613525012898806148506135250128988061485061352501289880614850613525012898806148506135250128988061485061352501289880614850613525012898806148506135250128988061485061352501289880614850613525012898806148506135250" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2e63d365-787d-48ba-a7a7-1a63942bece0, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 30a16d02-dd75-4e6f-ba01-10d37a78077e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 30a16d02-dd75-4e6f-ba01-10d37a78077e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10598777948310594809 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1059877794831059480910598777948310594809105987779483105948091059877794831059480910598777948310594809105987779483105948091059877794831059480910598777948310594809105987779483105948091059877794831059480910598777948310594809105987779483105948091059877794831059480910598777948310594809105987779483105948091059877794831059480910598777948310594809105987779483105948091059877794831059480910598777948310594809" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 84040479-54c7-470e-8a97-3e174b780a7f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6d067093-ea3d-455b-a845-6dd21157226e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6d067093-ea3d-455b-a845-6dd21157226e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15704849163048573848 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1570484916304857384815704849163048573848157048491630485738481570484916304857384815704849163048573848157048491630485738481570484916304857384815704849163048573848157048491630485738481570484916304857384815704849163048573848157048491630485738481570484916304857384815704849163048573848157048491630485738481570484916304857384815704849163048573848157048491630485738481570484916304857384815704849163048573848" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 30a16d02-dd75-4e6f-ba01-10d37a78077e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6d067093-ea3d-455b-a845-6dd21157226e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 18363a16-6ead-4ce1-a641-bd2e6f0ffd1d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 62050f56-aeb1-4bf9-aa41-01711c9c578c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 18363a16-6ead-4ce1-a641-bd2e6f0ffd1d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7102184000288925817 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71021840002889258177102184000288925817710218400028892581771021840002889258177102184000288925817710218400028892581771021840002889258177102184000288925817710218400028892581771021840002889258177102184000288925817710218400028892581771021840002889258177102184000288925817710218400028892581771021840002889258177102184000288925817710218400028892581771021840002889258177102184000288925817" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 62050f56-aeb1-4bf9-aa41-01711c9c578c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8058688482135529118 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80586884821355291188058688482135529118805868848213552911880586884821355291188058688482135529118805868848213552911880586884821355291188058688482135529118805868848213552911880586884821355291188058688482135529118805868848213552911880586884821355291188058688482135529118805868848213552911880586884821355291188058688482135529118805868848213552911880586884821355291188058688482135529118" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 18363a16-6ead-4ce1-a641-bd2e6f0ffd1d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 18b8100f-dc58-43fc-a297-a69f9b9d347b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 18b8100f-dc58-43fc-a297-a69f9b9d347b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1598421641739267833 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15984216417392678331598421641739267833159842164173926783315984216417392678331598421641739267833159842164173926783315984216417392678331598421641739267833159842164173926783315984216417392678331598421641739267833159842164173926783315984216417392678331598421641739267833159842164173926783315984216417392678331598421641739267833159842164173926783315984216417392678331598421641739267833" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 62050f56-aeb1-4bf9-aa41-01711c9c578c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 530bf0ac-c78b-4a74-ab58-d47f3dedad75, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 530bf0ac-c78b-4a74-ab58-d47f3dedad75, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9484489825703804626 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94844898257038046269484489825703804626948448982570380462694844898257038046269484489825703804626948448982570380462694844898257038046269484489825703804626948448982570380462694844898257038046269484489825703804626948448982570380462694844898257038046269484489825703804626948448982570380462694844898257038046269484489825703804626948448982570380462694844898257038046269484489825703804626" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 18b8100f-dc58-43fc-a297-a69f9b9d347b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bf368aea-7058-4351-ba74-88148199e648, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bf368aea-7058-4351-ba74-88148199e648, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5403236975977750097 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54032369759777500975403236975977750097540323697597775009754032369759777500975403236975977750097540323697597775009754032369759777500975403236975977750097540323697597775009754032369759777500975403236975977750097540323697597775009754032369759777500975403236975977750097540323697597775009754032369759777500975403236975977750097540323697597775009754032369759777500975403236975977750097" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 530bf0ac-c78b-4a74-ab58-d47f3dedad75, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9d1ea3b5-886b-4927-90c9-ab39ef9cc255, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9d1ea3b5-886b-4927-90c9-ab39ef9cc255, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2753227560001771411 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27532275600017714112753227560001771411275322756000177141127532275600017714112753227560001771411275322756000177141127532275600017714112753227560001771411275322756000177141127532275600017714112753227560001771411275322756000177141127532275600017714112753227560001771411275322756000177141127532275600017714112753227560001771411275322756000177141127532275600017714112753227560001771411" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bf368aea-7058-4351-ba74-88148199e648, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a7d2895c-d82b-4466-896f-cc627bdc7fb3, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a7d2895c-d82b-4466-896f-cc627bdc7fb3, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12968684555820538848 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1296868455582053884812968684555820538848129686845558205388481296868455582053884812968684555820538848129686845558205388481296868455582053884812968684555820538848129686845558205388481296868455582053884812968684555820538848129686845558205388481296868455582053884812968684555820538848129686845558205388481296868455582053884812968684555820538848129686845558205388481296868455582053884812968684555820538848" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9d1ea3b5-886b-4927-90c9-ab39ef9cc255, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 838d0f2e-8e00-44c2-af14-c6aaec722f88, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 838d0f2e-8e00-44c2-af14-c6aaec722f88, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4882105964004964164 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48821059640049641644882105964004964164488210596400496416448821059640049641644882105964004964164488210596400496416448821059640049641644882105964004964164488210596400496416448821059640049641644882105964004964164488210596400496416448821059640049641644882105964004964164488210596400496416448821059640049641644882105964004964164488210596400496416448821059640049641644882105964004964164" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a7d2895c-d82b-4466-896f-cc627bdc7fb3, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 826d26f6-d0ba-4db0-a0c4-b83a31a8c8c5, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 826d26f6-d0ba-4db0-a0c4-b83a31a8c8c5, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 637239268423165646 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "637239268423165646637239268423165646637239268423165646637239268423165646637239268423165646637239268423165646637239268423165646637239268423165646637239268423165646637239268423165646637239268423165646637239268423165646637239268423165646637239268423165646637239268423165646637239268423165646637239268423165646637239268423165646637239268423165646637239268423165646" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 838d0f2e-8e00-44c2-af14-c6aaec722f88, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 32430582-9f55-4965-bfa5-759ea6c9e4ae, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 32430582-9f55-4965-bfa5-759ea6c9e4ae, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18075337741536580459 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1807533774153658045918075337741536580459180753377415365804591807533774153658045918075337741536580459180753377415365804591807533774153658045918075337741536580459180753377415365804591807533774153658045918075337741536580459180753377415365804591807533774153658045918075337741536580459180753377415365804591807533774153658045918075337741536580459180753377415365804591807533774153658045918075337741536580459" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 826d26f6-d0ba-4db0-a0c4-b83a31a8c8c5, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9af2c1f4-cee8-4f7e-bc68-e5b4f45e2bf8, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9af2c1f4-cee8-4f7e-bc68-e5b4f45e2bf8, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4280168833797141254 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42801688337971412544280168833797141254428016883379714125442801688337971412544280168833797141254428016883379714125442801688337971412544280168833797141254428016883379714125442801688337971412544280168833797141254428016883379714125442801688337971412544280168833797141254428016883379714125442801688337971412544280168833797141254428016883379714125442801688337971412544280168833797141254" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 32430582-9f55-4965-bfa5-759ea6c9e4ae, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f7e90571-d48d-4924-a602-0fa05e92b6c7, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f7e90571-d48d-4924-a602-0fa05e92b6c7, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17263030584071482226 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1726303058407148222617263030584071482226172630305840714822261726303058407148222617263030584071482226172630305840714822261726303058407148222617263030584071482226172630305840714822261726303058407148222617263030584071482226172630305840714822261726303058407148222617263030584071482226172630305840714822261726303058407148222617263030584071482226172630305840714822261726303058407148222617263030584071482226" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9af2c1f4-cee8-4f7e-bc68-e5b4f45e2bf8, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 51e3f5e3-245a-417a-9bb0-c70650aea4e2, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 51e3f5e3-245a-417a-9bb0-c70650aea4e2, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15488262911480313371 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1548826291148031337115488262911480313371154882629114803133711548826291148031337115488262911480313371154882629114803133711548826291148031337115488262911480313371154882629114803133711548826291148031337115488262911480313371154882629114803133711548826291148031337115488262911480313371154882629114803133711548826291148031337115488262911480313371154882629114803133711548826291148031337115488262911480313371" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f7e90571-d48d-4924-a602-0fa05e92b6c7, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 76f2f88b-6017-4cb0-b984-40de616d2be5, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 76f2f88b-6017-4cb0-b984-40de616d2be5, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 545745146404184068 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "545745146404184068545745146404184068545745146404184068545745146404184068545745146404184068545745146404184068545745146404184068545745146404184068545745146404184068545745146404184068545745146404184068545745146404184068545745146404184068545745146404184068545745146404184068545745146404184068545745146404184068545745146404184068545745146404184068545745146404184068" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 51e3f5e3-245a-417a-9bb0-c70650aea4e2, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 76f2f88b-6017-4cb0-b984-40de616d2be5, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, aa3b4c59-0e9d-4103-a309-d5a6d5322a54, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aa3b4c59-0e9d-4103-a309-d5a6d5322a54, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9303952043770535121 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93039520437705351219303952043770535121930395204377053512193039520437705351219303952043770535121930395204377053512193039520437705351219303952043770535121930395204377053512193039520437705351219303952043770535121930395204377053512193039520437705351219303952043770535121930395204377053512193039520437705351219303952043770535121930395204377053512193039520437705351219303952043770535121" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6b71e6fa-31c1-448b-8b3b-320aeec17b0c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6b71e6fa-31c1-448b-8b3b-320aeec17b0c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13646390932310989425 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1364639093231098942513646390932310989425136463909323109894251364639093231098942513646390932310989425136463909323109894251364639093231098942513646390932310989425136463909323109894251364639093231098942513646390932310989425136463909323109894251364639093231098942513646390932310989425136463909323109894251364639093231098942513646390932310989425136463909323109894251364639093231098942513646390932310989425" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aa3b4c59-0e9d-4103-a309-d5a6d5322a54, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6b71e6fa-31c1-448b-8b3b-320aeec17b0c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e69b6764-5600-414a-865c-7440c315c892, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e69b6764-5600-414a-865c-7440c315c892, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8410582358871589239 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84105823588715892398410582358871589239841058235887158923984105823588715892398410582358871589239841058235887158923984105823588715892398410582358871589239841058235887158923984105823588715892398410582358871589239841058235887158923984105823588715892398410582358871589239841058235887158923984105823588715892398410582358871589239841058235887158923984105823588715892398410582358871589239" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 994c1a1c-6f14-40cf-beb4-03b8ba78487d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 994c1a1c-6f14-40cf-beb4-03b8ba78487d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17828955962764018822 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1782895596276401882217828955962764018822178289559627640188221782895596276401882217828955962764018822178289559627640188221782895596276401882217828955962764018822178289559627640188221782895596276401882217828955962764018822178289559627640188221782895596276401882217828955962764018822178289559627640188221782895596276401882217828955962764018822178289559627640188221782895596276401882217828955962764018822" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e69b6764-5600-414a-865c-7440c315c892, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d95fe2a7-c2a3-403d-af8f-099f7f395aa3, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d95fe2a7-c2a3-403d-af8f-099f7f395aa3, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17175666858166038359 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1717566685816603835917175666858166038359171756668581660383591717566685816603835917175666858166038359171756668581660383591717566685816603835917175666858166038359171756668581660383591717566685816603835917175666858166038359171756668581660383591717566685816603835917175666858166038359171756668581660383591717566685816603835917175666858166038359171756668581660383591717566685816603835917175666858166038359" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 994c1a1c-6f14-40cf-beb4-03b8ba78487d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a0654234-3fee-4561-818e-f192d40fe177, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a0654234-3fee-4561-818e-f192d40fe177, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2670941450399221534 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26709414503992215342670941450399221534267094145039922153426709414503992215342670941450399221534267094145039922153426709414503992215342670941450399221534267094145039922153426709414503992215342670941450399221534267094145039922153426709414503992215342670941450399221534267094145039922153426709414503992215342670941450399221534267094145039922153426709414503992215342670941450399221534" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d95fe2a7-c2a3-403d-af8f-099f7f395aa3, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ab42a8c3-f8e3-4872-9e31-93eb0f6c578e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ab42a8c3-f8e3-4872-9e31-93eb0f6c578e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 965980078485742247 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "965980078485742247965980078485742247965980078485742247965980078485742247965980078485742247965980078485742247965980078485742247965980078485742247965980078485742247965980078485742247965980078485742247965980078485742247965980078485742247965980078485742247965980078485742247965980078485742247965980078485742247965980078485742247965980078485742247965980078485742247" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a0654234-3fee-4561-818e-f192d40fe177, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 058ec1f1-3edd-4746-a8ed-93dabc8b3881, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 058ec1f1-3edd-4746-a8ed-93dabc8b3881, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 321740751534301349 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "321740751534301349321740751534301349321740751534301349321740751534301349321740751534301349321740751534301349321740751534301349321740751534301349321740751534301349321740751534301349321740751534301349321740751534301349321740751534301349321740751534301349321740751534301349321740751534301349321740751534301349321740751534301349321740751534301349321740751534301349" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ab42a8c3-f8e3-4872-9e31-93eb0f6c578e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cd384f08-e7ea-4743-ab3a-b5c860950f96, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cd384f08-e7ea-4743-ab3a-b5c860950f96, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1252976203793973662 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12529762037939736621252976203793973662125297620379397366212529762037939736621252976203793973662125297620379397366212529762037939736621252976203793973662125297620379397366212529762037939736621252976203793973662125297620379397366212529762037939736621252976203793973662125297620379397366212529762037939736621252976203793973662125297620379397366212529762037939736621252976203793973662" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cd384f08-e7ea-4743-ab3a-b5c860950f96, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8d919b1e-3ebc-4e07-9d50-0c5c1a1dcd19, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8d919b1e-3ebc-4e07-9d50-0c5c1a1dcd19, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8246343414331756895 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82463434143317568958246343414331756895824634341433175689582463434143317568958246343414331756895824634341433175689582463434143317568958246343414331756895824634341433175689582463434143317568958246343414331756895824634341433175689582463434143317568958246343414331756895824634341433175689582463434143317568958246343414331756895824634341433175689582463434143317568958246343414331756895" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8d919b1e-3ebc-4e07-9d50-0c5c1a1dcd19, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0df6d616-d399-4ef1-9822-41a7de79d1ac, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0df6d616-d399-4ef1-9822-41a7de79d1ac, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5809604337177609874 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58096043371776098745809604337177609874580960433717760987458096043371776098745809604337177609874580960433717760987458096043371776098745809604337177609874580960433717760987458096043371776098745809604337177609874580960433717760987458096043371776098745809604337177609874580960433717760987458096043371776098745809604337177609874580960433717760987458096043371776098745809604337177609874" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 058ec1f1-3edd-4746-a8ed-93dabc8b3881, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1d410d92-65f6-4fee-976b-50de99aa493c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1d410d92-65f6-4fee-976b-50de99aa493c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9013149633232584414 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90131496332325844149013149633232584414901314963323258441490131496332325844149013149633232584414901314963323258441490131496332325844149013149633232584414901314963323258441490131496332325844149013149633232584414901314963323258441490131496332325844149013149633232584414901314963323258441490131496332325844149013149633232584414901314963323258441490131496332325844149013149633232584414" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0df6d616-d399-4ef1-9822-41a7de79d1ac, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a8efc77f-758e-42a6-be24-9316d5df2332, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a8efc77f-758e-42a6-be24-9316d5df2332, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 904906909573795950 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "904906909573795950904906909573795950904906909573795950904906909573795950904906909573795950904906909573795950904906909573795950904906909573795950904906909573795950904906909573795950904906909573795950904906909573795950904906909573795950904906909573795950904906909573795950904906909573795950904906909573795950904906909573795950904906909573795950904906909573795950" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1d410d92-65f6-4fee-976b-50de99aa493c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a8efc77f-758e-42a6-be24-9316d5df2332, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 249a9198-2b2d-4fa6-bb19-d2e613f3f978, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 249a9198-2b2d-4fa6-bb19-d2e613f3f978, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16596121195828884118 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1659612119582888411816596121195828884118165961211958288841181659612119582888411816596121195828884118165961211958288841181659612119582888411816596121195828884118165961211958288841181659612119582888411816596121195828884118165961211958288841181659612119582888411816596121195828884118165961211958288841181659612119582888411816596121195828884118165961211958288841181659612119582888411816596121195828884118" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8674a8b3-cd58-46d4-92d7-63f3384debf9, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8674a8b3-cd58-46d4-92d7-63f3384debf9, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17982411634337366740 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1798241163433736674017982411634337366740179824116343373667401798241163433736674017982411634337366740179824116343373667401798241163433736674017982411634337366740179824116343373667401798241163433736674017982411634337366740179824116343373667401798241163433736674017982411634337366740179824116343373667401798241163433736674017982411634337366740179824116343373667401798241163433736674017982411634337366740" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 249a9198-2b2d-4fa6-bb19-d2e613f3f978, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 64229da0-82b3-43f8-8f43-9f227cc61f6c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8674a8b3-cd58-46d4-92d7-63f3384debf9, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 64229da0-82b3-43f8-8f43-9f227cc61f6c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12718430126990107375 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1271843012699010737512718430126990107375127184301269901073751271843012699010737512718430126990107375127184301269901073751271843012699010737512718430126990107375127184301269901073751271843012699010737512718430126990107375127184301269901073751271843012699010737512718430126990107375127184301269901073751271843012699010737512718430126990107375127184301269901073751271843012699010737512718430126990107375" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dd860ccd-5741-42fc-9627-4ecebc5b29a9, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dd860ccd-5741-42fc-9627-4ecebc5b29a9, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18147447356083749595 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1814744735608374959518147447356083749595181474473560837495951814744735608374959518147447356083749595181474473560837495951814744735608374959518147447356083749595181474473560837495951814744735608374959518147447356083749595181474473560837495951814744735608374959518147447356083749595181474473560837495951814744735608374959518147447356083749595181474473560837495951814744735608374959518147447356083749595" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 64229da0-82b3-43f8-8f43-9f227cc61f6c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3fac0f65-daba-4ae3-9694-b97ce1ca875a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3fac0f65-daba-4ae3-9694-b97ce1ca875a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12257281147366095067 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1225728114736609506712257281147366095067122572811473660950671225728114736609506712257281147366095067122572811473660950671225728114736609506712257281147366095067122572811473660950671225728114736609506712257281147366095067122572811473660950671225728114736609506712257281147366095067122572811473660950671225728114736609506712257281147366095067122572811473660950671225728114736609506712257281147366095067" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dd860ccd-5741-42fc-9627-4ecebc5b29a9, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 90cd1df0-bb79-4700-ae10-be277b29f6ce, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 90cd1df0-bb79-4700-ae10-be277b29f6ce, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4202398359201012001 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42023983592010120014202398359201012001420239835920101200142023983592010120014202398359201012001420239835920101200142023983592010120014202398359201012001420239835920101200142023983592010120014202398359201012001420239835920101200142023983592010120014202398359201012001420239835920101200142023983592010120014202398359201012001420239835920101200142023983592010120014202398359201012001" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3fac0f65-daba-4ae3-9694-b97ce1ca875a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4d6108d8-69f9-44d1-8a69-ca694c1e7f0f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4d6108d8-69f9-44d1-8a69-ca694c1e7f0f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11624809549606249111 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1162480954960624911111624809549606249111116248095496062491111162480954960624911111624809549606249111116248095496062491111162480954960624911111624809549606249111116248095496062491111162480954960624911111624809549606249111116248095496062491111162480954960624911111624809549606249111116248095496062491111162480954960624911111624809549606249111116248095496062491111162480954960624911111624809549606249111" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 90cd1df0-bb79-4700-ae10-be277b29f6ce, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6abdcfa1-6885-4556-b716-ae3380e675fc, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4d6108d8-69f9-44d1-8a69-ca694c1e7f0f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d19b8196-9082-48f3-836b-2446c1b7c06c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d19b8196-9082-48f3-836b-2446c1b7c06c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 400972548352483675 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "400972548352483675400972548352483675400972548352483675400972548352483675400972548352483675400972548352483675400972548352483675400972548352483675400972548352483675400972548352483675400972548352483675400972548352483675400972548352483675400972548352483675400972548352483675400972548352483675400972548352483675400972548352483675400972548352483675400972548352483675" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6abdcfa1-6885-4556-b716-ae3380e675fc, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10430578213685699975 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1043057821368569997510430578213685699975104305782136856999751043057821368569997510430578213685699975104305782136856999751043057821368569997510430578213685699975104305782136856999751043057821368569997510430578213685699975104305782136856999751043057821368569997510430578213685699975104305782136856999751043057821368569997510430578213685699975104305782136856999751043057821368569997510430578213685699975" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d19b8196-9082-48f3-836b-2446c1b7c06c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b4bd9056-3bc1-474c-9256-4bff9be38515, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b4bd9056-3bc1-474c-9256-4bff9be38515, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3398108617237499739 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33981086172374997393398108617237499739339810861723749973933981086172374997393398108617237499739339810861723749973933981086172374997393398108617237499739339810861723749973933981086172374997393398108617237499739339810861723749973933981086172374997393398108617237499739339810861723749973933981086172374997393398108617237499739339810861723749973933981086172374997393398108617237499739" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6abdcfa1-6885-4556-b716-ae3380e675fc, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ab8de952-c3a4-4edf-85a8-c71f73709239, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ab8de952-c3a4-4edf-85a8-c71f73709239, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15268730355789410087 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1526873035578941008715268730355789410087152687303557894100871526873035578941008715268730355789410087152687303557894100871526873035578941008715268730355789410087152687303557894100871526873035578941008715268730355789410087152687303557894100871526873035578941008715268730355789410087152687303557894100871526873035578941008715268730355789410087152687303557894100871526873035578941008715268730355789410087" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b4bd9056-3bc1-474c-9256-4bff9be38515, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bff21706-0de1-4037-bdb7-6fc524a17c86, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bff21706-0de1-4037-bdb7-6fc524a17c86, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3139894619844550652 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31398946198445506523139894619844550652313989461984455065231398946198445506523139894619844550652313989461984455065231398946198445506523139894619844550652313989461984455065231398946198445506523139894619844550652313989461984455065231398946198445506523139894619844550652313989461984455065231398946198445506523139894619844550652313989461984455065231398946198445506523139894619844550652" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ab8de952-c3a4-4edf-85a8-c71f73709239, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 95b3ebe0-8fd9-4eb1-b2ef-4ed89ec701d2, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 95b3ebe0-8fd9-4eb1-b2ef-4ed89ec701d2, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8658142785898907644 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86581427858989076448658142785898907644865814278589890764486581427858989076448658142785898907644865814278589890764486581427858989076448658142785898907644865814278589890764486581427858989076448658142785898907644865814278589890764486581427858989076448658142785898907644865814278589890764486581427858989076448658142785898907644865814278589890764486581427858989076448658142785898907644" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bff21706-0de1-4037-bdb7-6fc524a17c86, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5bd0de78-943b-47c7-a4e1-46be24b2125d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5bd0de78-943b-47c7-a4e1-46be24b2125d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17823484531531261872 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1782348453153126187217823484531531261872178234845315312618721782348453153126187217823484531531261872178234845315312618721782348453153126187217823484531531261872178234845315312618721782348453153126187217823484531531261872178234845315312618721782348453153126187217823484531531261872178234845315312618721782348453153126187217823484531531261872178234845315312618721782348453153126187217823484531531261872" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 95b3ebe0-8fd9-4eb1-b2ef-4ed89ec701d2, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 744921ab-f0f8-4811-86fe-af50063dca87, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 744921ab-f0f8-4811-86fe-af50063dca87, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18354096786508755608 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1835409678650875560818354096786508755608183540967865087556081835409678650875560818354096786508755608183540967865087556081835409678650875560818354096786508755608183540967865087556081835409678650875560818354096786508755608183540967865087556081835409678650875560818354096786508755608183540967865087556081835409678650875560818354096786508755608183540967865087556081835409678650875560818354096786508755608" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5bd0de78-943b-47c7-a4e1-46be24b2125d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f72449f1-63e2-4ec7-a2ed-12f69d61efd0, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 744921ab-f0f8-4811-86fe-af50063dca87, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f72449f1-63e2-4ec7-a2ed-12f69d61efd0, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1952719341321660735 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19527193413216607351952719341321660735195271934132166073519527193413216607351952719341321660735195271934132166073519527193413216607351952719341321660735195271934132166073519527193413216607351952719341321660735195271934132166073519527193413216607351952719341321660735195271934132166073519527193413216607351952719341321660735195271934132166073519527193413216607351952719341321660735" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d23829e8-8e2c-4a8f-bda8-5739763dd27f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d23829e8-8e2c-4a8f-bda8-5739763dd27f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12226892869562689216 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1222689286956268921612226892869562689216122268928695626892161222689286956268921612226892869562689216122268928695626892161222689286956268921612226892869562689216122268928695626892161222689286956268921612226892869562689216122268928695626892161222689286956268921612226892869562689216122268928695626892161222689286956268921612226892869562689216122268928695626892161222689286956268921612226892869562689216" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f72449f1-63e2-4ec7-a2ed-12f69d61efd0, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6983f99e-b712-4a3b-8b80-268093731913, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6983f99e-b712-4a3b-8b80-268093731913, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2314569029113978477 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23145690291139784772314569029113978477231456902911397847723145690291139784772314569029113978477231456902911397847723145690291139784772314569029113978477231456902911397847723145690291139784772314569029113978477231456902911397847723145690291139784772314569029113978477231456902911397847723145690291139784772314569029113978477231456902911397847723145690291139784772314569029113978477" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d23829e8-8e2c-4a8f-bda8-5739763dd27f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 864d7815-0bbf-4190-8676-501932c0c801, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 864d7815-0bbf-4190-8676-501932c0c801, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5744728112389903494 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57447281123899034945744728112389903494574472811238990349457447281123899034945744728112389903494574472811238990349457447281123899034945744728112389903494574472811238990349457447281123899034945744728112389903494574472811238990349457447281123899034945744728112389903494574472811238990349457447281123899034945744728112389903494574472811238990349457447281123899034945744728112389903494" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6983f99e-b712-4a3b-8b80-268093731913, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dee3164d-9e96-4081-9fd9-1a75bf40ca94, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dee3164d-9e96-4081-9fd9-1a75bf40ca94, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3683629612065118677 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36836296120651186773683629612065118677368362961206511867736836296120651186773683629612065118677368362961206511867736836296120651186773683629612065118677368362961206511867736836296120651186773683629612065118677368362961206511867736836296120651186773683629612065118677368362961206511867736836296120651186773683629612065118677368362961206511867736836296120651186773683629612065118677" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 864d7815-0bbf-4190-8676-501932c0c801, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7987692f-1a10-46ff-9667-4b3bcfa16a10, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7987692f-1a10-46ff-9667-4b3bcfa16a10, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14162027060437131515 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1416202706043713151514162027060437131515141620270604371315151416202706043713151514162027060437131515141620270604371315151416202706043713151514162027060437131515141620270604371315151416202706043713151514162027060437131515141620270604371315151416202706043713151514162027060437131515141620270604371315151416202706043713151514162027060437131515141620270604371315151416202706043713151514162027060437131515" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dee3164d-9e96-4081-9fd9-1a75bf40ca94, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7f348f8e-0d16-4d4c-843f-558e149e0493, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7f348f8e-0d16-4d4c-843f-558e149e0493, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7141492470404683302 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71414924704046833027141492470404683302714149247040468330271414924704046833027141492470404683302714149247040468330271414924704046833027141492470404683302714149247040468330271414924704046833027141492470404683302714149247040468330271414924704046833027141492470404683302714149247040468330271414924704046833027141492470404683302714149247040468330271414924704046833027141492470404683302" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7987692f-1a10-46ff-9667-4b3bcfa16a10, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1c017b4b-3f28-4f57-a252-9dcd400508db, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1c017b4b-3f28-4f57-a252-9dcd400508db, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7167790274092787342 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71677902740927873427167790274092787342716779027409278734271677902740927873427167790274092787342716779027409278734271677902740927873427167790274092787342716779027409278734271677902740927873427167790274092787342716779027409278734271677902740927873427167790274092787342716779027409278734271677902740927873427167790274092787342716779027409278734271677902740927873427167790274092787342" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1c017b4b-3f28-4f57-a252-9dcd400508db, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a4543ba6-93f6-4a5c-8f2c-f41fbbefd602, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a4543ba6-93f6-4a5c-8f2c-f41fbbefd602, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4008131920336814558 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40081319203368145584008131920336814558400813192033681455840081319203368145584008131920336814558400813192033681455840081319203368145584008131920336814558400813192033681455840081319203368145584008131920336814558400813192033681455840081319203368145584008131920336814558400813192033681455840081319203368145584008131920336814558400813192033681455840081319203368145584008131920336814558" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7f348f8e-0d16-4d4c-843f-558e149e0493, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1fc01527-cc2b-43cb-abc6-e7d7e5411ca3, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1fc01527-cc2b-43cb-abc6-e7d7e5411ca3, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6714335375329793132 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67143353753297931326714335375329793132671433537532979313267143353753297931326714335375329793132671433537532979313267143353753297931326714335375329793132671433537532979313267143353753297931326714335375329793132671433537532979313267143353753297931326714335375329793132671433537532979313267143353753297931326714335375329793132671433537532979313267143353753297931326714335375329793132" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a4543ba6-93f6-4a5c-8f2c-f41fbbefd602, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 73c0ff7a-266d-4dee-8487-f8deca6ec355, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 73c0ff7a-266d-4dee-8487-f8deca6ec355, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9855145478554944582 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98551454785549445829855145478554944582985514547855494458298551454785549445829855145478554944582985514547855494458298551454785549445829855145478554944582985514547855494458298551454785549445829855145478554944582985514547855494458298551454785549445829855145478554944582985514547855494458298551454785549445829855145478554944582985514547855494458298551454785549445829855145478554944582" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1fc01527-cc2b-43cb-abc6-e7d7e5411ca3, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8f642f8e-1ab3-4847-a8d9-9a579d7c4a4f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8f642f8e-1ab3-4847-a8d9-9a579d7c4a4f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8732504027259688310 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87325040272596883108732504027259688310873250402725968831087325040272596883108732504027259688310873250402725968831087325040272596883108732504027259688310873250402725968831087325040272596883108732504027259688310873250402725968831087325040272596883108732504027259688310873250402725968831087325040272596883108732504027259688310873250402725968831087325040272596883108732504027259688310" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 73c0ff7a-266d-4dee-8487-f8deca6ec355, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5d7e4020-982d-4e1d-afcc-1e277ee750e3, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5d7e4020-982d-4e1d-afcc-1e277ee750e3, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10394445586473251072 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1039444558647325107210394445586473251072103944455864732510721039444558647325107210394445586473251072103944455864732510721039444558647325107210394445586473251072103944455864732510721039444558647325107210394445586473251072103944455864732510721039444558647325107210394445586473251072103944455864732510721039444558647325107210394445586473251072103944455864732510721039444558647325107210394445586473251072" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8f642f8e-1ab3-4847-a8d9-9a579d7c4a4f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5badda3b-5ce7-4a3b-bbf7-150516a0005f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5badda3b-5ce7-4a3b-bbf7-150516a0005f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17703823793637642285 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1770382379363764228517703823793637642285177038237936376422851770382379363764228517703823793637642285177038237936376422851770382379363764228517703823793637642285177038237936376422851770382379363764228517703823793637642285177038237936376422851770382379363764228517703823793637642285177038237936376422851770382379363764228517703823793637642285177038237936376422851770382379363764228517703823793637642285" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5d7e4020-982d-4e1d-afcc-1e277ee750e3, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5badda3b-5ce7-4a3b-bbf7-150516a0005f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 24a791d9-4ad4-44c7-8e2c-454c61e44435, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 24a791d9-4ad4-44c7-8e2c-454c61e44435, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18392439841936023739 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1839243984193602373918392439841936023739183924398419360237391839243984193602373918392439841936023739183924398419360237391839243984193602373918392439841936023739183924398419360237391839243984193602373918392439841936023739183924398419360237391839243984193602373918392439841936023739183924398419360237391839243984193602373918392439841936023739183924398419360237391839243984193602373918392439841936023739" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0638f501-322b-4674-a5e5-78e660d0b53f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0638f501-322b-4674-a5e5-78e660d0b53f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14550603893310235983 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1455060389331023598314550603893310235983145506038933102359831455060389331023598314550603893310235983145506038933102359831455060389331023598314550603893310235983145506038933102359831455060389331023598314550603893310235983145506038933102359831455060389331023598314550603893310235983145506038933102359831455060389331023598314550603893310235983145506038933102359831455060389331023598314550603893310235983" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 24a791d9-4ad4-44c7-8e2c-454c61e44435, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fe8ac02c-2751-446a-a1c8-767376c6e294, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fe8ac02c-2751-446a-a1c8-767376c6e294, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16964340158073418053 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1696434015807341805316964340158073418053169643401580734180531696434015807341805316964340158073418053169643401580734180531696434015807341805316964340158073418053169643401580734180531696434015807341805316964340158073418053169643401580734180531696434015807341805316964340158073418053169643401580734180531696434015807341805316964340158073418053169643401580734180531696434015807341805316964340158073418053" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0638f501-322b-4674-a5e5-78e660d0b53f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bc27ebf9-3050-404d-8647-bf20cd4aa742, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bc27ebf9-3050-404d-8647-bf20cd4aa742, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16011668971969638233 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1601166897196963823316011668971969638233160116689719696382331601166897196963823316011668971969638233160116689719696382331601166897196963823316011668971969638233160116689719696382331601166897196963823316011668971969638233160116689719696382331601166897196963823316011668971969638233160116689719696382331601166897196963823316011668971969638233160116689719696382331601166897196963823316011668971969638233" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fe8ac02c-2751-446a-a1c8-767376c6e294, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d4a29e43-aae1-49d1-91f1-4c4debdd1351, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d4a29e43-aae1-49d1-91f1-4c4debdd1351, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4062203798809897191 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40622037988098971914062203798809897191406220379880989719140622037988098971914062203798809897191406220379880989719140622037988098971914062203798809897191406220379880989719140622037988098971914062203798809897191406220379880989719140622037988098971914062203798809897191406220379880989719140622037988098971914062203798809897191406220379880989719140622037988098971914062203798809897191" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bc27ebf9-3050-404d-8647-bf20cd4aa742, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, aa730a03-60a8-4e78-8bff-456222aa05c0, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aa730a03-60a8-4e78-8bff-456222aa05c0, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7094073807234892858 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70940738072348928587094073807234892858709407380723489285870940738072348928587094073807234892858709407380723489285870940738072348928587094073807234892858709407380723489285870940738072348928587094073807234892858709407380723489285870940738072348928587094073807234892858709407380723489285870940738072348928587094073807234892858709407380723489285870940738072348928587094073807234892858" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d4a29e43-aae1-49d1-91f1-4c4debdd1351, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7e6b840b-dfd7-4c1d-808c-27b66bc04227, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aa730a03-60a8-4e78-8bff-456222aa05c0, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 90b23bf4-3ff8-492d-b628-e925cc561962, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 90b23bf4-3ff8-492d-b628-e925cc561962, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 479426000780697557 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "479426000780697557479426000780697557479426000780697557479426000780697557479426000780697557479426000780697557479426000780697557479426000780697557479426000780697557479426000780697557479426000780697557479426000780697557479426000780697557479426000780697557479426000780697557479426000780697557479426000780697557479426000780697557479426000780697557479426000780697557" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7e6b840b-dfd7-4c1d-808c-27b66bc04227, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1181186730915870062 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11811867309158700621181186730915870062118118673091587006211811867309158700621181186730915870062118118673091587006211811867309158700621181186730915870062118118673091587006211811867309158700621181186730915870062118118673091587006211811867309158700621181186730915870062118118673091587006211811867309158700621181186730915870062118118673091587006211811867309158700621181186730915870062" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7e6b840b-dfd7-4c1d-808c-27b66bc04227, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ac17b969-3cb5-4df3-a6e2-c352974dcace, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ac17b969-3cb5-4df3-a6e2-c352974dcace, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5875019074235916832 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58750190742359168325875019074235916832587501907423591683258750190742359168325875019074235916832587501907423591683258750190742359168325875019074235916832587501907423591683258750190742359168325875019074235916832587501907423591683258750190742359168325875019074235916832587501907423591683258750190742359168325875019074235916832587501907423591683258750190742359168325875019074235916832" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 90b23bf4-3ff8-492d-b628-e925cc561962, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 452742f4-c656-4f1f-a3bd-312e09878c91, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 452742f4-c656-4f1f-a3bd-312e09878c91, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 259222909144666811 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "259222909144666811259222909144666811259222909144666811259222909144666811259222909144666811259222909144666811259222909144666811259222909144666811259222909144666811259222909144666811259222909144666811259222909144666811259222909144666811259222909144666811259222909144666811259222909144666811259222909144666811259222909144666811259222909144666811259222909144666811" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ac17b969-3cb5-4df3-a6e2-c352974dcace, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3b44a0d3-d3a5-4c10-8350-9849ef66da93, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3b44a0d3-d3a5-4c10-8350-9849ef66da93, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7951460538892165118 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79514605388921651187951460538892165118795146053889216511879514605388921651187951460538892165118795146053889216511879514605388921651187951460538892165118795146053889216511879514605388921651187951460538892165118795146053889216511879514605388921651187951460538892165118795146053889216511879514605388921651187951460538892165118795146053889216511879514605388921651187951460538892165118" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 452742f4-c656-4f1f-a3bd-312e09878c91, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 73a671c7-6fc5-4c82-9633-9aa47594102b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 73a671c7-6fc5-4c82-9633-9aa47594102b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10634634982402104289 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1063463498240210428910634634982402104289106346349824021042891063463498240210428910634634982402104289106346349824021042891063463498240210428910634634982402104289106346349824021042891063463498240210428910634634982402104289106346349824021042891063463498240210428910634634982402104289106346349824021042891063463498240210428910634634982402104289106346349824021042891063463498240210428910634634982402104289" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3b44a0d3-d3a5-4c10-8350-9849ef66da93, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fcb2dda1-76db-4422-b63a-7841c1734c30, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fcb2dda1-76db-4422-b63a-7841c1734c30, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15275972870746340661 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1527597287074634066115275972870746340661152759728707463406611527597287074634066115275972870746340661152759728707463406611527597287074634066115275972870746340661152759728707463406611527597287074634066115275972870746340661152759728707463406611527597287074634066115275972870746340661152759728707463406611527597287074634066115275972870746340661152759728707463406611527597287074634066115275972870746340661" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 73a671c7-6fc5-4c82-9633-9aa47594102b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b883a17f-2b0b-4f44-94b3-65aadfc59d29, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b883a17f-2b0b-4f44-94b3-65aadfc59d29, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13245464908418238192 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1324546490841823819213245464908418238192132454649084182381921324546490841823819213245464908418238192132454649084182381921324546490841823819213245464908418238192132454649084182381921324546490841823819213245464908418238192132454649084182381921324546490841823819213245464908418238192132454649084182381921324546490841823819213245464908418238192132454649084182381921324546490841823819213245464908418238192" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fcb2dda1-76db-4422-b63a-7841c1734c30, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b883a17f-2b0b-4f44-94b3-65aadfc59d29, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6bc0cce0-dd91-43ab-8b0e-158c2310eab1, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6bc0cce0-dd91-43ab-8b0e-158c2310eab1, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14217470271392979268 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1421747027139297926814217470271392979268142174702713929792681421747027139297926814217470271392979268142174702713929792681421747027139297926814217470271392979268142174702713929792681421747027139297926814217470271392979268142174702713929792681421747027139297926814217470271392979268142174702713929792681421747027139297926814217470271392979268142174702713929792681421747027139297926814217470271392979268" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1df127ab-f0d2-4cf4-bac9-f2885707b7fc, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1df127ab-f0d2-4cf4-bac9-f2885707b7fc, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5314998019208040403 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53149980192080404035314998019208040403531499801920804040353149980192080404035314998019208040403531499801920804040353149980192080404035314998019208040403531499801920804040353149980192080404035314998019208040403531499801920804040353149980192080404035314998019208040403531499801920804040353149980192080404035314998019208040403531499801920804040353149980192080404035314998019208040403" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6bc0cce0-dd91-43ab-8b0e-158c2310eab1, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 13bbc353-78df-4c4c-9c25-d62f4b69053c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 13bbc353-78df-4c4c-9c25-d62f4b69053c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17058422473980037521 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1705842247398003752117058422473980037521170584224739800375211705842247398003752117058422473980037521170584224739800375211705842247398003752117058422473980037521170584224739800375211705842247398003752117058422473980037521170584224739800375211705842247398003752117058422473980037521170584224739800375211705842247398003752117058422473980037521170584224739800375211705842247398003752117058422473980037521" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1df127ab-f0d2-4cf4-bac9-f2885707b7fc, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 533c1977-f1d4-4566-823e-ad9352386f64, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 533c1977-f1d4-4566-823e-ad9352386f64, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1549295159628903443 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15492951596289034431549295159628903443154929515962890344315492951596289034431549295159628903443154929515962890344315492951596289034431549295159628903443154929515962890344315492951596289034431549295159628903443154929515962890344315492951596289034431549295159628903443154929515962890344315492951596289034431549295159628903443154929515962890344315492951596289034431549295159628903443" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 13bbc353-78df-4c4c-9c25-d62f4b69053c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6227384b-efcb-4097-969d-542de118697d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6227384b-efcb-4097-969d-542de118697d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10163281276552234742 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1016328127655223474210163281276552234742101632812765522347421016328127655223474210163281276552234742101632812765522347421016328127655223474210163281276552234742101632812765522347421016328127655223474210163281276552234742101632812765522347421016328127655223474210163281276552234742101632812765522347421016328127655223474210163281276552234742101632812765522347421016328127655223474210163281276552234742" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 533c1977-f1d4-4566-823e-ad9352386f64, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a2afc65c-f2ec-426a-baa2-fdb855ab434c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a2afc65c-f2ec-426a-baa2-fdb855ab434c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4236841235258636061 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42368412352586360614236841235258636061423684123525863606142368412352586360614236841235258636061423684123525863606142368412352586360614236841235258636061423684123525863606142368412352586360614236841235258636061423684123525863606142368412352586360614236841235258636061423684123525863606142368412352586360614236841235258636061423684123525863606142368412352586360614236841235258636061" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6227384b-efcb-4097-969d-542de118697d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8f9f6b7e-6f11-4383-bbc4-8504f71f85dc, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8f9f6b7e-6f11-4383-bbc4-8504f71f85dc, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15251636849885784010 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1525163684988578401015251636849885784010152516368498857840101525163684988578401015251636849885784010152516368498857840101525163684988578401015251636849885784010152516368498857840101525163684988578401015251636849885784010152516368498857840101525163684988578401015251636849885784010152516368498857840101525163684988578401015251636849885784010152516368498857840101525163684988578401015251636849885784010" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a2afc65c-f2ec-426a-baa2-fdb855ab434c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8f9f6b7e-6f11-4383-bbc4-8504f71f85dc, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 636f33d2-fed3-4280-b11d-30bbd305c4fe, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9bda3aeb-2140-4a3d-b77c-8c5e2ad0de49, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9bda3aeb-2140-4a3d-b77c-8c5e2ad0de49, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15348513464427372406 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1534851346442737240615348513464427372406153485134644273724061534851346442737240615348513464427372406153485134644273724061534851346442737240615348513464427372406153485134644273724061534851346442737240615348513464427372406153485134644273724061534851346442737240615348513464427372406153485134644273724061534851346442737240615348513464427372406153485134644273724061534851346442737240615348513464427372406" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 636f33d2-fed3-4280-b11d-30bbd305c4fe, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12982716127644012348 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1298271612764401234812982716127644012348129827161276440123481298271612764401234812982716127644012348129827161276440123481298271612764401234812982716127644012348129827161276440123481298271612764401234812982716127644012348129827161276440123481298271612764401234812982716127644012348129827161276440123481298271612764401234812982716127644012348129827161276440123481298271612764401234812982716127644012348" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9bda3aeb-2140-4a3d-b77c-8c5e2ad0de49, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 158d7bae-650a-4ba0-b95e-86313653b33b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 158d7bae-650a-4ba0-b95e-86313653b33b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15972706425709817979 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1597270642570981797915972706425709817979159727064257098179791597270642570981797915972706425709817979159727064257098179791597270642570981797915972706425709817979159727064257098179791597270642570981797915972706425709817979159727064257098179791597270642570981797915972706425709817979159727064257098179791597270642570981797915972706425709817979159727064257098179791597270642570981797915972706425709817979" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 636f33d2-fed3-4280-b11d-30bbd305c4fe, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9e365b1a-e7be-474c-a5d4-b9ef9ecd2e13, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9e365b1a-e7be-474c-a5d4-b9ef9ecd2e13, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6243694508091231261 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62436945080912312616243694508091231261624369450809123126162436945080912312616243694508091231261624369450809123126162436945080912312616243694508091231261624369450809123126162436945080912312616243694508091231261624369450809123126162436945080912312616243694508091231261624369450809123126162436945080912312616243694508091231261624369450809123126162436945080912312616243694508091231261" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 158d7bae-650a-4ba0-b95e-86313653b33b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 15fd688c-41a4-426f-849e-aeb9c5149272, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 15fd688c-41a4-426f-849e-aeb9c5149272, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11181569352382177027 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1118156935238217702711181569352382177027111815693523821770271118156935238217702711181569352382177027111815693523821770271118156935238217702711181569352382177027111815693523821770271118156935238217702711181569352382177027111815693523821770271118156935238217702711181569352382177027111815693523821770271118156935238217702711181569352382177027111815693523821770271118156935238217702711181569352382177027" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9e365b1a-e7be-474c-a5d4-b9ef9ecd2e13, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 21277319-7ab2-410f-b40e-8e03af5a9b73, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 21277319-7ab2-410f-b40e-8e03af5a9b73, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8336235716658383886 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83362357166583838868336235716658383886833623571665838388683362357166583838868336235716658383886833623571665838388683362357166583838868336235716658383886833623571665838388683362357166583838868336235716658383886833623571665838388683362357166583838868336235716658383886833623571665838388683362357166583838868336235716658383886833623571665838388683362357166583838868336235716658383886" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 15fd688c-41a4-426f-849e-aeb9c5149272, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0f64f88b-572e-48e7-a2a7-5145ddaf10a4, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0f64f88b-572e-48e7-a2a7-5145ddaf10a4, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7051055155314603768 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70510551553146037687051055155314603768705105515531460376870510551553146037687051055155314603768705105515531460376870510551553146037687051055155314603768705105515531460376870510551553146037687051055155314603768705105515531460376870510551553146037687051055155314603768705105515531460376870510551553146037687051055155314603768705105515531460376870510551553146037687051055155314603768" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 21277319-7ab2-410f-b40e-8e03af5a9b73, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ac638796-7299-4567-90d9-9e967ec8c157, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ac638796-7299-4567-90d9-9e967ec8c157, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3468733045002178909 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34687330450021789093468733045002178909346873304500217890934687330450021789093468733045002178909346873304500217890934687330450021789093468733045002178909346873304500217890934687330450021789093468733045002178909346873304500217890934687330450021789093468733045002178909346873304500217890934687330450021789093468733045002178909346873304500217890934687330450021789093468733045002178909" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0f64f88b-572e-48e7-a2a7-5145ddaf10a4, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b02f5071-f65a-4502-902a-96a5ebfa5b23, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b02f5071-f65a-4502-902a-96a5ebfa5b23, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17539073090755364474 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1753907309075536447417539073090755364474175390730907553644741753907309075536447417539073090755364474175390730907553644741753907309075536447417539073090755364474175390730907553644741753907309075536447417539073090755364474175390730907553644741753907309075536447417539073090755364474175390730907553644741753907309075536447417539073090755364474175390730907553644741753907309075536447417539073090755364474" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ac638796-7299-4567-90d9-9e967ec8c157, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c788dc0c-e612-44c6-9937-31c2a3bbc142, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c788dc0c-e612-44c6-9937-31c2a3bbc142, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9124569603011848236 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91245696030118482369124569603011848236912456960301184823691245696030118482369124569603011848236912456960301184823691245696030118482369124569603011848236912456960301184823691245696030118482369124569603011848236912456960301184823691245696030118482369124569603011848236912456960301184823691245696030118482369124569603011848236912456960301184823691245696030118482369124569603011848236" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b02f5071-f65a-4502-902a-96a5ebfa5b23, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f0e01949-77af-4d91-bf25-7b70ce4b5799, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f0e01949-77af-4d91-bf25-7b70ce4b5799, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16878467624404905155 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1687846762440490515516878467624404905155168784676244049051551687846762440490515516878467624404905155168784676244049051551687846762440490515516878467624404905155168784676244049051551687846762440490515516878467624404905155168784676244049051551687846762440490515516878467624404905155168784676244049051551687846762440490515516878467624404905155168784676244049051551687846762440490515516878467624404905155" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c788dc0c-e612-44c6-9937-31c2a3bbc142, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5e7aa767-1313-4ee0-8130-eb3ad3bb78fc, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f0e01949-77af-4d91-bf25-7b70ce4b5799, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 748c8a70-3806-45ff-8057-9cb4345ebf62, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5e7aa767-1313-4ee0-8130-eb3ad3bb78fc, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10033879003578579736 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1003387900357857973610033879003578579736100338790035785797361003387900357857973610033879003578579736100338790035785797361003387900357857973610033879003578579736100338790035785797361003387900357857973610033879003578579736100338790035785797361003387900357857973610033879003578579736100338790035785797361003387900357857973610033879003578579736100338790035785797361003387900357857973610033879003578579736" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 748c8a70-3806-45ff-8057-9cb4345ebf62, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5160879758315687092 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51608797583156870925160879758315687092516087975831568709251608797583156870925160879758315687092516087975831568709251608797583156870925160879758315687092516087975831568709251608797583156870925160879758315687092516087975831568709251608797583156870925160879758315687092516087975831568709251608797583156870925160879758315687092516087975831568709251608797583156870925160879758315687092" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5e7aa767-1313-4ee0-8130-eb3ad3bb78fc, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 06ff528c-49d2-4c67-bf01-a37b6d756a02, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 06ff528c-49d2-4c67-bf01-a37b6d756a02, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4747584575808368322 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47475845758083683224747584575808368322474758457580836832247475845758083683224747584575808368322474758457580836832247475845758083683224747584575808368322474758457580836832247475845758083683224747584575808368322474758457580836832247475845758083683224747584575808368322474758457580836832247475845758083683224747584575808368322474758457580836832247475845758083683224747584575808368322" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 748c8a70-3806-45ff-8057-9cb4345ebf62, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2a779003-a07a-41f3-ab69-fc04cac43f82, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2a779003-a07a-41f3-ab69-fc04cac43f82, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5469691944500408093 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54696919445004080935469691944500408093546969194450040809354696919445004080935469691944500408093546969194450040809354696919445004080935469691944500408093546969194450040809354696919445004080935469691944500408093546969194450040809354696919445004080935469691944500408093546969194450040809354696919445004080935469691944500408093546969194450040809354696919445004080935469691944500408093" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 06ff528c-49d2-4c67-bf01-a37b6d756a02, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8466b6d7-20bd-4deb-8303-e657ab05b031, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8466b6d7-20bd-4deb-8303-e657ab05b031, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11624578132290876127 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1162457813229087612711624578132290876127116245781322908761271162457813229087612711624578132290876127116245781322908761271162457813229087612711624578132290876127116245781322908761271162457813229087612711624578132290876127116245781322908761271162457813229087612711624578132290876127116245781322908761271162457813229087612711624578132290876127116245781322908761271162457813229087612711624578132290876127" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2a779003-a07a-41f3-ab69-fc04cac43f82, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f488b064-f320-4f51-847d-8cb446052e8e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f488b064-f320-4f51-847d-8cb446052e8e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2486058838525053830 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24860588385250538302486058838525053830248605883852505383024860588385250538302486058838525053830248605883852505383024860588385250538302486058838525053830248605883852505383024860588385250538302486058838525053830248605883852505383024860588385250538302486058838525053830248605883852505383024860588385250538302486058838525053830248605883852505383024860588385250538302486058838525053830" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8466b6d7-20bd-4deb-8303-e657ab05b031, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 265ce4e4-5b8d-48a1-b5f7-1563cadb8d6a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 265ce4e4-5b8d-48a1-b5f7-1563cadb8d6a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16522833288834694907 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1652283328883469490716522833288834694907165228332888346949071652283328883469490716522833288834694907165228332888346949071652283328883469490716522833288834694907165228332888346949071652283328883469490716522833288834694907165228332888346949071652283328883469490716522833288834694907165228332888346949071652283328883469490716522833288834694907165228332888346949071652283328883469490716522833288834694907" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f488b064-f320-4f51-847d-8cb446052e8e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6aed4ed6-1a71-47a2-8303-2dc89616fe5a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6aed4ed6-1a71-47a2-8303-2dc89616fe5a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18200706968901532367 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1820070696890153236718200706968901532367182007069689015323671820070696890153236718200706968901532367182007069689015323671820070696890153236718200706968901532367182007069689015323671820070696890153236718200706968901532367182007069689015323671820070696890153236718200706968901532367182007069689015323671820070696890153236718200706968901532367182007069689015323671820070696890153236718200706968901532367" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 265ce4e4-5b8d-48a1-b5f7-1563cadb8d6a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 61ad625d-4630-4fc4-b911-29ab2b8626b3, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 61ad625d-4630-4fc4-b911-29ab2b8626b3, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8844924351462783982 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88449243514627839828844924351462783982884492435146278398288449243514627839828844924351462783982884492435146278398288449243514627839828844924351462783982884492435146278398288449243514627839828844924351462783982884492435146278398288449243514627839828844924351462783982884492435146278398288449243514627839828844924351462783982884492435146278398288449243514627839828844924351462783982" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6aed4ed6-1a71-47a2-8303-2dc89616fe5a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c7789759-0197-4452-bc56-bc724cf0f005, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c7789759-0197-4452-bc56-bc724cf0f005, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15984072028550065405 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1598407202855006540515984072028550065405159840720285500654051598407202855006540515984072028550065405159840720285500654051598407202855006540515984072028550065405159840720285500654051598407202855006540515984072028550065405159840720285500654051598407202855006540515984072028550065405159840720285500654051598407202855006540515984072028550065405159840720285500654051598407202855006540515984072028550065405" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 61ad625d-4630-4fc4-b911-29ab2b8626b3, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 40ec801d-4aea-41cc-baba-9defc8924e58, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 40ec801d-4aea-41cc-baba-9defc8924e58, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16205187268456335244 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1620518726845633524416205187268456335244162051872684563352441620518726845633524416205187268456335244162051872684563352441620518726845633524416205187268456335244162051872684563352441620518726845633524416205187268456335244162051872684563352441620518726845633524416205187268456335244162051872684563352441620518726845633524416205187268456335244162051872684563352441620518726845633524416205187268456335244" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c7789759-0197-4452-bc56-bc724cf0f005, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c0f5646c-46a4-4e83-a78a-17340839073f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c0f5646c-46a4-4e83-a78a-17340839073f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11784732007803240774 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1178473200780324077411784732007803240774117847320078032407741178473200780324077411784732007803240774117847320078032407741178473200780324077411784732007803240774117847320078032407741178473200780324077411784732007803240774117847320078032407741178473200780324077411784732007803240774117847320078032407741178473200780324077411784732007803240774117847320078032407741178473200780324077411784732007803240774" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 40ec801d-4aea-41cc-baba-9defc8924e58, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8a7013f9-3d55-440e-bc7d-8cf12c15db4c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8a7013f9-3d55-440e-bc7d-8cf12c15db4c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2785759416219099568 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27857594162190995682785759416219099568278575941621909956827857594162190995682785759416219099568278575941621909956827857594162190995682785759416219099568278575941621909956827857594162190995682785759416219099568278575941621909956827857594162190995682785759416219099568278575941621909956827857594162190995682785759416219099568278575941621909956827857594162190995682785759416219099568" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8a7013f9-3d55-440e-bc7d-8cf12c15db4c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b5eb3256-07ca-4ab4-9ae0-ee1fe2936385, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b5eb3256-07ca-4ab4-9ae0-ee1fe2936385, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4205759960306873128 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42057599603068731284205759960306873128420575996030687312842057599603068731284205759960306873128420575996030687312842057599603068731284205759960306873128420575996030687312842057599603068731284205759960306873128420575996030687312842057599603068731284205759960306873128420575996030687312842057599603068731284205759960306873128420575996030687312842057599603068731284205759960306873128" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c0f5646c-46a4-4e83-a78a-17340839073f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d733c8c8-765f-4e54-ac75-8ab22a694676, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d733c8c8-765f-4e54-ac75-8ab22a694676, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16125845284759632909 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1612584528475963290916125845284759632909161258452847596329091612584528475963290916125845284759632909161258452847596329091612584528475963290916125845284759632909161258452847596329091612584528475963290916125845284759632909161258452847596329091612584528475963290916125845284759632909161258452847596329091612584528475963290916125845284759632909161258452847596329091612584528475963290916125845284759632909" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b5eb3256-07ca-4ab4-9ae0-ee1fe2936385, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 84f84c3d-26a0-40ba-b866-7918e7c4ef28, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 84f84c3d-26a0-40ba-b866-7918e7c4ef28, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16508591752398491477 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1650859175239849147716508591752398491477165085917523984914771650859175239849147716508591752398491477165085917523984914771650859175239849147716508591752398491477165085917523984914771650859175239849147716508591752398491477165085917523984914771650859175239849147716508591752398491477165085917523984914771650859175239849147716508591752398491477165085917523984914771650859175239849147716508591752398491477" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 84f84c3d-26a0-40ba-b866-7918e7c4ef28, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 06055254-c715-4ed4-b536-bb9f85958fba, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 06055254-c715-4ed4-b536-bb9f85958fba, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14208078020963447614 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1420807802096344761414208078020963447614142080780209634476141420807802096344761414208078020963447614142080780209634476141420807802096344761414208078020963447614142080780209634476141420807802096344761414208078020963447614142080780209634476141420807802096344761414208078020963447614142080780209634476141420807802096344761414208078020963447614142080780209634476141420807802096344761414208078020963447614" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d733c8c8-765f-4e54-ac75-8ab22a694676, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4ef67d32-ce6c-43f8-8a9c-49eb1bfc3342, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4ef67d32-ce6c-43f8-8a9c-49eb1bfc3342, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10747098504897952905 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1074709850489795290510747098504897952905107470985048979529051074709850489795290510747098504897952905107470985048979529051074709850489795290510747098504897952905107470985048979529051074709850489795290510747098504897952905107470985048979529051074709850489795290510747098504897952905107470985048979529051074709850489795290510747098504897952905107470985048979529051074709850489795290510747098504897952905" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 06055254-c715-4ed4-b536-bb9f85958fba, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0d71700a-07f0-4cd9-a9b9-5d57f32491a6, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0d71700a-07f0-4cd9-a9b9-5d57f32491a6, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15585746327658560430 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1558574632765856043015585746327658560430155857463276585604301558574632765856043015585746327658560430155857463276585604301558574632765856043015585746327658560430155857463276585604301558574632765856043015585746327658560430155857463276585604301558574632765856043015585746327658560430155857463276585604301558574632765856043015585746327658560430155857463276585604301558574632765856043015585746327658560430" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4ef67d32-ce6c-43f8-8a9c-49eb1bfc3342, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1641f3bc-8964-45bc-877c-c5c565544b5c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1641f3bc-8964-45bc-877c-c5c565544b5c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5279331067131164586 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52793310671311645865279331067131164586527933106713116458652793310671311645865279331067131164586527933106713116458652793310671311645865279331067131164586527933106713116458652793310671311645865279331067131164586527933106713116458652793310671311645865279331067131164586527933106713116458652793310671311645865279331067131164586527933106713116458652793310671311645865279331067131164586" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0d71700a-07f0-4cd9-a9b9-5d57f32491a6, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 43b2b515-f36c-44ef-98dd-2462a7313ae1, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 43b2b515-f36c-44ef-98dd-2462a7313ae1, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8137305292454209542 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81373052924542095428137305292454209542813730529245420954281373052924542095428137305292454209542813730529245420954281373052924542095428137305292454209542813730529245420954281373052924542095428137305292454209542813730529245420954281373052924542095428137305292454209542813730529245420954281373052924542095428137305292454209542813730529245420954281373052924542095428137305292454209542" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1641f3bc-8964-45bc-877c-c5c565544b5c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fbd9f67a-b608-44b7-a023-cb90a754c418, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fbd9f67a-b608-44b7-a023-cb90a754c418, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18437676528718160160 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1843767652871816016018437676528718160160184376765287181601601843767652871816016018437676528718160160184376765287181601601843767652871816016018437676528718160160184376765287181601601843767652871816016018437676528718160160184376765287181601601843767652871816016018437676528718160160184376765287181601601843767652871816016018437676528718160160184376765287181601601843767652871816016018437676528718160160" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 43b2b515-f36c-44ef-98dd-2462a7313ae1, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cef30e5a-ea9b-4831-a947-b9cdc3e8b4c3, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cef30e5a-ea9b-4831-a947-b9cdc3e8b4c3, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7199816574053769866 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71998165740537698667199816574053769866719981657405376986671998165740537698667199816574053769866719981657405376986671998165740537698667199816574053769866719981657405376986671998165740537698667199816574053769866719981657405376986671998165740537698667199816574053769866719981657405376986671998165740537698667199816574053769866719981657405376986671998165740537698667199816574053769866" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fbd9f67a-b608-44b7-a023-cb90a754c418, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b7e54771-9b5a-4cb3-b49c-b0ce227c8dc5, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b7e54771-9b5a-4cb3-b49c-b0ce227c8dc5, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4723569814762086232 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47235698147620862324723569814762086232472356981476208623247235698147620862324723569814762086232472356981476208623247235698147620862324723569814762086232472356981476208623247235698147620862324723569814762086232472356981476208623247235698147620862324723569814762086232472356981476208623247235698147620862324723569814762086232472356981476208623247235698147620862324723569814762086232" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cef30e5a-ea9b-4831-a947-b9cdc3e8b4c3, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 84210c72-3fee-43c7-96c9-95ce7870968f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 84210c72-3fee-43c7-96c9-95ce7870968f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 910397397265741297 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "910397397265741297910397397265741297910397397265741297910397397265741297910397397265741297910397397265741297910397397265741297910397397265741297910397397265741297910397397265741297910397397265741297910397397265741297910397397265741297910397397265741297910397397265741297910397397265741297910397397265741297910397397265741297910397397265741297910397397265741297" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b7e54771-9b5a-4cb3-b49c-b0ce227c8dc5, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 010c7799-2e9d-408f-90d0-a1e8f1b8951e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 010c7799-2e9d-408f-90d0-a1e8f1b8951e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14418753019294925802 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1441875301929492580214418753019294925802144187530192949258021441875301929492580214418753019294925802144187530192949258021441875301929492580214418753019294925802144187530192949258021441875301929492580214418753019294925802144187530192949258021441875301929492580214418753019294925802144187530192949258021441875301929492580214418753019294925802144187530192949258021441875301929492580214418753019294925802" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 84210c72-3fee-43c7-96c9-95ce7870968f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8acd4aa2-f91a-4095-b453-0bd52919e2de, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8acd4aa2-f91a-4095-b453-0bd52919e2de, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 396405896693564623 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "396405896693564623396405896693564623396405896693564623396405896693564623396405896693564623396405896693564623396405896693564623396405896693564623396405896693564623396405896693564623396405896693564623396405896693564623396405896693564623396405896693564623396405896693564623396405896693564623396405896693564623396405896693564623396405896693564623396405896693564623" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 010c7799-2e9d-408f-90d0-a1e8f1b8951e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0caec5f3-178d-42f8-ac1b-b31fe15aeef6, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0caec5f3-178d-42f8-ac1b-b31fe15aeef6, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2412999294869559465 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24129992948695594652412999294869559465241299929486955946524129992948695594652412999294869559465241299929486955946524129992948695594652412999294869559465241299929486955946524129992948695594652412999294869559465241299929486955946524129992948695594652412999294869559465241299929486955946524129992948695594652412999294869559465241299929486955946524129992948695594652412999294869559465" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8acd4aa2-f91a-4095-b453-0bd52919e2de, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9602153f-8fd3-4b8b-b185-6fdc199dd04c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0caec5f3-178d-42f8-ac1b-b31fe15aeef6, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9602153f-8fd3-4b8b-b185-6fdc199dd04c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9531833703500028669 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95318337035000286699531833703500028669953183370350002866995318337035000286699531833703500028669953183370350002866995318337035000286699531833703500028669953183370350002866995318337035000286699531833703500028669953183370350002866995318337035000286699531833703500028669953183370350002866995318337035000286699531833703500028669953183370350002866995318337035000286699531833703500028669" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, effcd910-b268-43f2-8abc-3b4dc626e387, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, effcd910-b268-43f2-8abc-3b4dc626e387, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4931082723015165619 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49310827230151656194931082723015165619493108272301516561949310827230151656194931082723015165619493108272301516561949310827230151656194931082723015165619493108272301516561949310827230151656194931082723015165619493108272301516561949310827230151656194931082723015165619493108272301516561949310827230151656194931082723015165619493108272301516561949310827230151656194931082723015165619" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9602153f-8fd3-4b8b-b185-6fdc199dd04c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f2738247-490d-4ecb-86aa-060c05d05906, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f2738247-490d-4ecb-86aa-060c05d05906, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15500530710663581611 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1550053071066358161115500530710663581611155005307106635816111550053071066358161115500530710663581611155005307106635816111550053071066358161115500530710663581611155005307106635816111550053071066358161115500530710663581611155005307106635816111550053071066358161115500530710663581611155005307106635816111550053071066358161115500530710663581611155005307106635816111550053071066358161115500530710663581611" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, effcd910-b268-43f2-8abc-3b4dc626e387, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 28edf0a6-fa23-43bf-926a-80a32984a27c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 28edf0a6-fa23-43bf-926a-80a32984a27c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5409682980244516147 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54096829802445161475409682980244516147540968298024451614754096829802445161475409682980244516147540968298024451614754096829802445161475409682980244516147540968298024451614754096829802445161475409682980244516147540968298024451614754096829802445161475409682980244516147540968298024451614754096829802445161475409682980244516147540968298024451614754096829802445161475409682980244516147" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f2738247-490d-4ecb-86aa-060c05d05906, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 006a7144-81ab-425a-8f37-4f3628cc82bf, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 006a7144-81ab-425a-8f37-4f3628cc82bf, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10975411204613972843 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1097541120461397284310975411204613972843109754112046139728431097541120461397284310975411204613972843109754112046139728431097541120461397284310975411204613972843109754112046139728431097541120461397284310975411204613972843109754112046139728431097541120461397284310975411204613972843109754112046139728431097541120461397284310975411204613972843109754112046139728431097541120461397284310975411204613972843" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 28edf0a6-fa23-43bf-926a-80a32984a27c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3eabb91b-38ca-42fb-b484-4610b7a75ab9, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3eabb91b-38ca-42fb-b484-4610b7a75ab9, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 597748131143902951 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "597748131143902951597748131143902951597748131143902951597748131143902951597748131143902951597748131143902951597748131143902951597748131143902951597748131143902951597748131143902951597748131143902951597748131143902951597748131143902951597748131143902951597748131143902951597748131143902951597748131143902951597748131143902951597748131143902951597748131143902951" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 006a7144-81ab-425a-8f37-4f3628cc82bf, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7007f6f0-0664-4d11-a708-e7b317654f63, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7007f6f0-0664-4d11-a708-e7b317654f63, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9901496674374735456 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99014966743747354569901496674374735456990149667437473545699014966743747354569901496674374735456990149667437473545699014966743747354569901496674374735456990149667437473545699014966743747354569901496674374735456990149667437473545699014966743747354569901496674374735456990149667437473545699014966743747354569901496674374735456990149667437473545699014966743747354569901496674374735456" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3eabb91b-38ca-42fb-b484-4610b7a75ab9, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b9232d3c-0c83-4f61-af88-4445ccc9053f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b9232d3c-0c83-4f61-af88-4445ccc9053f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2975314298580420862 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29753142985804208622975314298580420862297531429858042086229753142985804208622975314298580420862297531429858042086229753142985804208622975314298580420862297531429858042086229753142985804208622975314298580420862297531429858042086229753142985804208622975314298580420862297531429858042086229753142985804208622975314298580420862297531429858042086229753142985804208622975314298580420862" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7007f6f0-0664-4d11-a708-e7b317654f63, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, db96330f-8a7e-491b-be92-948ce9f6f08a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, db96330f-8a7e-491b-be92-948ce9f6f08a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4197102096852172339 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41971020968521723394197102096852172339419710209685217233941971020968521723394197102096852172339419710209685217233941971020968521723394197102096852172339419710209685217233941971020968521723394197102096852172339419710209685217233941971020968521723394197102096852172339419710209685217233941971020968521723394197102096852172339419710209685217233941971020968521723394197102096852172339" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b9232d3c-0c83-4f61-af88-4445ccc9053f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6dd0659c-83f8-4c6b-ba78-3d8b71655b44, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6dd0659c-83f8-4c6b-ba78-3d8b71655b44, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2168856453036121080 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21688564530361210802168856453036121080216885645303612108021688564530361210802168856453036121080216885645303612108021688564530361210802168856453036121080216885645303612108021688564530361210802168856453036121080216885645303612108021688564530361210802168856453036121080216885645303612108021688564530361210802168856453036121080216885645303612108021688564530361210802168856453036121080" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, db96330f-8a7e-491b-be92-948ce9f6f08a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fe651c7b-6ec0-474c-8193-f50a4201525e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fe651c7b-6ec0-474c-8193-f50a4201525e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5116406809617007116 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51164068096170071165116406809617007116511640680961700711651164068096170071165116406809617007116511640680961700711651164068096170071165116406809617007116511640680961700711651164068096170071165116406809617007116511640680961700711651164068096170071165116406809617007116511640680961700711651164068096170071165116406809617007116511640680961700711651164068096170071165116406809617007116" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6dd0659c-83f8-4c6b-ba78-3d8b71655b44, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 253c392c-4526-445b-a5f4-58ca8703089c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 253c392c-4526-445b-a5f4-58ca8703089c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 222865486033022178 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "222865486033022178222865486033022178222865486033022178222865486033022178222865486033022178222865486033022178222865486033022178222865486033022178222865486033022178222865486033022178222865486033022178222865486033022178222865486033022178222865486033022178222865486033022178222865486033022178222865486033022178222865486033022178222865486033022178222865486033022178" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fe651c7b-6ec0-474c-8193-f50a4201525e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 024cf6af-34e7-4383-9b32-b579b17eef39, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 024cf6af-34e7-4383-9b32-b579b17eef39, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13998391044920312440 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1399839104492031244013998391044920312440139983910449203124401399839104492031244013998391044920312440139983910449203124401399839104492031244013998391044920312440139983910449203124401399839104492031244013998391044920312440139983910449203124401399839104492031244013998391044920312440139983910449203124401399839104492031244013998391044920312440139983910449203124401399839104492031244013998391044920312440" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 253c392c-4526-445b-a5f4-58ca8703089c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e2033372-8253-4f79-86d4-be5e4d8cc824, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e2033372-8253-4f79-86d4-be5e4d8cc824, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12807334344826466924 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1280733434482646692412807334344826466924128073343448264669241280733434482646692412807334344826466924128073343448264669241280733434482646692412807334344826466924128073343448264669241280733434482646692412807334344826466924128073343448264669241280733434482646692412807334344826466924128073343448264669241280733434482646692412807334344826466924128073343448264669241280733434482646692412807334344826466924" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 024cf6af-34e7-4383-9b32-b579b17eef39, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4a0165fb-0916-4377-b45a-7f7be185bc00, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4a0165fb-0916-4377-b45a-7f7be185bc00, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7793405795135087131 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77934057951350871317793405795135087131779340579513508713177934057951350871317793405795135087131779340579513508713177934057951350871317793405795135087131779340579513508713177934057951350871317793405795135087131779340579513508713177934057951350871317793405795135087131779340579513508713177934057951350871317793405795135087131779340579513508713177934057951350871317793405795135087131" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4a0165fb-0916-4377-b45a-7f7be185bc00, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ff850748-e299-4c14-9a7b-057b50070d20, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ff850748-e299-4c14-9a7b-057b50070d20, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10989608435960724725 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1098960843596072472510989608435960724725109896084359607247251098960843596072472510989608435960724725109896084359607247251098960843596072472510989608435960724725109896084359607247251098960843596072472510989608435960724725109896084359607247251098960843596072472510989608435960724725109896084359607247251098960843596072472510989608435960724725109896084359607247251098960843596072472510989608435960724725" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e2033372-8253-4f79-86d4-be5e4d8cc824, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 907bdf9e-b1f4-40c9-810f-c289d8627a7b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 907bdf9e-b1f4-40c9-810f-c289d8627a7b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1500101404317352980 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15001014043173529801500101404317352980150010140431735298015001014043173529801500101404317352980150010140431735298015001014043173529801500101404317352980150010140431735298015001014043173529801500101404317352980150010140431735298015001014043173529801500101404317352980150010140431735298015001014043173529801500101404317352980150010140431735298015001014043173529801500101404317352980" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ff850748-e299-4c14-9a7b-057b50070d20, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 87193ed5-1ffd-4c42-a0c1-8ebf73de4063, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 87193ed5-1ffd-4c42-a0c1-8ebf73de4063, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11897544646213578846 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1189754464621357884611897544646213578846118975446462135788461189754464621357884611897544646213578846118975446462135788461189754464621357884611897544646213578846118975446462135788461189754464621357884611897544646213578846118975446462135788461189754464621357884611897544646213578846118975446462135788461189754464621357884611897544646213578846118975446462135788461189754464621357884611897544646213578846" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 907bdf9e-b1f4-40c9-810f-c289d8627a7b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, eab95a75-93f9-4d4e-9c5f-d41ab16bea6f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 87193ed5-1ffd-4c42-a0c1-8ebf73de4063, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eab95a75-93f9-4d4e-9c5f-d41ab16bea6f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1129206310389084549 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11292063103890845491129206310389084549112920631038908454911292063103890845491129206310389084549112920631038908454911292063103890845491129206310389084549112920631038908454911292063103890845491129206310389084549112920631038908454911292063103890845491129206310389084549112920631038908454911292063103890845491129206310389084549112920631038908454911292063103890845491129206310389084549" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9553644f-6c27-4d7c-9cbb-7cc260420483, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9553644f-6c27-4d7c-9cbb-7cc260420483, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13419336597220860304 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1341933659722086030413419336597220860304134193365972208603041341933659722086030413419336597220860304134193365972208603041341933659722086030413419336597220860304134193365972208603041341933659722086030413419336597220860304134193365972208603041341933659722086030413419336597220860304134193365972208603041341933659722086030413419336597220860304134193365972208603041341933659722086030413419336597220860304" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eab95a75-93f9-4d4e-9c5f-d41ab16bea6f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9c027a5b-a74b-4b21-a4c0-1f4320d5c53d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9c027a5b-a74b-4b21-a4c0-1f4320d5c53d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4562834415268410552 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45628344152684105524562834415268410552456283441526841055245628344152684105524562834415268410552456283441526841055245628344152684105524562834415268410552456283441526841055245628344152684105524562834415268410552456283441526841055245628344152684105524562834415268410552456283441526841055245628344152684105524562834415268410552456283441526841055245628344152684105524562834415268410552" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9553644f-6c27-4d7c-9cbb-7cc260420483, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 40ed4f3f-eb10-45f0-a968-3ce02be65698, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 40ed4f3f-eb10-45f0-a968-3ce02be65698, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14752290530679374357 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1475229053067937435714752290530679374357147522905306793743571475229053067937435714752290530679374357147522905306793743571475229053067937435714752290530679374357147522905306793743571475229053067937435714752290530679374357147522905306793743571475229053067937435714752290530679374357147522905306793743571475229053067937435714752290530679374357147522905306793743571475229053067937435714752290530679374357" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9c027a5b-a74b-4b21-a4c0-1f4320d5c53d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f0bebe3b-bb64-4168-9d45-a828b9d1c1d5, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f0bebe3b-bb64-4168-9d45-a828b9d1c1d5, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15479175928742711865 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1547917592874271186515479175928742711865154791759287427118651547917592874271186515479175928742711865154791759287427118651547917592874271186515479175928742711865154791759287427118651547917592874271186515479175928742711865154791759287427118651547917592874271186515479175928742711865154791759287427118651547917592874271186515479175928742711865154791759287427118651547917592874271186515479175928742711865" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 40ed4f3f-eb10-45f0-a968-3ce02be65698, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9a602f40-4d5c-4fb2-963f-658b2af1d2bd, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9a602f40-4d5c-4fb2-963f-658b2af1d2bd, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14063663478773888145 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1406366347877388814514063663478773888145140636634787738881451406366347877388814514063663478773888145140636634787738881451406366347877388814514063663478773888145140636634787738881451406366347877388814514063663478773888145140636634787738881451406366347877388814514063663478773888145140636634787738881451406366347877388814514063663478773888145140636634787738881451406366347877388814514063663478773888145" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f0bebe3b-bb64-4168-9d45-a828b9d1c1d5, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 44d7202a-0ea2-4661-8b49-32cd0d9d702d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 44d7202a-0ea2-4661-8b49-32cd0d9d702d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3878004760684315012 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38780047606843150123878004760684315012387800476068431501238780047606843150123878004760684315012387800476068431501238780047606843150123878004760684315012387800476068431501238780047606843150123878004760684315012387800476068431501238780047606843150123878004760684315012387800476068431501238780047606843150123878004760684315012387800476068431501238780047606843150123878004760684315012" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9a602f40-4d5c-4fb2-963f-658b2af1d2bd, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e73c2495-dbd1-4308-a12b-842d371d0592, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e73c2495-dbd1-4308-a12b-842d371d0592, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 143343806468511543 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "143343806468511543143343806468511543143343806468511543143343806468511543143343806468511543143343806468511543143343806468511543143343806468511543143343806468511543143343806468511543143343806468511543143343806468511543143343806468511543143343806468511543143343806468511543143343806468511543143343806468511543143343806468511543143343806468511543143343806468511543" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 44d7202a-0ea2-4661-8b49-32cd0d9d702d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f97d3551-c713-4593-af16-15c3f96cae0f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f97d3551-c713-4593-af16-15c3f96cae0f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9829548061107738871 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98295480611077388719829548061107738871982954806110773887198295480611077388719829548061107738871982954806110773887198295480611077388719829548061107738871982954806110773887198295480611077388719829548061107738871982954806110773887198295480611077388719829548061107738871982954806110773887198295480611077388719829548061107738871982954806110773887198295480611077388719829548061107738871" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e73c2495-dbd1-4308-a12b-842d371d0592, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ef1e145a-8ae7-4cb4-b460-f770edfb25de, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ef1e145a-8ae7-4cb4-b460-f770edfb25de, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2601040568102788820 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26010405681027888202601040568102788820260104056810278882026010405681027888202601040568102788820260104056810278882026010405681027888202601040568102788820260104056810278882026010405681027888202601040568102788820260104056810278882026010405681027888202601040568102788820260104056810278882026010405681027888202601040568102788820260104056810278882026010405681027888202601040568102788820" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f97d3551-c713-4593-af16-15c3f96cae0f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ca94b4f9-6118-454b-ad24-65d2dc24007b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ca94b4f9-6118-454b-ad24-65d2dc24007b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15041602389516558465 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1504160238951655846515041602389516558465150416023895165584651504160238951655846515041602389516558465150416023895165584651504160238951655846515041602389516558465150416023895165584651504160238951655846515041602389516558465150416023895165584651504160238951655846515041602389516558465150416023895165584651504160238951655846515041602389516558465150416023895165584651504160238951655846515041602389516558465" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ef1e145a-8ae7-4cb4-b460-f770edfb25de, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f1a18e1a-450f-4a3c-afef-cfbd89d409bb, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f1a18e1a-450f-4a3c-afef-cfbd89d409bb, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13354190134063636077 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1335419013406363607713354190134063636077133541901340636360771335419013406363607713354190134063636077133541901340636360771335419013406363607713354190134063636077133541901340636360771335419013406363607713354190134063636077133541901340636360771335419013406363607713354190134063636077133541901340636360771335419013406363607713354190134063636077133541901340636360771335419013406363607713354190134063636077" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ca94b4f9-6118-454b-ad24-65d2dc24007b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 84edab18-9a8c-447f-859d-6e6d24700858, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 84edab18-9a8c-447f-859d-6e6d24700858, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10252279917076650344 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1025227991707665034410252279917076650344102522799170766503441025227991707665034410252279917076650344102522799170766503441025227991707665034410252279917076650344102522799170766503441025227991707665034410252279917076650344102522799170766503441025227991707665034410252279917076650344102522799170766503441025227991707665034410252279917076650344102522799170766503441025227991707665034410252279917076650344" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f1a18e1a-450f-4a3c-afef-cfbd89d409bb, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6230a14f-e8bd-4096-8c57-6592c383b23b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6230a14f-e8bd-4096-8c57-6592c383b23b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17212853019727449673 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1721285301972744967317212853019727449673172128530197274496731721285301972744967317212853019727449673172128530197274496731721285301972744967317212853019727449673172128530197274496731721285301972744967317212853019727449673172128530197274496731721285301972744967317212853019727449673172128530197274496731721285301972744967317212853019727449673172128530197274496731721285301972744967317212853019727449673" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 84edab18-9a8c-447f-859d-6e6d24700858, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fb42d633-4d28-426c-8fcb-d8a811805adc, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fb42d633-4d28-426c-8fcb-d8a811805adc, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4453875553593045865 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44538755535930458654453875553593045865445387555359304586544538755535930458654453875553593045865445387555359304586544538755535930458654453875553593045865445387555359304586544538755535930458654453875553593045865445387555359304586544538755535930458654453875553593045865445387555359304586544538755535930458654453875553593045865445387555359304586544538755535930458654453875553593045865" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6230a14f-e8bd-4096-8c57-6592c383b23b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2b7eaac4-ead3-4dff-9dc4-649235b6fc6b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2b7eaac4-ead3-4dff-9dc4-649235b6fc6b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12548243594108679787 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1254824359410867978712548243594108679787125482435941086797871254824359410867978712548243594108679787125482435941086797871254824359410867978712548243594108679787125482435941086797871254824359410867978712548243594108679787125482435941086797871254824359410867978712548243594108679787125482435941086797871254824359410867978712548243594108679787125482435941086797871254824359410867978712548243594108679787" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fb42d633-4d28-426c-8fcb-d8a811805adc, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5d3679d7-8b49-4477-8ca9-773bcf589677, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5d3679d7-8b49-4477-8ca9-773bcf589677, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5427789770351485117 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54277897703514851175427789770351485117542778977035148511754277897703514851175427789770351485117542778977035148511754277897703514851175427789770351485117542778977035148511754277897703514851175427789770351485117542778977035148511754277897703514851175427789770351485117542778977035148511754277897703514851175427789770351485117542778977035148511754277897703514851175427789770351485117" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2b7eaac4-ead3-4dff-9dc4-649235b6fc6b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3335c385-6074-47e3-958b-516d41c96302, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3335c385-6074-47e3-958b-516d41c96302, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18341254075311165468 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1834125407531116546818341254075311165468183412540753111654681834125407531116546818341254075311165468183412540753111654681834125407531116546818341254075311165468183412540753111654681834125407531116546818341254075311165468183412540753111654681834125407531116546818341254075311165468183412540753111654681834125407531116546818341254075311165468183412540753111654681834125407531116546818341254075311165468" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5d3679d7-8b49-4477-8ca9-773bcf589677, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 64df5869-dfee-4dc6-a32b-6364db067dc8, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3335c385-6074-47e3-958b-516d41c96302, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 518029f7-0b0a-498c-9f38-6e220f4d88aa, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 64df5869-dfee-4dc6-a32b-6364db067dc8, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15474499353747875627 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1547449935374787562715474499353747875627154744993537478756271547449935374787562715474499353747875627154744993537478756271547449935374787562715474499353747875627154744993537478756271547449935374787562715474499353747875627154744993537478756271547449935374787562715474499353747875627154744993537478756271547449935374787562715474499353747875627154744993537478756271547449935374787562715474499353747875627" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 518029f7-0b0a-498c-9f38-6e220f4d88aa, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2178785752398477859 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21787857523984778592178785752398477859217878575239847785921787857523984778592178785752398477859217878575239847785921787857523984778592178785752398477859217878575239847785921787857523984778592178785752398477859217878575239847785921787857523984778592178785752398477859217878575239847785921787857523984778592178785752398477859217878575239847785921787857523984778592178785752398477859" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 64df5869-dfee-4dc6-a32b-6364db067dc8, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 56b5b3e4-ccc4-4a2b-a52f-9c59c4f7e1eb, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 56b5b3e4-ccc4-4a2b-a52f-9c59c4f7e1eb, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6405379710144838802 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64053797101448388026405379710144838802640537971014483880264053797101448388026405379710144838802640537971014483880264053797101448388026405379710144838802640537971014483880264053797101448388026405379710144838802640537971014483880264053797101448388026405379710144838802640537971014483880264053797101448388026405379710144838802640537971014483880264053797101448388026405379710144838802" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 518029f7-0b0a-498c-9f38-6e220f4d88aa, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f5dd1400-9fef-43db-9a71-cacebe26e737, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f5dd1400-9fef-43db-9a71-cacebe26e737, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4303957968230954841 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43039579682309548414303957968230954841430395796823095484143039579682309548414303957968230954841430395796823095484143039579682309548414303957968230954841430395796823095484143039579682309548414303957968230954841430395796823095484143039579682309548414303957968230954841430395796823095484143039579682309548414303957968230954841430395796823095484143039579682309548414303957968230954841" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 56b5b3e4-ccc4-4a2b-a52f-9c59c4f7e1eb, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 653a6706-db70-4c45-a3b8-2c46de975d1b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 653a6706-db70-4c45-a3b8-2c46de975d1b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9706440482562501138 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97064404825625011389706440482562501138970644048256250113897064404825625011389706440482562501138970644048256250113897064404825625011389706440482562501138970644048256250113897064404825625011389706440482562501138970644048256250113897064404825625011389706440482562501138970644048256250113897064404825625011389706440482562501138970644048256250113897064404825625011389706440482562501138" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f5dd1400-9fef-43db-9a71-cacebe26e737, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, eb506c4a-80d4-4e66-9955-a3d597d75ec9, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eb506c4a-80d4-4e66-9955-a3d597d75ec9, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13578333063547545718 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1357833306354754571813578333063547545718135783330635475457181357833306354754571813578333063547545718135783330635475457181357833306354754571813578333063547545718135783330635475457181357833306354754571813578333063547545718135783330635475457181357833306354754571813578333063547545718135783330635475457181357833306354754571813578333063547545718135783330635475457181357833306354754571813578333063547545718" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eb506c4a-80d4-4e66-9955-a3d597d75ec9, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2585bcd5-bdb4-490a-8f12-88018671d10a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2585bcd5-bdb4-490a-8f12-88018671d10a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14201079126076558912 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1420107912607655891214201079126076558912142010791260765589121420107912607655891214201079126076558912142010791260765589121420107912607655891214201079126076558912142010791260765589121420107912607655891214201079126076558912142010791260765589121420107912607655891214201079126076558912142010791260765589121420107912607655891214201079126076558912142010791260765589121420107912607655891214201079126076558912" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 653a6706-db70-4c45-a3b8-2c46de975d1b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fe2c09f0-c322-4278-a85e-2867eeebac9e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fe2c09f0-c322-4278-a85e-2867eeebac9e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14582405933583627494 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1458240593358362749414582405933583627494145824059335836274941458240593358362749414582405933583627494145824059335836274941458240593358362749414582405933583627494145824059335836274941458240593358362749414582405933583627494145824059335836274941458240593358362749414582405933583627494145824059335836274941458240593358362749414582405933583627494145824059335836274941458240593358362749414582405933583627494" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fe2c09f0-c322-4278-a85e-2867eeebac9e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d1f4bd21-a450-4b90-86cf-a8f8a85937d1, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d1f4bd21-a450-4b90-86cf-a8f8a85937d1, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14242987345819834739 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1424298734581983473914242987345819834739142429873458198347391424298734581983473914242987345819834739142429873458198347391424298734581983473914242987345819834739142429873458198347391424298734581983473914242987345819834739142429873458198347391424298734581983473914242987345819834739142429873458198347391424298734581983473914242987345819834739142429873458198347391424298734581983473914242987345819834739" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2585bcd5-bdb4-490a-8f12-88018671d10a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 49e74053-624a-40e1-8bfb-462039966ab1, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 49e74053-624a-40e1-8bfb-462039966ab1, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17236074416962011305 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1723607441696201130517236074416962011305172360744169620113051723607441696201130517236074416962011305172360744169620113051723607441696201130517236074416962011305172360744169620113051723607441696201130517236074416962011305172360744169620113051723607441696201130517236074416962011305172360744169620113051723607441696201130517236074416962011305172360744169620113051723607441696201130517236074416962011305" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d1f4bd21-a450-4b90-86cf-a8f8a85937d1, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6b355c75-690d-4f19-a379-b75e2a1af641, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6b355c75-690d-4f19-a379-b75e2a1af641, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6882232695105784977 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68822326951057849776882232695105784977688223269510578497768822326951057849776882232695105784977688223269510578497768822326951057849776882232695105784977688223269510578497768822326951057849776882232695105784977688223269510578497768822326951057849776882232695105784977688223269510578497768822326951057849776882232695105784977688223269510578497768822326951057849776882232695105784977" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 49e74053-624a-40e1-8bfb-462039966ab1, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6c81ceb1-69af-4011-81f0-8f8c428a3130, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6c81ceb1-69af-4011-81f0-8f8c428a3130, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12209146662933617131 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1220914666293361713112209146662933617131122091466629336171311220914666293361713112209146662933617131122091466629336171311220914666293361713112209146662933617131122091466629336171311220914666293361713112209146662933617131122091466629336171311220914666293361713112209146662933617131122091466629336171311220914666293361713112209146662933617131122091466629336171311220914666293361713112209146662933617131" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6b355c75-690d-4f19-a379-b75e2a1af641, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 19774d89-7c57-4ff3-869d-cff85aa4b207, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 19774d89-7c57-4ff3-869d-cff85aa4b207, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8352956804609397664 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83529568046093976648352956804609397664835295680460939766483529568046093976648352956804609397664835295680460939766483529568046093976648352956804609397664835295680460939766483529568046093976648352956804609397664835295680460939766483529568046093976648352956804609397664835295680460939766483529568046093976648352956804609397664835295680460939766483529568046093976648352956804609397664" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6c81ceb1-69af-4011-81f0-8f8c428a3130, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ae1e77e4-86d8-4b58-8c52-83bfde33c340, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ae1e77e4-86d8-4b58-8c52-83bfde33c340, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6758287126629234478 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67582871266292344786758287126629234478675828712662923447867582871266292344786758287126629234478675828712662923447867582871266292344786758287126629234478675828712662923447867582871266292344786758287126629234478675828712662923447867582871266292344786758287126629234478675828712662923447867582871266292344786758287126629234478675828712662923447867582871266292344786758287126629234478" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 19774d89-7c57-4ff3-869d-cff85aa4b207, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bdb08b62-a8f9-49e4-91b6-986192284437, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bdb08b62-a8f9-49e4-91b6-986192284437, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4544250117748849552 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45442501177488495524544250117748849552454425011774884955245442501177488495524544250117748849552454425011774884955245442501177488495524544250117748849552454425011774884955245442501177488495524544250117748849552454425011774884955245442501177488495524544250117748849552454425011774884955245442501177488495524544250117748849552454425011774884955245442501177488495524544250117748849552" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ae1e77e4-86d8-4b58-8c52-83bfde33c340, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a9873a35-3b3b-4fd0-97b5-5e3efdebbd7d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a9873a35-3b3b-4fd0-97b5-5e3efdebbd7d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16316410719108238941 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1631641071910823894116316410719108238941163164107191082389411631641071910823894116316410719108238941163164107191082389411631641071910823894116316410719108238941163164107191082389411631641071910823894116316410719108238941163164107191082389411631641071910823894116316410719108238941163164107191082389411631641071910823894116316410719108238941163164107191082389411631641071910823894116316410719108238941" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bdb08b62-a8f9-49e4-91b6-986192284437, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 425b36b0-f57c-4c65-8eb4-19bf5c2dc05e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 425b36b0-f57c-4c65-8eb4-19bf5c2dc05e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9747067545582251738 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97470675455822517389747067545582251738974706754558225173897470675455822517389747067545582251738974706754558225173897470675455822517389747067545582251738974706754558225173897470675455822517389747067545582251738974706754558225173897470675455822517389747067545582251738974706754558225173897470675455822517389747067545582251738974706754558225173897470675455822517389747067545582251738" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a9873a35-3b3b-4fd0-97b5-5e3efdebbd7d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b255e816-fd8e-4958-badc-7aa883e0bd38, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b255e816-fd8e-4958-badc-7aa883e0bd38, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10096376418680633442 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1009637641868063344210096376418680633442100963764186806334421009637641868063344210096376418680633442100963764186806334421009637641868063344210096376418680633442100963764186806334421009637641868063344210096376418680633442100963764186806334421009637641868063344210096376418680633442100963764186806334421009637641868063344210096376418680633442100963764186806334421009637641868063344210096376418680633442" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 425b36b0-f57c-4c65-8eb4-19bf5c2dc05e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 338025c8-dcaf-404f-903f-50839f4ef4da, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 338025c8-dcaf-404f-903f-50839f4ef4da, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13374021077949534740 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1337402107794953474013374021077949534740133740210779495347401337402107794953474013374021077949534740133740210779495347401337402107794953474013374021077949534740133740210779495347401337402107794953474013374021077949534740133740210779495347401337402107794953474013374021077949534740133740210779495347401337402107794953474013374021077949534740133740210779495347401337402107794953474013374021077949534740" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b255e816-fd8e-4958-badc-7aa883e0bd38, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7928e908-10fb-4148-8b9b-ce51545f0835, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7928e908-10fb-4148-8b9b-ce51545f0835, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11256164270622726507 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1125616427062272650711256164270622726507112561642706227265071125616427062272650711256164270622726507112561642706227265071125616427062272650711256164270622726507112561642706227265071125616427062272650711256164270622726507112561642706227265071125616427062272650711256164270622726507112561642706227265071125616427062272650711256164270622726507112561642706227265071125616427062272650711256164270622726507" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 338025c8-dcaf-404f-903f-50839f4ef4da, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 62d49692-b9e7-4037-a0b1-672c0e3029cc, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 62d49692-b9e7-4037-a0b1-672c0e3029cc, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8508976002051518336 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85089760020515183368508976002051518336850897600205151833685089760020515183368508976002051518336850897600205151833685089760020515183368508976002051518336850897600205151833685089760020515183368508976002051518336850897600205151833685089760020515183368508976002051518336850897600205151833685089760020515183368508976002051518336850897600205151833685089760020515183368508976002051518336" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7928e908-10fb-4148-8b9b-ce51545f0835, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e09be38f-4f82-4e74-84cf-daa0f3abec09, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 62d49692-b9e7-4037-a0b1-672c0e3029cc, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e09be38f-4f82-4e74-84cf-daa0f3abec09, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12365773811783565598 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1236577381178356559812365773811783565598123657738117835655981236577381178356559812365773811783565598123657738117835655981236577381178356559812365773811783565598123657738117835655981236577381178356559812365773811783565598123657738117835655981236577381178356559812365773811783565598123657738117835655981236577381178356559812365773811783565598123657738117835655981236577381178356559812365773811783565598" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 340f7fe0-8ba1-4a67-b612-48e761e712d6, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 340f7fe0-8ba1-4a67-b612-48e761e712d6, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2935970406133910455 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29359704061339104552935970406133910455293597040613391045529359704061339104552935970406133910455293597040613391045529359704061339104552935970406133910455293597040613391045529359704061339104552935970406133910455293597040613391045529359704061339104552935970406133910455293597040613391045529359704061339104552935970406133910455293597040613391045529359704061339104552935970406133910455" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e09be38f-4f82-4e74-84cf-daa0f3abec09, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 28664ad3-1c20-441a-ae1d-e4e3f07a4a2e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 28664ad3-1c20-441a-ae1d-e4e3f07a4a2e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8369201471558128386 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83692014715581283868369201471558128386836920147155812838683692014715581283868369201471558128386836920147155812838683692014715581283868369201471558128386836920147155812838683692014715581283868369201471558128386836920147155812838683692014715581283868369201471558128386836920147155812838683692014715581283868369201471558128386836920147155812838683692014715581283868369201471558128386" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 340f7fe0-8ba1-4a67-b612-48e761e712d6, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, db46b443-93b3-49ae-891b-b9ba5dbae763, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, db46b443-93b3-49ae-891b-b9ba5dbae763, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13917789010391484831 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1391778901039148483113917789010391484831139177890103914848311391778901039148483113917789010391484831139177890103914848311391778901039148483113917789010391484831139177890103914848311391778901039148483113917789010391484831139177890103914848311391778901039148483113917789010391484831139177890103914848311391778901039148483113917789010391484831139177890103914848311391778901039148483113917789010391484831" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 28664ad3-1c20-441a-ae1d-e4e3f07a4a2e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 46d8a656-de8c-43bd-88d9-4afde7b43174, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 46d8a656-de8c-43bd-88d9-4afde7b43174, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17805539769355285508 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1780553976935528550817805539769355285508178055397693552855081780553976935528550817805539769355285508178055397693552855081780553976935528550817805539769355285508178055397693552855081780553976935528550817805539769355285508178055397693552855081780553976935528550817805539769355285508178055397693552855081780553976935528550817805539769355285508178055397693552855081780553976935528550817805539769355285508" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, db46b443-93b3-49ae-891b-b9ba5dbae763, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 36b9694f-332b-485b-b4e8-527168b409af, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 36b9694f-332b-485b-b4e8-527168b409af, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13526341012905121401 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1352634101290512140113526341012905121401135263410129051214011352634101290512140113526341012905121401135263410129051214011352634101290512140113526341012905121401135263410129051214011352634101290512140113526341012905121401135263410129051214011352634101290512140113526341012905121401135263410129051214011352634101290512140113526341012905121401135263410129051214011352634101290512140113526341012905121401" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 46d8a656-de8c-43bd-88d9-4afde7b43174, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 81851e0b-998c-4d7c-b6e6-37fba49ea3f5, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 81851e0b-998c-4d7c-b6e6-37fba49ea3f5, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14704346521648378788 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1470434652164837878814704346521648378788147043465216483787881470434652164837878814704346521648378788147043465216483787881470434652164837878814704346521648378788147043465216483787881470434652164837878814704346521648378788147043465216483787881470434652164837878814704346521648378788147043465216483787881470434652164837878814704346521648378788147043465216483787881470434652164837878814704346521648378788" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 81851e0b-998c-4d7c-b6e6-37fba49ea3f5, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e0469ea0-ff28-4de9-92a7-91f4cc43157e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e0469ea0-ff28-4de9-92a7-91f4cc43157e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12421985982614045840 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1242198598261404584012421985982614045840124219859826140458401242198598261404584012421985982614045840124219859826140458401242198598261404584012421985982614045840124219859826140458401242198598261404584012421985982614045840124219859826140458401242198598261404584012421985982614045840124219859826140458401242198598261404584012421985982614045840124219859826140458401242198598261404584012421985982614045840" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e0469ea0-ff28-4de9-92a7-91f4cc43157e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5f3dcd1b-5e85-46cc-9d4a-5f655dfe5fa6, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5f3dcd1b-5e85-46cc-9d4a-5f655dfe5fa6, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6353157614188721439 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63531576141887214396353157614188721439635315761418872143963531576141887214396353157614188721439635315761418872143963531576141887214396353157614188721439635315761418872143963531576141887214396353157614188721439635315761418872143963531576141887214396353157614188721439635315761418872143963531576141887214396353157614188721439635315761418872143963531576141887214396353157614188721439" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 36b9694f-332b-485b-b4e8-527168b409af, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 37b5609e-0ecf-400f-a33b-ce9d7c8d7700, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 37b5609e-0ecf-400f-a33b-ce9d7c8d7700, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17759226957624798295 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1775922695762479829517759226957624798295177592269576247982951775922695762479829517759226957624798295177592269576247982951775922695762479829517759226957624798295177592269576247982951775922695762479829517759226957624798295177592269576247982951775922695762479829517759226957624798295177592269576247982951775922695762479829517759226957624798295177592269576247982951775922695762479829517759226957624798295" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5f3dcd1b-5e85-46cc-9d4a-5f655dfe5fa6, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 440a4f50-51e8-49ce-af23-99c6021e6dd6, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 440a4f50-51e8-49ce-af23-99c6021e6dd6, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9853388807555944082 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98533888075559440829853388807555944082985338880755594408298533888075559440829853388807555944082985338880755594408298533888075559440829853388807555944082985338880755594408298533888075559440829853388807555944082985338880755594408298533888075559440829853388807555944082985338880755594408298533888075559440829853388807555944082985338880755594408298533888075559440829853388807555944082" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 37b5609e-0ecf-400f-a33b-ce9d7c8d7700, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fae5dd60-a626-4536-bd3a-b16ec390e73b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fae5dd60-a626-4536-bd3a-b16ec390e73b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15734042674355235706 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1573404267435523570615734042674355235706157340426743552357061573404267435523570615734042674355235706157340426743552357061573404267435523570615734042674355235706157340426743552357061573404267435523570615734042674355235706157340426743552357061573404267435523570615734042674355235706157340426743552357061573404267435523570615734042674355235706157340426743552357061573404267435523570615734042674355235706" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 440a4f50-51e8-49ce-af23-99c6021e6dd6, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a38ac995-3ce7-4a54-b42e-98df36b7d006, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a38ac995-3ce7-4a54-b42e-98df36b7d006, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7554722323282420424 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75547223232824204247554722323282420424755472232328242042475547223232824204247554722323282420424755472232328242042475547223232824204247554722323282420424755472232328242042475547223232824204247554722323282420424755472232328242042475547223232824204247554722323282420424755472232328242042475547223232824204247554722323282420424755472232328242042475547223232824204247554722323282420424" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fae5dd60-a626-4536-bd3a-b16ec390e73b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e4e7fe39-01c3-465e-854c-4651014a1be1, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a38ac995-3ce7-4a54-b42e-98df36b7d006, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8523d4e1-3949-44d7-b818-5868687d718e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8523d4e1-3949-44d7-b818-5868687d718e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4326510937540536050 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43265109375405360504326510937540536050432651093754053605043265109375405360504326510937540536050432651093754053605043265109375405360504326510937540536050432651093754053605043265109375405360504326510937540536050432651093754053605043265109375405360504326510937540536050432651093754053605043265109375405360504326510937540536050432651093754053605043265109375405360504326510937540536050" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e4e7fe39-01c3-465e-854c-4651014a1be1, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9733688733970059812 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97336887339700598129733688733970059812973368873397005981297336887339700598129733688733970059812973368873397005981297336887339700598129733688733970059812973368873397005981297336887339700598129733688733970059812973368873397005981297336887339700598129733688733970059812973368873397005981297336887339700598129733688733970059812973368873397005981297336887339700598129733688733970059812" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8523d4e1-3949-44d7-b818-5868687d718e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 29eecf67-6821-4d6a-8e9a-08f2c1eb4aa2, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 29eecf67-6821-4d6a-8e9a-08f2c1eb4aa2, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1561265909361961436 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15612659093619614361561265909361961436156126590936196143615612659093619614361561265909361961436156126590936196143615612659093619614361561265909361961436156126590936196143615612659093619614361561265909361961436156126590936196143615612659093619614361561265909361961436156126590936196143615612659093619614361561265909361961436156126590936196143615612659093619614361561265909361961436" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e4e7fe39-01c3-465e-854c-4651014a1be1, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b484bbad-946b-46e9-bc97-c8990b22a1bf, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b484bbad-946b-46e9-bc97-c8990b22a1bf, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12911219541925712112 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1291121954192571211212911219541925712112129112195419257121121291121954192571211212911219541925712112129112195419257121121291121954192571211212911219541925712112129112195419257121121291121954192571211212911219541925712112129112195419257121121291121954192571211212911219541925712112129112195419257121121291121954192571211212911219541925712112129112195419257121121291121954192571211212911219541925712112" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 29eecf67-6821-4d6a-8e9a-08f2c1eb4aa2, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1b214cbf-c730-4e08-a11b-5fa4aec0c550, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1b214cbf-c730-4e08-a11b-5fa4aec0c550, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17194093738080050791 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1719409373808005079117194093738080050791171940937380800507911719409373808005079117194093738080050791171940937380800507911719409373808005079117194093738080050791171940937380800507911719409373808005079117194093738080050791171940937380800507911719409373808005079117194093738080050791171940937380800507911719409373808005079117194093738080050791171940937380800507911719409373808005079117194093738080050791" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b484bbad-946b-46e9-bc97-c8990b22a1bf, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1b214cbf-c730-4e08-a11b-5fa4aec0c550, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2d29f770-780c-456f-baae-addea2209093, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2d29f770-780c-456f-baae-addea2209093, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5842018989292851729 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58420189892928517295842018989292851729584201898929285172958420189892928517295842018989292851729584201898929285172958420189892928517295842018989292851729584201898929285172958420189892928517295842018989292851729584201898929285172958420189892928517295842018989292851729584201898929285172958420189892928517295842018989292851729584201898929285172958420189892928517295842018989292851729" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7ee46344-4598-470a-8860-98e237bed739, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7ee46344-4598-470a-8860-98e237bed739, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10444834822777354602 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1044483482277735460210444834822777354602104448348227773546021044483482277735460210444834822777354602104448348227773546021044483482277735460210444834822777354602104448348227773546021044483482277735460210444834822777354602104448348227773546021044483482277735460210444834822777354602104448348227773546021044483482277735460210444834822777354602104448348227773546021044483482277735460210444834822777354602" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2d29f770-780c-456f-baae-addea2209093, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5f69bba6-40b3-4401-9d01-a0daa91557b1, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5f69bba6-40b3-4401-9d01-a0daa91557b1, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2469367034693185179 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24693670346931851792469367034693185179246936703469318517924693670346931851792469367034693185179246936703469318517924693670346931851792469367034693185179246936703469318517924693670346931851792469367034693185179246936703469318517924693670346931851792469367034693185179246936703469318517924693670346931851792469367034693185179246936703469318517924693670346931851792469367034693185179" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7ee46344-4598-470a-8860-98e237bed739, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2a7ac996-fc6d-4e85-b914-30042232860b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2a7ac996-fc6d-4e85-b914-30042232860b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10854520431856484294 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1085452043185648429410854520431856484294108545204318564842941085452043185648429410854520431856484294108545204318564842941085452043185648429410854520431856484294108545204318564842941085452043185648429410854520431856484294108545204318564842941085452043185648429410854520431856484294108545204318564842941085452043185648429410854520431856484294108545204318564842941085452043185648429410854520431856484294" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5f69bba6-40b3-4401-9d01-a0daa91557b1, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c2e5ff16-5267-4c41-b648-3fa967eaca27, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c2e5ff16-5267-4c41-b648-3fa967eaca27, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13559909039107538763 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1355990903910753876313559909039107538763135599090391075387631355990903910753876313559909039107538763135599090391075387631355990903910753876313559909039107538763135599090391075387631355990903910753876313559909039107538763135599090391075387631355990903910753876313559909039107538763135599090391075387631355990903910753876313559909039107538763135599090391075387631355990903910753876313559909039107538763" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2a7ac996-fc6d-4e85-b914-30042232860b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c2e5ff16-5267-4c41-b648-3fa967eaca27, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 165b846d-064a-47c5-9153-278fb2294f86, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 165b846d-064a-47c5-9153-278fb2294f86, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1566981404732268385 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15669814047322683851566981404732268385156698140473226838515669814047322683851566981404732268385156698140473226838515669814047322683851566981404732268385156698140473226838515669814047322683851566981404732268385156698140473226838515669814047322683851566981404732268385156698140473226838515669814047322683851566981404732268385156698140473226838515669814047322683851566981404732268385" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c32652e4-f94b-466c-9da9-e641d4d07e8e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c32652e4-f94b-466c-9da9-e641d4d07e8e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1189531442039986386 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11895314420399863861189531442039986386118953144203998638611895314420399863861189531442039986386118953144203998638611895314420399863861189531442039986386118953144203998638611895314420399863861189531442039986386118953144203998638611895314420399863861189531442039986386118953144203998638611895314420399863861189531442039986386118953144203998638611895314420399863861189531442039986386" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 165b846d-064a-47c5-9153-278fb2294f86, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fa423db1-c8c4-4a96-bc4d-e28087ddbf03, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fa423db1-c8c4-4a96-bc4d-e28087ddbf03, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4726622350346003886 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47266223503460038864726622350346003886472662235034600388647266223503460038864726622350346003886472662235034600388647266223503460038864726622350346003886472662235034600388647266223503460038864726622350346003886472662235034600388647266223503460038864726622350346003886472662235034600388647266223503460038864726622350346003886472662235034600388647266223503460038864726622350346003886" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c32652e4-f94b-466c-9da9-e641d4d07e8e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 214fef96-f316-41fe-af23-21a54738ac1e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 214fef96-f316-41fe-af23-21a54738ac1e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8456244736639682046 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84562447366396820468456244736639682046845624473663968204684562447366396820468456244736639682046845624473663968204684562447366396820468456244736639682046845624473663968204684562447366396820468456244736639682046845624473663968204684562447366396820468456244736639682046845624473663968204684562447366396820468456244736639682046845624473663968204684562447366396820468456244736639682046" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fa423db1-c8c4-4a96-bc4d-e28087ddbf03, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 152f1476-2908-413f-a544-d09b2823b71e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 152f1476-2908-413f-a544-d09b2823b71e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12360629946391161147 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1236062994639116114712360629946391161147123606299463911611471236062994639116114712360629946391161147123606299463911611471236062994639116114712360629946391161147123606299463911611471236062994639116114712360629946391161147123606299463911611471236062994639116114712360629946391161147123606299463911611471236062994639116114712360629946391161147123606299463911611471236062994639116114712360629946391161147" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 214fef96-f316-41fe-af23-21a54738ac1e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3d8d80b5-160a-49aa-ac10-f4cbfa16f3f7, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3d8d80b5-160a-49aa-ac10-f4cbfa16f3f7, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13839061701475537047 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1383906170147553704713839061701475537047138390617014755370471383906170147553704713839061701475537047138390617014755370471383906170147553704713839061701475537047138390617014755370471383906170147553704713839061701475537047138390617014755370471383906170147553704713839061701475537047138390617014755370471383906170147553704713839061701475537047138390617014755370471383906170147553704713839061701475537047" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 152f1476-2908-413f-a544-d09b2823b71e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a7c0534e-b954-49d1-b048-732f9336b042, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a7c0534e-b954-49d1-b048-732f9336b042, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3366856510631900682 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33668565106319006823366856510631900682336685651063190068233668565106319006823366856510631900682336685651063190068233668565106319006823366856510631900682336685651063190068233668565106319006823366856510631900682336685651063190068233668565106319006823366856510631900682336685651063190068233668565106319006823366856510631900682336685651063190068233668565106319006823366856510631900682" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3d8d80b5-160a-49aa-ac10-f4cbfa16f3f7, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d99fa0f5-5f2c-48bf-86c5-d71dc2b12bd2, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d99fa0f5-5f2c-48bf-86c5-d71dc2b12bd2, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9503893748572006150 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95038937485720061509503893748572006150950389374857200615095038937485720061509503893748572006150950389374857200615095038937485720061509503893748572006150950389374857200615095038937485720061509503893748572006150950389374857200615095038937485720061509503893748572006150950389374857200615095038937485720061509503893748572006150950389374857200615095038937485720061509503893748572006150" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a7c0534e-b954-49d1-b048-732f9336b042, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4c474fea-9703-40a1-9030-e2907bb10959, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4c474fea-9703-40a1-9030-e2907bb10959, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11167739406535227514 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1116773940653522751411167739406535227514111677394065352275141116773940653522751411167739406535227514111677394065352275141116773940653522751411167739406535227514111677394065352275141116773940653522751411167739406535227514111677394065352275141116773940653522751411167739406535227514111677394065352275141116773940653522751411167739406535227514111677394065352275141116773940653522751411167739406535227514" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d99fa0f5-5f2c-48bf-86c5-d71dc2b12bd2, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 39894236-d491-42ca-be2a-23209969136a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 39894236-d491-42ca-be2a-23209969136a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2414703708951266103 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24147037089512661032414703708951266103241470370895126610324147037089512661032414703708951266103241470370895126610324147037089512661032414703708951266103241470370895126610324147037089512661032414703708951266103241470370895126610324147037089512661032414703708951266103241470370895126610324147037089512661032414703708951266103241470370895126610324147037089512661032414703708951266103" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4c474fea-9703-40a1-9030-e2907bb10959, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, eed3b093-4094-4bfa-9a4a-301ba3705dfa, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eed3b093-4094-4bfa-9a4a-301ba3705dfa, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10008870302563003528 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1000887030256300352810008870302563003528100088703025630035281000887030256300352810008870302563003528100088703025630035281000887030256300352810008870302563003528100088703025630035281000887030256300352810008870302563003528100088703025630035281000887030256300352810008870302563003528100088703025630035281000887030256300352810008870302563003528100088703025630035281000887030256300352810008870302563003528" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 39894236-d491-42ca-be2a-23209969136a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7c7134b2-23b7-40ef-a6c3-09ef72bcc4f2, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7c7134b2-23b7-40ef-a6c3-09ef72bcc4f2, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7159851110366329789 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71598511103663297897159851110366329789715985111036632978971598511103663297897159851110366329789715985111036632978971598511103663297897159851110366329789715985111036632978971598511103663297897159851110366329789715985111036632978971598511103663297897159851110366329789715985111036632978971598511103663297897159851110366329789715985111036632978971598511103663297897159851110366329789" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eed3b093-4094-4bfa-9a4a-301ba3705dfa, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 07175d5e-4f90-4185-a294-38513e10bb43, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 07175d5e-4f90-4185-a294-38513e10bb43, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4090560499434412895 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40905604994344128954090560499434412895409056049943441289540905604994344128954090560499434412895409056049943441289540905604994344128954090560499434412895409056049943441289540905604994344128954090560499434412895409056049943441289540905604994344128954090560499434412895409056049943441289540905604994344128954090560499434412895409056049943441289540905604994344128954090560499434412895" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7c7134b2-23b7-40ef-a6c3-09ef72bcc4f2, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 575cb879-2cb7-408d-840a-8f0de4a26273, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 575cb879-2cb7-408d-840a-8f0de4a26273, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12217683933360797997 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1221768393336079799712217683933360797997122176839333607979971221768393336079799712217683933360797997122176839333607979971221768393336079799712217683933360797997122176839333607979971221768393336079799712217683933360797997122176839333607979971221768393336079799712217683933360797997122176839333607979971221768393336079799712217683933360797997122176839333607979971221768393336079799712217683933360797997" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 07175d5e-4f90-4185-a294-38513e10bb43, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f8b261d1-8404-44d5-b286-ce17d68598c5, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f8b261d1-8404-44d5-b286-ce17d68598c5, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5231110616507821230 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52311106165078212305231110616507821230523111061650782123052311106165078212305231110616507821230523111061650782123052311106165078212305231110616507821230523111061650782123052311106165078212305231110616507821230523111061650782123052311106165078212305231110616507821230523111061650782123052311106165078212305231110616507821230523111061650782123052311106165078212305231110616507821230" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 575cb879-2cb7-408d-840a-8f0de4a26273, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f0a2d289-3057-417f-9e4c-23718e8024b2, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f0a2d289-3057-417f-9e4c-23718e8024b2, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16319545726475426950 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1631954572647542695016319545726475426950163195457264754269501631954572647542695016319545726475426950163195457264754269501631954572647542695016319545726475426950163195457264754269501631954572647542695016319545726475426950163195457264754269501631954572647542695016319545726475426950163195457264754269501631954572647542695016319545726475426950163195457264754269501631954572647542695016319545726475426950" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f8b261d1-8404-44d5-b286-ce17d68598c5, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fe43e1e4-39aa-4af2-8ff8-78411ec94344, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fe43e1e4-39aa-4af2-8ff8-78411ec94344, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4417453331915789624 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44174533319157896244417453331915789624441745333191578962444174533319157896244417453331915789624441745333191578962444174533319157896244417453331915789624441745333191578962444174533319157896244417453331915789624441745333191578962444174533319157896244417453331915789624441745333191578962444174533319157896244417453331915789624441745333191578962444174533319157896244417453331915789624" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f0a2d289-3057-417f-9e4c-23718e8024b2, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ef2ee28a-053e-4cc9-ba94-3016ecaadef9, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ef2ee28a-053e-4cc9-ba94-3016ecaadef9, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14994011284086233520 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1499401128408623352014994011284086233520149940112840862335201499401128408623352014994011284086233520149940112840862335201499401128408623352014994011284086233520149940112840862335201499401128408623352014994011284086233520149940112840862335201499401128408623352014994011284086233520149940112840862335201499401128408623352014994011284086233520149940112840862335201499401128408623352014994011284086233520" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fe43e1e4-39aa-4af2-8ff8-78411ec94344, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b28cf18f-c4c6-49fd-8ef4-f43cbdf7a8f2, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b28cf18f-c4c6-49fd-8ef4-f43cbdf7a8f2, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10024499483383379386 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1002449948338337938610024499483383379386100244994833833793861002449948338337938610024499483383379386100244994833833793861002449948338337938610024499483383379386100244994833833793861002449948338337938610024499483383379386100244994833833793861002449948338337938610024499483383379386100244994833833793861002449948338337938610024499483383379386100244994833833793861002449948338337938610024499483383379386" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ef2ee28a-053e-4cc9-ba94-3016ecaadef9, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 10e6c13c-d59b-4802-828f-7739df69439d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 10e6c13c-d59b-4802-828f-7739df69439d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13956070526586556163 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1395607052658655616313956070526586556163139560705265865561631395607052658655616313956070526586556163139560705265865561631395607052658655616313956070526586556163139560705265865561631395607052658655616313956070526586556163139560705265865561631395607052658655616313956070526586556163139560705265865561631395607052658655616313956070526586556163139560705265865561631395607052658655616313956070526586556163" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b28cf18f-c4c6-49fd-8ef4-f43cbdf7a8f2, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1a81b2db-ef50-4458-9f90-c60d97ff0d91, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1a81b2db-ef50-4458-9f90-c60d97ff0d91, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14385022303203674544 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1438502230320367454414385022303203674544143850223032036745441438502230320367454414385022303203674544143850223032036745441438502230320367454414385022303203674544143850223032036745441438502230320367454414385022303203674544143850223032036745441438502230320367454414385022303203674544143850223032036745441438502230320367454414385022303203674544143850223032036745441438502230320367454414385022303203674544" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 10e6c13c-d59b-4802-828f-7739df69439d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 614dff7d-d955-4a34-a724-89508b2f8f9b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 614dff7d-d955-4a34-a724-89508b2f8f9b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3097179810637016066 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30971798106370160663097179810637016066309717981063701606630971798106370160663097179810637016066309717981063701606630971798106370160663097179810637016066309717981063701606630971798106370160663097179810637016066309717981063701606630971798106370160663097179810637016066309717981063701606630971798106370160663097179810637016066309717981063701606630971798106370160663097179810637016066" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1a81b2db-ef50-4458-9f90-c60d97ff0d91, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 60ca2052-4539-44d5-833d-77f527fdf18f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 60ca2052-4539-44d5-833d-77f527fdf18f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11704335651260652709 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1170433565126065270911704335651260652709117043356512606527091170433565126065270911704335651260652709117043356512606527091170433565126065270911704335651260652709117043356512606527091170433565126065270911704335651260652709117043356512606527091170433565126065270911704335651260652709117043356512606527091170433565126065270911704335651260652709117043356512606527091170433565126065270911704335651260652709" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 614dff7d-d955-4a34-a724-89508b2f8f9b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fd6e823f-d1ba-4c8b-ad69-d15b715b657d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fd6e823f-d1ba-4c8b-ad69-d15b715b657d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6746877565263393643 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67468775652633936436746877565263393643674687756526339364367468775652633936436746877565263393643674687756526339364367468775652633936436746877565263393643674687756526339364367468775652633936436746877565263393643674687756526339364367468775652633936436746877565263393643674687756526339364367468775652633936436746877565263393643674687756526339364367468775652633936436746877565263393643" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 60ca2052-4539-44d5-833d-77f527fdf18f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 28e2b198-d902-4443-bc18-8476320a1b1d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 28e2b198-d902-4443-bc18-8476320a1b1d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17936249175614125089 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1793624917561412508917936249175614125089179362491756141250891793624917561412508917936249175614125089179362491756141250891793624917561412508917936249175614125089179362491756141250891793624917561412508917936249175614125089179362491756141250891793624917561412508917936249175614125089179362491756141250891793624917561412508917936249175614125089179362491756141250891793624917561412508917936249175614125089" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fd6e823f-d1ba-4c8b-ad69-d15b715b657d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 746fccd9-5eba-4358-9e5f-e0718b1b3c5f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 746fccd9-5eba-4358-9e5f-e0718b1b3c5f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4001784941379104645 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40017849413791046454001784941379104645400178494137910464540017849413791046454001784941379104645400178494137910464540017849413791046454001784941379104645400178494137910464540017849413791046454001784941379104645400178494137910464540017849413791046454001784941379104645400178494137910464540017849413791046454001784941379104645400178494137910464540017849413791046454001784941379104645" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 28e2b198-d902-4443-bc18-8476320a1b1d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 05c0c87b-5b16-4c0c-b9ab-f5357b6139c9, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 05c0c87b-5b16-4c0c-b9ab-f5357b6139c9, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4228472833251205859 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42284728332512058594228472833251205859422847283325120585942284728332512058594228472833251205859422847283325120585942284728332512058594228472833251205859422847283325120585942284728332512058594228472833251205859422847283325120585942284728332512058594228472833251205859422847283325120585942284728332512058594228472833251205859422847283325120585942284728332512058594228472833251205859" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 746fccd9-5eba-4358-9e5f-e0718b1b3c5f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 443e8e55-bcfa-47ff-9860-b31de6f1335f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 443e8e55-bcfa-47ff-9860-b31de6f1335f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10751153816659769485 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1075115381665976948510751153816659769485107511538166597694851075115381665976948510751153816659769485107511538166597694851075115381665976948510751153816659769485107511538166597694851075115381665976948510751153816659769485107511538166597694851075115381665976948510751153816659769485107511538166597694851075115381665976948510751153816659769485107511538166597694851075115381665976948510751153816659769485" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 05c0c87b-5b16-4c0c-b9ab-f5357b6139c9, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c5e8955b-761b-4b09-93f7-3aed142e5650, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c5e8955b-761b-4b09-93f7-3aed142e5650, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17638282574505653885 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1763828257450565388517638282574505653885176382825745056538851763828257450565388517638282574505653885176382825745056538851763828257450565388517638282574505653885176382825745056538851763828257450565388517638282574505653885176382825745056538851763828257450565388517638282574505653885176382825745056538851763828257450565388517638282574505653885176382825745056538851763828257450565388517638282574505653885" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 443e8e55-bcfa-47ff-9860-b31de6f1335f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7ecc6439-fb65-430e-b281-8cb4daba6e01, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7ecc6439-fb65-430e-b281-8cb4daba6e01, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13477556688700829857 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1347755668870082985713477556688700829857134775566887008298571347755668870082985713477556688700829857134775566887008298571347755668870082985713477556688700829857134775566887008298571347755668870082985713477556688700829857134775566887008298571347755668870082985713477556688700829857134775566887008298571347755668870082985713477556688700829857134775566887008298571347755668870082985713477556688700829857" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c5e8955b-761b-4b09-93f7-3aed142e5650, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 96a53fd3-5770-44d0-b096-f2c466507f83, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 96a53fd3-5770-44d0-b096-f2c466507f83, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1943809096702889102 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19438090967028891021943809096702889102194380909670288910219438090967028891021943809096702889102194380909670288910219438090967028891021943809096702889102194380909670288910219438090967028891021943809096702889102194380909670288910219438090967028891021943809096702889102194380909670288910219438090967028891021943809096702889102194380909670288910219438090967028891021943809096702889102" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7ecc6439-fb65-430e-b281-8cb4daba6e01, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2a69ad8d-e6a7-455a-b1e8-6ccda7fa57e9, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2a69ad8d-e6a7-455a-b1e8-6ccda7fa57e9, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8418313763596347745 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84183137635963477458418313763596347745841831376359634774584183137635963477458418313763596347745841831376359634774584183137635963477458418313763596347745841831376359634774584183137635963477458418313763596347745841831376359634774584183137635963477458418313763596347745841831376359634774584183137635963477458418313763596347745841831376359634774584183137635963477458418313763596347745" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 96a53fd3-5770-44d0-b096-f2c466507f83, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b1d7f68c-32e6-4a40-beef-42b1deb1007b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b1d7f68c-32e6-4a40-beef-42b1deb1007b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7523142194667861771 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75231421946678617717523142194667861771752314219466786177175231421946678617717523142194667861771752314219466786177175231421946678617717523142194667861771752314219466786177175231421946678617717523142194667861771752314219466786177175231421946678617717523142194667861771752314219466786177175231421946678617717523142194667861771752314219466786177175231421946678617717523142194667861771" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2a69ad8d-e6a7-455a-b1e8-6ccda7fa57e9, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 39d21027-5830-4ac8-a5a2-130c63690f87, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 39d21027-5830-4ac8-a5a2-130c63690f87, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6995883990330845772 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69958839903308457726995883990330845772699588399033084577269958839903308457726995883990330845772699588399033084577269958839903308457726995883990330845772699588399033084577269958839903308457726995883990330845772699588399033084577269958839903308457726995883990330845772699588399033084577269958839903308457726995883990330845772699588399033084577269958839903308457726995883990330845772" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b1d7f68c-32e6-4a40-beef-42b1deb1007b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fc457468-8edd-4f0a-a98c-781d897eac6a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fc457468-8edd-4f0a-a98c-781d897eac6a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3859552511789687220 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38595525117896872203859552511789687220385955251178968722038595525117896872203859552511789687220385955251178968722038595525117896872203859552511789687220385955251178968722038595525117896872203859552511789687220385955251178968722038595525117896872203859552511789687220385955251178968722038595525117896872203859552511789687220385955251178968722038595525117896872203859552511789687220" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fc457468-8edd-4f0a-a98c-781d897eac6a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 39d21027-5830-4ac8-a5a2-130c63690f87, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c096e447-8ebb-4ba5-947d-de5bc9675e05, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c096e447-8ebb-4ba5-947d-de5bc9675e05, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3192986794601093671 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31929867946010936713192986794601093671319298679460109367131929867946010936713192986794601093671319298679460109367131929867946010936713192986794601093671319298679460109367131929867946010936713192986794601093671319298679460109367131929867946010936713192986794601093671319298679460109367131929867946010936713192986794601093671319298679460109367131929867946010936713192986794601093671" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8b47af58-9eb0-42bd-95aa-675c85b8e1e7, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8b47af58-9eb0-42bd-95aa-675c85b8e1e7, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4753234959189118530 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47532349591891185304753234959189118530475323495918911853047532349591891185304753234959189118530475323495918911853047532349591891185304753234959189118530475323495918911853047532349591891185304753234959189118530475323495918911853047532349591891185304753234959189118530475323495918911853047532349591891185304753234959189118530475323495918911853047532349591891185304753234959189118530" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c096e447-8ebb-4ba5-947d-de5bc9675e05, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e6289aa9-4777-4ce6-aa00-5e9c22897f42, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e6289aa9-4777-4ce6-aa00-5e9c22897f42, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8203247165769808449 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82032471657698084498203247165769808449820324716576980844982032471657698084498203247165769808449820324716576980844982032471657698084498203247165769808449820324716576980844982032471657698084498203247165769808449820324716576980844982032471657698084498203247165769808449820324716576980844982032471657698084498203247165769808449820324716576980844982032471657698084498203247165769808449" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8b47af58-9eb0-42bd-95aa-675c85b8e1e7, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9e332f2a-7c56-4fd1-bd21-8a356b671819, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9e332f2a-7c56-4fd1-bd21-8a356b671819, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16550258653381176187 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1655025865338117618716550258653381176187165502586533811761871655025865338117618716550258653381176187165502586533811761871655025865338117618716550258653381176187165502586533811761871655025865338117618716550258653381176187165502586533811761871655025865338117618716550258653381176187165502586533811761871655025865338117618716550258653381176187165502586533811761871655025865338117618716550258653381176187" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e6289aa9-4777-4ce6-aa00-5e9c22897f42, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bdd166d8-07da-4f54-b606-59a68877fad5, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bdd166d8-07da-4f54-b606-59a68877fad5, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8877666727115205268 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88776667271152052688877666727115205268887766672711520526888776667271152052688877666727115205268887766672711520526888776667271152052688877666727115205268887766672711520526888776667271152052688877666727115205268887766672711520526888776667271152052688877666727115205268887766672711520526888776667271152052688877666727115205268887766672711520526888776667271152052688877666727115205268" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9e332f2a-7c56-4fd1-bd21-8a356b671819, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f8ae3f99-eaaf-40f8-9178-af2aa12bafc7, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f8ae3f99-eaaf-40f8-9178-af2aa12bafc7, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6589339616238486325 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65893396162384863256589339616238486325658933961623848632565893396162384863256589339616238486325658933961623848632565893396162384863256589339616238486325658933961623848632565893396162384863256589339616238486325658933961623848632565893396162384863256589339616238486325658933961623848632565893396162384863256589339616238486325658933961623848632565893396162384863256589339616238486325" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bdd166d8-07da-4f54-b606-59a68877fad5, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 754955b7-dcb8-4763-8f96-aaae41f63b5c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 754955b7-dcb8-4763-8f96-aaae41f63b5c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18338498597235211298 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1833849859723521129818338498597235211298183384985972352112981833849859723521129818338498597235211298183384985972352112981833849859723521129818338498597235211298183384985972352112981833849859723521129818338498597235211298183384985972352112981833849859723521129818338498597235211298183384985972352112981833849859723521129818338498597235211298183384985972352112981833849859723521129818338498597235211298" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f8ae3f99-eaaf-40f8-9178-af2aa12bafc7, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 935359c5-919e-4adb-a799-b98deeef51d0, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 935359c5-919e-4adb-a799-b98deeef51d0, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12617075529425642314 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1261707552942564231412617075529425642314126170755294256423141261707552942564231412617075529425642314126170755294256423141261707552942564231412617075529425642314126170755294256423141261707552942564231412617075529425642314126170755294256423141261707552942564231412617075529425642314126170755294256423141261707552942564231412617075529425642314126170755294256423141261707552942564231412617075529425642314" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 754955b7-dcb8-4763-8f96-aaae41f63b5c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d9bca645-805d-4bcd-b518-fea76b9596c9, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d9bca645-805d-4bcd-b518-fea76b9596c9, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13707604326755136117 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1370760432675513611713707604326755136117137076043267551361171370760432675513611713707604326755136117137076043267551361171370760432675513611713707604326755136117137076043267551361171370760432675513611713707604326755136117137076043267551361171370760432675513611713707604326755136117137076043267551361171370760432675513611713707604326755136117137076043267551361171370760432675513611713707604326755136117" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 935359c5-919e-4adb-a799-b98deeef51d0, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 53bd62c1-29be-4ae6-b13b-281e154a4a31, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 53bd62c1-29be-4ae6-b13b-281e154a4a31, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3531044221633538249 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35310442216335382493531044221633538249353104422163353824935310442216335382493531044221633538249353104422163353824935310442216335382493531044221633538249353104422163353824935310442216335382493531044221633538249353104422163353824935310442216335382493531044221633538249353104422163353824935310442216335382493531044221633538249353104422163353824935310442216335382493531044221633538249" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d9bca645-805d-4bcd-b518-fea76b9596c9, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 190b0798-dc0d-4307-8bef-e939834b1200, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 190b0798-dc0d-4307-8bef-e939834b1200, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4559813216886499480 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45598132168864994804559813216886499480455981321688649948045598132168864994804559813216886499480455981321688649948045598132168864994804559813216886499480455981321688649948045598132168864994804559813216886499480455981321688649948045598132168864994804559813216886499480455981321688649948045598132168864994804559813216886499480455981321688649948045598132168864994804559813216886499480" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 53bd62c1-29be-4ae6-b13b-281e154a4a31, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0b00e63f-d741-4319-8b83-71c8b537905f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0b00e63f-d741-4319-8b83-71c8b537905f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2615639292381223133 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26156392923812231332615639292381223133261563929238122313326156392923812231332615639292381223133261563929238122313326156392923812231332615639292381223133261563929238122313326156392923812231332615639292381223133261563929238122313326156392923812231332615639292381223133261563929238122313326156392923812231332615639292381223133261563929238122313326156392923812231332615639292381223133" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 190b0798-dc0d-4307-8bef-e939834b1200, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 71946ff6-535f-4e38-8eb3-133cd8e49bed, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 71946ff6-535f-4e38-8eb3-133cd8e49bed, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7231540020693807567 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72315400206938075677231540020693807567723154002069380756772315400206938075677231540020693807567723154002069380756772315400206938075677231540020693807567723154002069380756772315400206938075677231540020693807567723154002069380756772315400206938075677231540020693807567723154002069380756772315400206938075677231540020693807567723154002069380756772315400206938075677231540020693807567" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0b00e63f-d741-4319-8b83-71c8b537905f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c24f1cf8-98e9-41b1-80d3-424d867105e5, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c24f1cf8-98e9-41b1-80d3-424d867105e5, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8689647348574184732 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86896473485741847328689647348574184732868964734857418473286896473485741847328689647348574184732868964734857418473286896473485741847328689647348574184732868964734857418473286896473485741847328689647348574184732868964734857418473286896473485741847328689647348574184732868964734857418473286896473485741847328689647348574184732868964734857418473286896473485741847328689647348574184732" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 71946ff6-535f-4e38-8eb3-133cd8e49bed, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 78066d2c-1536-4fb7-a8cf-9bf09393b442, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 78066d2c-1536-4fb7-a8cf-9bf09393b442, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17579865106067335093 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1757986510606733509317579865106067335093175798651060673350931757986510606733509317579865106067335093175798651060673350931757986510606733509317579865106067335093175798651060673350931757986510606733509317579865106067335093175798651060673350931757986510606733509317579865106067335093175798651060673350931757986510606733509317579865106067335093175798651060673350931757986510606733509317579865106067335093" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c24f1cf8-98e9-41b1-80d3-424d867105e5, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3173215b-2a6a-4547-bcd6-d571bb65612d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3173215b-2a6a-4547-bcd6-d571bb65612d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 397651757067154026 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "397651757067154026397651757067154026397651757067154026397651757067154026397651757067154026397651757067154026397651757067154026397651757067154026397651757067154026397651757067154026397651757067154026397651757067154026397651757067154026397651757067154026397651757067154026397651757067154026397651757067154026397651757067154026397651757067154026397651757067154026" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 78066d2c-1536-4fb7-a8cf-9bf09393b442, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c3c8acf3-4186-458b-95fb-ef81a51ade39, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c3c8acf3-4186-458b-95fb-ef81a51ade39, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7708832287967072904 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77088322879670729047708832287967072904770883228796707290477088322879670729047708832287967072904770883228796707290477088322879670729047708832287967072904770883228796707290477088322879670729047708832287967072904770883228796707290477088322879670729047708832287967072904770883228796707290477088322879670729047708832287967072904770883228796707290477088322879670729047708832287967072904" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3173215b-2a6a-4547-bcd6-d571bb65612d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 94c88a24-a751-4ff7-9b18-e49ff729bad3, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 94c88a24-a751-4ff7-9b18-e49ff729bad3, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10752804277707682051 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1075280427770768205110752804277707682051107528042777076820511075280427770768205110752804277707682051107528042777076820511075280427770768205110752804277707682051107528042777076820511075280427770768205110752804277707682051107528042777076820511075280427770768205110752804277707682051107528042777076820511075280427770768205110752804277707682051107528042777076820511075280427770768205110752804277707682051" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c3c8acf3-4186-458b-95fb-ef81a51ade39, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d42c85f0-ada7-47fa-9e5e-6dfca7cfe520, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d42c85f0-ada7-47fa-9e5e-6dfca7cfe520, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7543520415484620524 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75435204154846205247543520415484620524754352041548462052475435204154846205247543520415484620524754352041548462052475435204154846205247543520415484620524754352041548462052475435204154846205247543520415484620524754352041548462052475435204154846205247543520415484620524754352041548462052475435204154846205247543520415484620524754352041548462052475435204154846205247543520415484620524" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 94c88a24-a751-4ff7-9b18-e49ff729bad3, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0a161355-b0ed-4505-a073-46d3d705a4fd, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0a161355-b0ed-4505-a073-46d3d705a4fd, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13031825242247506624 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1303182524224750662413031825242247506624130318252422475066241303182524224750662413031825242247506624130318252422475066241303182524224750662413031825242247506624130318252422475066241303182524224750662413031825242247506624130318252422475066241303182524224750662413031825242247506624130318252422475066241303182524224750662413031825242247506624130318252422475066241303182524224750662413031825242247506624" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d42c85f0-ada7-47fa-9e5e-6dfca7cfe520, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1c90256c-3920-4925-be9c-b5933751f316, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1c90256c-3920-4925-be9c-b5933751f316, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7821499710989067872 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78214997109890678727821499710989067872782149971098906787278214997109890678727821499710989067872782149971098906787278214997109890678727821499710989067872782149971098906787278214997109890678727821499710989067872782149971098906787278214997109890678727821499710989067872782149971098906787278214997109890678727821499710989067872782149971098906787278214997109890678727821499710989067872" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0a161355-b0ed-4505-a073-46d3d705a4fd, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e5ddb700-4637-4044-b9a3-de8a701516ff, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e5ddb700-4637-4044-b9a3-de8a701516ff, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11341809305757589024 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1134180930575758902411341809305757589024113418093057575890241134180930575758902411341809305757589024113418093057575890241134180930575758902411341809305757589024113418093057575890241134180930575758902411341809305757589024113418093057575890241134180930575758902411341809305757589024113418093057575890241134180930575758902411341809305757589024113418093057575890241134180930575758902411341809305757589024" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1c90256c-3920-4925-be9c-b5933751f316, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 585f80f2-31d4-415b-a92c-57ad2b5cdfca, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 585f80f2-31d4-415b-a92c-57ad2b5cdfca, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9549807845239707210 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95498078452397072109549807845239707210954980784523970721095498078452397072109549807845239707210954980784523970721095498078452397072109549807845239707210954980784523970721095498078452397072109549807845239707210954980784523970721095498078452397072109549807845239707210954980784523970721095498078452397072109549807845239707210954980784523970721095498078452397072109549807845239707210" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e5ddb700-4637-4044-b9a3-de8a701516ff, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 42d0a0e3-15be-41ed-b299-4cbaae3614d8, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 42d0a0e3-15be-41ed-b299-4cbaae3614d8, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13349550477261274638 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1334955047726127463813349550477261274638133495504772612746381334955047726127463813349550477261274638133495504772612746381334955047726127463813349550477261274638133495504772612746381334955047726127463813349550477261274638133495504772612746381334955047726127463813349550477261274638133495504772612746381334955047726127463813349550477261274638133495504772612746381334955047726127463813349550477261274638" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 585f80f2-31d4-415b-a92c-57ad2b5cdfca, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, af0e3b92-a36f-40f7-9b8a-5c47011f92b5, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, af0e3b92-a36f-40f7-9b8a-5c47011f92b5, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3916797791256588718 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39167977912565887183916797791256588718391679779125658871839167977912565887183916797791256588718391679779125658871839167977912565887183916797791256588718391679779125658871839167977912565887183916797791256588718391679779125658871839167977912565887183916797791256588718391679779125658871839167977912565887183916797791256588718391679779125658871839167977912565887183916797791256588718" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 42d0a0e3-15be-41ed-b299-4cbaae3614d8, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1f4bd436-6f9f-4c1e-be86-d1b24f7dfea9, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1f4bd436-6f9f-4c1e-be86-d1b24f7dfea9, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10859574620079275625 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1085957462007927562510859574620079275625108595746200792756251085957462007927562510859574620079275625108595746200792756251085957462007927562510859574620079275625108595746200792756251085957462007927562510859574620079275625108595746200792756251085957462007927562510859574620079275625108595746200792756251085957462007927562510859574620079275625108595746200792756251085957462007927562510859574620079275625" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, af0e3b92-a36f-40f7-9b8a-5c47011f92b5, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 58c8bd64-0dd4-44b9-b23e-b190e2d0ce7e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 58c8bd64-0dd4-44b9-b23e-b190e2d0ce7e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17872847037370289149 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1787284703737028914917872847037370289149178728470373702891491787284703737028914917872847037370289149178728470373702891491787284703737028914917872847037370289149178728470373702891491787284703737028914917872847037370289149178728470373702891491787284703737028914917872847037370289149178728470373702891491787284703737028914917872847037370289149178728470373702891491787284703737028914917872847037370289149" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1f4bd436-6f9f-4c1e-be86-d1b24f7dfea9, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b8e04e7b-3873-481f-ad33-4b574f36eab2, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b8e04e7b-3873-481f-ad33-4b574f36eab2, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2305051096938272565 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23050510969382725652305051096938272565230505109693827256523050510969382725652305051096938272565230505109693827256523050510969382725652305051096938272565230505109693827256523050510969382725652305051096938272565230505109693827256523050510969382725652305051096938272565230505109693827256523050510969382725652305051096938272565230505109693827256523050510969382725652305051096938272565" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 58c8bd64-0dd4-44b9-b23e-b190e2d0ce7e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 912bceb7-9c7d-4794-bb4c-43a2813bd337, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 912bceb7-9c7d-4794-bb4c-43a2813bd337, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6465274895627792424 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64652748956277924246465274895627792424646527489562779242464652748956277924246465274895627792424646527489562779242464652748956277924246465274895627792424646527489562779242464652748956277924246465274895627792424646527489562779242464652748956277924246465274895627792424646527489562779242464652748956277924246465274895627792424646527489562779242464652748956277924246465274895627792424" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b8e04e7b-3873-481f-ad33-4b574f36eab2, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8c0231f6-165c-497e-aecc-e66c6134710a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8c0231f6-165c-497e-aecc-e66c6134710a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9795057676806689905 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97950576768066899059795057676806689905979505767680668990597950576768066899059795057676806689905979505767680668990597950576768066899059795057676806689905979505767680668990597950576768066899059795057676806689905979505767680668990597950576768066899059795057676806689905979505767680668990597950576768066899059795057676806689905979505767680668990597950576768066899059795057676806689905" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 912bceb7-9c7d-4794-bb4c-43a2813bd337, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bf334a62-5c12-4ad3-891c-038e3c6f0e96, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bf334a62-5c12-4ad3-891c-038e3c6f0e96, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15062885002328657510 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1506288500232865751015062885002328657510150628850023286575101506288500232865751015062885002328657510150628850023286575101506288500232865751015062885002328657510150628850023286575101506288500232865751015062885002328657510150628850023286575101506288500232865751015062885002328657510150628850023286575101506288500232865751015062885002328657510150628850023286575101506288500232865751015062885002328657510" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8c0231f6-165c-497e-aecc-e66c6134710a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 64854fc7-6184-4207-a337-46d399bfde29, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 64854fc7-6184-4207-a337-46d399bfde29, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6172334061461388328 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61723340614613883286172334061461388328617233406146138832861723340614613883286172334061461388328617233406146138832861723340614613883286172334061461388328617233406146138832861723340614613883286172334061461388328617233406146138832861723340614613883286172334061461388328617233406146138832861723340614613883286172334061461388328617233406146138832861723340614613883286172334061461388328" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bf334a62-5c12-4ad3-891c-038e3c6f0e96, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 75cc2898-e8bb-4d57-a88c-5c56835bb88b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 75cc2898-e8bb-4d57-a88c-5c56835bb88b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7903845717454043461 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79038457174540434617903845717454043461790384571745404346179038457174540434617903845717454043461790384571745404346179038457174540434617903845717454043461790384571745404346179038457174540434617903845717454043461790384571745404346179038457174540434617903845717454043461790384571745404346179038457174540434617903845717454043461790384571745404346179038457174540434617903845717454043461" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 64854fc7-6184-4207-a337-46d399bfde29, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d6733d0a-ceaa-44bf-ba5d-4e39764fdcfc, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d6733d0a-ceaa-44bf-ba5d-4e39764fdcfc, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3785103870140647359 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37851038701406473593785103870140647359378510387014064735937851038701406473593785103870140647359378510387014064735937851038701406473593785103870140647359378510387014064735937851038701406473593785103870140647359378510387014064735937851038701406473593785103870140647359378510387014064735937851038701406473593785103870140647359378510387014064735937851038701406473593785103870140647359" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 75cc2898-e8bb-4d57-a88c-5c56835bb88b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e7ae0b30-eb3c-47ac-bfc4-88bfcde26e10, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e7ae0b30-eb3c-47ac-bfc4-88bfcde26e10, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17191756040634125095 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1719175604063412509517191756040634125095171917560406341250951719175604063412509517191756040634125095171917560406341250951719175604063412509517191756040634125095171917560406341250951719175604063412509517191756040634125095171917560406341250951719175604063412509517191756040634125095171917560406341250951719175604063412509517191756040634125095171917560406341250951719175604063412509517191756040634125095" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d6733d0a-ceaa-44bf-ba5d-4e39764fdcfc, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b2369d32-5371-464b-ad5f-97ff3afb53ad, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b2369d32-5371-464b-ad5f-97ff3afb53ad, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5300302487905494882 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53003024879054948825300302487905494882530030248790549488253003024879054948825300302487905494882530030248790549488253003024879054948825300302487905494882530030248790549488253003024879054948825300302487905494882530030248790549488253003024879054948825300302487905494882530030248790549488253003024879054948825300302487905494882530030248790549488253003024879054948825300302487905494882" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e7ae0b30-eb3c-47ac-bfc4-88bfcde26e10, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b2369d32-5371-464b-ad5f-97ff3afb53ad, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2319c511-384e-4477-9149-c297957e7a09, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2319c511-384e-4477-9149-c297957e7a09, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8588356642906690209 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85883566429066902098588356642906690209858835664290669020985883566429066902098588356642906690209858835664290669020985883566429066902098588356642906690209858835664290669020985883566429066902098588356642906690209858835664290669020985883566429066902098588356642906690209858835664290669020985883566429066902098588356642906690209858835664290669020985883566429066902098588356642906690209" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c5af7e74-3c09-4392-8ba1-e9567492df02, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c5af7e74-3c09-4392-8ba1-e9567492df02, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10513098439131915307 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1051309843913191530710513098439131915307105130984391319153071051309843913191530710513098439131915307105130984391319153071051309843913191530710513098439131915307105130984391319153071051309843913191530710513098439131915307105130984391319153071051309843913191530710513098439131915307105130984391319153071051309843913191530710513098439131915307105130984391319153071051309843913191530710513098439131915307" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2319c511-384e-4477-9149-c297957e7a09, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1cc052b7-dd2f-4250-a33c-277667879d81, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c5af7e74-3c09-4392-8ba1-e9567492df02, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1cc052b7-dd2f-4250-a33c-277667879d81, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1977917846784620728 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19779178467846207281977917846784620728197791784678462072819779178467846207281977917846784620728197791784678462072819779178467846207281977917846784620728197791784678462072819779178467846207281977917846784620728197791784678462072819779178467846207281977917846784620728197791784678462072819779178467846207281977917846784620728197791784678462072819779178467846207281977917846784620728" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5edc6fed-ccf1-4143-8fc9-7343eb7e8d36, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5edc6fed-ccf1-4143-8fc9-7343eb7e8d36, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13597499491854165130 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1359749949185416513013597499491854165130135974994918541651301359749949185416513013597499491854165130135974994918541651301359749949185416513013597499491854165130135974994918541651301359749949185416513013597499491854165130135974994918541651301359749949185416513013597499491854165130135974994918541651301359749949185416513013597499491854165130135974994918541651301359749949185416513013597499491854165130" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1cc052b7-dd2f-4250-a33c-277667879d81, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 394ff842-9361-4aa5-a7a2-9e3530b14e5a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 394ff842-9361-4aa5-a7a2-9e3530b14e5a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4843196218173171713 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48431962181731717134843196218173171713484319621817317171348431962181731717134843196218173171713484319621817317171348431962181731717134843196218173171713484319621817317171348431962181731717134843196218173171713484319621817317171348431962181731717134843196218173171713484319621817317171348431962181731717134843196218173171713484319621817317171348431962181731717134843196218173171713" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5edc6fed-ccf1-4143-8fc9-7343eb7e8d36, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6670c046-0836-4946-907a-c1729de4f3af, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6670c046-0836-4946-907a-c1729de4f3af, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 974218001979367210 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "974218001979367210974218001979367210974218001979367210974218001979367210974218001979367210974218001979367210974218001979367210974218001979367210974218001979367210974218001979367210974218001979367210974218001979367210974218001979367210974218001979367210974218001979367210974218001979367210974218001979367210974218001979367210974218001979367210974218001979367210" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 394ff842-9361-4aa5-a7a2-9e3530b14e5a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b8b403aa-f913-46ff-b086-f6964441b7a1, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b8b403aa-f913-46ff-b086-f6964441b7a1, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 145051221195056533 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "145051221195056533145051221195056533145051221195056533145051221195056533145051221195056533145051221195056533145051221195056533145051221195056533145051221195056533145051221195056533145051221195056533145051221195056533145051221195056533145051221195056533145051221195056533145051221195056533145051221195056533145051221195056533145051221195056533145051221195056533" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6670c046-0836-4946-907a-c1729de4f3af, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9941b97b-7a89-4a86-a6d0-75b03ba598b4, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9941b97b-7a89-4a86-a6d0-75b03ba598b4, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3403718379881626924 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34037183798816269243403718379881626924340371837988162692434037183798816269243403718379881626924340371837988162692434037183798816269243403718379881626924340371837988162692434037183798816269243403718379881626924340371837988162692434037183798816269243403718379881626924340371837988162692434037183798816269243403718379881626924340371837988162692434037183798816269243403718379881626924" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b8b403aa-f913-46ff-b086-f6964441b7a1, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fab2c573-e4c0-47bd-a138-fdb6bc6d9fc3, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fab2c573-e4c0-47bd-a138-fdb6bc6d9fc3, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7905674671287092820 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79056746712870928207905674671287092820790567467128709282079056746712870928207905674671287092820790567467128709282079056746712870928207905674671287092820790567467128709282079056746712870928207905674671287092820790567467128709282079056746712870928207905674671287092820790567467128709282079056746712870928207905674671287092820790567467128709282079056746712870928207905674671287092820" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9941b97b-7a89-4a86-a6d0-75b03ba598b4, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0313c8fd-ec8b-4b4c-8319-0d9d3e4e2ddd, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0313c8fd-ec8b-4b4c-8319-0d9d3e4e2ddd, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17253761421969702649 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1725376142196970264917253761421969702649172537614219697026491725376142196970264917253761421969702649172537614219697026491725376142196970264917253761421969702649172537614219697026491725376142196970264917253761421969702649172537614219697026491725376142196970264917253761421969702649172537614219697026491725376142196970264917253761421969702649172537614219697026491725376142196970264917253761421969702649" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fab2c573-e4c0-47bd-a138-fdb6bc6d9fc3, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b8a974b6-7eeb-4268-8656-164324a54ab9, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b8a974b6-7eeb-4268-8656-164324a54ab9, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6297172696222740250 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62971726962227402506297172696222740250629717269622274025062971726962227402506297172696222740250629717269622274025062971726962227402506297172696222740250629717269622274025062971726962227402506297172696222740250629717269622274025062971726962227402506297172696222740250629717269622274025062971726962227402506297172696222740250629717269622274025062971726962227402506297172696222740250" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0313c8fd-ec8b-4b4c-8319-0d9d3e4e2ddd, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 78f933e9-caa2-480a-900d-de2ec476983a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 78f933e9-caa2-480a-900d-de2ec476983a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10738213472619209346 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1073821347261920934610738213472619209346107382134726192093461073821347261920934610738213472619209346107382134726192093461073821347261920934610738213472619209346107382134726192093461073821347261920934610738213472619209346107382134726192093461073821347261920934610738213472619209346107382134726192093461073821347261920934610738213472619209346107382134726192093461073821347261920934610738213472619209346" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b8a974b6-7eeb-4268-8656-164324a54ab9, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 03f9dceb-cfb0-47ab-b927-815f21748c12, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 03f9dceb-cfb0-47ab-b927-815f21748c12, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14754725074724307643 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1475472507472430764314754725074724307643147547250747243076431475472507472430764314754725074724307643147547250747243076431475472507472430764314754725074724307643147547250747243076431475472507472430764314754725074724307643147547250747243076431475472507472430764314754725074724307643147547250747243076431475472507472430764314754725074724307643147547250747243076431475472507472430764314754725074724307643" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 78f933e9-caa2-480a-900d-de2ec476983a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5b6dc7a1-ab42-47fb-ae0e-b7c3a07fbc0d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5b6dc7a1-ab42-47fb-ae0e-b7c3a07fbc0d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17387720496834682825 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1738772049683468282517387720496834682825173877204968346828251738772049683468282517387720496834682825173877204968346828251738772049683468282517387720496834682825173877204968346828251738772049683468282517387720496834682825173877204968346828251738772049683468282517387720496834682825173877204968346828251738772049683468282517387720496834682825173877204968346828251738772049683468282517387720496834682825" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5b6dc7a1-ab42-47fb-ae0e-b7c3a07fbc0d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0ad1087f-cf3d-45c3-8ad8-61aa4ecaaf7b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0ad1087f-cf3d-45c3-8ad8-61aa4ecaaf7b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15866909814627049783 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1586690981462704978315866909814627049783158669098146270497831586690981462704978315866909814627049783158669098146270497831586690981462704978315866909814627049783158669098146270497831586690981462704978315866909814627049783158669098146270497831586690981462704978315866909814627049783158669098146270497831586690981462704978315866909814627049783158669098146270497831586690981462704978315866909814627049783" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 03f9dceb-cfb0-47ab-b927-815f21748c12, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 27970f6d-81e3-4f42-8919-43be9f194e42, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 27970f6d-81e3-4f42-8919-43be9f194e42, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10385493024792711372 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1038549302479271137210385493024792711372103854930247927113721038549302479271137210385493024792711372103854930247927113721038549302479271137210385493024792711372103854930247927113721038549302479271137210385493024792711372103854930247927113721038549302479271137210385493024792711372103854930247927113721038549302479271137210385493024792711372103854930247927113721038549302479271137210385493024792711372" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0ad1087f-cf3d-45c3-8ad8-61aa4ecaaf7b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f8ff2474-86c2-4e20-8f2f-c058eeefd219, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f8ff2474-86c2-4e20-8f2f-c058eeefd219, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14098807985622073811 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1409880798562207381114098807985622073811140988079856220738111409880798562207381114098807985622073811140988079856220738111409880798562207381114098807985622073811140988079856220738111409880798562207381114098807985622073811140988079856220738111409880798562207381114098807985622073811140988079856220738111409880798562207381114098807985622073811140988079856220738111409880798562207381114098807985622073811" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 27970f6d-81e3-4f42-8919-43be9f194e42, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6db6ee58-ebf0-42ba-ac66-4a150cdc229d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6db6ee58-ebf0-42ba-ac66-4a150cdc229d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14313650565700111390 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1431365056570011139014313650565700111390143136505657001113901431365056570011139014313650565700111390143136505657001113901431365056570011139014313650565700111390143136505657001113901431365056570011139014313650565700111390143136505657001113901431365056570011139014313650565700111390143136505657001113901431365056570011139014313650565700111390143136505657001113901431365056570011139014313650565700111390" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f8ff2474-86c2-4e20-8f2f-c058eeefd219, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a00099ed-93a0-48e5-883d-712f55337fd0, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a00099ed-93a0-48e5-883d-712f55337fd0, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8212967675392615549 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82129676753926155498212967675392615549821296767539261554982129676753926155498212967675392615549821296767539261554982129676753926155498212967675392615549821296767539261554982129676753926155498212967675392615549821296767539261554982129676753926155498212967675392615549821296767539261554982129676753926155498212967675392615549821296767539261554982129676753926155498212967675392615549" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6db6ee58-ebf0-42ba-ac66-4a150cdc229d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fe564c23-cb46-4213-b49a-a64f7165907f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fe564c23-cb46-4213-b49a-a64f7165907f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13606691832353062 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1360669183235306213606691832353062136066918323530621360669183235306213606691832353062136066918323530621360669183235306213606691832353062136066918323530621360669183235306213606691832353062136066918323530621360669183235306213606691832353062136066918323530621360669183235306213606691832353062136066918323530621360669183235306213606691832353062" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a00099ed-93a0-48e5-883d-712f55337fd0, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 566e6174-c6c5-4a70-93f9-45815e81c8cf, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 566e6174-c6c5-4a70-93f9-45815e81c8cf, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3624281218881006722 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36242812188810067223624281218881006722362428121888100672236242812188810067223624281218881006722362428121888100672236242812188810067223624281218881006722362428121888100672236242812188810067223624281218881006722362428121888100672236242812188810067223624281218881006722362428121888100672236242812188810067223624281218881006722362428121888100672236242812188810067223624281218881006722" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fe564c23-cb46-4213-b49a-a64f7165907f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b194d7d4-8c0d-4712-a6b2-0ba88348b1be, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b194d7d4-8c0d-4712-a6b2-0ba88348b1be, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9451310178753592722 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94513101787535927229451310178753592722945131017875359272294513101787535927229451310178753592722945131017875359272294513101787535927229451310178753592722945131017875359272294513101787535927229451310178753592722945131017875359272294513101787535927229451310178753592722945131017875359272294513101787535927229451310178753592722945131017875359272294513101787535927229451310178753592722" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 566e6174-c6c5-4a70-93f9-45815e81c8cf, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b194d7d4-8c0d-4712-a6b2-0ba88348b1be, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7d83856c-166a-4b87-a316-6b1b60b02640, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7d83856c-166a-4b87-a316-6b1b60b02640, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13165351628525702173 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1316535162852570217313165351628525702173131653516285257021731316535162852570217313165351628525702173131653516285257021731316535162852570217313165351628525702173131653516285257021731316535162852570217313165351628525702173131653516285257021731316535162852570217313165351628525702173131653516285257021731316535162852570217313165351628525702173131653516285257021731316535162852570217313165351628525702173" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2528e763-7d78-48e7-8e17-7aed0049d9e4, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2528e763-7d78-48e7-8e17-7aed0049d9e4, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17374438750819734775 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1737443875081973477517374438750819734775173744387508197347751737443875081973477517374438750819734775173744387508197347751737443875081973477517374438750819734775173744387508197347751737443875081973477517374438750819734775173744387508197347751737443875081973477517374438750819734775173744387508197347751737443875081973477517374438750819734775173744387508197347751737443875081973477517374438750819734775" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7d83856c-166a-4b87-a316-6b1b60b02640, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3ffe565a-a631-425d-81d2-5bd3fa642fb8, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3ffe565a-a631-425d-81d2-5bd3fa642fb8, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2450163989802206066 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24501639898022060662450163989802206066245016398980220606624501639898022060662450163989802206066245016398980220606624501639898022060662450163989802206066245016398980220606624501639898022060662450163989802206066245016398980220606624501639898022060662450163989802206066245016398980220606624501639898022060662450163989802206066245016398980220606624501639898022060662450163989802206066" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2528e763-7d78-48e7-8e17-7aed0049d9e4, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f82c0507-5996-4303-bf24-5eca2283bab6, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f82c0507-5996-4303-bf24-5eca2283bab6, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12481654366645527436 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1248165436664552743612481654366645527436124816543666455274361248165436664552743612481654366645527436124816543666455274361248165436664552743612481654366645527436124816543666455274361248165436664552743612481654366645527436124816543666455274361248165436664552743612481654366645527436124816543666455274361248165436664552743612481654366645527436124816543666455274361248165436664552743612481654366645527436" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3ffe565a-a631-425d-81d2-5bd3fa642fb8, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5a989eb2-da58-4332-bcbe-0057a691f75f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5a989eb2-da58-4332-bcbe-0057a691f75f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5167345450976525945 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51673454509765259455167345450976525945516734545097652594551673454509765259455167345450976525945516734545097652594551673454509765259455167345450976525945516734545097652594551673454509765259455167345450976525945516734545097652594551673454509765259455167345450976525945516734545097652594551673454509765259455167345450976525945516734545097652594551673454509765259455167345450976525945" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5a989eb2-da58-4332-bcbe-0057a691f75f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 19d18ce4-b443-441a-a8f8-12452357d7b6, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 19d18ce4-b443-441a-a8f8-12452357d7b6, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8801551072478914084 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88015510724789140848801551072478914084880155107247891408488015510724789140848801551072478914084880155107247891408488015510724789140848801551072478914084880155107247891408488015510724789140848801551072478914084880155107247891408488015510724789140848801551072478914084880155107247891408488015510724789140848801551072478914084880155107247891408488015510724789140848801551072478914084" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f82c0507-5996-4303-bf24-5eca2283bab6, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c5c3ad83-84a0-470b-9214-d12ec8972566, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c5c3ad83-84a0-470b-9214-d12ec8972566, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 381343433534195519 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "381343433534195519381343433534195519381343433534195519381343433534195519381343433534195519381343433534195519381343433534195519381343433534195519381343433534195519381343433534195519381343433534195519381343433534195519381343433534195519381343433534195519381343433534195519381343433534195519381343433534195519381343433534195519381343433534195519381343433534195519" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 19d18ce4-b443-441a-a8f8-12452357d7b6, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d6b88d2f-68bf-4b55-845d-4b4b0c84b8ef, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d6b88d2f-68bf-4b55-845d-4b4b0c84b8ef, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17606070668307563520 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1760607066830756352017606070668307563520176060706683075635201760607066830756352017606070668307563520176060706683075635201760607066830756352017606070668307563520176060706683075635201760607066830756352017606070668307563520176060706683075635201760607066830756352017606070668307563520176060706683075635201760607066830756352017606070668307563520176060706683075635201760607066830756352017606070668307563520" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c5c3ad83-84a0-470b-9214-d12ec8972566, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9690f38e-006f-4354-b666-363f39044395, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9690f38e-006f-4354-b666-363f39044395, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9008538043219423962 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90085380432194239629008538043219423962900853804321942396290085380432194239629008538043219423962900853804321942396290085380432194239629008538043219423962900853804321942396290085380432194239629008538043219423962900853804321942396290085380432194239629008538043219423962900853804321942396290085380432194239629008538043219423962900853804321942396290085380432194239629008538043219423962" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d6b88d2f-68bf-4b55-845d-4b4b0c84b8ef, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 65f9967c-b1f9-4f0d-9449-d32ff5d277bf, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 65f9967c-b1f9-4f0d-9449-d32ff5d277bf, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18096528830731895011 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1809652883073189501118096528830731895011180965288307318950111809652883073189501118096528830731895011180965288307318950111809652883073189501118096528830731895011180965288307318950111809652883073189501118096528830731895011180965288307318950111809652883073189501118096528830731895011180965288307318950111809652883073189501118096528830731895011180965288307318950111809652883073189501118096528830731895011" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9690f38e-006f-4354-b666-363f39044395, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f333777b-3fbc-4efc-941a-d12998c3fcc1, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f333777b-3fbc-4efc-941a-d12998c3fcc1, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11757993383369764181 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1175799338336976418111757993383369764181117579933833697641811175799338336976418111757993383369764181117579933833697641811175799338336976418111757993383369764181117579933833697641811175799338336976418111757993383369764181117579933833697641811175799338336976418111757993383369764181117579933833697641811175799338336976418111757993383369764181117579933833697641811175799338336976418111757993383369764181" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 65f9967c-b1f9-4f0d-9449-d32ff5d277bf, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 26e8acc5-5217-44e7-81d0-890392533d9a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 26e8acc5-5217-44e7-81d0-890392533d9a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15559407882577835321 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1555940788257783532115559407882577835321155594078825778353211555940788257783532115559407882577835321155594078825778353211555940788257783532115559407882577835321155594078825778353211555940788257783532115559407882577835321155594078825778353211555940788257783532115559407882577835321155594078825778353211555940788257783532115559407882577835321155594078825778353211555940788257783532115559407882577835321" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f333777b-3fbc-4efc-941a-d12998c3fcc1, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e9bc8505-93b8-4c00-bb66-6c124018e2ef, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e9bc8505-93b8-4c00-bb66-6c124018e2ef, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 811043844776162839 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "811043844776162839811043844776162839811043844776162839811043844776162839811043844776162839811043844776162839811043844776162839811043844776162839811043844776162839811043844776162839811043844776162839811043844776162839811043844776162839811043844776162839811043844776162839811043844776162839811043844776162839811043844776162839811043844776162839811043844776162839" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 26e8acc5-5217-44e7-81d0-890392533d9a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7685503e-c342-47ae-b175-4153763cbc45, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7685503e-c342-47ae-b175-4153763cbc45, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5516115107559042429 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55161151075590424295516115107559042429551611510755904242955161151075590424295516115107559042429551611510755904242955161151075590424295516115107559042429551611510755904242955161151075590424295516115107559042429551611510755904242955161151075590424295516115107559042429551611510755904242955161151075590424295516115107559042429551611510755904242955161151075590424295516115107559042429" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e9bc8505-93b8-4c00-bb66-6c124018e2ef, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3f7e1d1f-1201-4dd1-b92c-bebb31f779fb, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3f7e1d1f-1201-4dd1-b92c-bebb31f779fb, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16343631659376352253 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1634363165937635225316343631659376352253163436316593763522531634363165937635225316343631659376352253163436316593763522531634363165937635225316343631659376352253163436316593763522531634363165937635225316343631659376352253163436316593763522531634363165937635225316343631659376352253163436316593763522531634363165937635225316343631659376352253163436316593763522531634363165937635225316343631659376352253" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7685503e-c342-47ae-b175-4153763cbc45, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6589de40-04fe-418c-9ddb-93e9ab5193cb, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6589de40-04fe-418c-9ddb-93e9ab5193cb, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8819594934509336861 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88195949345093368618819594934509336861881959493450933686188195949345093368618819594934509336861881959493450933686188195949345093368618819594934509336861881959493450933686188195949345093368618819594934509336861881959493450933686188195949345093368618819594934509336861881959493450933686188195949345093368618819594934509336861881959493450933686188195949345093368618819594934509336861" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3f7e1d1f-1201-4dd1-b92c-bebb31f779fb, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 00d36522-8896-40e9-97b1-2ea891ad82dc, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 00d36522-8896-40e9-97b1-2ea891ad82dc, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13847172789696279738 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1384717278969627973813847172789696279738138471727896962797381384717278969627973813847172789696279738138471727896962797381384717278969627973813847172789696279738138471727896962797381384717278969627973813847172789696279738138471727896962797381384717278969627973813847172789696279738138471727896962797381384717278969627973813847172789696279738138471727896962797381384717278969627973813847172789696279738" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6589de40-04fe-418c-9ddb-93e9ab5193cb, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5dfd6c0e-46ff-4b7c-aa56-6f79cc26a5e2, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5dfd6c0e-46ff-4b7c-aa56-6f79cc26a5e2, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5467788114880334977 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54677881148803349775467788114880334977546778811488033497754677881148803349775467788114880334977546778811488033497754677881148803349775467788114880334977546778811488033497754677881148803349775467788114880334977546778811488033497754677881148803349775467788114880334977546778811488033497754677881148803349775467788114880334977546778811488033497754677881148803349775467788114880334977" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 00d36522-8896-40e9-97b1-2ea891ad82dc, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 704367ad-4f08-46e3-ba92-ff4023e24f4f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 704367ad-4f08-46e3-ba92-ff4023e24f4f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17108553541508409451 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1710855354150840945117108553541508409451171085535415084094511710855354150840945117108553541508409451171085535415084094511710855354150840945117108553541508409451171085535415084094511710855354150840945117108553541508409451171085535415084094511710855354150840945117108553541508409451171085535415084094511710855354150840945117108553541508409451171085535415084094511710855354150840945117108553541508409451" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5dfd6c0e-46ff-4b7c-aa56-6f79cc26a5e2, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7a254da9-1bb9-4205-8906-0c2954ee50b2, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 704367ad-4f08-46e3-ba92-ff4023e24f4f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5d4be3e6-932c-4860-ae55-64a930d8d1ed, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7a254da9-1bb9-4205-8906-0c2954ee50b2, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7163974153507469795 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71639741535074697957163974153507469795716397415350746979571639741535074697957163974153507469795716397415350746979571639741535074697957163974153507469795716397415350746979571639741535074697957163974153507469795716397415350746979571639741535074697957163974153507469795716397415350746979571639741535074697957163974153507469795716397415350746979571639741535074697957163974153507469795" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5d4be3e6-932c-4860-ae55-64a930d8d1ed, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16307961825887770061 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1630796182588777006116307961825887770061163079618258877700611630796182588777006116307961825887770061163079618258877700611630796182588777006116307961825887770061163079618258877700611630796182588777006116307961825887770061163079618258877700611630796182588777006116307961825887770061163079618258877700611630796182588777006116307961825887770061163079618258877700611630796182588777006116307961825887770061" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7a254da9-1bb9-4205-8906-0c2954ee50b2, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5d4be3e6-932c-4860-ae55-64a930d8d1ed, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ac21b907-7af2-408b-9059-40cd980616b8, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ac21b907-7af2-408b-9059-40cd980616b8, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2875370287563696530 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28753702875636965302875370287563696530287537028756369653028753702875636965302875370287563696530287537028756369653028753702875636965302875370287563696530287537028756369653028753702875636965302875370287563696530287537028756369653028753702875636965302875370287563696530287537028756369653028753702875636965302875370287563696530287537028756369653028753702875636965302875370287563696530" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8693a053-27a0-4c0b-bef5-673fcca14d60, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8693a053-27a0-4c0b-bef5-673fcca14d60, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4029861772467276996 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40298617724672769964029861772467276996402986177246727699640298617724672769964029861772467276996402986177246727699640298617724672769964029861772467276996402986177246727699640298617724672769964029861772467276996402986177246727699640298617724672769964029861772467276996402986177246727699640298617724672769964029861772467276996402986177246727699640298617724672769964029861772467276996" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ac21b907-7af2-408b-9059-40cd980616b8, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7abb8bfc-622f-46d6-b430-44b953c404e7, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7abb8bfc-622f-46d6-b430-44b953c404e7, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11215803608087660441 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1121580360808766044111215803608087660441112158036080876604411121580360808766044111215803608087660441112158036080876604411121580360808766044111215803608087660441112158036080876604411121580360808766044111215803608087660441112158036080876604411121580360808766044111215803608087660441112158036080876604411121580360808766044111215803608087660441112158036080876604411121580360808766044111215803608087660441" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8693a053-27a0-4c0b-bef5-673fcca14d60, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5fc494a0-2803-439c-a9ef-099f71a7cbd0, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5fc494a0-2803-439c-a9ef-099f71a7cbd0, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14806359817176205327 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1480635981717620532714806359817176205327148063598171762053271480635981717620532714806359817176205327148063598171762053271480635981717620532714806359817176205327148063598171762053271480635981717620532714806359817176205327148063598171762053271480635981717620532714806359817176205327148063598171762053271480635981717620532714806359817176205327148063598171762053271480635981717620532714806359817176205327" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7abb8bfc-622f-46d6-b430-44b953c404e7, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a5a95023-d060-4ef0-a5fc-03b47a932cf3, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a5a95023-d060-4ef0-a5fc-03b47a932cf3, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3080389035281825284 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30803890352818252843080389035281825284308038903528182528430803890352818252843080389035281825284308038903528182528430803890352818252843080389035281825284308038903528182528430803890352818252843080389035281825284308038903528182528430803890352818252843080389035281825284308038903528182528430803890352818252843080389035281825284308038903528182528430803890352818252843080389035281825284" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5fc494a0-2803-439c-a9ef-099f71a7cbd0, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1d940d9c-e20f-4436-95f3-9a4ed72704bc, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1d940d9c-e20f-4436-95f3-9a4ed72704bc, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 616979163331260490 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "616979163331260490616979163331260490616979163331260490616979163331260490616979163331260490616979163331260490616979163331260490616979163331260490616979163331260490616979163331260490616979163331260490616979163331260490616979163331260490616979163331260490616979163331260490616979163331260490616979163331260490616979163331260490616979163331260490616979163331260490" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a5a95023-d060-4ef0-a5fc-03b47a932cf3, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e5336c38-63e2-4b74-85a2-b6a15a11b978, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e5336c38-63e2-4b74-85a2-b6a15a11b978, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16151874714482954731 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1615187471448295473116151874714482954731161518747144829547311615187471448295473116151874714482954731161518747144829547311615187471448295473116151874714482954731161518747144829547311615187471448295473116151874714482954731161518747144829547311615187471448295473116151874714482954731161518747144829547311615187471448295473116151874714482954731161518747144829547311615187471448295473116151874714482954731" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1d940d9c-e20f-4436-95f3-9a4ed72704bc, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e5336c38-63e2-4b74-85a2-b6a15a11b978, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 49def702-03c6-4ff4-bbc6-452a9a1244dc, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 495efff2-efc9-43ab-b4d2-4eb61b9e12d4, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 495efff2-efc9-43ab-b4d2-4eb61b9e12d4, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18246547870982508590 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1824654787098250859018246547870982508590182465478709825085901824654787098250859018246547870982508590182465478709825085901824654787098250859018246547870982508590182465478709825085901824654787098250859018246547870982508590182465478709825085901824654787098250859018246547870982508590182465478709825085901824654787098250859018246547870982508590182465478709825085901824654787098250859018246547870982508590" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 49def702-03c6-4ff4-bbc6-452a9a1244dc, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7624359569698483656 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76243595696984836567624359569698483656762435956969848365676243595696984836567624359569698483656762435956969848365676243595696984836567624359569698483656762435956969848365676243595696984836567624359569698483656762435956969848365676243595696984836567624359569698483656762435956969848365676243595696984836567624359569698483656762435956969848365676243595696984836567624359569698483656" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 495efff2-efc9-43ab-b4d2-4eb61b9e12d4, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d49b0a1b-3b37-4691-8fa6-aef58b4c907c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d49b0a1b-3b37-4691-8fa6-aef58b4c907c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6199526991993345304 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61995269919933453046199526991993345304619952699199334530461995269919933453046199526991993345304619952699199334530461995269919933453046199526991993345304619952699199334530461995269919933453046199526991993345304619952699199334530461995269919933453046199526991993345304619952699199334530461995269919933453046199526991993345304619952699199334530461995269919933453046199526991993345304" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 49def702-03c6-4ff4-bbc6-452a9a1244dc, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 30cd03b4-02ce-486c-b062-79e29f2a635e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 30cd03b4-02ce-486c-b062-79e29f2a635e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3551532094574959108 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35515320945749591083551532094574959108355153209457495910835515320945749591083551532094574959108355153209457495910835515320945749591083551532094574959108355153209457495910835515320945749591083551532094574959108355153209457495910835515320945749591083551532094574959108355153209457495910835515320945749591083551532094574959108355153209457495910835515320945749591083551532094574959108" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d49b0a1b-3b37-4691-8fa6-aef58b4c907c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 74fa4d88-8cad-407f-b3dc-af5edcaf4e6a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 74fa4d88-8cad-407f-b3dc-af5edcaf4e6a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1112988909750520095 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11129889097505200951112988909750520095111298890975052009511129889097505200951112988909750520095111298890975052009511129889097505200951112988909750520095111298890975052009511129889097505200951112988909750520095111298890975052009511129889097505200951112988909750520095111298890975052009511129889097505200951112988909750520095111298890975052009511129889097505200951112988909750520095" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 30cd03b4-02ce-486c-b062-79e29f2a635e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a01fce8c-1481-4353-b78d-50ef12377402, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a01fce8c-1481-4353-b78d-50ef12377402, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1141373058623245072 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11413730586232450721141373058623245072114137305862324507211413730586232450721141373058623245072114137305862324507211413730586232450721141373058623245072114137305862324507211413730586232450721141373058623245072114137305862324507211413730586232450721141373058623245072114137305862324507211413730586232450721141373058623245072114137305862324507211413730586232450721141373058623245072" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 74fa4d88-8cad-407f-b3dc-af5edcaf4e6a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dd77d66b-de8b-420c-a536-338a44c7c393, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dd77d66b-de8b-420c-a536-338a44c7c393, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3636902205946457550 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36369022059464575503636902205946457550363690220594645755036369022059464575503636902205946457550363690220594645755036369022059464575503636902205946457550363690220594645755036369022059464575503636902205946457550363690220594645755036369022059464575503636902205946457550363690220594645755036369022059464575503636902205946457550363690220594645755036369022059464575503636902205946457550" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a01fce8c-1481-4353-b78d-50ef12377402, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bf6d2d7b-dff5-4e18-aa6c-bfea50b52bb6, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bf6d2d7b-dff5-4e18-aa6c-bfea50b52bb6, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1672675172556872788 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16726751725568727881672675172556872788167267517255687278816726751725568727881672675172556872788167267517255687278816726751725568727881672675172556872788167267517255687278816726751725568727881672675172556872788167267517255687278816726751725568727881672675172556872788167267517255687278816726751725568727881672675172556872788167267517255687278816726751725568727881672675172556872788" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dd77d66b-de8b-420c-a536-338a44c7c393, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bf6d2d7b-dff5-4e18-aa6c-bfea50b52bb6, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1e655cf9-6325-4203-9470-f56edd339875, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1e655cf9-6325-4203-9470-f56edd339875, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13277743971061925609 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1327774397106192560913277743971061925609132777439710619256091327774397106192560913277743971061925609132777439710619256091327774397106192560913277743971061925609132777439710619256091327774397106192560913277743971061925609132777439710619256091327774397106192560913277743971061925609132777439710619256091327774397106192560913277743971061925609132777439710619256091327774397106192560913277743971061925609" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b6639417-b139-4b47-8406-632c0bb32a21, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b6639417-b139-4b47-8406-632c0bb32a21, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15465912725494132042 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1546591272549413204215465912725494132042154659127254941320421546591272549413204215465912725494132042154659127254941320421546591272549413204215465912725494132042154659127254941320421546591272549413204215465912725494132042154659127254941320421546591272549413204215465912725494132042154659127254941320421546591272549413204215465912725494132042154659127254941320421546591272549413204215465912725494132042" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1e655cf9-6325-4203-9470-f56edd339875, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6ab7d444-9bec-4208-b367-f40cc1958bea, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6ab7d444-9bec-4208-b367-f40cc1958bea, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6865674609771773291 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68656746097717732916865674609771773291686567460977177329168656746097717732916865674609771773291686567460977177329168656746097717732916865674609771773291686567460977177329168656746097717732916865674609771773291686567460977177329168656746097717732916865674609771773291686567460977177329168656746097717732916865674609771773291686567460977177329168656746097717732916865674609771773291" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b6639417-b139-4b47-8406-632c0bb32a21, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 35e925d7-d0a9-4685-96f5-7205baa77610, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 35e925d7-d0a9-4685-96f5-7205baa77610, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8686876713307615029 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86868767133076150298686876713307615029868687671330761502986868767133076150298686876713307615029868687671330761502986868767133076150298686876713307615029868687671330761502986868767133076150298686876713307615029868687671330761502986868767133076150298686876713307615029868687671330761502986868767133076150298686876713307615029868687671330761502986868767133076150298686876713307615029" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6ab7d444-9bec-4208-b367-f40cc1958bea, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 35e925d7-d0a9-4685-96f5-7205baa77610, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9ed5090b-cd67-4993-8371-c99504b18a43, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9ed5090b-cd67-4993-8371-c99504b18a43, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18270723655257500329 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1827072365525750032918270723655257500329182707236552575003291827072365525750032918270723655257500329182707236552575003291827072365525750032918270723655257500329182707236552575003291827072365525750032918270723655257500329182707236552575003291827072365525750032918270723655257500329182707236552575003291827072365525750032918270723655257500329182707236552575003291827072365525750032918270723655257500329" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4b44ba2d-c535-4c40-bfe3-0e2f9dcdec5d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4b44ba2d-c535-4c40-bfe3-0e2f9dcdec5d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8750699621888142954 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87506996218881429548750699621888142954875069962188814295487506996218881429548750699621888142954875069962188814295487506996218881429548750699621888142954875069962188814295487506996218881429548750699621888142954875069962188814295487506996218881429548750699621888142954875069962188814295487506996218881429548750699621888142954875069962188814295487506996218881429548750699621888142954" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9ed5090b-cd67-4993-8371-c99504b18a43, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 63cba9ec-901f-4dca-b4e1-25c10b935fcd, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 63cba9ec-901f-4dca-b4e1-25c10b935fcd, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9351251695022586697 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93512516950225866979351251695022586697935125169502258669793512516950225866979351251695022586697935125169502258669793512516950225866979351251695022586697935125169502258669793512516950225866979351251695022586697935125169502258669793512516950225866979351251695022586697935125169502258669793512516950225866979351251695022586697935125169502258669793512516950225866979351251695022586697" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4b44ba2d-c535-4c40-bfe3-0e2f9dcdec5d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fcec2d4d-5cd9-4b4b-8b82-eebca6d5ffb5, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fcec2d4d-5cd9-4b4b-8b82-eebca6d5ffb5, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11722344058949053157 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1172234405894905315711722344058949053157117223440589490531571172234405894905315711722344058949053157117223440589490531571172234405894905315711722344058949053157117223440589490531571172234405894905315711722344058949053157117223440589490531571172234405894905315711722344058949053157117223440589490531571172234405894905315711722344058949053157117223440589490531571172234405894905315711722344058949053157" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 63cba9ec-901f-4dca-b4e1-25c10b935fcd, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4af592d6-0cb6-401d-a446-6e99be4abd4d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4af592d6-0cb6-401d-a446-6e99be4abd4d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14822562704759731001 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1482256270475973100114822562704759731001148225627047597310011482256270475973100114822562704759731001148225627047597310011482256270475973100114822562704759731001148225627047597310011482256270475973100114822562704759731001148225627047597310011482256270475973100114822562704759731001148225627047597310011482256270475973100114822562704759731001148225627047597310011482256270475973100114822562704759731001" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fcec2d4d-5cd9-4b4b-8b82-eebca6d5ffb5, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fa86aa7f-9cf5-4cd2-8211-952f97408701, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fa86aa7f-9cf5-4cd2-8211-952f97408701, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6822937375548137659 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68229373755481376596822937375548137659682293737554813765968229373755481376596822937375548137659682293737554813765968229373755481376596822937375548137659682293737554813765968229373755481376596822937375548137659682293737554813765968229373755481376596822937375548137659682293737554813765968229373755481376596822937375548137659682293737554813765968229373755481376596822937375548137659" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4af592d6-0cb6-401d-a446-6e99be4abd4d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 467b9ef7-d7d9-415d-a416-77c06ae42e14, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 467b9ef7-d7d9-415d-a416-77c06ae42e14, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11671713706732806922 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1167171370673280692211671713706732806922116717137067328069221167171370673280692211671713706732806922116717137067328069221167171370673280692211671713706732806922116717137067328069221167171370673280692211671713706732806922116717137067328069221167171370673280692211671713706732806922116717137067328069221167171370673280692211671713706732806922116717137067328069221167171370673280692211671713706732806922" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fa86aa7f-9cf5-4cd2-8211-952f97408701, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4211730b-f0c5-45b4-9cb8-d29079ce8dbd, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4211730b-f0c5-45b4-9cb8-d29079ce8dbd, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17957965335908214714 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1795796533590821471417957965335908214714179579653359082147141795796533590821471417957965335908214714179579653359082147141795796533590821471417957965335908214714179579653359082147141795796533590821471417957965335908214714179579653359082147141795796533590821471417957965335908214714179579653359082147141795796533590821471417957965335908214714179579653359082147141795796533590821471417957965335908214714" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 467b9ef7-d7d9-415d-a416-77c06ae42e14, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4ae7a648-cb51-4fcd-b706-268b72416dbe, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4ae7a648-cb51-4fcd-b706-268b72416dbe, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11813060827608610664 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1181306082760861066411813060827608610664118130608276086106641181306082760861066411813060827608610664118130608276086106641181306082760861066411813060827608610664118130608276086106641181306082760861066411813060827608610664118130608276086106641181306082760861066411813060827608610664118130608276086106641181306082760861066411813060827608610664118130608276086106641181306082760861066411813060827608610664" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4211730b-f0c5-45b4-9cb8-d29079ce8dbd, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d7d71cff-49cc-48ab-b3a5-d6ce5ccc2255, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d7d71cff-49cc-48ab-b3a5-d6ce5ccc2255, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17746382102175063217 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1774638210217506321717746382102175063217177463821021750632171774638210217506321717746382102175063217177463821021750632171774638210217506321717746382102175063217177463821021750632171774638210217506321717746382102175063217177463821021750632171774638210217506321717746382102175063217177463821021750632171774638210217506321717746382102175063217177463821021750632171774638210217506321717746382102175063217" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4ae7a648-cb51-4fcd-b706-268b72416dbe, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f7c2407d-66b3-4534-adde-40d42945099c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f7c2407d-66b3-4534-adde-40d42945099c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11732809205611183346 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1173280920561118334611732809205611183346117328092056111833461173280920561118334611732809205611183346117328092056111833461173280920561118334611732809205611183346117328092056111833461173280920561118334611732809205611183346117328092056111833461173280920561118334611732809205611183346117328092056111833461173280920561118334611732809205611183346117328092056111833461173280920561118334611732809205611183346" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d7d71cff-49cc-48ab-b3a5-d6ce5ccc2255, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 71468c3c-99fe-48fd-a3f1-0a4ca3dd0af5, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 71468c3c-99fe-48fd-a3f1-0a4ca3dd0af5, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2869572392014909033 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28695723920149090332869572392014909033286957239201490903328695723920149090332869572392014909033286957239201490903328695723920149090332869572392014909033286957239201490903328695723920149090332869572392014909033286957239201490903328695723920149090332869572392014909033286957239201490903328695723920149090332869572392014909033286957239201490903328695723920149090332869572392014909033" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f7c2407d-66b3-4534-adde-40d42945099c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 63de5e6a-71e6-4c96-9e8e-afb0a2b0f568, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 63de5e6a-71e6-4c96-9e8e-afb0a2b0f568, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3404902167035930948 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34049021670359309483404902167035930948340490216703593094834049021670359309483404902167035930948340490216703593094834049021670359309483404902167035930948340490216703593094834049021670359309483404902167035930948340490216703593094834049021670359309483404902167035930948340490216703593094834049021670359309483404902167035930948340490216703593094834049021670359309483404902167035930948" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 71468c3c-99fe-48fd-a3f1-0a4ca3dd0af5, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7951cea8-77ac-4bf1-825e-6542bb55b794, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7951cea8-77ac-4bf1-825e-6542bb55b794, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6726299964634189766 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67262999646341897666726299964634189766672629996463418976667262999646341897666726299964634189766672629996463418976667262999646341897666726299964634189766672629996463418976667262999646341897666726299964634189766672629996463418976667262999646341897666726299964634189766672629996463418976667262999646341897666726299964634189766672629996463418976667262999646341897666726299964634189766" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 63de5e6a-71e6-4c96-9e8e-afb0a2b0f568, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1ad6998f-fd52-4cbc-9ed6-b7def0cce1ea, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7951cea8-77ac-4bf1-825e-6542bb55b794, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1ad6998f-fd52-4cbc-9ed6-b7def0cce1ea, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8236093427266118034 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82360934272661180348236093427266118034823609342726611803482360934272661180348236093427266118034823609342726611803482360934272661180348236093427266118034823609342726611803482360934272661180348236093427266118034823609342726611803482360934272661180348236093427266118034823609342726611803482360934272661180348236093427266118034823609342726611803482360934272661180348236093427266118034" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8916f888-f837-4489-b516-7c8c7f93b95f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8916f888-f837-4489-b516-7c8c7f93b95f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9142174011129417019 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91421740111294170199142174011129417019914217401112941701991421740111294170199142174011129417019914217401112941701991421740111294170199142174011129417019914217401112941701991421740111294170199142174011129417019914217401112941701991421740111294170199142174011129417019914217401112941701991421740111294170199142174011129417019914217401112941701991421740111294170199142174011129417019" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1ad6998f-fd52-4cbc-9ed6-b7def0cce1ea, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 835f9e2b-8311-4cd0-ac89-a47142795d43, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 835f9e2b-8311-4cd0-ac89-a47142795d43, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 217042092564858770 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "217042092564858770217042092564858770217042092564858770217042092564858770217042092564858770217042092564858770217042092564858770217042092564858770217042092564858770217042092564858770217042092564858770217042092564858770217042092564858770217042092564858770217042092564858770217042092564858770217042092564858770217042092564858770217042092564858770217042092564858770" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8916f888-f837-4489-b516-7c8c7f93b95f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2e58e13c-1c28-4575-a265-ab752ec41885, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2e58e13c-1c28-4575-a265-ab752ec41885, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3964549886607845366 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39645498866078453663964549886607845366396454988660784536639645498866078453663964549886607845366396454988660784536639645498866078453663964549886607845366396454988660784536639645498866078453663964549886607845366396454988660784536639645498866078453663964549886607845366396454988660784536639645498866078453663964549886607845366396454988660784536639645498866078453663964549886607845366" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 835f9e2b-8311-4cd0-ac89-a47142795d43, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6ff1f860-2b50-43c5-aa80-e325cfb464ec, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6ff1f860-2b50-43c5-aa80-e325cfb464ec, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12241487986203244335 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1224148798620324433512241487986203244335122414879862032443351224148798620324433512241487986203244335122414879862032443351224148798620324433512241487986203244335122414879862032443351224148798620324433512241487986203244335122414879862032443351224148798620324433512241487986203244335122414879862032443351224148798620324433512241487986203244335122414879862032443351224148798620324433512241487986203244335" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2e58e13c-1c28-4575-a265-ab752ec41885, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6ff1f860-2b50-43c5-aa80-e325cfb464ec, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 05663726-bb7b-4419-a98b-57308a110fbb, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 05663726-bb7b-4419-a98b-57308a110fbb, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16841398814482397703 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1684139881448239770316841398814482397703168413988144823977031684139881448239770316841398814482397703168413988144823977031684139881448239770316841398814482397703168413988144823977031684139881448239770316841398814482397703168413988144823977031684139881448239770316841398814482397703168413988144823977031684139881448239770316841398814482397703168413988144823977031684139881448239770316841398814482397703" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8edcdff9-4445-4bc1-acae-a9138cdc8dd6, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8edcdff9-4445-4bc1-acae-a9138cdc8dd6, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14750734183257112882 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1475073418325711288214750734183257112882147507341832571128821475073418325711288214750734183257112882147507341832571128821475073418325711288214750734183257112882147507341832571128821475073418325711288214750734183257112882147507341832571128821475073418325711288214750734183257112882147507341832571128821475073418325711288214750734183257112882147507341832571128821475073418325711288214750734183257112882" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 05663726-bb7b-4419-a98b-57308a110fbb, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 361cee83-1c1d-4ffa-bc00-f2d0d3eb6c9e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 361cee83-1c1d-4ffa-bc00-f2d0d3eb6c9e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 483997181939814056 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "483997181939814056483997181939814056483997181939814056483997181939814056483997181939814056483997181939814056483997181939814056483997181939814056483997181939814056483997181939814056483997181939814056483997181939814056483997181939814056483997181939814056483997181939814056483997181939814056483997181939814056483997181939814056483997181939814056483997181939814056" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8edcdff9-4445-4bc1-acae-a9138cdc8dd6, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0010abfa-d74c-4f0c-8a4e-91fc13af1404, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0010abfa-d74c-4f0c-8a4e-91fc13af1404, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18033530930867931992 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1803353093086793199218033530930867931992180335309308679319921803353093086793199218033530930867931992180335309308679319921803353093086793199218033530930867931992180335309308679319921803353093086793199218033530930867931992180335309308679319921803353093086793199218033530930867931992180335309308679319921803353093086793199218033530930867931992180335309308679319921803353093086793199218033530930867931992" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 361cee83-1c1d-4ffa-bc00-f2d0d3eb6c9e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5c9e7ca6-a72d-42a0-87eb-f34129037d39, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5c9e7ca6-a72d-42a0-87eb-f34129037d39, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8551637295783314599 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85516372957833145998551637295783314599855163729578331459985516372957833145998551637295783314599855163729578331459985516372957833145998551637295783314599855163729578331459985516372957833145998551637295783314599855163729578331459985516372957833145998551637295783314599855163729578331459985516372957833145998551637295783314599855163729578331459985516372957833145998551637295783314599" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0010abfa-d74c-4f0c-8a4e-91fc13af1404, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4671d160-8faf-4905-a35e-9b06215eccbc, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4671d160-8faf-4905-a35e-9b06215eccbc, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10341796630191684011 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1034179663019168401110341796630191684011103417966301916840111034179663019168401110341796630191684011103417966301916840111034179663019168401110341796630191684011103417966301916840111034179663019168401110341796630191684011103417966301916840111034179663019168401110341796630191684011103417966301916840111034179663019168401110341796630191684011103417966301916840111034179663019168401110341796630191684011" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5c9e7ca6-a72d-42a0-87eb-f34129037d39, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b36d68ee-a36e-4c42-9a0d-cf112f35afd5, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b36d68ee-a36e-4c42-9a0d-cf112f35afd5, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3461162470686550544 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34611624706865505443461162470686550544346116247068655054434611624706865505443461162470686550544346116247068655054434611624706865505443461162470686550544346116247068655054434611624706865505443461162470686550544346116247068655054434611624706865505443461162470686550544346116247068655054434611624706865505443461162470686550544346116247068655054434611624706865505443461162470686550544" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4671d160-8faf-4905-a35e-9b06215eccbc, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 538df7b1-e534-432b-bd5e-dec6e9dcc26b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 538df7b1-e534-432b-bd5e-dec6e9dcc26b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16601084316564108834 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1660108431656410883416601084316564108834166010843165641088341660108431656410883416601084316564108834166010843165641088341660108431656410883416601084316564108834166010843165641088341660108431656410883416601084316564108834166010843165641088341660108431656410883416601084316564108834166010843165641088341660108431656410883416601084316564108834166010843165641088341660108431656410883416601084316564108834" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b36d68ee-a36e-4c42-9a0d-cf112f35afd5, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8ef70075-021f-40f7-8b6e-60aaddfdb721, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8ef70075-021f-40f7-8b6e-60aaddfdb721, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1615135317952802381 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16151353179528023811615135317952802381161513531795280238116151353179528023811615135317952802381161513531795280238116151353179528023811615135317952802381161513531795280238116151353179528023811615135317952802381161513531795280238116151353179528023811615135317952802381161513531795280238116151353179528023811615135317952802381161513531795280238116151353179528023811615135317952802381" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 538df7b1-e534-432b-bd5e-dec6e9dcc26b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b651893f-222b-4d63-b015-bb4aad81a001, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b651893f-222b-4d63-b015-bb4aad81a001, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5109620745063808826 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51096207450638088265109620745063808826510962074506380882651096207450638088265109620745063808826510962074506380882651096207450638088265109620745063808826510962074506380882651096207450638088265109620745063808826510962074506380882651096207450638088265109620745063808826510962074506380882651096207450638088265109620745063808826510962074506380882651096207450638088265109620745063808826" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8ef70075-021f-40f7-8b6e-60aaddfdb721, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1f2364c6-bc7f-4ed3-aa2c-8512777347c6, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1f2364c6-bc7f-4ed3-aa2c-8512777347c6, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2337904218461028426 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23379042184610284262337904218461028426233790421846102842623379042184610284262337904218461028426233790421846102842623379042184610284262337904218461028426233790421846102842623379042184610284262337904218461028426233790421846102842623379042184610284262337904218461028426233790421846102842623379042184610284262337904218461028426233790421846102842623379042184610284262337904218461028426" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b651893f-222b-4d63-b015-bb4aad81a001, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c4ff8311-4d3a-4d2f-9bc6-1262e11873c7, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c4ff8311-4d3a-4d2f-9bc6-1262e11873c7, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3890903512619518402 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38909035126195184023890903512619518402389090351261951840238909035126195184023890903512619518402389090351261951840238909035126195184023890903512619518402389090351261951840238909035126195184023890903512619518402389090351261951840238909035126195184023890903512619518402389090351261951840238909035126195184023890903512619518402389090351261951840238909035126195184023890903512619518402" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1f2364c6-bc7f-4ed3-aa2c-8512777347c6, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 62b71262-e7db-437a-8462-caac71b14d54, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 62b71262-e7db-437a-8462-caac71b14d54, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6919487576363629299 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69194875763636292996919487576363629299691948757636362929969194875763636292996919487576363629299691948757636362929969194875763636292996919487576363629299691948757636362929969194875763636292996919487576363629299691948757636362929969194875763636292996919487576363629299691948757636362929969194875763636292996919487576363629299691948757636362929969194875763636292996919487576363629299" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c4ff8311-4d3a-4d2f-9bc6-1262e11873c7, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8838f9a0-e70d-4443-bfb1-3e74c9600415, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8838f9a0-e70d-4443-bfb1-3e74c9600415, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7965953719235061102 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79659537192350611027965953719235061102796595371923506110279659537192350611027965953719235061102796595371923506110279659537192350611027965953719235061102796595371923506110279659537192350611027965953719235061102796595371923506110279659537192350611027965953719235061102796595371923506110279659537192350611027965953719235061102796595371923506110279659537192350611027965953719235061102" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 62b71262-e7db-437a-8462-caac71b14d54, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b4c39e23-3021-4265-806c-7cba4c3313f5, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b4c39e23-3021-4265-806c-7cba4c3313f5, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10022210327557825269 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1002221032755782526910022210327557825269100222103275578252691002221032755782526910022210327557825269100222103275578252691002221032755782526910022210327557825269100222103275578252691002221032755782526910022210327557825269100222103275578252691002221032755782526910022210327557825269100222103275578252691002221032755782526910022210327557825269100222103275578252691002221032755782526910022210327557825269" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8838f9a0-e70d-4443-bfb1-3e74c9600415, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b4c39e23-3021-4265-806c-7cba4c3313f5, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6db77e3c-4a20-4a15-9be3-5cc61d8d1a88, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6db77e3c-4a20-4a15-9be3-5cc61d8d1a88, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11475987128504096863 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1147598712850409686311475987128504096863114759871285040968631147598712850409686311475987128504096863114759871285040968631147598712850409686311475987128504096863114759871285040968631147598712850409686311475987128504096863114759871285040968631147598712850409686311475987128504096863114759871285040968631147598712850409686311475987128504096863114759871285040968631147598712850409686311475987128504096863" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5ba34e57-dd23-4f60-9e65-d1b71a48b031, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5ba34e57-dd23-4f60-9e65-d1b71a48b031, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16701931375174772895 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1670193137517477289516701931375174772895167019313751747728951670193137517477289516701931375174772895167019313751747728951670193137517477289516701931375174772895167019313751747728951670193137517477289516701931375174772895167019313751747728951670193137517477289516701931375174772895167019313751747728951670193137517477289516701931375174772895167019313751747728951670193137517477289516701931375174772895" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6db77e3c-4a20-4a15-9be3-5cc61d8d1a88, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e12bba88-856f-4568-8a24-221de52f1039, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e12bba88-856f-4568-8a24-221de52f1039, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12760735205938708245 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1276073520593870824512760735205938708245127607352059387082451276073520593870824512760735205938708245127607352059387082451276073520593870824512760735205938708245127607352059387082451276073520593870824512760735205938708245127607352059387082451276073520593870824512760735205938708245127607352059387082451276073520593870824512760735205938708245127607352059387082451276073520593870824512760735205938708245" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5ba34e57-dd23-4f60-9e65-d1b71a48b031, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9e23ff7c-dbe5-4795-9e65-bceb78a5083e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9e23ff7c-dbe5-4795-9e65-bceb78a5083e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3893146532254771351 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38931465322547713513893146532254771351389314653225477135138931465322547713513893146532254771351389314653225477135138931465322547713513893146532254771351389314653225477135138931465322547713513893146532254771351389314653225477135138931465322547713513893146532254771351389314653225477135138931465322547713513893146532254771351389314653225477135138931465322547713513893146532254771351" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e12bba88-856f-4568-8a24-221de52f1039, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 785ac12e-4334-4c73-9960-f0e2eec872be, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 785ac12e-4334-4c73-9960-f0e2eec872be, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1424985312065406863 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14249853120654068631424985312065406863142498531206540686314249853120654068631424985312065406863142498531206540686314249853120654068631424985312065406863142498531206540686314249853120654068631424985312065406863142498531206540686314249853120654068631424985312065406863142498531206540686314249853120654068631424985312065406863142498531206540686314249853120654068631424985312065406863" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9e23ff7c-dbe5-4795-9e65-bceb78a5083e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1138e8a3-9eeb-4549-91e5-9038205d3157, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1138e8a3-9eeb-4549-91e5-9038205d3157, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16240724905989099090 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1624072490598909909016240724905989099090162407249059890990901624072490598909909016240724905989099090162407249059890990901624072490598909909016240724905989099090162407249059890990901624072490598909909016240724905989099090162407249059890990901624072490598909909016240724905989099090162407249059890990901624072490598909909016240724905989099090162407249059890990901624072490598909909016240724905989099090" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 785ac12e-4334-4c73-9960-f0e2eec872be, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9ee87eb5-5fac-42ca-88c8-77f5ba6ec6d7, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9ee87eb5-5fac-42ca-88c8-77f5ba6ec6d7, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1938573270743139819 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19385732707431398191938573270743139819193857327074313981919385732707431398191938573270743139819193857327074313981919385732707431398191938573270743139819193857327074313981919385732707431398191938573270743139819193857327074313981919385732707431398191938573270743139819193857327074313981919385732707431398191938573270743139819193857327074313981919385732707431398191938573270743139819" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1138e8a3-9eeb-4549-91e5-9038205d3157, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, db47af99-1458-4cb0-9964-076e7e7fd2aa, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, db47af99-1458-4cb0-9964-076e7e7fd2aa, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15324156759975953985 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1532415675997595398515324156759975953985153241567599759539851532415675997595398515324156759975953985153241567599759539851532415675997595398515324156759975953985153241567599759539851532415675997595398515324156759975953985153241567599759539851532415675997595398515324156759975953985153241567599759539851532415675997595398515324156759975953985153241567599759539851532415675997595398515324156759975953985" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9ee87eb5-5fac-42ca-88c8-77f5ba6ec6d7, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4f946580-09af-40d8-9674-b4fd9b761bdf, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4f946580-09af-40d8-9674-b4fd9b761bdf, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 894233517211292994 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "894233517211292994894233517211292994894233517211292994894233517211292994894233517211292994894233517211292994894233517211292994894233517211292994894233517211292994894233517211292994894233517211292994894233517211292994894233517211292994894233517211292994894233517211292994894233517211292994894233517211292994894233517211292994894233517211292994894233517211292994" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, db47af99-1458-4cb0-9964-076e7e7fd2aa, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d68306b3-3c68-4ca8-9009-ac24ed407a2d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d68306b3-3c68-4ca8-9009-ac24ed407a2d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15491467483682239112 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1549146748368223911215491467483682239112154914674836822391121549146748368223911215491467483682239112154914674836822391121549146748368223911215491467483682239112154914674836822391121549146748368223911215491467483682239112154914674836822391121549146748368223911215491467483682239112154914674836822391121549146748368223911215491467483682239112154914674836822391121549146748368223911215491467483682239112" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4f946580-09af-40d8-9674-b4fd9b761bdf, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d68357a8-6f5a-49dd-8b5d-2bceb2413985, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d68357a8-6f5a-49dd-8b5d-2bceb2413985, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15726713398064046536 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1572671339806404653615726713398064046536157267133980640465361572671339806404653615726713398064046536157267133980640465361572671339806404653615726713398064046536157267133980640465361572671339806404653615726713398064046536157267133980640465361572671339806404653615726713398064046536157267133980640465361572671339806404653615726713398064046536157267133980640465361572671339806404653615726713398064046536" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d68306b3-3c68-4ca8-9009-ac24ed407a2d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 29b0a2d3-bfac-4e20-9ab6-7690cf4c7d60, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 29b0a2d3-bfac-4e20-9ab6-7690cf4c7d60, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14035487823753795018 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1403548782375379501814035487823753795018140354878237537950181403548782375379501814035487823753795018140354878237537950181403548782375379501814035487823753795018140354878237537950181403548782375379501814035487823753795018140354878237537950181403548782375379501814035487823753795018140354878237537950181403548782375379501814035487823753795018140354878237537950181403548782375379501814035487823753795018" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d68357a8-6f5a-49dd-8b5d-2bceb2413985, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d24dada0-35f2-4f4a-9dcf-213079697f83, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d24dada0-35f2-4f4a-9dcf-213079697f83, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2909652453300891775 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29096524533008917752909652453300891775290965245330089177529096524533008917752909652453300891775290965245330089177529096524533008917752909652453300891775290965245330089177529096524533008917752909652453300891775290965245330089177529096524533008917752909652453300891775290965245330089177529096524533008917752909652453300891775290965245330089177529096524533008917752909652453300891775" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 29b0a2d3-bfac-4e20-9ab6-7690cf4c7d60, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a56ef74c-c5e4-4328-a3cf-0104d7365493, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a56ef74c-c5e4-4328-a3cf-0104d7365493, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2630111425794010556 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26301114257940105562630111425794010556263011142579401055626301114257940105562630111425794010556263011142579401055626301114257940105562630111425794010556263011142579401055626301114257940105562630111425794010556263011142579401055626301114257940105562630111425794010556263011142579401055626301114257940105562630111425794010556263011142579401055626301114257940105562630111425794010556" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d24dada0-35f2-4f4a-9dcf-213079697f83, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ffefb889-de75-4a01-9c8c-392703c2d285, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ffefb889-de75-4a01-9c8c-392703c2d285, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18425853425741874808 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1842585342574187480818425853425741874808184258534257418748081842585342574187480818425853425741874808184258534257418748081842585342574187480818425853425741874808184258534257418748081842585342574187480818425853425741874808184258534257418748081842585342574187480818425853425741874808184258534257418748081842585342574187480818425853425741874808184258534257418748081842585342574187480818425853425741874808" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a56ef74c-c5e4-4328-a3cf-0104d7365493, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 787cceb7-41ba-4be0-8076-1c0bda449ce2, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 787cceb7-41ba-4be0-8076-1c0bda449ce2, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13668524890096378694 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1366852489009637869413668524890096378694136685248900963786941366852489009637869413668524890096378694136685248900963786941366852489009637869413668524890096378694136685248900963786941366852489009637869413668524890096378694136685248900963786941366852489009637869413668524890096378694136685248900963786941366852489009637869413668524890096378694136685248900963786941366852489009637869413668524890096378694" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ffefb889-de75-4a01-9c8c-392703c2d285, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 14c874de-37b3-4393-b159-3f9bef854804, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 14c874de-37b3-4393-b159-3f9bef854804, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7459695526380727594 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74596955263807275947459695526380727594745969552638072759474596955263807275947459695526380727594745969552638072759474596955263807275947459695526380727594745969552638072759474596955263807275947459695526380727594745969552638072759474596955263807275947459695526380727594745969552638072759474596955263807275947459695526380727594745969552638072759474596955263807275947459695526380727594" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 787cceb7-41ba-4be0-8076-1c0bda449ce2, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 595bd9c1-fe55-4da0-b3cd-9cca2b6258e4, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 595bd9c1-fe55-4da0-b3cd-9cca2b6258e4, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15317278619265395604 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1531727861926539560415317278619265395604153172786192653956041531727861926539560415317278619265395604153172786192653956041531727861926539560415317278619265395604153172786192653956041531727861926539560415317278619265395604153172786192653956041531727861926539560415317278619265395604153172786192653956041531727861926539560415317278619265395604153172786192653956041531727861926539560415317278619265395604" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 14c874de-37b3-4393-b159-3f9bef854804, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c370a947-f035-47d0-9b04-91eb33f28f0a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c370a947-f035-47d0-9b04-91eb33f28f0a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18301621806101027680 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1830162180610102768018301621806101027680183016218061010276801830162180610102768018301621806101027680183016218061010276801830162180610102768018301621806101027680183016218061010276801830162180610102768018301621806101027680183016218061010276801830162180610102768018301621806101027680183016218061010276801830162180610102768018301621806101027680183016218061010276801830162180610102768018301621806101027680" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 595bd9c1-fe55-4da0-b3cd-9cca2b6258e4, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c0b7cb34-47fd-43b4-a0d2-dd1536a5a509, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c0b7cb34-47fd-43b4-a0d2-dd1536a5a509, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13953447540355498104 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1395344754035549810413953447540355498104139534475403554981041395344754035549810413953447540355498104139534475403554981041395344754035549810413953447540355498104139534475403554981041395344754035549810413953447540355498104139534475403554981041395344754035549810413953447540355498104139534475403554981041395344754035549810413953447540355498104139534475403554981041395344754035549810413953447540355498104" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c370a947-f035-47d0-9b04-91eb33f28f0a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b14d073a-d16d-4766-8200-5db57e1908a1, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b14d073a-d16d-4766-8200-5db57e1908a1, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13248497164547369727 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1324849716454736972713248497164547369727132484971645473697271324849716454736972713248497164547369727132484971645473697271324849716454736972713248497164547369727132484971645473697271324849716454736972713248497164547369727132484971645473697271324849716454736972713248497164547369727132484971645473697271324849716454736972713248497164547369727132484971645473697271324849716454736972713248497164547369727" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c0b7cb34-47fd-43b4-a0d2-dd1536a5a509, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a7febd37-4021-425b-acdb-19f985c66b4d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a7febd37-4021-425b-acdb-19f985c66b4d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1924151674871332921 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19241516748713329211924151674871332921192415167487133292119241516748713329211924151674871332921192415167487133292119241516748713329211924151674871332921192415167487133292119241516748713329211924151674871332921192415167487133292119241516748713329211924151674871332921192415167487133292119241516748713329211924151674871332921192415167487133292119241516748713329211924151674871332921" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b14d073a-d16d-4766-8200-5db57e1908a1, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d4cfab87-d5fe-449c-88f7-3af6015573ce, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d4cfab87-d5fe-449c-88f7-3af6015573ce, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16801458309769606287 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1680145830976960628716801458309769606287168014583097696062871680145830976960628716801458309769606287168014583097696062871680145830976960628716801458309769606287168014583097696062871680145830976960628716801458309769606287168014583097696062871680145830976960628716801458309769606287168014583097696062871680145830976960628716801458309769606287168014583097696062871680145830976960628716801458309769606287" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d4cfab87-d5fe-449c-88f7-3af6015573ce, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4229560d-7288-41dc-9dcb-1b5b142d7858, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4229560d-7288-41dc-9dcb-1b5b142d7858, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 759055929667224533 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "759055929667224533759055929667224533759055929667224533759055929667224533759055929667224533759055929667224533759055929667224533759055929667224533759055929667224533759055929667224533759055929667224533759055929667224533759055929667224533759055929667224533759055929667224533759055929667224533759055929667224533759055929667224533759055929667224533759055929667224533" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4229560d-7288-41dc-9dcb-1b5b142d7858, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e7384b3c-b2c7-4c18-b236-ae8db4b33103, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e7384b3c-b2c7-4c18-b236-ae8db4b33103, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4265284751556039907 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42652847515560399074265284751556039907426528475155603990742652847515560399074265284751556039907426528475155603990742652847515560399074265284751556039907426528475155603990742652847515560399074265284751556039907426528475155603990742652847515560399074265284751556039907426528475155603990742652847515560399074265284751556039907426528475155603990742652847515560399074265284751556039907" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a7febd37-4021-425b-acdb-19f985c66b4d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 32c789dc-a833-4371-8f6e-aaa1fbf694d7, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e7384b3c-b2c7-4c18-b236-ae8db4b33103, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e9b7434c-e788-4b3a-ba28-1a1052e118b8, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e9b7434c-e788-4b3a-ba28-1a1052e118b8, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5972069975052845704 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59720699750528457045972069975052845704597206997505284570459720699750528457045972069975052845704597206997505284570459720699750528457045972069975052845704597206997505284570459720699750528457045972069975052845704597206997505284570459720699750528457045972069975052845704597206997505284570459720699750528457045972069975052845704597206997505284570459720699750528457045972069975052845704" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 32c789dc-a833-4371-8f6e-aaa1fbf694d7, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17808390179016524899 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1780839017901652489917808390179016524899178083901790165248991780839017901652489917808390179016524899178083901790165248991780839017901652489917808390179016524899178083901790165248991780839017901652489917808390179016524899178083901790165248991780839017901652489917808390179016524899178083901790165248991780839017901652489917808390179016524899178083901790165248991780839017901652489917808390179016524899" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e9b7434c-e788-4b3a-ba28-1a1052e118b8, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f7552422-3182-4382-b744-6c61efa1d1a1, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f7552422-3182-4382-b744-6c61efa1d1a1, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15312545063624705368 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1531254506362470536815312545063624705368153125450636247053681531254506362470536815312545063624705368153125450636247053681531254506362470536815312545063624705368153125450636247053681531254506362470536815312545063624705368153125450636247053681531254506362470536815312545063624705368153125450636247053681531254506362470536815312545063624705368153125450636247053681531254506362470536815312545063624705368" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 32c789dc-a833-4371-8f6e-aaa1fbf694d7, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5bad47c6-ceab-4e04-9b43-28f76fbeced7, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5bad47c6-ceab-4e04-9b43-28f76fbeced7, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6319391015847802968 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63193910158478029686319391015847802968631939101584780296863193910158478029686319391015847802968631939101584780296863193910158478029686319391015847802968631939101584780296863193910158478029686319391015847802968631939101584780296863193910158478029686319391015847802968631939101584780296863193910158478029686319391015847802968631939101584780296863193910158478029686319391015847802968" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f7552422-3182-4382-b744-6c61efa1d1a1, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dfdaf3b4-7329-4818-babe-d0acbdbdce7a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dfdaf3b4-7329-4818-babe-d0acbdbdce7a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3329409409036824883 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33294094090368248833329409409036824883332940940903682488333294094090368248833329409409036824883332940940903682488333294094090368248833329409409036824883332940940903682488333294094090368248833329409409036824883332940940903682488333294094090368248833329409409036824883332940940903682488333294094090368248833329409409036824883332940940903682488333294094090368248833329409409036824883" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5bad47c6-ceab-4e04-9b43-28f76fbeced7, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dfdaf3b4-7329-4818-babe-d0acbdbdce7a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 567c723d-f9e5-42c0-84d5-35393d15a0e2, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 567c723d-f9e5-42c0-84d5-35393d15a0e2, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13155542540872881966 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1315554254087288196613155542540872881966131555425408728819661315554254087288196613155542540872881966131555425408728819661315554254087288196613155542540872881966131555425408728819661315554254087288196613155542540872881966131555425408728819661315554254087288196613155542540872881966131555425408728819661315554254087288196613155542540872881966131555425408728819661315554254087288196613155542540872881966" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0509efb8-6ed9-4614-ae0f-6cbb0b7b8ca0, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0509efb8-6ed9-4614-ae0f-6cbb0b7b8ca0, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4168023916300018133 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41680239163000181334168023916300018133416802391630001813341680239163000181334168023916300018133416802391630001813341680239163000181334168023916300018133416802391630001813341680239163000181334168023916300018133416802391630001813341680239163000181334168023916300018133416802391630001813341680239163000181334168023916300018133416802391630001813341680239163000181334168023916300018133" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0509efb8-6ed9-4614-ae0f-6cbb0b7b8ca0, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f68a6e6e-fae4-4c58-ae63-12b1d72706b8, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f68a6e6e-fae4-4c58-ae63-12b1d72706b8, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3601767266089775643 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36017672660897756433601767266089775643360176726608977564336017672660897756433601767266089775643360176726608977564336017672660897756433601767266089775643360176726608977564336017672660897756433601767266089775643360176726608977564336017672660897756433601767266089775643360176726608977564336017672660897756433601767266089775643360176726608977564336017672660897756433601767266089775643" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 567c723d-f9e5-42c0-84d5-35393d15a0e2, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7f836b17-15a3-4639-a7cb-1afefef6645d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7f836b17-15a3-4639-a7cb-1afefef6645d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10063527097037672803 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1006352709703767280310063527097037672803100635270970376728031006352709703767280310063527097037672803100635270970376728031006352709703767280310063527097037672803100635270970376728031006352709703767280310063527097037672803100635270970376728031006352709703767280310063527097037672803100635270970376728031006352709703767280310063527097037672803100635270970376728031006352709703767280310063527097037672803" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f68a6e6e-fae4-4c58-ae63-12b1d72706b8, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2f6c30e2-9409-4453-8843-d86510b22ca1, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2f6c30e2-9409-4453-8843-d86510b22ca1, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3074892013126420373 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30748920131264203733074892013126420373307489201312642037330748920131264203733074892013126420373307489201312642037330748920131264203733074892013126420373307489201312642037330748920131264203733074892013126420373307489201312642037330748920131264203733074892013126420373307489201312642037330748920131264203733074892013126420373307489201312642037330748920131264203733074892013126420373" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7f836b17-15a3-4639-a7cb-1afefef6645d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5dc6d1f5-afd6-4933-99a3-fe89c92cffb2, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5dc6d1f5-afd6-4933-99a3-fe89c92cffb2, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10284790274869918468 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1028479027486991846810284790274869918468102847902748699184681028479027486991846810284790274869918468102847902748699184681028479027486991846810284790274869918468102847902748699184681028479027486991846810284790274869918468102847902748699184681028479027486991846810284790274869918468102847902748699184681028479027486991846810284790274869918468102847902748699184681028479027486991846810284790274869918468" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2f6c30e2-9409-4453-8843-d86510b22ca1, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 26826263-c6a0-498c-aa41-e562dc1d9132, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 26826263-c6a0-498c-aa41-e562dc1d9132, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16389176498221010059 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1638917649822101005916389176498221010059163891764982210100591638917649822101005916389176498221010059163891764982210100591638917649822101005916389176498221010059163891764982210100591638917649822101005916389176498221010059163891764982210100591638917649822101005916389176498221010059163891764982210100591638917649822101005916389176498221010059163891764982210100591638917649822101005916389176498221010059" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5dc6d1f5-afd6-4933-99a3-fe89c92cffb2, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 26826263-c6a0-498c-aa41-e562dc1d9132, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0fe6037e-369f-46b4-8577-798bb5341147, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0fe6037e-369f-46b4-8577-798bb5341147, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5109246572343918709 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51092465723439187095109246572343918709510924657234391870951092465723439187095109246572343918709510924657234391870951092465723439187095109246572343918709510924657234391870951092465723439187095109246572343918709510924657234391870951092465723439187095109246572343918709510924657234391870951092465723439187095109246572343918709510924657234391870951092465723439187095109246572343918709" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 92a610fc-91c4-4af7-b8ab-c73d15a3f9fc, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 92a610fc-91c4-4af7-b8ab-c73d15a3f9fc, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17608130320070435884 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1760813032007043588417608130320070435884176081303200704358841760813032007043588417608130320070435884176081303200704358841760813032007043588417608130320070435884176081303200704358841760813032007043588417608130320070435884176081303200704358841760813032007043588417608130320070435884176081303200704358841760813032007043588417608130320070435884176081303200704358841760813032007043588417608130320070435884" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0fe6037e-369f-46b4-8577-798bb5341147, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0acca9ed-c2ca-4638-a570-e5d2ecf82a11, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0acca9ed-c2ca-4638-a570-e5d2ecf82a11, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3865089318075737507 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38650893180757375073865089318075737507386508931807573750738650893180757375073865089318075737507386508931807573750738650893180757375073865089318075737507386508931807573750738650893180757375073865089318075737507386508931807573750738650893180757375073865089318075737507386508931807573750738650893180757375073865089318075737507386508931807573750738650893180757375073865089318075737507" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 92a610fc-91c4-4af7-b8ab-c73d15a3f9fc, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8f803227-c37b-4273-896b-95c350c4ad9e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8f803227-c37b-4273-896b-95c350c4ad9e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12411974090670451282 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1241197409067045128212411974090670451282124119740906704512821241197409067045128212411974090670451282124119740906704512821241197409067045128212411974090670451282124119740906704512821241197409067045128212411974090670451282124119740906704512821241197409067045128212411974090670451282124119740906704512821241197409067045128212411974090670451282124119740906704512821241197409067045128212411974090670451282" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0acca9ed-c2ca-4638-a570-e5d2ecf82a11, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 74e9472b-4680-4828-995a-b75fb1b8fe47, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 74e9472b-4680-4828-995a-b75fb1b8fe47, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8960208256526343175 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89602082565263431758960208256526343175896020825652634317589602082565263431758960208256526343175896020825652634317589602082565263431758960208256526343175896020825652634317589602082565263431758960208256526343175896020825652634317589602082565263431758960208256526343175896020825652634317589602082565263431758960208256526343175896020825652634317589602082565263431758960208256526343175" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8f803227-c37b-4273-896b-95c350c4ad9e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 96f60ab0-64d9-4b5b-a07c-cd994b2f747b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 74e9472b-4680-4828-995a-b75fb1b8fe47, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 874efcaa-8c9a-47a0-a407-6d772d43dcfd, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 874efcaa-8c9a-47a0-a407-6d772d43dcfd, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5451857272989435967 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54518572729894359675451857272989435967545185727298943596754518572729894359675451857272989435967545185727298943596754518572729894359675451857272989435967545185727298943596754518572729894359675451857272989435967545185727298943596754518572729894359675451857272989435967545185727298943596754518572729894359675451857272989435967545185727298943596754518572729894359675451857272989435967" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 96f60ab0-64d9-4b5b-a07c-cd994b2f747b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7988735368825292547 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79887353688252925477988735368825292547798873536882529254779887353688252925477988735368825292547798873536882529254779887353688252925477988735368825292547798873536882529254779887353688252925477988735368825292547798873536882529254779887353688252925477988735368825292547798873536882529254779887353688252925477988735368825292547798873536882529254779887353688252925477988735368825292547" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 874efcaa-8c9a-47a0-a407-6d772d43dcfd, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 96f60ab0-64d9-4b5b-a07c-cd994b2f747b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b92e00da-7309-4ba1-94e3-b6c2cb8f14db, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b92e00da-7309-4ba1-94e3-b6c2cb8f14db, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5026996646318186731 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50269966463181867315026996646318186731502699664631818673150269966463181867315026996646318186731502699664631818673150269966463181867315026996646318186731502699664631818673150269966463181867315026996646318186731502699664631818673150269966463181867315026996646318186731502699664631818673150269966463181867315026996646318186731502699664631818673150269966463181867315026996646318186731" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 187672e6-8137-4809-9c48-fe09064fbe3a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 187672e6-8137-4809-9c48-fe09064fbe3a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12484338327442642849 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1248433832744264284912484338327442642849124843383274426428491248433832744264284912484338327442642849124843383274426428491248433832744264284912484338327442642849124843383274426428491248433832744264284912484338327442642849124843383274426428491248433832744264284912484338327442642849124843383274426428491248433832744264284912484338327442642849124843383274426428491248433832744264284912484338327442642849" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b92e00da-7309-4ba1-94e3-b6c2cb8f14db, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 73fa8525-e6cf-45b5-bec8-e62a54492602, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 73fa8525-e6cf-45b5-bec8-e62a54492602, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16511446266659826658 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1651144626665982665816511446266659826658165114462666598266581651144626665982665816511446266659826658165114462666598266581651144626665982665816511446266659826658165114462666598266581651144626665982665816511446266659826658165114462666598266581651144626665982665816511446266659826658165114462666598266581651144626665982665816511446266659826658165114462666598266581651144626665982665816511446266659826658" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 187672e6-8137-4809-9c48-fe09064fbe3a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a8c6607c-ea24-4805-84ea-e27a58be06a5, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a8c6607c-ea24-4805-84ea-e27a58be06a5, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16360397798114509973 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1636039779811450997316360397798114509973163603977981145099731636039779811450997316360397798114509973163603977981145099731636039779811450997316360397798114509973163603977981145099731636039779811450997316360397798114509973163603977981145099731636039779811450997316360397798114509973163603977981145099731636039779811450997316360397798114509973163603977981145099731636039779811450997316360397798114509973" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 73fa8525-e6cf-45b5-bec8-e62a54492602, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 338acb96-b15f-4e37-9f43-e438ecb9b354, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 338acb96-b15f-4e37-9f43-e438ecb9b354, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6079612797515344669 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60796127975153446696079612797515344669607961279751534466960796127975153446696079612797515344669607961279751534466960796127975153446696079612797515344669607961279751534466960796127975153446696079612797515344669607961279751534466960796127975153446696079612797515344669607961279751534466960796127975153446696079612797515344669607961279751534466960796127975153446696079612797515344669" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a8c6607c-ea24-4805-84ea-e27a58be06a5, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 881c9fd8-5ba9-4baf-88d7-aedb1204d540, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 881c9fd8-5ba9-4baf-88d7-aedb1204d540, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4347519060770344331 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43475190607703443314347519060770344331434751906077034433143475190607703443314347519060770344331434751906077034433143475190607703443314347519060770344331434751906077034433143475190607703443314347519060770344331434751906077034433143475190607703443314347519060770344331434751906077034433143475190607703443314347519060770344331434751906077034433143475190607703443314347519060770344331" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 338acb96-b15f-4e37-9f43-e438ecb9b354, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 43a3d287-e4b1-4fb9-9e20-1f15063a6d9c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 43a3d287-e4b1-4fb9-9e20-1f15063a6d9c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9482883501417568138 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94828835014175681389482883501417568138948288350141756813894828835014175681389482883501417568138948288350141756813894828835014175681389482883501417568138948288350141756813894828835014175681389482883501417568138948288350141756813894828835014175681389482883501417568138948288350141756813894828835014175681389482883501417568138948288350141756813894828835014175681389482883501417568138" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 881c9fd8-5ba9-4baf-88d7-aedb1204d540, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d90fd93c-79fe-465d-a73a-f7b9b030d5e5, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d90fd93c-79fe-465d-a73a-f7b9b030d5e5, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5127716138868154781 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51277161388681547815127716138868154781512771613886815478151277161388681547815127716138868154781512771613886815478151277161388681547815127716138868154781512771613886815478151277161388681547815127716138868154781512771613886815478151277161388681547815127716138868154781512771613886815478151277161388681547815127716138868154781512771613886815478151277161388681547815127716138868154781" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 43a3d287-e4b1-4fb9-9e20-1f15063a6d9c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fe7e6092-6fd3-4233-94d0-02c62267333e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fe7e6092-6fd3-4233-94d0-02c62267333e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12955611918094220255 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1295561191809422025512955611918094220255129556119180942202551295561191809422025512955611918094220255129556119180942202551295561191809422025512955611918094220255129556119180942202551295561191809422025512955611918094220255129556119180942202551295561191809422025512955611918094220255129556119180942202551295561191809422025512955611918094220255129556119180942202551295561191809422025512955611918094220255" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d90fd93c-79fe-465d-a73a-f7b9b030d5e5, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 171543ba-f55b-45c9-a260-fd83d15b7fee, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 171543ba-f55b-45c9-a260-fd83d15b7fee, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13802211426009623483 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1380221142600962348313802211426009623483138022114260096234831380221142600962348313802211426009623483138022114260096234831380221142600962348313802211426009623483138022114260096234831380221142600962348313802211426009623483138022114260096234831380221142600962348313802211426009623483138022114260096234831380221142600962348313802211426009623483138022114260096234831380221142600962348313802211426009623483" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fe7e6092-6fd3-4233-94d0-02c62267333e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a635a170-1ee8-4010-a3c0-3f1cae84d805, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a635a170-1ee8-4010-a3c0-3f1cae84d805, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11259570349217433296 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1125957034921743329611259570349217433296112595703492174332961125957034921743329611259570349217433296112595703492174332961125957034921743329611259570349217433296112595703492174332961125957034921743329611259570349217433296112595703492174332961125957034921743329611259570349217433296112595703492174332961125957034921743329611259570349217433296112595703492174332961125957034921743329611259570349217433296" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 171543ba-f55b-45c9-a260-fd83d15b7fee, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 01a73273-66f7-4b94-881e-5ddf738224ad, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 01a73273-66f7-4b94-881e-5ddf738224ad, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18326743585362526181 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1832674358536252618118326743585362526181183267435853625261811832674358536252618118326743585362526181183267435853625261811832674358536252618118326743585362526181183267435853625261811832674358536252618118326743585362526181183267435853625261811832674358536252618118326743585362526181183267435853625261811832674358536252618118326743585362526181183267435853625261811832674358536252618118326743585362526181" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a635a170-1ee8-4010-a3c0-3f1cae84d805, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 30e93b30-b958-4d7d-86e2-8c60ef80b389, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 30e93b30-b958-4d7d-86e2-8c60ef80b389, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10454678790692236016 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1045467879069223601610454678790692236016104546787906922360161045467879069223601610454678790692236016104546787906922360161045467879069223601610454678790692236016104546787906922360161045467879069223601610454678790692236016104546787906922360161045467879069223601610454678790692236016104546787906922360161045467879069223601610454678790692236016104546787906922360161045467879069223601610454678790692236016" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 01a73273-66f7-4b94-881e-5ddf738224ad, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 679e3626-b3fc-4009-9398-37cd062f9d88, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 679e3626-b3fc-4009-9398-37cd062f9d88, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9675976509003706334 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96759765090037063349675976509003706334967597650900370633496759765090037063349675976509003706334967597650900370633496759765090037063349675976509003706334967597650900370633496759765090037063349675976509003706334967597650900370633496759765090037063349675976509003706334967597650900370633496759765090037063349675976509003706334967597650900370633496759765090037063349675976509003706334" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 30e93b30-b958-4d7d-86e2-8c60ef80b389, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 844851b1-2ccc-49d6-ad8e-03263eb5741d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 844851b1-2ccc-49d6-ad8e-03263eb5741d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4310576233301175585 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43105762333011755854310576233301175585431057623330117558543105762333011755854310576233301175585431057623330117558543105762333011755854310576233301175585431057623330117558543105762333011755854310576233301175585431057623330117558543105762333011755854310576233301175585431057623330117558543105762333011755854310576233301175585431057623330117558543105762333011755854310576233301175585" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 679e3626-b3fc-4009-9398-37cd062f9d88, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9224e91c-402c-4b33-984c-f4465040ab39, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9224e91c-402c-4b33-984c-f4465040ab39, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10226500921401206559 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1022650092140120655910226500921401206559102265009214012065591022650092140120655910226500921401206559102265009214012065591022650092140120655910226500921401206559102265009214012065591022650092140120655910226500921401206559102265009214012065591022650092140120655910226500921401206559102265009214012065591022650092140120655910226500921401206559102265009214012065591022650092140120655910226500921401206559" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 844851b1-2ccc-49d6-ad8e-03263eb5741d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d1515b8a-56f3-48b9-8470-067957bcd08a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d1515b8a-56f3-48b9-8470-067957bcd08a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9523448340053594703 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95234483400535947039523448340053594703952344834005359470395234483400535947039523448340053594703952344834005359470395234483400535947039523448340053594703952344834005359470395234483400535947039523448340053594703952344834005359470395234483400535947039523448340053594703952344834005359470395234483400535947039523448340053594703952344834005359470395234483400535947039523448340053594703" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9224e91c-402c-4b33-984c-f4465040ab39, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 97108c1d-1875-4b63-a3b8-41afad434355, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 97108c1d-1875-4b63-a3b8-41afad434355, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15139557738686701969 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1513955773868670196915139557738686701969151395577386867019691513955773868670196915139557738686701969151395577386867019691513955773868670196915139557738686701969151395577386867019691513955773868670196915139557738686701969151395577386867019691513955773868670196915139557738686701969151395577386867019691513955773868670196915139557738686701969151395577386867019691513955773868670196915139557738686701969" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d1515b8a-56f3-48b9-8470-067957bcd08a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cb5753aa-58be-4c16-a196-bc3e0d75c4e4, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cb5753aa-58be-4c16-a196-bc3e0d75c4e4, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15869040228646996792 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1586904022864699679215869040228646996792158690402286469967921586904022864699679215869040228646996792158690402286469967921586904022864699679215869040228646996792158690402286469967921586904022864699679215869040228646996792158690402286469967921586904022864699679215869040228646996792158690402286469967921586904022864699679215869040228646996792158690402286469967921586904022864699679215869040228646996792" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 97108c1d-1875-4b63-a3b8-41afad434355, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 26ce673f-bd97-42bd-9eac-ce72e34429a7, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 26ce673f-bd97-42bd-9eac-ce72e34429a7, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17258309946340329744 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1725830994634032974417258309946340329744172583099463403297441725830994634032974417258309946340329744172583099463403297441725830994634032974417258309946340329744172583099463403297441725830994634032974417258309946340329744172583099463403297441725830994634032974417258309946340329744172583099463403297441725830994634032974417258309946340329744172583099463403297441725830994634032974417258309946340329744" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cb5753aa-58be-4c16-a196-bc3e0d75c4e4, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 26ce673f-bd97-42bd-9eac-ce72e34429a7, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 18343519-ec55-456c-8798-4aa2dbaa953a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 18343519-ec55-456c-8798-4aa2dbaa953a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3217882940255232531 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32178829402552325313217882940255232531321788294025523253132178829402552325313217882940255232531321788294025523253132178829402552325313217882940255232531321788294025523253132178829402552325313217882940255232531321788294025523253132178829402552325313217882940255232531321788294025523253132178829402552325313217882940255232531321788294025523253132178829402552325313217882940255232531" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 73e2a700-0044-4147-b1c0-68dfbe3280ca, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 73e2a700-0044-4147-b1c0-68dfbe3280ca, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6399683354767995866 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63996833547679958666399683354767995866639968335476799586663996833547679958666399683354767995866639968335476799586663996833547679958666399683354767995866639968335476799586663996833547679958666399683354767995866639968335476799586663996833547679958666399683354767995866639968335476799586663996833547679958666399683354767995866639968335476799586663996833547679958666399683354767995866" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 18343519-ec55-456c-8798-4aa2dbaa953a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f015b0a4-29ae-48d1-a70f-443f6e17ed27, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f015b0a4-29ae-48d1-a70f-443f6e17ed27, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16268559672948177967 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1626855967294817796716268559672948177967162685596729481779671626855967294817796716268559672948177967162685596729481779671626855967294817796716268559672948177967162685596729481779671626855967294817796716268559672948177967162685596729481779671626855967294817796716268559672948177967162685596729481779671626855967294817796716268559672948177967162685596729481779671626855967294817796716268559672948177967" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 73e2a700-0044-4147-b1c0-68dfbe3280ca, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 20ea1985-a3e0-462f-a1d6-fbc62f20477c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 20ea1985-a3e0-462f-a1d6-fbc62f20477c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2532251865804815538 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25322518658048155382532251865804815538253225186580481553825322518658048155382532251865804815538253225186580481553825322518658048155382532251865804815538253225186580481553825322518658048155382532251865804815538253225186580481553825322518658048155382532251865804815538253225186580481553825322518658048155382532251865804815538253225186580481553825322518658048155382532251865804815538" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 20ea1985-a3e0-462f-a1d6-fbc62f20477c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 14f1f522-af7b-4f2f-9e3a-9d959fea4622, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 14f1f522-af7b-4f2f-9e3a-9d959fea4622, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2083829723367973722 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20838297233679737222083829723367973722208382972336797372220838297233679737222083829723367973722208382972336797372220838297233679737222083829723367973722208382972336797372220838297233679737222083829723367973722208382972336797372220838297233679737222083829723367973722208382972336797372220838297233679737222083829723367973722208382972336797372220838297233679737222083829723367973722" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f015b0a4-29ae-48d1-a70f-443f6e17ed27, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 26aee176-ba01-4509-a18a-5003656337d4, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 26aee176-ba01-4509-a18a-5003656337d4, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4860495779825233259 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48604957798252332594860495779825233259486049577982523325948604957798252332594860495779825233259486049577982523325948604957798252332594860495779825233259486049577982523325948604957798252332594860495779825233259486049577982523325948604957798252332594860495779825233259486049577982523325948604957798252332594860495779825233259486049577982523325948604957798252332594860495779825233259" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 14f1f522-af7b-4f2f-9e3a-9d959fea4622, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 529262b8-c118-449d-b13a-ead93c098b86, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 529262b8-c118-449d-b13a-ead93c098b86, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12253551808872626194 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1225355180887262619412253551808872626194122535518088726261941225355180887262619412253551808872626194122535518088726261941225355180887262619412253551808872626194122535518088726261941225355180887262619412253551808872626194122535518088726261941225355180887262619412253551808872626194122535518088726261941225355180887262619412253551808872626194122535518088726261941225355180887262619412253551808872626194" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 26aee176-ba01-4509-a18a-5003656337d4, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5ed1c8de-b07c-4a70-b56c-2a9bcdbe6101, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5ed1c8de-b07c-4a70-b56c-2a9bcdbe6101, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14695305587858013756 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1469530558785801375614695305587858013756146953055878580137561469530558785801375614695305587858013756146953055878580137561469530558785801375614695305587858013756146953055878580137561469530558785801375614695305587858013756146953055878580137561469530558785801375614695305587858013756146953055878580137561469530558785801375614695305587858013756146953055878580137561469530558785801375614695305587858013756" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 529262b8-c118-449d-b13a-ead93c098b86, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1d10da2d-45e4-4ab9-b602-52291f619fe7, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1d10da2d-45e4-4ab9-b602-52291f619fe7, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14253837801162734446 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1425383780116273444614253837801162734446142538378011627344461425383780116273444614253837801162734446142538378011627344461425383780116273444614253837801162734446142538378011627344461425383780116273444614253837801162734446142538378011627344461425383780116273444614253837801162734446142538378011627344461425383780116273444614253837801162734446142538378011627344461425383780116273444614253837801162734446" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5ed1c8de-b07c-4a70-b56c-2a9bcdbe6101, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 24d10c37-9094-48df-bb12-e8fe56694ae4, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 24d10c37-9094-48df-bb12-e8fe56694ae4, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14280030725211370810 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1428003072521137081014280030725211370810142800307252113708101428003072521137081014280030725211370810142800307252113708101428003072521137081014280030725211370810142800307252113708101428003072521137081014280030725211370810142800307252113708101428003072521137081014280030725211370810142800307252113708101428003072521137081014280030725211370810142800307252113708101428003072521137081014280030725211370810" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1d10da2d-45e4-4ab9-b602-52291f619fe7, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 48c5859c-05a2-4ceb-ac1c-e8acb464eb26, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 48c5859c-05a2-4ceb-ac1c-e8acb464eb26, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13164027882635149542 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1316402788263514954213164027882635149542131640278826351495421316402788263514954213164027882635149542131640278826351495421316402788263514954213164027882635149542131640278826351495421316402788263514954213164027882635149542131640278826351495421316402788263514954213164027882635149542131640278826351495421316402788263514954213164027882635149542131640278826351495421316402788263514954213164027882635149542" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 24d10c37-9094-48df-bb12-e8fe56694ae4, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 566e065b-9ce4-4b2c-bafa-184932ba0b22, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 566e065b-9ce4-4b2c-bafa-184932ba0b22, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2892951386741182044 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28929513867411820442892951386741182044289295138674118204428929513867411820442892951386741182044289295138674118204428929513867411820442892951386741182044289295138674118204428929513867411820442892951386741182044289295138674118204428929513867411820442892951386741182044289295138674118204428929513867411820442892951386741182044289295138674118204428929513867411820442892951386741182044" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 48c5859c-05a2-4ceb-ac1c-e8acb464eb26, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ea0dfe56-c3eb-4145-a787-d98d57e0d54e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ea0dfe56-c3eb-4145-a787-d98d57e0d54e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4262700467359816261 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42627004673598162614262700467359816261426270046735981626142627004673598162614262700467359816261426270046735981626142627004673598162614262700467359816261426270046735981626142627004673598162614262700467359816261426270046735981626142627004673598162614262700467359816261426270046735981626142627004673598162614262700467359816261426270046735981626142627004673598162614262700467359816261" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 566e065b-9ce4-4b2c-bafa-184932ba0b22, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5285e069-1361-4794-a280-5f8135ad2da7, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5285e069-1361-4794-a280-5f8135ad2da7, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13943727980401256071 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1394372798040125607113943727980401256071139437279804012560711394372798040125607113943727980401256071139437279804012560711394372798040125607113943727980401256071139437279804012560711394372798040125607113943727980401256071139437279804012560711394372798040125607113943727980401256071139437279804012560711394372798040125607113943727980401256071139437279804012560711394372798040125607113943727980401256071" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5285e069-1361-4794-a280-5f8135ad2da7, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ea0dfe56-c3eb-4145-a787-d98d57e0d54e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 13f7f77f-3323-40b6-866b-23f08852d769, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 13f7f77f-3323-40b6-866b-23f08852d769, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4038520936086804870 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40385209360868048704038520936086804870403852093608680487040385209360868048704038520936086804870403852093608680487040385209360868048704038520936086804870403852093608680487040385209360868048704038520936086804870403852093608680487040385209360868048704038520936086804870403852093608680487040385209360868048704038520936086804870403852093608680487040385209360868048704038520936086804870" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8d1f1628-e86d-4509-ae73-edcc7704a367, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8d1f1628-e86d-4509-ae73-edcc7704a367, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10590674445098326130 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1059067444509832613010590674445098326130105906744450983261301059067444509832613010590674445098326130105906744450983261301059067444509832613010590674445098326130105906744450983261301059067444509832613010590674445098326130105906744450983261301059067444509832613010590674445098326130105906744450983261301059067444509832613010590674445098326130105906744450983261301059067444509832613010590674445098326130" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 13f7f77f-3323-40b6-866b-23f08852d769, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 258b4750-870b-469e-b14b-fa8a9e85ec10, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 258b4750-870b-469e-b14b-fa8a9e85ec10, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4265235353835216914 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42652353538352169144265235353835216914426523535383521691442652353538352169144265235353835216914426523535383521691442652353538352169144265235353835216914426523535383521691442652353538352169144265235353835216914426523535383521691442652353538352169144265235353835216914426523535383521691442652353538352169144265235353835216914426523535383521691442652353538352169144265235353835216914" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8d1f1628-e86d-4509-ae73-edcc7704a367, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c3715b9d-56cd-4a21-beab-6d70ca748417, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c3715b9d-56cd-4a21-beab-6d70ca748417, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12076595188157655839 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1207659518815765583912076595188157655839120765951881576558391207659518815765583912076595188157655839120765951881576558391207659518815765583912076595188157655839120765951881576558391207659518815765583912076595188157655839120765951881576558391207659518815765583912076595188157655839120765951881576558391207659518815765583912076595188157655839120765951881576558391207659518815765583912076595188157655839" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 258b4750-870b-469e-b14b-fa8a9e85ec10, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5e69b57c-35b9-44a0-8579-1552bbe9915d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c3715b9d-56cd-4a21-beab-6d70ca748417, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5e69b57c-35b9-44a0-8579-1552bbe9915d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12991265880582580740 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1299126588058258074012991265880582580740129912658805825807401299126588058258074012991265880582580740129912658805825807401299126588058258074012991265880582580740129912658805825807401299126588058258074012991265880582580740129912658805825807401299126588058258074012991265880582580740129912658805825807401299126588058258074012991265880582580740129912658805825807401299126588058258074012991265880582580740" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e1e72dc0-9173-4ed6-b47c-1a2753de2e85, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e1e72dc0-9173-4ed6-b47c-1a2753de2e85, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13367213889141687049 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1336721388914168704913367213889141687049133672138891416870491336721388914168704913367213889141687049133672138891416870491336721388914168704913367213889141687049133672138891416870491336721388914168704913367213889141687049133672138891416870491336721388914168704913367213889141687049133672138891416870491336721388914168704913367213889141687049133672138891416870491336721388914168704913367213889141687049" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5e69b57c-35b9-44a0-8579-1552bbe9915d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 879429af-f7e4-488a-8da3-7d16e67a34e3, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 879429af-f7e4-488a-8da3-7d16e67a34e3, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2867756993034877610 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28677569930348776102867756993034877610286775699303487761028677569930348776102867756993034877610286775699303487761028677569930348776102867756993034877610286775699303487761028677569930348776102867756993034877610286775699303487761028677569930348776102867756993034877610286775699303487761028677569930348776102867756993034877610286775699303487761028677569930348776102867756993034877610" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e1e72dc0-9173-4ed6-b47c-1a2753de2e85, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 52850e16-53f8-49d0-aebe-19e392fb618f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 52850e16-53f8-49d0-aebe-19e392fb618f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3239371673606556429 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32393716736065564293239371673606556429323937167360655642932393716736065564293239371673606556429323937167360655642932393716736065564293239371673606556429323937167360655642932393716736065564293239371673606556429323937167360655642932393716736065564293239371673606556429323937167360655642932393716736065564293239371673606556429323937167360655642932393716736065564293239371673606556429" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 879429af-f7e4-488a-8da3-7d16e67a34e3, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 697af23e-e654-45bf-b66a-f4924cb9cc9f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 697af23e-e654-45bf-b66a-f4924cb9cc9f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7290877099099581787 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72908770990995817877290877099099581787729087709909958178772908770990995817877290877099099581787729087709909958178772908770990995817877290877099099581787729087709909958178772908770990995817877290877099099581787729087709909958178772908770990995817877290877099099581787729087709909958178772908770990995817877290877099099581787729087709909958178772908770990995817877290877099099581787" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 52850e16-53f8-49d0-aebe-19e392fb618f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6173e5ba-1302-4e2b-8b46-362fd62175a9, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6173e5ba-1302-4e2b-8b46-362fd62175a9, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8708057816564588814 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87080578165645888148708057816564588814870805781656458881487080578165645888148708057816564588814870805781656458881487080578165645888148708057816564588814870805781656458881487080578165645888148708057816564588814870805781656458881487080578165645888148708057816564588814870805781656458881487080578165645888148708057816564588814870805781656458881487080578165645888148708057816564588814" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 697af23e-e654-45bf-b66a-f4924cb9cc9f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 79c12d9f-e067-474a-bad3-33b2338d4b0e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 79c12d9f-e067-474a-bad3-33b2338d4b0e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4642904105781627658 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46429041057816276584642904105781627658464290410578162765846429041057816276584642904105781627658464290410578162765846429041057816276584642904105781627658464290410578162765846429041057816276584642904105781627658464290410578162765846429041057816276584642904105781627658464290410578162765846429041057816276584642904105781627658464290410578162765846429041057816276584642904105781627658" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6173e5ba-1302-4e2b-8b46-362fd62175a9, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d671028f-c921-42ce-8d06-b04199c87001, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d671028f-c921-42ce-8d06-b04199c87001, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 831508554969609803 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "831508554969609803831508554969609803831508554969609803831508554969609803831508554969609803831508554969609803831508554969609803831508554969609803831508554969609803831508554969609803831508554969609803831508554969609803831508554969609803831508554969609803831508554969609803831508554969609803831508554969609803831508554969609803831508554969609803831508554969609803" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 79c12d9f-e067-474a-bad3-33b2338d4b0e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 844a29f9-d71c-4156-93fc-d4743436c11f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 844a29f9-d71c-4156-93fc-d4743436c11f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1367612684608503410 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13676126846085034101367612684608503410136761268460850341013676126846085034101367612684608503410136761268460850341013676126846085034101367612684608503410136761268460850341013676126846085034101367612684608503410136761268460850341013676126846085034101367612684608503410136761268460850341013676126846085034101367612684608503410136761268460850341013676126846085034101367612684608503410" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d671028f-c921-42ce-8d06-b04199c87001, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, aaea8069-522b-4722-8cc6-9af268b523c1, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aaea8069-522b-4722-8cc6-9af268b523c1, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5681777470843378709 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56817774708433787095681777470843378709568177747084337870956817774708433787095681777470843378709568177747084337870956817774708433787095681777470843378709568177747084337870956817774708433787095681777470843378709568177747084337870956817774708433787095681777470843378709568177747084337870956817774708433787095681777470843378709568177747084337870956817774708433787095681777470843378709" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 844a29f9-d71c-4156-93fc-d4743436c11f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9227136d-1fce-4339-a867-0eaeeaba4648, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9227136d-1fce-4339-a867-0eaeeaba4648, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16286721060324244034 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1628672106032424403416286721060324244034162867210603242440341628672106032424403416286721060324244034162867210603242440341628672106032424403416286721060324244034162867210603242440341628672106032424403416286721060324244034162867210603242440341628672106032424403416286721060324244034162867210603242440341628672106032424403416286721060324244034162867210603242440341628672106032424403416286721060324244034" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aaea8069-522b-4722-8cc6-9af268b523c1, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2491a387-fdd3-40f3-a0d2-8e9583222b18, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9227136d-1fce-4339-a867-0eaeeaba4648, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ca6df40f-129f-4713-acb1-e804d5d82f24, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2491a387-fdd3-40f3-a0d2-8e9583222b18, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11704469681949667274 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1170446968194966727411704469681949667274117044696819496672741170446968194966727411704469681949667274117044696819496672741170446968194966727411704469681949667274117044696819496672741170446968194966727411704469681949667274117044696819496672741170446968194966727411704469681949667274117044696819496672741170446968194966727411704469681949667274117044696819496672741170446968194966727411704469681949667274" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ca6df40f-129f-4713-acb1-e804d5d82f24, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13953254519997502754 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1395325451999750275413953254519997502754139532545199975027541395325451999750275413953254519997502754139532545199975027541395325451999750275413953254519997502754139532545199975027541395325451999750275413953254519997502754139532545199975027541395325451999750275413953254519997502754139532545199975027541395325451999750275413953254519997502754139532545199975027541395325451999750275413953254519997502754" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2491a387-fdd3-40f3-a0d2-8e9583222b18, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 944c4fad-54a2-4232-9259-29d02ad8e92a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 944c4fad-54a2-4232-9259-29d02ad8e92a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4402112708408844751 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44021127084088447514402112708408844751440211270840884475144021127084088447514402112708408844751440211270840884475144021127084088447514402112708408844751440211270840884475144021127084088447514402112708408844751440211270840884475144021127084088447514402112708408844751440211270840884475144021127084088447514402112708408844751440211270840884475144021127084088447514402112708408844751" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ca6df40f-129f-4713-acb1-e804d5d82f24, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 428f7e86-39d5-4d1c-b414-9d8da22ef3b5, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 428f7e86-39d5-4d1c-b414-9d8da22ef3b5, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15401249152505981318 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1540124915250598131815401249152505981318154012491525059813181540124915250598131815401249152505981318154012491525059813181540124915250598131815401249152505981318154012491525059813181540124915250598131815401249152505981318154012491525059813181540124915250598131815401249152505981318154012491525059813181540124915250598131815401249152505981318154012491525059813181540124915250598131815401249152505981318" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 944c4fad-54a2-4232-9259-29d02ad8e92a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c1019c0d-9c80-4450-a68d-ab23f01565ef, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c1019c0d-9c80-4450-a68d-ab23f01565ef, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5377896329311080112 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53778963293110801125377896329311080112537789632931108011253778963293110801125377896329311080112537789632931108011253778963293110801125377896329311080112537789632931108011253778963293110801125377896329311080112537789632931108011253778963293110801125377896329311080112537789632931108011253778963293110801125377896329311080112537789632931108011253778963293110801125377896329311080112" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 428f7e86-39d5-4d1c-b414-9d8da22ef3b5, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0a23921e-e986-4c06-af50-8cbd9094af5e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0a23921e-e986-4c06-af50-8cbd9094af5e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9618488218549399112 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96184882185493991129618488218549399112961848821854939911296184882185493991129618488218549399112961848821854939911296184882185493991129618488218549399112961848821854939911296184882185493991129618488218549399112961848821854939911296184882185493991129618488218549399112961848821854939911296184882185493991129618488218549399112961848821854939911296184882185493991129618488218549399112" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c1019c0d-9c80-4450-a68d-ab23f01565ef, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 45e33d11-050c-4671-ad45-58f2538462e1, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 45e33d11-050c-4671-ad45-58f2538462e1, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11942899285758169502 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1194289928575816950211942899285758169502119428992857581695021194289928575816950211942899285758169502119428992857581695021194289928575816950211942899285758169502119428992857581695021194289928575816950211942899285758169502119428992857581695021194289928575816950211942899285758169502119428992857581695021194289928575816950211942899285758169502119428992857581695021194289928575816950211942899285758169502" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0a23921e-e986-4c06-af50-8cbd9094af5e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7cc0bce5-9661-4f45-a867-a66819da9370, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7cc0bce5-9661-4f45-a867-a66819da9370, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15344269831820176874 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1534426983182017687415344269831820176874153442698318201768741534426983182017687415344269831820176874153442698318201768741534426983182017687415344269831820176874153442698318201768741534426983182017687415344269831820176874153442698318201768741534426983182017687415344269831820176874153442698318201768741534426983182017687415344269831820176874153442698318201768741534426983182017687415344269831820176874" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 45e33d11-050c-4671-ad45-58f2538462e1, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 69acb954-2655-4bba-a6bf-a356bd1dc7a8, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 69acb954-2655-4bba-a6bf-a356bd1dc7a8, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13812049615686959657 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1381204961568695965713812049615686959657138120496156869596571381204961568695965713812049615686959657138120496156869596571381204961568695965713812049615686959657138120496156869596571381204961568695965713812049615686959657138120496156869596571381204961568695965713812049615686959657138120496156869596571381204961568695965713812049615686959657138120496156869596571381204961568695965713812049615686959657" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7cc0bce5-9661-4f45-a867-a66819da9370, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 69c18bba-ec75-416f-bd68-efa0820f13c4, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 69c18bba-ec75-416f-bd68-efa0820f13c4, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13821486014781556339 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1382148601478155633913821486014781556339138214860147815563391382148601478155633913821486014781556339138214860147815563391382148601478155633913821486014781556339138214860147815563391382148601478155633913821486014781556339138214860147815563391382148601478155633913821486014781556339138214860147815563391382148601478155633913821486014781556339138214860147815563391382148601478155633913821486014781556339" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 69acb954-2655-4bba-a6bf-a356bd1dc7a8, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5cecfc35-9294-4d7d-8b6c-6d67f024f2db, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 69c18bba-ec75-416f-bd68-efa0820f13c4, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5cecfc35-9294-4d7d-8b6c-6d67f024f2db, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10491436536336086391 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1049143653633608639110491436536336086391104914365363360863911049143653633608639110491436536336086391104914365363360863911049143653633608639110491436536336086391104914365363360863911049143653633608639110491436536336086391104914365363360863911049143653633608639110491436536336086391104914365363360863911049143653633608639110491436536336086391104914365363360863911049143653633608639110491436536336086391" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a70fdc0b-4264-449c-bf2c-82298dea02fe, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a70fdc0b-4264-449c-bf2c-82298dea02fe, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15473622795262665024 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1547362279526266502415473622795262665024154736227952626650241547362279526266502415473622795262665024154736227952626650241547362279526266502415473622795262665024154736227952626650241547362279526266502415473622795262665024154736227952626650241547362279526266502415473622795262665024154736227952626650241547362279526266502415473622795262665024154736227952626650241547362279526266502415473622795262665024" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5cecfc35-9294-4d7d-8b6c-6d67f024f2db, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d7b33949-c16d-41b7-9b8b-25b11c44ea1c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d7b33949-c16d-41b7-9b8b-25b11c44ea1c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2987978929429698056 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29879789294296980562987978929429698056298797892942969805629879789294296980562987978929429698056298797892942969805629879789294296980562987978929429698056298797892942969805629879789294296980562987978929429698056298797892942969805629879789294296980562987978929429698056298797892942969805629879789294296980562987978929429698056298797892942969805629879789294296980562987978929429698056" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a70fdc0b-4264-449c-bf2c-82298dea02fe, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3a0d1099-1f73-4818-84ad-5c9e0487eea5, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3a0d1099-1f73-4818-84ad-5c9e0487eea5, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8168723464189935680 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81687234641899356808168723464189935680816872346418993568081687234641899356808168723464189935680816872346418993568081687234641899356808168723464189935680816872346418993568081687234641899356808168723464189935680816872346418993568081687234641899356808168723464189935680816872346418993568081687234641899356808168723464189935680816872346418993568081687234641899356808168723464189935680" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d7b33949-c16d-41b7-9b8b-25b11c44ea1c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 47a32e53-716f-4eaa-abbe-91471e0fa92d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 47a32e53-716f-4eaa-abbe-91471e0fa92d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14590894848002733727 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1459089484800273372714590894848002733727145908948480027337271459089484800273372714590894848002733727145908948480027337271459089484800273372714590894848002733727145908948480027337271459089484800273372714590894848002733727145908948480027337271459089484800273372714590894848002733727145908948480027337271459089484800273372714590894848002733727145908948480027337271459089484800273372714590894848002733727" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3a0d1099-1f73-4818-84ad-5c9e0487eea5, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 910f0d72-f398-4178-85f3-35a68c0775ba, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 910f0d72-f398-4178-85f3-35a68c0775ba, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8833872267381073039 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88338722673810730398833872267381073039883387226738107303988338722673810730398833872267381073039883387226738107303988338722673810730398833872267381073039883387226738107303988338722673810730398833872267381073039883387226738107303988338722673810730398833872267381073039883387226738107303988338722673810730398833872267381073039883387226738107303988338722673810730398833872267381073039" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 47a32e53-716f-4eaa-abbe-91471e0fa92d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2c11b6d2-e099-414f-a667-6f949f9c250b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2c11b6d2-e099-414f-a667-6f949f9c250b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4031633987194731156 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40316339871947311564031633987194731156403163398719473115640316339871947311564031633987194731156403163398719473115640316339871947311564031633987194731156403163398719473115640316339871947311564031633987194731156403163398719473115640316339871947311564031633987194731156403163398719473115640316339871947311564031633987194731156403163398719473115640316339871947311564031633987194731156" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 910f0d72-f398-4178-85f3-35a68c0775ba, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 94206298-c27f-42b5-91f0-ee29b162239f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 94206298-c27f-42b5-91f0-ee29b162239f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11653069871032885368 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1165306987103288536811653069871032885368116530698710328853681165306987103288536811653069871032885368116530698710328853681165306987103288536811653069871032885368116530698710328853681165306987103288536811653069871032885368116530698710328853681165306987103288536811653069871032885368116530698710328853681165306987103288536811653069871032885368116530698710328853681165306987103288536811653069871032885368" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2c11b6d2-e099-414f-a667-6f949f9c250b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 44468888-6796-47a2-9d70-7bb1da992743, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 44468888-6796-47a2-9d70-7bb1da992743, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1429060197014553383 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14290601970145533831429060197014553383142906019701455338314290601970145533831429060197014553383142906019701455338314290601970145533831429060197014553383142906019701455338314290601970145533831429060197014553383142906019701455338314290601970145533831429060197014553383142906019701455338314290601970145533831429060197014553383142906019701455338314290601970145533831429060197014553383" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 94206298-c27f-42b5-91f0-ee29b162239f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9e379492-74e1-45c5-99f0-9f43551bf42e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9e379492-74e1-45c5-99f0-9f43551bf42e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7916869011738892338 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79168690117388923387916869011738892338791686901173889233879168690117388923387916869011738892338791686901173889233879168690117388923387916869011738892338791686901173889233879168690117388923387916869011738892338791686901173889233879168690117388923387916869011738892338791686901173889233879168690117388923387916869011738892338791686901173889233879168690117388923387916869011738892338" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 44468888-6796-47a2-9d70-7bb1da992743, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 939408cc-e47c-431d-a2cb-90cc30e4cc24, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 939408cc-e47c-431d-a2cb-90cc30e4cc24, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9019981449795139440 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90199814497951394409019981449795139440901998144979513944090199814497951394409019981449795139440901998144979513944090199814497951394409019981449795139440901998144979513944090199814497951394409019981449795139440901998144979513944090199814497951394409019981449795139440901998144979513944090199814497951394409019981449795139440901998144979513944090199814497951394409019981449795139440" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 939408cc-e47c-431d-a2cb-90cc30e4cc24, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3bec750e-a5e4-45d5-aba7-5f0a7f2d90d3, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3bec750e-a5e4-45d5-aba7-5f0a7f2d90d3, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6505229699307054593 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65052296993070545936505229699307054593650522969930705459365052296993070545936505229699307054593650522969930705459365052296993070545936505229699307054593650522969930705459365052296993070545936505229699307054593650522969930705459365052296993070545936505229699307054593650522969930705459365052296993070545936505229699307054593650522969930705459365052296993070545936505229699307054593" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9e379492-74e1-45c5-99f0-9f43551bf42e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, edc9307b-d618-4f5b-91e4-db0737b1fe42, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, edc9307b-d618-4f5b-91e4-db0737b1fe42, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14502084417798067231 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1450208441779806723114502084417798067231145020844177980672311450208441779806723114502084417798067231145020844177980672311450208441779806723114502084417798067231145020844177980672311450208441779806723114502084417798067231145020844177980672311450208441779806723114502084417798067231145020844177980672311450208441779806723114502084417798067231145020844177980672311450208441779806723114502084417798067231" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3bec750e-a5e4-45d5-aba7-5f0a7f2d90d3, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dd8a66ba-698c-46fc-91c0-179eb435c3c2, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dd8a66ba-698c-46fc-91c0-179eb435c3c2, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9487608082094408722 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94876080820944087229487608082094408722948760808209440872294876080820944087229487608082094408722948760808209440872294876080820944087229487608082094408722948760808209440872294876080820944087229487608082094408722948760808209440872294876080820944087229487608082094408722948760808209440872294876080820944087229487608082094408722948760808209440872294876080820944087229487608082094408722" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, edc9307b-d618-4f5b-91e4-db0737b1fe42, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fa4b00b8-79ef-4781-8db3-4ff90afb4233, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fa4b00b8-79ef-4781-8db3-4ff90afb4233, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 644711535435340445 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "644711535435340445644711535435340445644711535435340445644711535435340445644711535435340445644711535435340445644711535435340445644711535435340445644711535435340445644711535435340445644711535435340445644711535435340445644711535435340445644711535435340445644711535435340445644711535435340445644711535435340445644711535435340445644711535435340445644711535435340445" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dd8a66ba-698c-46fc-91c0-179eb435c3c2, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1d0ab4d5-7cf0-48f0-acbe-330566084e9e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1d0ab4d5-7cf0-48f0-acbe-330566084e9e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14412059268462610645 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1441205926846261064514412059268462610645144120592684626106451441205926846261064514412059268462610645144120592684626106451441205926846261064514412059268462610645144120592684626106451441205926846261064514412059268462610645144120592684626106451441205926846261064514412059268462610645144120592684626106451441205926846261064514412059268462610645144120592684626106451441205926846261064514412059268462610645" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fa4b00b8-79ef-4781-8db3-4ff90afb4233, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 374b28d8-9a4c-4418-98e6-7599e5bcb70a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 374b28d8-9a4c-4418-98e6-7599e5bcb70a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12753296399175713818 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1275329639917571381812753296399175713818127532963991757138181275329639917571381812753296399175713818127532963991757138181275329639917571381812753296399175713818127532963991757138181275329639917571381812753296399175713818127532963991757138181275329639917571381812753296399175713818127532963991757138181275329639917571381812753296399175713818127532963991757138181275329639917571381812753296399175713818" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 374b28d8-9a4c-4418-98e6-7599e5bcb70a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 23c0a4e9-c825-48f3-b6a5-b8684bc891fd, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 23c0a4e9-c825-48f3-b6a5-b8684bc891fd, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17668622972443895926 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1766862297244389592617668622972443895926176686229724438959261766862297244389592617668622972443895926176686229724438959261766862297244389592617668622972443895926176686229724438959261766862297244389592617668622972443895926176686229724438959261766862297244389592617668622972443895926176686229724438959261766862297244389592617668622972443895926176686229724438959261766862297244389592617668622972443895926" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1d0ab4d5-7cf0-48f0-acbe-330566084e9e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f35f92fb-9901-4ba1-ba88-793c938ca993, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f35f92fb-9901-4ba1-ba88-793c938ca993, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10132481835403706782 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1013248183540370678210132481835403706782101324818354037067821013248183540370678210132481835403706782101324818354037067821013248183540370678210132481835403706782101324818354037067821013248183540370678210132481835403706782101324818354037067821013248183540370678210132481835403706782101324818354037067821013248183540370678210132481835403706782101324818354037067821013248183540370678210132481835403706782" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 23c0a4e9-c825-48f3-b6a5-b8684bc891fd, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bd02c8a1-fb07-498e-acc6-b14bdb099c84, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bd02c8a1-fb07-498e-acc6-b14bdb099c84, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11927802858899915875 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1192780285889991587511927802858899915875119278028588999158751192780285889991587511927802858899915875119278028588999158751192780285889991587511927802858899915875119278028588999158751192780285889991587511927802858899915875119278028588999158751192780285889991587511927802858899915875119278028588999158751192780285889991587511927802858899915875119278028588999158751192780285889991587511927802858899915875" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f35f92fb-9901-4ba1-ba88-793c938ca993, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cf43a8b8-c99c-4c99-99ea-9ba4f36609b5, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cf43a8b8-c99c-4c99-99ea-9ba4f36609b5, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18145404372415926976 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1814540437241592697618145404372415926976181454043724159269761814540437241592697618145404372415926976181454043724159269761814540437241592697618145404372415926976181454043724159269761814540437241592697618145404372415926976181454043724159269761814540437241592697618145404372415926976181454043724159269761814540437241592697618145404372415926976181454043724159269761814540437241592697618145404372415926976" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bd02c8a1-fb07-498e-acc6-b14bdb099c84, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, af3e3d59-4ca1-4799-aed1-59a8d37a3fa0, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, af3e3d59-4ca1-4799-aed1-59a8d37a3fa0, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15387608975298784016 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1538760897529878401615387608975298784016153876089752987840161538760897529878401615387608975298784016153876089752987840161538760897529878401615387608975298784016153876089752987840161538760897529878401615387608975298784016153876089752987840161538760897529878401615387608975298784016153876089752987840161538760897529878401615387608975298784016153876089752987840161538760897529878401615387608975298784016" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cf43a8b8-c99c-4c99-99ea-9ba4f36609b5, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a81736c9-191c-4317-b8b4-81ce466b4057, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a81736c9-191c-4317-b8b4-81ce466b4057, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3067256441599785744 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30672564415997857443067256441599785744306725644159978574430672564415997857443067256441599785744306725644159978574430672564415997857443067256441599785744306725644159978574430672564415997857443067256441599785744306725644159978574430672564415997857443067256441599785744306725644159978574430672564415997857443067256441599785744306725644159978574430672564415997857443067256441599785744" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, af3e3d59-4ca1-4799-aed1-59a8d37a3fa0, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 403d65bf-1412-4047-9bbb-f653ec9a858b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 403d65bf-1412-4047-9bbb-f653ec9a858b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13397454437104830601 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1339745443710483060113397454437104830601133974544371048306011339745443710483060113397454437104830601133974544371048306011339745443710483060113397454437104830601133974544371048306011339745443710483060113397454437104830601133974544371048306011339745443710483060113397454437104830601133974544371048306011339745443710483060113397454437104830601133974544371048306011339745443710483060113397454437104830601" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a81736c9-191c-4317-b8b4-81ce466b4057, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 603e3d26-94ec-46be-8d83-121d32b279c8, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 603e3d26-94ec-46be-8d83-121d32b279c8, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13240111708822642153 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1324011170882264215313240111708822642153132401117088226421531324011170882264215313240111708822642153132401117088226421531324011170882264215313240111708822642153132401117088226421531324011170882264215313240111708822642153132401117088226421531324011170882264215313240111708822642153132401117088226421531324011170882264215313240111708822642153132401117088226421531324011170882264215313240111708822642153" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 403d65bf-1412-4047-9bbb-f653ec9a858b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, af258396-2543-4bf5-b52f-8a53c223b1d1, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, af258396-2543-4bf5-b52f-8a53c223b1d1, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8814344179978618951 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88143441799786189518814344179978618951881434417997861895188143441799786189518814344179978618951881434417997861895188143441799786189518814344179978618951881434417997861895188143441799786189518814344179978618951881434417997861895188143441799786189518814344179978618951881434417997861895188143441799786189518814344179978618951881434417997861895188143441799786189518814344179978618951" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 603e3d26-94ec-46be-8d83-121d32b279c8, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b17d35f6-afb3-4e96-b38e-d93198a7e355, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b17d35f6-afb3-4e96-b38e-d93198a7e355, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3122080570935842932 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31220805709358429323122080570935842932312208057093584293231220805709358429323122080570935842932312208057093584293231220805709358429323122080570935842932312208057093584293231220805709358429323122080570935842932312208057093584293231220805709358429323122080570935842932312208057093584293231220805709358429323122080570935842932312208057093584293231220805709358429323122080570935842932" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, af258396-2543-4bf5-b52f-8a53c223b1d1, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 949c03df-d46c-4010-a3d9-54bfa4aa56e8, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b17d35f6-afb3-4e96-b38e-d93198a7e355, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 949c03df-d46c-4010-a3d9-54bfa4aa56e8, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7536678993031443184 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75366789930314431847536678993031443184753667899303144318475366789930314431847536678993031443184753667899303144318475366789930314431847536678993031443184753667899303144318475366789930314431847536678993031443184753667899303144318475366789930314431847536678993031443184753667899303144318475366789930314431847536678993031443184753667899303144318475366789930314431847536678993031443184" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 08508721-2e44-4098-9ba0-6791a99492bb, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 08508721-2e44-4098-9ba0-6791a99492bb, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4514103538382362465 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45141035383823624654514103538382362465451410353838236246545141035383823624654514103538382362465451410353838236246545141035383823624654514103538382362465451410353838236246545141035383823624654514103538382362465451410353838236246545141035383823624654514103538382362465451410353838236246545141035383823624654514103538382362465451410353838236246545141035383823624654514103538382362465" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 949c03df-d46c-4010-a3d9-54bfa4aa56e8, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 08508721-2e44-4098-9ba0-6791a99492bb, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9eb00f60-a6ed-44c5-84b0-0ddf428b485d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 28785629-6190-41c4-8848-373d93ebbf89, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 28785629-6190-41c4-8848-373d93ebbf89, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5684198325235906081 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56841983252359060815684198325235906081568419832523590608156841983252359060815684198325235906081568419832523590608156841983252359060815684198325235906081568419832523590608156841983252359060815684198325235906081568419832523590608156841983252359060815684198325235906081568419832523590608156841983252359060815684198325235906081568419832523590608156841983252359060815684198325235906081" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9eb00f60-a6ed-44c5-84b0-0ddf428b485d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4792894344745205492 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47928943447452054924792894344745205492479289434474520549247928943447452054924792894344745205492479289434474520549247928943447452054924792894344745205492479289434474520549247928943447452054924792894344745205492479289434474520549247928943447452054924792894344745205492479289434474520549247928943447452054924792894344745205492479289434474520549247928943447452054924792894344745205492" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 28785629-6190-41c4-8848-373d93ebbf89, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9f7071f1-96a3-40b8-9b97-fd236ea460b8, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9f7071f1-96a3-40b8-9b97-fd236ea460b8, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17088729555402059242 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1708872955540205924217088729555402059242170887295554020592421708872955540205924217088729555402059242170887295554020592421708872955540205924217088729555402059242170887295554020592421708872955540205924217088729555402059242170887295554020592421708872955540205924217088729555402059242170887295554020592421708872955540205924217088729555402059242170887295554020592421708872955540205924217088729555402059242" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9eb00f60-a6ed-44c5-84b0-0ddf428b485d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 31e32ac2-5934-4bb6-869d-42c8782fa23d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 31e32ac2-5934-4bb6-869d-42c8782fa23d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13239151646728018281 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1323915164672801828113239151646728018281132391516467280182811323915164672801828113239151646728018281132391516467280182811323915164672801828113239151646728018281132391516467280182811323915164672801828113239151646728018281132391516467280182811323915164672801828113239151646728018281132391516467280182811323915164672801828113239151646728018281132391516467280182811323915164672801828113239151646728018281" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9f7071f1-96a3-40b8-9b97-fd236ea460b8, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ad7058f0-9dde-45b6-8201-c2333cb22e95, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ad7058f0-9dde-45b6-8201-c2333cb22e95, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7686912763618076420 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76869127636180764207686912763618076420768691276361807642076869127636180764207686912763618076420768691276361807642076869127636180764207686912763618076420768691276361807642076869127636180764207686912763618076420768691276361807642076869127636180764207686912763618076420768691276361807642076869127636180764207686912763618076420768691276361807642076869127636180764207686912763618076420" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 31e32ac2-5934-4bb6-869d-42c8782fa23d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d153f723-a723-4f3d-8eda-245b1352d1c6, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d153f723-a723-4f3d-8eda-245b1352d1c6, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9621113896841697504 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96211138968416975049621113896841697504962111389684169750496211138968416975049621113896841697504962111389684169750496211138968416975049621113896841697504962111389684169750496211138968416975049621113896841697504962111389684169750496211138968416975049621113896841697504962111389684169750496211138968416975049621113896841697504962111389684169750496211138968416975049621113896841697504" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ad7058f0-9dde-45b6-8201-c2333cb22e95, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a2c84c2a-4d4e-4ee9-9d06-3e1350714dae, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a2c84c2a-4d4e-4ee9-9d06-3e1350714dae, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6347635514110360571 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63476355141103605716347635514110360571634763551411036057163476355141103605716347635514110360571634763551411036057163476355141103605716347635514110360571634763551411036057163476355141103605716347635514110360571634763551411036057163476355141103605716347635514110360571634763551411036057163476355141103605716347635514110360571634763551411036057163476355141103605716347635514110360571" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a2c84c2a-4d4e-4ee9-9d06-3e1350714dae, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7d357a02-02c8-40c4-82fd-e99d80ee4d29, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7d357a02-02c8-40c4-82fd-e99d80ee4d29, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14325589430428973241 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1432558943042897324114325589430428973241143255894304289732411432558943042897324114325589430428973241143255894304289732411432558943042897324114325589430428973241143255894304289732411432558943042897324114325589430428973241143255894304289732411432558943042897324114325589430428973241143255894304289732411432558943042897324114325589430428973241143255894304289732411432558943042897324114325589430428973241" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d153f723-a723-4f3d-8eda-245b1352d1c6, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3b0b4348-4794-49db-afc2-0f92a2c3cdbd, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3b0b4348-4794-49db-afc2-0f92a2c3cdbd, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 283869989557551801 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "283869989557551801283869989557551801283869989557551801283869989557551801283869989557551801283869989557551801283869989557551801283869989557551801283869989557551801283869989557551801283869989557551801283869989557551801283869989557551801283869989557551801283869989557551801283869989557551801283869989557551801283869989557551801283869989557551801283869989557551801" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7d357a02-02c8-40c4-82fd-e99d80ee4d29, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, db0e2beb-e17f-49bc-9c4a-eade4f4243e9, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, db0e2beb-e17f-49bc-9c4a-eade4f4243e9, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8566533570271799082 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85665335702717990828566533570271799082856653357027179908285665335702717990828566533570271799082856653357027179908285665335702717990828566533570271799082856653357027179908285665335702717990828566533570271799082856653357027179908285665335702717990828566533570271799082856653357027179908285665335702717990828566533570271799082856653357027179908285665335702717990828566533570271799082" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3b0b4348-4794-49db-afc2-0f92a2c3cdbd, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f0c410b9-339d-474e-8c50-f361e525b501, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f0c410b9-339d-474e-8c50-f361e525b501, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14677926888329525820 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1467792688832952582014677926888329525820146779268883295258201467792688832952582014677926888329525820146779268883295258201467792688832952582014677926888329525820146779268883295258201467792688832952582014677926888329525820146779268883295258201467792688832952582014677926888329525820146779268883295258201467792688832952582014677926888329525820146779268883295258201467792688832952582014677926888329525820" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, db0e2beb-e17f-49bc-9c4a-eade4f4243e9, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 00ee97b3-3974-41f3-91c1-b3f4e66207c2, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 00ee97b3-3974-41f3-91c1-b3f4e66207c2, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 865821890770139521 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "865821890770139521865821890770139521865821890770139521865821890770139521865821890770139521865821890770139521865821890770139521865821890770139521865821890770139521865821890770139521865821890770139521865821890770139521865821890770139521865821890770139521865821890770139521865821890770139521865821890770139521865821890770139521865821890770139521865821890770139521" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f0c410b9-339d-474e-8c50-f361e525b501, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 735e1f9e-4a5f-4d0b-aeaf-cd682848d192, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 735e1f9e-4a5f-4d0b-aeaf-cd682848d192, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16445198218536474920 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1644519821853647492016445198218536474920164451982185364749201644519821853647492016445198218536474920164451982185364749201644519821853647492016445198218536474920164451982185364749201644519821853647492016445198218536474920164451982185364749201644519821853647492016445198218536474920164451982185364749201644519821853647492016445198218536474920164451982185364749201644519821853647492016445198218536474920" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 00ee97b3-3974-41f3-91c1-b3f4e66207c2, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 98200226-b72b-40ff-b3af-4176a8858ab5, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 98200226-b72b-40ff-b3af-4176a8858ab5, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6591490449744783534 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65914904497447835346591490449744783534659149044974478353465914904497447835346591490449744783534659149044974478353465914904497447835346591490449744783534659149044974478353465914904497447835346591490449744783534659149044974478353465914904497447835346591490449744783534659149044974478353465914904497447835346591490449744783534659149044974478353465914904497447835346591490449744783534" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 735e1f9e-4a5f-4d0b-aeaf-cd682848d192, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a80eabf6-7a00-480d-83a6-b5a2f52b2314, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a80eabf6-7a00-480d-83a6-b5a2f52b2314, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15835287876994873466 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1583528787699487346615835287876994873466158352878769948734661583528787699487346615835287876994873466158352878769948734661583528787699487346615835287876994873466158352878769948734661583528787699487346615835287876994873466158352878769948734661583528787699487346615835287876994873466158352878769948734661583528787699487346615835287876994873466158352878769948734661583528787699487346615835287876994873466" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 98200226-b72b-40ff-b3af-4176a8858ab5, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4b1d7694-9b5e-4572-a376-3b091db55415, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4b1d7694-9b5e-4572-a376-3b091db55415, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8768644166114870716 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87686441661148707168768644166114870716876864416611487071687686441661148707168768644166114870716876864416611487071687686441661148707168768644166114870716876864416611487071687686441661148707168768644166114870716876864416611487071687686441661148707168768644166114870716876864416611487071687686441661148707168768644166114870716876864416611487071687686441661148707168768644166114870716" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a80eabf6-7a00-480d-83a6-b5a2f52b2314, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b7431f5b-da0b-47c4-b0b5-bb0406ec1043, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b7431f5b-da0b-47c4-b0b5-bb0406ec1043, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6941377619682306137 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69413776196823061376941377619682306137694137761968230613769413776196823061376941377619682306137694137761968230613769413776196823061376941377619682306137694137761968230613769413776196823061376941377619682306137694137761968230613769413776196823061376941377619682306137694137761968230613769413776196823061376941377619682306137694137761968230613769413776196823061376941377619682306137" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4b1d7694-9b5e-4572-a376-3b091db55415, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b7431f5b-da0b-47c4-b0b5-bb0406ec1043, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 38b503f5-6b36-4cfa-a75b-4d63705c4bc7, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bbbec6c4-be7b-40c6-bb11-16d9141f4845, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bbbec6c4-be7b-40c6-bb11-16d9141f4845, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17780287252439816898 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1778028725243981689817780287252439816898177802872524398168981778028725243981689817780287252439816898177802872524398168981778028725243981689817780287252439816898177802872524398168981778028725243981689817780287252439816898177802872524398168981778028725243981689817780287252439816898177802872524398168981778028725243981689817780287252439816898177802872524398168981778028725243981689817780287252439816898" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 38b503f5-6b36-4cfa-a75b-4d63705c4bc7, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13402179897044138793 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1340217989704413879313402179897044138793134021798970441387931340217989704413879313402179897044138793134021798970441387931340217989704413879313402179897044138793134021798970441387931340217989704413879313402179897044138793134021798970441387931340217989704413879313402179897044138793134021798970441387931340217989704413879313402179897044138793134021798970441387931340217989704413879313402179897044138793" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bbbec6c4-be7b-40c6-bb11-16d9141f4845, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 71cda8e6-72b5-44ba-942b-8315131385e4, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 71cda8e6-72b5-44ba-942b-8315131385e4, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5871527287249842955 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58715272872498429555871527287249842955587152728724984295558715272872498429555871527287249842955587152728724984295558715272872498429555871527287249842955587152728724984295558715272872498429555871527287249842955587152728724984295558715272872498429555871527287249842955587152728724984295558715272872498429555871527287249842955587152728724984295558715272872498429555871527287249842955" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 38b503f5-6b36-4cfa-a75b-4d63705c4bc7, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 821c80f0-6136-4fff-ad94-790c6be48b02, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 821c80f0-6136-4fff-ad94-790c6be48b02, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17355575918434922407 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1735557591843492240717355575918434922407173555759184349224071735557591843492240717355575918434922407173555759184349224071735557591843492240717355575918434922407173555759184349224071735557591843492240717355575918434922407173555759184349224071735557591843492240717355575918434922407173555759184349224071735557591843492240717355575918434922407173555759184349224071735557591843492240717355575918434922407" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 71cda8e6-72b5-44ba-942b-8315131385e4, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e80f659e-b6c4-4ccd-bd2b-ea011c3deee8, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e80f659e-b6c4-4ccd-bd2b-ea011c3deee8, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17522360325784093095 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1752236032578409309517522360325784093095175223603257840930951752236032578409309517522360325784093095175223603257840930951752236032578409309517522360325784093095175223603257840930951752236032578409309517522360325784093095175223603257840930951752236032578409309517522360325784093095175223603257840930951752236032578409309517522360325784093095175223603257840930951752236032578409309517522360325784093095" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 821c80f0-6136-4fff-ad94-790c6be48b02, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e95f0884-238b-4ae4-b34c-918147efeff4, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e95f0884-238b-4ae4-b34c-918147efeff4, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15534393866640485918 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1553439386664048591815534393866640485918155343938666404859181553439386664048591815534393866640485918155343938666404859181553439386664048591815534393866640485918155343938666404859181553439386664048591815534393866640485918155343938666404859181553439386664048591815534393866640485918155343938666404859181553439386664048591815534393866640485918155343938666404859181553439386664048591815534393866640485918" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e80f659e-b6c4-4ccd-bd2b-ea011c3deee8, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d8ce1ada-2b89-4e2f-8e56-03e2f2b0158b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d8ce1ada-2b89-4e2f-8e56-03e2f2b0158b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11990429591830472953 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1199042959183047295311990429591830472953119904295918304729531199042959183047295311990429591830472953119904295918304729531199042959183047295311990429591830472953119904295918304729531199042959183047295311990429591830472953119904295918304729531199042959183047295311990429591830472953119904295918304729531199042959183047295311990429591830472953119904295918304729531199042959183047295311990429591830472953" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e95f0884-238b-4ae4-b34c-918147efeff4, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 32fab672-6c06-48ab-8a0e-942050d67870, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 32fab672-6c06-48ab-8a0e-942050d67870, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15616110925682155462 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1561611092568215546215616110925682155462156161109256821554621561611092568215546215616110925682155462156161109256821554621561611092568215546215616110925682155462156161109256821554621561611092568215546215616110925682155462156161109256821554621561611092568215546215616110925682155462156161109256821554621561611092568215546215616110925682155462156161109256821554621561611092568215546215616110925682155462" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d8ce1ada-2b89-4e2f-8e56-03e2f2b0158b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ee3cdf77-355d-48b2-9140-d6a9c20b59b8, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ee3cdf77-355d-48b2-9140-d6a9c20b59b8, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11686566922649885497 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1168656692264988549711686566922649885497116865669226498854971168656692264988549711686566922649885497116865669226498854971168656692264988549711686566922649885497116865669226498854971168656692264988549711686566922649885497116865669226498854971168656692264988549711686566922649885497116865669226498854971168656692264988549711686566922649885497116865669226498854971168656692264988549711686566922649885497" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 32fab672-6c06-48ab-8a0e-942050d67870, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8688df9e-6538-4c43-88dd-e8b6f4e770fd, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8688df9e-6538-4c43-88dd-e8b6f4e770fd, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11649267274055272708 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1164926727405527270811649267274055272708116492672740552727081164926727405527270811649267274055272708116492672740552727081164926727405527270811649267274055272708116492672740552727081164926727405527270811649267274055272708116492672740552727081164926727405527270811649267274055272708116492672740552727081164926727405527270811649267274055272708116492672740552727081164926727405527270811649267274055272708" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ee3cdf77-355d-48b2-9140-d6a9c20b59b8, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 92d123ef-da91-45fe-a8a0-82f852dfd9e2, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 92d123ef-da91-45fe-a8a0-82f852dfd9e2, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10003892247227684274 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1000389224722768427410003892247227684274100038922472276842741000389224722768427410003892247227684274100038922472276842741000389224722768427410003892247227684274100038922472276842741000389224722768427410003892247227684274100038922472276842741000389224722768427410003892247227684274100038922472276842741000389224722768427410003892247227684274100038922472276842741000389224722768427410003892247227684274" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8688df9e-6538-4c43-88dd-e8b6f4e770fd, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2ac55282-052d-475c-b928-7b0b8d3e1f2c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2ac55282-052d-475c-b928-7b0b8d3e1f2c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10097629030203230520 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1009762903020323052010097629030203230520100976290302032305201009762903020323052010097629030203230520100976290302032305201009762903020323052010097629030203230520100976290302032305201009762903020323052010097629030203230520100976290302032305201009762903020323052010097629030203230520100976290302032305201009762903020323052010097629030203230520100976290302032305201009762903020323052010097629030203230520" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 92d123ef-da91-45fe-a8a0-82f852dfd9e2, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1c312910-9027-409f-a087-3542a396f53a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1c312910-9027-409f-a087-3542a396f53a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6025729109156967334 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60257291091569673346025729109156967334602572910915696733460257291091569673346025729109156967334602572910915696733460257291091569673346025729109156967334602572910915696733460257291091569673346025729109156967334602572910915696733460257291091569673346025729109156967334602572910915696733460257291091569673346025729109156967334602572910915696733460257291091569673346025729109156967334" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2ac55282-052d-475c-b928-7b0b8d3e1f2c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f6417c19-bc24-4822-a4c7-53400de13bdb, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1c312910-9027-409f-a087-3542a396f53a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f6417c19-bc24-4822-a4c7-53400de13bdb, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15302481686656809544 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1530248168665680954415302481686656809544153024816866568095441530248168665680954415302481686656809544153024816866568095441530248168665680954415302481686656809544153024816866568095441530248168665680954415302481686656809544153024816866568095441530248168665680954415302481686656809544153024816866568095441530248168665680954415302481686656809544153024816866568095441530248168665680954415302481686656809544" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ac967d83-e662-46ee-97df-a3592104f7f2, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ac967d83-e662-46ee-97df-a3592104f7f2, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3155454659134258375 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31554546591342583753155454659134258375315545465913425837531554546591342583753155454659134258375315545465913425837531554546591342583753155454659134258375315545465913425837531554546591342583753155454659134258375315545465913425837531554546591342583753155454659134258375315545465913425837531554546591342583753155454659134258375315545465913425837531554546591342583753155454659134258375" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f6417c19-bc24-4822-a4c7-53400de13bdb, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ac967d83-e662-46ee-97df-a3592104f7f2, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ded6077a-379a-49e4-956e-55418c36ac88, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ded6077a-379a-49e4-956e-55418c36ac88, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2114636036715391239 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21146360367153912392114636036715391239211463603671539123921146360367153912392114636036715391239211463603671539123921146360367153912392114636036715391239211463603671539123921146360367153912392114636036715391239211463603671539123921146360367153912392114636036715391239211463603671539123921146360367153912392114636036715391239211463603671539123921146360367153912392114636036715391239" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9f740b1f-b5cc-4123-89da-7692dfab2a67, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9f740b1f-b5cc-4123-89da-7692dfab2a67, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12198270889067752141 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1219827088906775214112198270889067752141121982708890677521411219827088906775214112198270889067752141121982708890677521411219827088906775214112198270889067752141121982708890677521411219827088906775214112198270889067752141121982708890677521411219827088906775214112198270889067752141121982708890677521411219827088906775214112198270889067752141121982708890677521411219827088906775214112198270889067752141" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ded6077a-379a-49e4-956e-55418c36ac88, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 66883273-b74e-4958-934c-bd9527673583, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 66883273-b74e-4958-934c-bd9527673583, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4947179101477256168 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49471791014772561684947179101477256168494717910147725616849471791014772561684947179101477256168494717910147725616849471791014772561684947179101477256168494717910147725616849471791014772561684947179101477256168494717910147725616849471791014772561684947179101477256168494717910147725616849471791014772561684947179101477256168494717910147725616849471791014772561684947179101477256168" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9f740b1f-b5cc-4123-89da-7692dfab2a67, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d163eb80-da11-4f6e-a036-4bf03a3cb199, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d163eb80-da11-4f6e-a036-4bf03a3cb199, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15359722515949401823 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1535972251594940182315359722515949401823153597225159494018231535972251594940182315359722515949401823153597225159494018231535972251594940182315359722515949401823153597225159494018231535972251594940182315359722515949401823153597225159494018231535972251594940182315359722515949401823153597225159494018231535972251594940182315359722515949401823153597225159494018231535972251594940182315359722515949401823" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 66883273-b74e-4958-934c-bd9527673583, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1caed1cc-bacc-4122-8f1f-4b7dba60928d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d163eb80-da11-4f6e-a036-4bf03a3cb199, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1caed1cc-bacc-4122-8f1f-4b7dba60928d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7829711766241277517 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78297117662412775177829711766241277517782971176624127751778297117662412775177829711766241277517782971176624127751778297117662412775177829711766241277517782971176624127751778297117662412775177829711766241277517782971176624127751778297117662412775177829711766241277517782971176624127751778297117662412775177829711766241277517782971176624127751778297117662412775177829711766241277517" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8b5ef7b9-835d-4104-af00-a910007598ef, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8b5ef7b9-835d-4104-af00-a910007598ef, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17443908956896564330 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1744390895689656433017443908956896564330174439089568965643301744390895689656433017443908956896564330174439089568965643301744390895689656433017443908956896564330174439089568965643301744390895689656433017443908956896564330174439089568965643301744390895689656433017443908956896564330174439089568965643301744390895689656433017443908956896564330174439089568965643301744390895689656433017443908956896564330" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1caed1cc-bacc-4122-8f1f-4b7dba60928d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 62bc092c-fd1f-467c-8e32-aaefbd5cad3c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8b5ef7b9-835d-4104-af00-a910007598ef, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 26e145ad-1e40-43dd-a842-6292ffe5e64f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 62bc092c-fd1f-467c-8e32-aaefbd5cad3c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8203263892921382252 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82032638929213822528203263892921382252820326389292138225282032638929213822528203263892921382252820326389292138225282032638929213822528203263892921382252820326389292138225282032638929213822528203263892921382252820326389292138225282032638929213822528203263892921382252820326389292138225282032638929213822528203263892921382252820326389292138225282032638929213822528203263892921382252" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 26e145ad-1e40-43dd-a842-6292ffe5e64f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11335235546273717573 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1133523554627371757311335235546273717573113352355462737175731133523554627371757311335235546273717573113352355462737175731133523554627371757311335235546273717573113352355462737175731133523554627371757311335235546273717573113352355462737175731133523554627371757311335235546273717573113352355462737175731133523554627371757311335235546273717573113352355462737175731133523554627371757311335235546273717573" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 62bc092c-fd1f-467c-8e32-aaefbd5cad3c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4ceeb9a8-1a0a-4983-bbef-93d1990edff4, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4ceeb9a8-1a0a-4983-bbef-93d1990edff4, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8872454305707314190 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88724543057073141908872454305707314190887245430570731419088724543057073141908872454305707314190887245430570731419088724543057073141908872454305707314190887245430570731419088724543057073141908872454305707314190887245430570731419088724543057073141908872454305707314190887245430570731419088724543057073141908872454305707314190887245430570731419088724543057073141908872454305707314190" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 26e145ad-1e40-43dd-a842-6292ffe5e64f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 59447ed5-1ecd-4e1e-8c7c-46c69d9598cf, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 59447ed5-1ecd-4e1e-8c7c-46c69d9598cf, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13456376483334314518 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1345637648333431451813456376483334314518134563764833343145181345637648333431451813456376483334314518134563764833343145181345637648333431451813456376483334314518134563764833343145181345637648333431451813456376483334314518134563764833343145181345637648333431451813456376483334314518134563764833343145181345637648333431451813456376483334314518134563764833343145181345637648333431451813456376483334314518" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4ceeb9a8-1a0a-4983-bbef-93d1990edff4, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c537d567-d80f-4f24-a333-787804a70353, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c537d567-d80f-4f24-a333-787804a70353, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5651158379546038653 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56511583795460386535651158379546038653565115837954603865356511583795460386535651158379546038653565115837954603865356511583795460386535651158379546038653565115837954603865356511583795460386535651158379546038653565115837954603865356511583795460386535651158379546038653565115837954603865356511583795460386535651158379546038653565115837954603865356511583795460386535651158379546038653" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 59447ed5-1ecd-4e1e-8c7c-46c69d9598cf, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f6095e52-871d-4bbb-8663-1f67274b802c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f6095e52-871d-4bbb-8663-1f67274b802c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13179510064005946306 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1317951006400594630613179510064005946306131795100640059463061317951006400594630613179510064005946306131795100640059463061317951006400594630613179510064005946306131795100640059463061317951006400594630613179510064005946306131795100640059463061317951006400594630613179510064005946306131795100640059463061317951006400594630613179510064005946306131795100640059463061317951006400594630613179510064005946306" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f6095e52-871d-4bbb-8663-1f67274b802c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 77cdb277-ff48-4715-bdc4-a8aac513505a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 77cdb277-ff48-4715-bdc4-a8aac513505a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17806590983303500706 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1780659098330350070617806590983303500706178065909833035007061780659098330350070617806590983303500706178065909833035007061780659098330350070617806590983303500706178065909833035007061780659098330350070617806590983303500706178065909833035007061780659098330350070617806590983303500706178065909833035007061780659098330350070617806590983303500706178065909833035007061780659098330350070617806590983303500706" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c537d567-d80f-4f24-a333-787804a70353, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 98545ee2-983f-4487-ac86-8c3d1ee8c779, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 98545ee2-983f-4487-ac86-8c3d1ee8c779, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18077841068451950465 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1807784106845195046518077841068451950465180778410684519504651807784106845195046518077841068451950465180778410684519504651807784106845195046518077841068451950465180778410684519504651807784106845195046518077841068451950465180778410684519504651807784106845195046518077841068451950465180778410684519504651807784106845195046518077841068451950465180778410684519504651807784106845195046518077841068451950465" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 77cdb277-ff48-4715-bdc4-a8aac513505a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4f5c6958-1da6-4ba0-a361-4250fddb77ad, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4f5c6958-1da6-4ba0-a361-4250fddb77ad, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2625629110290001400 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26256291102900014002625629110290001400262562911029000140026256291102900014002625629110290001400262562911029000140026256291102900014002625629110290001400262562911029000140026256291102900014002625629110290001400262562911029000140026256291102900014002625629110290001400262562911029000140026256291102900014002625629110290001400262562911029000140026256291102900014002625629110290001400" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 98545ee2-983f-4487-ac86-8c3d1ee8c779, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 951a7d8c-e698-464e-8c47-abe7cc2ed73e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 951a7d8c-e698-464e-8c47-abe7cc2ed73e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13280120718110379656 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1328012071811037965613280120718110379656132801207181103796561328012071811037965613280120718110379656132801207181103796561328012071811037965613280120718110379656132801207181103796561328012071811037965613280120718110379656132801207181103796561328012071811037965613280120718110379656132801207181103796561328012071811037965613280120718110379656132801207181103796561328012071811037965613280120718110379656" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4f5c6958-1da6-4ba0-a361-4250fddb77ad, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 591ad343-9e14-4d4c-ada4-66bf0c483b33, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 591ad343-9e14-4d4c-ada4-66bf0c483b33, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2408711821405033071 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24087118214050330712408711821405033071240871182140503307124087118214050330712408711821405033071240871182140503307124087118214050330712408711821405033071240871182140503307124087118214050330712408711821405033071240871182140503307124087118214050330712408711821405033071240871182140503307124087118214050330712408711821405033071240871182140503307124087118214050330712408711821405033071" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 951a7d8c-e698-464e-8c47-abe7cc2ed73e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a593186f-4d8c-4c5c-93ea-516d4b8edcb4, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a593186f-4d8c-4c5c-93ea-516d4b8edcb4, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13793649227545968288 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1379364922754596828813793649227545968288137936492275459682881379364922754596828813793649227545968288137936492275459682881379364922754596828813793649227545968288137936492275459682881379364922754596828813793649227545968288137936492275459682881379364922754596828813793649227545968288137936492275459682881379364922754596828813793649227545968288137936492275459682881379364922754596828813793649227545968288" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 591ad343-9e14-4d4c-ada4-66bf0c483b33, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 71562037-c984-4fc0-a94f-57987e6d779d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 71562037-c984-4fc0-a94f-57987e6d779d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 926307440937147803 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "926307440937147803926307440937147803926307440937147803926307440937147803926307440937147803926307440937147803926307440937147803926307440937147803926307440937147803926307440937147803926307440937147803926307440937147803926307440937147803926307440937147803926307440937147803926307440937147803926307440937147803926307440937147803926307440937147803926307440937147803" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a593186f-4d8c-4c5c-93ea-516d4b8edcb4, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5cc3abec-555c-4e61-95e7-f92069548c4c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5cc3abec-555c-4e61-95e7-f92069548c4c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6043415965762996100 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60434159657629961006043415965762996100604341596576299610060434159657629961006043415965762996100604341596576299610060434159657629961006043415965762996100604341596576299610060434159657629961006043415965762996100604341596576299610060434159657629961006043415965762996100604341596576299610060434159657629961006043415965762996100604341596576299610060434159657629961006043415965762996100" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 71562037-c984-4fc0-a94f-57987e6d779d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 486c350c-9e68-4b66-8d80-a79bd036520b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 486c350c-9e68-4b66-8d80-a79bd036520b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14375242254399681136 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1437524225439968113614375242254399681136143752422543996811361437524225439968113614375242254399681136143752422543996811361437524225439968113614375242254399681136143752422543996811361437524225439968113614375242254399681136143752422543996811361437524225439968113614375242254399681136143752422543996811361437524225439968113614375242254399681136143752422543996811361437524225439968113614375242254399681136" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5cc3abec-555c-4e61-95e7-f92069548c4c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e59ac201-3096-41a6-a0f8-0799baadfdc6, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 486c350c-9e68-4b66-8d80-a79bd036520b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 375fa680-c3d0-4556-b2d3-179f3fd432d2, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 375fa680-c3d0-4556-b2d3-179f3fd432d2, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10826235480820637551 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1082623548082063755110826235480820637551108262354808206375511082623548082063755110826235480820637551108262354808206375511082623548082063755110826235480820637551108262354808206375511082623548082063755110826235480820637551108262354808206375511082623548082063755110826235480820637551108262354808206375511082623548082063755110826235480820637551108262354808206375511082623548082063755110826235480820637551" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e59ac201-3096-41a6-a0f8-0799baadfdc6, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2843206317971391657 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28432063179713916572843206317971391657284320631797139165728432063179713916572843206317971391657284320631797139165728432063179713916572843206317971391657284320631797139165728432063179713916572843206317971391657284320631797139165728432063179713916572843206317971391657284320631797139165728432063179713916572843206317971391657284320631797139165728432063179713916572843206317971391657" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 375fa680-c3d0-4556-b2d3-179f3fd432d2, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 83c95da7-8b70-4c05-95b4-c6bb37ab3f87, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 83c95da7-8b70-4c05-95b4-c6bb37ab3f87, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1224434972615299575 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12244349726152995751224434972615299575122443497261529957512244349726152995751224434972615299575122443497261529957512244349726152995751224434972615299575122443497261529957512244349726152995751224434972615299575122443497261529957512244349726152995751224434972615299575122443497261529957512244349726152995751224434972615299575122443497261529957512244349726152995751224434972615299575" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e59ac201-3096-41a6-a0f8-0799baadfdc6, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7ae40add-ef26-4bf9-a2e5-7c5b6356ea4e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7ae40add-ef26-4bf9-a2e5-7c5b6356ea4e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 549890365750549850 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "549890365750549850549890365750549850549890365750549850549890365750549850549890365750549850549890365750549850549890365750549850549890365750549850549890365750549850549890365750549850549890365750549850549890365750549850549890365750549850549890365750549850549890365750549850549890365750549850549890365750549850549890365750549850549890365750549850549890365750549850" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 83c95da7-8b70-4c05-95b4-c6bb37ab3f87, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8654f59f-2979-4cb6-a619-ac8039b0bc58, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8654f59f-2979-4cb6-a619-ac8039b0bc58, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6438654076856198993 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64386540768561989936438654076856198993643865407685619899364386540768561989936438654076856198993643865407685619899364386540768561989936438654076856198993643865407685619899364386540768561989936438654076856198993643865407685619899364386540768561989936438654076856198993643865407685619899364386540768561989936438654076856198993643865407685619899364386540768561989936438654076856198993" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7ae40add-ef26-4bf9-a2e5-7c5b6356ea4e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 928545e7-1ee4-4a11-abd8-43b5872c00e5, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 928545e7-1ee4-4a11-abd8-43b5872c00e5, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8566638587993028062 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85666385879930280628566638587993028062856663858799302806285666385879930280628566638587993028062856663858799302806285666385879930280628566638587993028062856663858799302806285666385879930280628566638587993028062856663858799302806285666385879930280628566638587993028062856663858799302806285666385879930280628566638587993028062856663858799302806285666385879930280628566638587993028062" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8654f59f-2979-4cb6-a619-ac8039b0bc58, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 82a722bb-1887-42d1-a61c-a0ccd8f42a84, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 82a722bb-1887-42d1-a61c-a0ccd8f42a84, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16023578670636285867 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1602357867063628586716023578670636285867160235786706362858671602357867063628586716023578670636285867160235786706362858671602357867063628586716023578670636285867160235786706362858671602357867063628586716023578670636285867160235786706362858671602357867063628586716023578670636285867160235786706362858671602357867063628586716023578670636285867160235786706362858671602357867063628586716023578670636285867" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 928545e7-1ee4-4a11-abd8-43b5872c00e5, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 66b0347c-9490-4614-be35-572c8c79f618, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 66b0347c-9490-4614-be35-572c8c79f618, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 111557155313439708 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "111557155313439708111557155313439708111557155313439708111557155313439708111557155313439708111557155313439708111557155313439708111557155313439708111557155313439708111557155313439708111557155313439708111557155313439708111557155313439708111557155313439708111557155313439708111557155313439708111557155313439708111557155313439708111557155313439708111557155313439708" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 82a722bb-1887-42d1-a61c-a0ccd8f42a84, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0b9b8663-0d20-486a-9dec-fe878709f0c9, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0b9b8663-0d20-486a-9dec-fe878709f0c9, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14191797600998066490 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1419179760099806649014191797600998066490141917976009980664901419179760099806649014191797600998066490141917976009980664901419179760099806649014191797600998066490141917976009980664901419179760099806649014191797600998066490141917976009980664901419179760099806649014191797600998066490141917976009980664901419179760099806649014191797600998066490141917976009980664901419179760099806649014191797600998066490" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 66b0347c-9490-4614-be35-572c8c79f618, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9dd4aa65-0bc8-4734-bdc3-80243547e133, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0b9b8663-0d20-486a-9dec-fe878709f0c9, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b0be27a1-ff1a-4411-8b76-8d3e9a9e0b86, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b0be27a1-ff1a-4411-8b76-8d3e9a9e0b86, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2582629117472469634 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25826291174724696342582629117472469634258262911747246963425826291174724696342582629117472469634258262911747246963425826291174724696342582629117472469634258262911747246963425826291174724696342582629117472469634258262911747246963425826291174724696342582629117472469634258262911747246963425826291174724696342582629117472469634258262911747246963425826291174724696342582629117472469634" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9dd4aa65-0bc8-4734-bdc3-80243547e133, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14289391802163470407 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1428939180216347040714289391802163470407142893918021634704071428939180216347040714289391802163470407142893918021634704071428939180216347040714289391802163470407142893918021634704071428939180216347040714289391802163470407142893918021634704071428939180216347040714289391802163470407142893918021634704071428939180216347040714289391802163470407142893918021634704071428939180216347040714289391802163470407" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b0be27a1-ff1a-4411-8b76-8d3e9a9e0b86, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6be7a59c-216e-4b44-9eab-8e329fc103a3, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6be7a59c-216e-4b44-9eab-8e329fc103a3, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9470940744930205649 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94709407449302056499470940744930205649947094074493020564994709407449302056499470940744930205649947094074493020564994709407449302056499470940744930205649947094074493020564994709407449302056499470940744930205649947094074493020564994709407449302056499470940744930205649947094074493020564994709407449302056499470940744930205649947094074493020564994709407449302056499470940744930205649" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9dd4aa65-0bc8-4734-bdc3-80243547e133, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 825ad220-6e51-4200-a748-020f571d20e8, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 825ad220-6e51-4200-a748-020f571d20e8, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17791960337804034972 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1779196033780403497217791960337804034972177919603378040349721779196033780403497217791960337804034972177919603378040349721779196033780403497217791960337804034972177919603378040349721779196033780403497217791960337804034972177919603378040349721779196033780403497217791960337804034972177919603378040349721779196033780403497217791960337804034972177919603378040349721779196033780403497217791960337804034972" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6be7a59c-216e-4b44-9eab-8e329fc103a3, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 825ad220-6e51-4200-a748-020f571d20e8, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d8adb436-0074-4e6e-8c1c-fec54f34b205, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d8adb436-0074-4e6e-8c1c-fec54f34b205, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10097993998644752721 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1009799399864475272110097993998644752721100979939986447527211009799399864475272110097993998644752721100979939986447527211009799399864475272110097993998644752721100979939986447527211009799399864475272110097993998644752721100979939986447527211009799399864475272110097993998644752721100979939986447527211009799399864475272110097993998644752721100979939986447527211009799399864475272110097993998644752721" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d80ded30-7a5c-4e89-a9ac-bb6c905a3679, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d80ded30-7a5c-4e89-a9ac-bb6c905a3679, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9656689686780333495 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96566896867803334959656689686780333495965668968678033349596566896867803334959656689686780333495965668968678033349596566896867803334959656689686780333495965668968678033349596566896867803334959656689686780333495965668968678033349596566896867803334959656689686780333495965668968678033349596566896867803334959656689686780333495965668968678033349596566896867803334959656689686780333495" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d8adb436-0074-4e6e-8c1c-fec54f34b205, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d80ded30-7a5c-4e89-a9ac-bb6c905a3679, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, af9a2bf7-0346-424d-976b-225994140502, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, af9a2bf7-0346-424d-976b-225994140502, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18252888762927432125 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1825288876292743212518252888762927432125182528887629274321251825288876292743212518252888762927432125182528887629274321251825288876292743212518252888762927432125182528887629274321251825288876292743212518252888762927432125182528887629274321251825288876292743212518252888762927432125182528887629274321251825288876292743212518252888762927432125182528887629274321251825288876292743212518252888762927432125" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ff3d5dc2-53af-4a4d-bd8f-37f6037ef816, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ff3d5dc2-53af-4a4d-bd8f-37f6037ef816, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12691227749176593593 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1269122774917659359312691227749176593593126912277491765935931269122774917659359312691227749176593593126912277491765935931269122774917659359312691227749176593593126912277491765935931269122774917659359312691227749176593593126912277491765935931269122774917659359312691227749176593593126912277491765935931269122774917659359312691227749176593593126912277491765935931269122774917659359312691227749176593593" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ff3d5dc2-53af-4a4d-bd8f-37f6037ef816, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6f5614d0-da22-4b47-ae53-c573ec50de2a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, af9a2bf7-0346-424d-976b-225994140502, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2ee48e92-6365-4d94-9ef8-1a9e33c85ea1, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2ee48e92-6365-4d94-9ef8-1a9e33c85ea1, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7467568341681107816 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74675683416811078167467568341681107816746756834168110781674675683416811078167467568341681107816746756834168110781674675683416811078167467568341681107816746756834168110781674675683416811078167467568341681107816746756834168110781674675683416811078167467568341681107816746756834168110781674675683416811078167467568341681107816746756834168110781674675683416811078167467568341681107816" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6f5614d0-da22-4b47-ae53-c573ec50de2a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8292157300184078989 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82921573001840789898292157300184078989829215730018407898982921573001840789898292157300184078989829215730018407898982921573001840789898292157300184078989829215730018407898982921573001840789898292157300184078989829215730018407898982921573001840789898292157300184078989829215730018407898982921573001840789898292157300184078989829215730018407898982921573001840789898292157300184078989" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2ee48e92-6365-4d94-9ef8-1a9e33c85ea1, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1b4614c1-d474-4223-9792-5fcba0ab0e3c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1b4614c1-d474-4223-9792-5fcba0ab0e3c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8282610349963680964 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82826103499636809648282610349963680964828261034996368096482826103499636809648282610349963680964828261034996368096482826103499636809648282610349963680964828261034996368096482826103499636809648282610349963680964828261034996368096482826103499636809648282610349963680964828261034996368096482826103499636809648282610349963680964828261034996368096482826103499636809648282610349963680964" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6f5614d0-da22-4b47-ae53-c573ec50de2a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 96877559-abf1-487b-b8a4-48c414d71e49, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 96877559-abf1-487b-b8a4-48c414d71e49, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 629907805306220682 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "629907805306220682629907805306220682629907805306220682629907805306220682629907805306220682629907805306220682629907805306220682629907805306220682629907805306220682629907805306220682629907805306220682629907805306220682629907805306220682629907805306220682629907805306220682629907805306220682629907805306220682629907805306220682629907805306220682629907805306220682" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1b4614c1-d474-4223-9792-5fcba0ab0e3c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e7e1feb9-c6cc-4137-b3ea-be10a24998bf, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e7e1feb9-c6cc-4137-b3ea-be10a24998bf, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11401530515185505922 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1140153051518550592211401530515185505922114015305151855059221140153051518550592211401530515185505922114015305151855059221140153051518550592211401530515185505922114015305151855059221140153051518550592211401530515185505922114015305151855059221140153051518550592211401530515185505922114015305151855059221140153051518550592211401530515185505922114015305151855059221140153051518550592211401530515185505922" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 96877559-abf1-487b-b8a4-48c414d71e49, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3211e607-d63d-4e55-b352-746134a55b0b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3211e607-d63d-4e55-b352-746134a55b0b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8545049374271803293 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85450493742718032938545049374271803293854504937427180329385450493742718032938545049374271803293854504937427180329385450493742718032938545049374271803293854504937427180329385450493742718032938545049374271803293854504937427180329385450493742718032938545049374271803293854504937427180329385450493742718032938545049374271803293854504937427180329385450493742718032938545049374271803293" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e7e1feb9-c6cc-4137-b3ea-be10a24998bf, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5b2f4ee0-f20f-4caf-9737-d9e73f4bf1ab, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5b2f4ee0-f20f-4caf-9737-d9e73f4bf1ab, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4884964230701788540 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48849642307017885404884964230701788540488496423070178854048849642307017885404884964230701788540488496423070178854048849642307017885404884964230701788540488496423070178854048849642307017885404884964230701788540488496423070178854048849642307017885404884964230701788540488496423070178854048849642307017885404884964230701788540488496423070178854048849642307017885404884964230701788540" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3211e607-d63d-4e55-b352-746134a55b0b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4c31ae7f-69d3-4d17-80af-dd973e8ae016, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4c31ae7f-69d3-4d17-80af-dd973e8ae016, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13611700734976554599 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1361170073497655459913611700734976554599136117007349765545991361170073497655459913611700734976554599136117007349765545991361170073497655459913611700734976554599136117007349765545991361170073497655459913611700734976554599136117007349765545991361170073497655459913611700734976554599136117007349765545991361170073497655459913611700734976554599136117007349765545991361170073497655459913611700734976554599" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5b2f4ee0-f20f-4caf-9737-d9e73f4bf1ab, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ea8f7d81-71d5-4a3d-9988-ceb48d09bb55, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ea8f7d81-71d5-4a3d-9988-ceb48d09bb55, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7582967732203842573 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75829677322038425737582967732203842573758296773220384257375829677322038425737582967732203842573758296773220384257375829677322038425737582967732203842573758296773220384257375829677322038425737582967732203842573758296773220384257375829677322038425737582967732203842573758296773220384257375829677322038425737582967732203842573758296773220384257375829677322038425737582967732203842573" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4c31ae7f-69d3-4d17-80af-dd973e8ae016, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 033cb06e-c8ff-40fb-92dc-1b77e3045c8f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 033cb06e-c8ff-40fb-92dc-1b77e3045c8f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6321254035356151220 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63212540353561512206321254035356151220632125403535615122063212540353561512206321254035356151220632125403535615122063212540353561512206321254035356151220632125403535615122063212540353561512206321254035356151220632125403535615122063212540353561512206321254035356151220632125403535615122063212540353561512206321254035356151220632125403535615122063212540353561512206321254035356151220" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ea8f7d81-71d5-4a3d-9988-ceb48d09bb55, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6f4921ad-acd5-4df5-a491-47863e57cec6, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6f4921ad-acd5-4df5-a491-47863e57cec6, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11632580579598970585 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1163258057959897058511632580579598970585116325805795989705851163258057959897058511632580579598970585116325805795989705851163258057959897058511632580579598970585116325805795989705851163258057959897058511632580579598970585116325805795989705851163258057959897058511632580579598970585116325805795989705851163258057959897058511632580579598970585116325805795989705851163258057959897058511632580579598970585" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 033cb06e-c8ff-40fb-92dc-1b77e3045c8f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5bf1a4a1-9ee2-46b8-b06a-c8ac454fd13c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5bf1a4a1-9ee2-46b8-b06a-c8ac454fd13c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12325146526580129649 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1232514652658012964912325146526580129649123251465265801296491232514652658012964912325146526580129649123251465265801296491232514652658012964912325146526580129649123251465265801296491232514652658012964912325146526580129649123251465265801296491232514652658012964912325146526580129649123251465265801296491232514652658012964912325146526580129649123251465265801296491232514652658012964912325146526580129649" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5bf1a4a1-9ee2-46b8-b06a-c8ac454fd13c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bc62732e-ee2e-45d5-99b6-36c02d0c1f31, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bc62732e-ee2e-45d5-99b6-36c02d0c1f31, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8613247524503812640 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86132475245038126408613247524503812640861324752450381264086132475245038126408613247524503812640861324752450381264086132475245038126408613247524503812640861324752450381264086132475245038126408613247524503812640861324752450381264086132475245038126408613247524503812640861324752450381264086132475245038126408613247524503812640861324752450381264086132475245038126408613247524503812640" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6f4921ad-acd5-4df5-a491-47863e57cec6, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, df5b8df4-12c4-4fc2-9bfd-06bf50cd4c99, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, df5b8df4-12c4-4fc2-9bfd-06bf50cd4c99, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15797654416505144734 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1579765441650514473415797654416505144734157976544165051447341579765441650514473415797654416505144734157976544165051447341579765441650514473415797654416505144734157976544165051447341579765441650514473415797654416505144734157976544165051447341579765441650514473415797654416505144734157976544165051447341579765441650514473415797654416505144734157976544165051447341579765441650514473415797654416505144734" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bc62732e-ee2e-45d5-99b6-36c02d0c1f31, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, df5b8df4-12c4-4fc2-9bfd-06bf50cd4c99, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f7137846-0465-462c-80a3-62ada2d12368, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 549913a2-c32f-4d88-a8c3-83c29954de39, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f7137846-0465-462c-80a3-62ada2d12368, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9878143962250718074 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98781439622507180749878143962250718074987814396225071807498781439622507180749878143962250718074987814396225071807498781439622507180749878143962250718074987814396225071807498781439622507180749878143962250718074987814396225071807498781439622507180749878143962250718074987814396225071807498781439622507180749878143962250718074987814396225071807498781439622507180749878143962250718074" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 549913a2-c32f-4d88-a8c3-83c29954de39, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12689669833519930262 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1268966983351993026212689669833519930262126896698335199302621268966983351993026212689669833519930262126896698335199302621268966983351993026212689669833519930262126896698335199302621268966983351993026212689669833519930262126896698335199302621268966983351993026212689669833519930262126896698335199302621268966983351993026212689669833519930262126896698335199302621268966983351993026212689669833519930262" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 549913a2-c32f-4d88-a8c3-83c29954de39, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f7137846-0465-462c-80a3-62ada2d12368, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 89dfd8b4-a4bc-4051-be50-951f9192febc, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 89dfd8b4-a4bc-4051-be50-951f9192febc, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13579876738666406208 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1357987673866640620813579876738666406208135798767386664062081357987673866640620813579876738666406208135798767386664062081357987673866640620813579876738666406208135798767386664062081357987673866640620813579876738666406208135798767386664062081357987673866640620813579876738666406208135798767386664062081357987673866640620813579876738666406208135798767386664062081357987673866640620813579876738666406208" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5dbcbde3-c653-42ed-aba3-e6bbba3e62c9, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5dbcbde3-c653-42ed-aba3-e6bbba3e62c9, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16537700499109211392 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1653770049910921139216537700499109211392165377004991092113921653770049910921139216537700499109211392165377004991092113921653770049910921139216537700499109211392165377004991092113921653770049910921139216537700499109211392165377004991092113921653770049910921139216537700499109211392165377004991092113921653770049910921139216537700499109211392165377004991092113921653770049910921139216537700499109211392" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 89dfd8b4-a4bc-4051-be50-951f9192febc, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4c9f8fb9-54e0-4203-830d-76ac5dbf7a28, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4c9f8fb9-54e0-4203-830d-76ac5dbf7a28, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12595138646891655235 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1259513864689165523512595138646891655235125951386468916552351259513864689165523512595138646891655235125951386468916552351259513864689165523512595138646891655235125951386468916552351259513864689165523512595138646891655235125951386468916552351259513864689165523512595138646891655235125951386468916552351259513864689165523512595138646891655235125951386468916552351259513864689165523512595138646891655235" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5dbcbde3-c653-42ed-aba3-e6bbba3e62c9, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4e7f1e5d-252b-4733-862f-318b41db894a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4e7f1e5d-252b-4733-862f-318b41db894a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3072556320115510560 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30725563201155105603072556320115510560307255632011551056030725563201155105603072556320115510560307255632011551056030725563201155105603072556320115510560307255632011551056030725563201155105603072556320115510560307255632011551056030725563201155105603072556320115510560307255632011551056030725563201155105603072556320115510560307255632011551056030725563201155105603072556320115510560" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4c9f8fb9-54e0-4203-830d-76ac5dbf7a28, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b9ee0fc9-9b4d-4b25-bc1c-e9bdf72d109b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b9ee0fc9-9b4d-4b25-bc1c-e9bdf72d109b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15598359589701088115 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1559835958970108811515598359589701088115155983595897010881151559835958970108811515598359589701088115155983595897010881151559835958970108811515598359589701088115155983595897010881151559835958970108811515598359589701088115155983595897010881151559835958970108811515598359589701088115155983595897010881151559835958970108811515598359589701088115155983595897010881151559835958970108811515598359589701088115" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4e7f1e5d-252b-4733-862f-318b41db894a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8a9a053f-edcc-4162-b933-8ba86b5c5885, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8a9a053f-edcc-4162-b933-8ba86b5c5885, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12818668677483918365 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1281866867748391836512818668677483918365128186686774839183651281866867748391836512818668677483918365128186686774839183651281866867748391836512818668677483918365128186686774839183651281866867748391836512818668677483918365128186686774839183651281866867748391836512818668677483918365128186686774839183651281866867748391836512818668677483918365128186686774839183651281866867748391836512818668677483918365" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b9ee0fc9-9b4d-4b25-bc1c-e9bdf72d109b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 13deb786-0a20-42da-8ae4-87c11fd12fd0, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 13deb786-0a20-42da-8ae4-87c11fd12fd0, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11097628661406450275 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1109762866140645027511097628661406450275110976286614064502751109762866140645027511097628661406450275110976286614064502751109762866140645027511097628661406450275110976286614064502751109762866140645027511097628661406450275110976286614064502751109762866140645027511097628661406450275110976286614064502751109762866140645027511097628661406450275110976286614064502751109762866140645027511097628661406450275" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8a9a053f-edcc-4162-b933-8ba86b5c5885, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 61b0f36b-a0e3-41d8-92a4-814d0fe18092, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 61b0f36b-a0e3-41d8-92a4-814d0fe18092, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1682566668146243544 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16825666681462435441682566668146243544168256666814624354416825666681462435441682566668146243544168256666814624354416825666681462435441682566668146243544168256666814624354416825666681462435441682566668146243544168256666814624354416825666681462435441682566668146243544168256666814624354416825666681462435441682566668146243544168256666814624354416825666681462435441682566668146243544" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 13deb786-0a20-42da-8ae4-87c11fd12fd0, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5a810ee1-3fb0-464d-802c-8cb9630f4657, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5a810ee1-3fb0-464d-802c-8cb9630f4657, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1826978635599007924 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18269786355990079241826978635599007924182697863559900792418269786355990079241826978635599007924182697863559900792418269786355990079241826978635599007924182697863559900792418269786355990079241826978635599007924182697863559900792418269786355990079241826978635599007924182697863559900792418269786355990079241826978635599007924182697863559900792418269786355990079241826978635599007924" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 61b0f36b-a0e3-41d8-92a4-814d0fe18092, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d8689914-5d58-4fff-9354-2a4547bf5062, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d8689914-5d58-4fff-9354-2a4547bf5062, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 55755090825156724 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "5575509082515672455755090825156724557550908251567245575509082515672455755090825156724557550908251567245575509082515672455755090825156724557550908251567245575509082515672455755090825156724557550908251567245575509082515672455755090825156724557550908251567245575509082515672455755090825156724557550908251567245575509082515672455755090825156724" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5a810ee1-3fb0-464d-802c-8cb9630f4657, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c750850f-65c3-4797-8da6-157ae7cb49cd, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c750850f-65c3-4797-8da6-157ae7cb49cd, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1795412878961597712 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17954128789615977121795412878961597712179541287896159771217954128789615977121795412878961597712179541287896159771217954128789615977121795412878961597712179541287896159771217954128789615977121795412878961597712179541287896159771217954128789615977121795412878961597712179541287896159771217954128789615977121795412878961597712179541287896159771217954128789615977121795412878961597712" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d8689914-5d58-4fff-9354-2a4547bf5062, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c2c6144d-d2df-4a75-bfce-f3d1f9008c51, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c2c6144d-d2df-4a75-bfce-f3d1f9008c51, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9033144296925037359 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90331442969250373599033144296925037359903314429692503735990331442969250373599033144296925037359903314429692503735990331442969250373599033144296925037359903314429692503735990331442969250373599033144296925037359903314429692503735990331442969250373599033144296925037359903314429692503735990331442969250373599033144296925037359903314429692503735990331442969250373599033144296925037359" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c750850f-65c3-4797-8da6-157ae7cb49cd, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0b30995a-e1fa-487e-a2d1-e62c47d49263, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0b30995a-e1fa-487e-a2d1-e62c47d49263, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14674609390026569166 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1467460939002656916614674609390026569166146746093900265691661467460939002656916614674609390026569166146746093900265691661467460939002656916614674609390026569166146746093900265691661467460939002656916614674609390026569166146746093900265691661467460939002656916614674609390026569166146746093900265691661467460939002656916614674609390026569166146746093900265691661467460939002656916614674609390026569166" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c2c6144d-d2df-4a75-bfce-f3d1f9008c51, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8d91ec99-8d5d-4001-a904-a3af59389f7e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8d91ec99-8d5d-4001-a904-a3af59389f7e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2317775282931432594 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23177752829314325942317775282931432594231777528293143259423177752829314325942317775282931432594231777528293143259423177752829314325942317775282931432594231777528293143259423177752829314325942317775282931432594231777528293143259423177752829314325942317775282931432594231777528293143259423177752829314325942317775282931432594231777528293143259423177752829314325942317775282931432594" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0b30995a-e1fa-487e-a2d1-e62c47d49263, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8d91ec99-8d5d-4001-a904-a3af59389f7e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7ebd2d98-c84d-4242-905a-eb2443011d97, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7ebd2d98-c84d-4242-905a-eb2443011d97, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7246592067877087010 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72465920678770870107246592067877087010724659206787708701072465920678770870107246592067877087010724659206787708701072465920678770870107246592067877087010724659206787708701072465920678770870107246592067877087010724659206787708701072465920678770870107246592067877087010724659206787708701072465920678770870107246592067877087010724659206787708701072465920678770870107246592067877087010" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4c95e9de-c1f6-4851-9879-dcbdb1082158, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4c95e9de-c1f6-4851-9879-dcbdb1082158, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4686560179221111747 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46865601792211117474686560179221111747468656017922111174746865601792211117474686560179221111747468656017922111174746865601792211117474686560179221111747468656017922111174746865601792211117474686560179221111747468656017922111174746865601792211117474686560179221111747468656017922111174746865601792211117474686560179221111747468656017922111174746865601792211117474686560179221111747" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7ebd2d98-c84d-4242-905a-eb2443011d97, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ae4d8a40-afc7-42bd-bef3-9f1d2130cdf3, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ae4d8a40-afc7-42bd-bef3-9f1d2130cdf3, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3428721347489702079 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34287213474897020793428721347489702079342872134748970207934287213474897020793428721347489702079342872134748970207934287213474897020793428721347489702079342872134748970207934287213474897020793428721347489702079342872134748970207934287213474897020793428721347489702079342872134748970207934287213474897020793428721347489702079342872134748970207934287213474897020793428721347489702079" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4c95e9de-c1f6-4851-9879-dcbdb1082158, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3282d38a-35e9-4321-8f78-a2e9f9de8148, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3282d38a-35e9-4321-8f78-a2e9f9de8148, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7987284176791304364 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79872841767913043647987284176791304364798728417679130436479872841767913043647987284176791304364798728417679130436479872841767913043647987284176791304364798728417679130436479872841767913043647987284176791304364798728417679130436479872841767913043647987284176791304364798728417679130436479872841767913043647987284176791304364798728417679130436479872841767913043647987284176791304364" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ae4d8a40-afc7-42bd-bef3-9f1d2130cdf3, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7b99f9a1-1d39-4e37-b202-b8fcbd45d6af, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7b99f9a1-1d39-4e37-b202-b8fcbd45d6af, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16152685495567307715 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1615268549556730771516152685495567307715161526854955673077151615268549556730771516152685495567307715161526854955673077151615268549556730771516152685495567307715161526854955673077151615268549556730771516152685495567307715161526854955673077151615268549556730771516152685495567307715161526854955673077151615268549556730771516152685495567307715161526854955673077151615268549556730771516152685495567307715" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3282d38a-35e9-4321-8f78-a2e9f9de8148, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, abc91840-727c-4b50-ab52-1133e92a2813, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, abc91840-727c-4b50-ab52-1133e92a2813, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2067216208960887107 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20672162089608871072067216208960887107206721620896088710720672162089608871072067216208960887107206721620896088710720672162089608871072067216208960887107206721620896088710720672162089608871072067216208960887107206721620896088710720672162089608871072067216208960887107206721620896088710720672162089608871072067216208960887107206721620896088710720672162089608871072067216208960887107" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7b99f9a1-1d39-4e37-b202-b8fcbd45d6af, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 73c3db90-f35b-4004-abb7-4f1afa444174, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 73c3db90-f35b-4004-abb7-4f1afa444174, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14782018065243727300 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1478201806524372730014782018065243727300147820180652437273001478201806524372730014782018065243727300147820180652437273001478201806524372730014782018065243727300147820180652437273001478201806524372730014782018065243727300147820180652437273001478201806524372730014782018065243727300147820180652437273001478201806524372730014782018065243727300147820180652437273001478201806524372730014782018065243727300" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, abc91840-727c-4b50-ab52-1133e92a2813, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9b9bef11-7283-48cf-a3c6-45dcddc1e365, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9b9bef11-7283-48cf-a3c6-45dcddc1e365, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1809496468511696591 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18094964685116965911809496468511696591180949646851169659118094964685116965911809496468511696591180949646851169659118094964685116965911809496468511696591180949646851169659118094964685116965911809496468511696591180949646851169659118094964685116965911809496468511696591180949646851169659118094964685116965911809496468511696591180949646851169659118094964685116965911809496468511696591" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 73c3db90-f35b-4004-abb7-4f1afa444174, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b6c2a8e1-6328-4975-9bfa-cf67d9a7dab2, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b6c2a8e1-6328-4975-9bfa-cf67d9a7dab2, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12316154863563338934 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1231615486356333893412316154863563338934123161548635633389341231615486356333893412316154863563338934123161548635633389341231615486356333893412316154863563338934123161548635633389341231615486356333893412316154863563338934123161548635633389341231615486356333893412316154863563338934123161548635633389341231615486356333893412316154863563338934123161548635633389341231615486356333893412316154863563338934" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9b9bef11-7283-48cf-a3c6-45dcddc1e365, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f90c6b44-6ac1-4206-922e-c3d305e94322, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f90c6b44-6ac1-4206-922e-c3d305e94322, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2803151856562626093 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28031518565626260932803151856562626093280315185656262609328031518565626260932803151856562626093280315185656262609328031518565626260932803151856562626093280315185656262609328031518565626260932803151856562626093280315185656262609328031518565626260932803151856562626093280315185656262609328031518565626260932803151856562626093280315185656262609328031518565626260932803151856562626093" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b6c2a8e1-6328-4975-9bfa-cf67d9a7dab2, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1f03251d-7113-49e6-b71c-f43f8478356d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1f03251d-7113-49e6-b71c-f43f8478356d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8085078012500491499 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80850780125004914998085078012500491499808507801250049149980850780125004914998085078012500491499808507801250049149980850780125004914998085078012500491499808507801250049149980850780125004914998085078012500491499808507801250049149980850780125004914998085078012500491499808507801250049149980850780125004914998085078012500491499808507801250049149980850780125004914998085078012500491499" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f90c6b44-6ac1-4206-922e-c3d305e94322, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5eaaeb7e-8a0a-4def-b0a3-1e6ec3116aed, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5eaaeb7e-8a0a-4def-b0a3-1e6ec3116aed, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18088259758180329064 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1808825975818032906418088259758180329064180882597581803290641808825975818032906418088259758180329064180882597581803290641808825975818032906418088259758180329064180882597581803290641808825975818032906418088259758180329064180882597581803290641808825975818032906418088259758180329064180882597581803290641808825975818032906418088259758180329064180882597581803290641808825975818032906418088259758180329064" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1f03251d-7113-49e6-b71c-f43f8478356d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 98430821-c7ca-4f12-88c7-7e37a0ca696c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 98430821-c7ca-4f12-88c7-7e37a0ca696c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15334739434514855024 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1533473943451485502415334739434514855024153347394345148550241533473943451485502415334739434514855024153347394345148550241533473943451485502415334739434514855024153347394345148550241533473943451485502415334739434514855024153347394345148550241533473943451485502415334739434514855024153347394345148550241533473943451485502415334739434514855024153347394345148550241533473943451485502415334739434514855024" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5eaaeb7e-8a0a-4def-b0a3-1e6ec3116aed, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b172a0c2-93b3-43af-8f98-5a6c02a754eb, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b172a0c2-93b3-43af-8f98-5a6c02a754eb, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2036403763842435570 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20364037638424355702036403763842435570203640376384243557020364037638424355702036403763842435570203640376384243557020364037638424355702036403763842435570203640376384243557020364037638424355702036403763842435570203640376384243557020364037638424355702036403763842435570203640376384243557020364037638424355702036403763842435570203640376384243557020364037638424355702036403763842435570" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 98430821-c7ca-4f12-88c7-7e37a0ca696c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 88fa47fc-d4c2-4a2d-80b8-c21ba30aada6, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 88fa47fc-d4c2-4a2d-80b8-c21ba30aada6, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13914388149426139611 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1391438814942613961113914388149426139611139143881494261396111391438814942613961113914388149426139611139143881494261396111391438814942613961113914388149426139611139143881494261396111391438814942613961113914388149426139611139143881494261396111391438814942613961113914388149426139611139143881494261396111391438814942613961113914388149426139611139143881494261396111391438814942613961113914388149426139611" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b172a0c2-93b3-43af-8f98-5a6c02a754eb, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 605f58c4-f6e3-4664-a386-3fafe1b10e08, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 605f58c4-f6e3-4664-a386-3fafe1b10e08, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8721782152313821223 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87217821523138212238721782152313821223872178215231382122387217821523138212238721782152313821223872178215231382122387217821523138212238721782152313821223872178215231382122387217821523138212238721782152313821223872178215231382122387217821523138212238721782152313821223872178215231382122387217821523138212238721782152313821223872178215231382122387217821523138212238721782152313821223" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 88fa47fc-d4c2-4a2d-80b8-c21ba30aada6, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7e44c532-7db6-42f0-84d9-286536a98573, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7e44c532-7db6-42f0-84d9-286536a98573, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16999371328593120050 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1699937132859312005016999371328593120050169993713285931200501699937132859312005016999371328593120050169993713285931200501699937132859312005016999371328593120050169993713285931200501699937132859312005016999371328593120050169993713285931200501699937132859312005016999371328593120050169993713285931200501699937132859312005016999371328593120050169993713285931200501699937132859312005016999371328593120050" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 605f58c4-f6e3-4664-a386-3fafe1b10e08, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1927f67b-3185-4da1-be1d-4fd932205507, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1927f67b-3185-4da1-be1d-4fd932205507, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1530488720310385765 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15304887203103857651530488720310385765153048872031038576515304887203103857651530488720310385765153048872031038576515304887203103857651530488720310385765153048872031038576515304887203103857651530488720310385765153048872031038576515304887203103857651530488720310385765153048872031038576515304887203103857651530488720310385765153048872031038576515304887203103857651530488720310385765" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7e44c532-7db6-42f0-84d9-286536a98573, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d5203812-6172-40df-a22f-ba5126fc15ad, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d5203812-6172-40df-a22f-ba5126fc15ad, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9061206464321396058 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90612064643213960589061206464321396058906120646432139605890612064643213960589061206464321396058906120646432139605890612064643213960589061206464321396058906120646432139605890612064643213960589061206464321396058906120646432139605890612064643213960589061206464321396058906120646432139605890612064643213960589061206464321396058906120646432139605890612064643213960589061206464321396058" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1927f67b-3185-4da1-be1d-4fd932205507, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 232554d2-90e4-43ce-b50d-651d6b1d7c64, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 232554d2-90e4-43ce-b50d-651d6b1d7c64, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1474895109968653155 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14748951099686531551474895109968653155147489510996865315514748951099686531551474895109968653155147489510996865315514748951099686531551474895109968653155147489510996865315514748951099686531551474895109968653155147489510996865315514748951099686531551474895109968653155147489510996865315514748951099686531551474895109968653155147489510996865315514748951099686531551474895109968653155" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d5203812-6172-40df-a22f-ba5126fc15ad, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3f297dd9-7679-4737-838b-7974075dc35c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3f297dd9-7679-4737-838b-7974075dc35c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9868568207035949355 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98685682070359493559868568207035949355986856820703594935598685682070359493559868568207035949355986856820703594935598685682070359493559868568207035949355986856820703594935598685682070359493559868568207035949355986856820703594935598685682070359493559868568207035949355986856820703594935598685682070359493559868568207035949355986856820703594935598685682070359493559868568207035949355" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 232554d2-90e4-43ce-b50d-651d6b1d7c64, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9e6e54a5-f087-4944-b9aa-69e0365cf1be, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9e6e54a5-f087-4944-b9aa-69e0365cf1be, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16970845600659389879 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1697084560065938987916970845600659389879169708456006593898791697084560065938987916970845600659389879169708456006593898791697084560065938987916970845600659389879169708456006593898791697084560065938987916970845600659389879169708456006593898791697084560065938987916970845600659389879169708456006593898791697084560065938987916970845600659389879169708456006593898791697084560065938987916970845600659389879" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3f297dd9-7679-4737-838b-7974075dc35c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6dff4768-2997-45a8-a2b5-4303a9aaaf22, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6dff4768-2997-45a8-a2b5-4303a9aaaf22, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4343391125046480879 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43433911250464808794343391125046480879434339112504648087943433911250464808794343391125046480879434339112504648087943433911250464808794343391125046480879434339112504648087943433911250464808794343391125046480879434339112504648087943433911250464808794343391125046480879434339112504648087943433911250464808794343391125046480879434339112504648087943433911250464808794343391125046480879" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9e6e54a5-f087-4944-b9aa-69e0365cf1be, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 010e9dd1-8b4e-467a-9cdf-7521c9f7bcd7, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 010e9dd1-8b4e-467a-9cdf-7521c9f7bcd7, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13653311422283578079 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1365331142228357807913653311422283578079136533114222835780791365331142228357807913653311422283578079136533114222835780791365331142228357807913653311422283578079136533114222835780791365331142228357807913653311422283578079136533114222835780791365331142228357807913653311422283578079136533114222835780791365331142228357807913653311422283578079136533114222835780791365331142228357807913653311422283578079" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 010e9dd1-8b4e-467a-9cdf-7521c9f7bcd7, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 000a995c-b935-4d51-bf24-f8e883dcd4b4, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 000a995c-b935-4d51-bf24-f8e883dcd4b4, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18144754991958046934 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1814475499195804693418144754991958046934181447549919580469341814475499195804693418144754991958046934181447549919580469341814475499195804693418144754991958046934181447549919580469341814475499195804693418144754991958046934181447549919580469341814475499195804693418144754991958046934181447549919580469341814475499195804693418144754991958046934181447549919580469341814475499195804693418144754991958046934" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6dff4768-2997-45a8-a2b5-4303a9aaaf22, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 46c527a6-1fd0-4c6f-96cc-ded269773c1a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 46c527a6-1fd0-4c6f-96cc-ded269773c1a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17950354410516379766 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1795035441051637976617950354410516379766179503544105163797661795035441051637976617950354410516379766179503544105163797661795035441051637976617950354410516379766179503544105163797661795035441051637976617950354410516379766179503544105163797661795035441051637976617950354410516379766179503544105163797661795035441051637976617950354410516379766179503544105163797661795035441051637976617950354410516379766" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 000a995c-b935-4d51-bf24-f8e883dcd4b4, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a16d1c72-0d2b-46fb-948a-26a8d752b7b3, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a16d1c72-0d2b-46fb-948a-26a8d752b7b3, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 206851468659840643 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "206851468659840643206851468659840643206851468659840643206851468659840643206851468659840643206851468659840643206851468659840643206851468659840643206851468659840643206851468659840643206851468659840643206851468659840643206851468659840643206851468659840643206851468659840643206851468659840643206851468659840643206851468659840643206851468659840643206851468659840643" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 46c527a6-1fd0-4c6f-96cc-ded269773c1a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 678da9d6-b28c-4742-b1d4-93e009758f8b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 678da9d6-b28c-4742-b1d4-93e009758f8b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7501391603576816460 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75013916035768164607501391603576816460750139160357681646075013916035768164607501391603576816460750139160357681646075013916035768164607501391603576816460750139160357681646075013916035768164607501391603576816460750139160357681646075013916035768164607501391603576816460750139160357681646075013916035768164607501391603576816460750139160357681646075013916035768164607501391603576816460" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a16d1c72-0d2b-46fb-948a-26a8d752b7b3, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 34f282c1-a8fe-4f39-bb11-a5818f3bc152, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 34f282c1-a8fe-4f39-bb11-a5818f3bc152, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7840592281305337689 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78405922813053376897840592281305337689784059228130533768978405922813053376897840592281305337689784059228130533768978405922813053376897840592281305337689784059228130533768978405922813053376897840592281305337689784059228130533768978405922813053376897840592281305337689784059228130533768978405922813053376897840592281305337689784059228130533768978405922813053376897840592281305337689" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 678da9d6-b28c-4742-b1d4-93e009758f8b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 17d92e5a-cb44-45b2-91da-7180fdbd6872, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 17d92e5a-cb44-45b2-91da-7180fdbd6872, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11439558208469049068 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1143955820846904906811439558208469049068114395582084690490681143955820846904906811439558208469049068114395582084690490681143955820846904906811439558208469049068114395582084690490681143955820846904906811439558208469049068114395582084690490681143955820846904906811439558208469049068114395582084690490681143955820846904906811439558208469049068114395582084690490681143955820846904906811439558208469049068" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 34f282c1-a8fe-4f39-bb11-a5818f3bc152, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dd2e2660-cbd1-4215-9d95-57c96eae4640, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dd2e2660-cbd1-4215-9d95-57c96eae4640, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 81121921531772857 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "8112192153177285781121921531772857811219215317728578112192153177285781121921531772857811219215317728578112192153177285781121921531772857811219215317728578112192153177285781121921531772857811219215317728578112192153177285781121921531772857811219215317728578112192153177285781121921531772857811219215317728578112192153177285781121921531772857" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 17d92e5a-cb44-45b2-91da-7180fdbd6872, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 09de8eca-2523-4d1a-b35d-7e1ccfb5562e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 09de8eca-2523-4d1a-b35d-7e1ccfb5562e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3182964542475432108 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31829645424754321083182964542475432108318296454247543210831829645424754321083182964542475432108318296454247543210831829645424754321083182964542475432108318296454247543210831829645424754321083182964542475432108318296454247543210831829645424754321083182964542475432108318296454247543210831829645424754321083182964542475432108318296454247543210831829645424754321083182964542475432108" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dd2e2660-cbd1-4215-9d95-57c96eae4640, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 83a547a6-24c2-4bab-8985-2454d775ddb2, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 83a547a6-24c2-4bab-8985-2454d775ddb2, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13557086481840250225 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1355708648184025022513557086481840250225135570864818402502251355708648184025022513557086481840250225135570864818402502251355708648184025022513557086481840250225135570864818402502251355708648184025022513557086481840250225135570864818402502251355708648184025022513557086481840250225135570864818402502251355708648184025022513557086481840250225135570864818402502251355708648184025022513557086481840250225" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 09de8eca-2523-4d1a-b35d-7e1ccfb5562e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9d81d59e-30ac-4f40-98ec-32625dbab46d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9d81d59e-30ac-4f40-98ec-32625dbab46d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5457266496951972191 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54572664969519721915457266496951972191545726649695197219154572664969519721915457266496951972191545726649695197219154572664969519721915457266496951972191545726649695197219154572664969519721915457266496951972191545726649695197219154572664969519721915457266496951972191545726649695197219154572664969519721915457266496951972191545726649695197219154572664969519721915457266496951972191" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 83a547a6-24c2-4bab-8985-2454d775ddb2, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f864a90d-dff7-41f2-ade9-ce376c0f07f9, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f864a90d-dff7-41f2-ade9-ce376c0f07f9, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9788827593371945497 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97888275933719454979788827593371945497978882759337194549797888275933719454979788827593371945497978882759337194549797888275933719454979788827593371945497978882759337194549797888275933719454979788827593371945497978882759337194549797888275933719454979788827593371945497978882759337194549797888275933719454979788827593371945497978882759337194549797888275933719454979788827593371945497" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9d81d59e-30ac-4f40-98ec-32625dbab46d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b20e8638-fbfa-4582-8fe1-ea5bb0876cdd, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b20e8638-fbfa-4582-8fe1-ea5bb0876cdd, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9056374645001880633 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90563746450018806339056374645001880633905637464500188063390563746450018806339056374645001880633905637464500188063390563746450018806339056374645001880633905637464500188063390563746450018806339056374645001880633905637464500188063390563746450018806339056374645001880633905637464500188063390563746450018806339056374645001880633905637464500188063390563746450018806339056374645001880633" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f864a90d-dff7-41f2-ade9-ce376c0f07f9, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 71864a61-deae-4700-86b6-abc963f87487, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 71864a61-deae-4700-86b6-abc963f87487, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16300568169916302986 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1630056816991630298616300568169916302986163005681699163029861630056816991630298616300568169916302986163005681699163029861630056816991630298616300568169916302986163005681699163029861630056816991630298616300568169916302986163005681699163029861630056816991630298616300568169916302986163005681699163029861630056816991630298616300568169916302986163005681699163029861630056816991630298616300568169916302986" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b20e8638-fbfa-4582-8fe1-ea5bb0876cdd, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c6906351-2fc4-48b3-9776-69564270c977, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c6906351-2fc4-48b3-9776-69564270c977, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11155700114875467831 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1115570011487546783111155700114875467831111557001148754678311115570011487546783111155700114875467831111557001148754678311115570011487546783111155700114875467831111557001148754678311115570011487546783111155700114875467831111557001148754678311115570011487546783111155700114875467831111557001148754678311115570011487546783111155700114875467831111557001148754678311115570011487546783111155700114875467831" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 71864a61-deae-4700-86b6-abc963f87487, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bbcd2621-a4d2-426c-baa9-c7a448f3aa63, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bbcd2621-a4d2-426c-baa9-c7a448f3aa63, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4221451018164645606 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42214510181646456064221451018164645606422145101816464560642214510181646456064221451018164645606422145101816464560642214510181646456064221451018164645606422145101816464560642214510181646456064221451018164645606422145101816464560642214510181646456064221451018164645606422145101816464560642214510181646456064221451018164645606422145101816464560642214510181646456064221451018164645606" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c6906351-2fc4-48b3-9776-69564270c977, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9c894163-cb18-404e-a2b7-ff752d4414c8, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9c894163-cb18-404e-a2b7-ff752d4414c8, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3375670669657729346 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33756706696577293463375670669657729346337567066965772934633756706696577293463375670669657729346337567066965772934633756706696577293463375670669657729346337567066965772934633756706696577293463375670669657729346337567066965772934633756706696577293463375670669657729346337567066965772934633756706696577293463375670669657729346337567066965772934633756706696577293463375670669657729346" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bbcd2621-a4d2-426c-baa9-c7a448f3aa63, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 218aee34-8230-4ba2-9cd5-dceea26bc7f1, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 218aee34-8230-4ba2-9cd5-dceea26bc7f1, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2661215226342059204 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26612152263420592042661215226342059204266121522634205920426612152263420592042661215226342059204266121522634205920426612152263420592042661215226342059204266121522634205920426612152263420592042661215226342059204266121522634205920426612152263420592042661215226342059204266121522634205920426612152263420592042661215226342059204266121522634205920426612152263420592042661215226342059204" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9c894163-cb18-404e-a2b7-ff752d4414c8, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5492fe8d-4a0f-45ab-a9bf-bdeae54e082f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5492fe8d-4a0f-45ab-a9bf-bdeae54e082f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1361576579460041044 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13615765794600410441361576579460041044136157657946004104413615765794600410441361576579460041044136157657946004104413615765794600410441361576579460041044136157657946004104413615765794600410441361576579460041044136157657946004104413615765794600410441361576579460041044136157657946004104413615765794600410441361576579460041044136157657946004104413615765794600410441361576579460041044" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 218aee34-8230-4ba2-9cd5-dceea26bc7f1, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 032f3a8a-13d8-4950-aa53-0d5336b101ac, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 032f3a8a-13d8-4950-aa53-0d5336b101ac, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6915163889733422232 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69151638897334222326915163889733422232691516388973342223269151638897334222326915163889733422232691516388973342223269151638897334222326915163889733422232691516388973342223269151638897334222326915163889733422232691516388973342223269151638897334222326915163889733422232691516388973342223269151638897334222326915163889733422232691516388973342223269151638897334222326915163889733422232" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5492fe8d-4a0f-45ab-a9bf-bdeae54e082f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 283b71c2-e29a-4e6f-a7b9-bb63b01ac47a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 283b71c2-e29a-4e6f-a7b9-bb63b01ac47a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2065791643028251714 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20657916430282517142065791643028251714206579164302825171420657916430282517142065791643028251714206579164302825171420657916430282517142065791643028251714206579164302825171420657916430282517142065791643028251714206579164302825171420657916430282517142065791643028251714206579164302825171420657916430282517142065791643028251714206579164302825171420657916430282517142065791643028251714" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 283b71c2-e29a-4e6f-a7b9-bb63b01ac47a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 48bf4148-11e9-4720-8cb1-b395cd5ec112, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 48bf4148-11e9-4720-8cb1-b395cd5ec112, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15249181596531653940 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1524918159653165394015249181596531653940152491815965316539401524918159653165394015249181596531653940152491815965316539401524918159653165394015249181596531653940152491815965316539401524918159653165394015249181596531653940152491815965316539401524918159653165394015249181596531653940152491815965316539401524918159653165394015249181596531653940152491815965316539401524918159653165394015249181596531653940" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 032f3a8a-13d8-4950-aa53-0d5336b101ac, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 99ad3a0f-bd2a-45e0-b75f-0b01d10f0b33, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 99ad3a0f-bd2a-45e0-b75f-0b01d10f0b33, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1091779884699028104 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10917798846990281041091779884699028104109177988469902810410917798846990281041091779884699028104109177988469902810410917798846990281041091779884699028104109177988469902810410917798846990281041091779884699028104109177988469902810410917798846990281041091779884699028104109177988469902810410917798846990281041091779884699028104109177988469902810410917798846990281041091779884699028104" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 48bf4148-11e9-4720-8cb1-b395cd5ec112, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7b9f7e37-1876-437c-a8f6-d1c75fbb4994, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7b9f7e37-1876-437c-a8f6-d1c75fbb4994, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1150107501778059262 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11501075017780592621150107501778059262115010750177805926211501075017780592621150107501778059262115010750177805926211501075017780592621150107501778059262115010750177805926211501075017780592621150107501778059262115010750177805926211501075017780592621150107501778059262115010750177805926211501075017780592621150107501778059262115010750177805926211501075017780592621150107501778059262" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 99ad3a0f-bd2a-45e0-b75f-0b01d10f0b33, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1d5895b4-527d-4aaa-b223-8fde088ffd28, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1d5895b4-527d-4aaa-b223-8fde088ffd28, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18357144335307446152 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1835714433530744615218357144335307446152183571443353074461521835714433530744615218357144335307446152183571443353074461521835714433530744615218357144335307446152183571443353074461521835714433530744615218357144335307446152183571443353074461521835714433530744615218357144335307446152183571443353074461521835714433530744615218357144335307446152183571443353074461521835714433530744615218357144335307446152" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7b9f7e37-1876-437c-a8f6-d1c75fbb4994, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8d765f2a-2062-4a3e-92ab-fd88f0cf2216, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8d765f2a-2062-4a3e-92ab-fd88f0cf2216, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16530082310357372937 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1653008231035737293716530082310357372937165300823103573729371653008231035737293716530082310357372937165300823103573729371653008231035737293716530082310357372937165300823103573729371653008231035737293716530082310357372937165300823103573729371653008231035737293716530082310357372937165300823103573729371653008231035737293716530082310357372937165300823103573729371653008231035737293716530082310357372937" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1d5895b4-527d-4aaa-b223-8fde088ffd28, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b0a78cba-66f6-4c49-a63e-12a9f370176a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b0a78cba-66f6-4c49-a63e-12a9f370176a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1362734514710104667 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13627345147101046671362734514710104667136273451471010466713627345147101046671362734514710104667136273451471010466713627345147101046671362734514710104667136273451471010466713627345147101046671362734514710104667136273451471010466713627345147101046671362734514710104667136273451471010466713627345147101046671362734514710104667136273451471010466713627345147101046671362734514710104667" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8d765f2a-2062-4a3e-92ab-fd88f0cf2216, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a5f5ad79-7824-412a-81c7-6664d78aab78, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a5f5ad79-7824-412a-81c7-6664d78aab78, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12895092306744500507 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1289509230674450050712895092306744500507128950923067445005071289509230674450050712895092306744500507128950923067445005071289509230674450050712895092306744500507128950923067445005071289509230674450050712895092306744500507128950923067445005071289509230674450050712895092306744500507128950923067445005071289509230674450050712895092306744500507128950923067445005071289509230674450050712895092306744500507" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b0a78cba-66f6-4c49-a63e-12a9f370176a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d0cceb21-66d7-463c-96bf-be73df947d30, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d0cceb21-66d7-463c-96bf-be73df947d30, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17583735423934235715 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1758373542393423571517583735423934235715175837354239342357151758373542393423571517583735423934235715175837354239342357151758373542393423571517583735423934235715175837354239342357151758373542393423571517583735423934235715175837354239342357151758373542393423571517583735423934235715175837354239342357151758373542393423571517583735423934235715175837354239342357151758373542393423571517583735423934235715" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a5f5ad79-7824-412a-81c7-6664d78aab78, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ac9e88bc-33e6-45da-a722-76392efc7ea6, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ac9e88bc-33e6-45da-a722-76392efc7ea6, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12502726292512101970 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1250272629251210197012502726292512101970125027262925121019701250272629251210197012502726292512101970125027262925121019701250272629251210197012502726292512101970125027262925121019701250272629251210197012502726292512101970125027262925121019701250272629251210197012502726292512101970125027262925121019701250272629251210197012502726292512101970125027262925121019701250272629251210197012502726292512101970" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d0cceb21-66d7-463c-96bf-be73df947d30, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 57d16492-4c08-41bd-8f74-01c5fca1d82a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 57d16492-4c08-41bd-8f74-01c5fca1d82a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3430188600078658552 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34301886000786585523430188600078658552343018860007865855234301886000786585523430188600078658552343018860007865855234301886000786585523430188600078658552343018860007865855234301886000786585523430188600078658552343018860007865855234301886000786585523430188600078658552343018860007865855234301886000786585523430188600078658552343018860007865855234301886000786585523430188600078658552" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ac9e88bc-33e6-45da-a722-76392efc7ea6, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1df6842c-d24d-45a7-bd0c-0318ea54d605, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 57d16492-4c08-41bd-8f74-01c5fca1d82a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cffdc2e0-cfaf-4512-a63d-c761378a3e62, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cffdc2e0-cfaf-4512-a63d-c761378a3e62, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7713495642168948617 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77134956421689486177713495642168948617771349564216894861777134956421689486177713495642168948617771349564216894861777134956421689486177713495642168948617771349564216894861777134956421689486177713495642168948617771349564216894861777134956421689486177713495642168948617771349564216894861777134956421689486177713495642168948617771349564216894861777134956421689486177713495642168948617" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1df6842c-d24d-45a7-bd0c-0318ea54d605, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 409245243014194503 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "409245243014194503409245243014194503409245243014194503409245243014194503409245243014194503409245243014194503409245243014194503409245243014194503409245243014194503409245243014194503409245243014194503409245243014194503409245243014194503409245243014194503409245243014194503409245243014194503409245243014194503409245243014194503409245243014194503409245243014194503" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cffdc2e0-cfaf-4512-a63d-c761378a3e62, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 079b339b-00c7-4399-84cc-ff956dc89320, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1df6842c-d24d-45a7-bd0c-0318ea54d605, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, eea59dec-3c8f-4156-a3a0-7f595154820b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eea59dec-3c8f-4156-a3a0-7f595154820b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15875018693076777839 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1587501869307677783915875018693076777839158750186930767778391587501869307677783915875018693076777839158750186930767778391587501869307677783915875018693076777839158750186930767778391587501869307677783915875018693076777839158750186930767778391587501869307677783915875018693076777839158750186930767778391587501869307677783915875018693076777839158750186930767778391587501869307677783915875018693076777839" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 079b339b-00c7-4399-84cc-ff956dc89320, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1143973714824511144 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11439737148245111441143973714824511144114397371482451114411439737148245111441143973714824511144114397371482451114411439737148245111441143973714824511144114397371482451114411439737148245111441143973714824511144114397371482451114411439737148245111441143973714824511144114397371482451114411439737148245111441143973714824511144114397371482451114411439737148245111441143973714824511144" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eea59dec-3c8f-4156-a3a0-7f595154820b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 01098c56-c9b7-4b5f-9aa3-247bb7e47fe2, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 01098c56-c9b7-4b5f-9aa3-247bb7e47fe2, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2471632841108970117 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24716328411089701172471632841108970117247163284110897011724716328411089701172471632841108970117247163284110897011724716328411089701172471632841108970117247163284110897011724716328411089701172471632841108970117247163284110897011724716328411089701172471632841108970117247163284110897011724716328411089701172471632841108970117247163284110897011724716328411089701172471632841108970117" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 079b339b-00c7-4399-84cc-ff956dc89320, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 29dc2ea4-4d2b-495e-b140-3df59e540a50, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 29dc2ea4-4d2b-495e-b140-3df59e540a50, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11187287398353633793 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1118728739835363379311187287398353633793111872873983536337931118728739835363379311187287398353633793111872873983536337931118728739835363379311187287398353633793111872873983536337931118728739835363379311187287398353633793111872873983536337931118728739835363379311187287398353633793111872873983536337931118728739835363379311187287398353633793111872873983536337931118728739835363379311187287398353633793" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 01098c56-c9b7-4b5f-9aa3-247bb7e47fe2, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f90b07a0-7cc2-47e4-923c-2cf5f0c0576f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f90b07a0-7cc2-47e4-923c-2cf5f0c0576f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5913480125591130763 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59134801255911307635913480125591130763591348012559113076359134801255911307635913480125591130763591348012559113076359134801255911307635913480125591130763591348012559113076359134801255911307635913480125591130763591348012559113076359134801255911307635913480125591130763591348012559113076359134801255911307635913480125591130763591348012559113076359134801255911307635913480125591130763" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 29dc2ea4-4d2b-495e-b140-3df59e540a50, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b85a3c1f-f15a-466c-9179-2b16bb558640, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b85a3c1f-f15a-466c-9179-2b16bb558640, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10954406031043195610 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1095440603104319561010954406031043195610109544060310431956101095440603104319561010954406031043195610109544060310431956101095440603104319561010954406031043195610109544060310431956101095440603104319561010954406031043195610109544060310431956101095440603104319561010954406031043195610109544060310431956101095440603104319561010954406031043195610109544060310431956101095440603104319561010954406031043195610" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f90b07a0-7cc2-47e4-923c-2cf5f0c0576f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c6e81f63-278d-4408-87e9-bc8045b8a50a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c6e81f63-278d-4408-87e9-bc8045b8a50a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11501583797168106003 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1150158379716810600311501583797168106003115015837971681060031150158379716810600311501583797168106003115015837971681060031150158379716810600311501583797168106003115015837971681060031150158379716810600311501583797168106003115015837971681060031150158379716810600311501583797168106003115015837971681060031150158379716810600311501583797168106003115015837971681060031150158379716810600311501583797168106003" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b85a3c1f-f15a-466c-9179-2b16bb558640, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 964f88fe-d893-42c5-b890-ab39a719f0ff, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 964f88fe-d893-42c5-b890-ab39a719f0ff, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11952263099083374684 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1195226309908337468411952263099083374684119522630990833746841195226309908337468411952263099083374684119522630990833746841195226309908337468411952263099083374684119522630990833746841195226309908337468411952263099083374684119522630990833746841195226309908337468411952263099083374684119522630990833746841195226309908337468411952263099083374684119522630990833746841195226309908337468411952263099083374684" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c6e81f63-278d-4408-87e9-bc8045b8a50a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a18d7759-60b8-4c4b-b1cd-9a5c7c0821fe, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a18d7759-60b8-4c4b-b1cd-9a5c7c0821fe, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 129429943416063929 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "129429943416063929129429943416063929129429943416063929129429943416063929129429943416063929129429943416063929129429943416063929129429943416063929129429943416063929129429943416063929129429943416063929129429943416063929129429943416063929129429943416063929129429943416063929129429943416063929129429943416063929129429943416063929129429943416063929129429943416063929" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 964f88fe-d893-42c5-b890-ab39a719f0ff, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 31e6fee5-e766-412e-a9f4-f8a4b274980a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 31e6fee5-e766-412e-a9f4-f8a4b274980a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1448055071194946140 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14480550711949461401448055071194946140144805507119494614014480550711949461401448055071194946140144805507119494614014480550711949461401448055071194946140144805507119494614014480550711949461401448055071194946140144805507119494614014480550711949461401448055071194946140144805507119494614014480550711949461401448055071194946140144805507119494614014480550711949461401448055071194946140" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a18d7759-60b8-4c4b-b1cd-9a5c7c0821fe, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f449d5aa-c33d-47f4-b95c-a33597f7351a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f449d5aa-c33d-47f4-b95c-a33597f7351a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2149774153839695901 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21497741538396959012149774153839695901214977415383969590121497741538396959012149774153839695901214977415383969590121497741538396959012149774153839695901214977415383969590121497741538396959012149774153839695901214977415383969590121497741538396959012149774153839695901214977415383969590121497741538396959012149774153839695901214977415383969590121497741538396959012149774153839695901" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 31e6fee5-e766-412e-a9f4-f8a4b274980a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2b71e1e3-2516-4f58-a842-b74068983a63, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2b71e1e3-2516-4f58-a842-b74068983a63, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6883669712758270083 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68836697127582700836883669712758270083688366971275827008368836697127582700836883669712758270083688366971275827008368836697127582700836883669712758270083688366971275827008368836697127582700836883669712758270083688366971275827008368836697127582700836883669712758270083688366971275827008368836697127582700836883669712758270083688366971275827008368836697127582700836883669712758270083" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f449d5aa-c33d-47f4-b95c-a33597f7351a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c6c157c2-b14a-4a99-a7f6-ea983fc300df, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c6c157c2-b14a-4a99-a7f6-ea983fc300df, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9960203520312795733 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99602035203127957339960203520312795733996020352031279573399602035203127957339960203520312795733996020352031279573399602035203127957339960203520312795733996020352031279573399602035203127957339960203520312795733996020352031279573399602035203127957339960203520312795733996020352031279573399602035203127957339960203520312795733996020352031279573399602035203127957339960203520312795733" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2b71e1e3-2516-4f58-a842-b74068983a63, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 58ea50ae-09c4-4b77-a152-fa47ec7a6199, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 58ea50ae-09c4-4b77-a152-fa47ec7a6199, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8718226511392433205 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87182265113924332058718226511392433205871822651139243320587182265113924332058718226511392433205871822651139243320587182265113924332058718226511392433205871822651139243320587182265113924332058718226511392433205871822651139243320587182265113924332058718226511392433205871822651139243320587182265113924332058718226511392433205871822651139243320587182265113924332058718226511392433205" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c6c157c2-b14a-4a99-a7f6-ea983fc300df, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bfdd1dbc-f3f2-418a-83cd-fc91c748bdf4, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bfdd1dbc-f3f2-418a-83cd-fc91c748bdf4, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9297000931119739134 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92970009311197391349297000931119739134929700093111973913492970009311197391349297000931119739134929700093111973913492970009311197391349297000931119739134929700093111973913492970009311197391349297000931119739134929700093111973913492970009311197391349297000931119739134929700093111973913492970009311197391349297000931119739134929700093111973913492970009311197391349297000931119739134" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 58ea50ae-09c4-4b77-a152-fa47ec7a6199, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 66210fb4-d84f-42b5-b359-4db586488141, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 66210fb4-d84f-42b5-b359-4db586488141, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7842268353107205352 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78422683531072053527842268353107205352784226835310720535278422683531072053527842268353107205352784226835310720535278422683531072053527842268353107205352784226835310720535278422683531072053527842268353107205352784226835310720535278422683531072053527842268353107205352784226835310720535278422683531072053527842268353107205352784226835310720535278422683531072053527842268353107205352" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bfdd1dbc-f3f2-418a-83cd-fc91c748bdf4, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bbb06765-188c-4d7e-a37d-0c15f1e0d0f5, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bbb06765-188c-4d7e-a37d-0c15f1e0d0f5, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4884209735659947373 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48842097356599473734884209735659947373488420973565994737348842097356599473734884209735659947373488420973565994737348842097356599473734884209735659947373488420973565994737348842097356599473734884209735659947373488420973565994737348842097356599473734884209735659947373488420973565994737348842097356599473734884209735659947373488420973565994737348842097356599473734884209735659947373" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 66210fb4-d84f-42b5-b359-4db586488141, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d2bb793e-9044-4135-8f55-78810354e325, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d2bb793e-9044-4135-8f55-78810354e325, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5782399682376034702 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57823996823760347025782399682376034702578239968237603470257823996823760347025782399682376034702578239968237603470257823996823760347025782399682376034702578239968237603470257823996823760347025782399682376034702578239968237603470257823996823760347025782399682376034702578239968237603470257823996823760347025782399682376034702578239968237603470257823996823760347025782399682376034702" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bbb06765-188c-4d7e-a37d-0c15f1e0d0f5, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c47eb889-1644-4839-8cff-506040dbf569, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c47eb889-1644-4839-8cff-506040dbf569, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3355390411896316448 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33553904118963164483355390411896316448335539041189631644833553904118963164483355390411896316448335539041189631644833553904118963164483355390411896316448335539041189631644833553904118963164483355390411896316448335539041189631644833553904118963164483355390411896316448335539041189631644833553904118963164483355390411896316448335539041189631644833553904118963164483355390411896316448" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d2bb793e-9044-4135-8f55-78810354e325, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1b1754f8-29be-4298-835b-e36cae99f33f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1b1754f8-29be-4298-835b-e36cae99f33f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8260700626906107167 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82607006269061071678260700626906107167826070062690610716782607006269061071678260700626906107167826070062690610716782607006269061071678260700626906107167826070062690610716782607006269061071678260700626906107167826070062690610716782607006269061071678260700626906107167826070062690610716782607006269061071678260700626906107167826070062690610716782607006269061071678260700626906107167" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c47eb889-1644-4839-8cff-506040dbf569, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 671c9c1e-0025-4cb6-b1c1-14a052e3bd86, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 671c9c1e-0025-4cb6-b1c1-14a052e3bd86, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1061836427806044697 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10618364278060446971061836427806044697106183642780604469710618364278060446971061836427806044697106183642780604469710618364278060446971061836427806044697106183642780604469710618364278060446971061836427806044697106183642780604469710618364278060446971061836427806044697106183642780604469710618364278060446971061836427806044697106183642780604469710618364278060446971061836427806044697" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1b1754f8-29be-4298-835b-e36cae99f33f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dee09642-f90a-4028-a3bf-69f5c61e294a, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dee09642-f90a-4028-a3bf-69f5c61e294a, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18446157611355068400 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1844615761135506840018446157611355068400184461576113550684001844615761135506840018446157611355068400184461576113550684001844615761135506840018446157611355068400184461576113550684001844615761135506840018446157611355068400184461576113550684001844615761135506840018446157611355068400184461576113550684001844615761135506840018446157611355068400184461576113550684001844615761135506840018446157611355068400" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 671c9c1e-0025-4cb6-b1c1-14a052e3bd86, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 387ef168-ed7b-4f58-8105-5c27de776f3e, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 387ef168-ed7b-4f58-8105-5c27de776f3e, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11751234283322671806 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1175123428332267180611751234283322671806117512342833226718061175123428332267180611751234283322671806117512342833226718061175123428332267180611751234283322671806117512342833226718061175123428332267180611751234283322671806117512342833226718061175123428332267180611751234283322671806117512342833226718061175123428332267180611751234283322671806117512342833226718061175123428332267180611751234283322671806" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dee09642-f90a-4028-a3bf-69f5c61e294a, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b15bcd99-bf3c-4cb0-b596-0caa483a5061, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b15bcd99-bf3c-4cb0-b596-0caa483a5061, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4800446430871284661 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48004464308712846614800446430871284661480044643087128466148004464308712846614800446430871284661480044643087128466148004464308712846614800446430871284661480044643087128466148004464308712846614800446430871284661480044643087128466148004464308712846614800446430871284661480044643087128466148004464308712846614800446430871284661480044643087128466148004464308712846614800446430871284661" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 387ef168-ed7b-4f58-8105-5c27de776f3e, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7d3d0620-f231-49f8-9ce6-37729363f095, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7d3d0620-f231-49f8-9ce6-37729363f095, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18315884010571541996 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1831588401057154199618315884010571541996183158840105715419961831588401057154199618315884010571541996183158840105715419961831588401057154199618315884010571541996183158840105715419961831588401057154199618315884010571541996183158840105715419961831588401057154199618315884010571541996183158840105715419961831588401057154199618315884010571541996183158840105715419961831588401057154199618315884010571541996" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b15bcd99-bf3c-4cb0-b596-0caa483a5061, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a3f1fdf1-9c6e-4524-8b61-ce11776f551d, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a3f1fdf1-9c6e-4524-8b61-ce11776f551d, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11629961768320981931 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1162996176832098193111629961768320981931116299617683209819311162996176832098193111629961768320981931116299617683209819311162996176832098193111629961768320981931116299617683209819311162996176832098193111629961768320981931116299617683209819311162996176832098193111629961768320981931116299617683209819311162996176832098193111629961768320981931116299617683209819311162996176832098193111629961768320981931" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7d3d0620-f231-49f8-9ce6-37729363f095, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5fc757c5-4114-4dde-9f45-ae332e3ba064, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5fc757c5-4114-4dde-9f45-ae332e3ba064, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18383526380605822192 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1838352638060582219218383526380605822192183835263806058221921838352638060582219218383526380605822192183835263806058221921838352638060582219218383526380605822192183835263806058221921838352638060582219218383526380605822192183835263806058221921838352638060582219218383526380605822192183835263806058221921838352638060582219218383526380605822192183835263806058221921838352638060582219218383526380605822192" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a3f1fdf1-9c6e-4524-8b61-ce11776f551d, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5fc757c5-4114-4dde-9f45-ae332e3ba064, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2815ff61-2c9a-49e9-8a19-65983b2ec1ad, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2815ff61-2c9a-49e9-8a19-65983b2ec1ad, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2765571559717319281 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27655715597173192812765571559717319281276557155971731928127655715597173192812765571559717319281276557155971731928127655715597173192812765571559717319281276557155971731928127655715597173192812765571559717319281276557155971731928127655715597173192812765571559717319281276557155971731928127655715597173192812765571559717319281276557155971731928127655715597173192812765571559717319281" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7f69e73f-7145-46c5-906b-0059f4dfa8c0, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7f69e73f-7145-46c5-906b-0059f4dfa8c0, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11646767063441094202 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1164676706344109420211646767063441094202116467670634410942021164676706344109420211646767063441094202116467670634410942021164676706344109420211646767063441094202116467670634410942021164676706344109420211646767063441094202116467670634410942021164676706344109420211646767063441094202116467670634410942021164676706344109420211646767063441094202116467670634410942021164676706344109420211646767063441094202" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2815ff61-2c9a-49e9-8a19-65983b2ec1ad, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3961794e-2f2d-4748-8fda-cfe5efe44dcf, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3961794e-2f2d-4748-8fda-cfe5efe44dcf, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9054018550517469036 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90540185505174690369054018550517469036905401855051746903690540185505174690369054018550517469036905401855051746903690540185505174690369054018550517469036905401855051746903690540185505174690369054018550517469036905401855051746903690540185505174690369054018550517469036905401855051746903690540185505174690369054018550517469036905401855051746903690540185505174690369054018550517469036" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7f69e73f-7145-46c5-906b-0059f4dfa8c0, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a86e9276-62a6-41d2-9f13-44e3298bb131, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a86e9276-62a6-41d2-9f13-44e3298bb131, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 953869820598841418 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "953869820598841418953869820598841418953869820598841418953869820598841418953869820598841418953869820598841418953869820598841418953869820598841418953869820598841418953869820598841418953869820598841418953869820598841418953869820598841418953869820598841418953869820598841418953869820598841418953869820598841418953869820598841418953869820598841418953869820598841418" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3961794e-2f2d-4748-8fda-cfe5efe44dcf, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a86e9276-62a6-41d2-9f13-44e3298bb131, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 90d8418b-c543-4799-a936-dd4f2f78f5fe, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 90d8418b-c543-4799-a936-dd4f2f78f5fe, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3128324215738837183 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31283242157388371833128324215738837183312832421573883718331283242157388371833128324215738837183312832421573883718331283242157388371833128324215738837183312832421573883718331283242157388371833128324215738837183312832421573883718331283242157388371833128324215738837183312832421573883718331283242157388371833128324215738837183312832421573883718331283242157388371833128324215738837183" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3656f0c3-31f0-4f0c-93bc-e76177aa19b4, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3656f0c3-31f0-4f0c-93bc-e76177aa19b4, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7613273925391261949 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76132739253912619497613273925391261949761327392539126194976132739253912619497613273925391261949761327392539126194976132739253912619497613273925391261949761327392539126194976132739253912619497613273925391261949761327392539126194976132739253912619497613273925391261949761327392539126194976132739253912619497613273925391261949761327392539126194976132739253912619497613273925391261949" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3656f0c3-31f0-4f0c-93bc-e76177aa19b4, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 90d8418b-c543-4799-a936-dd4f2f78f5fe, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ee58e1c6-9153-498c-8e0e-a75cd04b29d8, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ee58e1c6-9153-498c-8e0e-a75cd04b29d8, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3776418508724364641 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37764185087243646413776418508724364641377641850872436464137764185087243646413776418508724364641377641850872436464137764185087243646413776418508724364641377641850872436464137764185087243646413776418508724364641377641850872436464137764185087243646413776418508724364641377641850872436464137764185087243646413776418508724364641377641850872436464137764185087243646413776418508724364641" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0698715a-340a-4680-9c29-0ba925877261, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ee58e1c6-9153-498c-8e0e-a75cd04b29d8, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0698715a-340a-4680-9c29-0ba925877261, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17584371769145678737 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1758437176914567873717584371769145678737175843717691456787371758437176914567873717584371769145678737175843717691456787371758437176914567873717584371769145678737175843717691456787371758437176914567873717584371769145678737175843717691456787371758437176914567873717584371769145678737175843717691456787371758437176914567873717584371769145678737175843717691456787371758437176914567873717584371769145678737" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c52a5737-7d06-4e33-9dc0-04bb17d48da5, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c52a5737-7d06-4e33-9dc0-04bb17d48da5, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17566208550624937041 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1756620855062493704117566208550624937041175662085506249370411756620855062493704117566208550624937041175662085506249370411756620855062493704117566208550624937041175662085506249370411756620855062493704117566208550624937041175662085506249370411756620855062493704117566208550624937041175662085506249370411756620855062493704117566208550624937041175662085506249370411756620855062493704117566208550624937041" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0698715a-340a-4680-9c29-0ba925877261, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e6fd6757-f4df-4a05-852f-f3e9bb5e67f0, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e6fd6757-f4df-4a05-852f-f3e9bb5e67f0, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1011015554384007223 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10110155543840072231011015554384007223101101555438400722310110155543840072231011015554384007223101101555438400722310110155543840072231011015554384007223101101555438400722310110155543840072231011015554384007223101101555438400722310110155543840072231011015554384007223101101555438400722310110155543840072231011015554384007223101101555438400722310110155543840072231011015554384007223" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c52a5737-7d06-4e33-9dc0-04bb17d48da5, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 28b774fb-0b60-496a-88ad-9c7114df55ed, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 28b774fb-0b60-496a-88ad-9c7114df55ed, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15023989376929811345 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1502398937692981134515023989376929811345150239893769298113451502398937692981134515023989376929811345150239893769298113451502398937692981134515023989376929811345150239893769298113451502398937692981134515023989376929811345150239893769298113451502398937692981134515023989376929811345150239893769298113451502398937692981134515023989376929811345150239893769298113451502398937692981134515023989376929811345" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e6fd6757-f4df-4a05-852f-f3e9bb5e67f0, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d08589ec-469e-4460-a094-eedf1d0bb69f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d08589ec-469e-4460-a094-eedf1d0bb69f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3038035141932082055 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30380351419320820553038035141932082055303803514193208205530380351419320820553038035141932082055303803514193208205530380351419320820553038035141932082055303803514193208205530380351419320820553038035141932082055303803514193208205530380351419320820553038035141932082055303803514193208205530380351419320820553038035141932082055303803514193208205530380351419320820553038035141932082055" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 28b774fb-0b60-496a-88ad-9c7114df55ed, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6f4e1d85-5958-4129-897c-2a8cc82ae9e5, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6f4e1d85-5958-4129-897c-2a8cc82ae9e5, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12334784876689789853 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1233478487668978985312334784876689789853123347848766897898531233478487668978985312334784876689789853123347848766897898531233478487668978985312334784876689789853123347848766897898531233478487668978985312334784876689789853123347848766897898531233478487668978985312334784876689789853123347848766897898531233478487668978985312334784876689789853123347848766897898531233478487668978985312334784876689789853" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d08589ec-469e-4460-a094-eedf1d0bb69f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c71e0f1e-710b-412c-89f7-49ca16d7ca06, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6f4e1d85-5958-4129-897c-2a8cc82ae9e5, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 43b27643-f22c-41d7-a473-0e94a4da33b8, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 43b27643-f22c-41d7-a473-0e94a4da33b8, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8554052039905141133 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85540520399051411338554052039905141133855405203990514113385540520399051411338554052039905141133855405203990514113385540520399051411338554052039905141133855405203990514113385540520399051411338554052039905141133855405203990514113385540520399051411338554052039905141133855405203990514113385540520399051411338554052039905141133855405203990514113385540520399051411338554052039905141133" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c71e0f1e-710b-412c-89f7-49ca16d7ca06, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8501103580447465588 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85011035804474655888501103580447465588850110358044746558885011035804474655888501103580447465588850110358044746558885011035804474655888501103580447465588850110358044746558885011035804474655888501103580447465588850110358044746558885011035804474655888501103580447465588850110358044746558885011035804474655888501103580447465588850110358044746558885011035804474655888501103580447465588" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 43b27643-f22c-41d7-a473-0e94a4da33b8, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f707ee20-f137-4031-b6bb-fc7e33629dea, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f707ee20-f137-4031-b6bb-fc7e33629dea, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16996451311443406336 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1699645131144340633616996451311443406336169964513114434063361699645131144340633616996451311443406336169964513114434063361699645131144340633616996451311443406336169964513114434063361699645131144340633616996451311443406336169964513114434063361699645131144340633616996451311443406336169964513114434063361699645131144340633616996451311443406336169964513114434063361699645131144340633616996451311443406336" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c71e0f1e-710b-412c-89f7-49ca16d7ca06, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 62a13d3d-4062-43bd-8365-28784ad7804c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 62a13d3d-4062-43bd-8365-28784ad7804c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7948605087279286077 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79486050872792860777948605087279286077794860508727928607779486050872792860777948605087279286077794860508727928607779486050872792860777948605087279286077794860508727928607779486050872792860777948605087279286077794860508727928607779486050872792860777948605087279286077794860508727928607779486050872792860777948605087279286077794860508727928607779486050872792860777948605087279286077" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f707ee20-f137-4031-b6bb-fc7e33629dea, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 820ccfd9-b9e5-46a3-9bfc-100856c4e9cd, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 820ccfd9-b9e5-46a3-9bfc-100856c4e9cd, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15355793442890531061 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1535579344289053106115355793442890531061153557934428905310611535579344289053106115355793442890531061153557934428905310611535579344289053106115355793442890531061153557934428905310611535579344289053106115355793442890531061153557934428905310611535579344289053106115355793442890531061153557934428905310611535579344289053106115355793442890531061153557934428905310611535579344289053106115355793442890531061" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 62a13d3d-4062-43bd-8365-28784ad7804c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 820ccfd9-b9e5-46a3-9bfc-100856c4e9cd, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b0e3de80-1a51-49de-826f-610c0b992d6b, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b0e3de80-1a51-49de-826f-610c0b992d6b, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12479931980596800755 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1247993198059680075512479931980596800755124799319805968007551247993198059680075512479931980596800755124799319805968007551247993198059680075512479931980596800755124799319805968007551247993198059680075512479931980596800755124799319805968007551247993198059680075512479931980596800755124799319805968007551247993198059680075512479931980596800755124799319805968007551247993198059680075512479931980596800755" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5ba98c7f-baf8-424a-9452-177506d1fdab, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5ba98c7f-baf8-424a-9452-177506d1fdab, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5278452284885613405 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52784522848856134055278452284885613405527845228488561340552784522848856134055278452284885613405527845228488561340552784522848856134055278452284885613405527845228488561340552784522848856134055278452284885613405527845228488561340552784522848856134055278452284885613405527845228488561340552784522848856134055278452284885613405527845228488561340552784522848856134055278452284885613405" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5ba98c7f-baf8-424a-9452-177506d1fdab, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3a64e777-a803-4f50-885a-e8081a3c3f59, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3a64e777-a803-4f50-885a-e8081a3c3f59, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5763513468643679076 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57635134686436790765763513468643679076576351346864367907657635134686436790765763513468643679076576351346864367907657635134686436790765763513468643679076576351346864367907657635134686436790765763513468643679076576351346864367907657635134686436790765763513468643679076576351346864367907657635134686436790765763513468643679076576351346864367907657635134686436790765763513468643679076" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b0e3de80-1a51-49de-826f-610c0b992d6b, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6326a317-a940-41a6-8eb9-2e894eae16e4, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6326a317-a940-41a6-8eb9-2e894eae16e4, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1705967243618649441 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17059672436186494411705967243618649441170596724361864944117059672436186494411705967243618649441170596724361864944117059672436186494411705967243618649441170596724361864944117059672436186494411705967243618649441170596724361864944117059672436186494411705967243618649441170596724361864944117059672436186494411705967243618649441170596724361864944117059672436186494411705967243618649441" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3a64e777-a803-4f50-885a-e8081a3c3f59, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d80de350-a013-4de6-a931-e2b4c0a0ae41, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d80de350-a013-4de6-a931-e2b4c0a0ae41, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6000738222174290136 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60007382221742901366000738222174290136600073822217429013660007382221742901366000738222174290136600073822217429013660007382221742901366000738222174290136600073822217429013660007382221742901366000738222174290136600073822217429013660007382221742901366000738222174290136600073822217429013660007382221742901366000738222174290136600073822217429013660007382221742901366000738222174290136" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6326a317-a940-41a6-8eb9-2e894eae16e4, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 88efeb09-8d51-4e79-a3af-fb48b1d0173f, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 88efeb09-8d51-4e79-a3af-fb48b1d0173f, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13082153795387787577 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1308215379538778757713082153795387787577130821537953877875771308215379538778757713082153795387787577130821537953877875771308215379538778757713082153795387787577130821537953877875771308215379538778757713082153795387787577130821537953877875771308215379538778757713082153795387787577130821537953877875771308215379538778757713082153795387787577130821537953877875771308215379538778757713082153795387787577" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d80de350-a013-4de6-a931-e2b4c0a0ae41, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 88efeb09-8d51-4e79-a3af-fb48b1d0173f, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:264 Stopped node localhost:28402/3
---------------------------- Captured log teardown -----------------------------
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 53a46a12-d447-44e7-b38a-f499e0a2b6d5, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0370a1f6-3a7d-48e2-96aa-0f090f00f9ad, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
INFO     ya.test:ya.py:431 Test teardown
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ca4049f0-c479-4ea4-a25c-c43686ac6d4c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ca4049f0-c479-4ea4-a25c-c43686ac6d4c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5265555779470801687 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52655557794708016875265555779470801687526555577947080168752655557794708016875265555779470801687526555577947080168752655557794708016875265555779470801687526555577947080168752655557794708016875265555779470801687526555577947080168752655557794708016875265555779470801687526555577947080168752655557794708016875265555779470801687526555577947080168752655557794708016875265555779470801687" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, df515fd9-59f0-47e4-83df-187772c0539c, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, df515fd9-59f0-47e4-83df-187772c0539c, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14325909362655976386 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1432590936265597638614325909362655976386143259093626559763861432590936265597638614325909362655976386143259093626559763861432590936265597638614325909362655976386143259093626559763861432590936265597638614325909362655976386143259093626559763861432590936265597638614325909362655976386143259093626559763861432590936265597638614325909362655976386143259093626559763861432590936265597638614325909362655976386" } } } 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:264 Stopped node localhost:28402/3
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ca4049f0-c479-4ea4-a25c-c43686ac6d4c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1b4228d-ab16b8f6-f0b6a7f5-93156370" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.table.SessionPool:_sp_impl.py:145 Requested session destroy: <ydb.table.Session object at 0x7b89d1f51f30>, reason: session-close
DEBUG    ydb.table.SessionPool:_sp_impl.py:149 Session <ydb.table.Session object at 0x7b89d1f51f30> is no longer active. Current active count 2.
DEBUG    ydb.connection:connection.py:421 RpcState(DeleteSession, 687409d2-2e9e-4cf2-a86f-8ba0730f7472, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DeleteSession, 687409d2-2e9e-4cf2-a86f-8ba0730f7472, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=MjI3YTRhMmEtZjQyYTYzZTgtYWJkZDhlMTQtZDc5M2MzMw==" operation_params { operation_timeout { seconds: 3 } cancel_after { seconds: 3 } } }
DEBUG    ydb.connection:connection.py:118 RpcState(DeleteSession, 687409d2-2e9e-4cf2-a86f-8ba0730f7472, ghrun-l3j5z36jj4.auto.internal:2321): on response callback started
DEBUG    ydb.connection:connection.py:52 RpcState(DeleteSession, 687409d2-2e9e-4cf2-a86f-8ba0730f7472, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS } }
DEBUG    ydb.connection:connection.py:123 RpcState(DeleteSession, 687409d2-2e9e-4cf2-a86f-8ba0730f7472, ghrun-l3j5z36jj4.auto.internal:2321): on response callback success
DEBUG    ydb.table.SessionPool:_sp_impl.py:173 Sent delete on session <ydb.table.Session object at 0x7b89d1f51f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a7ae4715-505e-4a95-a443-dbf2942539a4, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a7ae4715-505e-4a95-a443-dbf2942539a4, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15664637089702562422 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1566463708970256242215664637089702562422156646370897025624221566463708970256242215664637089702562422156646370897025624221566463708970256242215664637089702562422156646370897025624221566463708970256242215664637089702562422156646370897025624221566463708970256242215664637089702562422156646370897025624221566463708970256242215664637089702562422156646370897025624221566463708970256242215664637089702562422" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a7ae4715-505e-4a95-a443-dbf2942539a4, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: UNDETERMINED issues { message: "State of operation is unknown. Error writing to table `/Root/test_simple_encryption_1/db1`. Transaction state unknown for tablet 72075186224038953." issue_code: 2026 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k7hm59be0xw81m9t1qjk3dec" } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, df515fd9-59f0-47e4-83df-187772c0539c, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: UNDETERMINED issues { message: "State of operation is unknown. Error writing to table `/Root/test_simple_encryption_1/db1`. Transaction state unknown for tablet 72075186224038948." issue_code: 2026 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k7hm599h1vg6rdkdms8ajbrk" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d1f6c330>
DEBUG    ydb.table.SessionPool:_sp_impl.py:145 Requested session destroy: <ydb.table.Session object at 0x7b89d1f6c330>, reason: session-close
DEBUG    ydb.table.SessionPool:_sp_impl.py:149 Session <ydb.table.Session object at 0x7b89d1f6c330> is no longer active. Current active count 1.
DEBUG    ydb.connection:connection.py:421 RpcState(DeleteSession, a2ea7d08-4877-4040-b72c-852e684713e6, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DeleteSession, a2ea7d08-4877-4040-b72c-852e684713e6, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZGVhYWFjMzEtNjliYzhhZTgtZTM2MzE2YjgtODU2ODkyYzI=" operation_params { operation_timeout { seconds: 3 } cancel_after { seconds: 3 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:173 Sent delete on session <ydb.table.Session object at 0x7b89d1f6c330>
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 135, in retry_operation_sync
    for next_opt in opt_generator:
                    ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 96, 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 516, 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. Error writing to table `/Root/test_simple_encryption_1/db1`. Transaction state unknown for tablet 72075186224038953." issue_code: 2026 severity: 1 (server_code: 400170)
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.table.SessionPool:_sp_impl.py:145 Requested session destroy: <ydb.table.Session object at 0x7b89d04c5070>, reason: session-close
DEBUG    ydb.table.SessionPool:_sp_impl.py:149 Session <ydb.table.Session object at 0x7b89d04c5070> is no longer active. Current active count 0.
DEBUG    ydb.connection:connection.py:421 RpcState(DeleteSession, 6fe72e4b-df82-469f-b6ea-c7b234764eeb, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DeleteSession, 6fe72e4b-df82-469f-b6ea-c7b234764eeb, ghrun-l3j5z36jj4.auto.internal:2321): request = { session_id: "ydb://session/3?node_id=50003&id=ZDE2ZWJiYzEtNGVkZjE1ZDEtNDU1YWU4MWUtNmY5NTRmNzM=" operation_params { operation_timeout { seconds: 3 } cancel_after { seconds: 3 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:173 Sent delete on session <ydb.table.Session object at 0x7b89d04c5070>
DEBUG    ydb.connection:connection.py:118 RpcState(DeleteSession, a2ea7d08-4877-4040-b72c-852e684713e6, ghrun-l3j5z36jj4.auto.internal:2321): on response callback started
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 135, in retry_operation_sync
    for next_opt in opt_generator:
                    ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 96, 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 516, 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. Error writing to table `/Root/test_simple_encryption_1/db1`. Transaction state unknown for tablet 72075186224038948." issue_code: 2026 severity: 1 (server_code: 400170)
DEBUG    ydb.table.SessionPool:_sp_impl.py:260 Active session queue is empty, subscribe waiter for a session
DEBUG    ydb.connection:connection.py:52 RpcState(DeleteSession, a2ea7d08-4877-4040-b72c-852e684713e6, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS } }
DEBUG    ydb.connection:connection.py:123 RpcState(DeleteSession, a2ea7d08-4877-4040-b72c-852e684713e6, ghrun-l3j5z36jj4.auto.internal:2321): on response callback success
DEBUG    ydb.connection:connection.py:118 RpcState(DeleteSession, 6fe72e4b-df82-469f-b6ea-c7b234764eeb, ghrun-l3j5z36jj4.auto.internal:2321): on response callback started
DEBUG    ydb.connection:connection.py:52 RpcState(DeleteSession, 6fe72e4b-df82-469f-b6ea-c7b234764eeb, ghrun-l3j5z36jj4.auto.internal:2321): response = { operation { ready: true status: SUCCESS } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:262 Subscribe waiter <Future at 0x7b89d3586cb0 state=pending>
DEBUG    ydb.connection:connection.py:123 RpcState(DeleteSession, 6fe72e4b-df82-469f-b6ea-c7b234764eeb, ghrun-l3j5z36jj4.auto.internal:2321): on response callback success
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 0x7b89d11abd30>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7b89d11abd30>
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 2895ee35-79f4-429c-b0eb-0a5fa0bf84fe, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 2895ee35-79f4-429c-b0eb-0a5fa0bf84fe, ghrun-l3j5z36jj4.auto.internal:2321): 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.connection:connection.py:118 RpcState(CreateSession, 2895ee35-79f4-429c-b0eb-0a5fa0bf84fe, ghrun-l3j5z36jj4.auto.internal:2321): on response callback started
DEBUG    ydb.table.SessionPool:_sp_impl.py:262 Subscribe waiter <Future at 0x7b89d1187130 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 0x7b89d1271630>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7b89d1271630>
DEBUG    ydb.connection:connection.py:78 RpcState(CreateSession, 2895ee35-79f4-429c-b0eb-0a5fa0bf84fe, ghrun-l3j5z36jj4.auto.internal:2321): 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-10-14T15:07:04.967602679+00:00"}"
>
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, b97e4e76-1786-4c80-8a2f-4ede4cff01ef, ghrun-l3j5z36jj4.auto.internal:2321): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, b97e4e76-1786-4c80-8a2f-4ede4cff01ef, ghrun-l3j5z36jj4.auto.internal:2321): request = { operation_params { operation_timeout { seconds: 3 } cancel_after { seconds: 3 } } }
DEBUG    ydb.connection:connection.py:91 RpcState(CreateSession, 2895ee35-79f4-429c-b0eb-0a5fa0bf84fe, ghrun-l3j5z36jj4.auto.internal:2321): unhandled rpc error, disconnecting channel
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-l3j5z36jj4.auto.internal:2321
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-10-14T15:07:04.967602679+00:00"}"
>
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:118 RpcState(CreateSession, b97e4e76-1786-4c80-8a2f-4ede4cff01ef, ghrun-l3j5z36jj4.auto.internal:2321): on response callback started
DEBUG    ydb.connection:connection.py:78 RpcState(CreateSession, b97e4e76-1786-4c80-8a2f-4ede4cff01ef, ghrun-l3j5z36jj4.auto.internal:2321): 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-10-14T15:07:04.991923703+00:00"}"
>
DEBUG    ydb.connection:connection.py:91 RpcState(CreateSession, b97e4e76-1786-4c80-8a2f-4ede4cff01ef, ghrun-l3j5z36jj4.auto.internal:2321): unhandled rpc error, disconnecting channel
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-l3j5z36jj4.auto.internal:2321
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-10-14T15:07:04.991923703+00:00"}"
>
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:264 Stopped node localhost:21593/1
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:264 Stopped node localhost:11501/2
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:264 Stopped node localhost:4800/3
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:264 Stopped node localhost:2024/5
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:264 Stopped node localhost:20447/4
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:264 Stopped node localhost:8285/2
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:264 Stopped node localhost:19129/8
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:264 Stopped node localhost:10858/7
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:264 Stopped node localhost:6639/6
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:264 Stopped node localhost:1800/1
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7b89d11abd30>
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 0x7b89d3586cb0 state=pending>
DEBUG    ydb.table.SessionPool:_sp_impl.py:317 Unsubscribe on waiter <Future at 0x7b89d1187130 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 0x7b89d123f5b0 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 0x7b89d12463b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7b89d12463b0>
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 0x7b89d12611b0 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 0x7b89d1262430>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7b89d1262430>
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 0x7b89d1271630>
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:264 Stopped node localhost:2321/4
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/28399
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/14106
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/20398
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/17363
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/2321
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/20138
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/29800
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/6831
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/1614
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/28402
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/12380
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/27864
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/6965
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/61881
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/11501
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/8747
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/30955
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/27705
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/1545
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/21593
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/32028
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/12490
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/5259
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/19129
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/11500
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/1769
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/12731
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/10858
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/29824
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/21203
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/5712
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/6639
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/32114
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/25552
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/16077
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/2024
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/14152
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/61427
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/29334
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/20447
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/19920
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/27560
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/11145
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/4800
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/21903
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/11965
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/63344
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/8285
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/26337
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/13965
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/9636
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/1800
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/17899
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/27082
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/32250
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/29685
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/64181
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/64486
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/8902
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/14240
============================== slowest durations ===============================
262.73s call     test_encryption.py::TestEncryption::test_simple_encryption
23.42s setup    test_encryption.py::TestEncryption::test_simple_encryption
13.05s teardown 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/apu5/000b6b/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/apu5/000b6b/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, 5 sessions to shutdown
Current KQP shutdown state: spent 3.032571 seconds, 5 sessions to shutdown
Current KQP shutdown state: spent 6.055442 seconds, 5 sessions to shutdown
Current KQP shutdown state: spent 9.088885 seconds, 5 sessions to shutdown
GRpc shutdown warning: left infly: 3, spent: 3.480226 sec. GRpcShutdownDeadline: 30
GRpc shutdown warning: left infly: 3, spent: 6.717665 sec. GRpcShutdownDeadline: 30
GRpc shutdown warning: left infly: 3, spent: 10.006898 sec. GRpcShutdownDeadline: 30
GRpc shutdown warning: left infly: 3, spent: 13.300489 sec. GRpcShutdownDeadline: 30
GRpc shutdown warning: left infly: 3, spent: 16.524001 sec. GRpcShutdownDeadline: 30
GRpc shutdown warning: left infly: 3, spent: 19.81856 sec. GRpcShutdownDeadline: 30
GRpc shutdown warning: left infly: 3, spent: 22.983627 sec. GRpcShutdownDeadline: 30
GRpc shutdown warning: left infly: 3, spent: 26.206577 sec. GRpcShutdownDeadline: 30
GRpc shutdown warning: left infly: 3, spent: 29.385411 sec. GRpcShutdownDeadline: 30
GRpc shutdown warning: failed to shutdown all connections, left infly: 3, spent: 30.006006 sec. GRpcShutdownDeadline: 30
warning: address range table at offset 0x10c0 has a premature terminator entry at offset 0x10d0

=================================================================
==1481179==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 0x00001f36dbcd in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
#1 0x00003484b312 in __libcpp_operator_new<unsigned long> /-S/contrib/libs/cxxsupp/libcxx/include/new:271:10
#2 0x00003484b312 in __libcpp_allocate /-S/contrib/libs/cxxsupp/libcxx/include/new:295:10
#3 0x00003484b312 in allocate /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocator.h:103:32
#4 0x00003484b312 in __allocate_at_least<std::__y1::allocator<grpc_core::LockedMultiProducerSingleConsumerQueue> > /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocate_at_least.h:41:19
#5 0x00003484b312 in __vallocate /-S/contrib/libs/cxxsupp/libcxx/include/vector:807:25
#6 0x00003484b312 in vector /-S/contrib/libs/cxxsupp/libcxx/include/vector:461:7
#7 0x00003484b312 in RealRequestMatcher /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:233:26
#8 0x00003484b312 in make_unique<grpc_core::Server::RealRequestMatcher, grpc_core::Server *> /-S/contrib/libs/cxxsupp/libcxx/include/__memory/unique_ptr.h:642:30
#9 0x00003484b312 in grpc_core::Server::Start() /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:710:21
#10 0x000034859f8e in grpc_server_start /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:1715:37
#11 0x00003a625757 in grpc::Server::Start(grpc::ServerCompletionQueue**, unsigned long) /-S/contrib/libs/grpc/src/cpp/server/server_cc.cc:1214:3
#12 0x00003a6170d4 in grpc::ServerBuilder::BuildAndStart() /-S/contrib/libs/grpc/src/cpp/server/server_builder.cc:445:11
#13 0x00003a606a29 in NYdbGrpc::TGRpcServer::Start() /-S/ydb/library/grpc/server/grpc_server.cpp:249:23
#14 0x0000413bdd89 in NKikimr::TGRpcServersManager::Start() /-S/ydb/core/driver_lib/run/run.cpp:274:21
#15 0x0000413bcde0 in Bootstrap /-S/ydb/core/driver_lib/run/run.cpp:226:9
#16 0x0000413bcde0 in NActors::TActorBootstrapped<NKikimr::TGRpcServersManager>::StateBootstrap(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor_bootstrapped.h:26:22
#17 0x000021e15b87 in NActors::IActor::Receive(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor.cpp:350:17
#18 0x000021ecce01 in NActors::TExecutorThread::Execute(NActors::TMailbox*, bool) /-S/ydb/library/actors/core/executor_thread.cpp:267:28
#19 0x000021ed69f4 in NActors::TExecutorThread::ProcessExecutorPool()::$_0::operator()(NActors::TMailbox*, bool) const /-S/ydb/library/actors/core/executor_thread.cpp:455:39
#20 0x000021ed5fad in NActors::TExecutorThread::ProcessExecutorPool() /-S/ydb/library/actors/core/executor_thread.cpp:507:13
#21 0x000021ed801e in NActors::TExecutorThread::ThreadProc() /-S/ydb/library/actors/core/executor_thread.cpp:533:9
#22 0x00001f693dd4 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
#23 0x00001f3316e6 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 0x00001f36dbcd in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
#1 0x00003484b22c in make_unique<grpc_core::Server::RealRequestMatcher, grpc_core::Server *> /-S/contrib/libs/cxxsupp/libcxx/include/__memory/unique_ptr.h:642:26
#2 0x00003484b22c in grpc_core::Server::Start() /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:710:21
#3 0x000034859f8e in grpc_server_start /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:1715:37
#4 0x00003a625757 in grpc::Server::Start(grpc::ServerCompletionQueue**, unsigned long) /-S/contrib/libs/grpc/src/cpp/server/server_cc.cc:1214:3
#5 0x00003a6170d4 in grpc::ServerBuilder::BuildAndStart() /-S/contrib/libs/grpc/src/cpp/server/server_builder.cc:445:11
#6 0x00003a606a29 in NYdbGrpc::TGRpcServer::Start() /-S/ydb/library/grpc/server/grpc_server.cpp:249:23
#7 0x0000413bdd89 in NKikimr::TGRpcServersManager::Start() /-S/ydb/core/driver_lib/run/run.cpp:274:21
#8 0x0000413bcde0 in Bootstrap /-S/ydb/core/driver_lib/run/run.cpp:226:9
#9 0x0000413bcde0 in NActors::TActorBootstrapped<NKikimr::TGRpcServersManager>::StateBootstrap(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor_bootstrapped.h:26:22
#10 0x000021e15b87 in NActors::IActor::Receive(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor.cpp:350:17
#11 0x000021ecce01 in NActors::TExecutorThread::Execute(NActors::TMailbox*, bool) /-S/ydb/library/actors/core/executor_thread.cpp:267:28
#12 0x000021ed69f4 in NActors::TExecutorThread::ProcessExecutorPool()::$_0::operator()(NActors::TMailbox*, bool) const /-S/ydb/library/actors/core/executor_thread.cpp:455:39
#13 0x000021ed5fad in NActors::TExecutorThread::ProcessExecutorPool() /-S/ydb/library/actors/core/executor_thread.cpp:507:13
#14 0x000021ed801e in NActors::TExecutorThread::ThreadProc() /-S/ydb/library/actors/core/executor_thread.cpp:533:9
#15 0x00001f693dd4 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
#16 0x00001f3316e6 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 0x00001f36dbcd in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
#1 0x00001be20ab7 in __libcpp_operator_new<unsigned long> /-S/contrib/libs/cxxsupp/libcxx/include/new:271:10
#2 0x00001be20ab7 in __libcpp_allocate /-S/contrib/libs/cxxsupp/libcxx/include/new:295:10
#3 0x00001be20ab7 in allocate /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocator.h:103:32
#4 0x00001be20ab7 in __allocate_at_least<std::__y1::allocator<char> > /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocate_at_least.h:41:19
#5 0x00001be20ab7 in __init /-S/contrib/libs/cxxsupp/libcxx/include/string:2374:25
#6 0x00001be20ab7 in basic_string /-S/contrib/libs/cxxsupp/libcxx/include/string:1091:5
#7 0x00001be20ab7 in TStdString<const char *&, unsigned long &> /-S/util/generic/string.h:81:11
#8 0x00001be20ab7 in Construct<const char *&, unsigned long &> /-S/util/generic/string.h:212:21
#9 0x00001be20ab7 in TBasicString /-S/util/generic/string.h:491:18
#10 0x00001be20ab7 in TBasicString<char, std::__y1::char_traits<char>>::TBasicString(char const*) /-S/util/generic/string.h:482:11
#11 0x00003484eb8c in RegisteredMethod /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:145:9
#12 0x00003484eb8c 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 0x00003484eb8c 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 0x00003a62364f 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 0x00003a616d41 in grpc::ServerBuilder::BuildAndStart() /-S/contrib/libs/grpc/src/cpp/server/server_builder.cc:409:18
#16 0x00003a606a29 in NYdbGrpc::TGRpcServer::Start() /-S/ydb/library/grpc/server/grpc_server.cpp:249:23
#17 0x0000413bdd89 in NKikimr::TGRpcServersManager::Start() /-S/ydb/core/driver_lib/run/run.cpp:274:21
#18 0x0000413bcde0 in Bootstrap /-S/ydb/core/driver_lib/run/run.cpp:226:9
#19 0x0000413bcde0 in NActors::TActorBootstrapped<NKikimr::TGRpcServersManager>::StateBootstrap(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor_bootstrapped.h:26:22
#20 0x000021e15b87 in NActors::IActor::Receive(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor.cpp:350:17
#21 0x000021ecce01 in NActors::TExecutorThread::Execute(NActors::TMailbox*, bool) /-S/ydb/library/actors/core/executor_thread.cpp:267:28
#22 0x000021ed69f4 in NActors::TExecutorThread::ProcessExecutorPool()::$_0::operator()(NActors::TMailbox*, bool) const /-S/ydb/library/actors/core/executor_thread.cpp:455:39
#23 0x000021ed5fad in NActors::TExecutorThread::ProcessExecutorPool() /-S/ydb/library/actors/core/executor_thread.cpp:507:13
#24 0x000021ed801e in NActors::TExecutorThread::ThreadProc() /-S/ydb/library/actors/core/executor_thread.cpp:533:9
#25 0x00001f693dd4 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
#26 0x00001f3316e6 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 0x00001f36dbcd in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
#1 0x00003484eb7a 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 0x00003484eb7a 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 0x00003a62364f 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 0x00003a616d41 in grpc::ServerBuilder::BuildAndStart() /-S/contrib/libs/grpc/src/cpp/server/server_builder.cc:409:18
#5 0x00003a606a29 in NYdbGrpc::TGRpcServer::Start() /-S/ydb/library/grpc/server/grpc_server.cpp:249:23
#6 0x0000413bdd89 in NKikimr::TGRpcServersManager::Start() /-S/ydb/core/driver_lib/run/run.cpp:274:21
#7 0x0000413bcde0 in Bootstrap /-S/ydb/core/driver_lib/run/run.cpp:226:9
#8 0x0000413bcde0 in NActors::TActorBootstrapped<NKikimr::TGRpcServersManager>::StateBootstrap(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor_bootstrapped.h:26:22
#9 0x000021e15b87 in NActors::IActor::Receive(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor.cpp:350:17
#10 0x000021ecce01 in NActors::TExecutorThread::Execute(NActors::TMailbox*, bool) /-S/ydb/library/actors/core/executor_thread.cpp:267:28
#11 0x000021ed69f4 in NActors::TExecutorThread::ProcessExecutorPool()::$_0::operator()(NActors::TMailbox*, bool) const /-S/ydb/library/actors/core/executor_thread.cpp:455:39
#12 0x000021ed5fad in NActors::TExecutorThread::ProcessExecutorPool() /-S/ydb/library/actors/core/executor_thread.cpp:507:13
#13 0x000021ed801e in NActors::TExecutorThread::ThreadProc() /-S/ydb/library/actors/core/executor_thread.cpp:533:9
#14 0x00001f693dd4 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
#15 0x00001f3316e6 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 0x00001f36dbcd in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
#1 0x00001be20a34 in Construct<const char *&, unsigned long &> /-S/util/generic/string.h:212:17
#2 0x00001be20a34 in TBasicString /-S/util/generic/string.h:491:18
#3 0x00001be20a34 in TBasicString<char, std::__y1::char_traits<char>>::TBasicString(char const*) /-S/util/generic/string.h:482:11
#4 0x00003484eb8c in RegisteredMethod /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:145:9
#5 0x00003484eb8c 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 0x00003484eb8c 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 0x00003a62364f 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 0x00003a616d41 in grpc::ServerBuilder::BuildAndStart() /-S/contrib/libs/grpc/src/cpp/server/server_builder.cc:409:18
#9 0x00003a606a29 in NYdbGrpc::TGRpcServer::Start() /-S/ydb/library/grpc/server/grpc_server.cpp:249:23
#10 0x0000413bdd89 in NKikimr::TGRpcServersManager::Start() /-S/ydb/core/driver_lib/run/run.cpp:274:21
#11 0x0000413bcde0 in Bootstrap /-S/ydb/core/driver_lib/run/run.cpp:226:9
#12 0x0000413bcde0 in NActors::TActorBootstrapped<NKikimr::TGRpcServersManager>::StateBootstrap(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor_bootstrapped.h:26:22
#13 0x000021e15b87 in NActors::IActor::Receive(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor.cpp:350:17
#14 0x000021ecce01 in NActors::TExecutorThread::Execute(NActors::TMailbox*, bool) /-S/ydb/library/actors/core/executor_thread.cpp:267:28
#15 0x000021ed69f4 in NActors::TExecutorThread::ProcessExecutorPool()::$_0::operator()(NActors::TMailbox*, bool) const /-S/ydb/library/actors/core/executor_thread.cpp:455:39
#16 0x000021ed5fad in NActors::TExecutorThread::ProcessExecutorPool() /-S/ydb/library/actors/core/executor_thread.cpp:507:13
#17 0x000021ed801e in NActors::TExecutorThread::ThreadProc() /-S/ydb/library/actors/core/executor_thread.cpp:533:9
#18 0x00001f693dd4 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
#19 0x00001f3316e6 in asan_thread_start(void*) /-S/contrib/libs/clang20-rt/lib/asan/asan_interceptors.cpp:239:28

Indirect leak of 768 byte(s) in 12 object(s) allocated from:
#0 0x00001f36dbcd in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
#1 0x0000348ade90 in __libcpp_operator_new<unsigned long> /-S/contrib/libs/cxxsupp/libcxx/include/new:271:10
#2 0x0000348ade90 in __libcpp_allocate /-S/contrib/libs/cxxsupp/libcxx/include/new:295:10
#3 0x0000348ade90 in allocate /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocator.h:103:32
#4 0x0000348ade90 in allocate /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocator_traits.h:281:16
#5 0x0000348ade90 in __construct_node<std::__y1::pair<grpc::string_ref, grpc::string_ref> > /-S/contrib/libs/cxxsupp/libcxx/include/__tree:1818:21
#6 0x0000348ade90 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 0x0000416a067b in __insert_multi<std::__y1::pair<grpc::string_ref, grpc::string_ref> > /-S/contrib/libs/cxxsupp/libcxx/include/__tree:1136:12
#8 0x0000416a067b in insert<std::__y1::pair<grpc::string_ref, grpc::string_ref>, 0> /-S/contrib/libs/cxxsupp/libcxx/include/map:1857:20
#9 0x0000416a067b in FillMap /-S/contrib/libs/grpc/include/grpcpp/impl/metadata_map.h:94:12
#10 0x0000416a067b in map /-S/contrib/libs/grpc/include/grpcpp/impl/metadata_map.h:68:5
#11 0x0000416a067b in client_metadata /-S/contrib/libs/grpc/include/grpcpp/server_context.h:230:30
#12 0x0000416a067b 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 0x00004169038d 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 0x000041692730 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 0x00003a60ecfc in PullEvents /-S/ydb/library/grpc/server/grpc_server.cpp:44:21
#16 0x00003a60ecfc in operator() /-S/ydb/library/grpc/server/grpc_server.cpp:266:13
#17 0x00003a60ecfc 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 0x00003a60ecfc 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 0x00003a60ecfc in operator() /-S/contrib/libs/cxxsupp/libcxx/include/__functional/function.h:169:12
#20 0x00003a60ecfc 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 0x000021a9724e in operator() /-S/contrib/libs/cxxsupp/libcxx/include/__functional/function.h:431:12
#22 0x000021a9724e in operator() /-S/contrib/libs/cxxsupp/libcxx/include/__functional/function.h:990:10
#23 0x000021a9724e in (anonymous namespace)::TThreadFactoryFuncObj::DoExecute() /-S/util/thread/factory.cpp:61:13
#24 0x000021a977ac in Execute /-S/util/thread/factory.h:15:13
#25 0x000021a977ac in (anonymous namespace)::TSystemThreadFactory::TPoolThread::ThreadProc(void*) /-S/util/thread/factory.cpp:36:41
#26 0x00001f693dd4 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
#27 0x00001f3316e6 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 0x00001f36dbcd in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
#1 0x000033fcd7a4 in __libcpp_operator_new<unsigned long> /-S/contrib/libs/cxxsupp/libcxx/include/new:271:10
#2 0x000033fcd7a4 in __libcpp_allocate /-S/contrib/libs/cxxsupp/libcxx/include/new:295:10
#3 0x000033fcd7a4 in allocate /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocator.h:103:32
#4 0x000033fcd7a4 in __allocate_at_least<std::__y1::allocator<char> > /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocate_at_least.h:41:19
#5 0x000033fcd7a4 in __init /-S/contrib/libs/cxxsupp/libcxx/include/string:2374:25
#6 0x000033fcd7a4 in basic_string /-S/contrib/libs/cxxsupp/libcxx/include/string:1091:5
#7 0x000033fcd7a4 in TStdString<const char *&, unsigned long &> /-S/util/generic/string.h:81:11
#8 0x000033fcd7a4 in Construct<const char *&, unsigned long &> /-S/util/generic/string.h:212:21
#9 0x000033fcd7a4 in TBasicString /-S/util/generic/string.h:491:18
#10 0x000033fcd7a4 in TBasicString<std::__y1::char_traits<char> > /-S/util/generic/string.h:552:11
#11 0x000033fcd7a4 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 0x000033fcc572 in Set /-S/contrib/libs/grpc/src/core/lib/channel/channel_args.cc:154:10
#13 0x000033fcc572 in grpc_core::ChannelArgs::Set(grpc_arg) const /-S/contrib/libs/grpc/src/core/lib/channel/channel_args.cc:107:14
#14 0x000033fd2a90 in grpc_core::ChannelArgsBuiltinPrecondition(grpc_channel_args const*) /-S/contrib/libs/grpc/src/core/lib/channel/channel_args.cc:597:23
#15 0x00003402ecd8 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 0x0000348598c6 in grpc_server_create /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:1677:34
#17 0x00003a62094b 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 0x00003a6167b2 in grpc::ServerBuilder::BuildAndStart() /-S/contrib/libs/grpc/src/cpp/server/server_builder.cc:365:44
#19 0x00003a606a29 in NYdbGrpc::TGRpcServer::Start() /-S/ydb/library/grpc/server/grpc_server.cpp:249:23
#20 0x0000413bdd89 in NKikimr::TGRpcServersManager::Start() /-S/ydb/core/driver_lib/run/run.cpp:274:21
#21 0x0000413bcde0 in Bootstrap /-S/ydb/core/driver_lib/run/run.cpp:226:9
#22 0x0000413bcde0 in NActors::TActorBootstrapped<NKikimr::TGRpcServersManager>::StateBootstrap(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor_bootstrapped.h:26:22
#23 0x000021e15b87 in NActors::IActor::Receive(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor.cpp:350:17
#24 0x000021ecce01 in NActors::TExecutorThread::Execute(NActors::TMailbox*, bool) /-S/ydb/library/actors/core/executor_thread.cpp:267:28
#25 0x000021ed69f4 in NActors::TExecutorThread::ProcessExecutorPool()::$_0::operator()(NActors::TMailbox*, bool) const /-S/ydb/library/actors/core/executor_thread.cpp:455:39
#26 0x000021ed5fad in NActors::TExecutorThread::ProcessExecutorPool() /-S/ydb/library/actors/core/executor_thread.cpp:507:13
#27 0x000021ed801e in NActors::TExecutorThread::ThreadProc() /-S/ydb/library/actors/core/executor_thread.cpp:533:9
#28 0x00001f693dd4 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
#29 0x00001f3316e6 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 0x00001f36dbcd in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
#1 0x000033fcd702 in Construct<const char *&, unsigned long &> /-S/util/generic/string.h:212:17
#2 0x000033fcd702 in TBasicString /-S/util/generic/string.h:491:18
#3 0x000033fcd702 in TBasicString<std::__y1::char_traits<char> > /-S/util/generic/string.h:552:11
#4 0x000033fcd702 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 0x000033fcc572 in Set /-S/contrib/libs/grpc/src/core/lib/channel/channel_args.cc:154:10
#6 0x000033fcc572 in grpc_core::ChannelArgs::Set(grpc_arg) const /-S/contrib/libs/grpc/src/core/lib/channel/channel_args.cc:107:14
#7 0x000033fd2a90 in grpc_core::ChannelArgsBuiltinPrecondition(grpc_channel_args const*) /-S/contrib/libs/grpc/src/core/lib/channel/channel_args.cc:597:23
#8 0x00003402ecd8 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 0x0000348598c6 in grpc_server_create /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:1677:34
#10 0x00003a62094b 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 0x00003a6167b2 in grpc::ServerBuilder::BuildAndStart() /-S/contrib/libs/grpc/src/cpp/server/server_builder.cc:365:44
#12 0x00003a606a29 in NYdbGrpc::TGRpcServer::Start() /-S/ydb/library/grpc/server/grpc_server.cpp:249:23
#13 0x0000413bdd89 in NKikimr::TGRpcServersManager::Start() /-S/ydb/core/driver_lib/run/run.cpp:274:21
#14 0x0000413bcde0 in Bootstrap /-S/ydb/core/driver_lib/run/run.cpp:226:9
#15 0x0000413bcde0 in NActors::TActorBootstrapped<NKikimr::TGRpcServersManager>::StateBootstrap(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor_bootstrapped.h:26:22
#16 0x000021e15b87 in NActors::IActor::Receive(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor.cpp:350:17
#17 0x000021ecce01 in NActors::TExecutorThread::Execute(NActors::TMailbox*, bool) /-S/ydb/library/actors/core/executor_thread.cpp:267:28
#18 0x000021ed69f4 in NActors::TExecutorThread::ProcessExecutorPool()::$_0::operator()(NActors::TMailbox*, bool) const /-S/ydb/library/actors/core/executor_thread.cpp:455:39
#19 0x000021ed5fad in NActors::TExecutorThread::ProcessExecutorPool() /-S/ydb/library/actors/core/executor_thread.cpp:507:13
#20 0x000021ed801e in NActors::TExecutorThread::ThreadProc() /-S/ydb/library/actors/core/executor_thread.cpp:533:9
#21 0x00001f693dd4 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
#22 0x00001f3316e6 in asan_thread_start(void*) /-S/contrib/libs/clang20-rt/lib/asan/asan_interceptors.cpp:239:28

Indirect leak of 216 byte(s) in 3 object(s) allocated from:
#0 0x00001f36dbcd in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
#1 0x00003989412d in NThreading::TPromise<NYdbGrpc::IRequestContextBase::EFinishStatus> NThreading::NewPromise<NYdbGrpc::IRequestContextBase::EFinishStatus>() /-S/library/cpp/threading/future/core/future-inl.h:970:17
#2 0x000041698294 in NYdbGrpc::TGRpcRequestImpl<Ydb::Table::CreateSessionRequest, Ydb::Table::CreateSessionResponse, NKikimr::NGRpcService::TGRpcYdbTableService, google::protobuf::TextFormat::Printer, google::protobuf::TextFormat::Printer>::TGRpcRequestImpl(NKikimr::NGRpcService::TGRpcYdbTableService*, Ydb::Table::V1::TableService::WithAsyncMethod_CreateSession<Ydb::Table::V1::TableService::WithAsyncMethod_DeleteSession<Ydb::Table::V1::TableService::WithAsyncMethod_KeepAlive<Ydb::Table::V1::TableService::WithAsyncMethod_CreateTable<Ydb::Table::V1::TableService::WithAsyncMethod_DropTable<Ydb::Table::V1::TableService::WithAsyncMethod_AlterTable<Ydb::Table::V1::TableService::WithAsyncMethod_CopyTable<Ydb::Table::V1::TableService::WithAsyncMethod_CopyTables<Ydb::Table::V1::TableService::WithAsyncMethod_RenameTables<Ydb::Table::V1::TableService::WithAsyncMethod_DescribeTable<Ydb::Table::V1::TableService::WithAsyncMethod_ExplainDataQuery<Ydb::Table::V1::TableService::WithAsyncMethod_PrepareDataQuery<Ydb::Table::V1::TableService::WithAsyncMethod_ExecuteDataQuery<Ydb::Table::V1::TableService::WithAsyncMethod_ExecuteSchemeQuery<Ydb::Table::V1::TableService::WithAsyncMethod_BeginTransaction<Ydb::Table::V1::TableService::WithAsyncMethod_CommitTransaction<Ydb::Table::V1::TableService::WithAsyncMethod_RollbackTransaction<Ydb::Table::V1::TableService::WithAsyncMethod_DescribeTableOptions<Ydb::Table::V1::TableService::WithAsyncMethod_StreamReadTable<Ydb::Table::V1::TableService::WithAsyncMethod_ReadRows<Ydb::Table::V1::TableService::WithAsyncMethod_BulkUpsert<Ydb::Table::V1::TableService::WithAsyncMethod_StreamExecuteScanQuery<Ydb::Table::V1::TableService::WithAsyncMethod_DescribeExternalDataSource<Ydb::Table::V1::TableService::WithAsyncMethod_DescribeExternalTable<Ydb::Table::V1::TableService::WithAsyncMethod_DescribeSystemView<Ydb::Table::V1::TableService::Service>>>>>>>>>>>>>>>>>>>>>>>>>*, grpc::ServerCompletionQueue*, std::__y1::function<void (NYdbGrpc::IRequestContextBase*)>, void (Ydb::Table::V1::TableService::WithAsyncMethod_CreateSession<Ydb::Table::V1::TableService::WithAsyncMethod_DeleteSession<Ydb::Table::V1::TableService::WithAsyncMethod_KeepAlive<Ydb::Table::V1::TableService::WithAsyncMethod_CreateTable<Ydb::Table::V1::TableService::WithAsyncMethod_DropTable<Ydb::Table::V1::TableService::WithAsyncMethod_AlterTable<Ydb::Table::V1::TableService::WithAsyncMethod_CopyTable<Ydb::Table::V1::TableService::WithAsyncMethod_CopyTables<Ydb::Table::V1::TableService::WithAsyncMethod_RenameTables<Ydb::Table::V1::TableService::WithAsyncMethod_DescribeTable<Ydb::Table::V1::TableService::WithAsyncMethod_ExplainDataQuery<Ydb::Table::V1::TableService::WithAsyncMethod_PrepareDataQuery<Ydb::Table::V1::TableService::WithAsyncMethod_ExecuteDataQuery<Ydb::Table::V1::TableService::WithAsyncMethod_ExecuteSchemeQuery<Ydb::Table::V1::TableService::WithAsyncMethod_BeginTransaction<Ydb::Table::V1::TableService::WithAsyncMethod_CommitTransaction<Ydb::Table::V1::TableService::WithAsyncMethod_RollbackTransaction<Ydb::Table::V1::TableService::WithAsyncMethod_DescribeTableOptions<Ydb::Table::V1::TableService::WithAsyncMethod_StreamReadTable<Ydb::Table::V1::TableService::WithAsyncMethod_ReadRows<Ydb::Table::V1::TableService::WithAsyncMethod_BulkUpsert<Ydb::Table::V1::TableService::WithAsyncMethod_StreamExecuteScanQuery<Ydb::Table::V1::TableService::WithAsyncMethod_DescribeExternalDataSource<Ydb::Table::V1::TableService::WithAsyncMethod_DescribeExternalTable<Ydb::Table::V1::TableService::WithAsyncMethod_DescribeSystemView<Ydb::Table::V1::TableService::Service>>>>>>>>>>>>>>>>>>>>>>>>>::*)(grpc::ServerContext*, Ydb::Table::CreateSessionRequest*, grpc::ServerAsyncResponseWriter<Ydb::Table::CreateSessionResponse>*, grpc::CompletionQueue*, grpc::ServerCompletionQueue*, void*), char const*, TIntrusivePtr<NYdbGrpc::TLogger, TDefaultIntrusivePtrOps<NYdbGrpc::TLogger>>, TIntrusivePtr<NYdbGrpc::ICounterBlock, TDefaultIntrusivePtrOps<NYdbGrpc::ICounterBlock>>, TIntrusivePtr<NYdbGrpc::IGRpcRequestLimiter, TDefaultIntrusivePtrOps<NYdbGrpc::IGRpcRequestLimiter>>) /-S/ydb/library/grpc/server/grpc_request.h:579:58
#3 0x000041696771 in TIntrusivePtr<NYdbGrpc::TGRpcRequestImpl<Ydb::Table::CreateSessionRequest, Ydb::Table::CreateSessionResponse, NKikimr::NGRpcService::TGRpcYdbTableService, google::protobuf::TextFormat::Printer, google::protobuf::TextFormat::Printer>, TDefaultIntrusivePtrOps<NYdbGrpc::TGRpcRequestImpl<Ydb::Table::CreateSessionRequest, Ydb::Table::CreateSessionResponse, NKikimr::NGRpcService::TGRpcYdbTableService, google::protobuf::TextFormat::Printer, google::protobuf::TextFormat::Printer>>> MakeIntrusive<NYdbGrpc::TGRpcRequestImpl<Ydb::Table::CreateSessionRequest, Ydb::Table::CreateSessionResponse, NKikimr::NGRpcService::TGRpcYdbTableService, google::protobuf::TextFormat::Printer, google::protobuf::TextFormat::Printer>, TDefaultIntrusivePtrOps<NYdbGrpc::TGRpcRequestImpl<Ydb::Table::CreateSessionRequest, Ydb::Table::CreateSessionResponse, NKikimr::NGRpcService::TGRpcYdbTableService, google::protobuf::TextFormat::Printer, google::protobuf::TextFormat::Printer>>, NKikimr::NGRpcService::TGRpcYdbTableService*, Ydb::Table::V1::TableService::WithAsyncMethod_CreateSession<Ydb::Table::V1::TableService::WithAsyncMethod_DeleteSession<Ydb::Table::V1::TableService::WithAsyncMethod_KeepAlive<Ydb::Table::V1::TableService::WithAsyncMethod_CreateTable<Ydb::Table::V1::TableService::WithAsyncMethod_DropTable<Ydb::Table::V1::TableService::WithAsyncMethod_AlterTable<Ydb::Table::V1::TableService::WithAsyncMethod_CopyTable<Ydb::Table::V1::TableService::WithAsyncMethod_CopyTables<Ydb::Table::V1::TableService::WithAsyncMethod_RenameTables<Ydb::Table::V1::TableService::WithAsyncMethod_DescribeTable<Ydb::Table::V1::TableService::WithAsyncMethod_ExplainDataQuery<Ydb::Table::V1::TableService::WithAsyncMethod_PrepareDataQuery<Ydb::Table::V1::TableService::WithAsyncMethod_ExecuteDataQuery<Ydb::Table::V1::TableService::WithAsyncMethod_ExecuteSchemeQuery<Ydb::Table::V1::TableService::WithAsyncMethod_BeginTransaction<Ydb::Table::V1::TableService::WithAsyncMethod_CommitTransaction<Ydb::Table::V1::TableService::WithAsyncMethod_RollbackTransaction<Ydb::Table::V1::TableService::WithAsyncMethod_DescribeTableOptions<Ydb::Table::V1::TableService::WithAsyncMethod_StreamReadTable<Ydb::Table::V1::TableService::WithAsyncMethod_ReadRows<Ydb::Table::V1::TableService::WithAsyncMethod_BulkUpsert<Ydb::Table::V1::TableService::WithAsyncMethod_StreamExecuteScanQuery<Ydb::Table::V1::TableService::WithAsyncMethod_DescribeExternalDataSource<Ydb::Table::V1::TableService::WithAsyncMethod_DescribeExternalTable<Ydb::Table::V1::TableService::WithAsyncMethod_DescribeSystemView<Ydb::Table::V1::TableService::Service>>>>>>>>>>>>>>>>>>>>>>>>>* const&, grpc::ServerCompletionQueue* const&, std::__y1::function<void (NYdbGrpc::IRequestContextBase*)>&, void (Ydb::Table::V1::TableService::WithAsyncMethod_CreateSession<Ydb::Table::V1::TableService::WithAsyncMethod_DeleteSession<Ydb::Table::V1::TableService::WithAsyncMethod_KeepAlive<Ydb::Table::V1::TableService::WithAsyncMethod_CreateTable<Ydb::Table::V1::TableService::WithAsyncMethod_DropTable<Ydb::Table::V1::TableService::WithAsyncMethod_AlterTable<Ydb::Table::V1::TableService::WithAsyncMethod_CopyTable<Ydb::Table::V1::TableService::WithAsyncMethod_CopyTables<Ydb::Table::V1::TableService::WithAsyncMethod_RenameTables<Ydb::Table::V1::TableService::WithAsyncMethod_DescribeTable<Ydb::Table::V1::TableService::WithAsyncMethod_ExplainDataQuery<Ydb::Table::V1::TableService::WithAsyncMethod_PrepareDataQuery<Ydb::Table::V1::TableService::WithAsyncMethod_ExecuteDataQuery<Ydb::Table::V1::TableService::WithAsyncMethod_ExecuteSchemeQuery<Ydb::Table::V1::TableService::WithAsyncMethod_BeginTransaction<Ydb::Table::V1::TableService::WithAsyncMethod_CommitTransaction<Ydb::Table::V1::TableService::WithAsyncMethod_RollbackTransaction<Ydb::Table::V1::TableService::WithAsyncMethod_DescribeTableOptions<Ydb::Table::V1::TableService::WithAsyncMethod_StreamReadTable<Ydb::Table::V1::TableService::WithAsyncMethod_ReadRows<Ydb::Table::V1::TableService::WithAsyncMethod_BulkUpsert<Ydb::Table::V1::TableService::WithAsyncMethod_StreamExecuteScanQuery<Ydb::Table::V1::TableService::WithAsyncMethod_DescribeExternalDataSource<Ydb::Table::V1::TableService::WithAsyncMethod_DescribeExternalTable<Ydb::Table::V1::TableService::WithAsyncMethod_DescribeSystemView<Ydb::Table::V1::TableService::Service>>>>>>>>>>>>>>>>>>>>>>>>>::*&)(grpc::ServerContext*, Ydb::Table::CreateSessionRequest*, grpc::ServerAsyncResponseWriter<Ydb::Table::CreateSessionResponse>*, grpc::CompletionQueue*, grpc::ServerCompletionQueue*, void*), char const* const&, TIntrusivePtr<NYdbGrpc::TLogger, TDefaultIntrusivePtrOps<NYdbGrpc::TLogger>>&, TIntrusivePtr<NYdbGrpc::ICounterBlock, TDefaultIntrusivePtrOps<NYdbGrpc::ICounterBlock>>, TIntrusivePtr<NYdbGrpc::IGRpcRequestLimiter, TDefaultIntrusivePtrOps<NYdbGrpc::IGRpcRequestLimiter>>&>(NKikimr::NGRpcService::TGRpcYdbTableService*&&, Ydb::Table::V1::TableService::WithAsyncMethod_CreateSession<Ydb::Table::V1::TableService::WithAsyncMethod_DeleteSession<Ydb::Table::V1::TableService::WithAsyncMethod_KeepAlive<Ydb::Table::V1::TableService::WithAsyncMethod_CreateTable<Ydb::Table::V1::TableService::WithAsyncMethod_DropTable<Ydb::Table::V1::TableService::WithAsyncMethod_AlterTable<Ydb::Table::V1::TableService::WithAsyncMethod_CopyTable<Ydb::Table::V1::TableService::WithAsyncMethod_CopyTables<Ydb::Table::V1::TableService::WithAsyncMethod_RenameTables<Ydb::Table::V1::TableService::WithAsyncMethod_DescribeTable<Ydb::Table::V1::TableService::WithAsyncMethod_ExplainDataQuery<Ydb::Table::V1::TableService::WithAsyncMethod_PrepareDataQuery<Ydb::Table::V1::TableService::WithAsyncMethod_ExecuteDataQuery<Ydb::Table::V1::TableService::WithAsyncMethod_ExecuteSchemeQuery<Ydb::Table::V1::TableService::WithAsyncMethod_BeginTransaction<Ydb::Table::V1::TableService::WithAsyncMethod_CommitTransaction<Ydb::Table::V1::TableService::WithAsyncMethod_RollbackTransaction<Ydb::Table::V1::TableService::WithAsyncMethod_DescribeTableOptions<Ydb::Table::V1::TableService::WithAsyncMethod_StreamReadTable<Ydb::Table::V1::TableService::WithAsyncMethod_ReadRows<Ydb::Table::V1::TableService::WithAsyncMethod_BulkUpsert<Ydb::Table::V1::TableService::WithAsyncMethod_StreamExecuteScanQuery<Ydb::Table::V1::TableService::WithAsyncMethod_DescribeExternalDataSource<Ydb::Table::V1::TableService::WithAsyncMethod_DescribeExternalTable<Ydb::Table::V1::TableService::WithAsyncMethod_DescribeSystemView<Ydb::Table::V1::TableService::Service>>>>>>>>>>>>>>>>>>>>>>>>>* const&, grpc::ServerCompletionQueue* const&, std::__y1::function<void (NYdbGrpc::IRequestContextBase*)>&, void (Ydb::Table::V1::TableService::WithAsyncMethod_CreateSession<Ydb::Table::V1::TableService::WithAsyncMethod_DeleteSession<Ydb::Table::V1::TableService::WithAsyncMethod_KeepAlive<Ydb::Table::V1::TableService::WithAsyncMethod_CreateTable<Ydb::Table::V1::TableService::WithAsyncMethod_DropTable<Ydb::Table::V1::TableService::WithAsyncMethod_AlterTable<Ydb::Table::V1::TableService::WithAsyncMethod_CopyTable<Ydb::Table::V1::TableService::WithAsyncMethod_CopyTables<Ydb::Table::V1::TableService::WithAsyncMethod_RenameTables<Ydb::Table::V1::TableService::WithAsyncMethod_DescribeTable<Ydb::Table::V1::TableService::WithAsyncMethod_ExplainDataQuery<Ydb::Table::V1::TableService::WithAsyncMethod_PrepareDataQuery<Ydb::Table::V1::TableService::WithAsyncMethod_ExecuteDataQuery<Ydb::Table::V1::TableService::WithAsyncMethod_ExecuteSchemeQuery<Ydb::Table::V1::TableService::WithAsyncMethod_BeginTransaction<Ydb::Table::V1::TableService::WithAsyncMethod_CommitTransaction<Ydb::Table::V1::TableService::WithAsyncMethod_RollbackTransaction<Ydb::Table::V1::TableService::WithAsyncMethod_DescribeTableOptions<Ydb::Table::V1::TableService::WithAsyncMethod_StreamReadTable<Ydb::Table::V1::TableService::WithAsyncMethod_ReadRows<Ydb::Table::V1::TableService::WithAsyncMethod_BulkUpsert<Ydb::Table::V1::TableService::WithAsyncMethod_StreamExecuteScanQuery<Ydb::Table::V1::TableService::WithAsyncMethod_DescribeExternalDataSource<Ydb::Table::V1::TableService::WithAsyncMethod_DescribeExternalTable<Ydb::Table::V1::TableService::WithAsyncMethod_DescribeSystemView<Ydb::Table::V1::TableService::Service>>>>>>>>>>>>>>>>>>>>>>>>>::*&)(grpc::ServerContext*, Ydb::Table::CreateSessionRequest*, grpc::ServerAsyncResponseWriter<Ydb::Table::CreateSessionResponse>*, grpc::CompletionQueue*, grpc::ServerCompletionQueue*, void*), char const* const&, TIntrusivePtr<NYdbGrpc::TLogger, TDefaultIntrusivePtrOps<NYdbGrpc::TLogger>>&, TIntrusivePtr<NYdbGrpc::ICounterBlock, TDefaultIntrusivePtrOps<NYdbGrpc::ICounterBlock>>&&, TIntrusivePtr<NYdbGrpc::IGRpcRequestLimiter, TDefaultIntrusivePtrOps<NYdbGrpc::IGRpcRequestLimiter>>&) /-S/util/generic/ptr.h:834:16
#4 0x000041694892 in NYdbGrpc::TGRpcRequestImpl<Ydb::Table::CreateSessionRequest, Ydb::Table::CreateSessionResponse, NKikimr::NGRpcService::TGRpcYdbTableService, google::protobuf::TextFormat::Printer, google::protobuf::TextFormat::Printer>::Clone() /-S/ydb/library/grpc/server/grpc_request.h:258:17
#5 0x000041692472 in NYdbGrpc::TGRpcRequestImpl<Ydb::Table::CreateSessionRequest, Ydb::Table::CreateSessionResponse, NKikimr::NGRpcService::TGRpcYdbTableService, google::protobuf::TextFormat::Printer, google::protobuf::TextFormat::Printer>::SetRequestDone(bool) /-S/ydb/library/grpc/server/grpc_request.h:421:9
#6 0x00003a60ecfc in PullEvents /-S/ydb/library/grpc/server/grpc_server.cpp:44:21
#7 0x00003a60ecfc in operator() /-S/ydb/library/grpc/server/grpc_server.cpp:266:13
#8 0x00003a60ecfc 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 0x00003a60ecfc 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 0x00003a60ecfc in operator() /-S/contrib/libs/cxxsupp/libcxx/include/__functional/function.h:169:12
#11 0x00003a60ecfc 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 0x000021a9724e in operator() /-S/contrib/libs/cxxsupp/libcxx/include/__functional/function.h:431:12
======================== 1 failed in 302.98s (0:05:02) =========================

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